@charset "UTF-8";
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,600,500,700|Roboto:100,300,400,500,700&amp;display=swap");
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #888888;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.rs-services-style1 .services-desc p img {
        width: 25px;
    height: 15px;
}

.rs-services-style1 .services-item.two {
    top: 60px !important;
    margin-bottom: 70px!important;
}
.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
a#slider-29-slide-76-layer-3 {
    background: #a3258f!important;
}
a#slider-29-slide-77-layer-3 {
    background: #a3258f!important;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-weight: normal;
  font-family: "Poppins";
}

.container {
  max-width: 1200px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background_position {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.ft-item-innerbox {
  padding: 0px 15px;
}

.ft-section-title .sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #a3258f;
  padding: 0px 82px;
  position: relative;
}
.ft-section-title .sub-title:before, .ft-section-title .sub-title:after {
  top: 15px;
  content: "";
  height: 3px;
  width: 75px;
  position: absolute;
  background-color: #a3258f;
}
.ft-section-title .sub-title:before {
  left: 0;
}
.ft-section-title .sub-title:after {
  right: 0;
  display: none;
}
.ft-section-title.text-center .sub-title:after {
  display: block;
}
.ft-section-title h2 {
  color: #00044b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.333;
  padding: 10px 0px 20px;
}

.ft-section-title-2 {
  margin: 0 auto;
  max-width: 580px;
}
.ft-section-title-2 .sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #a3258f;
}
.ft-section-title-2 h2 {
  color: #003440;
  font-size: 36px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 25px;
}
.ft-section-title-2 h2 span {
  color: #a3258f;
}

.ft-section-title-3 span {
  color: #a3258f;
  font-size: 18px;
  font-weight: 500;
}
.ft-section-title-3 h2 {
  color: #141415;
  font-size: 43px;
  font-weight: 700;
  padding-top: 12px;
}

.ft-sb-button {
  color: #fff;
  height: 55px;
  width: 170px;
  border: none;
  font-weight: 600;
  border-radius: 6px;
  font-family: "Poppins";
  background-color: #a3258f;
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #a3258f;
}
.scrollup i {
  color: #fff;
}

@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
.ft-btn a {
  color: #fff;
  height: 55px;
  z-index: 1;
  width: 170px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  font-family: "Poppins";
  background-color: #a3258f;
}
.ft-btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}
.ft-btn a:hover {
  background-color: #a3258f;
}
.ft-btn a:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ft-btn-2 a {
  z-index: 1;
  width: 60px;
  height: 45px;
  color: #002a34;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-btn-2 a span {
  opacity: 0;
  color: #002a34;
  font-size: 15px;
  font-weight: 600;
  margin-right: 8px;
  font-family: "Poppins";
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-btn-2 a i {
  top: 2px;
  right: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-btn-2 a:before {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 60px;
  height: 45px;
  position: absolute;
  border-radius: 30px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border: 2px solid #002a34;
}
.ft-btn-2 a:hover {
  width: 150px;
}
.ft-btn-2 a:hover span {
  opacity: 1;
}
.ft-btn-2 a:hover i {
  left: auto;
  right: 15px;
}
.ft-btn-2 a:hover:before {
  width: 150px;
  background-color: #fff;
  border: 2px solid #fff;
}

.ft-btn-3 a {
  color: #fff;
  height: 55px;
  width: 180px;
  font-weight: 600;
  border-radius: 30px;
  font-family: "Poppins";
  background-color: #a3258f;
}
.ft-btn-3 a i {
  top: 2px;
  margin-left: 5px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-btn-3 a:hover {
  background-color: #00044b;
}
.ft-btn-3 a:hover i {
  margin-left: 10px;
}

.ft-sb-button {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.ft-sb-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}
.ft-sb-button:hover {
  color: #fff;
  background-color: #a3258f;
}
.ft-sb-button:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ft-pagination-item {
  margin-top: 20px;
}
.ft-pagination-item li a {
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  margin-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003440;
}
.ft-pagination-item li a:hover {
  background-color: #a3258f;
}
.ft-pagination-item.text-center li a {
  margin: 0px 8px;
}

.top-stikcy {
  top: 80px;
  position: sticky;
}

.pr-cor-section-title.middle-align {
  margin: 0 auto;
  max-width: 580px;
}
.pr-cor-section-title.middle-align .pr-cor-title-tag:before {
  display: block;
}
.pr-cor-section-title.middle-align .pr-cor-title-tag:after {
  width: 35px;
  right: -40px;
}
.pr-cor-section-title .pr-cor-title-tag {
  font-size: 20px;
  font-weight: 700;
  color: #a3258f;
  position: relative;
}
.pr-cor-section-title .pr-cor-title-tag:before, .pr-cor-section-title .pr-cor-title-tag:after {
  top: 18px;
  content: "";
  width: 35px;
  position: absolute;
  border-top: 2px dashed #a3258f;
}
.pr-cor-section-title .pr-cor-title-tag:before {
  left: -40px;
  display: none;
}
.pr-cor-section-title .pr-cor-title-tag:after {
  width: 50px;
  right: -55px;
}
.pr-cor-section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000d51;
  padding: 20px 0px 24px;
}

.pr-sx-secion-title {
  margin: 0 auto;
  max-width: 620px;
}
.pr-sx-secion-title .pr-sx-title-tag {
  font-size: 18px;
  font-weight: 700;
  color: #000d51;
}
.pr-sx-secion-title .pr-sx-title-tag:after {
  top: 15px;
  height: 2px;
  width: 35px;
  content: "";
  right: -40px;
  position: absolute;
  background-color: #000d51;
}
.pr-sx-secion-title h2 {
  font-size: 48px;
  font-weight: 700;
  color: #a3258f;
  padding: 20px 0px;
}
.pr-sx-secion-title h2 span {
  color: #000d51;
}

.ft-thx-btn a {
  z-index: 1;
  width: 150px;
  height: 60px;
  font-weight: 600;
  border-radius: 5px;
  color: #a3258f;
  position: relative;
  border: 2px solid #a3258f;
}
.ft-thx-btn a:before {
  left: 0;
  top: 0;
  content: "";
  width: 5px;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #a3258f;
}
.ft-thx-btn a:hover {
  color: #fff;
}
.ft-thx-btn a:hover:before {
  width: 100%;
}

.ft-thx-section-title-3 span {
  font-weight: 600;
  font-family: "Poppins";
  color: #4ab9cf;
  text-transform: uppercase;
}
.ft-thx-section-title-3 h2 {
  color: #050505;
  font-size: 48px;
  font-weight: 700;
  padding: 10px 0px 20px;
}

.ft-thx-btn-2 a {
  z-index: 1;
  color: #fff;
  width: 170px;
  height: 60px;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  border-radius: 5px;
  font-family: "Poppins";
  background-color: #4ab9cf;
}
.ft-thx-btn-2 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}
.ft-thx-btn-2 a:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.ft-header-section .navbar-nav {
  display: inherit;
}
.ft-header-section .dropdown {
  position: relative;
}
.ft-header-section .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.ft-header-section .dropdown-menu {
  left: 0;
  top: 52px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 300px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #fff;
  background-clip: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}
.ft-header-section .dropdown-menu .dropdown-menu {
  top: 20px;
  opacity: 0;
  left: 250px;
}
.ft-header-section .dropdown-menu .dropdown-menu a {
  font-weight: 600;
  color: #1a2428;
}
.ft-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}
.ft-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}
.ft-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.ft-header-section .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}
.ft-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 20px 10px !important;
  color: #1a2428 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.ft-header-section .dropdown-menu a:before {
  top: 20px;
  left: 5px;
  width: 0px;
  height: 2px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #a3258f;
}
.ft-header-section .dropdown-menu a:after {
  display: none;
}
.ft-header-section .dropdown-menu a:hover {
  margin-left: 10px;
}
.ft-header-section .dropdown-menu a:hover:before {
  width: 10px;
}
.ft-header-section.header-style-one {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
  background-color: #a3258f;
}
.ft-header-section.header-style-one .dropdown-menu {
  top: 48px;
}
.ft-header-section.header-style-one .ft-header-content {
  padding-left: 250px;
}
.ft-header-section.header-style-one .ft-brand-logo {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ft-header-section.header-style-one .ft-header-top {
  color: #fff;
  background-color: #000671;
  padding: 18px 0px 18px 80px;
}
.ft-header-section.header-style-one .ft-header-top li {
  font-weight: 500;
  margin-right: 40px;
}
.ft-header-section.header-style-one .ft-header-top li i {
  font-size: 20px;
  margin-right: 12px;
}
.ft-header-section.header-style-one .ft-header-menu-top-cta:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-bottom: 134px solid #a3258f;
  border-right: 110px solid transparent;
}
.ft-header-section.header-style-one .ft-header-main-menu {
  padding: 12px 10px;
  background-color: #01054c;
}
.ft-header-section.header-style-one .ft-main-navigation li {
  margin-left: 50px;
}
.ft-header-section.header-style-one .ft-main-navigation li a {
  color: #fff;
  font-weight: 500;
  padding-bottom: 30px;
}
.ft-header-section.header-style-one .ft-header-cta-btn {
  margin-left: 50px;
}
.ft-header-section.header-style-one .ft-header-cta-btn a {
  height: 50px;
  width: 150px;
  color: #01054c;
  font-weight: 600;
  border-radius: 6px;
  font-family: "Poppins";
  background-color: #fff;
}
.ft-header-section.header-style-one .ft-header-cta-btn a:hover {
  color: #fff;
  background-color: #a3258f;
}
.ft-header-section.header-style-one .ft-header-cta-info {
  top: 50%;
  right: 80px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #fff;
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-icon i {
  font-size: 30px;
  line-height: 0.75;
  color: #a3258f;
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-text {
  color: #fff;
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-text p {
  font-weight: 500;
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-text h3 {
  font-size: 24px;
  font-weight: 700;
}
.ft-header-section.header-style-two {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.ft-header-section.header-style-two .ft-header-top {
  overflow: hidden;
  background-color: #0d0d0d;
}
.ft-header-section.header-style-two .ft-header-top-content li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 40px;
}
.ft-header-section.header-style-two .ft-header-top-content li i {
  font-size: 16px;
  margin-right: 10px;
}
.ft-header-section.header-style-two .ft-header-cta-info {
  padding: 5px 15px;
  position: relative;
  background-color: #a3258f;
}
.ft-header-section.header-style-two .ft-header-cta-info:before {
  top: 0;
  width: 0;
  height: 0;
  content: "";
  left: -45px;
  position: absolute;
  border-top: 55px solid #a3258f;
  border-left: 45px solid transparent;
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #fff;
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-icon i {
  font-size: 20px;
  line-height: 0.75;
  color: #a3258f;
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text {
  color: #fff;
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text p {
  font-size: 14px;
  font-weight: 500;
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text h3 {
  font-size: 18px;
  font-weight: 700;
}
.ft-header-section.header-style-two .ft-header-main-menu-wrapper {
    background-color: #fff;
}
.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo-area {
  width: 322px;
  overflow: hidden;
}
.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo {
  width: 240px;
  padding: 14px 15px;
 }
.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li {
  margin-left: 50px;
}
.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li a {
  color: #000;
  font-weight: 500;
  padding-bottom: 30px;
}
.ft-header-section.header-style-two .ft-header-cta-btn {
  margin-left: 60px;
}
.ft-header-section.header-style-two .ft-header-cta-btn a {
  color: #a3258f;
  height: 55px;
  width: 160px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  font-family: "Poppins";
  border: 2px solid #a3258f;
}
.ft-header-section.header-style-two .ft-header-cta-btn a:hover {
  background-color: #a3258f;
  border: 2px solid #a3258f;
  color: #fff;
}
.ft-header-section.header-style-three {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
}
.ft-header-section.header-style-three .ft-header-top {
  padding: 16px 0px;
  position: relative;
}
.ft-header-section.header-style-three .ft-header-top:after {
  bottom: 0;
  right: 0;
  content: "";
  height: 2px;
  width: 85%;
  position: absolute;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(#fa4216), to(#fa4216));
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), #fa4216, #fa4216);
}
.ft-header-section.header-style-three .ft-header-top li {
  color: #fff;
  font-size: 13px;
  margin-left: 55px;
  position: relative;
  font-family: "Poppins";
}
.ft-header-section.header-style-three .ft-header-top li:after {
  top: -2px;
  width: 1px;
  content: "";
  height: 24px;
  right: -32px;
  position: absolute;
  background-color: #424a54;
}
.ft-header-section.header-style-three .ft-header-top li:last-child:after {
  display: none;
}
.ft-header-section.header-style-three .ft-header-top li i {
  color: #0090ff;
  margin-right: 5px;
}
.ft-header-section.header-style-three .ft-main-navigation li {
  margin-left: 60px;
}
.ft-header-section.header-style-three .ft-main-navigation li a {
  color: #fff;
  font-weight: 600;
  padding-bottom: 30px;
  font-family: "Poppins";
}
.ft-header-section.header-style-three .dropdown:after {
  color: #fa4216;
}
.ft-header-section.header-style-three .dropdown-menu a:before {
  background-color: #fa4216;
}
.ft-header-section.header-style-three .ft-header-cta-btn {
  margin-left: 55px;
}
.ft-header-section.header-style-three .ft-header-cta-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 40px;
  position: relative;
  font-family: "Poppins";
  background-color: #fa4216;
}
.ft-header-section.header-style-three .ft-header-cta-btn a:before {
  top: 0;
  width: 0;
  height: 0;
  content: "";
  left: -40px;
  position: absolute;
  border-top: 58px solid #fa4216;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-left: 40px solid transparent;
}
.ft-header-section.header-style-three .ft-header-cta-btn a:hover {
  background-color: #0090ff;
}
.ft-header-section.header-style-three .ft-header-cta-btn a:hover:before {
  border-top: 58px solid #0090ff;
}
.ft-header-section.header-style-new-two {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.ft-header-section.header-style-new-two .ft-header-top {
  overflow: hidden;
  background-color: #003e4d;
}
.ft-header-section.header-style-new-two .ft-header-top-content li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 40px;
}
.ft-header-section.header-style-new-two .ft-header-top-content li i {
  font-size: 16px;
  margin-right: 10px;
}
.ft-header-section.header-style-new-two .ft-header-cta-info {
  padding: 5px 15px;
  position: relative;
  background-color: #a3258f;
}
.ft-header-section.header-style-new-two .ft-header-cta-info:before {
  top: 0;
  width: 0;
  height: 0;
  content: "";
  left: -45px;
  position: absolute;
  border-top: 55px solid #a3258f;
  border-left: 45px solid transparent;
}
.ft-header-section.header-style-new-two .ft-header-cta-info:after {
  top: -10px;
  left: -40px;
  width: 7px;
  content: "";
  height: 75px;
  position: absolute;
  background-color: #192c48;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.ft-header-section.header-style-new-two .ft-header-cta-info .ft-header-cta-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #fff;
}
.ft-header-section.header-style-new-two .ft-header-cta-info .ft-header-cta-icon i {
  font-size: 20px;
  line-height: 0.75;
  color: #a3258f;
}
.ft-header-section.header-style-new-two .ft-header-cta-info .ft-header-cta-text {
  color: #fff;
}
.ft-header-section.header-style-new-two .ft-header-cta-info .ft-header-cta-text p {
  font-size: 14px;
  font-weight: 500;
}
.ft-header-section.header-style-new-two .ft-header-cta-info .ft-header-cta-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.ft-header-section.header-style-new-two .ft-header-main-menu-wrapper {
  background-color: #002a34;
}
.ft-header-section.header-style-new-two .ft-header-main-menu .ft-site-logo-area {
  width: 322px;
  overflow: hidden;
}
.ft-header-section.header-style-new-two .ft-header-main-menu .ft-site-logo {
  width: 240px;
  padding: 14px 15px;
  background-color: #a3258f;
}
.ft-header-section.header-style-new-two .ft-header-main-menu .ft-site-logo:before {
  top: 0;
  width: 0;
  height: 0;
  content: "";
  right: -65px;
  position: absolute;
  border-bottom: 80px solid #a3258f;
  border-right: 65px solid transparent;
}
.ft-header-section.header-style-new-two .ft-header-main-menu .ft-site-logo:after {
  top: -16px;
  right: -52px;
  width: 7px;
  content: "";
  height: 120px;
  position: absolute;
  background-color: #a3258f;
  -webkit-transform: rotate(-39deg);
          transform: rotate(-39deg);
}
.ft-header-section.header-style-new-two .ft-header-main-menu .ft-main-navigation li {
  margin-left: 50px;
}
.ft-header-section.header-style-new-two .ft-header-main-menu .ft-main-navigation li a {
  color: #fff;
  font-weight: 500;
  padding-bottom: 30px;
}
.ft-header-section.header-style-new-two .ft-header-cta-btn {
  margin-left: 60px;
}
.ft-header-section.header-style-new-two .ft-header-cta-btn a {
  color: #fff;
  height: 55px;
  width: 160px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  font-family: "Poppins";
  border: 2px solid #fff;
}
.ft-header-section.header-style-new-two .ft-header-cta-btn a:hover {
  background-color: #a3258f;
  border: 2px solid #a3258f;
}

.ft-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.ft-header-section.sticky-on.header-style-one .ft-header-top {
  display: none;
}
.ft-header-section.sticky-on.header-style-one .ft-header-menu-top-cta:before {
  display: none;
}
.ft-header-section.sticky-on.header-style-one .ft-header-content {
  padding-left: 260px;
}
.ft-header-section.sticky-on.header-style-two .ft-header-top {
  display: none;
}
.ft-header-section.sticky-on.header-style-three {
  padding: 12px 0px;
  background-color: #121213;
}
.ft-header-section.sticky-on.header-style-three .ft-header-top {
  display: none !important;
}
.ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a:before {
  display: none;
}
.ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a {
  padding: 18px 20px;
}
.ft-header-section.sticky-on.header-style-new-two {
  background-color: #121213;
}
.ft-header-section.sticky-on.header-style-new-two .ft-header-top {
  display: none !important;
}
.ft-header-section.sticky-on.header-style-new-two .ft-header-cta-btn a:before {
  display: none;
}
.ft-header-section.sticky-on.header-style-new-two .ft-header-cta-btn a {
  padding: 18px 20px;
}

.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins";
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  top: -62px;
  z-index: 5;
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #000 !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #a3258f;
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}

.ft-header-section.header-style-two .mobile_menu_button {
  top: -18px;
}

.ft-thx-header-section {
  z-index: 10;
  position: relative;
}

.ft-thx-header-section .dropdown {
  position: relative;
}
.ft-thx-header-section .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  visibility: hidden;
  border-radius: 0;
  position: absolute;
  background-clip: inherit;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
          box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.ft-thx-header-section .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.ft-thx-header-section .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-thx-header-section .dropdown .dropdown-menu li a:before {
  display: none;
}
.ft-thx-header-section .dropdown .dropdown-menu li a:hover {
  background-color: #a3258f;
  color: #fff;
}
.ft-thx-header-section .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.ft-thx-header-section .dropdown .dropdown-menu .dropdown:after {
  top: 10px;
  right: 10px;
  color: #4ab9cf;
}
.ft-thx-header-section .dropdown .dropdown-menu .dropdown .dropdown-menu {
  top: 10px;
  left: 200px;
  opacity: 0;
}
.ft-thx-header-section .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}
.ft-thx-header-section .dropdown:hover .dropdown-menu {
  top: 40px;
  opacity: 1;
  visibility: visible;
}
.ft-thx-header-section .header-top {
  background-color: #f0f4f8;
}
.ft-thx-header-section .header-top-content {
  padding: 14px 0px;
}
.ft-thx-header-section .header-top-text p {
  color: #131215;
  font-size: 14px;
  font-weight: 500;
}
.ft-thx-header-section .brand-logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ft-thx-header-section .pr-header-info-item {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: 25px;
  padding-right: 25px;
}
.ft-thx-header-section .pr-header-info-item:after {
  top: 2px;
  width: 2px;
  content: "";
  right: 0px;
  height: 40px;
  position: absolute;
  background-color: #f2f2f2;
}
.ft-thx-header-section .pr-header-info-item label {
  color: #666666;
  font-size: 15px;
  margin-bottom: 0;
}
.ft-thx-header-section .pr-header-info-item .hd-item-icon {
  margin-right: 10px;
}
.ft-thx-header-section .pr-header-info-item .hd-item-icon i {
  line-height: 1;
  font-size: 35px;
  color: #4ab9cf;
}
.ft-thx-header-section .pr-header-info-item .hd-item-meta span {
  display: block;
  color: #131215;
  font-weight: 600;
  font-family: "Poppins";
}
.ft-thx-header-section .pr-header-info-item:last-child:after {
  display: none;
}
.ft-thx-header-section .pr-language-select {
  cursor: pointer;
  padding-right: 15px;
}
.ft-thx-header-section .pr-language-select .pr-lang-img {
  width: 37px;
  height: 23px;
  overflow: hidden;
  margin-right: 10px;
}
.ft-thx-header-section .pr-language-select .pr-lang-text span {
  color: #666666;
  font-size: 15px;
}
.ft-thx-header-section .pr-language-select .pr-lang-text h3 {
  color: #131215;
  font-size: 16px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.ft-thx-header-section .pr-language-select .pr-lang-text h3:after {
  top: 3px;
  right: -15px;
  font-size: 14px;
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}
.ft-thx-header-section .pr-language-select ul {
  left: 0;
  top: 70px;
  opacity: 0;
  width: 145px;
  visibility: hidden;
  position: absolute;
  font-family: "Poppins";
  padding: 30px 25px 15px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0 12px 24px rgba(29, 27, 76, 0.1);
          box-shadow: 0 12px 24px rgba(29, 27, 76, 0.1);
}
.ft-thx-header-section .pr-language-select ul li {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.ft-thx-header-section .pr-language-select ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100%;
}
.ft-thx-header-section .pr-language-select:hover ul {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.ft-thx-header-section .header-navigation-content {
  font-family: "Poppins";
}
.ft-thx-header-section .header-navigation-content {
  padding: 10px;
}
.ft-thx-header-section .header-navigation-content .pr-h-search button {
  color: #fff;
  border: none;
  background-color: transparent;
}
.ft-thx-header-section .header-navigation-content .pr-main-navigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ft-thx-header-section .header-navigation-content .nav {
  display: inherit;
}
.ft-thx-header-section .header-navigation-content li {
  margin-left: 42px;
}
.ft-thx-header-section .header-navigation-content li a {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative;
}
.ft-thx-header-section .header-navigation-content .pr-h-cta-btn {
  width: 180px;
  height: 45px;
  margin-left: 80px;
  font-weight: 700;
  background-color: #fff;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.ft-thx-header-section .header-navigation-content .pr-h-cta-btn a {
  width: 100%;
  display: block;
  font-size: 15px;
  text-align: center;
  -webkit-transition: none;
  transition: none;
}
.ft-thx-header-section .header-navigation-content .pr-h-cta-btn a i {
  margin-left: 5px;
  color: #a3258f;
}
.ft-thx-header-section .header-navigation-content .pr-h-cta-btn:hover {
  color: #fff;
  background-color: #000;
}

.ft-thx-header-section .social-item a {
  margin-left: 15px;
}
.ft-thx-header-section .social-item a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.ft-thx-header-section .social-item .fb-icon {
  color: #16599b;
}
.ft-thx-header-section .social-item .tw-icon {
  color: #03a9f4;
}
.ft-thx-header-section .social-item .dri-icon {
  color: #ea4c89;
}
.ft-thx-header-section .social-item .bh-icon {
  color: #0067ff;
}

/*Search popup Page*/
/*-------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../img/bg/waves-shape.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-active .search-popup {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #a3258f;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  font-size: 25px;
  line-height: 65px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::-webkit-input-placeholder, .search-popup textarea::-webkit-input-placeholder {
  color: #000000;
}

.search-popup input::-moz-placeholder, .search-popup textarea::-moz-placeholder {
  color: #000000;
}

.search-popup input:-ms-input-placeholder, .search-popup textarea:-ms-input-placeholder {
  color: #000000;
}

.search-popup input::-ms-input-placeholder, .search-popup textarea::-ms-input-placeholder {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
  font-size: 20px;
  color: #ffffff;
}

.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins";
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  top: -62px;
  z-index: 5;
  color: #a42991;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #000 !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #a3258f;
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  color: #a42991;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}
.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo img{
  height: 55px;
  margin-top: 0px!important; 
}

.pr-mark-main-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}

.pr-mark-header-top {
  z-index: 1;
  padding: 10px 30px 6px;
}
.pr-mark-header-top:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  background-color: #003e4d;
}

.pr-mark-header-top-cta li {
  color: #fff;
  font-weight: 500;
  margin-right: 22px;
}
.pr-mark-header-top-cta li img {
  margin-right: 10px;
}

.pr-mark-header-social a {
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
}
.pr-mark-header-social a:hover {
  color: #a3258f;
}

.pr-mark-main-navigation-wrapper {
  z-index: 1;
  max-width: 95%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 8px;
  background-color: #002a34;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(151, 151, 151, 0.15);
          box-shadow: 0px 10px 40px 0px rgba(151, 151, 151, 0.15);
}
.pr-mark-main-navigation-wrapper .pr-mark-brand-logo {
  padding-top: 6px;
}

.pr-mark-navigation-menu .navbar-nav {
  display: inherit;
}
.pr-mark-navigation-menu .pr-main-navigation li {
  margin-left: 45px;
}
.pr-mark-navigation-menu .pr-main-navigation li a {
  color: #fff;
  font-weight: 500;
  padding-bottom: 30px;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown {
  position: relative;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown:after {
  top: 0px;
  color: #fff;
  right: -12px;
  content: "+";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown:hover:after {
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  color: #a3258f;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  visibility: hidden;
  border-radius: 0;
  position: absolute;
  background-clip: inherit;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
          box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li a:before {
  display: none;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li a:hover {
  background-color: #a3258f;
  color: #fff;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu .dropdown:after {
  top: 10px;
  right: 10px;
  color: #000d51;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu .dropdown .dropdown-menu {
  top: 10px;
  left: 200px;
  opacity: 0;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown:hover .dropdown-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.pr-mark-navigation-menu .pr-mark-btn {
  margin-left: 45px;
}
.pr-mark-navigation-menu .pr-mark-btn a {
  color: #fff;
  height: 50px;
  width: 155px;
  font-weight: 600;
  background-color: #a3258f;
}

.pr-mark-main-header.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #002a34;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.pr-mark-main-header.sticky-on .pr-mark-header-top {
  display: none !important;
}
.pr-mark-main-header.sticky-on:before {
  display: none;
}
.pr-mark-main-header.sticky-on .pr-mark-main-navigation-wrapper {
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 0px;
}

.mobile_logo {
  top: 5px;
  left: 15px;
  display: none;
  position: absolute;
}
/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ft-testimonial-section {
  z-index: 1;
  overflow: hidden;
  padding: 105px 0px;
}
.ft-testimonial-section .ft-section-title {
  margin: 0 auto;
  max-width: 470px;
}
.ft-testimonial-section .ft-testimonial-map {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.ft-testimonial-slider-wrapper {
  padding-top: 20px;
}

.ft-testimonial-item-innerbox {
  padding: 30px 30px 0px 30px;
  background-color: #fff;
  -webkit-box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
          box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
}
.ft-testimonial-item-innerbox .ft-testimonial-item-img-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.ft-testimonial-item-innerbox .ft-testimonial-item-img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #cbcbcb;
}
.ft-testimonial-item-innerbox .ft-testimonial-text-item {
  padding-bottom: 35px;
}
.ft-testimonial-item-innerbox .ft-testimonial-quote {
  right: 0px;
  width: 28px;
  bottom: 15px;
  height: 28px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #cbcbcb;
}
.ft-testimonial-item-innerbox .ft-testimonial-name {
  z-index: 1;
  width: 270px;
}
.ft-testimonial-item-innerbox .ft-testimonial-name h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 48px;
}
.ft-testimonial-item-innerbox .ft-testimonial-name h3:before {
  left: 0;
  top: 12px;
  width: 40px;
  content: "";
  height: 3px;
  position: absolute;
  background-color: #fff;
}
.ft-testimonial-item-innerbox .ft-testimonial-name:before {
  left: -30px;
  z-index: -1;
  content: "";
  height: 50px;
  width: 215px;
  bottom: -15px;
  position: absolute;
  background-color: #a3258f;
}
.ft-testimonial-item-innerbox .ft-testimonial-name .ft-testimonial-shape {
  top: -14px;
  width: 0;
  height: 0;
  right: 35px;
  content: "";
  position: absolute;
  border-bottom: 50px solid #a3258f;
  border-right: 50px solid transparent;
}
.ft-testimonial-item-innerbox .ft-testimonial-name .ft-testimonial-shape:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid #b20606;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.ft-testimonial-slider-area .slick-list {
  overflow: visible;
}
.ft-testimonial-slider-area .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.ft-testimonial-slider-area .slick-slide.slick-active {
  opacity: 1;
}
.ft-testimonial-slider-area .slick-dots {
  margin-top: 50px;
}

.ft-testimonial-section-2 {
    overflow: hidden;
    padding: 50px 0px 120px
}
section#pr-sx-blog {
    padding: 50px 0px;
    background: #e9d4e6;
}
.ft-testimonial-section-2 .ft-section-title-2 {
  margin: 0;
}
.ft-testimonial-section-2 .ft-section-title-2 h2 {
  padding-bottom: 0;
}
.ft-testimonial-section-2 .ft-title-text {
  max-width: 570px;
}

.ft-testimonial-innerbox-item-2 {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 30px 40px;
  background-color: white;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(38, 38, 38, 0.15);
          box-shadow: 1.91px 10.833px 50px 0px rgba(38, 38, 38, 0.15);
}
.ft-testimonial-innerbox-item-2 .ft-testimonial-img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 100%;
}
.ft-testimonial-innerbox-item-2 .ft-testimonial-text .ft-testimonial-meta {
  margin-bottom: 12px;
}
.ft-testimonial-innerbox-item-2 .ft-testimonial-text .ft-testimonial-meta h3 {
  color: #003440;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.ft-testimonial-innerbox-item-2 .ft-testimonial-text .ft-testimonial-meta span {
  color: #003440;
}
.ft-testimonial-innerbox-item-2 .ft-testimonial-text .ft-testimonial-rate {
  margin-top: 20px;
}
.ft-testimonial-innerbox-item-2 .ft-testimonial-text .ft-testimonial-rate li {
  color: #ffc039;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ft-testimonial-slider-2 {
  padding-top: 55px;
  margin: 0px -30px;
}
.ft-testimonial-slider-2 .choose_slider {
  height: 360px;
  position: relative;
}
.ft-testimonial-slider-2 .choose_slider_items .previous_item,
.ft-testimonial-slider-2 .choose_slider_items .next_item {
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-testimonial-slider-2 .choose_slider_items .next_item {
  right: 0;
  left: auto;
}
.ft-testimonial-slider-2 #btn_next1,
.ft-testimonial-slider-2 #btn_prev1 {
  top: 50%;
  color: #fff;
  width: 40px;
  z-index: 2;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #003440;
}
.ft-testimonial-slider-2 #btn_next1:hover,
.ft-testimonial-slider-2 #btn_prev1:hover {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #a3258f;
}
.ft-testimonial-slider-2 #btn_next1 {
  z-index: 8;
  right: 180px;
}
.ft-testimonial-slider-2 #btn_prev1 {
  z-index: 8;
  left: 180px;
}
.ft-testimonial-slider-2 .choose_slider_items .current_item {
  left: 0;
  right: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-testimonial-slider-2 .choose_slider_items .current_item {
  z-index: 5;
}

.ft-testimonial-section-3 {
  top: -110px;
  z-index: 1;
  margin-bottom: -110px;
}

.ft-testimonial-slider-wrapper-3 {
  background-color: #fff;
  -webkit-box-shadow: 2.952px 16.742px 29px 0px rgba(12, 12, 12, 0.07);
          box-shadow: 2.952px 16.742px 29px 0px rgba(12, 12, 12, 0.07);
}
.ft-testimonial-slider-wrapper-3 .ft-testimonial-slider-img {
  width: 388px;
}

.ft-testimonial-slider-area-3 {
  width: 780px;
  padding: 35px 60px 30px 70px;
}

.ft-testimonial-slider-items-3 {
  padding-left: 70px;
}
.ft-testimonial-slider-items-3 p {
  color: #0b0b0b;
  font-size: 24px;
  font-weight: 500;
  max-width: 515px;
  padding-bottom: 10px;
}
.ft-testimonial-slider-items-3 .ft-testimonial-slider-author span {
  display: block;
}
.ft-testimonial-slider-items-3 .ft-testimonial-slider-author .name {
  color: #a3258f;
  font-weight: 700;
  font-style: italic;
}
.ft-testimonial-slider-items-3:before {
  top: 0;
  left: 5px;
  color: #a3258f;
  font-size: 40px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}

.ft-testimonial-slider-3 .slick-dots {
  top: 50%;
  width: auto;
  right: -35px;
  bottom: auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ft-testimonial-slider-3 .slick-dots li {
  width: 40px;
  height: 40px;
  color: #c3c3c3;
  display: block;
  font-weight: 700;
  line-height: 32px;
  border-radius: 100%;
  border: 4px solid #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-testimonial-slider-3 .slick-dots li.slick-active {
  color: #0b0b0b;
  font-size: 18px;
  border: 4px solid #a3258f;
}

.ft-thx-testimonial-section {
  padding: 110px 0px;
  overflow: hidden;
}

.pr-sv-testimonial-slider {
  margin: 0 auto;
  max-width: 845px;
  padding-top: 50px;
}
.pr-sv-testimonial-slider .slick-prev, .pr-sv-testimonial-slider .slick-next {
  display: none !important;
}
.pr-sv-testimonial-slider .slick-dots {
  margin-top: 55px;
  position: static;
}
.pr-sv-testimonial-slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background-color: #000d51;
  -webkit-transition: 400ms all ease;
  transition: 400ms all ease;
}
.pr-sv-testimonial-slider .slick-dots li.slick-active {
  width: 25px;
  background-color: #a3258f;
}

.pr-sv-testimonial-item .pr-sv-testimonial-img {
  left: 0;
  top: 50%;
  width: 210px;
  height: 210px;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../imgs/tst-sh.png);
  mask-image: url(../imgs/tst-sh.png);
}
.pr-sv-testimonial-item .pr-sv-testimonial-text {
  margin: 0 auto;
  max-width: 635px;
  background-color: #fff;
  padding: 60px 40px 60px 135px;
  -webkit-box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.05);
}
.pr-sv-testimonial-item .pr-sv-testimonial-text p {
  padding-bottom: 20px;
}
.pr-sv-testimonial-item .pr-sv-testimonial-text h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #000d51;
}

.pr-sv-testimonial-shape-img li {
  position: absolute;
}
.pr-sv-testimonial-shape-img li:nth-child(1) {
  top: 0;
  left: 0;
}
.pr-sv-testimonial-shape-img li:nth-child(2) {
  left: 0;
  bottom: 0;
}
.pr-sv-testimonial-shape-img li:nth-child(3) {
  right: 0;
  top: 30px;
}
.pr-sv-testimonial-shape-img li:nth-child(4) {
  top: 130px;
  right: -85px;
}
.pr-sv-testimonial-shape-img li:nth-child(5) {
  right: 0;
  bottom: 70px;
}

.ft-thx-testimonial-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 90px 0px 80px;
}
.ft-thx-testimonial-section-2 .background_overlay {
  z-index: -1;
  opacity: 0.9;
  background-color: #F3F3F5;
}

.ft-thx-testimonial-content-2 {
  padding-top: 50px;
  margin: 0px -15px;
}

.ft-thx-testimonial-item-2 {
  padding: 40px 30px 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.ft-thx-testimonial-item-2 .ft-thx-testimonial-img-qoute {
  margin-bottom: 30px;
}
.ft-thx-testimonial-item-2 .ft-thx-testimonial-img-qoute .ft-thx-testimonial-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.ft-thx-testimonial-item-2 .ft-thx-testimonial-img-qoute .ft-thx-testimonial-qoute i {
  opacity: 0.1;
  color: #050505;
  font-size: 90px;
  line-height: 1em;
}
.ft-thx-testimonial-item-2 .ft-thx-testimonial-text .ft-thx-author {
  margin-top: 25px;
}
.ft-thx-testimonial-item-2 .ft-thx-testimonial-text .ft-thx-author h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000d51;
}
.ft-thx-testimonial-item-2 .ft-thx-testimonial-text .ft-thx-author span {
  color: #696969;
  margin-top: 8px;
  display: inline-block;
}

.ft-thx-testimonial-slider-2 .slick-list {
  overflow: visible;
}
.ft-thx-testimonial-slider-2 .slick-dots {
  margin-top: 50px;
  position: static;
}
.ft-thx-testimonial-slider-2 .slick-dots li {
  height: 10px;
  width: 20px;
  border-radius: 40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #000d51;
}
.ft-thx-testimonial-slider-2 .slick-dots li.slick-active {
  width: 40px;
  background-color: #a3258f;
}
.ft-thx-testimonial-slider-2 .slick-slide {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-thx-testimonial-slider-2 .slick-slide.slick-active {
  opacity: 1;
}

.gl-testimonial-section-3 {
  z-index: 1;
  overflow: hidden;
  padding: 150px 0px 220px;
  background-color: #0C2957;
}
.gl-testimonial-section-3 .gl-testimonial-map {
  left: 0;
  top: 280px;
  z-index: -1;
}

.gl-testimonial-text-wrapper-3 {
  padding-top: 120px;
}
.gl-testimonial-text-wrapper-3 .ft-thx-section-title-3 h2, .gl-testimonial-text-wrapper-3 .ft-thx-section-title-3 p {
  color: #fff;
}
.gl-testimonial-text-wrapper-3 .gl-testimonial-btn-rate {
  margin-top: 48px;
}
.gl-testimonial-text-wrapper-3 .gl-testimonial-btn {
  margin-right: 32px;
}
.gl-testimonial-text-wrapper-3 .gl-testimonial-btn a {
  color: #fff;
  height: 55px;
  width: 150px;
  font-weight: 600;
  border-radius: 40px;
  font-family: "Poppins";
  background-color: #4ab9cf;
}
.gl-testimonial-text-wrapper-3 .gl-testimonial-btn a:hover {
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 210, 178, 0.28);
          box-shadow: 0px 10px 35px 0px rgba(0, 210, 178, 0.28);
}
.gl-testimonial-text-wrapper-3 .gl-testimonial-rate li {
  color: #F8C245;
}
.gl-testimonial-text-wrapper-3 .gl-testimonial-rate span {
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
}

.gl-testimonial-slider-3 {
  height: 450px;
}
.gl-testimonial-slider-3 .choose_slider_items li {
  text-align: left;
}
.gl-testimonial-slider-3 .choose_slider_items .current_item {
  left: 40px;
  top: 150px;
  right: 20px;
}
.gl-testimonial-slider-3 .choose_slider_items .next_item {
  top: 300px;
  left: 35px;
  opacity: 0.2;
  right: -30px;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}
.gl-testimonial-slider-3 .choose_slider_items .previous_item {
  top: 0px;
  left: 35px;
  z-index: 0;
  opacity: 0.2;
  right: -30px;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}

.gl-testimonial-innerbox-item-3 {
  border-radius: 5px;
  padding: 64px 32px 24px;
  background-color: #2D4975;
}
.gl-testimonial-innerbox-item-3 .gl-testimonial-img {
  left: 32px;
  top: -40px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  border: 5px solid #fff;
}
.gl-testimonial-innerbox-item-3 .gl-testimonial-text p {
  color: #fff;
  font-style: italic;
}
.gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate {
  margin-top: 24px;
}
.gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-meta h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-meta span {
  color: #CFCFCF;
}
.gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-rate {
  width: 70px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  background-color: #0C2957;
}
.gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-rate i {
  color: #F8C245;
}
.gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-rate span {
  font-weight: 700;
  color: #FFFFFF;
}

.testimonial-btn-3 {
  top: 62%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonial-btn-3 a {
  color: #fff;
  font-size: 20px;
}
.testimonial-btn-3 a:hover {
  color: #4ab9cf;
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.ft-contact-section {
  z-index: 1;
  overflow: hidden;
  padding: 105px 0px 140px;
}
.ft-contact-section:before {
  top: 0;
  width: 70%;
  z-index: -1;
  content: "";
  left: -22%;
  height: 100%;
  position: absolute;
  -webkit-transform: skew(-43deg);
          transform: skew(-43deg);
  background-color: #f4f4f4;
}

.ft-contact-content {
  max-width: 580px;
}

.ft-contact-form-wrapper {
  margin-top: 30px;
}
.ft-contact-form-wrapper input, .ft-contact-form-wrapper textarea {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #cbcbcb;
}
.ft-contact-form-wrapper textarea {
  height: 140px;
  padding-top: 15px;
}
.ft-contact-form-wrapper .ft-sb-button {
  background-color: #00044b;
}

.ft-contact-cta-items {
  padding: 30px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-top: 5px solid #f4f4f4;
}
.ft-contact-cta-items .ft-contact-cta-icon {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 8px;
  background-color: #f4d5d6;
}
.ft-contact-cta-items .ft-contact-cta-icon i {
  font-size: 45px;
  color: #a3258f;
}
.ft-contact-cta-items .ft-contact-cta-text {
  max-width: 275px;
}
.ft-contact-cta-items .ft-contact-cta-text h3 {
  color: #002a34;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ft-contact-cta-items:hover {
  border-top: 5px solid #a3258f;
}

.ft-contact-page-form-wrapper {
  padding: 30px;
  background-color: #f4f4f4;
}
.ft-contact-page-form-wrapper h3 {
  color: #043641;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 30px;
}
.ft-contact-page-form-wrapper input, .ft-contact-page-form-wrapper textarea {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.ft-contact-page-form-wrapper textarea {
  height: 210px;
  padding-top: 15px;
}
.ft-contact-page-form-wrapper button {
  color: #fff;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 6px;
  font-family: "Poppins";
  background-color: #a3258f;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-contact-page-form-wrapper button:hover {
  background-color: #00044b;
}

.ft-thx-cta-section-3 {
  padding: 120px 0px;
  background-attachment: fixed;
}
.ft-thx-cta-section-3 .background_overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.ft-thx-cta-content-3 h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 40px;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ft-blog-section {
  padding: 105px 0px;
}
.ft-blog-section .ft-section-title {
  max-width: 420px;
}
.ft-blog-section .ft-section-title h2 {
  padding-bottom: 0;
}

.ft-blog-feed-content {
  padding-top: 40px;
}

.ft-blog-news-feed-innerbox .ft-blog-feed-img {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 25px;
}
.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-data a,
.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a {
  color: #00044b;
  font-weight: 500;
}
.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-data a i,
.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a i {
  color: #a3258f;
  margin-right: 5px;
}
.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a {
  margin-left: 25px;
}
.ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-meta {
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #d5d5d5;
}
.ft-blog-news-feed-innerbox .ft-blog-feed-text h3 {
  color: #00044b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 15px;
}
.ft-blog-news-feed-innerbox .ft-blog-feed-text h3:hover {
  color: #a3258f;
}

.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-img {
  width: 200px;
  height: 168px;
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 5px;
}
.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-text {
  width: 345px;
}
.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-meta {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox h3 {
  padding-bottom: 5px;
}

.ft-blog-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 110px 0px;
}
.ft-blog-section-2:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  width: 100%;
  height: 410px;
  position: absolute;
  background-color: #003440;
}
.ft-blog-section-2 .ft-section-title-2 {
  padding-bottom: 45px;
}
.ft-blog-section-2 .ft-section-title-2 h2, .ft-blog-section-2 .ft-section-title-2 .sub-title {
  color: #fff;
  padding-bottom: 0;
}

.ft-blog-innerbox-2 {
  margin: 0 auto;
  max-width: 370px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(38, 38, 38, 0.15);
          box-shadow: 1.91px 10.833px 50px 0px rgba(38, 38, 38, 0.15);
}
.ft-blog-innerbox-2 .ft-blog-img-2 {
  overflow: hidden;
}
.ft-blog-innerbox-2 .ft-blog-img-2 img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-blog-innerbox-2 .ft-blog-meta {
  top: 10px;
  right: 10px;
  padding: 5px;
  line-height: 1;
}
.ft-blog-innerbox-2 .ft-blog-meta {
  color: #fff;
  width: 50px;
  height: 50px;
  font-weight: 700;
  border-radius: 5px;
  font-family: "Poppins";
  background-color: #a3258f;
}
.ft-blog-innerbox-2 .ft-blog-text-2 {
  padding: 22px 20px 30px;
}
.ft-blog-innerbox-2 .ft-blog-text-2 h3 {
  color: #003440;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 5px;
}
.ft-blog-innerbox-2 .ft-blog-text-2 p {
  color: #003440;
  padding-bottom: 15px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-blog-innerbox-2:hover {
  background-color: #a3258f;
  -webkit-box-shadow: 0px 21px 80px 0px rgba(236, 0, 0, 0.3);
          box-shadow: 0px 21px 80px 0px rgba(236, 0, 0, 0.3);
}
.ft-blog-innerbox-2:hover .ft-blog-img-2 img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.ft-blog-innerbox-2:hover .ft-blog-text-2 h3 {
  color: #fff;
}
.ft-blog-innerbox-2:hover .ft-blog-text-2 p {
  color: #fff;
}
.ft-blog-innerbox-2:hover .ft-blog-text-2 .ft-btn-2 a:before {
  border: 2px solid #fff;
}
.ft-blog-innerbox-2:hover .ft-blog-text-2 .ft-btn-2 a i {
  color: #fff;
}
.ft-blog-innerbox-2:hover .ft-blog-text-2 .ft-btn-2 a:hover i {
  color: #002a34;
}

.ft-blog-content-2 {
  margin: -150px;
  padding: 150px;
  overflow: hidden;
  position: relative;
}
.ft-blog-content-2 .carousel_nav .blg-left_arrow,
.ft-blog-content-2 .carousel_nav .blg-right_arrow {
  top: 40%;
  width: 40px;
  color: #fff;
  height: 40px;
  border: none;
  position: absolute;
  border-radius: 100%;
  background-color: #003440;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.ft-blog-content-2 .carousel_nav .blg-left_arrow:hover,
.ft-blog-content-2 .carousel_nav .blg-right_arrow:hover {
  background-color: #a3258f;
}
.ft-blog-content-2 .carousel_nav .blg-left_arrow {
  left: 130px;
}
.ft-blog-content-2 .carousel_nav .blg-right_arrow {
  right: 130px;
}

.ft-blog-slider-2 {
  margin: 0px -15px;
}
.ft-blog-slider-2 .slick-list {
  overflow: visible;
}
.ft-blog-slider-2 .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.ft-blog-slider-2 .slick-slide.slick-active {
  opacity: 1;
}

.ft-blog-post-feed-innerbox {
  max-width: 870px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper {
  padding: 30px;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta {
  padding: 15px 50px;
  margin-bottom: 25px;
  background-color: #a3258f;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a {
  color: #fff;
  margin-right: 30px;
  position: relative;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a i {
  margin-right: 5px;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a:after {
  top: 0;
  width: 1px;
  content: "";
  height: 20px;
  right: -15px;
  position: absolute;
  background-color: #fff;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a:last-child:after {
  display: none;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-blog-feed-title-text {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-blog-feed-title-text h3 {
  color: #002a34;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 18px;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-btn-2 a span {
  color: #fff;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-btn-2 a:hover {
  color: #fff;
}
.ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-btn-2 a:hover:before {
  background-color: #a3258f;
  border: 2px solid #a3258f;
}

.ft-side-bar-widget {
  padding: 25px 20px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}
.ft-side-bar-widget.search-widget-area {
  padding: 0;
}
.ft-side-bar-widget .widget-title {
  color: #002a34;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 45px;
}
.ft-side-bar-widget .widget-title:after {
  left: 0;
  top: 35px;
  height: 3px;
  content: "";
  width: 40px;
  position: absolute;
  background-color: #a3258f;
}
.ft-side-bar-widget .search-widget input {
  width: 100%;
  height: 55px;
  border: none;
  padding-left: 20px;
  background-color: #f4f4f4;
}
.ft-side-bar-widget .search-widget button {
  top: 15px;
  padding: 0;
  right: 15px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.ft-side-bar-widget .category-widget li {
  margin-bottom: 15px;
}
.ft-side-bar-widget .category-widget li:last-child {
  margin-bottom: 0;
}
.ft-side-bar-widget .category-widget li a {
  color: #002a34;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
.ft-side-bar-widget .category-widget li a:before {
  left: 0;
  top: -1px;
  font-size: 14px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ft-side-bar-widget .category-widget li a span {
  color: #fff;
  width: 28px;
  float: right;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #002a34;
  -webkit-transition: 400ms all ease;
  transition: 400ms all ease;
}
.ft-side-bar-widget .category-widget li:hover a {
  margin-left: 15px;
  color: #a3258f;
}
.ft-side-bar-widget .category-widget li:hover span {
  background-color: #a3258f;
}
.ft-side-bar-widget .recent-news-widget .recent-blog-img-text {
  margin-bottom: 60px;
}
.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-img {
  width: 58px;
  height: 68px;
  overflow: hidden;
  margin-right: 10px;
}
.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text h3 {
  font-size: 15px;
  color: #002a34;
  font-weight: 500;
  padding-bottom: 5px;
}
.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span {
  font-size: 15px;
}
.ft-side-bar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span i {
  color: #002a34;
  margin-right: 5px;
}
.ft-side-bar-widget .recent-news-widget .recent-blog-img-text:last-child {
  margin-bottom: 0;
}
.ft-side-bar-widget .gallery-widget {
  margin: 0px -5px;
}
.ft-side-bar-widget .gallery-widget li {
  width: 75px;
  height: 65px;
  padding: 5px;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
}
.ft-side-bar-widget .tag-widget li {
  display: inline-block;
}
.ft-side-bar-widget .tag-widget li a {
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 5px;
  display: inline-block;
  background-color: #003440;
}
.ft-side-bar-widget .tag-widget li a:hover {
  background-color: #a3258f;
}

.blog-details-img-text-wrapper .ft-blog-details-section {
  padding: 100px 0px;
}
.blog-details-img-text-wrapper .ft-blog-details-item {
  padding: 20px 30px;
  background-color: #f4f4f4;
}
.blog-details-img-text-wrapper .ftd-blog-meta-2 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4ebf2;
}
.blog-details-img-text-wrapper .ftd-blog-meta-2:after {
  bottom: 0;
  left: 0;
  height: 3px;
  width: 40px;
  content: "";
  position: absolute;
  background-color: #a3258f;
}
.blog-details-img-text-wrapper .ftd-blog-meta-2 a {
  color: #707070;
  margin-right: 25px;
  position: relative;
}
.blog-details-img-text-wrapper .ftd-blog-meta-2 a i {
  font-size: 18px;
  margin-right: 5px;
  color: #a3258f;
}
.blog-details-img-text-wrapper .blog-details-text article {
  margin-bottom: 25px;
}
.blog-details-img-text-wrapper .blog-details-text h3 {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px;
}
.blog-details-img-text-wrapper .blog-details-text .bd-video-play {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-details-img-text-wrapper .blog-details-text .bd-video-play a {
  width: 85px;
  height: 85px;
  color: #a3258f;
  line-height: 85px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
}
.blog-details-img-text-wrapper .blog-details-text blockquote {
  color: #191919;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Poppins";
  background-color: #fff;
  border-left: 5px solid #a3258f;
}
.blog-details-img-text-wrapper .blog-details-text blockquote span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 700;
  font-style: italic;
  color: #a3258f;
}
.blog-details-img-text-wrapper .ft-blog-tag-share {
  margin: 40px 0px;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag span {
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag a {
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  margin-right: 3px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #ffff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag a:hover {
  color: #fff;
  background-color: #a3258f;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a {
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  line-height: 30px;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a span {
  font-size: 14px;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a:hover {
  width: 100px;
  border-radius: 30px;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a:hover i {
  margin-right: 5px;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .fb-social {
  background-color: #3b5998;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .tw-social {
  background-color: #55acee;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .ln-social {
  background-color: #dd4b39;
}
.blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share .in-social {
  background-color: #cd339a;
}
.blog-details-img-text-wrapper .ft-blog-next-prev {
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding: 10px 0px 30px;
  margin-bottom: 50px;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text {
  color: #191919;
  font-size: 15px;
  line-height: 50px;
  font-weight: 700;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text:after {
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  bottom: -2px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #a3258f;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text:hover {
  color: #a3258f;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .np-text:hover:after {
  width: 100%;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-img {
  width: 60px;
  height: 52px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
  position: relative;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0;
  height: 100%;
  position: absolute;
  background-color: #a3258f;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-text h3 {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  max-width: 300px;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-np-text h3 a:hover {
  text-decoration: underline;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn.np-text-item .ft-blog-np-img {
  margin-right: 0;
  margin-left: 20px;
}
.blog-details-img-text-wrapper .ft-blog-next-prev .ft-blog-next-prev-btn .ft-blog-next-prev-img-text:hover .ft-blog-np-img:before {
  opacity: 0.7;
}
.blog-details-img-text-wrapper .blog-details-img-video {
  margin-bottom: 30px;
}
.blog-details-img-text-wrapper .blog-details-img-video .blog-details-img {
  overflow: hidden;
  max-width: 390px;
  border-radius: 7px;
}

.ft-blog-comment h3 {
  color: #191919;
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
.ft-blog-comment h3:after {
  left: 0;
  height: 3px;
  bottom: -8px;
  width: 40px;
  content: "";
  position: absolute;
  background-color: #a3258f;
}

.ft-blog-comment-block-wrapper {
  padding-top: 35px;
}

.ft-blog-comment-block {
  margin-bottom: 40px;
}
.ft-blog-comment-block .ft-blog-comment-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}
.ft-blog-comment-block .ft-blog-comment-text {
  display: table;
  padding: 20px 25px;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-blog-comment-block .ft-blog-comment-text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn {
  top: 20px;
  right: 20px;
  height: 35px;
  width: 85px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  position: absolute;
  border-radius: 20px;
  background-color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn i {
  font-size: 13px;
}
.ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn:hover {
  color: #fff;
  background-color: #a3258f;
}
.ft-blog-comment-block .ft-blog-comment-text span {
  font-size: 13px;
  font-weight: 700;
  color: #a3258f;
  text-transform: uppercase;
}
.ft-blog-comment-block .ft-blog-comment-text p {
  font-size: 15px;
  padding-top: 10px;
}
.ft-blog-comment-block .ft-blog-comment-text:hover {
  -webkit-box-shadow: 0px 8px 38px 0px rgba(125, 125, 125, 0.16);
          box-shadow: 0px 8px 38px 0px rgba(125, 125, 125, 0.16);
}
.ft-blog-comment-block .ft-blog-comment-text:hover span {
  text-decoration: underline;
}

.ftd-blog-comment-form {
  margin-top: 40px;
  padding: 35px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(12, 12, 12, 0.05);
          box-shadow: 0px 0px 35px 0px rgba(12, 12, 12, 0.05);
}
.ftd-blog-comment-form .ftd-comment-form-input label {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
.ftd-blog-comment-form .ftd-comment-form-input input,
.ftd-blog-comment-form .ftd-comment-form-input textarea {
  height: 50px;
  width: 33.33%;
  margin: 0px 5px;
  padding-left: 20px;
  border: 1px solid #e3e7f2;
}
.ftd-blog-comment-form .ftd-comment-form-input span {
  display: block;
  margin-top: 15px;
}
.ftd-blog-comment-form .ftd-comment-form-input span input {
  height: inherit;
  width: inherit;
}
.ftd-blog-comment-form .ftd-comment-form-input textarea {
  width: 100%;
  height: 150px;
  padding-top: 15px;
}
.ftd-blog-comment-form .ftd-comment-form-input button {
  color: #fff;
  width: 150px;
  height: 45px;
  border: none;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 700;
  border-radius: 30px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  text-transform: uppercase;
  background-color: #a3258f;
}
.ftd-blog-comment-form .ftd-comment-form-input button:hover {
  background-color: #00044b;
}

.ft-blog-section-3 {
  padding: 115px 0px;
}
.ft-blog-section-3 .ft-section-title-3 {
  margin: 0 auto;
  max-width: 710px;
}

.ft-blog-content-3 {
  padding-top: 55px;
}

.ft-blog-innerbox-3 {
  max-width: 370px;
}
.ft-blog-innerbox-3 .ft-blog-text {
  left: 0;
  right: 0;
  top: -65px;
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 25px 50px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
          box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
}
.ft-blog-innerbox-3 .ft-blog-text:before {
  top: -17px;
  left: 0;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-bottom: 17px solid #fff;
  border-left: 307px solid rgba(255, 255, 255, 0);
}
.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta {
  margin-bottom: 10px;
}
.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta a {
  color: #888888;
}
.ft-blog-innerbox-3 .ft-blog-text .ft-blog-meta a i {
  margin-right: 5px;
}
.ft-blog-innerbox-3 .ft-blog-text h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 12px;
}
.ft-blog-innerbox-3 .ft-blog-text .more-btn {
  left: 0;
  right: 0;
  bottom: -25px;
  color: #fff;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  background-color: #a3258f;
}
.ft-blog-innerbox-3 .ft-blog-text .more-btn:hover {
  background-color: #a3258f;
}
.ft-blog-innerbox-3:hover .ft-blog-text {
  background-color: #07082d;
}
.ft-blog-innerbox-3:hover .ft-blog-text:before {
  border-bottom: 17px solid #07082d;
  border-left: 307px solid rgba(255, 255, 255, 0);
}
.ft-blog-innerbox-3:hover .ft-blog-text h3 {
  color: #fff;
}
.ft-blog-innerbox-3:hover .ft-blog-text .ft-blog-meta a {
  color: #fff;
}

.blog-slider-3 .slick-dots {
  position: static;
}
.blog-slider-3 .slick-dots li {
  width: 40px;
  height: 40px;
  color: #c3c3c3;
  font-weight: 700;
  line-height: 32px;
  border-radius: 100%;
  display: inline-block;
  border: 4px solid #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.blog-slider-3 .slick-dots li.slick-active {
  color: #0b0b0b;
  font-size: 18px;
  border: 4px solid #a3258f;
}

.ft-side-bar-add {
  overflow: hidden;
  padding: 40px 30px;
  border-radius: 5px;
}
.ft-side-bar-add h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  padding: 30px 0px 45px;
}
.ft-side-bar-add a {
  color: #000;
  width: 130px;
  height: 45px;
  margin: 0 auto;
  font-weight: 600;
  border-radius: 5px;
  background-color: #fff;
}
.ft-side-bar-add a:hover {
  color: #fff;
  background-color: #00044b;
}

.pr-cor-blog-section {
  overflow: hidden;
  padding: 95px 0px;
}
.pr-cor-blog-section .pr-cor-section-title {
  max-width: 600px;
}

.pr-item-innerbox {
  padding: 0px 15px;
}

.pr-cor-blog-slider .slick-list {
  overflow: visible;
}

.pr-cor-blog-slider .slick-dots {
  margin-top: 50px;
  position: static;
}

.pr-cor-blog-slider .slick-dots li {
  height: 5px;
  width: 15px;
  border-radius: 40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #000d51;
}

.pr-cor-blog-slider .slick-dots li.slick-active {
  width: 40px;
  background-color: #a3258f;
}

.pr-cor-blog-slider .slick-slide {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.pr-cor-blog-slider .slick-slide.slick-active {
  opacity: 1;
}

.pr-cor-blog-innerbox {
  padding: 20px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(151, 151, 151, 0.15);
          box-shadow: 0px 15px 40px 0px rgba(151, 151, 151, 0.15);
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-img {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-text {
  padding: 35px 0px 5px;
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-text .pr-cor-blog-cat a {
  left: 15px;
  top: -18px;
  color: #fff;
  padding: 6px 20px;
  position: absolute;
  border-radius: 5px;
  display: inline-block;
  background-color: #000d51;
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-text .pr-cor-blog-meta {
  margin-bottom: 10px;
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-text .pr-cor-blog-meta a {
  margin-right: 25px;
  color: #000d51;
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-text .pr-cor-blog-meta a i {
  margin-right: 3px;
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000d51;
  padding-bottom: 15px;
  line-height: 1.636;
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-text .pr-cor-blog-more {
  font-weight: 600;
  color: #000d51;
  font-family: "Poppins";
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-text .pr-cor-blog-more i {
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-text .pr-cor-blog-more:hover {
  color: #a3258f;
}
.pr-cor-blog-innerbox .pr-cor-blog-inner-text .pr-cor-blog-more:hover i {
  margin-left: 5px;
}
.pr-cor-blog-innerbox:hover .pr-cor-blog-inner-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pr-cor-blog-innerbox:hover .pr-cor-blog-cat a {
  background-color: #a3258f;
}
.pr-sx-blog-section .pr-sx-secion-title {
  margin: 0;
}

.pr-sx-blog-content {
  padding-top: 30px;
}

.pr-sx-blog-innerbox {
  overflow: hidden;
  min-height: 510px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #f5f8fd;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-bottom: 5px solid transparent;
}
.pr-sx-blog-innerbox .pr-sx-blog-img {
  overflow: hidden;
  border-radius: 10px;
}
.pr-sx-blog-innerbox .pr-sx-blog-text {
  padding: 30px 20px;
}
.pr-sx-blog-innerbox .pr-sx-blog-text .blog-meta {
  font-weight: 500;
  color: #a3258f;
}
.pr-sx-blog-innerbox .pr-sx-blog-text .blog-meta i {
  margin-right: 10px;
}
.pr-sx-blog-innerbox .pr-sx-blog-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000d51;
  padding: 15px 0px;
  line-height: 1.636;
}
.pr-sx-blog-innerbox .pr-sx-blog-text p {
  padding-bottom: 18px;
}
.pr-sx-blog-innerbox .pr-sx-blog-text .blog-more-btn {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
  color: #000d51;
}
.pr-sx-blog-innerbox .pr-sx-blog-text .blog-more-btn i {
  margin-left: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.pr-sx-blog-innerbox .pr-sx-blog-text .blog-more-btn:hover {
  color: #a3258f;
}
.pr-sx-blog-innerbox .pr-sx-blog-text .blog-more-btn:hover i {
  margin-left: 8px;
}
.pr-sx-blog-innerbox:hover {
  border-bottom: 5px solid #a3258f;
}

.pr-an-blog-section {
  overflow: hidden;
  padding: 100px 0px;
  background-color: #fafbff;
}

.pr-an-blog-content {
  padding-top: 30px;
  margin: 0px -15px;
}
.pr-an-blog-content .slick-list {
  overflow: visible;
}
.pr-an-blog-content .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.pr-an-blog-content .slick-slide {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-an-blog-content .slick-slide.slick-active {
  opacity: 1;
}
.pr-an-blog-content .carousel_nav {
  top: 58%;
  z-index: 1;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pr-an-blog-inner-item {
  max-width: 370px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  -webkit-box-shadow: -0.872px 24.985px 40px 0px rgba(148, 148, 148, 0.1);
          box-shadow: -0.872px 24.985px 40px 0px rgba(148, 148, 148, 0.1);
}
.pr-an-blog-inner-item .pr-an-blog-inner-img {
  overflow: hidden;
  border-radius: 5px;
}
.pr-an-blog-inner-item .pr-an-blog-inner-text {
  padding: 30px 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pr-an-blog-inner-item .pr-an-blog-inner-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-radius: 5px;
  line-height: 1.667;
  padding-bottom: 15px;
}
.pr-an-blog-inner-item .pr-an-blog-inner-text .blog-meta {
  font-weight: 500;
  color: #000;
}
.pr-an-blog-inner-item .pr-an-blog-inner-text .blog-meta i {
  color: #4ab9cf;
  margin-right: 12px;
}
.pr-an-blog-inner-item .pr-an-blog-link {
  right: 30px;
  bottom: -25px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-an-blog-inner-item .pr-an-blog-link a {
  width: 50px;
  height: 50px;
  color: #000;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.pr-an-blog-inner-item .pr-an-blog-link:hover a {
  color: #fff;
  background-color: #000d51;
}
.pr-an-blog-inner-item:hover {
  -webkit-box-shadow: -0.872px 24.985px 40px 0px rgba(148, 148, 148, 0.2);
          box-shadow: -0.872px 24.985px 40px 0px rgba(148, 148, 148, 0.2);
}
.pr-an-blog-inner-item:hover .pr-an-blog-link {
  right: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blg-an-left_arrow,
.blg-an-right_arrow {
  width: 60px;
  color: #fff;
  border: none;
  height: 60px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #4ab9cf;
}

/*---------------------------------------------------- */
/*Featured area*/
/*----------------------------------------------------*/
.ft-featured-section {
  padding: 105px 0px;
}

.ft-featured-content {
  padding-top: 45px;
}

.ft-featured-innerbox {
  z-index: 1;
  padding: 30px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-top: 3px solid #a3258f;
  background-color: white;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
          box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
}
.ft-featured-innerbox .ft-featured-icon {
  margin-bottom: 18px;
}
.ft-featured-innerbox .ft-featured-icon i {
  color: #003440;
  font-size: 60px;
  line-height: 0.75;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-featured-innerbox .ft-featured-text h3 {
  color: #003440;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 18px;
}
.ft-featured-innerbox .ft-featured-text p {
  padding-bottom: 20px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-featured-innerbox:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #a3258f;
}
.ft-featured-innerbox:hover {
  -webkit-box-shadow: 0px 21px 80px 0px rgba(236, 0, 0, 0.3);
          box-shadow: 0px 21px 80px 0px rgba(236, 0, 0, 0.3);
}
.ft-featured-innerbox:hover:before {
  height: 100%;
}
.ft-featured-innerbox:hover .ft-featured-icon i {
  color: #fff;
}
.ft-featured-innerbox:hover .ft-featured-text h3 {
  color: #fff;
}
.ft-featured-innerbox:hover .ft-featured-text p {
  color: #fff;
}
.ft-featured-innerbox:hover .ft-btn-2 a:before {
  border: 2px solid #fff;
}
.ft-featured-innerbox:hover .ft-btn-2 a i {
  color: #fff;
}
.ft-featured-innerbox:hover .ft-btn-2 a:hover i {
  color: #002a34;
}

.ft-goodness-feature-section {
  padding-bottom: 80px;
}

.ft-goodness-featured-content {
  padding-top: 45px;
}

.ft-goodness-featured-innerbox {
  padding: 30px 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
          box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
}
.ft-goodness-featured-innerbox .ft-goodness-featured-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 100%;
  background-color: #fef2f2;
}
.ft-goodness-featured-innerbox .ft-goodness-featured-icon i {
  font-size: 40px;
  color: #a3258f;
}
.ft-goodness-featured-innerbox .ft-goodness-featured-text h3 {
  color: #002a34;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}
.ft-goodness-featured-innerbox:hover .ft-goodness-featured-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

.ft-thx-slider-section {
  padding-top: 80px;
}

.ft-thx-feature-content {
  top: -80px;
  z-index: 2;
}

.ft-thx-feature-innerbox {
  padding: 50px 30px 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.ft-thx-feature-innerbox .thx-inner-icon {
  margin-bottom: 18px;
}
.ft-thx-feature-innerbox .thx-inner-icon i {
  line-height: 0.75;
  font-size: 50px;
  color: #a3258f;
}
.ft-thx-feature-innerbox .ft-thx-inner-text h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #000d51;
}

/*---------------------------------------------------- */
/*Product Mesurment area*/
/*----------------------------------------------------*/
.ft-product-mesurment-section {
  z-index: 1;
  position: relative;
}
.ft-product-mesurment-section:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 115px;
  position: absolute;
  background-color: #002531;
}

.ft-product-mesurment-content {
  overflow: hidden;
  border-radius: 8px;
  padding: 60px 30px;
  background-color: #fff;
  border-top: 5px solid #fde8e8;
  -webkit-box-shadow: 3.486px 39.848px 60px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3.486px 39.848px 60px 0px rgba(0, 0, 0, 0.15);
}
.ft-product-mesurment-content .ft-pm-bg-img {
  bottom: 0;
  right: 0;
}

.ft-product-mesurment-tab-btn {
  margin-bottom: 35px;
}
.ft-product-mesurment-tab-btn .nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ft-product-mesurment-tab-btn .nav-tabs .nav-item.show .nav-link,
.ft-product-mesurment-tab-btn .nav-tabs .nav-link.active,
.ft-product-mesurment-tab-btn .nav-tabs .nav-link {
  padding: 0;
  border: none;
  font-weight: 600;
}
.ft-product-mesurment-tab-btn .nav-tabs {
  border-bottom: none;
}
.ft-product-mesurment-tab-btn .nav-link {
  width: 170px;
  height: 45px;
  color: #032d57;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  font-family: "Poppins";
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.ft-product-mesurment-tab-btn .nav-link.active {
  color: #fff;
  background-color: #a3258f;
  -webkit-box-shadow: 0px 21px 80px 0px rgba(236, 0, 0, 0.1);
          box-shadow: 0px 21px 80px 0px rgba(236, 0, 0, 0.1);
}

.ft-product-mesurment-form-input .ft-pm-title {
  color: #002a34;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Poppins";
}
.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area {
  margin-bottom: 15px;
}
.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area input, .ft-product-mesurment-form-input .ft-product-mesurment-form-input-area select {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  border: 1px solid #d5d5d5;
}
.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area select {
  -webkit-appearance: none;
}
.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area .ft-select-option {
  z-index: 1;
}
.ft-product-mesurment-form-input .ft-product-mesurment-form-input-area .ft-select-option:after {
  top: 14px;
  right: 20px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ft-product-mesurment-form-input button {
  color: #fff;
  width: 100%;
  height: 55px;
  margin-top: 40px;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  font-family: "Poppins";
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #002a34;
}
.ft-product-mesurment-form-input button:hover {
  background-color: #a3258f;
}

.ft-product-mesurment-checkbox label {
  cursor: pointer;
  position: relative;
  margin-right: 25px;
}
.ft-product-mesurment-checkbox label .slug {
  color: #002a34;
  margin-left: 30px;
}
.ft-product-mesurment-checkbox .checkmark-circle:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  left: 0px;
  top: 1px;
  border: 2px solid #002a34;
}
.ft-product-mesurment-checkbox .checkmark-circle:after {
  left: 5px;
  top: 6px;
  width: 10px;
  content: "";
  height: 10px;
  display: none;
  position: absolute;
  border-radius: 100%;
  background-color: #a3258f;
}
.ft-product-mesurment-checkbox .condition {
  display: none;
}
.ft-product-mesurment-checkbox .condition:checked ~ .checkmark-circle:after {
  display: block;
}
.ft-product-mesurment-checkbox .condition:checked ~ .checkmark-circle:before {
  border: 2px solid #a3258f;
}

/*---------------------------------------------------- */
/*Experience area*/
/*----------------------------------------------------*/
.ft-experience-section {
  padding: 55px 0px 95px;
}

.counter-boxed {
  padding: 22px 10px 20px;
  background-color: white;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(38, 38, 38, 0.15);
          box-shadow: 1.91px 10.833px 50px 0px rgba(38, 38, 38, 0.15);
}

.counter-boxed .graph-outer {
  margin: 0 auto;
  text-align: center;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: #ffffff;
}

.counter-boxed h3 {
  color: #002a34;
  font-size: 18px;
  font-weight: 700;
  padding-top: 8px;
}

.counter-boxed .count-box {
  position: absolute;
  left: 0;
  top: 48%;
  width: 100%;
  font-size: 16px;
  color: #19274d;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.counter-boxed .count-box .count-text {
  color: #002a34;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins";
}

.counter-text-item {
  margin-top: 15px;
}
.counter-text-item h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
}
.counter-text-item .counter-author .counter-author-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 30px;
}
.counter-text-item .counter-author .counter-author-text {
  margin-top: 35px;
}
.counter-text-item .counter-author .counter-author-text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
}
.counter-text-item .counter-author .counter-author-text span {
  font-size: 16px;
  font-weight: 600;
  color: #a3258f;
  font-family: "Poppins";
}

/*---------------------------------------------------- */
/*FAQ area*/
/*----------------------------------------------------*/
.ft-faq-why-choose-us-section {
  padding-bottom: 90px;
}
.ft-faq-why-choose-us-section .ft-section-title-2 {
  padding-bottom: 40px;
}
.ft-faq-why-choose-us-section .ft-section-title-2 h2 {
  padding-bottom: 0;
}

.ft-faq-content .accordion-button:not(.collapsed),
.ft-faq-content .accordion-item:first-of-type .accordion-button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ft-faq-content .accordion-item:first-of-type {
  border-radius: 0;
}
.ft-faq-content .accordion-item {
  margin-bottom: 25px;
}
.ft-faq-content .accordion-item .accordion-button {
  color: #003440;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 20px 17px;
}
.ft-faq-content .accordion-item .accordion-button:hover, .ft-faq-content .accordion-item .accordion-button:focus {
  outline: none;
}
.ft-faq-content .accordion-item .accordion-button:not(.collapsed) {
  color: #a3258f;
  background-color: transparent;
}
.ft-faq-content .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.ft-faq-content .accordion-button::after {
  right: 15px;
  color: #003440;
  content: "";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  background-image: none;
  font-family: "Font Awesome 5 Pro";
}
.ft-faq-content .accordion-button:not(.collapsed)::after {
  content: "";
  color: #a3258f;
}
.ft-faq-content .accordion-body {
  padding-top: 5px;
}
.ft-faq-content .accordion-button:focus {
  border: none;
}

.ft-why-choose-content-2 {
  padding-left: 5px;
}

@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.ft-why-choose-feature-list-item-2 {
  padding: 25px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: white;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(38, 38, 38, 0.15);
          box-shadow: 1.91px 10.833px 50px 0px rgba(38, 38, 38, 0.15);
}
.ft-why-choose-feature-list-item-2 .ft-why-choose-feature-icon {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-why-choose-feature-list-item-2 .ft-why-choose-feature-icon i {
  font-size: 35px;
  color: #a3258f;
}
.ft-why-choose-feature-list-item-2 .ft-why-choose-feature-text h3 {
  color: #003440;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ft-why-choose-feature-list-item-2:hover .ft-why-choose-feature-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

.ft-faq-page-top-content {
  margin-bottom: 50px;
}
.ft-faq-page-top-content .ft-section-title-2 {
  margin: 0;
  max-width: 435px;
}
.ft-faq-page-top-content .ft-section-title-2 h2 {
  padding: 0;
}

.ft-faq-contact-form-wrapper {
  margin-top: 50px;
}

.ft-faq-contact-form-area {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 1.736px 9.848px 60px 0px rgba(0, 52, 64, 0.15);
          box-shadow: 1.736px 9.848px 60px 0px rgba(0, 52, 64, 0.15);
}
.ft-faq-contact-form-area .ft-section-title-2 h2 {
  padding-top: 0;
  font-size: 24px;
}
.ft-faq-contact-form-area input, .ft-faq-contact-form-area textarea {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #cbcbcb;
}
.ft-faq-contact-form-area input::-webkit-input-placeholder, .ft-faq-contact-form-area textarea::-webkit-input-placeholder {
  color: #c3c3c3;
}
.ft-faq-contact-form-area input::-moz-placeholder, .ft-faq-contact-form-area textarea::-moz-placeholder {
  color: #c3c3c3;
}
.ft-faq-contact-form-area input:-ms-input-placeholder, .ft-faq-contact-form-area textarea:-ms-input-placeholder {
  color: #c3c3c3;
}
.ft-faq-contact-form-area input::-ms-input-placeholder, .ft-faq-contact-form-area textarea::-ms-input-placeholder {
  color: #c3c3c3;
}
.ft-faq-contact-form-area input::placeholder, .ft-faq-contact-form-area textarea::placeholder {
  color: #c3c3c3;
}
.ft-faq-contact-form-area textarea {
  height: 130px;
  padding-top: 10px;
}

.ft-faq-form-img {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 1.736px 9.848px 60px 0px rgba(0, 52, 64, 0.15);
          box-shadow: 1.736px 9.848px 60px 0px rgba(0, 52, 64, 0.15);
}

.ft-submit-btn {
  color: #fff;
  height: 55px;
  width: 200px;
  border: none;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 30px;
  font-family: "Poppins";
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #a3258f;
}
.ft-submit-btn i {
  top: 3px;
  position: relative;
}
.ft-submit-btn:hover {
  color: #fff;
  background-color: #00044b;
}

.ft-thx-faq-section {
  z-index: 1;
  overflow: hidden;
  padding: 110px 0px 80px;
}
.ft-thx-faq-section .ft-thx-shape1 {
  top: 0;
  right: 0;
  z-index: -1;
}

.ft-thx-featured-accordion {
  padding-top: 20px;
}

.ft-thx-faq-text {
  padding-left: 15px;
}
.ft-thx-faq-text .accordion-header button {
  font-size: 16px;
  font-weight: 600;
}
.ft-thx-faq-text .accordion-body {
  padding: 0px 30px 30px;
}
.ft-thx-faq-text .accordion-header button {
  color: #14132B;
  font-size: 20px;
  font-weight: 700;
}
.ft-thx-faq-text .accordion-header span {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #fff;
  background: linear-gradient(99.89deg, rgba(76, 64, 247, 0.05) 0%, rgba(255, 0, 161, 0.05) 106.22%);
}
.ft-thx-faq-text .accordion-header span i {
  line-height: 0.5;
  font-size: 25px;
  color: #a3258f;
}
.ft-thx-faq-text .accordion-button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ft-thx-faq-text .accordion-item {
  border: none;
  margin-bottom: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 16px 50px 0px #97979733;
          box-shadow: 0px 16px 50px 0px #97979733;
}
.ft-thx-faq-text .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.ft-thx-faq-text .accordion-button::after {
  right: 15px;
  height: auto;
  width: auto;
  font-size: 15px;
  content: "";
  font-weight: 900;
  position: absolute;
  background-image: none;
  font-family: "Font Awesome 5 Pro";
}
.ft-thx-faq-text .accordion-button:not(.collapsed)::after {
  content: "";
}

/*---------------------------------------------------- */
/*Breadcrumb area*/
/*----------------------------------------------------*/
.ft-breadcrumb-section {
  padding: 240px 0px 110px;
}
.ft-breadcrumb-section .background_overlay {
  background-color: rgba(0, 62, 77, 0.7);
}

.ft-breadcrumb-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
}
.ft-breadcrumb-content .ft-breadcrumb-list li {
  color: #fff;
  margin: 0px 20px;
  position: relative;
}
.ft-breadcrumb-content .ft-breadcrumb-list li:after {
  top: 2px;
  right: -30px;
  font-size: 14px;
  content: "";
  font-weight: 900;
  color: #a3258f;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ft-breadcrumb-content .ft-breadcrumb-list li:last-child:after {
  display: none;
}

.page-padding {
    padding: 50px 0px;
    }

.design-shape {
  bottom: 0;
  right: 0;
}

/*---------------------------------------------------- */
/*Pricing area*/
/*----------------------------------------------------*/
.ft-pricing-plan-section .ft-section-title {
  margin: 0 auto;
  max-width: 550px;
}
.ft-pricing-plan-section .ft-section-title h2 {
  padding-bottom: 0;
}

.ft-pricing-plan-content {
  padding-top: 55px;
}

.ft-pricing-plan-items {
  margin: 0 auto;
  max-width: 370px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 16px;
  padding-bottom: 50px;
  background-color: white;
  -webkit-box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
          box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
}
.ft-pricing-plan-items .pricing-shape1,
.ft-pricing-plan-items .pricing-shape2 {
  top: 0;
  left: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-pricing-plan-items .pricing-shape2 {
  opacity: 0;
}
.ft-pricing-plan-items:before {
  top: -23px;
  left: -25px;
  width: 97px;
  content: "";
  height: 55px;
  position: absolute;
  background-color: #fbfbfb;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.ft-pricing-plan-items .ft-pricing-plan-head {
  padding: 34px 0px;
  background-color: #002a34;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-top-left-radius: 20px;
}
.ft-pricing-plan-items .ft-pricing-plan-head h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.ft-pricing-plan-items .ft-pricing-plan-value {
  padding: 35px 0px;
}
.ft-pricing-plan-items .ft-pricing-plan-value h4 {
  color: #043440;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ft-pricing-plan-items .ft-pricing-plan-value span {
  color: #fff;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  display: inline-block;
  background-color: #043440;
}
.ft-pricing-plan-items .ft-pricing-plan-list {
  margin-bottom: 25px;
}
.ft-pricing-plan-items .ft-pricing-plan-list li {
  color: #043440;
  font-weight: 500;
  padding-bottom: 13px;
}
.ft-pricing-plan-items .ft-btn-2 a span {
  color: #fff;
}
.ft-pricing-plan-items .ft-btn-2 a:hover {
  color: #fff;
}
.ft-pricing-plan-items .ft-btn-2 a:hover:before {
  border: 2px solid #a3258f;
  background-color: #a3258f;
}
.ft-pricing-plan-items:hover .ft-pricing-plan-head {
  background-color: #ff3132;
}
.ft-pricing-plan-items:hover .pricing-shape1 {
  opacity: 0;
}
.ft-pricing-plan-items:hover .pricing-shape2 {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Coming Soon area*/
/*----------------------------------------------------*/
.coming-soon-content {
  padding: 290px 0px 200px;
}
.coming-soon-content h2 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
}

.coming-soon-countdown {
  margin-top: 35px;
}
.coming-soon-countdown li {
  width: 100px;
  height: 100px;
  padding-top: 25px;
  margin-right: 25px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #0a3e4a;
}
.coming-soon-countdown li span {
  display: block;
}
.coming-soon-countdown li .ft-count-down-number {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins";
}
.coming-soon-countdown li .count-unit {
  color: #fff;
  font-weight: 500;
}

.coming-soon-newslatter-form {
  margin-top: 45px;
  max-width: 470px;
}
.coming-soon-newslatter-form h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
}
.coming-soon-newslatter-form p {
  color: #fff;
  padding-bottom: 25px;
}
.coming-soon-newslatter-form form {
  position: relative;
}
.coming-soon-newslatter-form input {
  width: 100%;
  height: 55px;
  padding-left: 15px;
  border-radius: 30px;
  border: 1px solid #fff;
  background-color: transparent;
}
.coming-soon-newslatter-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.coming-soon-newslatter-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.coming-soon-newslatter-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.coming-soon-newslatter-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.coming-soon-newslatter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.coming-soon-newslatter-form button {
  top: 5px;
  right: 5px;
  color: #fff;
  height: 45px;
  width: 145px;
  border: none;
  font-weight: 600;
  position: absolute;
  border-radius: 30px;
  font-family: "Poppins";
  background-color: #a3258f;
}

.coming-soon-social {
  margin-top: 45px;
}
.coming-soon-social a {
  width: 45px;
  color: #fff;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #002a34;
}
.coming-soon-social a:hover {
  background-color: #a3258f;
}

.pr-sx-video-section {
  z-index: 1;
  padding: 120px 0px 100px;
}
.pr-sx-video-section .background_overlay {
  z-index: -1;
  background-color: rgba(0, 26, 87, 0.8);
}
.pr-sx-video-section .pr-sx-video-content {
  margin: 0 auto;
  max-width: 860px;
}
.pr-sx-video-section .pr-sx-video-content h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
.pr-sx-video-section .pr-sx-video-content .pr-sx-video-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-top: 45px;
  border-radius: 100%;
  background-color: #a3258f;
  border: 2px solid #000d51;
}
.pr-sx-video-section .pr-sx-video-content .pr-sx-video-icon a {
  color: #fff;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #000d51;
}

/*---------------------------------------------------- */
/*Fun Fact area*/
/*----------------------------------------------------*/
.ft-funfact-section {
  padding: 50px 0px 110px;
}

.ft-funfact-content {
  padding: 40px 0px;
  background-color: #f4f4f4;
}

.ft-funfact-innerbox .ft-funfact-icon {
  margin-bottom: 8px;
}
.ft-funfact-innerbox .ft-funfact-icon i {
  font-size: 45px;
  color: #a3258f;
}
.ft-funfact-innerbox .ft-funfact-text h3 {
  color: #052e56;
  font-size: 45px;
  font-weight: 700;
}
.ft-funfact-innerbox .ft-funfact-text p {
  color: #666666;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
}

.ft-funfact-section-2 {
  padding: 115px 0px;
}
.ft-funfact-section-2 .ft-section-title-3 {
  margin: 0 auto;
  max-width: 820px;
}

.ft-funfact-section-2 {
  overflow: hidden;
}

.ft-funfact-content-2 {
  z-index: 1;
  padding-top: 100px;
}
.ft-funfact-content-2 .map-bg {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}

.ft-funfact-inner-items-wrapper:before {
  top: 51%;
  left: 0;
  right: 0;
  width: 95%;
  content: "";
  margin: 0 auto;
  position: absolute;
  border: 2px dashed #dbdbdb;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ft-funfact-inner-items .ft-funfact-inner-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 100%;
  background-color: #a3258f;
}
.ft-funfact-inner-items .ft-funfact-inner-icon:after {
  left: 25px;
  bottom: -8px;
  content: "";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #a3258f;
}
.ft-funfact-inner-items .ft-funfact-inner-icon i {
  color: #fff;
  font-size: 35px;
  line-height: 0.75;
}
.ft-funfact-inner-items .ft-funfact-inner-text h3 {
  color: #a3258f;
  font-size: 36px;
  font-weight: 700;
}
.ft-funfact-inner-items .ft-funfact-inner-text p {
  color: #141415;
  font-size: 18px;
  font-weight: 500;
}

.ft-funfact-slug-text {
  margin-top: 70px;
}
.ft-funfact-slug-text span {
  color: #000000;
}
.ft-funfact-slug-text span a {
  color: #a3258f;
  font-weight: 700;
  text-decoration: underline;
}

.ft-thx-work-process-section {
  padding: 110px 0px;
}
.ft-thx-work-process-section .td-sv-work-step-content {
  margin-top: 50px;
}
.ft-thx-work-process-section .ft-thx-work-process-shape {
  top: 0;
  right: 0;
}

.td-sv-work-step-inner-item {
  margin-bottom: 30px;
}

.td-sv-work-step-inner-item .td-sv-work-step-icon {
  width: 105px;
  height: 105px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 22px;
  background-color: #fff;
  -webkit-box-shadow: 1.315px 2.696px 29px 0px rgba(3, 0, 11, 0.08);
  box-shadow: 1.315px 2.696px 29px 0px rgba(3, 0, 11, 0.08);
}
.td-sv-work-step-inner-item .td-sv-work-step-icon i {
  font-size: 40px;
  line-height: 0.75;
  color: #a3258f;
}

.td-sv-work-step-inner-item .td-sv-work-step-text h3 {
  color: #000320;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}

.td-sv-work-step-inner-item .td-sv-work-step-text p {
  color: #666666;
  margin: 0 auto;
  max-width: 280px;
}

.td-sv-work-step-content .td-sv-ws-arrow1,
.td-sv-work-step-content .td-sv-ws-arrow2 {
  top: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

.td-sv-work-step-content .td-sv-ws-arrow1 {
  left: 330px;
}

.td-sv-work-step-content .td-sv-ws-arrow2 {
  right: 330px;
}

.pr-sx-funfact-section {
  padding: 130px 0px 90px;
}

.pr-sx-funfact-innerbox {
  padding: 55px 15px 35px;
  background-color: #fefefe;
  -webkit-box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.12);
          box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.12);
}
.pr-sx-funfact-innerbox .pr-sx-funfact-icon {
  left: 0;
  right: 0;
  top: -45px;
  width: 88px;
  color: #fff;
  height: 88px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background-color: #a3258f;
}
.pr-sx-funfact-innerbox .pr-sx-funfact-icon i {
  font-size: 48px;
  line-height: 0.75;
}
.pr-sx-funfact-innerbox .pr-sx-funfact-text h3 {
  font-size: 72px;
  font-weight: 700;
  padding-bottom: 5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000d51;
}
.pr-sx-funfact-innerbox .pr-sx-funfact-text h4 {
  color: #132a52;
  font-size: 18px;
  font-weight: 700;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.ft-footer-section {
  padding-top: 120px;
  background-color: #00044b;
}

.ft-footer-widget-wrapper {
  padding-bottom: 90px;
}

.ft-footer-widget .widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 25px;
}
.ft-footer-widget .logo-widget .site-logo {
  padding-bottom: 20px;
}
.ft-footer-widget .logo-widget p {
  color: #fff;
  max-width: 250px;
  padding-bottom: 35px;
}
.ft-footer-widget .menu-widget li {
  margin-bottom: 18px;
}
.ft-footer-widget .menu-widget li a {
  color: #fff;
  position: relative;
}
.ft-footer-widget .menu-widget li a:before {
  left: 0;
  top: 8px;
  width: 0px;
  height: 3px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #a3258f;
}
.ft-footer-widget .menu-widget li a:hover {
  padding-left: 12px;
}
.ft-footer-widget .menu-widget li a:hover:before {
  width: 8px;
}
.ft-footer-widget .gallery-widget {
  margin: 0px -5px;
}
.ft-footer-widget .gallery-widget li a {
  float: left;
  width: 85px;
  height: 90px;
  margin: 5px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.ft-footer-widget .gallery-widget li a:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0.7;
  height: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #a3258f;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.ft-footer-widget .gallery-widget li a:after {
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  opacity: 0;
  margin: 0 auto;
  font-size: 20px;
  content: "";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  font-family: "Font Awesome 5 Pro";
}
.ft-footer-widget .gallery-widget li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ft-footer-widget .gallery-widget li a:hover:after {
  opacity: 1;
}

.ft-footer-copywrite-1 {
  color: #fff;
  padding: 16px 0px 14px;
  background-color: #000891;
}

.ft-footer-section-2 {
  margin-top: 115px;
  background-color: #f4f4f4;
}
.ft-footer-section-2 .footer-shape1 {
  left: 0;
  bottom: 0;
}
.ft-footer-section-2 .ft-footer-newslatter {
  top: -115px;
  margin-bottom: -15px;
}
.ft-footer-section-2 .ft-footer-newslatter-content {
  padding: 65px 60px;
  border-radius: 120px;
  background-color: #a3258f;
}
.ft-footer-section-2 .ft-footer-newslatter-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  max-width: 510px;
  line-height: 1.333;
}
.ft-footer-section-2 .ft-footer-newslatter-form {
  width: 500px;
}
.ft-footer-section-2 .ft-footer-newslatter-form input {
  width: 100%;
  color: #fff;
  height: 60px;
  padding-left: 20px;
  border-radius: 30px;
  border: 2px solid #fff;
  background-color: transparent;
}
.ft-footer-section-2 .ft-footer-newslatter-form input::-webkit-input-placeholder {
  color: #fff;
}
.ft-footer-section-2 .ft-footer-newslatter-form input::-moz-placeholder {
  color: #fff;
}
.ft-footer-section-2 .ft-footer-newslatter-form input:-ms-input-placeholder {
  color: #fff;
}
.ft-footer-section-2 .ft-footer-newslatter-form input::-ms-input-placeholder {
  color: #fff;
}
.ft-footer-section-2 .ft-footer-newslatter-form input::placeholder {
  color: #fff;
}
.ft-footer-section-2 .ft-footer-newslatter-form button {
  top: 0;
  right: 0;
  width: 160px;
  height: 60px;
  border: none;
  color: #003440;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  border-radius: 30px;
  font-family: "Poppins";
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-footer-section-2 .ft-footer-newslatter-form button:hover {
  color: #fff;
  background-color: #00044b;
}

.ft-footer-widget-wrapper-2 {
  padding-bottom: 90px;
}
.ft-footer-widget-wrapper-2 .ft-footer-widget .widget-title {
  color: #003440;
}
.ft-footer-widget-wrapper-2 .ft-footer-widget .logo-widget .site-logo {
  padding-bottom: 35px;
}
.ft-footer-widget-wrapper-2 .ft-footer-widget .ft-footer-address span {
  color: #003440;
  display: block;
  font-weight: 500;
  max-width: 245px;
  margin-bottom: 12px;
}
.ft-footer-widget-wrapper-2 .ft-footer-widget .menu-widget li a {
  font-weight: 500;
  color: #003440;
}

.ft-footer-copywrite-2 {
  color: #fff;
  font-weight: 700;
  padding: 22px 0px;
  background-color: #003440;
}

.ft-footer-section-3 .ft-newslatter-section-3 {
  padding: 40px 0px;
  background-color: #0f0f35;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text {
  color: #fff;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text p {
  color: #c9c8c8;
  font-size: 17px;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a {
  color: #fff;
  width: 200px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  background-color: #a3258f;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a:hover {
  background-color: #a3258f;
}

.ft-footer-copyright {
    padding: 25px 0px;
}
.ft-footer-copyright span {
  font-size: 15px;
  color: #ffffff;
}

.ft-footer-content-wrap-3 {
  padding-top: 80px;
  border-bottom: 2px solid #383737;
}
.ft-footer-content-wrap-3 .ft-footer-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .widget-title:before {
  left: 0;
  height: 3px;
  width: 30px;
  content: "";
  bottom: 15px;
  position: absolute;
  background-color: #a3258f;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .ft-footer-logo {
  padding-bottom: 18px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget p {
  color: #9d9d9d;
  padding-bottom: 35px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn {
  color: #fff;
  height: 35px;
  width: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  overflow: hidden;
  display: inline-block;
  background-color: #a3258f;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn:after {
  background-color: #fff;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn:hover {
  background-color: #a3258f;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget p {
  color: #9d9d9d;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget form {
  margin-top: 30px;
  position: relative;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget input {
  height: 45px;
  width: 100%;
  padding-left: 20px;
  border: 2px solid #313131;
  background-color: transparent;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget input::placeholder {
  color: #fff;
  font-size: 14px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget button {
  top: 0;
  right: 0;
  width: 60px;
  padding: 0;
  color: #fff;
  height: 45px;
  border: none;
  position: absolute;
  background-color: #a3258f;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget button:hover {
  background-color: #fff;
  color: #000;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social {
  margin-top: 22px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li {
  margin-right: 15px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a {
  color: #494949;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget .ft-footer-social li a:hover {
  color: #a3258f;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget {
  padding-left: 20px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul {
  padding-top: 15px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget i {
  float: left;
  font-size: 14px;
  margin-top: 5px;
  color: #a3258f;
  margin-right: 10px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget a {
  color: #9d9d9d;
  display: block;
  font-size: 14px;
  overflow: hidden;
  max-width: 170px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget .office-open-hour {
  margin-top: 10px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget .office-open-hour span {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget .office-open-hour p {
  font-size: 14px;
  color: #9d9d9d;
  max-width: 180px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed {
  padding-top: 10px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed li {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 7px;
  position: relative;
  background-color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed li:before {
  top: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed li i {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 0;
  color: #fff;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed li:hover:before {
  opacity: 0.7;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-instagram-widget .insta-feed li:hover i {
  opacity: 1;
}
.ft-footer-content-wrap-3 .ft-footer-copyright {
  margin-top: 80px;
  border-top: 1px solid #15152e;
}

.pr-sv-footer-section {
    padding: 90px 40px 0px;
    background-color: #000;
}

.pr-sv-footer-widget-wrap {
  padding-bottom: 60px;
  border-bottom: 2px solid #fff;
}

.pr-sv-footer-widget {
  color: #fff;
}
.pr-sv-footer-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 40px;
}
.pr-sv-footer-widget .pr-sv-about-widget .ft-thx-btn {
  margin-top: 40px;
}
.pr-sv-footer-widget .pr-sv-about-widget .ft-thx-btn a {
  width: 140px;
  color: #fff;
  height: 45px;
}
.pr-sv-footer-widget .pr-sv-menu-widget {
  padding-left: 20px;
}
.pr-sv-footer-widget .pr-sv-menu-widget li {
  width: 50%;
  float: left;
  padding-left: 12px;
  margin-bottom: 10px;
  position: relative;
}
.pr-sv-footer-widget .pr-sv-menu-widget li:before {
  left: 0;
  top: 3px;
  font-size: 12px;
  content: "";
  font-weight: 900;
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
}
.pr-sv-footer-widget .pr-sv-menu-widget li:hover {
  color: #fff;
}
.pr-sv-footer-widget .pr-sv-gallery-widget li {
  float: left;
  width: 125px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.pr-sv-footer-widget .pr-sv-gallery-widget li a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.pr-sv-footer-widget .pr-sv-contact-widget {
  max-width: 245px;
}
.pr-sv-footer-widget .pr-sv-contact-widget li {
  color: #fff;
  margin-bottom: 15px;
}
.pr-sv-footer-widget .pr-sv-contact-widget li i {
  float: left;
  color: #fff;
  padding-top: 3px;
  margin-right: 12px;
}
.pr-sv-footer-widget .pr-sv-contact-widget li span {
  display: block;
  overflow: hidden;
}
.pr-sv-footer-widget .pr-sv-contact-widget span {
  color: #fff;
}

/*---------------------------------------------------- */
/*New Home area*/
/*----------------------------------------------------*/
/* New Demo Style */
h1 {
  position: relative;
  font-size: 82px;
  color: #090909;
  margin: 0px;
  font-weight: 700;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
}

h2 {
  position: relative;
  font-size: 42px;
  color: #090909;
  margin: 0px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
}

h3 {
  position: relative;
  font-size: 36px;
  color: #090909;
  margin: 0px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
}

h4 {
  position: relative;
  color: #0f0f0f;
  margin: 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
}

h5 {
  position: relative;
  color: #0f0f0f;
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  font-family: "Poppins", sans-serif;
}

h6 {
  position: relative;
  color: #0f0f0f;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  font-family: "Poppins", sans-serif;
}

/* Sec Title */
.sec-title {
  position: relative;
  margin-bottom: 40px;
}

.sec-title .title {
  position: relative;
  font-size: 20px;
  color: #ec0000;
  line-height: 1.5em;
  font-weight: 700;
  display: block;
}

.sec-title h2 {
  margin-top: 15px;
}

.sec-title .text {
  position: relative;
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.centered {
  text-align: center;
}

/* Sec Title Two */
.sec-title-two {
  position: relative;
  margin-bottom: 40px;
}

.sec-title-two .title {
  position: relative;
  font-size: 16px;
  color: #000000;
  line-height: 1.5em;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sec-title-two h2 {
  margin-top: 15px;
}

.sec-title-two .text {
  position: relative;
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
}

.sec-title-two.light .text,
.sec-title-two.light .title,
.sec-title-two.light h2 {
  color: #ffffff;
}

.sec-title-two.centered {
  text-align: center;
}

.sec-title-two.style-two .title {
  color: #dd2602;
}

.theme_color {
  color: #ec0000;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

ul li {
  list-style: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* Btn Style One */
.btn-style-one {
  position: relative;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 7px;
  display: inline-block;
  background-color: #ec0000;
  padding: 12px 20px 12px 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.btn-style-one .icon {
  position: relative;
  width: 34px;
  height: 34px;
  color: #ffffff;
  line-height: 34px;
  margin-left: 10px;
  text-align: center;
  border-radius: 50px;
  background-color: #a20000;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-one:hover {
  color: #ffffff;
  background-color: #002a34;
}

.btn-style-one:hover .icon {
  color: #ffffff;
  background-color: #ec0000;
}

/* Btn Stule Two */
.btn-style-two {
  position: relative;
  color: #002a34 !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 7px;
  display: inline-block;
  background-color: #ffffff;
  padding: 11px 20px 11px 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.btn-style-two .icon {
  position: relative;
  width: 34px;
  height: 34px;
  color: #002a34;
  line-height: 34px;
  margin-left: 10px;
  text-align: center;
  border-radius: 50px;
  background-color: #e1e1e1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-two:hover {
  color: #ffffff !important;
  background-color: #ec0000;
}

.btn-style-two:hover .icon {
  color: #ec0000;
  background-color: #ffffff;
}

/* Btn Stule Three */
.btn-style-three {
  position: relative;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 7px;
  display: inline-block;
  background-color: #002a34;
  padding: 13px 20px 13px 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.btn-style-three .icon {
  position: relative;
  width: 34px;
  height: 34px;
  color: #ffffff;
  line-height: 34px;
  margin-left: 10px;
  text-align: center;
  border-radius: 50px;
  background-color: #004758;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-three:hover {
  color: #ffffff !important;
  background-color: #ec0000;
}

.btn-style-three:hover .icon {
  color: #ec0000;
  background-color: #ffffff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/
.ft1-main-header {
  position: absolute;
  z-index: 99;
  width: 100%;
}

.ft1-main-header:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100px;
  background-color: #002a34;
}

/* Header Top */
.ft1-main-header .ft1-header-top {
  position: relative;
}

.ft1-main-header .ft1-header-top .inner-container {
  position: relative;
}

.ft1-main-header .ft1-header-top .ft1-top-left {
  position: relative;
  padding: 18px 0px;
}

.ft1-header-top .ft1-top-left .top-list {
  position: relative;
}

.ft1-header-top .ft1-top-left .top-list li {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 20px;
  padding-left: 30px;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #021d30;
}

.ft1-header-top .ft1-top-left .top-list li a {
  position: relative;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft1-header-top .ft1-top-left .top-list li .icon {
  position: absolute;
  left: 0px;
  top: -1px;
  color: #ffffff;
  font-size: 18px;
  font-family: "flaticon";
}

.ft1-header-top .ft1-top-left .top-list li a:hover {
  color: #ec0000;
}

.ft1-main-header .ft1-header-top .ft1-top-right {
  position: relative;
}

.ft1-main-header .ft1-header-top .language {
  position: relative;
  line-height: 1em;
  padding: 10px 0px;
}

.ft1-main-header .ft1-header-top .language button {
  position: relative;
  background: none;
  padding: 0px 0px;
  border: 0px;
}

.ft1-main-header .ft1-header-top .language button:focus {
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.ft1-main-header .ft1-header-top .language button:after {
  display: none;
}

.ft1-main-header .ft1-header-top .language .flag-icon {
  margin-right: 12px;
}

.ft1-main-header .ft1-header-top .language .dropdown-menu {
  top: 100%;
  right: 0px !important;
  left: auto !important;
  width: 170px;
  border-radius: 0px;
  margin-top: 8px !important;
  background-color: #222222;
  border: none;
  padding: 0px;
  border-top: 3px solid #ec0000;
}

.ft1-main-header .ft1-header-top .language > a {
  color: white;
  padding: 10px 0px;
  text-transform: uppercase;
  display: inline-block;
  border: 0px;
  top: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  border-radius: 0px;
}

.ft1-main-header .ft1-header-top .language > a:focus {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.main-menu .navigation > li.dropdown > a {
  padding-right: 15px !important;
}

.ft1-main-header .ft1-header-top .language > a:after {
  display: none;
}

.ft1-main-header .ft1-header-top language a:hover {
  background: none;
}

.ft1-main-header .ft1-header-top .language .dropdown-menu > li {
  padding-right: 0px !important;
  margin: 0px !important;
  float: none;
  display: block !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ft1-main-header .ft1-header-top .language .dropdown-menu > li:last-child {
  border-bottom: none;
}

.ft1-main-header .ft1-header-top .language .dropdown-menu > li > a {
  padding: 12px 20px !important;
  color: #ffffff;
  display: block;
  text-align: left;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft1-main-header .ft1-header-top .language .dropdown-menu > li > a:hover {
  color: #ffffff !important;
  background-color: #ec0000;
}

.ft1-main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft1-main-header .main-box .outer-container {
  position: relative;
  padding: 0px 40px;
}

.ft1-main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 10;
  padding: 30px 0px;
}

.ft1-main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft1-main-header .header-upper {
  position: relative;
}

.ft1-main-header .header-upper .upper-right {
  position: relative;
  padding-top: 22px;
}

.ft1-main-header .nav-outer {
  position: relative;
  float: right;
}

.ft1-main-header .header-upper .inner-container {
  position: relative;
  padding-left: 25px;
  background-color: #ffffff;
}

.ft1-main-header .header-upper .logo-box {
  position: relative;
  padding: 0px 0px;
}

.ft1-main-header .header-upper .logo-box .logo {
  position: relative;
}

.ft1-main-header .outer-box {
  position: relative;
  float: right;
  margin-left: 30px;
}

.ft1-main-header .btn-box {
  position: relative;
  float: left;
  padding: 10px 10px;
}

.ft1-main-header .sticky-header .btn-box {
  padding: 8px 0px;
}

.ft1-main-header.ft2-header-style-two .sticky-nav-toggler {
  padding: 0px !important;
  display: none;
  margin: 12px 0px 12px 20px !important;
  background: none !important;
}

/* Main Menu */
.main-menu {
  position: static;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navbar-collapse {
  padding: 0px;
  float: left;
  display: block !important;
}

.main-menu .navigation {
  position: static;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 28px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px;
}

.sticky-header .main-menu .navigation > li > a {
  color: #444444;
}

.sticky-header .nav-outer .options-box {
  margin-top: 45px;
}

/*Sticky Header*/
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #e8f1f7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .mobile-nav-toggler {
  position: relative;
  float: right;
  display: none !important;
  cursor: pointer;
  padding: 20px 0px;
}

.sticky-header .logo {
  padding: 7px 0px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #002a34;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 500;
  padding: 24px 0px;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Roboto", sans-serif;
}

.ft1-main-header .main-menu .navigation > li.dropdown > a {
  padding-right: 15px !important;
}

.ft1-main-header .main-menu .navigation > li.dropdown > a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  content: "";
  position: absolute;
  right: 0px;
  font-size: 10px;
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  opacity: 1;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: -30px;
  top: 100%;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #111111;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Roboto", sans-serif;
}

.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  content: "//";
  left: 10px;
  top: 10px;
  opacity: 0;
  color: #ec0000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a::before {
  opacity: 1;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #ec0000;
  padding-left: 30px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  right: 15px;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #253d4a;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #222222;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 120%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #111111;
  padding-left: 10px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ec0000;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: "//";
  left: 10px;
  top: 8px;
  opacity: 0;
  color: #ec0000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a::before {
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ec0000;
  padding-left: 30px;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  left: 0px;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 100%;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid #ffffff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/* Header Style Two */
.ft2-header-style-two {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.ft2-header-style-two:before {
  display: none;
}

.ft2-header-style-two .header-upper .inner-container {
  padding: 0px 0px;
  background: none;
}

.ft1-main-header.ft2-header-style-two .header-upper .mobile-nav-toggler {
  position: relative;
  right: 0px;
  top: 0px;
  font-size: 14px !important;
  display: block;
  padding: 15px 30px;
  background-color: #0009c4;
  text-transform: uppercase;
}

.ft1-main-header.ft2-header-style-two .mobile-nav-toggler .icon {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border-radius: 50px;
  margin-left: 10px;
  color: var(--white-color);
  display: inline-block;
  border: 2px solid #ffde00;
}

.ft1-main-header.ft2-header-style-two .navbar-collapse {
  display: block;
}

.ft1-main-header.ft2-header-style-two .header-upper .main-menu {
  opacity: 0;
  visibility: hidden;
}

.ft1-main-header.ft2-header-style-two .header-upper .logo-box {
  padding: 20px 0px 10px;
}

/* Header Style Two */
.ft3-header-style-three {
  position: relative;
}

.ft3-header-style-three:before {
  display: none;
}

.ft3-header-top-three {
  position: relative;
  overflow: hidden;
  background-color: #2b2b2b;
}

.ft3-header-top-three:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  background-color: #000000;
}

.ft3-header-top-three .ft3-top-left {
  position: relative;
  padding: 12px 0px;
}

.ft3-header-top-three .ft3-top-left .top-list {
  position: relative;
  margin: 0px;
}

.ft3-header-top-three .ft3-top-left .top-list li {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  float: left;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 25px;
  z-index: 1;
}

.ft3-header-top-three .ft3-top-left .top-list li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -15px;
  right: 0px;
  bottom: -15px;
  z-index: -1;
  background-color: #dd2602;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
}

.ft3-header-top-three .ft3-top-left .top-list li:first-child .icon {
  color: #ffffff;
}

.ft3-header-top-three .ft3-top-left .top-list li:nth-child(2):before {
  background-color: #302e2e;
}

.ft3-header-top-three .ft3-top-left .top-list li:nth-child(3):before {
  background-color: #202020;
}

.ft3-header-top-three .ft3-top-left .top-list li a {
  position: relative;
  color: #d7d7d7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft3-header-top-three .ft3-top-left .top-list li .icon {
  position: absolute;
  left: 25px;
  top: 2px;
  color: #dd2602;
  font-size: 16px;
  font-family: "FontAwesome";
}

.ft3-header-top-three .ft3-top-left .top-list li a:hover {
  color: #ec0000;
}

.ft3-header-top-three .ft3-top-right {
  position: relative;
  z-index: 1;
  padding: 10.5px 0px;
}

.ft3-header-top-three .social-box {
  position: relative;
  margin-bottom: 0px;
}

.ft3-header-top-three .social-box li {
  position: relative;
  margin-left: 16px;
  display: inline-block;
}

.ft3-header-top-three .social-box span {
  position: relative;
  color: #ffffff;
}

.ft3-header-top-three .social-box li a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
}

.ft3-header-top-three .social-box li a:hover {
  color: #089bff;
}

.ft3-header-style-three .main-menu .navigation > li > a {
  color: #000000;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/
.ft1-main-header .nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 36px;
  line-height: 50px;
  cursor: pointer;
  color: #ffffff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  right: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  border-radius: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  right: 0px;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  color: #202020;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 15px;
  color: #404040;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #404040;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  padding-left: 0px;
}

.mobile-menu .navigation li > ul > li > a {
  padding-left: 30px;
}

.mobile-menu .navigation li > ul > li > ul {
  padding-left: 0px;
}

.mobile-menu .navigation li > ul > li > ul > li > a {
  padding-left: 40px;
}

.sticky-header .navbar-header {
  display: none;
}
/*** 

====================================================================
	Main Footer
====================================================================

***/
.ft1-main-footer {
  position: relative;
  margin-top: -150px;
  padding: 240px 0px 0px;
  background-color: #002a34;
}

.ft1-main-footer .footer-widget {
  position: relative;
  margin-bottom: 30px;
}

.ft1-main-footer .widgets-section {
  position: relative;
  padding-bottom: 50px;
}

.ft1-main-footer .logo-widget {
  position: relative;
}

.ft1-main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 25px;
}

.ft1-main-footer .logo-widget .text {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 16px;
  margin-bottom: 30px;
}

.ft1-main-footer .logo-widget .social-box {
  position: relative;
  padding-left: 0px;
}

.ft1-main-footer .logo-widget .social-box li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}

.ft1-main-footer .logo-widget .social-box li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft1-main-footer .logo-widget .social-box li a:hover {
  color: #ec0000;
}

.ft1-main-footer .footer-widget h5 {
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  margin-top: 10px;
  line-height: 1.2em;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.ft1-main-footer .footer-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 2px;
  background: #ffffff;
}

/* List Link Two */
.list-link {
  position: relative;
  padding-left: 0px;
}

.list-link li {
  position: relative;
  margin-bottom: 10px;
}

.list-link li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.list-link li a:hover {
  color: #ec0000;
  margin-left: 10px;
  text-decoration: underline;
}

.ft1-main-footer .hours-widget .text {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 16px;
  margin-bottom: 30px;
}

.ft1-main-footer .hours-widget .time-list {
  position: relative;
  padding-left: 0px;
}

.ft1-main-footer .hours-widget .time-list li {
  position: relative;
  color: #ffffff;
  margin-bottom: 10px;
}

.ft1-main-footer .hours-widget .time-list li span {
  position: absolute;
  right: 0px;
}

.ft1-main-footer .hours-widget .time-list li:last-child {
  margin-bottom: 0px;
}

.ft1-main-footer .newsletter-widget .text {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 16px;
  margin-bottom: 20px;
}

/* Email Box */
.ft1-main-footer .email-box {
  position: relative;
  margin-bottom: 22px;
}

.ft1-main-footer .email-box .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

.ft1-main-footer .email-box .form-group input[type=text],
.ft1-main-footer .email-box .form-group input[type=email] {
  position: relative;
  line-height: 43px;
  border: 0px;
  padding: 10px 55px 10px 25px;
  background-color: #003c4a;
  display: block;
  font-size: 15px;
  height: 50px;
  width: 100%;
  color: #ffffff;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.ft1-main-footer .email-box .form-group input::-webkit-input-placeholder, .ft1-main-footer .email-box .form-group textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.ft1-main-footer .email-box .form-group input::-moz-placeholder, .ft1-main-footer .email-box .form-group textarea::-moz-placeholder {
  color: #ffffff;
}

.ft1-main-footer .email-box .form-group input:-ms-input-placeholder, .ft1-main-footer .email-box .form-group textarea:-ms-input-placeholder {
  color: #ffffff;
}

.ft1-main-footer .email-box .form-group input::-ms-input-placeholder, .ft1-main-footer .email-box .form-group textarea::-ms-input-placeholder {
  color: #ffffff;
}

.ft1-main-footer .email-box .form-group input::placeholder,
.ft1-main-footer .email-box .form-group textarea::placeholder {
  color: #ffffff;
}

.ft1-main-footer .email-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 64px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  border: 0px;
  cursor: pointer;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #ec0000;
}

.ft1-main-footer .email-box .form-group button:hover {
  background-color: #ffffff;
  color: #ec0000;
}

.ft1-main-footer .footer-bottom {
  position: relative;
  padding: 18px 0px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ft1-main-footer .footer-bottom .copyright {
  position: relative;
  color: #c5c5c5;
  font-size: 16px;
}

.ft1-main-footer .footer-bottom .copyright .icon {
  color: #ec0000;
}

.ft1-main-footer .footer-bottom .copyright a {
  position: relative;
  color: #ffffff;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.ft1-main-footer .footer-bottom .copyright a:hover {
  color: #ffffff;
}

.ft1-main-footer.style-two {
  margin-top: 0px;
  padding-top: 100px;
  background-color: #000000;
}

.ft1-main-footer .logo-widget .about-btn {
  position: relative;
  padding: 15px 32px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 0px;
  display: inline-block;
  background-color: #dd2602;
}

.ft1-main-footer.style-two .footer-widget h5:before {
  background-color: #dd2602;
}

.newsletter-widget .social-box {
  position: relative;
  padding-left: 0px;
}

.newsletter-widget .social-box li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}

.newsletter-widget .social-box li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.newsletter-widget .social-box li a:hover {
  color: #ec0000;
}

.ft1-main-footer .contact-widget .contact-list {
  position: relative;
  padding-left: 0px;
}

.ft1-main-footer .contact-widget .contact-list li {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: 1.8em;
}

.ft1-main-footer .contact-widget .contact-list li .icon {
  position: absolute;
  left: 0px;
  top: 5px;
}

.ft1-main-footer .contact-widget .contact-list li:last-child {
  margin-bottom: 0px;
}

.ft1-main-footer .contact-widget .timing {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 20px;
}

.ft1-main-footer .contact-widget .timing strong {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
}

/* Instagram Widget */
.ft1-main-footer .instagram-widget {
  position: relative;
}

.ft1-main-footer .instagram-widget .images-outer {
  position: relative;
  margin: 0px -3px;
}

.ft1-main-footer .instagram-widget .image-box {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 3px;
  margin-bottom: 6px;
}

.ft1-main-footer .instagram-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft1-main-footer .instagram-widget .image-box img:hover {
  opacity: 0.7;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/
.ft2-banner-section {
  position: relative;
  padding: 260px 0px 150px;
  background-size: cover;
}

.ft2-banner-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.ft2-banner-section .upper-content {
  position: relative;
  padding-bottom: 150;
  text-align: center;
}

.ft2-banner-section .upper-content .title {
  position: relative;
  letter-spacing: 2px;
  color: #ffdf00;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.ft2-banner-section .upper-content h1 {
  color: #ffffff;
  margin-top: 50px;
}

.ft2-banner-section .lower-content {
  position: relative;
  padding-top: 160px;
}

.ft2-banner-section .lower-content .text {
  position: relative;
  color: #ffffff;
  line-height: 1.7em;
  font-size: 16px;
  max-width: 320px;
}

.ft2-banner-section .lower-content .social-box {
  position: relative;
  text-align: right;
}

.ft2-banner-section .lower-content .social-box li {
  position: relative;
  padding: 0px 6px;
  margin: 0px 6px;
  display: inline-block;
}

.ft2-banner-section .lower-content .social-box li a {
  position: relative;
  color: #969696;
  font-size: 16px;
}

.ft2-banner-section .lower-content .social-box li:before {
  position: absolute;
  content: "/";
  right: -10px;
  top: 0px;
  color: #969696;
}

.ft2-banner-section .lower-content .social-box li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.ft2-banner-section .lower-content .social-box li:last-child::before {
  display: none;
}

.ft2-banner-section .lower-content .social-box li a:hover {
  color: #ffffff;
}

.ft2-banner-section .lower-content .down-arrow {
  position: absolute;
  left: 50%;
  width: 160px;
  height: 160px;
  bottom: 0px;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 160px;
  cursor: pointer;
  margin-left: -60px;
  border: 2px solid #ffde00;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft2-banner-section .lower-content .down-arrow:hover {
  color: #111111;
  background-color: #ffde00;
}

/*** 

====================================================================
	Investment Section
====================================================================

***/
.ft2-investment-section {
  position: relative;
  padding: 100px 0px 70px;
}

.ft2-feature-block-three {
  position: relative;
  margin-bottom: 30px;
}

.ft2-feature-block-three .inner-box {
  position: relative;
  padding: 45px 25px;
}

.ft2-feature-block-three .inner-box .hover-layer:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 39px;
  height: 44px;
  z-index: 1;
  background: url(../images/icons/curve.jpg) no-repeat;
}

.ft2-feature-block-three .inner-box .hover-layer {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #000000;
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.ft2-feature-block-three .inner-box:hover .hover-layer {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.ft2-feature-block-three .inner-box h5 {
  position: relative;
  padding-bottom: 12px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.ft2-feature-block-three .inner-box h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 55px;
  background-color: #0009c4;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.ft2-feature-block-three .inner-box .text {
  position: relative;
  margin-top: 25px;
  line-height: 1.7em;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.ft2-feature-block-three .inner-box:hover .text,
.ft2-feature-block-three .inner-box:hover h5 {
  color: #ffffff;
}

.ft2-feature-block-three .inner-box:hover h5:before {
  background-color: #ffde00;
}

/*** 

====================================================================
	Contact CTA Section
====================================================================

***/
.ft2-contact-cta-section {
  position: relative;
}

.ft2-contact-cta-section .outer-container {
  position: relative;
  background-color: #0009c4;
}

.ft2-contact-cta-section .left-column {
  position: relative;
  width: 50%;
  float: left;
}

.ft2-contact-cta-section .left-column .inner-column {
  position: relative;
  padding: 80px 15px;
  text-align: center;
  background-size: cover;
}

.ft2-contact-cta-section .left-column .inner-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.7;
  background-color: #000000;
}

.ft2-contact-cta-section .left-column h2 {
  color: #ffffff;
}

.ft2-contact-cta-section .left-column .text {
  position: relative;
  margin-top: 20px;
  color: #dadada;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.ft2-contact-cta-section .left-column .contact-btn {
  position: relative;
  color: #000000;
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 50px;
  display: inline-block;
  background-color: #ffde00;
}

.ft2-contact-cta-section .right-column {
  position: relative;
  width: 50%;
  float: left;
}

.ft2-contact-cta-section .right-column .inner-column {
  position: relative;
  padding: 80px 15px;
  text-align: center;
}

.ft2-contact-cta-section .right-column h2 {
  color: #ffffff;
}

.ft2-contact-cta-section .right-column .text {
  position: relative;
  margin-top: 20px;
  color: #dadada;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.ft2-contact-cta-section .right-column .contact-btn {
  position: relative;
  color: #000000;
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 50px;
  display: inline-block;
  background-color: #ffde00;
}

/*** 

====================================================================
	News Section Two
====================================================================

***/
.ft2-news-section-two {
  position: relative;
  padding: 100px 0px 70px;
}

.ft2-news-block-two {
  position: relative;
  margin-bottom: 30px;
}

.ft2-news-block-two .inner-box {
  position: relative;
}

.ft2-news-block-two .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #ffde00;
}

.ft2-news-block-two .inner-box .post-date {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 20px;
  display: inline-block;
  background-color: #020ab2;
}

.ft2-news-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.ft2-news-block-two .inner-box:hover .image img {
  opacity: 0.6;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.ft2-news-block-two .inner-box .lower-content {
  position: relative;
  padding: 30px 0px 0px;
}

.ft2-news-block-two .inner-box .lower-content h4 {
  position: relative;
}

.ft2-news-block-two .inner-box .lower-content h4 a {
  position: relative;
  color: #010101;
}

.ft2-news-block-two .inner-box .lower-content .text {
  position: relative;
  color: #454545;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 22px;
  line-height: 1.7em;
}

.ft2-news-block-two .inner-box .read-more {
  position: relative;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 32px;
  border-radius: 50px;
  display: inline-block;
  background-color: #ffde01;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft2-news-block-two .inner-box .read-more:hover {
  color: #ffffff;
  background-color: #0009c1;
}

.ft2-news-block-three {
  position: relative;
  margin-bottom: 30px;
}

.ft2-news-block-three .inner-box {
  position: relative;
}

.ft2-news-block-three .inner-box .image {
  position: relative;
  overflow: hidden;
}

.ft2-news-block-three .inner-box .image:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.35);
}

.ft2-news-block-three .inner-box .border-layer {
  position: absolute;
  left: 25px;
  top: 25px;
  right: 25px;
  bottom: 25px;
  border: 8px solid #ffde00;
}

.ft2-news-block-three .inner-box .gradient-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60%;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #0109C1));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0109C1 80%);
}

.ft2-news-block-three .inner-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  text-align: center;
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.ft2-news-block-three .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}

.ft2-news-block-three .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.ft2-news-block-three .inner-box h3 a {
  position: relative;
  color: #ffffff;
}

.ft2-news-block-three .inner-box .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.ft2-news-block-three .inner-box .read-more {
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  display: inline-block;
  background-color: #ffde01;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft2-news-block-three .inner-box .read-more:hover {
  color: #111111;
  background-color: #ffffff;
}

.ft2-footer-style-two {
  position: relative;
  background-color: #000795;
}

.ft2-footer-style-two .widget-content {
  position: relative;
}

.ft2-footer-style-two .contact-widget {
  position: relative;
}

.ft2-footer-style-two .contact-widget .widget-content {
  position: relative;
  background-color: #ffde00;
  padding: 100px 120px 100px 200px;
  background-position: center center;
  background-repeat: no-repeat;
}

.ft2-footer-style-two .contact-widget .title {
  position: relative;
  color: #000000;
  font-size: 24px;
  margin-bottom: 10px;
}

.ft2-footer-style-two .contact-widget h2 {
  position: relative;
  color: #000000;
  font-size: 50px;
  font-weight: 700;
}

.ft2-footer-style-two .contact-widget h2 span {
  position: relative;
  margin-left: 10px;
  font-size: 50px;
  top: 10px;
  font-family: "flaticon";
}

.ft2-footer-style-two .contact-widget .post-meta {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
  padding-left: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ft2-footer-style-two .contact-widget .post-meta li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-left: 25px;
  font-size: 16px;
  color: #000000;
}

.ft2-footer-style-two .contact-widget .post-meta li:last-child {
  margin-right: 0px;
}

.ft2-footer-style-two .contact-widget .post-meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
}

.ft2-footer-style-two .footer-widget h5 {
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  margin-top: 10px;
  line-height: 1.2em;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.ft2-footer-style-two .footer-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 2px;
  background: #ffde00;
}

.ft2-footer-style-two .newsletter-widget .text {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 16px;
  margin-bottom: 30px;
}

/* Email Box */
.ft2-footer-style-two .email-box {
  position: relative;
}

.ft2-footer-style-two .email-box .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

.ft2-footer-style-two .email-box .form-group input[type=text],
.ft2-footer-style-two .email-box .form-group input[type=email] {
  position: relative;
  line-height: 43px;
  border: 0px;
  padding: 10px 55px 10px 25px;
  background-color: rgba(255, 255, 255, 0.15);
  display: block;
  font-size: 15px;
  height: 50px;
  width: 100%;
  color: #ffffff;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.ft2-footer-style-two .email-box .form-group input::-webkit-input-placeholder, .ft2-footer-style-two .email-box .form-group textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.ft2-footer-style-two .email-box .form-group input::-moz-placeholder, .ft2-footer-style-two .email-box .form-group textarea::-moz-placeholder {
  color: #ffffff;
}

.ft2-footer-style-two .email-box .form-group input:-ms-input-placeholder, .ft2-footer-style-two .email-box .form-group textarea:-ms-input-placeholder {
  color: #ffffff;
}

.ft2-footer-style-two .email-box .form-group input::-ms-input-placeholder, .ft2-footer-style-two .email-box .form-group textarea::-ms-input-placeholder {
  color: #ffffff;
}

.ft2-footer-style-two .email-box .form-group input::placeholder,
.ft2-footer-style-two .email-box .form-group textarea::placeholder {
  color: #ffffff;
}

.ft2-footer-style-two .email-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 64px;
  display: block;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  border: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #ffde00;
}

.ft2-footer-style-two .email-box .form-group button:hover {
  background-color: #ffffff;
  color: #ffde00;
}

.ft2-footer-style-two .newsletter-widget .widget-content {
  padding-top: 205px;
  padding-left: 50px;
}

.ft2-footer-style-two .logo-box {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #ffffff;
}

.ft2-footer-style-two .footer-bottom {
  position: relative;
  padding: 50px 0px;
}

.ft2-footer-style-two .footer-bottom .copyright {
  position: relative;
  color: #ffffff;
  display: inline-block;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.ft2-footer-style-two .footer-bottom .social-box {
  position: relative;
  margin-left: 30px;
  display: inline-block;
}

.ft2-footer-style-two .footer-bottom .social-box li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}

.ft2-footer-style-two .footer-bottom .social-box li a {
  position: relative;
  color: #ffffff;
}

/* Main Slider Two */
.ft3-main-slider-two {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}

.ft3-main-slider-two .product-details .image-column .image-carousel {
  position: relative;
  margin-bottom: 0px;
}

.ft3-main-slider-two .product-details .image-column,
.ft3-main-slider-two .product-details .info-column {
  margin-bottom: 0px;
}

.ft3-main-slider-two .product-details .image-column .carousel-outer {
  position: relative;
}

.ft3-main-slider-two .product-details .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.ft3-main-slider-two .product-details .image-column .thumbs-carousel {
  position: relative;
  margin-bottom: 0px;
  background-color: #ffffff;
}

.ft3-main-slider-two .product-details .image-column .thumbs-carousel li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../images/main-slider/pattern-1.png) center center no-repeat;
}

.ft3-main-slider-two .product-details .image-column .thumbs-carousel li {
  cursor: pointer;
  color: #000000;
  font-size: 24px;
  text-align: center;
  padding: 20px 25px;
  font-weight: 700;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  border-right: 1px solid #e3e3e3;
}

.ft3-main-slider-two .product-details .image-column .thumbs-carousel li:hover {
  color: #ffffff;
  background-color: #dd2602;
}

.ft3-main-slider-two .product-details .image-column .owl-nav,
.ft3-main-slider-two .product-details .image-column .owl-dots {
  display: none;
}

.slide-two-content .pattern-layer {
  position: absolute;
  left: 80px;
  bottom: -20px;
  width: 801px;
  height: 344px;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../images/main-slider/pattern-2.png) left center no-repeat;
}

/*News Block Six*/
.slide-two-content {
  position: relative;
  z-index: 20;
}

.slide-two-content .inner-box {
  position: relative;
}

.slide-two-content .inner-box .image-box {
  position: relative;
}

.slide-two-content .inner-box .image-box .image {
  position: relative;
}

.slide-two-content .inner-box .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.slide-two-content .inner-box .image-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.slide-two-content .inner-box .image-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  padding: 10px 30px;
  vertical-align: middle;
}

.slide-two-content .inner-box .image-box .image .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.slide-two-content .inner-box .image-box .content-inner {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 40px 40px;
  display: inline-block;
}

.slide-two-content .inner-box .image-box .content-inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 76%, 80% 100%, 0 100%, 0% 60%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 76%, 80% 100%, 0 100%, 0% 60%, 0 0);
}

.slide-two-content .inner-box .image-box .content-inner h2 {
  position: relative;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3em;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.slide-two-content .inner-box .image-box .content-inner h2 a:hover {
  color: #dd2602;
}

.slide-two-content .inner-box .image-box .content-inner h2 a {
  color: #000000;
}

.slide-two-content .inner-box .image-box .content-inner .text {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 30px;
}

.slide-two-content .inner-box .image-box .content-inner .read-more {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 24px;
  color: white;
  text-transform: capitalize;
  background-color: #dd2602;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slide-two-content .inner-box .image-box .content-inner .read-more:hover {
  background-color: #111111;
}

/* Main Slider Two */
.ft3-contact-info-section {
  position: relative;
  padding: 100px 0px 70px;
}

.ft3-contact-info-section .contact-column {
  position: relative;
  margin-bottom: 30px;
}

.ft3-contact-info-section .contact-column .inner-column {
  position: relative;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
}

.ft3-contact-info-section .contact-column .upper-box {
  position: relative;
  padding: 22px 30px;
  border-bottom: 1px solid #eaeaea;
}

.ft3-contact-info-section .contact-column .upper-box h5 {
  position: relative;
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.ft3-contact-info-section .contact-column .upper-box .text {
  position: relative;
  color: #666666;
  font-size: 15px;
  margin-top: 5px;
}

.ft3-contact-info-section .contact-column .lower-box {
  position: relative;
  padding: 22px 30px 20px;
  background-color: #f8f8f8;
}

.ft3-contact-info-section .contact-column .lower-box a {
  position: relative;
  padding-left: 50px;
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  padding-top: 8px;
  line-height: 1em;
  font-family: "Inter", sans-serif;
}

.ft3-contact-info-section .contact-column .lower-box a .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 38px;
  color: #ffffff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background-color: #dd2602;
}

/* Main Slider Two */
.ft3-about-section {
  position: relative;
  padding: 20px 0px 110px;
}

.ft3-about-section .title-column {
  position: relative;
  margin-bottom: 30px;
}

.ft3-about-section .title-column .inner-column {
  position: relative;
  text-align: center;
  padding-top: 130px;
}

.ft3-about-section .title-column .sec-title-two {
  margin-bottom: 20px;
}

.ft3-about-section .title-column .text {
  position: relative;
  color: #000000;
  font-size: 20px;
  line-height: 1.6em;
  padding: 0px 20px;
  padding-bottom: 25px;
}

.ft3-about-section .title-column .text:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  height: 3px;
  width: 40px;
  margin-left: -20px;
  background-color: #dd2602;
}

.ft3-about-section .image-column {
  position: relative;
  margin-bottom: 30px;
}

.ft3-about-section .title-column .inner-column {
  position: relative;
}

.ft3-about-section .image-column .image {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.ft3-about-section .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.ft3-about-section .image-column .client-box {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 100%;
  text-align: center;
  max-width: 190px;
  padding: 30px 30px;
  border-radius: 6px;
  background-color: #dd2602;
  font-family: "Inter", sans-serif;
}

.ft3-about-section .image-column .client-box .icon {
  position: relative;
  color: #ffffff;
  font-size: 66px;
  line-height: 1em;
  margin-bottom: 25px;
  font-family: "flaticon";
}

.ft3-about-section .image-column .client-box .count-box {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.ft3-about-section .image-column .client-box .counter-title {
  color: #ffffff;
  font-size: 16px;
}

.ft3-about-section .content-column {
  position: relative;
  margin-bottom: 30px;
}

.ft3-about-section .content-column .inner-column {
  position: relative;
  padding-top: 140px;
}

.ft3-about-section .content-column .text {
  position: relative;
  margin-bottom: 30px;
}

.ft3-about-section .content-column .text p {
  position: relative;
  color: #606060;
  line-height: 1.7em;
  font-size: 16px;
  margin-bottom: 20px;
}

.ft3-about-section .content-column .text p:last-child {
  margin-bottom: 0px;
}

.ft3-about-section .content-column .learn-more {
  position: relative;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  padding-right: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ft3-about-section .content-column .learn-more:before {
  position: absolute;
  right: 0px;
  top: 1px;
  content: "";
  color: #dd2602;
  line-height: 1em;
  font-family: "FontAwesome";
}

.ft3-about-section .content-column .learn-more:hover {
  color: #dd2602;
}

.ft3-about-section .lower-box {
  position: relative;
  margin-top: 30px;
}

.ft3-about-section .lower-box h4 {
  color: #000000;
  font-weight: 700;
  line-height: 1.6em;
  padding: 30px 100px;
  display: inline-block;
  border-top: 1px solid #dd2602;
  border-bottom: 1px solid #dd2602;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/
.ft3-counter-section {
  position: relative;
  padding: 100px 0px 240px;
  background-color: #111111;
  background-repeat: repeat;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/
.ft3-services-section-four {
  position: relative;
  overflow: visible;
  z-index: 10;
  padding: 0px 0px 70px;
}

.ft3-services-section-four .inner-container {
  position: relative;
  margin-top: -210px;
}

.ft3-services-section-four .ft3-service-block-three {
  padding: 0px 0px;
  float: left;
}

.ft3-service-block-three {
  position: relative;
  margin-bottom: 30px;
}

.ft3-service-block-three .inner-box {
  position: relative;
  padding: 80px 50px;
}

.ft3-service-block-three .inner-box .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
}

.ft3-service-block-three .inner-box .image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.95;
  background-color: #ffffff;
}

.ft3-service-block-three .inner-box h5 {
  position: relative;
  padding-bottom: 15px;
}

.ft3-service-block-three .inner-box h5 a {
  position: relative;
  color: #000000;
}

.ft3-service-block-three .inner-box h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 40px;
  background-color: #dd2602;
}

.ft3-service-block-three .inner-box .text {
  position: relative;
  color: #454545;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 30px;
}

.ft3-service-block-three .inner-box .read-more {
  position: relative;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
  padding-right: 15px;
  display: inline-block;
}

.ft3-service-block-three .inner-box .read-more:before {
  position: absolute;
  right: 0px;
  top: 3px;
  content: "";
  color: #dd2602;
  line-height: 1em;
  font-family: "FontAwesome";
}

.ft3-service-block-three .inner-box h5 a:hover,
.ft3-service-block-three .inner-box .read-more:hover {
  color: #dd2602;
}

.ft3-service-block-three .inner-box .overlay-box .shape-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 180px;
  background-color: #050404;
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
}

.ft3-service-block-three .inner-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ft3-service-block-three .overlay-box .overlay-image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.ft3-service-block-three .overlay-box .overlay-image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.93;
  background-color: #dd2602;
}

.ft3-service-block-three.active .inner-box .overlay-box,
.ft3-service-block-three .inner-box:hover .overlay-box {
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.ft3-service-block-three .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
}

.ft3-service-block-three .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.ft3-service-block-three .overlay-inner .icon-box {
  position: relative;
  width: 120px;
  height: 120px;
  font-size: 60px;
  color: #ffffff;
  line-height: 120px;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border: 2px dotted #de3414;
  border-radius: 50%;
  font-family: "flaticon";
}

.ft3-service-block-three .overlay-inner h5 {
  position: relative;
  padding-bottom: 15px;
}

.ft3-service-block-three .overlay-inner h5 a {
  position: relative;
  color: #ffffff;
}

.ft3-service-block-three .overlay-inner h5:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  height: 3px;
  width: 34px;
  margin-left: -17px;
  background-color: #ffffff;
}

.ft3-service-block-three .overlay-inner .lower-text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 20px;
}

.ft3-service-block-three .overlay-inner h5 a:hover {
  color: #050404;
}

.ft3-service-block-three .overlay-inner .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 30px;
}

.ft3-service-block-three .overlay-inner .more {
  position: relative;
  color: #222222;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 20px;
  font-weight: 700;
  padding: 10px 25px 8px;
  display: inline-block;
  background-color: #ffffff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.ft3-service-block-three .overlay-inner .more .fa {
  position: relative;
  margin-left: 5px;
  top: 1px;
}

.ft3-service-block-three .overlay-inner .more:hover {
  background-color: #222222;
  color: #ffffff;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/
.ft3-portfolio-section {
  position: relative;
  padding: 100px 0px 100px;
}

.ft3-portfolio-section .owl-dots {
  position: relative;
}

.ft3-portfolio-section .owl-nav {
  position: absolute;
  right: 60px;
  bottom: 0px;
}

.ft3-portfolio-section .owl-nav .owl-prev,
.ft3-portfolio-section .owl-nav .owl-next {
  position: relative;
  width: 90px;
  height: 90px;
  color: #000000 !important;
  line-height: 88px;
  margin-left: 22px;
  border-radius: 50px;
  display: inline-block;
  font-size: 36px !important;
  border: 1px solid #dd2602 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ft3-portfolio-section .owl-nav .owl-prev:hover,
.ft3-portfolio-section .owl-nav .owl-next:hover {
  background-color: #dd2602;
  color: #ffffff !important;
}

.ft3-portfolio-block {
  position: relative;
}

.ft3-portfolio-block .inner-box {
  position: relative;
}

.ft3-portfolio-block .inner-box .image {
  position: relative;
}

.ft3-portfolio-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.ft3-portfolio-block .inner-box .image:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 40%;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#DD2602));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #DD2602 100%);
}

.ft3-portfolio-block .inner-box .image .number {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  line-height: 1em;
  font-size: 150px;
  color: #ffffff;
  opacity: 0.9;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.ft3-portfolio-block .inner-box .content-box {
  position: relative;
  max-width: 580px;
  width: 100%;
  z-index: 3;
  margin-top: -70px;
  padding: 40px 40px 0px 45px;
  background-color: #eaeaea;
}

.ft3-portfolio-block .inner-box .content-box h4 {
  padding-bottom: 20px;
}

.ft3-portfolio-block .inner-box .content-box h4:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 44px;
  height: 4px;
  background-color: #dd2602;
}

.ft3-portfolio-block .inner-box .content-box h4 a {
  color: #0f0f0f;
}

.ft3-portfolio-block .inner-box .content-box .text {
  padding-bottom: 20px;
  margin-top: 25px;
}

.ft3-portfolio-block .inner-box .read-more {
  position: relative;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  padding-right: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ft3-portfolio-block .inner-box .read-more:before {
  position: absolute;
  right: 0px;
  top: 1px;
  content: "";
  color: #dd2602;
  line-height: 1em;
  font-family: "FontAwesome";
}

.ft3-portfolio-block .inner-box .read-more:hover {
  color: #dd2602;
}

/*** 

====================================================================
	Team Section Two
====================================================================

***/
.ft2-team-section-two {
  position: relative;
  padding: 100px 0px 70px;
}

.ft2-team-section-two .owl-carousel .owl-stage-outer {
  padding: 10px 0px 30px;
}

.ft2-team-section-two .owl-theme .ft2-team-block-two {
  margin: 0px 15px;
}

.ft2-team-section-two .owl-carousel {
  margin: 0px -15px;
  width: auto;
}

.ft2-team-section-two .owl-nav {
  display: none;
}

.ft2-team-section-two .owl-dots {
  position: absolute;
  display: block;
  right: 15px;
  top: -65px;
  counter-reset: slides-num;
}

.ft2-team-section-two .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  counter-increment: slides-num;
}

.ft2-team-section-two .owl-dots .owl-dot span {
  position: relative;
  content: "0" counter(slides-num) "";
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ft2-team-section-two .owl-dots .owl-dot span:after {
  position: absolute;
  content: "/";
  right: -12px;
  top: 0px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ft2-team-section-two .owl-dots .owl-dot:last-child span::after {
  display: none;
}

.ft2-team-section-two .owl-dots .owl-dot:hover span:after,
.ft2-team-section-two .owl-dots .owl-dot.active span:after {
  opacity: 1;
}

.ft2-team-section-two .owl-dots .owl-dot span:before {
  position: relative;
  content: "0" counter(slides-num) "";
}

.ft2-team-section-two .owl-dots .owl-dot:hover span,
.ft2-team-section-two .owl-dots .owl-dot.active span {
  color: #dd2602;
  opacity: 1;
}

.ft2-team-block-two {
  position: relative;
  margin-bottom: 30px;
}

.ft2-team-block-two .inner-box {
  position: relative;
  text-align: center;
}

.ft2-team-block-two .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.ft2-team-block-two .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}

.ft2-team-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.ft2-team-block-two .inner-box:hover .image img {
  opacity: 0.6;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.ft2-team-block-two .inner-box .image:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 50%;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
}

.ft2-team-block-two .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.ft2-team-block-two .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.96;
  background-color: rgba(0, 0, 0, 0.8);
}

.ft2-team-block-two .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.ft2-team-block-two .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
}

.ft2-team-block-two .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.ft2-team-block-two .inner-box .author-image {
  position: relative;
  width: 129px;
  height: 129px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #dd2602;
  margin-bottom: 20px;
}

.ft2-team-block-two .inner-box .overlay-inner .text {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.ft2-team-block-two .inner-box .overlay-inner .social-box {
  position: relative;
  padding-left: 0px;
}

.ft2-team-block-two .inner-box .overlay-inner .social-box li {
  position: relative;
  margin: 0px 7px;
  display: inline-block;
}

.ft2-team-block-two .inner-box .overlay-inner .social-box li a {
  position: relative;
  color: #ffffff;
}

.ft2-team-block-two .inner-box .overlay-inner .social-box li a:hover {
  color: #dd2602;
}

.ft2-team-block-two .inner-box h5 a {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.ft2-team-block-two .inner-box h5 a:hover {
  color: #dd2602;
}

.ft2-team-block-two .inner-box .lower-content {
  position: relative;
  padding: 25px 25px 22px;
}

.ft2-team-block-two .inner-box .lower-content .content {
  position: relative;
  overflow: hidden;
}

.ft2-team-block-two .inner-box .lower-content .content h5 a {
  color: #0f0f0f;
}

.ft2-team-block-two .inner-box .lower-content .designation {
  position: relative;
  color: #666666;
  margin-top: 4px;
  font-family: "Inter", sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.ft2-team-block-two .inner-box:hover .lower-content .designation {
  opacity: 0;
}

.ft2-team-block-two .inner-box:hover .lower-content .phone-number {
  opacity: 1;
}

.ft2-team-block-two .inner-box .lower-content .phone-number {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -3px;
  opacity: 0;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.ft2-team-block-two .inner-box .lower-content .phone {
  position: relative;
  color: #666666;
  padding-left: 25px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.ft2-team-block-two .inner-box .lower-content .phone:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  color: #dd2602;
  font-family: "FontAwesome";
}

.ft2-team-block-two .inner-box .lower-content .more {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 20px;
  font-weight: 700;
  padding: 12px 30px 12px;
  display: inline-block;
  background-color: #dd2602;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.ft2-team-block-two .inner-box .lower-content .more .fa {
  position: relative;
  margin-left: 5px;
  top: 1px;
}

.ft2-team-block-two .inner-box .lower-content .more:hover {
  background-color: #222222;
  color: #ffffff;
}
.jat {
  position: relative;
  margin-left: 332px;
}
.jat1 {
  position: relative;
  left: 520px;
  bottom: 50px;
}
.jatin2 {
  position: relative;
  margin-left: 500px;
}
.jat3 {
  position: relative;
  margin-left: 500px;
}
.jat4 {
  position: relative;
  left: 500px;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/
.ft3-testimonial-section-three {
  position: relative;
  padding: 120px 0px 120px;
  background-size: cover;
  background-attachment: fixed;
}

.ft3-testimonial-section-three:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.95;
  background-color: #eaeaea;
}

.ft3-testimonial-section-three .owl-dots {
  display: none;
}

.ft3-testimonial-section-three .owl-nav {
  position: relative;
  text-align: center;
  margin-left: 130px;
  margin-top: -66px;
}

.ft3-testimonial-section-three .owl-nav .owl-prev,
.ft3-testimonial-section-three .owl-nav .owl-next {
  position: relative;
  width: 72px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  color: #ffffff !important;
  font-size: 24px !important;
  background-color: #000000 !important;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.ft3-testimonial-section-three .owl-nav .owl-prev:hover,
.ft3-testimonial-section-three .owl-nav .owl-next:hover {
  background-color: #dd2602 !important;
}

.ft3-testimonial-block-three {
  position: relative;
}

.ft3-testimonial-block-three .inner-box {
  position: relative;
}

.ft3-testimonial-block-three .content-column {
  position: relative;
  padding: 0px;
  float: left;
  z-index: 1;
}

.ft3-testimonial-block-three .content-column .inner-column {
  position: relative;
  margin-right: -70px;
  padding: 0px 130px 80px 80px;
}

.ft3-testimonial-block-three .content-column .pattern-layer {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
}

.ft3-testimonial-block-three .content-column .quote {
  position: relative;
  color: #dd2602;
  line-height: 1em;
  font-size: 140px;
  font-family: "flaticon";
}

.ft3-testimonial-block-three .content-column .title {
  position: relative;
  color: #dd2602;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.ft3-testimonial-block-three .content-column .rating {
  position: relative;
}

.ft3-testimonial-block-three .content-column .rating .fa {
  position: relative;
  color: #ffc000;
  font-size: 16px;
}

.ft3-testimonial-block-three .content-column .text {
  position: relative;
  color: #000000;
  font-size: 18px;
  line-height: 1.7em;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
}

.ft3-testimonial-block-three .content-column .author {
  position: relative;
  color: #dd2602;
  font-size: 18px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.ft3-testimonial-block-three .content-column .author span {
  position: relative;
  font-weight: 400;
  font-style: italic;
  color: #7a7a7a;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.ft3-testimonial-block-three .image-column {
  position: relative;
  padding: 0px;
  float: left;
}

.ft3-testimonial-block-three .image-column .inner-column {
  position: relative;
  margin-left: -27px;
}

/*** 

====================================================================
	News Section Three
====================================================================

***/
.ft3-news-section-three {
  position: relative;
  padding: 100px 0px 100px;
}

.ft3-news-block-four {
  position: relative;
  margin-bottom: 30px;
}

.ft3-news-block-four .inner-box {
  position: relative;
}

.ft3-news-block-four .inner-box .image {
  position: relative;
  overflow: hidden;
}

.ft3-news-block-four .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.ft3-news-block-four .inner-box .gradient-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60%;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #000000));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 80%);
}

.ft3-news-block-four .inner-box .overlay-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

.ft3-news-block-four .inner-box .overlay-box .title {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 15px;
  font-style: italic;
  display: inline-block;
  background-color: #dd2602;
}

.ft3-news-block-four .inner-box .overlay-box h3 {
  font-weight: 600;
  font-size: 30px;
  margin-top: 15px;
}

.ft3-news-block-four .inner-box .overlay-box h3 a {
  position: relative;
  color: #ffffff;
}

.ft3-news-block-four .inner-box .overlay-box h3 a:hover {
  color: #dd2602;
}

.ft3-news-block-four .inner-box .post-meta {
  position: relative;
  margin-top: 25px;
  padding-left: 0px;
}

.ft3-news-block-four .inner-box .post-meta li {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  padding-right: 15px;
  margin-right: 15px;
  padding-left: 25px;
  display: inline-block;
  border-right: 1px solid #ffffff;
}

.ft3-news-block-four .inner-box .post-meta li:last-child {
  border: none;
  margin-right: 0px;
  padding-right: 0px;
}

.ft3-news-block-four .inner-box .post-meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  color: #dd2602;
}

.ft3-news-block-four .inner-box .post-meta li .icon img {
  width: auto;
  padding-top: 8px;
  margin: 0 auto;
}

.ft3-news-block-four .inner-box .post-meta li:first-child {
  padding-left: 50px;
}

.ft3-news-block-four .inner-box .post-meta li:first-child .icon {
  top: -9px;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  text-align: center;
  line-height: 38px;
  background-color: #dd2602;
}

.ft3-news-block-four.style-two .inner-box .overlay-box h3 {
  font-size: 20px;
}

.ft3-news-block-four.style-two .inner-box .overlay-box {
  left: 20px;
  bottom: 25px;
}

.ft3-news-section-three .button-box {
  position: relative;
  margin-top: 30px;
}

.ft3-news-section-three .button-box .read-more {
  position: relative;
  padding: 16px 30px;
  color: #ffffff;
  font-weight: 700;
  background-color: #dd2602;
}

.ft3-news-section-three .button-box .read-more:hover {
  background-color: #111111;
}

/*** 

====================================================================
	CTA Section Two
====================================================================

***/
.ft3-cta-section-two {
  position: relative;
  padding: 120px 0px 120px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.ft3-cta-section-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.6;
  background-color: #000000;
}

.ft3-cta-section-two .content {
  position: relative;
  text-align: center;
}

.ft3-cta-section-two h3 {
  color: #ffffff;
  line-height: 1.4em;
  margin-bottom: 40px;
}

.ft3-cta-section-two .read-more {
  position: relative;
  padding: 18px 32px;
  color: #ffffff;
  font-weight: 700;
  background-color: #dd2602;
}

.ft3-cta-section-two .read-more:hover {
  background-color: #ffffff;
  color: #111111;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1750px) {
  .ft-thx-feature-content {
    top: 0;
  }

  .ft-thx-feature-section {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 1650px) {
  .ft-header-section.header-style-one .ft-header-cta-info {
    display: none !important;
  }

  .ft-contact-section:before {
    left: -30%;
  }

  .ft-portfolio-slider-innerbox .ft-portfolio-text h3 {
    font-size: 20px;
  }

  .ft-portfolio-slider-innerbox .ft-portfolio-text {
    left: 30px;
    max-width: 265px;
  }

  #rev_slider_29_1_wrapper .tparrows {
    display: none;
  }

  .ft-case-study-items .ft-case-study-text {
    left: 20px;
  }

  .ft-case-study-items .ft-case-study-text {
    max-width: 285px;
  }

  .ft-case-study-items .ft-case-study-text h3 {
    font-size: 24px;
  }

  .ft-case-study-items .more-btn {
    left: 20px;
  }

  .ft-why-choose-section-2 .why-choose-img-2 {
    right: -280px;
  }

  .pr-sx-about-exp {
    right: -40px;
  }
}
@media screen and (max-width: 1280px) {
  .ft-service-innerbox-3 .ft-service-text-icon:before {
    display: none;
  }

  .ft-service-innerbox-3 .ft-service-text-icon:after {
    display: none;
  }

  .ft-service-innerbox-3 .ft-service-icon {
    top: -50px;
  }

  .ft-service-innerbox-3 .ft-service-text-icon {
    padding: 59px 30px 75px;
  }

  .ft-why-choose-section-2 .why-choose-img-2 {
    display: none;
  }

  .ft-thx-project-slider-item .ft-thx-inner-text .read-more {
    width: 40px;
    right: 20px;
    height: 40px;
  }

  .ft-thx-project-slider-item .ft-thx-inner-text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .ft-booking-form-content {
    top: 0;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .ft-section-title .sub-title {
    font-size: 16px;
    padding: 0px 35px;
  }

  .ft-section-title .sub-title:before,
.ft-section-title .sub-title:after {
    top: 13px;
    height: 2px;
    width: 28px;
  }

  .ft-section-title h2 {
    font-size: 32px;
  }

  .ft-project-itembox .ft-project-text {
    left: 60px;
  }

  .ft-contact-section:before {
    left: -35%;
  }

  .ft-blog-news-feed-innerbox .ft-blog-feed-text h3 {
    font-size: 22px;
  }

  .ft-header-section.header-style-one .ft-main-navigation li {
    margin-left: 45px;
  }

  .ft-header-section.header-style-one .ft-header-menu-top-cta:before {
    border-right: 70px solid transparent;
  }

  .ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li {
    margin-left: 40px;
  }

  .ft-testimonial-innerbox-item-2 {
    max-width: 550px;
  }

  .ft-why-choose-feature-list-item-2 .ft-why-choose-feature-text p {
    font-size: 14px;
  }

  .ft-header-section.header-style-three .ft-main-navigation li {
    margin-left: 40px;
  }

  .ft-header-section.header-style-three .ft-header-cta-btn a:before {
    left: -39px;
  }

  #slider-29-slide-76-layer-5,
#slider-29-slide-78-layer-5,
#slider-29-slide-77-layer-5 {
    display: none;
  }

  .ft-testimonial-slider-items-3 p {
    font-size: 18px;
  }

  .ft-footer-widget .gallery-widget li a {
    height: 75px;
    width: 75px;
  }

  .ft-blog-innerbox-3 .ft-blog-text:before {
    display: none;
  }

  .ft-blog-innerbox-3 .ft-blog-text {
    top: 0;
    width: 100%;
  }

  .blog-slider-3 .slick-list {
    padding-bottom: 40px;
  }

  .ft-header-section.header-style-three .ft-header-cta-btn a:before {
    display: none;
  }

  .ft-header-section.header-style-new-two .ft-header-main-menu .ft-main-navigation li {
    margin-left: 25px;
  }

  .ft-header-section.header-style-new-two .ft-header-main-menu .ft-site-logo {
    width: 180px;
  }

  .ft-header-section.header-style-new-two .ft-header-cta-btn a {
    height: 48px;
  }

  .td-sv-work-step-content .td-sv-ws-arrow1,
.td-sv-work-step-content .td-sv-ws-arrow2 {
    top: 15%;
  }

  .td-sv-work-step-content .td-sv-ws-arrow1 {
    left: 270px;
  }

  .td-sv-work-step-content .td-sv-ws-arrow2 {
    right: 270px;
  }

  .td-sv-work-step-inner-item .td-sv-work-step-text h3 {
    font-size: 20px;
  }

  .ft-thx-header-section .header-navigation-content li {
    margin-left: 40px;
  }

  .ft-thx-banner-section-3 .ft-thx-banner-img3 {
    right: -400px;
  }
}
@media screen and (max-width: 1024px) {
  .ft-header-section.header-style-one .ft-header-menu-top-cta:before {
    display: none;
  }

  .ft-header-section.header-style-one .ft-header-content {
    padding-left: 265px;
  }

  .ft-header-section.header-style-one .ft-main-navigation li {
    margin-left: 30px;
  }

  .ft-booking-form-content .booking-form-input-wrapper button {
    margin-top: 20px;
  }

  .ft-service-slider-item {
    margin: 0 auto;
    max-width: 270px;
  }

  .ft-counterup-innerbox .ft-counterup-text h3 {
    font-size: 30px;
  }

  .ft-project-itembox .ft-project-text {
    left: 100px;
  }

  .ft-header-section.header-style-two .ft-header-cta-btn {
    margin-left: 15px;
  }

  .ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li {
    margin-left: 25px;
  }

  .ft-product-mesurment-content .ft-pm-bg-img {
    right: -80px;
  }

  .ft-blog-innerbox-2 .ft-blog-text-2 h3 {
    font-size: 22px;
  }

  .ft-footer-section-2 .ft-footer-newslatter-content h2 {
    padding-bottom: 20px;
  }

  .ft-header-section.header-style-three .ft-main-navigation li {
    margin-left: 30px;
  }

  .ft-case-study-items {
    width: 50%;
  }

  .ft-case-study-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-about-sign-img-text {
    right: -10px;
    bottom: -40px;
  }

  .ft-blog-section-3 {
    overflow: hidden;
  }

  .ft-section-title-3 h2 {
    font-size: 36px;
  }

  .ft-testimonial-slider-area-3 {
    width: 670px;
    padding: 35px 45px 30px 30px;
  }

  .ft-blog-innerbox-3 .ft-blog-text h3 {
    font-size: 18px;
  }

  .ft-header-section.header-style-new-two .ft-header-main-menu .ft-main-navigation li {
    margin-left: 20px;
  }

  .pr-cor-about-feature-list .pr-cor-about-ft-text {
    max-width: 355px;
  }

  .pr-mark-navigation-menu .pr-main-navigation li {
    margin-left: 25px;
  }

  .pr-sx-funfact-innerbox .pr-sx-funfact-text h3 {
    font-size: 50px;
  }

  .ft-thx-header-section .pr-header-info-item {
    margin-right: 20px;
    padding-right: 15px;
  }

  .ft-thx-header-section .pr-header-info-item:after {
    display: none;
  }

  .ft-thx-header-section .brand-logo {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 60px;
  }
  .ft-thx-header-section .brand-logo a {
    width: 150px;
    display: block;
  }

  .ft-thx-section-title-3 h2 {
    font-size: 40px;
  }

  .ft-thx-about-list-item-3 .ft-thx-inner-text {
    max-width: 360px;
  }

  .pr-sx-service-innerbox .pr-sx-service-item-text h3 {
    font-size: 18px;
  }

  .pr-sx-service-innerbox {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .ft-header-section.header-style-one .ft-header-top {
    display: none;
  }

  .ft-main-navigation {
    display: none;
  }

  .ft-header-section.header-style-one .ft-header-cta-btn {
    margin-right: 40px;
  }

  .ft-about-img-exp {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 60px;
  }

  .ft-about-text-wrapper {
    margin: 0 auto;
    max-width: 570px;
  }

  .ft-service-text-area {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 30px;
  }

  .ft-service-text-area .ft-btn {
    margin-top: 0;
  }

  .ft-counterup-innerbox {
    margin-bottom: 30px;
  }

  .ft-why-choose-text-area {
    margin: 0 auto;
    max-width: 670px;
  }

  .ft-why-choose-section:before {
    width: 76.7%;
  }

  .ft-team-inner-itembox {
    margin: 0 auto;
    max-width: 270px;
    margin-bottom: 30px;
  }

  .ft-blog-news-feed-innerbox {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 40px;
  }

  .ft-footer-widget {
    margin-bottom: 30px;
  }

  .ft-booking-form-content .booking-form-input-wrapper label {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .ft-booking-form-content .booking-form-input-wrapper button {
    margin-top: 0;
  }

  .ft-why-choose-section:before {
    width: 100%;
  }

  .slick-current.slick-center .ft-project-itembox {
    margin-left: 0;
  }

  .slick-current.slick-center .ft-project-itembox .ft-project-text {
    left: 115px;
  }

  .ft-contact-section:before {
    width: 100%;
  }

  .ft-contact-section:before {
    left: -50%;
  }

  .mobile_menu_button {
    top: -55px;
    display: block;
  }

  .ft-header-section.header-style-one .ft-header-main-menu {
    background-color: transparent;
  }

  .ft-header-section.header-style-two .ft-header-cta-btn {
    margin-right: 40px;
  }

  .ft-header-section.header-style-two .mobile_menu_button {
    top: -55px;
  }

  .ft-featured-innerbox {
    margin-bottom: 30px;
  }

  .ft-product-mesurment-content .ft-pm-bg-img {
    display: none;
  }

  .ft-about-text-wrapper-2,
.ft-about-img-2-wrapper {
    margin: 0 auto;
    max-width: 570px;
    padding-bottom: 30px;
  }

  .ft-about-img-2-wrapper {
    padding-bottom: 0;
  }

  .ft-testimonial-innerbox-item-2 {
    max-width: 430px;
  }

  .ft-side-bar-wrapper {
    margin-top: 40px;
  }

  .ft-project-overview-comment-wrapper {
    margin-left: 0;
  }

  .ft-project-overview-comment-wrapper {
    padding: 30px 15px;
  }

  .ft-header-section.header-style-three .ft-header-top,
.ft-header-section.header-style-new-two .ft-header-top {
    display: none !important;
  }

  .ft-header-section.header-style-three .ft-header-cta-btn a {
    padding: 15px 20px;
  }

  .ft-header-section.header-style-three {
    top: 15px;
  }

  .ft-header-section.header-style-three .ft-header-cta-btn {
    margin-left: 0;
    margin-right: 40px;
  }

  .ft-header-section.header-style-three .mobile_menu_button {
    top: -42px;
  }

  .ft-header-section.sticky-on.header-style-three {
    top: 0;
  }
  .ft-header-section.sticky-on.header-style-three .mobile_menu_button {
    top: -45px;
  }

  .ft-service-innerbox-3 {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px;
  }

  .ft-about-img-wrapper-3,
.ft-about-text-3,
.ft-why-choose-section-2 .ft-why-choose-text-2 {
    margin: 0 auto;
    max-width: 570px;
  }

  .ft-about-text-3 {
    padding-top: 50px;
  }

  .ft-case-study-items .ft-case-study-img img {
    width: 100%;
  }

  .ft-funfact-inner-items {
    margin: 20px 0px;
  }

  .ft-why-choose-form {
    margin: 0 auto;
    margin-top: 40px;
  }

  .ft-footer-content-wrap-3 .ft-footer-widget .widget-title {
    margin-bottom: 0;
  }

  .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul {
    padding-top: 0;
  }

  .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget form {
    margin-top: 10px;
  }

  .ft-footer-content-wrap-3 .ft-footer-copyright {
    margin-top: 30px;
  }

  .ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a {
    padding: 15px 20px;
  }

  .top-stikcy {
    position: static;
  }

  .ft-thx-feature-innerbox {
    margin-bottom: 30px;
  }

  .pr-cor-about-text-wrap {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 35px;
  }

  .pr-cor-about-img-wrap {
    margin: 0 auto;
    max-width: 570px;
    text-align: center;
  }

  .pr-cor-about-img-wrap .pr-cor-about-img-area2 {
    position: static !important;
    margin-top: 30px;
  }

  .pr-cor-service-innerbox {
    margin: 0 auto;
    max-width: 270px;
    margin-bottom: 30px;
  }

  .pr-cor-fun-fact-innerbox {
    margin-bottom: 30px;
  }

  .td-sv-work-step-content .td-sv-ws-arrow1, .td-sv-work-step-content .td-sv-ws-arrow2 {
    display: none;
  }

  .ft-header-section.header-style-new-two .ft-header-cta-btn {
    margin-right: 40px;
  }

  .ft-header-section.header-style-new-two .mobile_menu_button {
    top: -50px;
  }

  .ft-thx-slider-section {
    padding-top: 60px;
  }

  .pr-main-navigation {
    display: none;
  }

  .pr-mark-main-navigation-wrapper {
    max-width: 100%;
  }

  .pr-mark-header-top {
    display: none !important;
  }

  .pr-mark-main-header {
    background-color: #002a34;
  }
  .pr-mark-main-header .mobile_menu_button {
    top: -60px;
  }

  .pr-mark-main-navigation-wrapper {
    padding: 15px 0px;
  }

  .pr-mark-navigation-menu .pr-mark-btn {
    margin-left: 20px;
    margin-right: 40px;
  }

  .ft-thx-banner-courier-form {
    max-width: 100%;
    margin-top: 50px;
  }

  .ft-thx-banner-section {
    padding: 150px 0px 100px;
  }

  .pr-sx-about-text-area {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 40px;
  }

  .pr-sx-about-exp-wrapper,
.ft-thx-faq-text {
    margin: 0 auto;
    max-width: 570px;
  }

  .pr-sx-funfact-innerbox {
    margin-bottom: 80px;
  }

  .pr-sx-funfact-section {
    padding-bottom: 0;
  }

  .pr-sv-team-innerbox {
    margin-bottom: 120px;
  }

  .pr-sv-team-content .ft-thx-btn {
    margin-top: 0;
  }

  .ft-thx-faq-img {
    text-align: center;
    margin-bottom: 40px;
  }

  .pr-sx-blog-innerbox {
    margin-bottom: 40px;
  }

  .pr-sv-footer-widget .widget-title {
    padding-bottom: 25px;
  }

  .pr-sv-footer-widget {
    margin-bottom: 30px;
  }

  .header-cta-content {
    display: none;
  }

  .ft-thx-header-section .header-top-content {
    display: none !important;
  }

  .mobile_logo {
    display: block;
  }

  .ft-thx-header-section .header-navigation-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .ft-thx-header-section .mobile_menu_button {
    top: -47px;
    right: 15px;
  }

  .ft-thx-header-section .header-navigation-content .pr-h-cta-btn {
    margin-left: 30px;
    margin-right: 30px;
  }

  .ft-thx-banner-section-3 .ft-thx-banner-img3 {
    display: none;
  }

  .ft-thx-banner-section-3 .ft-thx-banner-text3 {
    margin: 0 auto;
    text-align: center;
  }

  .ft-thx-slider-btn-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ft-thx-about-img-3 {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 30px;
  }

  .ft-thx-about-text-3,
.ft-thx-why-choose-img-3 {
    margin: 0 auto;
    max-width: 570px;
  }

  .ft-thx-help-item {
    margin-bottom: 30px;
  }

  .pr-sx-service-innerbox {
    margin-bottom: 90px;
  }

  .ft-thx-service-section-3 .ft-thx-btn-2 {
    margin-top: 0px;
  }

  .ft-thx-why-choose-item-box {
    margin-bottom: 30px;
  }

  .pr-sx-team-slider-for {
    margin: 0 auto;
    max-width: 570px;
    padding-top: 40px;
  }

  .gl-testimonial-text-wrapper-3 {
    padding-top: 0;
  }

  .gl-testimonial-slider-3 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 820px) {
  .ft-header-section.header-style-two .ft-header-top {
    display: none;
  }

  .ft-banner-text-content h1 {
    font-size: 65px;
  }

  .ft-banner-section {
    padding: 250px 0px 200px;
  }

  .ft-testimonial-slider-2 #btn_prev1 {
    left: 40px;
  }

  .ft-testimonial-slider-2 #btn_next1 {
    right: 40px;
  }

  .ft-faq-page-top-content .ft-section-title-2 h2 {
    padding-bottom: 20px;
  }

  .ft-testimonial-slider-wrapper-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-testimonial-slider-wrapper-3 .ft-testimonial-slider-img {
    display: none;
  }

  .ft-testimonial-section-3 {
    top: 0;
    margin-bottom: 0;
  }

  .ft-why-choose-section-2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 680px) {
  .ft-team-text-area {
    margin-bottom: 30px;
  }

  .ft-project-section .ft-section-title {
    padding-bottom: 20px;
  }

  .ft-project-itembox .ft-project-text {
    max-width: 100%;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .ft-contact-section:before {
    left: 0;
    opacity: 0.7;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  .ft-blog-section .ft-section-title {
    padding-bottom: 20px;
  }

  .ft-footer-widget .logo-widget p {
    padding-bottom: 15px;
  }

  .ft-banner-text-content h1 {
    font-size: 55px;
  }

  .ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo {
    width: 145px;
  }

  .ft-team-details-content {
    padding: 0px 15px;
  }

  .ft-team-details-content .ft-team-details-text-wrapper {
    z-index: 2;
    position: relative;
    padding: 0px 0px 30px;
  }

  .ft-team-personal .title {
    font-size: 28px;
  }

  .ft-testimonial-slider-area-3 {
    width: 100%;
  }

  .ft-newslatter-content-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-newslatter-btn {
    margin-top: 15px;
  }

  .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget {
    padding-left: 0;
  }

  .ft-header-section.header-style-new-two .ft-header-cta-btn {
    display: none;
  }

  .ft-header-section.header-style-new-two .ft-header-main-menu .ft-site-logo {
    width: 135px;
  }

  .ft-thx-slider-section {
    padding-top: 45px;
  }

  .pr-sv-testimonial-item .pr-sv-testimonial-img {
    display: none;
  }

  .pr-sv-testimonial-item .pr-sv-testimonial-text {
    padding: 60px 40px;
  }

  .pr-sx-about-exp {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .ft-header-section.header-style-one .ft-brand-logo {
    width: 140px;
  }

  .ft-header-section.header-style-one .ft-header-content,
.ft-header-section.header-style-one.sticky-on .ft-header-content {
    padding-left: 155px;
  }

  .ft-header-section.header-style-one .ft-header-cta-btn {
    margin-left: 0;
    margin-right: 40px;
  }

  .ft-header-section.header-style-one .ft-header-cta-btn a {
    height: 45px;
    width: 130px;
  }

  .ft-booking-form-content .booking-form-input-wrapper label {
    margin-right: 0;
  }

  .ft-booking-form-content .booking-form-input-wrapper button {
    height: 50px;
    width: 185px;
  }

  .ft-about-section {
    padding: 50px 0px;
  }

  .ft-section-title h2 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .ft-btn a {
    height: 50px;
    width: 150px;
  }

  .ft-service-section {
    padding: 50px 0px;
  }

  .ft-counterup-section {
    padding: 20px 0px 60px;
  }

  .ft-why-choose-text-area .ft-section-title {
    padding-left: 0;
  }

  .ft-why-choose-feature-wrapper {
    padding-left: 0;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-text {
    max-width: 250px;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-text h3 {
    font-size: 18px;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-icon {
    height: 70px;
    width: 70px;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
    width: 50px;
    height: 50px;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-icon i {
    font-size: 30px;
  }

  .ft-team-section {
    padding: 0px 0px 60px;
  }

  .ft-why-choose-section {
    padding-bottom: 30px;
  }

  .ft-project-slider-area {
    margin: 0;
  }

  .ft-project-itembox {
    max-width: 310px;
  }

  .slick-current.slick-center .ft-project-itembox .ft-project-text {
    left: 0;
  }

  .slick-current.slick-center .ft-project-itembox {
    padding-left: 0;
  }

  .ft-project-itembox .ft-project-text {
    left: 0;
    opacity: 1;
  }

  .ft-project-itembox .ft-project-text h3 {
    font-size: 18px;
  }

  .ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a {
    margin-left: 0;
    margin-right: 10px;
  }

  .ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-img {
    margin-bottom: 25px;
  }

  .ft-testimonial-section {
    padding: 60px 0px;
  }

  .ft-project-section {
    padding-top: 60px;
  }

  .ft-contact-section,
.ft-blog-section {
    padding: 60px 0px;
  }

  .ft-footer-section {
    padding: 60px 0px;
  }

  .ft-footer-widget-wrapper {
    padding-bottom: 50px;
  }

  .ft-header-section.header-style-two .ft-header-cta-btn {
    display: none;
  }

  .ft-header-section.header-style-two .mobile_menu_button {
    top: -55px;
  }

  .ft-banner-text-content h1 {
    font-size: 36px;
  }

  .ft-banner-text-content p {
    font-size: 18px;
  }

  .ft-banner-section {
    padding: 190px 0px 150px;
  }

  .ft-section-title-2 h2 {
    font-size: 28px;
  }

  .ft-featured-section {
    padding: 50px 0px;
  }

  .ft-featured-content,
.ft-service-content-2 {
    padding-top: 15px;
  }

  .ft-featured-innerbox .ft-featured-text h3 {
    font-size: 20px;
  }

  .ft-featured-innerbox .ft-featured-icon i {
    font-size: 40px;
  }

  .ft-featured-innerbox .ft-featured-icon {
    margin-bottom: 10px;
  }

  .ft-featured-innerbox .ft-featured-text h3 {
    padding-bottom: 10px;
  }

  .ft-product-mesurment-tab-btn .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ft-service-section-2 {
    padding: 50px 0px;
  }

  .ft-about-section-2,
.ft-portfolio-section-2 {
    padding: 50px 0px;
  }

  .ft-experience-section {
    padding-bottom: 50px;
  }

  .ft-faq-content .accordion-button::after {
    font-size: 16px;
    right: 5px;
  }

  .ft-faq-why-choose-us-section {
    padding-bottom: 30px;
  }

  .ft-blog-section-2 {
    padding: 50px 0px;
  }

  .ft-footer-section-2 .ft-footer-newslatter-content h2 {
    font-size: 20px;
  }

  .ft-footer-section-2 .ft-footer-newslatter-content {
    padding: 20px 30px;
    border-radius: 0px;
  }

  .ft-footer-section-2 .ft-footer-newslatter-form button {
    height: 50px;
    width: 120px;
    font-size: 14px;
  }

  .ft-footer-section-2 .ft-footer-newslatter-form input {
    height: 50px;
  }

  .ft-footer-section-2 .ft-footer-newslatter {
    margin-bottom: -75px;
  }

  .ft-footer-widget-wrapper-2 {
    padding-bottom: 30px;
  }

  .ft-footer-widget-wrapper-2 .ft-footer-widget .logo-widget .site-logo {
    padding-bottom: 20px;
  }

  .ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn {
    margin-right: 10px;
  }

  .ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn a {
    height: 45px;
    width: 135px;
  }

  .ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-video-btn a i {
    margin-right: 5px;
  }

  .ft-breadcrumb-section {
    padding: 170px 0px 100px;
  }

  .ft-funfact-innerbox {
    margin-bottom: 30px;
  }

  .ft-funfact-innerbox .ft-funfact-text h3 {
    font-size: 35px;
  }

  .ft-funfact-innerbox .ft-funfact-icon i {
    font-size: 35px;
  }

  .ft-footer-widget-wrapper-2 .ft-footer-widget .widget-title {
    padding-bottom: 15px;
  }

  .ft-footer-widget .menu-widget li {
    margin-bottom: 10px;
  }

  .page-padding {
    padding: 50px 0px;
  }

  .blog-details-img-text-wrapper .ftd-blog-meta-2 a {
    margin-right: 10px;
  }

  .blog-details-img-text-wrapper .ft-blog-details-item {
    padding: 20px 15px;
  }

  .blog-details-img-text-wrapper .blog-details-text h3 {
    font-size: 20px;
  }

  .blog-details-img-text-wrapper .blog-details-img-video .blog-details-img {
    margin-bottom: 30px;
  }

  .blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag a {
    margin-bottom: 10px;
  }

  .ft-blog-share {
    float: none;
  }

  .blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a {
    margin-left: 0;
    margin-right: 5px;
  }

  .ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn {
    position: static;
    margin-top: 15px;
    display: inline-block;
  }

  .ftd-comment-input-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ftd-blog-comment-form .ftd-comment-form-input input,
.ftd-blog-comment-form .ftd-comment-form-input textarea {
    width: 100%;
    margin-bottom: 15px;
  }

  .ftd-blog-comment-form {
    padding: 35px 15px;
  }

  .ftd-blog-comment-form .ftd-comment-form-input span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta {
    padding: 15px 15px;
  }

  .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper {
    padding: 30px 15px;
  }

  .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a:after {
    display: none;
  }

  .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-blog-feed-title-text h3 {
    font-size: 20px;
  }

  .coming-soon-content {
    padding: 200px 0px 150px;
  }

  .coming-soon-content h2 {
    font-size: 34px;
  }

  .coming-soon-countdown li {
    margin-bottom: 20px;
  }

  .coming-soon-countdown {
    text-align: center;
  }

  .ft-btn-3 a {
    height: 40px;
    width: 150px;
  }

  .ft-project-overview-comment-wrapper .ft-project-overview-comment-text {
    width: 200px;
  }

  .ft-similar-work-content .ft-portfolio-slider-innerbox {
    margin-bottom: 30px;
  }

  .ft-project-details-img {
    margin-bottom: 40px;
  }

  .ft-header-section.header-style-three {
    position: static;
    padding: 10px 0px;
    background-color: #000;
  }

  .ft-header-section.header-style-three .ft-header-cta-btn a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
  }

  .ft-header-section.header-style-three .mobile_menu_button {
    top: -40px;
  }

  .ft-header-section.header-style-three .ft-header-cta-btn {
    margin-right: 30px;
  }

  .ft-header-section.header-style-three .ft-brand-logo {
    width: 130px;
  }

  .ft-header-section.sticky-on.header-style-three {
    position: fixed;
  }

  .ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a {
    padding: 10px 15px;
  }

  .ft-header-section.sticky-on.header-style-three .mobile_menu_button {
    top: -38px;
  }

  #slider-29-slide-76-layer-5,
#slider-29-slide-78-layer-5,
#slider-29-slide-77-layer-5 {
    display: block;
  }

  .ft-service-section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ft-section-title-3 h2 {
    font-size: 26px;
    padding-top: 5px;
  }

  .ft-service-content-3 {
    padding-top: 30px;
  }

  .ft-section-title-3 span {
    font-size: 16px;
  }

  .ft-service-innerbox-3 .ft-service-text h3 {
    font-size: 18px;
  }

  .ft-service-innerbox-3 .ft-service-text-icon {
    padding: 50px 20px 60px;
  }

  .ft-service-more-btn {
    margin-top: 10px;
    text-align: center;
  }

  .ft-service-more-btn a {
    margin-left: 0;
    margin-top: 10px;
  }

  .ft-about-section-3,
.ft-funfact-section-2 {
    padding: 60px 0px;
  }

  .ft-about-sign-img-text {
    width: 110px;
  }

  .ft-about-text-3 .ft-about-btn-group a i {
    display: none;
  }

  .ft-about-text-3 .ft-about-btn-group a {
    padding: 10px 15px;
  }

  .ft-case-study-items {
    width: 100%;
    border-right: 0;
  }

  .ft-funfact-inner-items-wrapper:before {
    display: none;
  }

  .ft-funfact-content-2 {
    padding-top: 30px;
  }

  .ft-funfact-inner-items .ft-funfact-inner-text h3 {
    font-size: 24px;
  }

  .ft-funfact-inner-items .ft-funfact-inner-icon {
    margin-bottom: 20px;
  }

  .ft-why-choose-section-2 {
    padding-top: 60px;
  }

  .ft-why-choose-section-2 .ft-why-choose-text-2 {
    padding-top: 0px;
  }

  .ft-why-choose-form-wrapper {
    padding-left: 0;
  }

  .ft-testimonial-slider-items-3:before {
    display: none;
  }

  .ft-testimonial-slider-items-3 {
    padding-left: 0;
  }

  .ft-blog-section-3 {
    padding: 60px 0px;
  }

  .ft-blog-content-3 {
    padding-top: 30px;
  }

  .ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a {
    width: 150px;
  }

  .ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text h3 {
    font-size: 24px;
  }

  .ft-testimonial-slider-3 .slick-dots {
    position: static;
    margin-top: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ft-testimonial-slider-3 .slick-dots li {
    display: inline-block;
  }

  .ft-contact-cta-items .ft-contact-cta-text {
    max-width: 220px;
  }

  .ft-thx-feature-section {
    padding: 60px 0px 30px;
  }

  .pr-cor-section-title h2 {
    font-size: 26px;
    padding: 15px 0px;
  }

  .pr-cor-section-title span {
    font-size: 18px;
  }

  .pr-cor-about-feature-list .pr-cor-about-ft-text {
    max-width: 240px;
  }

  .pr-cor-about-feature-area {
    padding-bottom: 10px;
  }

  .ft-thx-about-section {
    padding-bottom: 60px;
  }

  .ft-thx-why-choose-us-section,
.ft-thx-work-process-section,
.ft-thx-project-section,
.ft-thx-testimonial-section,
.pr-cor-blog-section {
    padding: 60px 0px;
  }

  .ft-thx-project-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft-thx-project-top .pr-cor-section-title {
    padding-bottom: 20px;
  }

  .port_left_arrow, .port_right_arrow {
    margin-left: 0;
    margin-right: 10px;
  }

  .ft-thx-banner-text h1 {
    font-size: 40px;
  }

  .ft-thx-banner-text {
    padding-top: 50;
  }

  .pr-mark-navigation-menu .pr-mark-btn a {
    width: 115px;
  }

  .pr-mark-main-navigation-wrapper .pr-mark-brand-logo {
    width: 120px;
    padding-top: 12px;
  }

  .pr-sx-secion-title h2,
.pr-sx-video-section .pr-sx-video-content h3 {
    font-size: 30px;
  }

  .pr-sx-secion-title h2 {
    padding: 10px 0px;
  }

  .pr-sx-about-section-2 {
    padding: 60px 0px;
  }

  .pr-sv-service-section {
    padding: 60px 0px;
  }

  .pr-sx-video-section {
    padding: 60px 0px;
  }

  .pr-sv-team-section {
    padding: 60px 0px;
  }

  .pr-sv-case-study-section {
    padding: 60px 0px 40px;
  }

  .ft-thx-testimonial-section-2 {
    padding: 60px 0px;
  }

  .ft-thx-faq-text .accordion-header button {
    font-size: 16px;
    padding: 10px 30px;
    padding-left: 10px;
  }

  .pr-sx-blog-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-thx-btn a {
    height: 50px;
  }

  .pr-sx-blog-section .pr-sx-secion-title {
    padding-bottom: 10px;
  }

  .pr-sx-blog-section {
    padding-bottom: 50px;
  }

  .pr-sv-footer-widget .pr-sv-menu-widget {
    padding-left: 0;
  }

  .ft-thx-faq-text {
    padding-left: 0;
  }

  .ft-thx-header-section .header-navigation-content .pr-h-cta-btn {
    display: none !important;
  }

  .ft-thx-header-section .header-navigation-content {
    padding: 30px 15px;
  }
  .ft-thx-header-section .header-navigation-content .mobile_logo {
    top: 25px;
  }

  .ft-thx-header-section .header-navigation-content .pr-h-search button {
    margin-right: 30px;
  }

  .ft-thx-banner-section-3 .ft-thx-banner-text3 h1 {
    font-size: 36px;
  }

  .ft-thx-banner-section-3 .ft-thx-banner-text3 {
    padding: 150px 0px;
  }

  .ft-thx-about-img-3 .ft-thx-ab-inner-img2 {
    right: 0;
  }

  .ft-thx-about-text-3 {
    padding-left: 0;
  }

  .ft-thx-section-title-3 h2 {
    font-size: 28px;
  }

  .ft-thx-about-list-item-3 .ft-thx-inner-text h3 {
    font-size: 18px;
  }

  .ft-thx-about-list-item-3 .ft-thx-inner-text {
    max-width: 250px;
  }

  .ft-thx-help-section,
.pr-sx-team-section {
    padding: 60px 0px;
  }

  .ft-thx-project-top-content-3,
.ft-thx-blog-top-content-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft-thx-project-top-content-3 .ft-thx-section-title-3,
.ft-thx-blog-top-content-3 .ft-thx-section-title-3 {
    width: 100%;
  }

  .ft-thx-project-section-3,
.pr-an-blog-section,
.ft-thx-cta-section-3 {
    padding: 60px 0px;
  }

  .port_left_arrow3, .port_right_arrow3, .blg-an-left_arrow, .blg-an-right_arrow {
    height: 40px;
    width: 40px;
    margin-left: 0;
    margin-right: 10px;
  }

  .ft-thx-project-slider-item-3 .ft-thx-inner-text {
    padding: 30px;
  }
  .ft-thx-project-slider-item-3 .ft-thx-inner-text h3 {
    font-size: 20px;
  }

  .pr-sx-team-section {
    overflow: hidden;
  }

  .pr-sx-team-nav-item-wrapper .slick-next {
    right: 0;
  }

  .pr-sx-team-nav-item-wrapper .slick-prev {
    left: 0;
  }

  .pr-sx-team-member-innerbox .pr-sx-team-member-text {
    padding: 20px 20px 40px;
  }

  .gl-testimonial-section-3 {
    padding: 40px 0px 280px;
  }

  .gl-testimonial-innerbox-item-3 {
    padding: 64px 15px 24px;
  }

  .gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-meta h3 {
    font-size: 18px;
  }

  .ft-thx-cta-content-3 h3 {
    font-size: 28px;
  }

  .ft-thx-btn-2 a {
    height: 50px;
    width: 150px;
  }

  .ft-thx-help-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-thx-help-item .ft-thx-help-img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 380px) {
  .ft-header-section.header-style-one .ft-header-content {
    height: 70px;
  }

  .ft-header-section.header-style-one .ft-header-cta-btn {
    display: none;
  }

  .ft-header-section.header-style-one .mobile_menu_button {
    top: -5px;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-text {
    max-width: 200px;
  }

  .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a {
    margin-right: 15px;
  }
}

 @media only screen and (max-width: 768px) and (min-width:0px) {
  body {
    .pr-sx-about-exp.d-flex.align-items-center {
      width: 150px;
      height: 67px;
  }
  } 
  .pr-cor-about-img-wrap .pr-cor-about-img-area2 {
    position: static !important;
    margin-top: 387px;
}
.jat {
  position: relative;
  margin-left: 65px;
}
.jat1 {
  position: relative;
  left: 70px;
  bottom: 50px;
}
}
.elementor-widget-container tr {
  border: 2px solid black;
}
.elementor-widget-container td {
 border: 2px solid black;
}
.ft-service-details-text-wrapper.pay p {
 padding-bottom: 0px!important;
 margin-bottom: 10px!important;
}
.ft-header-section.header-style-two .ft-header-main-menu-wrapper {
  height: 70px;
  background-color: #fff;
}
.pr-sv-case-study-filter-btn li {
  color: #a3258f;
  border: 2px solid #a3258f;
}
@media (min-width: 0px) and (max-width: 767px){
  .m-brand-logo img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.pr-sv-case-study-filter-btn li {
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px!important;
  margin-bottom: 10px!important;
  border-radius: 5px;
  color: #000d51;
  font-family: "Poppins";
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.pr-sv-case-study-item {
  min-height: 0px!important;
  border-radius: 8px;
  margin-bottom: 20px!important;
  background-color: white;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(60, 60, 60, 0.1);
          box-shadow: 0px 20px 50px 0px rgba(60, 60, 60, 0.1);
}
}
/*---------------------------------------------------- */

.top-header {
    background: #f1f1f1;
    color: #fff;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    font-size: 13px;
    overflow: hidden;
}
.top-header .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: rgba(0, 0, 0, .55);;
    --bs-nav-link-hover-color: rgba(0, 0, 0, .7);;
    --bs-nav-link-disabled-color:  rgba(0, 0, 0, .3);;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.top-header ul, li {
    list-style-type: none;
    padding: 0;
}
.top-header .navbar-nav {
    padding: 0;
    flex-direction: row;
}
.top-header .navbar-nav .nav-item {
    position: relative;
}
.top-header a, .nav-link {
    color: #a3258f;
    text-decoration: none;
}

.top-header .nav-link {
    display: block;
    padding: .5rem 0;
    font-size: 15px;
    margin-left: 20px;
    font-weight: 500;
    color:#a3258f;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.top-header .navbar-nav p i {
    display: inline-block;
    width: 20px;
    margin-right: 7px;
    position: relative;
    text-align: right;
    bottom: -2px;
    color: #a3258f;
}
.top-header .navbar-nav a i {
    display: inline-block;
    width: 20px;
    margin-right: 7px;
    position: relative;
    text-align: right;
    bottom: -2px;
    color: #a3258f;
}
.top-header .navbar-nav .nav-item+.nav-item:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #a3258f;
}
.top-header .social-list {
    position: relative;
    height: 100%;
    text-align: right;
    background: #a3258f;
    margin-bottom: 0px;
}
.top-heade .social-list {
    margin: 0;
}
.top-header .social-list:before {
    content: "";
    position: absolute;
    left: -20px;
    background: #a3258f;
    transform: skew(-30deg);
    width: 50px;
    height: 100%;
}
.top-header .social-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: white;
    transform: skew(-30deg);
    z-index: -1;
    transition: all .2s;
    opacity: 0;
}
.top-header .social-list a {
    color: #fff;
    font-size: 1.3rem;
}
.top-header .social-list li {
    position: relative;
    text-align: center;
}
.top-header .social-list>li {
    position: relative;
    z-index: 1;
    padding-top: 5px;
    width: 40px;
    text-align: right;
}
.top-header .social-list>li {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 40px;
}
.top-header .col-lg-5 {
    background: #a3258f;
    padding-left: 0px;
}
.top-header .container-fluid {
    padding: 0px;
}
.ft-thx-header-section .header-cta-content .widget-list {
    margin: auto 0;
    justify-content: right;
    height: 100%;
    align-items: center;
}
.ft-thx-header-section .header-cta-content .border-list {
    display: flex;
}
.ft-thx-header-section .header-cta-content .border-list>li {
    padding-right: 15px;
    position: relative;
}
.ft-thx-header-section .header-cta-content .widget-list>li>a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.ft-thx-header-section .header-cta-content .widget-list>li>a>i.fa.fa-phone-alt {
    padding-right: 10px;
    font-size: 38px;
    color: #c90404 !important;
}
.ft-thx-header-section .header-cta-content .widget-list>li>a>div>h5 {
    font-weight: 700;
    margin-bottom: 0;
     font-size: 1.25rem;
}
.ft-thx-header-section .header-cta-content .widget-list>li>a>div> h5.text-red {
  color:#b30000;
}
.ft-thx-header-section .header-cta-content .widget-list>li>a>div>span.header-txt:hover {
    text-decoration: none;
    color: #b30000;
}
.ft-thx-header-section .header-cta-content .border-list>li:after {
    content: "";
    height: 100%;
    top: 0px;
    width: 1px;
    background: #ddd;
    position: absolute;
    right: 0px;
}
.ft-thx-header-section .header-cta-content .border-list>li.pan:after {
    display:none!important;
}
.ft-thx-header-section .header-cta-content .border-list>li+li {
    padding-left: 15px;
}
.ft-thx-header-section .header-cta-content .clr-whatsapp {
    color: #0c642d;
}
.ft-thx-header-section .header-cta-content .widget-list>li>a>i.fab.fa-whatsapp {
    padding-right: 10px;
    font-size: 38px;
}
.ft-thx-header-section .header-cta-content .widget-list>li>a>figure {
    padding-right: 10px;
        padding-top: 10px;
}
.ft-thx-header-section .header-cta-content .text-blue {
    color: #096171;
}
.header-navigation-area {
    border-top: 1px solid #ccc;
}
.ft-thx-header-section .header-cta-content .widget-list>li>a>figure.shake {
    margin-top: 15px;
}
.dropdown-menu .area {
    overflow: hidden;
    left: 10%;
    width: 80%;
    background: #ffffff;
    box-shadow: 0 35rem 0 35rem #0003;
    z-index: 9;
    top: 41px;
    padding: 1.5rem!important;
    border-radius: 0;
    border: 1px solid #ddd;
    display: none;
}
.banner-area .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    border-radius:50%;
    padding: 0;
    border-radius: none;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}
.banner-area .carousel-indicators [data-bs-target].active {
    opacity: 1;
    transition: opacity .6s ease
}
.contact-sec {
    margin-bottom: -1rem;
    position: relative;
    z-index: 2;
    background: #e9d4e6;
}
.yellow-box {
    top: 48px;
}
.yellow-box {
    background: #333;
    position: relative;
    z-index: 2;
    padding: 25px;
    color: #fff!important;
    line-height: normal;
    border-radius: 5px;
    text-decoration: none!important;
}
.yellow-box:before {
    content: "";
    position: absolute;
    right: calc(46% - 80px);
    background: #a3258f;
    transform: skew(-30deg);
    height: 100%;
    width: 100px;
    top: 0px;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}

.d-flex {
    display: flex!important;
}
.pe-4 {
    padding-right: 1.5rem!important;
}
.d-none {
    display: none!important;
}
.yellow-box .call-no {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}
.cont-form-inline .form-control {
    height: 50px;
    width: 70%;
        position: relative;
    z-index: 9!important;
    background-color: #fff!important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
}
.cont-form-inline .btn {
    position: absolute;
    width: 30%;
    right: 0px;
    top: 0px;
    border-radius: 0 3px 3px 0;
    padding: inherit;
    height: 50px;
    background: #333;
    color: #fff;
    border: none;
    z-index: 2;
    line-height: inherit;
}
.yellow-box:after {
    content: "";
    position: absolute;
    width: 44%;
    background-color: #a3258f;
    top: 0px;
    height: 100%;
    right: 0px;
    border-radius: 5px;
}
/*-----------------------
    Animation
-------------------------*/
[class*='rs-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rs-animation-fade {
  -webkit-animation-name: rs-fade;
  animation-name: rs-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.rs-animation-slide-top {
  -webkit-animation-name: rs-fade-top;
  animation-name: rs-fade-top;
}
.rs-animation-slide-bottom {
  -webkit-animation-name: rs-fade-bottom;
  animation-name: rs-fade-bottom;
}
.rs-animation-slide-left {
  -webkit-animation-name: rs-fade-left;
  animation-name: rs-fade-left;
}
.rs-animation-slide-right {
  -webkit-animation-name: rs-fade-right;
  animation-name: rs-fade-right;
}
.rs-animation-scale-up {
  -webkit-animation-name: rs-animation-scale-up;
  animation-name: rs-animation-scale-up;
}
.rs-animation-scale-down {
  -webkit-animation-name: rs-animation-scale-down;
  animation-name: rs-animation-scale-down;
}
.rs-animation-shake {
  -webkit-animation-name: rs-shake;
  animation-name: rs-shake;
}
.rs-animation-rotate {
  -webkit-animation-name: rs-rotate;
  animation-name: rs-rotate;
}
.rs-animation-scale {
  -webkit-animation-name: rs-scale;
  animation-name: rs-scale;
}
.rs-animation-hover:not(:hover),
.rs-animation-hover:not(:hover) [class*='rs-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
.rs-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.rs-image-effect-shine {
  position: relative;
  overflow: hidden;
}
.rs-image-effect-shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.rs-image-effect-shine:hover::before {
  -webkit-animation: img-shine 1s;
  animation: img-shine 1s;
}
@-webkit-keyframes img-shine {
  100% {
    left: 125%;
  }
}
@keyframes img-shine {
  100% {
    left: 125%;
  }
}
/*-------------------------
    Fade
---------------------------*/
@-webkit-keyframes rs-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rs-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---------------------------
    Fade Top
------------------------------*/
@-webkit-keyframes rs-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes rs-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---------------------------
    Fade Bottom
------------------------------*/
@-webkit-keyframes rs-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes rs-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---------------------------
    Fade Left
------------------------------*/
@-webkit-keyframes rs-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes rs-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*---------------------------
    Fade Right
------------------------------*/
@-webkit-keyframes rs-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes rs-fade-right {
  0% {
    opacity: 0;
    transform: translateX(60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*------------------------------
   Scale Up
--------------------------------*/
@-webkit-keyframes rs-animation-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes rs-animation-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*---------------------------
    Scale Down
------------------------------*/
@-webkit-keyframes rs-animation-scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes rs-animation-scale-down {
  0% {
    opacity: 0;
    transform: scale(1.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*---------------------------
    Rotate
------------------------------*/
@-webkit-keyframes rs-rotate {
  0% {
    -webkit-transform: rotate(280deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rs-rotate {
  0% {
    transform: rotate(280deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*---------------------------
    Shake
------------------------------*/
@-webkit-keyframes rs-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes rs-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*-------------------
    Scale
---------------------*/
@-webkit-keyframes rs-scale {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes rs-scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.bg1 {
  background-image: url(../images/bg/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg2 {
  background-image: url(../images/bg/bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg3 {
  background-image: url(../images/bg/counter-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg4 {
  background-image: url(../images/bg/cta-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg5 {
  background-image: url(../images/bg/testimonial-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg6 {
  background-image: url(../images/slider/home1/slide2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg7 {
  background-image: url(../images/bg/1.png);
  background-size: cover;
  background-position: center;
  background-position: center top;
}
.bg8 {
  background-image: url(../images/bg/2.png);
  background-attachment: fixed;
  background-position: center top;
}
.bg9 {
  background-image: url(../images/bg/3.png);
  background-attachment: fixed;
  background-position: center top;
}
.bg10 {
  background-image: url(../images/bg/counter-bg-style2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg11 {
  background-image: url(../images/bg/home7-style.jpg);
  background-position: center top;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 130px;
}
.bg12 {
  background-image: url(../images/bg/countdown.jpg);
  background-position: center top;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg13 {
  background-image: url(../images/bg/home8-style.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 250px;
}
.bg14 {
  background-image: url(../images/counter/2.jpg);
  background-size: cover;
  background-position: center top;
  padding-bottom: 500px !important;
}
.bg15 {
  background-image: url(../images/bg/about-home8-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.uppercase {
  text-transform: uppercase;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.drak-color .owl-nav .owl-prev,
.drak-color .owl-nav .owl-next,
.drak-color .sec-title h3 {
  color: #ffffff;
}
.sec-title2 h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.sec-title2 span {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #a3258f;
  font-weight: 600;
}
.register-form.contactone {
    background: #701a639e!important;
}
.sec-title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sec-title h2 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sec-title.text-right .view-more {
  right: auto;
  left: 0;
}
.sec-title p {
  margin-bottom: 0;
  font-size: 16px;
}
.sec-title .view-more {
  position: absolute;
  right: 0;
}
.sec-title .view-more a {
  font-weight: 600;
  font-size: 15px;
}
.sec-title.white-text h2 {
  color: #ffffff;
}
.sec-title.white-text p {
  color: rgba(255, 255, 255, 0.6);
}
.home5 .sec-title h2 {
  color: #92278f;
}
.home5 .sec-title:after {
  background: #92278f;
}
.home5 .sec-title.white-text p {
  color: #ffffff;
}
.sec-title-2 {
  position: relative;
}
.sec-title-2 h2 {
  position: relative;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 25px;
  padding-bottom: 26px;
  text-transform: uppercase;
}
.sec-title-2 .view-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-title-2 .view-more a {
  font-weight: 700;
  font-size: 14px;
}
.sec-title-2.text-center h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-title-2.text-right h2:after {
  left: auto;
  right: 0;
}
.sec-title-2.text-right .view-more {
  right: auto;
  left: 0;
}
.sec-title-2 p {
  margin-bottom: 0;
  font-size: 16px;
}
.primary-btn {
  display: inline-block;
  height: 40px;
  line-height: 35px;
  text-align: center;
  min-width: 136px;
  padding: 0 20px;
  border: 2px solid #a3258f;
  color: #212121;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.primary-btn:hover {
  background: #a3258f;
  color: #ffffff;
}
.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #a3258f;
  color: #fff!important;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.readon:hover,
.readon:focus {
  background: #a3258f;
  color: rgba(255, 255, 255, 0.8);
}
.readon.border {
  background: transparent;
  border: 1px solid #a3258f;
  color: #a3258f;
}
.readon.border:hover {
  color: #fff;
  background: #a3258f;
}
.readon.border.white {
  border-color: #fff;
  color: #fff;
}
.readon.border.white:hover {
  color: #a3258f;
  background: #fff;
}
/*overly border*/
.overly-border::before,
.overly-border::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}
.blue-bg {
  position: relative;
}
.blue-bg .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 188, 212, 0.9);
}
.about-img .overly-border::before,
.about-img .overly-border::after {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
.overly-border::before {
  border-top: 5px solid #a3258f;
  border-bottom: 5px solid #a3258f;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.rs-blog .blog-item.slick-current .team-content {
  opacity: 1;
  top: 0;
}
.overly-border::after {
  border-right: 5px solid #a3258f;
  border-left: 5px solid #a3258f;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.single-member-area figure .overly-border:before,
.single-member-area figure .overly-border:after,
.rs-blog .blog-item.slick-current .overly-border:before,
.rs-blog .blog-item.slick-current .overly-border:after,
.single-member-area:hover .overly-border:before,
.single-member-area:hover .overly-border:after,
.team-content:hover .overly-border:before,
.team-content:hover .overly-border:after,
.blog-content:hover .overly-border:before,
.blog-content:hover .overly-border:after,
.project-content:hover .overly-border:before,
.project-content:hover .overly-border:after,
.about-img:hover .overly-border:before,
.about-img:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.right_menu_togle .search-wrap button {
  color: #a3258f;
}
.padding-0 {
  padding: 0 !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-80 {
  padding-top: 40px !important;
}
.pt-100 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.sparator-15 {
  height: 15px;
  clear: both;
}
.ml-15 {
  margin-left: 15px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.margin-remove {
  margin: 0 !important;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.white-color {
  color: #fff !important;
}
.rs-vertical-middle .logo-area {
  line-height: 95px;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* -. Owl Carousel -*/
.owl-nav > div {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #444;
  color: #fff;
  transform: translateY(-50%);
  font-size: 22px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-nav > div:hover {
  background-color: #a3258f;
}
.owl-nav .owl-prev {
  left: -60px;
}
.owl-nav .owl-next {
  right: -60px;
}
.rs-carousel:hover .owl-nav > div {
  opacity: 1;
}
.rs-navigation-2 {
  padding-bottom: 80px;
}
.rs-navigation-2 .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rs-navigation-2 .owl-nav > div {
  position: initial;
  display: inline-block;
  transform: none;
  opacity: 1 !important;
}
.rs-navigation-2 .owl-nav .owl-next {
  margin-left: 12px;
}
.rs-navigation-2 .owl-stage-outer {
  padding-bottom: 0 !important;
}
/* ------------------------------------
    05. Slider
---------------------------------------*/
#rs-slider {
  position: relative;
}
#rs-slider .slide-content {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 8;
}
#rs-slider .slide-content .slider-title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 15px;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  text-transform: uppercase;
}
#rs-slider .slide-content .slider-desc {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 20px;
}
#rs-slider .slide-content .sl-readmore-btn {
  border: 2px solid #101010;
  background: #101010;
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease 0s;
}
#rs-slider .slide-content .sl-readmore-btn:hover {
  background-color: #a3258f;
  border-color: #a3258f;
  color: rgba(255, 255, 255, 0.8);
}
#rs-slider .slide-content .sl-get-started-btn {
  background-color: #a3258f;
  border: 2px solid #a3258f;
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease 0s;
}
#rs-slider .slide-content .sl-get-started-btn:hover {
  background-color: #a3258f;
  border-color: #a3258f;
  color: rgba(255, 255, 255, 0.8);
}
#rs-slider .owl-nav {
  display: none;
}
#rs-slider .owl-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
#rs-slider .owl-dots .owl-dot {
  height: 15px;
  width: 5px;
  background-color: #ffffff;
}
#rs-slider .owl-dots .owl-dot + .owl-dot {
  margin-top: 8px;
}
#rs-slider .owl-dots .owl-dot.active {
  background-color: #a3258f;
}
.slider-overlay-1 .slide-content:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.slider-overlay-2 .slide-content:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 109, 0, 0.3);
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 109, 0, 0.3) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.55)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  opacity: 0.95;
}
.home5 span.red-color {
  color: #e84b3a;
}
.home5 span.orange-color {
  color: #fc7f0c;
}
.home5 #rs-slider {
  position: relative;
}
.home5 #rs-slider .slide-content .slider-title {
  color: #92278f;
}
.home5 #rs-slider .slide-content .slider-title,
.home5 #rs-slider .slide-content .slider-desc,
.home5 #rs-slider .slide-content .sl-get-started-btn {
  position: relative;
  z-index: 11;
}
.home5 #rs-slider .slide-content .sl-get-started-btn {
  border: none;
  background: #92278f;
  border-radius: 30px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
}
.home5 #rs-slider .slide-content .sl-get-started-btn:hover {
  background: #550b53;
}
.home5 #rs-slider .owl-dots {
  display: none !important;
}
.rs-banner-section {
  position: relative;
  overflow: hidden;
}
.rs-banner-section img.banner-image {
  width: 100%;
}
.rs-banner-section .banner-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-banner-section .banner-inner .sl-sub-title {
  margin-bottom: 2px;
  font-size: 56px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
}
.rs-banner-section .banner-inner .banner-title {
  font-size: 75px;
  line-height: 75px;
  margin: 0 0 25px;
  font-weight: 700;
  color: #fff;
}
.rs-banner-section .banner-inner .banner-title span {
  display: block;
  color: #a3258f;
}
.rs-banner-section .banner-inner .content {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}
.rs-banner-section .banner-inner .readon {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  padding: 15px 25px;
}
.rs-banner-section .banner-text {
  max-width: 700px;
}
.rs-banner-section2 {
  position: relative;
  overflow: hidden;
}
.rs-banner-section2 img.banner-image {
  width: 100%;
}
.rs-banner-section2 .banner-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-banner-section2 .banner-inner .sl-sub-title,
.rs-banner-section2 .banner-inner .banner-title,
.rs-banner-section2 .banner-inner .banner-title2 {
  color: #fff;
}
.rs-banner-section2 .banner-inner .sl-sub-title {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 50px;
  font-weight: 400;
}
.rs-banner-section2 .banner-inner .banner-title {
  margin: 0 0 6px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 1.1;
  letter-spacing: 5px;
}
.rs-banner-section2 .banner-inner .banner-title span {
  display: block;
  line-height: 1;
}
.rs-banner-section2 .banner-inner .content {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}
.rs-banner-section2 .banner-inner .readon {
  text-transform: uppercase;
  font-size: 17px;
  padding: 15px 45px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  font-weight: 600;
}
.rs-banner-section2 .banner-inner .readon:hover {
  background: #ffffff;
  color: #a3258f;
}
.rs-banner-section2 .animate .circle1 {
  position: absolute;
  right: 40%;
  bottom: 50px;
  height: 150px;
  animation: swing-anim 2s alternate-reverse infinite;
  -webkit-animation: swing-anim 2s alternate-reverse infinite;
}
.rs-banner-section2 .animate .circle2 {
  position: absolute;
  right: 25%;
  top: 300px;
  text-align: right;
  width: 150px;
  animation: swing-anim2 2s alternate-reverse infinite;
  -webkit-animation: swing-anim2 2s alternate-reverse infinite;
}
.rs-banner-section3 {
  background: url(images/bg/home8-banner-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-bottom: 100px;
  background-size: cover;
}
.rs-banner-section3 .countdown-part .sub-title {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #a3258f;
  font-weight: 600;
}
.rs-banner-section3 .countdown-part .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.rs-banner-section3 .countdown-part .counter-wrap {
  max-width: 550px;
}
.rs-banner-section3 .countdown-part .counter-wrap .timecounter-inner .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}
.rs-banner-section3 .countdown-part .counter-wrap .timecounter-inner .time_circles canvas {
  opacity: 1;
}
.rs-banner-section3 .countdown-part .counter-wrap .timecounter-inner .time_circles div {
  position: absolute;
  text-align: left;
  padding-right: 0;
}
.rs-banner-section3 .countdown-part .counter-wrap .timecounter-inner .time_circles div span {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 40px !important;
  margin: 0 0 9px 0;
  color: #a3258f;
}
.rs-banner-section3 .countdown-part .counter-wrap .timecounter-inner .time_circles div h4 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 17px;
  font-size: 12px !important;
}
.rs-banner-section3 .register-form {
  background: rgba(255, 255, 255, 0.6);
}
.rs-banner-section3 .register-form .form-title {
  position: relative;
  padding: 30px 65px 36px;
  margin-bottom: 50px;
}
.rs-banner-section3 .register-form .form-title .title {
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 10;
  line-height: 1.4;
  font-size: 22px;
}
.rs-banner-section3 .register-form .form-title:after {
  position: absolute;
  height: 100%;
  width: 100%;
  clip-path: polygon(-115.5% 0, 113% 0, 76% 100%);
  left: 0;
  background-color: #a3258f;
  top: 0;
  content: "";
}
.rs-banner-section3 .register-form .form-group {
  padding: 0 50px 5px;
}
.rs-banner-section3 .register-form .form-group .from-control {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  padding: 10px 14px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: 0;
}
.rs-banner-section3 .register-form .form-group input[type=submit] {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  -webkit-appearance: button;
  cursor: pointer;
  background: #a3258f;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  outline: 0;
  transition: 0.4s;
  font-weight: 600;
}
.rs-banner-section3 .register-form .form-group input[type=submit]:hover {
  color: #ffffff;
  background: #a3258f;
}
.rs-banner-section3 .register-form .form-group .select-option {
  position: relative;
}
.rs-banner-section3 .register-form .form-group .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #b1b1b1;
  opacity: 1;
  z-index: 11;
  position: relative;
}
.rs-banner-section3 .register-form .form-group .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #b1b1b1;
  right: 15px;
  position: absolute;
  top: 11px;
  z-index: 12;
  font-size: 22px;
  pointer-events: none;
}
/* ------------------------------------
    06. Breadcrumbs
---------------------------------------*/
.rs-breadcrumbs {
  padding: 100px 0 35px;
}
.rs-breadcrumbs .page-title {
  margin: 80px 0 100px;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rs-breadcrumbs ul {
  padding: 0;
}
.rs-breadcrumbs ul li {
  color: #a3258f;
  display: inline-block;
  font-weight: 400;
}
.rs-breadcrumbs ul li a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs ul li a:before,
.rs-breadcrumbs ul li a:after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs ul li a:before {
  right: 13px;
}
.rs-breadcrumbs ul li a:hover {
  color: #a3258f;
}
.breadcrumbs-overlay {
  position: relative;
  z-index: 1;
}
.breadcrumbs-overlay:after {
  content: '';
  position: absolute;
  background-color: rgba(17, 17, 17, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* ------------------------------------
    07. Services
---------------------------------------*/
.rs-services-style7 .Services-wrap .Services-item {
  position: relative;
  overflow: hidden;
}
.rs-services-style7 .Services-wrap .Services-item:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-icon img {
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all .5s ease 0s;
  z-index: 10;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i {
  webkit-animation-name: rs-animation-scale-up;
  animation-name: rs-animation-scale-up;
  display: none;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i:before {
  color: #a3258f;
  font-size: 40px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title a {
  color: #ffffff;
}
.rs-services-style7 .Services-wrap .Services-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc {
  bottom: 50%;
  transform: translateY(50%);
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc i {
  display: block;
}
.rs-services-style7 .content-part .sub-text {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #a3258f;
  font-weight: 600;
}
.rs-services-style7 .content-part .title {
  font-size: 30px;
  line-height: 40px;
  color: #212121;
  font-weight: 700;
  margin: 0;
}
.rs-services-style7 .content-part p {
  font-size: 16px;
  line-height: 27px;
  color: #505050;
  margin: 0;
}
.banner-area .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 75px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
/* ------------------------------------
    07. Services
---------------------------------------*/
.rs-services-style1 .services-item {
  background-color: #212121;
  padding: 25px 17px 17px;
  box-shadow: 0 4px 2px -2px #000000;
  z-index: 1;
  position: relative;
  min-height: 270px;
  top: -30px;
  transition: all 0.3s ease 0s;
}
.rs-services-style1 .services-item:hover {
  background-color: #a3258f;
}
.rs-services-style1 .services-item:hover .services-icon {
  background-color: #a3258f;
}
.rs-services-style1 .services-item:hover .services-icon,
.rs-services-style1 .services-item:hover .services-desc p {
  color: #fff;
}
.rs-services-style1 .services-desc {
  text-align: center;
  margin-top: 6px;
}
.rs-services-style1 .services-desc p {
  color: #cccccc;
  margin-bottom: 0;
}
.rs-services-style1 .services-desc .services-title {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 7px;
  z-index: 10;
}
.rs-services-style1 .services-icon {
  height: 130px;
  width: 130px;
  background-color: #212121;
  line-height: 88px;
  text-align: center;
  position: absolute;
  top: -50px;
  z-index: -1;
  font-size: 40px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.rs-services-style1 .services-icon i {
  display: inline-block;
}
.home5 .rs-services-style1 .services-item {
  margin-top: 0;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.home5 .rs-services-style1 .services-item.blue-color {
  box-shadow: 0px 4px 13px #046875;
}
.home5 .rs-services-style1 .services-item.blue-color,
.home5 .rs-services-style1 .services-item.blue-color .services-icon {
  background: #00bcd4;
}
.home5 .rs-services-style1 .services-item.orange-color {
  box-shadow: 0px 4px 13px #9c510b;
}
.home5 .rs-services-style1 .services-item.orange-color,
.home5 .rs-services-style1 .services-item.orange-color .services-icon {
  background: #fc7f0c;
}
.home5 .rs-services-style1 .services-item.purple-color {
  box-shadow: 0px 4px 13px #50154f;
}
.home5 .rs-services-style1 .services-item.purple-color,
.home5 .rs-services-style1 .services-item.purple-color .services-icon {
  background: #92278f;
}
.home5 .rs-services-style1 .services-item.red-color {
  box-shadow: 0px 4px 13px #75231a;
}
.home5 .rs-services-style1 .services-item.red-color,
.home5 .rs-services-style1 .services-item.red-color .services-icon {
  background: #e84b3a;
}
.home5 .rs-services-style1 .services-item .services-icon {
  color: #fff;
  top: -50px;
  line-height: 90px;
  font-size: 40px;
}
.home5 .rs-services-style1 .services-item .services-desc {
  position: relative;
  z-index: 111;
  margin-top: 6px;
}
.home5 .rs-services-style1 .services-item .services-desc .services-title {
  margin-bottom: 6px;
  position: relative;
}
.home5 .rs-services-style1 .services-item .services-desc p {
  color: #eee;
}
/* ------------------------------------
    34. About Us Style8
---------------------------------------*/
.rs-about-style8 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 0;
}
.rs-about-style8 ul li {
  flex-basis: 34%;
  position: relative;
  padding-left: 24px;
  padding-bottom: 7px;
}
.rs-about-style8 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: FontAwesome;
  color: #a3258f;
  transition: all .5s ease;
}
.rs-about-style8 .author-section .course-author {
  display: flex;
  align-items: center;
}
.rs-about-style8 .author-section .align-img {
  margin-right: 20px;
}
.rs-about-style8 .author-section .align-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.rs-about-style8 .author-section .author-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #212121;
}
.rs-about-style8 .author-section .author-content p {
  margin-bottom: 0;
}
/* ------------------------------------
    08. About Us Style
---------------------------------------*/
.rs-about-style7 .content-part .play-btn {
  position: relative;
}
.rs-about-style7 .content-part .play-btn .pulse-btn {
  position: absolute;
  background: #a3258f;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  font-size: 30px;
  color: #ffffff;
  z-index: 1;
}
.rs-about-style7 .content-part .play-btn .pulse-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 2px solid #a3258f;
  border-radius: 50%;
  transition: all 200ms;
  animation: pulse-border 1500ms ease-out infinite;
}
.rs-about-style7 .content-part .play-btn .pulse-btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  transition: all 200ms;
  border: 2px solid #a3258f;
}
.rs-about-style7 .content-part .sub-title {
  display: block;
  font-size: 18px;
  color: #a3258f;
  font-weight: 600;
}
.rs-about-style7 .content-part .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  margin: 0;
}
.rs-about-style7 .content-part p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  margin: 0;
}
.rs-about-style8 .content-part .play-btn {
  position: relative;
}
.rs-about-style8 .content-part .play-btn .pulse-btn {
  position: absolute;
  background: #a3258f;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #ffffff;
  z-index: 1;
}
.rs-about-style8 .content-part .play-btn .pulse-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 2px solid #a3258f;
  border-radius: 50%;
  transition: all 200ms;
  animation: pulse-border 1500ms ease-out infinite;
}
.rs-about-style8 .content-part .play-btn .pulse-btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  transition: all 200ms;
  border: 2px solid #a3258f;
}
.rs-about-style8 .content-part .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  margin: 0;
}
/* ------------------------------------
    08. About Us
---------------------------------------*/
.rs-about .about-img {
  position: relative;
}
.rs-about .about-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-about .about-img:hover:after {
  opacity: 1;
}
.rs-about .about-img .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.rs-about .about-img .popup-youtube:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  background: #a3258f;
  border-radius: 50%;
  padding-left: 8px;
  color: #fff;
}
.rs-about .about-desc {
  margin-bottom: 30px;
}
.rs-about .about-desc h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.rs-about .about-desc p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
.vision-desc p:last-child,
.about-desc p:last-child {
  margin-bottom: 0;
}
.home5 .sec-title {
  margin-bottom: 20px;
}
.home5 .sec-title h3:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.home5 .acdn-title {
  color: #92278f;
}
.home5 #accordion .card .card-header .acdn-title:not(.collapsed) {
  background: #92278f;
}
.rs-about-2 .sec-title h3 {
  font-size: 30px;
}
.rs-about-2 .about-signature h4 {
  margin-bottom: 0;
  font-size: 20px;
}
.rs-about-2 .about-signature span {
  font-size: 14px;
}
#rs-about {
  margin-top: -30px;
}
/* ------------------------------------
    30. Course Categories
---------------------------------------*/
.rs-courses-style7 .item {
  text-align: center;
  margin-bottom: 50px;
  border-radius: 8px;
  position: relative;
}
.rs-courses-style7 .item .cource-img img {
  border-radius: 8px;
}
.rs-courses-style7 .item .content-part {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all .5s ease 0s;
  z-index: 10;
}
.rs-courses-style7 .item .content-part .btn-part {
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-courses-style7 .item .content-part .btn-part i:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #a3258f;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
}
.rs-courses-style7 .item .content-part .cource-title {
  font-size: 23px;
  margin-bottom: 0;
  margin-top: 12px;
  font-weight: 600;
}
.rs-courses-style7 .item .content-part .cource-title a {
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.rs-courses-style7 .item .content-part .courses-sub {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.rs-courses-style7 .item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
}
.rs-courses-style7 .item:hover .content-part .btn-part {
  opacity: 1 !important;
}
.rs-courses-style7 .item:hover .content-part .cource-title a {
  color: #212121;
}
.rs-courses-style7 .item:hover .content-part .courses-sub {
  color: #505050;
}
.rs-courses-style7 .item:hover:after {
  opacity: 0.8;
  visibility: visible;
}
/* ------------------------------------
    09. rs courses style
---------------------------------------*/
.rs-courses .cource-item {
  border: 1px solid #dddddd;
}
.rs-courses .cource-item .cource-img {
  position: relative;
  margin-bottom: 22px;
}
.rs-courses .cource-item .cource-img img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.rs-courses .cource-item .cource-img .course-value {
  position: absolute;
  bottom: -25px;
  right: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #a3258f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  z-index: 1;
}
.rs-courses .cource-item .course-body {
  text-align: center;
  padding: 0 20px;
}
.rs-courses .cource-item .course-body .course-category {
  display: inline-block;
}
.rs-courses .cource-item .course-body .course-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-courses .cource-item .course-body .course-title a {
  color: #212121;
}
.rs-courses .cource-item .course-body .course-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.rs-courses .cource-item .course-body .review-wrap .rating {
  display: inline-block;
  color: #a3258f;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  line-height: 10px;
}
.rs-courses .cource-item .course-body .review-wrap .review {
  line-height: 10px;
  display: inline-block;
}
.rs-courses .cource-item .course-body .course-desc {
  margin-top: 10px;
}
.rs-courses .cource-item .course-body .course-desc p {
  margin: 0 0 22px;
}
.rs-courses .cource-item .course-footer {
  padding: 15px 20px;
  background-color: #f0f0f0;
  text-align: center;
}
.rs-courses .cource-item .course-footer div {
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: 19px;
}
.rs-courses .cource-item .course-footer div span {
  display: block;
  font-size: 14px;
  color: #212121;
  font-weight: 500;
}
.rs-courses .cource-item .course-footer div span.label {
  font-weight: 700;
}
.rs-courses .cource-item .course-footer div div {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #ccc;
}
.rs-courses .cource-item.blue-color .course-footer {
  background: #00bcd4;
}
.rs-courses .cource-item.orange-color .course-footer {
  background: #fc7f0c;
}
.rs-courses .cource-item.purple-color .course-footer {
  background: #92278f;
}
.rs-courses .cource-item.red-color .course-footer {
  background: #e84b3a;
  box-shadow: 0 12px 20px #f4f5ff;
}
.rs-courses.rs-courses-style6 .cource-item {
  margin-bottom: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06) !important;
  background: #ffffff !important;
  min-height: 375px;
  border-radius: 8px;
}
.rs-courses.rs-courses-style6 .cource-item .cource-img img {
  border-radius: 8px;
}
.rs-courses.rs-courses-style6 .cource-item .cource-img .course-value {
  bottom: 0;
  right: 0;
  top: 20px;
  height: 30px;
  width: 85px;
  line-height: 30px;
  text-align: center;
  background-color: #a3258f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}
.rs-courses.rs-courses-style6 .cource-item .cource-img .img-part img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #a3258f;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.rs-courses.rs-courses-style6 .cource-item .course-body {
  background: #ffffff !important;
}
.rs-courses.rs-courses-style6 .cource-item .course-body span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.rs-courses.rs-courses-style6 .cource-item .course-body span a {
  color: #505050;
}
.rs-courses.rs-courses-style6 .cource-item .course-body span a:hover {
  color: #a3258f;
}
.rs-courses.rs-courses-style6 .cource-item .course-body .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.rs-courses.rs-courses-style6 .cource-item .course-body .title a {
  color: #212121;
}
.rs-courses.rs-courses-style6 .cource-item .course-body .title a:hover {
  color: #a3258f;
}
.rs-courses.rs-courses-style6 .cource-item .course-footer {
  background: none;
}
.rs-courses.rs-courses-style6 .cource-item .course-footer .courses-seats {
  margin-right: 30px;
}
.rs-courses.rs-courses-style6 .cource-item .course-footer .courses-seats i:before {
  color: #505050;
  font-size: 18px;
  padding-right: 5px;
}
.rs-courses.rs-courses-style6 .cource-item .course-footer .review-wrap .rating li {
  color: #a3258f;
  font-size: 18px;
}
.rs-courses.rs-courses-style7-new2 .cource-item {
  margin-bottom: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06) !important;
  background: #ffffff !important;
  min-height: 345px;
  border-radius: 0 0 8px 4px !important;
}
.rs-courses.rs-courses-style7-new2 .cource-item .cource-img .course-value {
  bottom: 0;
  right: 0;
  height: 30px;
  width: 85px;
  line-height: 30px;
  text-align: center;
  background-color: #a3258f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}
.rs-courses.rs-courses-style7-new2 .cource-item .cource-img .img-part img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #a3258f;
  position: absolute;
  bottom: -20px;
  left: 45px;
  transform: translateX(-50%);
  z-index: 1;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body {
  background: #ffffff !important;
  text-align: left;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body span a {
  color: #505050;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body span a:hover {
  color: #a3258f;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body .title a {
  color: #212121;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-body .title a:hover {
  color: #a3258f;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-footer {
  background: none;
  text-align: left;
  padding-bottom: 20px;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-footer .courses-seats {
  margin-right: 30px;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-footer .courses-seats i:before {
  color: #505050;
  font-size: 18px;
  padding-right: 5px;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-footer .review-wrap .rating li {
  color: #a3258f;
  font-size: 18px;
}
.rs-courses.rs-courses-style7-new2 .cource-item .course-footer .desc {
  font-size: 15px;
  color: #505050;
  line-height: 27px;
  margin: 0;
}
.event-item .events-details {
  margin-top: -20px;
  padding: 15px;
}
.event-item .events-details.white-bg {
  background: #fff;
}
.event-item .event-img,
.cource-item .event-img,
.event-item .cource-img,
.cource-item .cource-img {
  position: relative;
}
.event-item .event-img:after,
.cource-item .event-img:after,
.event-item .cource-img:after,
.cource-item .cource-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.event-item .event-img .image-link,
.cource-item .event-img .image-link,
.event-item .cource-img .image-link,
.cource-item .cource-img .image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color: #a3258f;
  z-index: 11;
}
.event-item .event-img .image-link:hover,
.cource-item .event-img .image-link:hover,
.event-item .cource-img .image-link:hover,
.cource-item .cource-img .image-link:hover {
  color: #fff;
}
.event-item .event-img .image-link i,
.cource-item .event-img .image-link i,
.event-item .cource-img .image-link i,
.cource-item .cource-img .image-link i {
  font-size: 22px;
  font-weight: 400;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.event-item:hover .event-img:after,
.cource-item:hover .event-img:after,
.event-item:hover .cource-img:after,
.cource-item:hover .cource-img:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.event-item:hover .event-img .image-link i,
.cource-item:hover .event-img .image-link i,
.event-item:hover .cource-img .image-link i,
.cource-item:hover .cource-img .image-link i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home5 .rs-courses .cource-item {
  border-color: #eee;
  background: #eee;
  border-radius: 0 0 30px 30px;
}
.home5 .rs-courses .cource-item .cource-img {
  margin-bottom: 0;
}
.home5 .rs-courses .cource-item .course-body {
  padding-top: 30px;
  background: #eee;
}
.home5 .rs-courses .cource-item .course-body .course-title a {
  color: #92278f;
}
.home5 .rs-courses .cource-item .course-footer {
  border-radius: 30px;
}
.home5 .rs-courses .cource-item .course-footer > div span {
  color: #fff;
}
.rs-courses-2 {
  padding-bottom: 40px;
}
.rs-courses-2 .cource-item {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
}
.rs-courses-2 .cource-item .cource-img {
  position: relative;
  overflow: hidden;
}
.rs-courses-2 .cource-item .cource-img img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}
.rs-courses-2 .cource-item .cource-img .course-value {
  position: absolute;
  bottom: -25px;
  right: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #a3258f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50%;
}
.rs-courses-2 .cource-item .course-body {
  padding: 20px 25px 25px;
  transition: all 0.5s ease 0s;
}
.rs-courses-2 .cource-item .course-body .course-category {
  display: inline-block;
}
.rs-courses-2 .cource-item .course-body .course-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-courses-2 .cource-item .course-body .course-title a {
  color: #212121;
  transition: all 0.35s ease 0s;
}
.rs-courses-2 .cource-item .course-body .course-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.rs-courses-2 .cource-item .course-body .course-desc {
  margin-top: 12px;
}
.rs-courses-2 .cource-item .course-body .course-desc p {
  margin-bottom: 0;
  transition: all 0.35s ease 0s;
}
.rs-courses-2 .cource-item .cource-btn {
  background-color: #a3258f;
  border: 2px solid #a3258f;
  display: inline-block;
  margin-top: 20px;
  padding: 2px 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.rs-courses-2 .cource-item .cource-btn:hover {
  background-color: #a3258f;
  border-color: #a3258f;
}
.rs-courses-2 .cource-item:hover .course-body {
  background-color: #212121;
}
.rs-courses-2 .cource-item:hover .course-body .course-title a {
  color: #fff;
}
.rs-courses-2 .cource-item:hover .course-body p {
  color: rgba(255, 255, 255, 0.7);
}
.rs-courses-2 .cource-item:hover .cource-btn {
  background-color: #fff;
  border-color: #fff;
  color: #a3258f;
}
.rs-courses-2 .cource-item:hover .cource-btn:hover {
  background-color: #a3258f;
  border-color: #a3258f;
  color: #fff;
}
.rs-courses-2 .cource-item:hover .cource-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.rs-courses-2 .view-more {
  bottom: auto;
}
.rs-courses-2 .container {
  overflow: hidden;
}
.rs-courses-2 .row.grid {
  min-height: 500px !important;
}
.rs-courses-3 .row.grid {
  min-height: 500px;
  overflow: hidden;
}
.rs-courses-3 .course-item {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  transition: all 0.35s ease 0s;
}
.rs-courses-3 .course-item .course-img {
  position: relative;
  margin: -1px -1px 0 -1px;
}
.rs-courses-3 .course-item .course-img:before {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.rs-courses-3 .course-item .course-img img {
  width: 100%;
}
.rs-courses-3 .course-item .course-img .course-value {
  position: absolute;
  bottom: -30px;
  right: 22px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #a3258f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
}
.rs-courses-3 .course-item .course-toolbar {
  position: absolute;
  width: 100%;
  bottom: 15px;
  padding: 0 20px;
}
.rs-courses-3 .course-item .course-toolbar .course-category {
  margin-bottom: 3px;
}
.rs-courses-3 .course-item .course-toolbar .course-category a {
  font-size: 24px;
  color: #ffffff;
}
.rs-courses-3 .course-item .course-toolbar .course-category a:hover {
  color: #a3258f;
}
.rs-courses-3 .course-item .course-toolbar .course-date,
.rs-courses-3 .course-item .course-toolbar .course-duration {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
.rs-courses-3 .course-item .course-toolbar .course-date i,
.rs-courses-3 .course-item .course-toolbar .course-duration i {
  margin-right: 3px;
}
.rs-courses-3 .course-item .course-toolbar .course-duration {
  margin-left: 12px;
}
.rs-courses-3 .course-item .course-body .course-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-courses-3 .course-item .course-body .course-title a {
  color: #212121;
}
.rs-courses-3 .course-item .course-body .course-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.rs-courses-3 .course-item .course-body .course-desc {
  padding: 20px;
}
.rs-courses-3 .course-item .course-body .course-desc p {
  margin-bottom: 0;
  transition: all 0.35s ease 0s;
}
.rs-courses-3 .course-item:hover {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.1);
}
.rs-courses-3 .course-item:hover .course-img:before {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.rs-courses-3 .course-footer {
  padding: 15px 20px;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-weight: 600;
  font-size: 15px;
}
.rs-courses-3 .course-footer .course-button a {
  color: #505050;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
.rs-courses-3 .course-footer .course-button a:hover {
  color: #a3258f;
}
.rs-courses-3 .course-footer .course-button a:after {
  font-family: fontAwesome;
  content: "\f101";
  position: absolute;
  right: 0;
}
.rs-courses-3 .view-more {
  bottom: auto;
}
.rs-courses-list .course-item {
  margin-bottom: 40px;
}
.rs-courses-list .course-item .course-img {
  position: relative;
}
.rs-courses-list .course-item .course-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-courses-list .course-item .course-img .image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #a3258f;
  color: #ffffff;
  font-size: 18px;
  transform: translateX(-50%) translateY(-50%) scale(0.7);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-courses-list .course-item .course-img .image-link:hover {
  background-color: #a3258f;
}
.rs-courses-list .course-item .course-img:hover:before {
  opacity: 1;
}
.rs-courses-list .course-item .course-img:hover .image-link {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.rs-courses-list .course-category {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}
.rs-courses-list .course-category a {
  color: #505050;
}
.rs-courses-list .course-title {
  font-size: 24px;
  margin-bottom: 7px;
}
.rs-courses-list .course-title a {
  color: #212121;
}
.rs-courses-list .course-title a:hover {
  color: #a3258f;
}
.rs-courses-list .course-date,
.rs-courses-list .course-value {
  display: inline-block;
  font-size: 14px;
  color: #777777;
  font-weight: 600;
}
.rs-courses-list .course-value {
  margin-left: 12px;
}
.rs-courses-list .course-value span {
  color: #a3258f;
}
.rs-courses-list .course-body {
  margin-top: 12px;
}
.rs-courses-list .course-button a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 170px;
  padding: 0 20px;
  background-color: #a3258f;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}
.rs-courses-list .course-button a:hover {
  background-color: #a3258f;
}
.gridFilter {
  margin-bottom: 35px;
}
.gridFilter button {
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  color: #505050;
  cursor: pointer;
}
.gridFilter button.active {
  color: #a3258f;
}
.gridFilter button + button {
  margin-left: 20px;
}
.rs-courses-categories .container {
  overflow: hidden;
}
.rs-courses-categories .container .col-lg-3 {
  margin-bottom: 30px;
}
.rs-courses-categories .courses-item {
  text-align: center;
  background-color: #f0f0f0;
  padding: 30px 30px 22px;
}
.rs-courses-categories .courses-item .courses-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 18px;
}
.rs-courses-categories .courses-item .courses-title a {
  color: #212121;
}
.rs-courses-categories .courses-item .courses-title a:hover {
  color: #a3258f;
}
.rs-courses-categories .courses-item .courses-amount {
  font-size: 13px;
  font-weight: 600;
  color: #505050;
}
.rs-courses-categories .courses-item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #a3258f;
  color: #ffffff;
  border-radius: 50%;
  font-size: 36px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.rs-courses-categories .courses-item:hover {
  background-color: #d0d0d0;
}
.rs-courses-categories .courses-item:hover i {
  background-color: #212121;
  color: #a3258f;
  transform: rotate(360deg);
}
.rs-learning-objectives .container {
  overflow: hidden;
}
.rs-learning-objectives .container .col-lg-3 {
  margin-bottom: 30px;
}
.rs-learning-objectives .courses-item {
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding: 65px 15px 15px;
  margin-bottom: 30px;
  transition: 0.4s;
}
.rs-learning-objectives .courses-item .courses-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 18px;
}
.rs-learning-objectives .courses-item .courses-title a {
  color: #212121;
}
.rs-learning-objectives .courses-item .courses-title a:hover {
  color: #a3258f;
}
.rs-learning-objectives .courses-item i {
  color: #a3258f;
  font-size: 60px;
}
.rs-learning-objectives .courses-item:hover {
  border-color: #a3258f;
}
.sidebar-area .title {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.sidebar-area .search-box {
  margin-bottom: 45px;
}
.sidebar-area .search-box .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #101010;
  padding: 5px 15px;
  height: 45px;
}
.sidebar-area .search-box .box-search {
  position: relative;
}
.sidebar-area .search-box .btn {
  position: absolute;
  right: 3px;
  background: transparent;
  border: none;
  box-shadow: none;
  top: 50%;
  outline: none;
  transform: translateY(-50%);
}
.sidebar-area .cate-box {
  margin-bottom: 45px;
}
.sidebar-area .cate-box ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .cate-box ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  cursor: pointer;
}
.sidebar-area .cate-box ul li a {
  color: #505050;
  padding: 0 0 0 5px;
}
.sidebar-area .cate-box ul li a span {
  float: right;
}
.sidebar-area .cate-box ul li:first-child {
  padding-top: 0;
}
.sidebar-area .cate-box ul li:hover i,
.sidebar-area .cate-box ul li:hover a {
  color: #a3258f;
}
.sidebar-area .latest-courses {
  margin-bottom: 45px;
}
.sidebar-area .latest-courses .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.sidebar-area .latest-courses .post-item .post-img {
  width: 33.33%;
  transition: all 0.3s ease 0s;
  float: left;
}
.sidebar-area .latest-courses .post-item .post-desc {
  width: 66.66%;
  padding-left: 20px;
  float: left;
}
.sidebar-area .latest-courses .post-item .post-desc h4 {
  margin-bottom: 5px;
}
.sidebar-area .latest-courses .post-item .post-desc h4 a {
  font-size: 16px;
  color: #212121;
}
.sidebar-area .latest-courses .post-item .post-desc h4 a:hover {
  color: #a3258f;
}
.sidebar-area .latest-courses .post-item .post-desc .duration {
  font-weight: 600;
  color: #777777;
}
.sidebar-area .latest-courses .post-item .post-desc .price {
  margin-left: 8px;
  font-weight: 600;
  color: #777777;
}
.sidebar-area .latest-courses .post-item .post-desc .price span {
  color: #a3258f;
}
.sidebar-area .latest-courses .post-item + .post-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.sidebar-area .latest-courses .post-item:hover .post-img {
  opacity: 0.7;
}
.sidebar-area .tags-cloud {
  margin-bottom: 39px;
}
.sidebar-area .tags-cloud ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .tags-cloud ul li {
  float: left;
  list-style: none;
}
.sidebar-area .tags-cloud ul li a {
  border: 1px solid #d7d7d7;
  padding: 5px 13px;
  margin: 0 6px 6px 0;
  display: block;
  color: #505050;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}
.sidebar-area .tags-cloud ul li a:hover {
  background-color: #a3258f;
  border-color: #a3258f;
  color: #ffffff;
}
.sidebar-area .newsletter {
  background: #f0f0f0;
  text-align: center;
  padding: 30px 40px;
}
.sidebar-area .newsletter h4 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.sidebar-area .newsletter p {
  font-size: 15px;
  color: #505050;
  margin: 7px 0 20px;
}
.sidebar-area .newsletter .box-newsletter {
  position: relative;
}
.sidebar-area .newsletter .box-newsletter .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #212121;
  padding: 5px 20px;
  height: 50px;
  border-color: #a3258f;
}
.sidebar-area .newsletter .box-newsletter .btn {
  position: absolute;
  right: 3px;
  background: #a3258f;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ffffff;
  display: block;
  padding: 11px 17px;
  border-radius: 0;
  text-align: center;
}
.sidebar-area .newsletter .box-newsletter .btn:hover {
  background: #a3258f;
}
.sidebar-area .course-features-info {
  margin-bottom: 20px;
  background: #212121;
  padding: 15px;
  color: #fff;
}
.sidebar-area .course-features-info .desc-title {
  color: #a3258f;
  margin: 10px 0 8px;
}
.sidebar-area .course-features-info ul li {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.sidebar-area .course-features-info ul li + li {
  border-top: 1px solid #414141;
}
.sidebar-area .course-features-info ul li i {
  color: #a3258f;
}
.sidebar-area .course-features-info ul li .label {
  padding-left: 10px;
}
.sidebar-area .course-features-info ul li .value {
  float: right;
  padding-right: 5px;
}
.space-bt30 {
  margin-bottom: 30px;
}
.space-bt30 .event-item {
  margin-bottom: 0 !important;
}
.rs-search-courses {
  padding: 70px 0;
  position: relative;
  margin-top: -100px;
  z-index: 10;
}
.rs-search-courses:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-color: #212121;
  z-index: -1;
  display: block;
}
.rs-search-courses select,
.rs-search-courses button,
.rs-search-courses input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  color: #777;
  border: none;
}
.rs-search-courses ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #000;
  opacity: 1 !important;
}
.rs-search-courses ::-moz-placeholder {
  /* Firefox 19+ */

  color: #777;
  opacity: 1 !important;
}
.rs-search-courses :-ms-input-placeholder {
  /* IE 10+ */

  color: #777;
  opacity: 1 !important;
}
.rs-search-courses :-moz-placeholder {
  /* Firefox 18- */

  color: #777;
  opacity: 1 !important;
}
.rs-search-courses select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.rs-search-courses .categories,
.rs-search-courses .level {
  position: relative;
}
.rs-search-courses .categories:before,
.rs-search-courses .level:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0d7";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rs-search-courses .search-btn button {
  background-color: #a3258f;
  border-color: #a3258f;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.rs-search-courses .search-btn button:hover,
.rs-search-courses .search-btn button:focus {
  background-color: #a3258f;
}
/* ------------------------------------
    10. Courses Details
---------------------------------------*/
.rs-courses-details .detail-img {
  position: relative;
  margin-bottom: 40px;
}
.rs-courses-details .detail-img img {
  transition: all 0.3s ease 0s;
}
.rs-courses-details .detail-img:hover img {
  opacity: 0.9;
}
.rs-courses-details .detail-img .course-seats {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 15px;
  width: 78px;
  height: 78px;
  line-height: 21px;
  border-radius: 50%;
  text-align: center;
  background-color: #a3258f;
  color: #fff;
  font-weight: 600;
  padding-top: 18px;
}
.rs-courses-details .detail-img .course-seats span {
  display: block;
}
.rs-courses-details .detail-img .course-seats.price {
  right: auto;
  left: 25px;
  padding-top: 0;
  line-height: 78px;
}
.rs-courses-details .course-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.rs-courses-details .course-instructor {
  padding: 20px 25px 16px;
  background-color: #f9f9f9;
  position: relative;
}
.rs-courses-details .course-instructor p {
  margin-bottom: 0;
}
.rs-courses-details .course-instructor .instructor-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.rs-courses-details .instructor-inner {
  display: -webkit-flex;
  display: flex;
}
.rs-courses-details .instructor-inner .instructor-img img {
  height: 100px;
  width: 100px;
  transition: all 0.3s ease 0s;
}
.rs-courses-details .instructor-inner .instructor-img:hover img {
  opacity: 0.8;
}
.rs-courses-details .instructor-inner .instructor-body {
  padding-left: 18px;
}
.rs-courses-details .instructor-inner .instructor-body .name {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0;
}
.rs-courses-details .instructor-inner .instructor-body .designation {
  font-size: 14px;
  font-weight: 600;
}
.rs-courses-details .instructor-inner .instructor-body .social-icon {
  margin-top: 15px;
}
.rs-courses-details .instructor-inner .instructor-body .social-icon a i {
  font-size: 17px;
  margin-right: 6px;
}
.rs-courses-details .short-desc {
  margin-top: 15px;
}
.rs-courses-details .info-list {
  font-weight: 600;
  font-size: 15px;
}
.rs-courses-details .info-list ul li {
  color: #777777;
  margin-bottom: 6px;
}
.rs-courses-details .info-list ul li span {
  color: #212121;
}
.rs-courses-details .apply-btn {
  position: absolute;
  right: 16px;
  bottom: 10px;
}
.rs-courses-details .apply-btn a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 147px;
  padding: 0 20px;
  background-color: #a3258f;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.rs-courses-details .apply-btn a:hover {
  background-color: #a3258f;
}
.rs-courses-details .course-desc .desc-title {
  font-size: 19px;
  margin-bottom: 12px;
}
.rs-courses-details .course-desc .desc-text p {
  margin-bottom: 18px;
}
.rs-courses-details .course-desc .share-area {
  padding: 15px;
  border: 1px solid #ccc;
}
.rs-courses-details .course-desc .share-area h3 {
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
}
.rs-courses-details .course-desc .share-area .share-inner {
  text-align: right;
}
.rs-courses-details .course-desc .share-area .share-inner a {
  display: inline-block;
  min-width: 88px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  color: #505050;
  padding: 0 12px;
  font-weight: 600;
}
.rs-courses-details .course-desc .share-area .share-inner a + a {
  margin-left: 8px;
}
.rs-courses-details .course-desc .share-area .share-inner a:hover {
  border-color: #a3258f;
  color: #a3258f;
}
.rs-courses-details .course-desc .course-syllabus {
  padding: 15px 0 35px;
}
.rs-courses-details .course-desc .course-syllabus h3.desc-title {
  padding-bottom: 10px;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus {
  padding-left: 15px;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li {
  display: block;
  padding-top: 6px;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li strong {
  padding-right: 5px;
  display: block;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li span {
  padding-left: 20px;
  position: relative;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li span:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  left: 0;
  position: absolute;
  color: #505050;
  top: 0;
}
.rs-courses-details .rs-testimonial .testimonial-item {
  text-align: center;
}
.rs-courses-details .rs-testimonial .testimonial-item .testi-desc:after,
.rs-courses-details .rs-testimonial .testimonial-item .testi-desc:before {
  display: none;
}
.rs-courses-details .rs-testimonial .testimonial-item .cl-client-rating i {
  color: #ffaa30;
}
.rs-courses-details ul.course-meta-style li {
  float: left;
  padding-right: 30px;
  position: relative;
}
.rs-courses-details ul.course-meta-style li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 1px;
  height: 40px;
  background: #e1e1e1;
}
.rs-courses-details ul.course-meta-style li:last-child {
  padding-right: 0;
}
.rs-courses-details ul.course-meta-style li:last-child:before {
  display: none;
}
.rs-courses-details ul.course-meta-style li.author {
  overflow: hidden;
}
.rs-courses-details ul.course-meta-style li.author .author-name,
.rs-courses-details ul.course-meta-style li.author .image {
  float: left;
}
.rs-courses-details ul.course-meta-style li.author .author-name {
  padding-left: 15px;
}
.rs-courses-details ul.course-meta-style li a {
  color: #212121;
  font-weight: 600;
}
.rs-courses-details ul.course-meta-style li i {
  color: #ffaa30;
}
.rs-courses-details .btn-area {
  text-align: right;
}
.rs-courses-details .btn-area a {
  background: #a3258f;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
}
.rs-courses-details .btn-area a:hover {
  background: #a3258f;
}
.rs-courses-details .course-des-tabs {
  margin-top: 15px;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan {
  margin: 0;
  border: 0;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item {
  width: 50%;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item a {
  border: 1px solid #eee;
  background: #f9f9f9;
  border-right: 0;
  color: #212121;
  font-weight: 600;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item a.active {
  position: relative;
  background: #fff;
  border-bottom: none;
  color: #a3258f;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item a.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  height: 2px;
  z-index: 10;
  width: 100%;
  background: #a3258f;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item:last-child a {
  border-right: 1px solid #eee;
}
.rs-courses-details .course-des-tabs .tab-content {
  border-radius: 0;
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 30px;
}
.rs-courses-details table.table.table-bordered.border-primary {
    border-color: #701a63!important;
}
.pg-area {
    position: relative;
    padding-bottom: 40px;
}
.pg-area h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.ugone-area {
    position: relative;
    padding-bottom: 40px;
}
.ugone-area h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.ugtwo-area {
    position: relative;
    padding-bottom: 40px;
}
.ugtwo-area h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.rs-courses-details .course-des-tabs .tab-content .tab-pane h4.desc-title {
  padding-bottom: 15px;
  position: relative;
}
.rs-courses-details .course-des-tabs .tab-content .tab-pane h4.desc-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #a3258f;
}
.rs-courses-details .course-des-tabs .tab-content .tab-pane ul.requirements-list li {
  position: relative;
  padding-left: 20px;
}
.rs-courses-details .course-des-tabs .tab-content .tab-pane ul.requirements-list li:before {
  border: none;
  color: #a3258f;
  content: "\f101";
  font-family: fontawesome;
  font-size: 14px !important;
  font-size: 9px;
  margin-right: 10px;
  padding: 0;
  left: 0;
  position: absolute;
  top: 1px;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list {
  overflow: hidden;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .image {
  float: left;
  padding-right: 20px;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name {
  overflow: hidden;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name h4 {
  margin: 0 0 5px;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name span {
  margin: 0 0 10px;
  display: block;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .author-name i {
  color: #ffaa30;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list p.dsc {
  display: block;
  clear: both;
  padding-top: 15px;
  margin-bottom: 0;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li {
  display: inline-block;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li a {
  display: block;
  background: #a3258f;
  padding: 3px 0;
  width: 40px;
  text-align: center;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li a i {
  color: #fff;
}
.rs-courses-details .course-des-tabs .tab-content .instructor-list .social-icon li a:hover {
  background: #a3258f;
}
/* ------------------------------------
    11. Rs-counter
---------------------------------------*/
.rs-counter-style7 .rs-counter-list {
  display: flex;
  text-align: left;
}
.rs-counter-style7 .rs-counter-list .icon-part {
  margin-right: 15px;
}
.rs-counter-style7 .rs-counter-list .icon-part i:before {
  font-size: 45px;
  color: #a3258f;
}
.rs-counter-style7 .rs-counter-list .text-part .counter-number {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 6px;
}
.rs-counter-style7 .rs-counter-list .text-part .counter-desc {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.rs-counter-style8 .rs-counter-list {
  display: flex;
  text-align: left;
}
.rs-counter-style8 .rs-counter-list .icon-part {
  margin-top: 30px;
  margin-right: 20px;
}
.rs-counter-style8 .rs-counter-list .icon-part i:before {
  font-size: 60px;
  color: #a3258f;
}
.rs-counter-style8 .rs-counter-list .text-part .counter-number {
  font-size: 45px;
  color: #212121;
  margin: 0;
  padding-bottom: 10px;
}
.rs-counter-style8 .rs-counter-list .text-part .counter-desc {
  font-size: 20px;
  color: #505050;
}
/* ------------------------------------
    11. OUR BEST
---------------------------------------*/
.rs-our-best .rs-calltoaction .sub-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #a3258f;
}
.rs-our-best .rs-calltoaction .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #212121;
  margin: 0;
}
.rs-our-best .rs-calltoaction .desc {
  font-size: 15px;
  line-height: 27px;
  color: #505050;
  margin: 0;
}
/* ------------------------------------
    11. Rs-counter
---------------------------------------*/
.rs-counter .rs-counter-list {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  text-align: center;
  padding: 23px;
  transition: .3s all ease;
}
.rs-counter .rs-counter-list .counter-number {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 6px;
}
.rs-counter .rs-counter-list .counter-desc {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
}
.rs-counter .rs-counter-list:hover {
  border-color: #a3258f;
}
.rs-counter .counter-title {
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 25px;
}
.rs-counter .counter-text p {
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.6);
}
.rs-counter .counter-img {
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}
.rs-counter .counter-img img {
  border-radius: 8px;
}
.rs-counter-style2 .rs-counter-list {
  border: none;
  padding: 0;
}
.rs-counter-style2 .count-icon i {
  font-size: 60px;
  color: #a3258f;
}
.home5 .rs-counter .rs-counter-list {
  border-radius: 30px;
  border: none;
  background: #92278f;
}
.home5 .rs-counter .rs-counter-list .counter-number {
  color: #fff;
}
.home5 .rs-counter .rs-counter-list:hover {
  border-color: #92278f;
}
.home5 .rs-counter .rs-counter-list.blue-color {
  background: #269aa9;
}
.home5 .rs-counter .rs-counter-list.orange-color {
  background: #fc7f0c;
}
.home5 .rs-counter .rs-counter-list.red-color {
  background: #e84b3a;
}
/* ------------------------------------
    12. Upcoming Events
---------------------------------------*/
.rs-events .event-item .event-img {
  margin-bottom: 20px;
}
.rs-events .event-item .event-date {
  font-size: 14px;
  font-weight: 500;
}
.rs-events .event-item .event-date i {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  color: #a3258f;
}
.rs-events .event-item .event-date span {
  color: #505050;
}
.rs-events .event-item .event-title {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 4px;
}
.rs-events .event-item .event-title a {
  color: #212121;
}
.rs-events .event-item .event-title a:hover {
  color: #a3258f;
}
.rs-events .event-item .event-meta {
  font-size: 14px;
}
.rs-events .event-item .event-meta > div {
  display: inline-block;
}
.rs-events .event-item .event-meta > div i {
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
  color: #a3258f;
}
.rs-events .event-item .event-meta .event-time {
  margin-right: 10px;
}
.rs-events .event-item .event-btn {
  margin-top: 18px;
}
.rs-events .event-item .event-btn a {
  font-weight: 500;
}
.rs-events-2 .event-item {
  margin-bottom: 30px;
  background: #f9f9f9;
  border: none;
}
.rs-events-2 .event-item .row {
  margin: 0;
}
.rs-events-2 .event-item [class*="col-"] {
  padding: 0;
}
.rs-events-2 .event-item .event-content {
  padding: 15px 20px 20px 0;
}
.rs-events-2 .event-item .event-img {
  margin: -1px 0 -1px -1px;
  margin-right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-events-2 .event-item .event-img:hover {
  opacity: 0.8;
}
.rs-events-2 .event-item .event-location {
  font-size: 13px;
}
.rs-events-2 .event-item .event-location i {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  color: #a3258f;
}
.rs-events-2 .event-item .event-location span {
  color: #505050;
}
.rs-events-2 .event-item .event-title {
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 1px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.rs-events-2 .event-item .event-title a {
  color: #212121;
}
.rs-events-2 .event-item .event-meta {
  font-size: 13px;
}
.rs-events-2 .event-item .event-meta > div {
  display: inline-block;
}
.rs-events-2 .event-item .event-meta > div i {
  font-size: 15px;
  display: inline-block;
  margin-right: 3px;
  color: #a3258f;
}
.rs-events-2 .event-item .event-meta .event-time {
  margin-left: 10px;
}
.rs-events-2 .event-item .event-desc {
  margin-top: 7px;
}
.rs-events-2 .event-item .event-desc p {
  margin-bottom: 15px;
}
.rs-events-2 .event-item .event-btn a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 130px;
  padding: 0 15px;
  background: #a3258f;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.rs-events-2 .event-item .event-btn a:hover {
  background-color: #a3258f;
  color: #fff;
}
.home5 .event-item .event-date {
  max-width: 170px;
  margin: 0 auto;
  height: 30px;
  background: #92278f;
  margin-top: -32px;
  position: relative;
  top: -13px;
  border-radius: 15px 15px 0 0;
  padding-top: 2px;
  text-align: center;
}
.home5 .event-item .event-date i,
.home5 .event-item .event-date span {
  color: #fff;
}
.home5 .red-color .event-date {
  background: #e84b3a;
}
.home5 .orange-color .event-date {
  background: #fc7f0c;
}
.home5 .blue-color .event-date {
  background: #00bcd4;
}
.rs-event-details #googleMap {
  height: 270px;
  margin-bottom: 30px;
}
.rs-event-details .event-title {
  font-size: 24px;
  margin-bottom: 6px;
}
.rs-event-details .event-title a {
  color: #212121;
}
.rs-event-details .event-title a:hover {
  color: #a3258f;
}
.rs-event-details .event-meta {
  margin-top: 10px;
  margin-bottom: 30px;
}
.rs-event-details .event-meta > div {
  display: inline-block;
  color: #666;
}
.rs-event-details .event-meta > div + div {
  margin-left: 14px;
}
.rs-event-details .event-meta > div i {
  margin-right: 3px;
  color: #a3258f;
}
.rs-event-details .event-img {
  margin-bottom: 25px;
}
.rs-event-details .share-area .share-inner {
  text-align: right;
}
.rs-event-details .share-area .share-inner span {
  display: inline-block;
  margin-right: 5px;
  color: #101010;
  font-weight: 600;
}
.rs-event-details .share-area .share-inner a i {
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #212121;
  transition: all 0.3s ease 0s;
}
.rs-event-details .share-area .share-inner a i:hover {
  border-color: #a3258f;
  color: #a3258f;
}
.rs-event-details .share-area .book-btn a {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  text-align: center;
  min-width: 147px;
  padding: 0 20px;
  border: 2px solid #a3258f;
  color: #212121;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.rs-event-details .share-area .book-btn a:hover {
  background-color: #a3258f;
  color: #ffffff;
}
/* ------------------------------------
    14. Countdown
---------------------------------------*/
.rs-latest-news-style7 .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #212121;
  margin: 0;
}
.rs-latest-news-style7 .rs-latest-list {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item {
  display: flex;
  align-items: center;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-img {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-img img {
  border-radius: 6px;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-content .news-date span {
  font-size: 15px;
  color: #505050;
  font-weight: 500;
  line-height: 26px;
  display: block;
  padding-bottom: 8px;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-content .news-title {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  padding-bottom: 18px;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-content .news-title a {
  color: #212121;
}
.rs-latest-news-style7 .rs-latest-list .latest-wrap .news-list-block .news-list-item .news-content .news-title a:hover {
  color: #a3258f;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new {
  display: flex;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-date {
  margin-right: 30px;
  min-width: 125px;
  border-radius: 10px;
  height: 110px;
  background: #f2f2f2;
  text-align: center;
  display: table;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-date .vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-date .vertical-align .day {
  font-size: 50px;
  font-weight: 600;
  color: #a3258f;
  margin: 0 0 6px;
  line-height: 40px;
  display: block;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-date .vertical-align .month {
  font-size: 20px;
  color: #505050;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-des .title {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 15px;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-des .title a {
  color: #212121;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-des .title a:hover {
  color: #a3258f;
}
.rs-latest-news-style7 .rs-latest-list .event-item-new .event-des p {
  font-size: 15px;
  color: #505050;
  line-height: 27px;
  margin: 0;
}
/* ------------------------------------
    14. PUBLICATION
---------------------------------------*/
.rs-our-publication .owl-stage-outer {
  padding-bottom: 30px;
}
.rs-our-publication .inner-shadow {
  padding: 0 2px;
}
.rs-our-publication .inner-shadow .product-item {
  box-shadow: 0 0 3px #ccc;
  text-align: center;
  transition: all .3s ease 0s;
  background-color: #fff;
  padding-bottom: 40px;
}
.rs-our-publication .inner-shadow .product-item .img-box {
  overflow: hidden;
  margin-bottom: 32px;
}
.rs-our-publication .inner-shadow .product-item .img-box img {
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-title {
  font-size: 20px;
  margin-bottom: 3px;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-title a {
  color: #212121;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-title a:hover {
  color: #a3258f;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-price {
  margin-bottom: 20px;
  font-size: 16px;
  color: #444;
  display: block;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-btn a {
  background: #a3258f;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  text-transform: uppercase;
}
.rs-our-publication .inner-shadow .product-item .content-part .product-btn a:hover {
  color: #ffffff;
  background: #a3258f;
}
.rs-our-publication .inner-shadow:hover .product-item {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-our-publication .inner-shadow:hover .product-item .img-box img {
  transform: scale(1.1);
}
/* ------------------------------------
    14. Countdown
---------------------------------------*/
.rs-countdown-part .countdown-part .sub-title {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #a3258f;
  font-weight: 600;
}
.rs-countdown-part .countdown-part .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #ffffff;
}
.rs-countdown-part .countdown-part .description {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
}
.rs-countdown-part .countdown-part .counter-wrap {
  max-width: 550px;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles canvas {
  opacity: 1;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div {
  position: absolute;
  text-align: left;
  padding-right: 0;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div span {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 40px !important;
  margin: 0 0 9px 0;
  color: #a3258f;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div h4 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 17px;
  font-size: 12px !important;
}
.rs-countdown-part .register-form {
  background: #fff;
}
.rs-countdown-part .register-form .form-title {
  position: relative;
  padding: 30px 65px 36px;
  margin-bottom: 50px;
}
.rs-countdown-part .register-form .form-title .title {
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 10;
  line-height: 1.4;
  font-size: 22px;
}
.rs-countdown-part .register-form .form-title:after {
  position: absolute;
  height: 100%;
  width: 100%;
  clip-path: polygon(-115.5% 0, 113% 0, 76% 100%);
  left: 0;
  background-color: #a3258f;
  top: 0;
  content: "";
}
.rs-countdown-part .register-form .form-group {
  padding: 0 50px 5px;
}
.rs-countdown-part .register-form .form-group .from-control {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  padding: 10px 14px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: 0;
}
.rs-countdown-part .register-form .form-group input[type=submit] {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  -webkit-appearance: button;
  cursor: pointer;
  background: #a3258f;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  outline: 0;
}
.rs-countdown-part .register-form .form-group input[type=submit]:hover {
  color: #ffffff;
  background: #a3258f;
}
.rs-countdown-part .register-form .form-group .select-option {
  position: relative;
}
.rs-countdown-part .register-form .form-group .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #b1b1b1;
  opacity: 1;
  z-index: 11;
  position: relative;
}
.rs-countdown-part .register-form .form-group .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #b1b1b1;
  right: 15px;
  position: absolute;
  top: 11px;
  z-index: 12;
  font-size: 22px;
  pointer-events: none;
}
/* ------------------------------------
    13. Team Member
---------------------------------------*/
.rs-team-style7 .owl-stage-outer {
  padding-bottom: 30px;
}
.rs-team-style7 .item .item-team .team-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.rs-team-style7 .item .item-team .team-img:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: .3s all ease;
  position: absolute;
  opacity: 0;
}
.rs-team-style7 .item .item-team .team-img .social-icon {
  width: 240px;
  height: 55px;
  background: #a3258f;
  line-height: 58px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  bottom: -50px;
  position: absolute;
  margin: 0 auto;
  visibility: hidden;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.rs-team-style7 .item .item-team .team-img .social-icon a {
  background: #a3258f;
  line-height: 58px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin: 0 15px;
}
.rs-team-style7 .item .item-team .team-img .social-icon a i {
  color: #ffffff;
  margin: 4px;
}
.rs-team-style7 .item .item-team .team-img .social-icon a i:hover {
  color: #212121;
}
.rs-team-style7 .item .item-team .team-content {
  border-radius: 0 0 10px 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.rs-team-style7 .item .item-team .team-content .team-name {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}
.rs-team-style7 .item .item-team .team-content .team-name a {
  color: #212121;
}
.rs-team-style7 .item .item-team .team-content .team-name a:hover {
  color: #a3258f;
}
.rs-team-style7 .item .item-team .team-content .sub-title {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #505050;
  display: block;
}
.rs-team-style7 .item .item-team:hover .team-img:after {
  opacity: 1;
}
.rs-team-style7 .item .item-team:hover .team-img .social-icon {
  bottom: 0;
  visibility: visible;
}
/* ------------------------------------
    13. Team Member
---------------------------------------*/
.rs-team-style8 .owl-stage-outer {
  padding-bottom: 10px;
}
.rs-team-style8 .item .item-team .team-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.rs-team-style8 .item .item-team .team-img:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: .3s all ease;
  position: absolute;
  opacity: 0;
}
.rs-team-style8 .item .item-team .team-img .social-icon {
  width: 240px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  bottom: -50px;
  position: absolute;
  margin: 0 auto;
  visibility: hidden;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.rs-team-style8 .item .item-team .team-img .social-icon a {
  margin: 4px;
  color: #fff;
}
.rs-team-style8 .item .item-team .team-img .social-icon a i {
  color: #ffffff;
  margin: 4px;
}
.rs-team-style8 .item .item-team .team-img .social-icon a i:hover {
  color: #212121;
}
.rs-team-style8 .item .item-team .team-content {
  border-radius: 0 0 10px 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.rs-team-style8 .item .item-team .team-content .team-name {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}
.rs-team-style8 .item .item-team .team-content .team-name a {
  color: #212121;
}
.rs-team-style8 .item .item-team .team-content .team-name a:hover {
  color: #a3258f;
}
.rs-team-style8 .item .item-team .team-content .sub-title {
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
  color: #505050;
  display: block;
}
.rs-team-style8 .item .item-team:hover .team-img:after {
  opacity: 1;
}
.rs-team-style8 .item .item-team:hover .team-img .social-icon {
  bottom: 0;
  visibility: visible;
}
/* ------------------------------------
    13. Experienced Staffs
---------------------------------------*/
.rs-team .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team .team-item .team-img {
  position: relative;
}
.rs-team .team-item .team-img .normal-text {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  min-width: 175px;
  background-color: rgba(34, 34, 34, 0.8);
  transition: .3s ease all;
}
.rs-team .team-item .team-img .normal-text .team-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  display: block;
}
.rs-team .team-item .team-img .normal-text .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: block;
}
.rs-team .team-item .team-img img {
  width: 100%;
}
.rs-team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 11;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rs-team .team-item .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-team .team-item .team-name {
  margin-bottom: 2px;
}
.rs-team .team-item .team-name a {
  margin-bottom: 6px;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  z-index: 111;
}
.rs-team .team-item .team-name a:hover {
  color: #fff;
}
.rs-team .team-item .team-title {
  position: relative;
  z-index: 111;
  font-size: 14px;
  color: #fff;
  padding-bottom: 12px;
}
.rs-team .team-item .team-title:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #a3258f;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-team .team-item .team-desc {
  color: #fff;
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 15px;
}
.rs-team .team-item .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 25px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.rs-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #a3258f;
  margin-right: 6px;
  border-radius: 50%;
}
.rs-team .team-item .team-social .social-icon i {
  font-size: 14px;
  color: #fff;
}
.rs-team .team-item .team-social .social-icon:hover {
  background-color: #a3258f;
}
.rs-team .team-item:hover .team-content {
  opacity: 1;
  top: 0;
}
.rs-team .team-item:hover .team-social {
  opacity: 1;
}
.rs-team .team-item:hover .normal-text {
  opacity: 0;
  visibility: hidden;
}
.rs-team-2 .team-item {
  margin-bottom: 30px;
}
.rs-team-2 .team-item .team-img {
  position: relative;
  overflow: hidden;
}
.rs-team-2 .team-item .team-img .social-icon {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .8s all ease;
}
.rs-team-2 .team-item .team-img .social-icon a i {
  margin-right: 8px;
  font-size: 20px;
}
.rs-team-2 .team-item .team-img:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: transparent;
  border: 5px solid rgba(255, 255, 255, 0.7);
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: .5s all ease;
}
.rs-team-2 .team-item .team-img:hover .social-icon {
  opacity: 1;
  visibility: visible;
}
.rs-team-2 .team-item .team-img:hover .social-icon a:hover {
  color: #fff;
}
.rs-team-2 .team-item .team-img:hover:before {
  transform: translateX(-50%) translateY(-50%) rotate(-270deg);
  border: 0;
  background: rgba(33, 33, 33, 0.8);
}
.rs-team-2 .team-item .team-body {
  padding: 18px;
  text-align: center;
  background-color: #f0f0f0;
}
.rs-team-2 .team-item .team-body .name {
  font-size: 20px;
  margin-bottom: 2px;
  color: #212121;
  transition: all 0.3s ease 0s;
}
.rs-team-2 .team-item .team-body .name:hover {
  color: #a3258f;
}
.rs-team-2 .team-item .team-body .designation {
  font-size: 15px;
}
.rs-team-2.team-page {
  padding-top: 93px;
}
.rs-team-2 .row.grid {
  min-height: 400px !important;
  overflow: hidden;
}
.team-all .row {
  margin-bottom: 30px;
}
.team-all .row .team-item {
  margin-bottom: 0;
}
.home5 .rs-team .team-item {
  margin-bottom: 30px;
  overflow: inherit;
}
.home5 .rs-team .team-item .team-desc {
  font-size: 14px;
  line-height: 22px;
}
.home5 .rs-team .team-item .team-social .social-icon {
  background: #92278f;
}
.home5 .rs-team .team-item .team-social .social-icon:hover {
  background: #5d0b5b;
}
.home5 .rs-team .team-item .team-img .normal-text {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  border-radius: 30px;
  width: 200px;
  padding: 15px 0 0;
  height: 70px;
  bottom: -30px;
}
.pagination {
  margin-top: 25px;
}
.pagination .page-item > * {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  padding: 0;
  font-weight: 600;
  color: #505050;
  outline: none;
}
.pagination .page-item > *:hover,
.pagination .page-item > *.active {
  color: #a3258f;
}
.pagination .page-item > *.dotted {
  line-height: 40px;
}
/* ------------------------------------
    14. Staffs Single
---------------------------------------*/
.rs-team-single .team-name {
  font-size: 30px;
  margin-bottom: 10px;
}
.rs-team-single .team-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
}
.rs-team-single .team-title span {
  display: block;
}
.rs-team-single .team-contact {
  margin-bottom: 15px;
}
.rs-team-single .team-icons {
  padding: 30px;
  text-align: center;
}
.rs-team-single .team-icons a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f0f0f0;
  margin-right: 15px;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}
.rs-team-single .team-icons a:hover {
  background-color: #a3258f;
  color: #fff;
}
.rs-team-single .rs-progress {
  height: 8px;
  border: 1px solid #a3258f;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  background: #fff;
  margin-top: 25px;
}
.rs-team-single .rs-progress + .rs-progress {
  margin-top: 50px;
}
.rs-team-single .rs-progress .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
  background-color: #a3258f;
}
.rs-team-single .rs-progress .progress-bar .pb-label {
  position: absolute;
  left: 0px;
  top: -24px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
}
.rs-team-single .rs-progress .progress-bar .pb-percent {
  position: absolute;
  right: -13px;
  font-weight: 500;
  color: #fff;
  font-size: 10px;
  top: -30px;
  background: #a3258f;
  padding: 8px 5px;
}
.rs-team-single .rs-progress .progress-bar .pb-percent:after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  left: 50%;
  border-top-color: #a3258f;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* ------------------------------------
    15. Calltoaction
---------------------------------------*/
.rs-calltoaction .cta-content .cta-subtitle {
  margin-bottom: 10px;
  color: #a3258f;
}
.rs-calltoaction .cta-content .cta-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 32px;
}
.rs-calltoaction .cta-content p {
  color: #ffffff;
}
.rs-calltoaction .cta-button {
  display: inline-block;
  text-decoration: none;
  background-color: #a3258f;
  color: #ffffff;
  font-weight: 500;
  min-width: 170px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
}
.rs-calltoaction .cta-button:hover,
.rs-calltoaction .cta-button:focus,
.rs-calltoaction .cta-button:active {
  background-color: #a3258f;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04);
}
.rs-webdevelopment-course .cta-subtitle {
  margin-bottom: 10px;
  color: #a3258f;
}
.rs-webdevelopment-course .cta-title {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 32px;
}
.rs-webdevelopment-course .cta-button {
  display: inline-block;
  text-decoration: none;
  background-color: #a3258f;
  color: #ffffff;
  font-weight: 500;
  min-width: 170px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
}
.rs-webdevelopment-course .cta-button:hover,
.rs-webdevelopment-course .cta-button:focus,
.rs-webdevelopment-course .cta-button:active {
  background-color: #a3258f;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04);
}
/* ------------------------------------
    16. Latest News
---------------------------------------*/
.rs-latest-news .news-normal-block {
  padding: 15px;
  text-align: center;
  min-height: 980px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease 0s;
}
.rs-latest-news .news-normal-block:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-normal-block .news-img {
  margin-bottom: 20px;
}
.rs-latest-news .news-normal-block .news-img img {
  width: 100%;
}
.rs-latest-news .news-normal-block .news-date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.rs-latest-news .news-normal-block .news-date i {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-right: 4px;
  color: #a3258f;
}
.rs-latest-news .news-normal-block .news-date span {
  color: #505050;
}
.rs-latest-news .news-normal-block .news-title {
  font-size: 20px;
  margin-bottom: 0px;
}
.rs-latest-news .news-normal-block span {
    font-size: 14px;
}
.rs-latest-news .news-normal-block .news-title a {
  color: #212121;
}
.rs-latest-news .news-normal-block .news-title a:hover,
.rs-latest-news .news-normal-block .news-title a:focus {
  color: #a3258f;
}
.rs-latest-news .news-normal-block .news-desc p {
  margin-bottom: 20px;
}
.rs-latest-news .news-normal-block .news-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 4px 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  background-color: #a3258f;
  color: #fff;
}
.rs-latest-news .news-normal-block .news-btn a:hover {
  background-color: #a3258f;
}
.rs-latest-news .news-list-block {
  overflow: hidden;
}
.rs-latest-news .news-list-block .news-list-item {
  overflow: hidden;
  padding: 15px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rs-latest-news .news-list-block .news-list-item:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-list-block .news-list-item + .news-list-item {
  margin-top: 23px;
}
.rs-latest-news .news-list-block .news-list-item .news-img {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  float: left;
}
.rs-latest-news .news-list-block .news-list-item .news-content {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  float: left;
}
.rs-latest-news .news-list-block .news-list-item .news-date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.rs-latest-news .news-list-block .news-list-item .news-date i {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-right: 4px;
  color: #a3258f;
}
.rs-latest-news .news-list-block .news-list-item .news-date span {
  color: #505050;
}
.rs-latest-news .news-list-block .news-list-item .news-title {
  font-size: 16px;
  margin-bottom: 7px;
}
.rs-latest-news .news-list-block .news-list-item .news-title a {
  color: #212121;
}
.rs-latest-news .news-list-block .news-list-item .news-title a:hover,
.rs-latest-news .news-list-block .news-list-item .news-title a:focus {
  color: #a3258f;
}
.rs-latest-news .news-list-block .news-list-item .news-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background-color: #a3258f;
  color: #fff;
}
.rs-latest-news .news-list-block .news-list-item .news-btn a:hover {
  background-color: #a3258f;
}
.rs-latest-news .news-list-block .news-list-item .news-desc p {
  margin-bottom: 0;
}
.latest-news-slider .slick-arrow {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: -104px;
  height: 42px;
  width: 42px;
  font-size: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #a3258f;
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  line-height: 0;
}
.latest-news-slider .slick-arrow:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
}
.latest-news-slider .slick-arrow.slick-prev:after {
  content: "\f104";
}
.latest-news-slider .slick-arrow.slick-next {
  right: -160px;
}
.latest-news-slider .slick-arrow.slick-next:after {
  content: "\f105";
}
.latest-news-slider .slick-arrow:hover {
  background-color: #a3258f;
  color: #fff;
}
.latest-news-nav .slick-track {
  width: 100% !important;
}
.latest-news-nav .slick-slide {
  width: 100% !important;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 8px;
  transition: all 0.3s ease 0s;
}
.latest-news-nav .slick-slide.slick-current,
.latest-news-nav .slick-slide:hover {
  background-color: #a3258f;
  border-color: #a3258f;
}
.latest-news-nav .slick-slide.slick-current img,
.latest-news-nav .slick-slide:hover img {
  opacity: 0.8;
}
/* ------------------------------------
    17. Our Publications
---------------------------------------*/
.rs-products .owl-stage-outer {
  padding-bottom: 30px;
}
.rs-products .product-item {
  text-align: center;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
}
.rs-products .product-item:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-products .product-item .product-img {
  margin-bottom: 17px;
  overflow: hidden;
}
.rs-products .product-item .product-img img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.rs-products .product-item .product-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rs-products .product-item .product-title {
  font-size: 20px;
  margin-bottom: 3px;
}
.rs-products .product-item .product-title a {
  color: #212121;
}
.rs-products .product-item .product-title a:hover,
.rs-products .product-item .product-title a:focus,
.rs-products .product-item .product-title a:active {
  color: #a3258f;
}
.rs-products .product-item .product-price {
  font-size: 16px;
  color: #444;
  display: block;
}
.rs-products .product-item .product-btn {
  margin-top: 20px;
  padding-bottom: 25px;
}
.rs-products .product-item .product-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 2px 15px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #212121;
  color: #212121;
}
.rs-products .product-item .product-btn a:hover {
  border-color: #a3258f;
  background-color: #a3258f;
  color: #fff;
}
.rs-products .view-btn {
  text-align: center;
  margin-top: 20px;
}
.rs-products .view-btn a {
  display: inline-block;
  margin-left: auto;
  min-width: 170px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background-color: #a3258f;
  color: #fff;
}
.rs-products .view-btn a:hover {
  background-color: #a3258f;
}
/* ------------------------------------
    18. Testimonial
---------------------------------------*/
.rs-testimonial .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 55px;
}
.rs-testimonial .testimonial-item {
  padding: 35px;
  background-color: #ffffff;
}
.rs-testimonial .testimonial-item .testi-img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}
.rs-testimonial .testimonial-item .testi-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.rs-testimonial .testimonial-item .testi-desc {
  padding: 42px 0;
  position: relative;
}
.rs-testimonial .testimonial-item .testi-desc h4 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.rs-testimonial .testimonial-item .testi-desc h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
.rs-testimonial .testimonial-item .testi-desc p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  text-align: center;
}
.rs-testimonial .testimonial-item .testi-desc:before,
.rs-testimonial .testimonial-item .testi-desc:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  color: #a3258f;
}
.rs-testimonial .testimonial-item .testi-desc:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.rs-testimonial .testimonial-item .testi-desc:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}
.rs-testimonial .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-testimonial .owl-dots .owl-dot {
  height: 6px;
  width: 22px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.rs-testimonial .owl-dots .owl-dot + .owl-dot {
  margin-left: 8px;
}
.rs-testimonial .owl-dots .owl-dot.active {
  background-color: #a3258f;
}
.rs-testimonial .owl-dots .owl-dot:first-child {
  border-radius: 3px 0 0 3px;
}
.rs-testimonial .owl-dots .owl-dot:last-child {
  border-radius: 0 3px 3px 0;
}
.rs-testimonial-2 .owl-stage-outer {
  padding-top: 55px;
  padding-bottom: 30px;
}
.rs-testimonial-2 .testimonial-item {
  padding: 35px;
  background-color: #f0f0f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin: 0 3px;
}
.rs-testimonial-2 .testimonial-item .testi-img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.rs-testimonial-2 .testimonial-item .testi-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.rs-testimonial-2 .testimonial-item .testi-desc {
  padding: 42px 0;
  position: relative;
}
.rs-testimonial-2 .testimonial-item .testi-desc .testi-name {
  font-size: 20px;
  margin-bottom: 15px;
}
.rs-testimonial-2 .testimonial-item .testi-desc p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.rs-testimonial-2 .testimonial-item .testi-desc:before,
.rs-testimonial-2 .testimonial-item .testi-desc:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  color: #a3258f;
}
.rs-testimonial-2 .testimonial-item .testi-desc:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.rs-testimonial-2 .testimonial-item .testi-desc:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}
.rs-testimonial-2 .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-testimonial-2 .owl-dots .owl-dot {
  height: 6px;
  width: 22px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.rs-testimonial-2 .owl-dots .owl-dot + .owl-dot {
  margin-left: 8px;
}
.rs-testimonial-2 .owl-dots .owl-dot.active {
  background-color: #a3258f;
}
.rs-testimonial-2 .owl-dots .owl-dot:first-child {
  border-radius: 3px 0 0 3px;
}
.rs-testimonial-2 .owl-dots .owl-dot:last-child {
  border-radius: 0 3px 3px 0;
}
.rs-testimonial-3 .testimonial-style3 {
  padding-top: 70px;
  margin: 50px 0 0;
  border: 1px solid #e0e0e0;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;
  background: #e0e0e0;
}
.rs-testimonial-3 .testimonial-style3:hover {
  border-color: #a3258f;
}
.rs-testimonial-3 .testimonial-style3:hover .image {
  border-color: #a3258f;
}
.rs-testimonial-3 .testimonial-style3:hover .testimonial-content {
  background-color: #a3258f;
}
.rs-testimonial-3 .testimonial-style3:hover .testimonial-content .testimonial-profile .name {
  color: #fff;
}
.rs-testimonial-3 .testimonial-style3:hover .testimonial-content .testimonial-profile .post {
  color: lightblue;
}
.rs-testimonial-3 .testimonial-style3:hover .testimonial-content .social-links li {
  background-color: #fff;
}
.rs-testimonial-3 .testimonial-style3:hover .testimonial-content .social-links li a {
  color: #a3258f;
}
.rs-testimonial-3 .testimonial-style3 .image {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.7s ease 0s;
  border: 5px solid #f2f2f2;
}
.rs-testimonial-3 .testimonial-style3 .image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.rs-testimonial-3 .testimonial-style3 .title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.rs-testimonial-3 .testimonial-style3 .description {
  font-size: 15px;
  color: #000;
  line-height: 25px;
  padding: 0 25px 15px;
  margin: 0;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content {
  padding: 15px 25px;
  border-top: none;
  text-align: center;
  transition: all 500ms ease 0s;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .testimonial-profile .name {
  font-size: 16px;
  font-weight: bold;
  color: #a3258f;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
  transition: all 700ms ease 0s;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .testimonial-profile .post {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .rating {
  display: inline-block;
  margin-bottom: 14px;
  margin-top: 0;
  list-style: none;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .rating li {
  display: inline-block;
  font-size: 14px;
  color: #debe0f;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links {
  padding: 0;
  margin: 0;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links li {
  list-style: none;
  margin-right: 5px;
  display: inline-block;
  background-color: #7f352f;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.rs-testimonial-3 .testimonial-style3 .testimonial-content .social-links li a:hover {
  text-decoration: none;
  color: #150504;
}
.rs-testimonial-3 .owl-theme .owl-controls {
  width: 100%;
  position: absolute;
  top: 50%;
}
.rs-testimonial-3 .owl-theme .owl-controls .owl-buttons div {
  width: 45px;
  height: 40px;
  line-height: 37px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ececec;
  padding: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
.rs-testimonial-3 .owl-theme .owl-controls .owl-buttons div:hover {
  background: #eabd44;
  border-color: #eabd44;
}
.rs-testimonial-3 .owl-prev,
.rs-testimonial-3 .owl-next {
  position: absolute;
  left: -3%;
}
.rs-testimonial-3 .owl-next {
  left: auto;
  right: -3%;
}
.rs-testimonial-3 .owl-prev:before {
  content: "\f104";
  font-family: "fontAwesome";
  font-size: 25px;
  color: #ececec;
}
.rs-testimonial-3 .owl-next:before {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 25px;
  color: #ececec;
}
.rs-testimonial-3 .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 60px;
}
.rs-testimonial-5 .testimonial-item {
  background: #92278f;
  border-radius: 30px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 45px 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.rs-testimonial-5 .testimonial-item .testi-img {
  top: -125px;
}
.rs-testimonial-5 .testimonial-item .testi-desc {
  padding: 0 30px;
}
.rs-testimonial-5 .testimonial-item .testi-desc .testi-name {
  font-size: 20px;
  margin-top: 4px;
}
.rs-testimonial-5 .testimonial-item .testi-desc .testi-name span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding-top: 5px;
}
.rs-testimonial-5 .testimonial-item .testi-desc:before,
.rs-testimonial-5 .testimonial-item .testi-desc .testi-name,
.rs-testimonial-5 .testimonial-item .testi-desc .testi-name span,
.rs-testimonial-5 .testimonial-item .testi-desc p {
  color: #fff;
}
.rs-testimonial-5 .testimonial-item .testi-desc:before {
  display: none;
}
.rs-testimonial-5 .testimonial-item .testi-desc:after {
  display: none;
}
.rs-testimonial-5 .owl-stage-outer {
  padding-top: 125px;
  padding-bottom: 35px;
}
.rs-testimonial-5 .owl-dots .owl-dot.active {
  background: #92278f;
}
/* ------------------------------------
    19. Newsletter
---------------------------------------*/
.rs-newslatter .newslatter-title {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 30px;
}
.rs-newslatter .newslatter-form .form-input {
  width: calc(69% - 25px);
  height: 50px;
  padding: 0 17px;
  border: 0;
  font-size: 16px;
  margin-right: 25px;
}
.rs-newslatter .newslatter-form .form-button {
  width: 30%;
  height: 50px;
  border: 0;
  background-color: #a3258f;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
}
.rs-newslatter .newslatter-form .form-button:hover {
  background-color: #a3258f;
}
/* ------------------------------------
    20. Rs-video
---------------------------------------*/
.rs-video {
  padding: 150px 0;
  position: relative;
}
.rs-video:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.rs-video .video-content {
  text-align: center;
  position: relative;
  z-index: 11;
}
.rs-video .video-content a {
  display: inline-block;
  color: #ffffff;
  z-index: 99;
  border: 2px solid #a3258f;
  border-radius: 50%;
  width: 124px;
  height: 124px;
  margin: 0 auto;
  padding: 5px;
  margin-bottom: 30px;
}
.rs-video .video-content a i {
  font-size: 50px;
  line-height: 110px;
  border: 2px solid #fff;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  text-align: center;
  color: #a3258f;
  display: block;
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  margin-bottom: 24px;
  padding-left: 4px;
}
.rs-video .video-content a:hover i {
  border-color: #a3258f;
  background: transparent;
}
.rs-video .video-content span {
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
ul.rightbottom {
    top: 55%;
    width: 150px;
    padding:0px;
    background: #eee;
    position: fixed;
    right: 0;
    z-index: 9;
}
ul.rightbottom li.dehradun {
    background: #b30000;
    padding: 5px 10px;
    color: #fff;
}
ul.rightbottom li.bennett {
    background: #0c642d;
    padding: 5px 10px;
    color: #fff;
}
ul.rightbottom li.amity {
    background: #a3258f;
    padding: 5px 10px;
    color: #fff;
}
/* ------------------------------------
    21. Why Choose Us
---------------------------------------*/
.rs-why-choose .sec-title {
  margin-bottom: 44px;
}
.rs-why-choose .choose-item {
  text-align: center;
}
.rs-why-choose .choose-item .choose-title {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.rs-why-choose .choose-item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #a3258f;
  color: #ffffff;
  border-radius: 50%;
  font-size: 36px;
}
/* ------------------------------------
    22. Pricing Table
---------------------------------------*/
.rs-pricing .pricing-plan {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.rs-pricing .pricing-plan .pricing-head {
  background-color: #f0f0f0;
  padding: 35px;
  border-radius: 4px 4px 0px 0px;
}
.rs-pricing .pricing-plan .pricing-head .name {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
}
.rs-pricing .pricing-plan .pricing-head .price {
  color: #444;
}
.rs-pricing .pricing-plan .pricing-head .price sup {
  font-size: 20px;
  line-height: 40px;
  top: -3px;
  margin-right: -7px;
  vertical-align: top;
  font-weight: 700;
}
.rs-pricing .pricing-plan .pricing-head .price .duration {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.rs-pricing .pricing-plan .pricing-head .value {
  font-size: 60px;
  line-height: 60px;
}
.rs-pricing .pricing-plan .pricing-body ul {
  padding-left: 0;
  list-style: none;
  font-size: 13px;
  color: #444;
  margin: 0;
}
.rs-pricing .pricing-plan .pricing-body ul li {
  padding: 15px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #303030;
}
.rs-pricing .pricing-plan .pricing-body ul li:nth-child(even) {
  background-color: #f0f0f0;
  padding: 20px 0;
}
.rs-pricing .pricing-plan .pricing-footer .pricing-btn {
  display: block;
  padding: 20px;
  background-color: #212121;
  color: #fff;
  font-size: 15px;
  border-radius: 0 0 4px 4px;
  font-weight: 600;
}
.rs-pricing .pricing-plan:hover .pricing-head .price,
.rs-pricing .pricing-plan.featured .pricing-head .price,
.rs-pricing .pricing-plan:hover .pricing-head .name,
.rs-pricing .pricing-plan.featured .pricing-head .name {
  color: #a3258f;
}
.rs-pricing .pricing-plan:hover .pricing-footer .pricing-btn,
.rs-pricing .pricing-plan.featured .pricing-footer .pricing-btn {
  background-color: #a3258f;
}
.rs-pricing .pricing-plan:hover .pricing-footer .pricing-btn:hover,
.rs-pricing .pricing-plan.featured .pricing-footer .pricing-btn:hover {
  background-color: #a3258f;
}
/* ------------------------------------
    23. Instagram
---------------------------------------*/
.rs-instagram {
  position: relative;
}
.rs-instagram .instagram-desc {
  max-width: 630px;
  background: #a3258f;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 70px 0;
  z-index: 10;
  text-align: center;
}
.rs-instagram .instagram-desc .title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
.rs-instagram .instagram-desc .sub-title {
  font-size: 30px;
  color: #101010;
  margin-bottom: 0;
}
.rs-instagram .instagram-item {
  margin-left: -1px;
}
.rs-instagram .instagram-item a {
  display: block;
  position: relative;
}
.rs-instagram .instagram-item a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rs-instagram .instagram-item:hover a:after {
  opacity: 0;
}
.rs-instagram .rs-carousel:last-child {
  margin-top: -1px;
}
/* ------------------------------------
    24. About Us Page
---------------------------------------*/
.abt-title h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-transform: uppercase;
  position: relative;
}
.abt-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #a3258f;
}
.abt-title.text-center h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.rs-vision .vision-img {
  position: relative;
}
.rs-vision .vision-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-vision .vision-img:hover:after {
  opacity: 1;
}
.rs-vision .vision-img .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.rs-vision .vision-img .popup-youtube:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  padding-left: 8px;
  color: #fff;
}
.rs-branches .branches-item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.rs-branches .branches-item img {
  margin-bottom: 15px;
}
.rs-branches .branches-item h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-branches .branches-item h3 span {
  display: block;
}
.rs-branches .branches-item p {
  margin-bottom: 0;
}
.rs-branches [class*="col-"] + [class*="col-"] .branches-item:after {
  position: absolute;
  content: '';
  width: 64%;
  height: 2px;
  background-color: #a3258f;
  left: -38%;
  top: 70px;
}
/* ------------------------------------
    25. Rs Timeline
---------------------------------------*/
.rs-timeline .rs-timeline-icon i {
  color: #a3258f;
}
.rs-timeline .rs-timeline-content .rs-read-more {
  border-color: #a3258f;
  color: #a3258f;
}
.rs-timeline .rs-timeline-content .rs-read-more:hover {
  background-color: #a3258f;
  color: #ffffff;
}
.rs-timeline .rs-timeline-content .rs-date {
  color: #a3258f;
}
.rs-timeline-2 {
  position: relative;
  padding-bottom: 40px;
}
.rs-timeline-2 .arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rs-timeline-2 .arrows button {
  height: 42px;
  width: 42px;
  line-height: 27px;
  font-size: 0;
  margin: 0 5px;
  border: 0;
  background-color: #212121;
  color: #a3258f;
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.rs-timeline-2 .arrows button:hover {
  background-color: #a3258f;
  color: #fff;
}
.rs-timeline-2 .arrows button:after {
  font-family: FontAwesome;
  font-size: 22px;
  margin-top: 5px;
  display: inline-block;
}
.rs-timeline-2 .arrows button.arrow__prev:after {
  content: "\f104";
}
.rs-timeline-2 .arrows button.arrow__next:after {
  content: "\f105";
}
.rs-timeline-2 ol li:not(:last-child)::after {
  background: #a3258f;
}
/* ------------------------------------
    26. Elements
---------------------------------------*/
.rs-accordion-style1 .card {
  border: 0;
}
.rs-accordion-style1 .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}
.rs-accordion-style1 .card .card-header .acdn-title {
  background-color: rgba(240, 240, 240, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.rs-accordion-style1 .card .card-header .acdn-title:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
  background-color: #a3258f;
  color: #ffffff;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed):after {
  transform: rotate(90deg);
  color: #ffffff;
}
.rs-accordion-style1 .card .card-body {
  padding: 5px 15px 18px;
}
/* ------------------------------------
    27. Blog Pages
---------------------------------------*/
.blog-page-area .blog-inner {
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.blog-page-area .blog-inner .blog-content {
  margin-top: 6px;
}
.blog-page-area .blog-inner .blog-content .date {
  font-size: 13px;
  font-weight: 600;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta {
  margin: 0 0 10px;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #a3258f;
  padding-right: 10px;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li:last-child {
  padding-right: 0;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li i {
  font-size: 13px;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li a {
  display: block;
}
.blog-page-area .blog-inner .blog-content p {
  font-size: 15px;
}
.blog-page-area .blog-inner .blog-content h4 {
  margin: 0 0 8px;
}
.blog-page-area .blog-inner .blog-content h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
}
.blog-page-area .blog-inner .blog-content a.primary-btn {
  margin-top: 12px;
}
.blog-page-area .blog-inner .blog-images {
  overflow: hidden;
  position: relative;
}
.blog-page-area .blog-inner .blog-images i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */

  -webkit-transform: translate(-50%, -50%);
  /* Safari */

  transform: translate(-50%, -50%);
  z-index: 99;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #a3258f;
  color: #a3258f;
  opacity: 0;
}
.blog-page-area .blog-inner .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.blog-page-area .blog-inner .blog-images img {
  transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 100%;
}
.blog-page-area .blog-inner:hover .blog-images i {
  opacity: 1;
}
.blog-page-area .blog-inner:hover .blog-images img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.blog-page-area .blog-inner:hover .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  ms-transform: scale(1) !important;
}
.blog-page-area .blog-inner:hover .blog-content h4 a {
  color: #a3258f;
}
.blog-page-area .pagination {
  margin-top: 0;
}
/* ------------------------------------
    28 .Blog Details 
---------------------------------------*/
.single-blog-details .single-image {
  margin-bottom: 25px;
  overflow: hidden;
}
.single-blog-details .single-image img {
  filter: grayscale(0%);
  transition: all 0.8s ease-in-out 0s;
}
.single-blog-details .single-image img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.single-blog-details .like-section h5,
.single-blog-details h5.top-title {
  font-size: 16px;
  color: #212121;
  margin: 20px 0 15px;
  padding: 0;
  line-height: 25px;
}
.single-blog-details .like-section h5 a {
  color: #212121;
}
.single-blog-details .like-section h5 a:hover {
  color: #a3258f;
}
.single-blog-details h3.top-title,
.single-blog-details .like-section h3.title-bg {
  font-size: 20px;
}
.single-blog-details .like-section span.date {
  font-size: 12px;
}
.single-blog-details blockquote {
  background: #f0f0f0;
  border: medium none;
  margin: 25px 0 25px;
  padding: 24px 25px 24px 63px;
  font-size: 16px;
  color: #212121;
  font-style: italic;
  position: relative;
  font-weight: 400;
}
.single-blog-details blockquote i {
  position: absolute;
  left: 22px;
  font-size: 25px;
  top: 21px;
}
.single-blog-details h2 {
  font-size: 20px;
  margin: 0 0 25px;
}
.single-blog-details .share-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-blog-details .share-section .share-link1 {
  padding: 0;
  margin: 0;
  float: right;
}
.single-blog-details .share-section .share-link1 li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section .share-link1 li a {
  padding: 7px 8px;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 400;
  color: #505050;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section .share-link1 li a:hover {
  background: #a3258f;
  color: #212121;
  border: 1px solid #a3258f;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  background: #a3258f;
  color: #212121;
  border: 1px solid #a3258f;
}
.single-blog-details .share-section .life-style span {
  font-size: 13px;
  font-weight: 400;
  color: #505050;
  margin-right: 12px;
}
.single-blog-details .share-section .life-style span:last-child {
  margin-right: 0;
}
.single-blog-details .share-section .life-style span i {
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a {
  font-size: 13px;
  font-weight: 400;
  color: #505050;
}
.single-blog-details .share-section .life-style span a i {
  font-size: 13px;
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a:hover {
  color: #a3258f;
}
.single-blog-details .share-section .life-style span.author a {
  color: #777777;
}
.single-blog-details .share-section .life-style span.author a:hover {
  color: #a3258f;
}
.single-blog-details .share-section2 {
  border: 1px solid #ddd;
  padding: 15px 15px 15px 15px;
}
.single-blog-details .share-section2 span {
  font-size: 15px;
  font-weight: 400;
  color: #212121;
}
.single-blog-details .share-section2 .share-link {
  float: right;
}
.single-blog-details .share-section2 .share-link li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section2 .share-link li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section2 .share-link li a {
  font-size: 13px;
  font-weight: 400;
  color: #505050;
  padding: 7px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section2 .share-link li a:hover {
  background: #a3258f;
  color: #fff;
  border: 1px solid #a3258f;
}
.single-blog-details .like-section .col-xs-12 h3 {
  margin: 14px 0 6px;
}
.single-blog-details .like-section .col-xs-12 h3 a {
  font-size: 15px;
  font-weight: 400;
  color: #212121;
}
.single-blog-details .like-section .col-xs-12 span {
  font-size: 13px;
  font-weight: 400;
}
.single-blog-details .like-section .col-xs-12 span i {
  font-size: 13px;
}
.single-blog-details .like-section .col-xs-12 .popular-post-img img {
  transition: all 0.3s ease 0s;
}
.single-blog-details .like-section .col-xs-12:hover a {
  color: #a3258f;
}
.single-blog-details .like-section .col-xs-12:hover .popular-post-img img {
  opacity: .5;
}
.single-blog-details .next-pre-section {
  padding: 23px 0 15px;
  margin: 0;
  overflow: hidden;
}
.single-blog-details .next-pre-section li {
  margin: 0;
}
.single-blog-details .next-pre-section li a {
  font-size: 15px;
  color: #505050;
}
.single-blog-details .next-pre-section li a i {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #212121;
}
.single-blog-details .next-pre-section li a:hover {
  color: #a3258f;
}
.single-blog-details .next-pre-section li a:hover i {
  color: #a3258f;
}
.single-blog-details .next-pre-section li.left-arrow {
  float: left;
  width: 50%;
}
.single-blog-details .next-pre-section li.left-arrow a {
  font-size: 15px;
  font-weight: 500;
  color: #505050;
}
.single-blog-details .next-pre-section li.left-arrow a i {
  padding-right: 5px;
}
.single-blog-details .next-pre-section li.right-arrow {
  float: right;
  width: 50%;
  text-align: right;
}
.single-blog-details .next-pre-section li.right-arrow a {
  font-size: 15px;
  font-weight: 500;
}
.single-blog-details .next-pre-section li.right-arrow a i {
  padding-left: 5px;
}
.single-blog-details .author-comment h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 42px 0 6px;
}
.single-blog-details .author-comment span {
  font-size: 13px;
  font-weight: 500;
}
.single-blog-details .author-comment span a {
  font-size: 13px;
  font-weight: 500;
}
.single-blog-details .author-comment span i {
  font-size: 13px;
}
.single-blog-details .author-comment h4 {
  font-size: 15px;
  font-weight: 700;
}
.single-blog-details .author-comment ul {
  padding: 0;
  margin: 0;
}
.single-blog-details .author-comment ul li {
  margin: 0 0 2px;
  padding: 20px 22px;
  border-bottom: 1px solid #ddd;
}
.single-blog-details .author-comment ul li:nth-child(2) {
  margin-left: 100px;
}
.single-blog-details .author-comment ul li:nth-child(2) .col-sm-2 {
  padding: 0;
}
.single-blog-details .author-comment ul li:last-child {
  border-bottom: none;
}
.single-blog-details .author-comment ul li .image-comments {
  margin-top: 0;
}
.single-blog-details .author-comment ul li .image-comments img {
  width: 90px;
  border-radius: 100%;
}
.single-blog-details .author-comment ul li .reply {
  display: block;
  position: absolute;
  text-align: right;
  width: 95%;
}
.single-blog-details .author-comment ul li .reply a {
  color: #212121;
}
.single-blog-details .author-comment ul li .reply a:hover {
  color: #a3258f;
}
.single-blog-details .author-comment ul li .reply i {
  color: #212121;
}
.single-blog-details .author-comment ul li .dsc-comments h4 {
  margin: 0 0 12px;
}
.single-blog-details .author-comment ul li .dsc-comments a {
  color: #a3258f;
}
.single-blog-details .author-comment ul li .dsc-comments p {
  margin: 6px 0 0;
}
.single-blog-details .leave-comments-area {
  padding-top: 20px;
}
.single-blog-details .leave-comments-area .form-group {
  margin-bottom: 20px;
}
.single-blog-details .leave-comments-area h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 19px;
  font-family: 'Roboto Condensed', sans-serif;
}
.single-blog-details .leave-comments-area label {
  color: #505050;
  font-weight: normal;
  letter-spacing: 1px;
}
.single-blog-details .leave-comments-area input,
.single-blog-details .leave-comments-area textarea {
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
.single-blog-details .leave-comments-area textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
}
.single-blog-details .leave-comments-area .btn-send {
  background: #a3258f;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  border: none;
  border-radius: 0px;
  padding: 14px 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 14px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.single-blog-details .leave-comments-area .btn-send:hover {
  background: #212121;
  color: #ffffff;
}
/* ------------------------------------
    29. Shop Page Start Here 
---------------------------------------*/
.shop-page-area.single-product-page {
  padding: 100px 0 0;
}
.shop-page-area .single-details {
  padding: 0 0 35px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin-bottom: 15px;
}
.shop-page-area .single-details .triangle_left {
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-right: 140px solid #a3258f;
  border-bottom: 70px solid transparent;
  position: absolute;
  top: -75px;
  left: -117px;
  transform: rotate(48deg);
  opacity: 0;
}
.shop-page-area .single-details:hover {
  background: #f5f5f5;
}
.shop-page-area .single-details:hover .triangle_left {
  opacity: 1;
}
.shop-page-area .single-details:hover h3 a {
  color: #a3258f;
}
.shop-page-area .single-details:hover .add-to-cart {
  background: #a3258f;
  color: #fff !important;
}
.shop-page-area .single-details:hover .images .overley {
  opacity: 1;
  transform: scaleY(1);
}
.shop-page-area .single-details .images {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.shop-page-area .single-details .images a {
  display: block;
}
.shop-page-area .single-details .images a img {
  transition: all 0.3s ease-out;
  width: 100%;
}
.shop-page-area .single-details .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  padding: 30px;
}
.shop-page-area .single-details .images .overley .winners-details {
  padding: 20% 0;
}
.shop-page-area .single-details .images .overley .winners-details h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.shop-page-area .single-details .images .overley .winners-details h4:after {
  display: none;
}
.shop-page-area .single-details .images .overley .winners-details .product-info {
  margin: 0;
  padding: 0px;
  list-style: none;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: all .9s;
  text-align: center;
  left: 0;
  right: 0;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li {
  display: inline-block;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a {
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a:hover {
  color: #a3258f;
  border: 1px solid #a3258f;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a i {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  transition: all 0.3s ease 0s;
}
.shop-page-area .single-details .images .overley .winners-details .product-info li a i:hover {
  color: #a3258f;
}
.shop-page-area .single-details .images .overley .winners-details p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 13px;
}
.shop-page-area .single-details .images .overley .winners-details p i {
  color: #ffffff;
  margin-right: 8px;
}
.shop-page-area .single-details h4 {
  margin-bottom: 10px !important;
  margin-left: 0;
  font-weight: 700;
}
.shop-page-area .single-details h4 a {
  color: #212121;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  margin: 0;
}
.shop-page-area .single-details h4 a:hover {
  color: #a3258f;
}
.shop-page-area .single-details .price-details ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.shop-page-area .single-details .price-details ul li {
  display: block;
}
.shop-page-area .single-details .price-details ul li:first-child {
  font-weight: 600;
  font-size: 15px;
}
.shop-page-area .single-details .price-details ul li:first-child del {
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
}
.shop-page-area .single-details .price-details ul li .add-to-cart {
  border: 1px solid #a3258f;
  padding: 8px 18px;
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
}
.shop-page-area .topbar-area {
  overflow: hidden;
  padding-bottom: 54px;
}
.shop-page-area .topbar-area .showing-Short .seclec-box {
  float: right;
}
.shop-page-area .topbar-area .showing-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.shop-page-area .topbar-area .showing-result ul li {
  display: inline-block;
  font-weight: 400;
  color: #505050;
  margin-right: 0;
  font-size: 14px;
  height: 25px;
}
.shop-page-area .topbar-area .showing-result ul li .form-group {
  margin: 0;
}
.shop-page-area .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
  display: inline-block;
  border: 0;
  background: transparent;
  border-radius: 0px;
}
.shop-page-area .pagination {
  margin-top: 0;
}
.shop-page-area .classic-tabs.tabs-cyan {
  display: block;
}
/* ------------------------------------
    30.Shop Single Page Start Here 
---------------------------------------*/
.shop-single-page-area .shop-single-btm-page-area {
  padding-bottom: 74px;
  overflow: hidden;
  padding-top: 60px;
}
.shop-single-page-area .shop-single-btm-page-area .sec-title {
  font-size: 30px;
}
.shop-single-page-area .shop-single-btm-page-area .sec-title:after {
  height: 5px;
}
.shop-single-page-area .shop-single-btm-page-area .sec-sub-title {
  margin-bottom: 42px;
  margin-top: 10px;
  font-size: 30px;
}
.shop-single-page-area .inner-single-product-slider .inner {
  background: #f5f5f5;
  margin-bottom: 26px;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav {
  max-width: 300px;
  margin: 0 auto;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav .slick-slide {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav .slick-slide:after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.shop-single-page-area .inner-single-product-slider .single-product-nav .slick-current:after {
  opacity: 0;
}
.shop-single-page-area .inner-single-product-slider .slick-prev:before {
  content: "\f104";
}
.shop-single-page-area .inner-single-product-slider .slick-prev:before,
.shop-single-page-area .inner-single-product-slider .slick-next:before {
  font-family: FontAwesome;
  opacity: 1;
  transition: all 0.5s ease 0s;
  font-size: 16px;
  line-height: 20px;
  color: #212121;
}
.shop-single-page-area .inner-single-product-slider .slick-prev:hover:before,
.shop-single-page-area .inner-single-product-slider .slick-next:hover:before {
  color: #a3258f;
}
.shop-single-page-area .inner-single-product-slider .slick-next:before {
  content: "\f105";
}
.shop-single-page-area .left-area h4 {
  margin: 0 0 12px;
  color: #212121;
  font-size: 20px;
}
.shop-single-page-area .left-area .cat,
.shop-single-page-area .left-area .tag {
  font-size: 13px;
  margin: 0 0 5px;
}
.shop-single-page-area .left-area .cat strong,
.shop-single-page-area .left-area .tag strong {
  font-weight: 500;
}
.shop-single-page-area .left-area .cat {
  margin-top: 27px;
}
.shop-single-page-area .tab-btm {
  margin-top: 20px;
  vertical-align: top;
}
.shop-single-page-area .tab-btm .nav-item {
  position: relative;
  display: block;
  width: 100%;
}
.shop-single-page-area .tab-btm .nav-item a {
  font-size: 15px;
  color: #505050;
}
.shop-single-page-area .tab-btm .nav-item .active {
  background: #eee;
}
.shop-single-page-area .tab-btm .nav-item .active:before {
  content: "\f105";
  font-family: FontAwesome;
  opacity: 1;
  transition: all 0.5s ease 0s;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 14px;
  z-index: 99;
  right: 5px;
}
.shop-single-page-area .tab-btm .tab-content.card {
  border: none;
}
.shop-single-page-area .tab-btm h4 {
  margin: 15px 0 19px;
  font-weight: 500;
  color: #505050;
}
/*-----------------------------------
    25. Check Out css Start Here
-------------------------------------*/
.rs-check-out .title-bg {
  font-size: 24px;
  margin-bottom: 30px;
}
.rs-check-out .check-out-box {
  padding: 0 0 40px 0;
}
.rs-check-out .check-out-box label {
  color: #505050;
  font-weight: 400;
}
.rs-check-out .check-out-box textarea,
.rs-check-out .check-out-box input {
  border-color: #bfbfbf;
}
.rs-check-out .check-out-box input {
  height: 40px;
  padding: 0 15px;
}
.rs-check-out .check-out-box select {
  width: 100%;
  min-height: 40px;
  display: block;
  padding: 10px 15px;
  color: #505050;
}
.rs-check-out .check-out-box .checkbox input {
  height: auto;
  margin-top: 7px;
}
.rs-check-out .shipping-box h3.title {
  font-size: 24px;
  margin: 0 0 30px;
}
.rs-check-out .shipping-box .form-group input {
  height: 80px;
}
.rs-check-out .shipping-box input,
.rs-check-out .checkbox input {
  margin-right: 15px;
}
.rs-check-out .product-demo {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 8px;
}
.rs-check-out .product-demo h5 {
  margin: 0;
  font-size: 15px;
  color: #505050;
}
.rs-check-out .product-demo .product-image {
  width: 15%;
  float: left;
}
.rs-check-out .product-demo .product-name {
  width: 30%;
  float: left;
  transform: translateY(100%);
}
.rs-check-out .product-demo .product-quantity {
  width: 25%;
  float: left;
  text-align: center;
  transform: translateY(100%);
}
.rs-check-out .product-demo .product-ititial-price {
  width: 30%;
  float: left;
  text-align: center;
  transform: translateY(100%);
}
.rs-check-out .product-price table {
  border: 1px solid #b2b2b2;
  margin-bottom: 25px;
}
.rs-check-out .product-price table tr td {
  padding: 15px 25px;
  border-bottom: 1px solid #b2b2b2;
}
.rs-check-out .product-price table tr td input {
  margin-right: 5px;
}
.rs-check-out .product-price table tr td:last-child {
  text-align: right;
}
.rs-check-out .product-price table tr td.no-border {
  border: none;
}
.rs-check-out .rs-payment-system .payment-radio-btn1 {
  padding: 15px 25px;
  border: 1px solid #b2b2b2;
}
.rs-check-out .rs-payment-system .payment-radio-btn1 p {
  margin: 0;
  padding: 15px 0 15px 25px;
  font-size: 13px;
}
.rs-check-out .rs-payment-system .payment-radio-btn2 {
  padding: 15px 25px;
  border: 1px solid #b2b2b2;
  border-top: none;
}
.rs-check-out .rs-payment-system input {
  margin-right: 10px;
}
.rs-check-out .rs-payment-system input.btn-send {
  width: 100%;
  margin-top: 25px;
  background-color: #a3258f;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: c center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  cursor: pointer;
}
.rs-check-out .rs-payment-system input.btn-send:hover {
  background: #212121;
}
/*-----------------------------------
    32. Shipping Area Start Here
------------------------------------*/
.shipping-area .button-area ul li a {
  display: block;
  padding: 15px;
  background: #f8f8f8;
  color: #646464;
  font-size: 18px;
}
.shipping-area .button-area ul li.active a {
  background: #a3258f;
  color: #fff;
}
.shipping-area .product-list table {
  margin: 0 0 30px;
}
.shipping-area .product-list table tr {
  border: 1px solid #e7e7e7;
  padding: 25px;
  display: block;
  margin-bottom: -1px;
}
.shipping-area .product-list table tr td {
  padding-right: 52px;
}
.shipping-area .product-list table tr td img {
  width: 100%;
  display: block;
  max-width: 80px;
}
.shipping-area .product-list table tr td .des-pro {
  display: block;
  padding-right: 50px;
  width: 210px;
}
@media screen and (max-width: 991px) {
  .shipping-area .product-list table tr td .des-pro {
    width: auto;
  }
}
.shipping-area .product-list table tr td .des-pro h4 {
  margin: 0 0 10px;
  font-size: 20px;
}
.shipping-area .product-list table tr td .des-pro p {
  color: #646464;
  margin: 0;
}
.shipping-area .product-list table tr td strong {
  font-size: 20px;
  display: block;
  padding-right: 100px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .shipping-area .product-list table tr td strong {
    padding-right: 10px;
  }
}
.shipping-area .product-list table tr td .order-pro {
  position: relative;
  display: block;
  margin-right: 100px;
}
.shipping-area .product-list table tr td .order-pro input {
  width: 110px;
  height: 46px;
  box-shadow: none;
  border: 1px solid #ccc;
  text-align: center;
  padding-right: 10px;
  color: #888888;
  font-size: 18px;
}
.shipping-area .product-list table tr td .order-pro div {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
.shipping-area .product-list table tr td .order-pro div.btn-plus {
  right: 40px;
}
.shipping-area .product-list table tr td .order-pro div.btn-minus {
  right: 20px;
}
.shipping-area .product-list table tr td .prize {
  color: #a3258f;
  font-size: 18px;
  font-weight: 500;
  padding-right: 50px;
}
.shipping-area .product-list table tr td i {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  cursor: pointer;
  color: #ccc;
}
.shipping-area .product-list table tr td i:hover {
  background: #a3258f;
  color: #fff;
}
.shipping-area .product-list .total span {
  font-size: 20px;
  padding-right: 10px;
}
.shipping-area .product-list .total strong {
  font-size: 28px;
  font-weight: 400;
}
.shipping-area .next-step {
  text-align: right;
}
.shipping-area .next-step a {
  padding: 10px 30px;
  border: 1px solid #a3258f;
  background: #a3258f !important;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  background: transparent;
  margin-top: 25px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.shipping-area .next-step a:hover {
  background: #212121 !important;
  color: #fff;
  border: 1px solid #212121 !important;
}
.shipping-area .form-area h3 {
  font-weight: 500;
  padding: 15px 15px;
  font-size: 22px;
}
.shipping-area .form-area form fieldset {
  margin: 0 0 15px;
}
.shipping-area .form-area form fieldset label {
  display: block;
  width: 100%;
  color: #333333;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 14px;
}
.shipping-area .form-area form fieldset input {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  height: 40px;
  border-radius: 0;
  padding: 0 15px;
  border: 1px solid #ccc;
}
.shipping-area .form-area form fieldset select {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  height: 40px;
  border-radius: 0;
  padding: 0 15px;
  color: #646464;
  font-size: 13px;
  border: 1px solid #ccc;
}
.shipping-area .order-list h3 {
  padding: 15px 0;
  font-size: 24px;
}
.shipping-area .order-list table {
  width: 100%;
}
.shipping-area .order-list table tr {
  width: 100%;
  display: block;
}
.shipping-area .order-list table tr th {
  font-weight: bold;
  width: 50%;
}
.shipping-area .order-list table tr td {
  border: 1px solid #dedede;
  padding: 15px 15px;
  font-weight: normal;
}
.shipping-area .order-list table tr td:first-child {
  width: 400px;
}
@media screen and (max-width: 480px) {
  .shipping-area .order-list table tr td:first-child {
    width: 65%;
  }
}
.shipping-area .order-list table tr td:last-child {
  width: 150px;
  text-align: center;
}
.shipping-area .order-list table .row-bold td {
  border: 1px solid #dedede;
  font-weight: 700;
}
.shipping-area .panel-group .panel {
  border-radius: 0;
  margin: 0;
}
.shipping-area .panel-group .panel-body {
  padding-left: 40px;
  padding-right: 100px;
}
.shipping-area .panel-group a .checkbox {
  margin: 0;
  padding: 10px 0;
}
.shipping-area .panel-group a .checkbox .cr {
  position: relative;
  display: inline-block;
  background: #cccccc;
  border-radius: 100%;
  float: left;
  margin-top: 0px;
  margin-right: .5em;
  width: 15px;
  height: 15px;
}
.shipping-area .panel-group a .checkbox label {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
.shipping-area .panel-group a .checkbox label input[type="checkbox"] {
  display: none;
}
.shipping-area .panel-group a .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 1;
  display: block;
  color: #a3258f;
  width: 15px;
  height: 15px;
}
.shipping-area .panel-group a .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
  transition: all 0.3s ease-in;
  display: block;
  padding: 5px;
  color: #2962ff;
}
.shipping-area .panel-group .panel-default > .panel-heading {
  background: transparent;
}
.order-pro input[type=number]::-webkit-inner-spin-button,
.order-pro input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.coupon-fields .input-text {
  padding: 5px 8px;
  width: 75%;
  margin-right: 10px;
  margin-bottom: 25px;
}
.coupon-fields .apply-coupon {
  background: #a3258f;
  border: none;
  color: #fff;
  padding: 6px 8px;
  border: 1px solid #a3258f;
  transition: all 0.3s ease 0s;
}
.coupon-fields .apply-coupon:hover {
  background: #212121 !important;
  border: 1px solid #212121;
  color: #fff;
}
/*-------------------------------------
    32. Contact Page Section Start Here
--------------------------------------*/
.contact-page-section #googleMap {
  height: 490px;
}
.contact-page-section .map-text {
  padding-bottom: 22px;
}
.contact-page-section .map-text h3 {
  font-size: 20px;
  margin: 0;
  padding: 25px 0 10px;
  font-weight: 600;
}
.contact-page-section .map-text p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section {
  text-align: center;
  margin: 50px 0;
}
.contact-page-section .contact-address-section .contact-info {
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  padding: 25px 0 23px;
}
.contact-page-section .contact-address-section .contact-info .contact-pd {
  padding: 0 10px;
}
.contact-page-section .contact-address-section .contact-info i {
  color: #a3258f;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section .contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  padding: 15px 0;
}
.contact-page-section .contact-address-section .contact-info a {
  color: #505050;
  display: block;
}
.contact-page-section .contact-address-section .contact-info a:hover {
  color: #a3258f;
}
.contact-page-section .contact-address-section .contact-info p {
  color: #505050;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-comment-section h3 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
}
.contact-page-section .contact-comment-section form .form-group label {
  color: #505050;
  font-weight: 400;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #a3258f;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #212121;
}
/* ------------------------------------
    33. Rs Gallery
---------------------------------------*/
.rs-gallery .gallery-item {
  position: relative;
}
.rs-gallery .gallery-item .gallery-desc {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rs-gallery .gallery-item .gallery-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.rs-gallery .gallery-item .gallery-desc h3 a {
  color: #ffffff;
}
.rs-gallery .gallery-item .gallery-desc p {
  color: #e1e1e1;
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.rs-gallery .gallery-item .gallery-desc .image-popup {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #a3258f;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-gallery .gallery-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.rs-gallery .gallery-item:hover:before {
  opacity: 1;
}
.rs-gallery .gallery-item:hover h3,
.rs-gallery .gallery-item:hover p,
.rs-gallery .gallery-item:hover .image-popup {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.rs-gallery .row {
  margin-bottom: 30px;
}
.rs-gallery-section .single-gallery {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rs-gallery-section .single-gallery:after {
  content: "";
  width: 80%;
  height: 80%;
  background: #92278f;
  position: absolute;
  top: 10%;
  left: 10%;
  display: block;
  overflow: hidden;
  opacity: 0.8;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-gallery-section .single-gallery .popup-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rs-gallery-section .single-gallery .popup-icon a {
  font-size: 20px;
  display: inline-block;
  margin: 0 8px;
  color: #fff;
}
.rs-gallery-section .single-gallery:hover:after {
  opacity: 0.8;
  visibility: visible;
  transform: scale(1);
}
.rs-gallery-section .single-gallery:hover .popup-icon {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------
    34. ScrollUp
---------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 999;
}
#scrollUp i {
  background-color: #a3258f;
  height: 40px;
  font-size: 24px;
  width: 42px;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover {
  background-color: #a3258f;
  color: rgba(255, 255, 255, 0.7);
}
/* ------------------------------------
    35.404 Page Area Start Here 
---------------------------------------*/
.error-page-area {
  text-align: center;
}
.error-page-area .error-page {
  background: #f0f0f0;
  background-position: center center;
  background-size: cover;
  padding: 60px 0 100px;
}
.error-page-area .error-page h1 {
  font-size: 250px;
  color: #212121;
  line-height: 230px;
  margin: 0;
}
.error-page-area .error-page p {
  font-size: 18px;
  color: #212121;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.error-page-area .error-page-message {
  margin-top: 0;
}
.error-page-area .error-page-message p {
  font-size: 20px;
  color: #212121;
}
.error-page-area .error-page-message .home-page a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  background: #a3258f;
  padding: 15px 35px;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}
.error-page-area .error-page-message .home-page a:hover {
  background: #212121;
}
/*-------------------------
    36.Preloader css
---------------------------*/
.book_preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #a3258f;
  z-index: 999999;
}
.book {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px;
}
.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #a3258f;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #a3258f;
  }
  29.9% {
    background: #a3258f;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #a3258f;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #a3258f;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #a3258f;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #a3258f;
  }
  29.9% {
    background: #a3258f;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #a3258f;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #a3258f;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #a3258f;
  }
}
/* ------------------------------------
    37. Rs Footer
---------------------------------------*/
.rs-footer {
  color: #e8e8e8;
  margin-top: 98px;
}
.rs-footer .footer-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}
.rs-footer .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color: #a3258f;
}
.rs-footer .container {
  position: relative;
}
.rs-footer .footer-contact-desc {
  margin: 0;
  background: #222;
  text-align: center;
  padding: 35px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -100px auto 0;
  z-index: 111;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
  border-left: 1px solid #e2e2e2;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before,
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  content: '';
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #e2e2e2;
  top: 50%;
  transform: translateY(-50%);
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
  left: 3px;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  left: -5px;
}
.rs-footer .footer-contact-desc .contact-inner {
  position: relative;
}
.rs-footer .footer-contact-desc .contact-inner i {
  font-size: 28px;
  margin-bottom: 12px;
  color: #a3258f;
}
.rs-footer .footer-contact-desc .contact-inner .contact-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
}
.rs-footer .footer-contact-desc .contact-inner .contact-desc {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 15px;
}
.rs-footer .footer-top {
  padding-top: 140px;
}
.rs-footer .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  float: left;
  background-color: #a3258f;
  color: #ffffff;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date span {
  display: block;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date span:first-child {
  margin-top: 10px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date span:last-child {
  font-size: 15px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a {
  font-family: 'Montserrat', sans-serif;
  color: #e8e8e8;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #bbbbbb;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-category {
  font-size: 15px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.rs-footer .footer-top .sitemap-widget li {
  width: 50%;
  float: left;
  line-height: 33px;
}
.rs-footer .footer-top .sitemap-widget li a {
  color: #e8e8e8;
  display: inline-block;
  position: relative;
}
.rs-footer .footer-top .sitemap-widget li a:hover,
.rs-footer .footer-top .sitemap-widget li a:focus {
  color: #a3258f;
}
.rs-footer .footer-top .sitemap-widget li a i {
  padding-right: 10px;
}
.rs-footer .footer-top .flickr-feed li {
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
  position: relative;
  width: 76px;
}
.rs-footer .footer-top .flickr-feed li img {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.rs-footer .footer-top .flickr-feed li:hover img {
  opacity: 0.7;
}
.rs-footer .footer-top .news-form {
  position: relative;
}
.rs-footer .footer-top .news-form input {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #a3258f;
  color: #ffffff;
  height: 50px;
  outline: 0 none;
  padding: 5px 15px;
  width: 100%;
}
.rs-footer .footer-top .news-form button {
  background: #a3258f;
  border: none;
  color: #ffffff;
  font-size: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.rs-footer .footer-top .news-form button:hover {
  background: #a3258f;
}
.rs-footer .footer-top .about-widget img {
  margin-bottom: 25px;
}
.rs-footer .footer-share {
  text-align: center;
  margin-top: 50px;
}
.rs-footer .footer-share ul li {
  display: inline-block;
}
.rs-footer .footer-share ul li a {
  font-size: 13px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transition: all .3s ease 0s;
  background: rgba(255, 255, 255, 0.15);
}
.rs-footer .footer-share ul li a:hover {
  background-color: #a3258f;
  color: #ffffff;
}
.rs-footer .footer-share ul li + li {
  margin-left: 5px;
}
.rs-footer .footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 0;
  margin-top: 35px;
}
.rs-footer .footer-bottom .copyright p {
  opacity: 0.95;
  margin-bottom: 0;
  font-size: 15px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item:last-child {
  border: none;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  transition: all .3s ease 0s;
  background: #a3258f !important;
  line-height: 27px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date span {
  display: block;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date span:first-child {
  margin-top: 10px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date span:last-child {
  font-size: 15px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title a {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #a3258f !important;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner {
  position: relative;
  max-width: 280px;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner:before {
  content: "\f1d9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
  pointer-events: none;
  z-index: 11;
  font-size: 20px;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner input[type=email] {
  font-size: 14px;
  padding: 12px 0 12px 16px;
  border: none;
  border-radius: 25px!important;
  height: 46px;
  position: relative;
  display: block;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  outline: 0;
  width: 100%;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner input[type=submit] {
  position: absolute;
  border-radius: 25px;
  top: 2px;
  right: 2px;
  background: #a3258f;
  color: #fff;
  padding: 10px 16px;
  border: 0;
  transition: .2s;
  font-size: 0;
  height: 42px;
  width: 74px;
  min-width: auto!important;
}
.rs-footer.rs-footer-style7 {
  position: relative;
  background: #f2f2f2;
}
.rs-footer.rs-footer-style7 .footer-top {
  padding-top: 70px !important;
}
.rs-footer.rs-footer-style7 .footer-top .footer-title {
  color: #212121;
}
.rs-footer.rs-footer-style7 .footer-top .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background: #a3258f;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #e9e2e2;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item:last-child {
  border: none;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  transition: all .3s ease 0s;
  background: #a3258f !important;
  line-height: 27px;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date span {
  display: block;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date span:first-child {
  margin-top: 10px;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date span:last-child {
  font-size: 15px;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title a {
  font-family: 'Montserrat', sans-serif;
  color: #505050;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #a3258f !important;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li {
  width: 50%;
  float: left;
  line-height: 33px;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a {
  color: #505050;
  display: inline-block;
  position: relative;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a:hover,
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a:focus {
  color: #a3258f !important;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a i {
  padding-right: 10px;
}
.rs-footer.rs-footer-style7 .footer-top .flickr-feed li {
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
  position: relative;
  width: 76px;
}
.rs-footer.rs-footer-style7 .footer-top .flickr-feed li img {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.rs-footer.rs-footer-style7 .footer-top .flickr-feed li:hover img {
  opacity: 0.7;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner {
  position: relative;
  max-width: 280px;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner:before {
  content: "\f1d9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
  pointer-events: none;
  z-index: 11;
  font-size: 20px;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner input[type=email] {
  font-size: 14px;
  padding: 12px 0 12px 16px;
  border: none;
  border-radius: 25px!important;
  height: 46px;
  position: relative;
  display: block;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  outline: 0;
  width: 100%;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner input[type=submit] {
  position: absolute;
  border-radius: 25px;
  top: 2px;
  right: 2px;
  background: #a3258f;
  color: #fff;
  padding: 10px 16px;
  border: 0;
  transition: .2s;
  font-size: 0;
  height: 42px;
  width: 74px;
  min-width: auto!important;
}
.rs-footer.rs-footer-style7 .footer-top .about-widget img {
  margin-bottom: 25px;
}
.rs-footer.rs-footer-style7 .footer-share {
  text-align: center;
  margin-top: 50px;
}
.rs-footer.rs-footer-style7 .footer-share ul li {
  display: inline-block;
}
.rs-footer.rs-footer-style7 .footer-share ul li a {
  background: none !important;
  color: #212121 !important;
}
.rs-footer.rs-footer-style7 .footer-share ul li a:hover {
  color: #a3258f !important;
}
.rs-footer.rs-footer-style7 .footer-share ul li li {
  margin-left: 5px;
}
.rs-footer.rs-footer-style7:before {
  background: #f2f2f2;
  transform: skewY(175deg);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: -1;
}
.rs-footer.rs-footer-style7 .footer-contact-desc {
  padding-top: 0;
  border-bottom: 1px solid #e9e2e2;
  transform: translateY(0);
  position: static;
  border-radius: 0;
  box-shadow: none;
  margin: -100px auto 0;
  background: none;
}
.rs-footer.rs-footer-style7 .footer-contact-desc .contact-inner i:before {
  color: #a3258f;
}
.rs-footer.rs-footer-style7 .footer-contact-desc .contact-inner .contact-title {
  color: #212121;
}
.rs-footer.rs-footer-style7 .footer-contact-desc .contact-inner .contact-desc {
  color: #505050;
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
  border-left: 1px solid #e2e2e2;
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before,
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  content: '';
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #e2e2e2;
  top: 50%;
  transform: translateY(-50%);
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
  left: 3px;
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  left: -5px;
}
.copyright_style7 {
  text-align: center;
  border-top: 1px solid #e9e2e2 !important;
  padding: 18px 0;
  margin-top: 35px;
  background: none !important;
}
.copyright_style7 .copyright p {
  opacity: 0.95;
  margin-bottom: 0;
  font-size: 15px;
}
.copyright_style7 .copyright p a {
  color: #a3258f;
}
.copyright_style7 .copyright p a:hover {
  color: #212121;
}
.rs-footer-2 .footer-share {
  margin-top: 20px;
}
@-webkit-keyframes rs-animation-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes rs-animation-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (max-width: 991px) {
  .instructor-home .rs-menu-toggle {
    color: #212121 !important;
  }
  .instructor-home .rs-menu-toggle i {
    color: #a3258f;
  }
}
/*---------------------
    Pulse Animation
---------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*------------------------------
    Swing Animation
------------------------------*/
@keyframes swing-anim {
  from {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  to {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes swing-anim {
  from {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  to {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
  }
}
@keyframes swing-anim2 {
  from {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
  }
  to {
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
  }
}
@-webkit-keyframes swing-anim2 {
  from {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
  }
  to {
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
  }
}
@media (min-width: 0px) and (max-width: 767px){
  .d-sm-block {
    display: block!important;
}
.rs-latest-news .news-normal-block {
    min-height: auto!important;
}
.rs-courses-details .detail-img img {
    width: 100%;
    height: auto;
}
.rs-courses-details .detail-img {
    position: relative;
    margin-bottom: 0px;
}
.rs-counter-style7 .rs-counter-list .icon-part {
    margin-right: 25px;
    display: none;
}
.gridFilter button + button {
    margin-left: -15px;
}
.rs-mission img {
    width: 100%;
    margin-bottom: 15px;
}
.rs-countdown-part .countdown-part .title {
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
}
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
}
.justify-content-md-start {
    justify-content: flex-start!important;
}
  .top-header {
  display:none!important;
  }
  .mobile_logo ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.mobile_logo ul {
    position: absolute;
    padding: 0px;
    top: 15px;
    right: -170px;
}
.mobile_logo ul li a i.fab.fa-whatsapp.clr-whatsapp {
    font-size: 24px;
    color: #0c642d;
}
.mobile_logo ul li a i.fa.fa-phone-alt {
    font-size: 20px;
    color: #b30000;
}
.mobile_logo ul li a i.fab.fa-google-play {
    font-size: 22px;
    color:#01d0f4;
}
section.contact-sec {
    display: none;
}
.pr-sv-footer-section {
    padding: 40px 0px;
    background-color: #000;
}
.rs-services.rs-services-style1 .col-md-4 {
    margin-bottom: 65px!important;
}
.rs-services-style1 .services-item {
 top: 0px !important;
 min-height: auto;
}
.rs-services-style1 .services-item.two {
    top: 0px !important; 
    /* margin-bottom: 70px !important; */
}
.rs-latest-news .news-normal-block {
   margin-bottom: 15px!important;
}
.banner-area .carousel-indicators {
    display: none!important;
}
div#rs-testimonial .owl-nav {
    display: none;
}
.rs-counter-style7 .rs-counter-list {
    display: flex;
    text-align: center!important;
    justify-content: center!important;
}
}
.row.contra {
    background: #a3258f30;
    margin-bottom: 40px;
    padding: 10px 0px;
    border-radius: 20px;
}
.rs-courses-details .detail-img img {
    width: 100%;
    height:350px;
}
.ft-thx-header-section .dropdown .dropdown-menu li img {
    width:25px;
    height:15px;
}
.collage-name p.one {
    padding: 15px 5px;
    background: #a3258f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.collage-name p.two {
    padding: 15px 5px;
    background: #5c5b5b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
