@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,600,500,700|Roboto:100,300,400,500,700&display=swap");
@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;
}

.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 {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

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;
}


.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;
}


.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: #f55b1c;
  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: #f55b1c;
}

.ft-section-title .sub-title:before {
  left: 0;
}

.ft-section-title .sub-title:after {
  right: 0;
  display: none;
}

.ft-section-title h2 {
  color: #3a3a3a;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.333;
  padding: 10px 0px 20px;
}

.ft-section-title-3 span {
  color: #fa3b0e;
  font-size: 18px;
  font-weight: 500;
}

.ft-section-title-3 h2 {
  color: #141415;
  font-size: 48px;
  font-weight: 700;
  padding-top: 12px;
}

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

.scrollup i {
  color: #fff;
}

.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: #f55b1c;
}

.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-header-section .navbar-nav {
  display: inherit;
}

.ft-header-section .dropdown {
  position: relative;
}

.ft-header-section .dropdown:after {
  top: 0px;
  color: #e3002a;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  color: #f55b1c;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.ft-header-section .dropdown-menu {
  left: 0;
  top: 52px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 250px;
  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 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 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: #f55b1c;
}

.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), #454545, #727272)
}

.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: #fa421600
}

.ft-header-section.header-style-three .dropdown-menu a:before {
  background-color: #fa4216;
}

.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-three {
  padding: 12px 0px;
  background-color: #121213;
}

.ft-header-section.sticky-on.header-style-three .ft-header-top {
  display: none !important;
}

.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_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_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 .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 .dropdown {
  position: relative;
}

.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  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_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_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 .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 .dropdown {
  position: relative;
}

.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}
.ft-about-section {
  padding: 80px 0px 100px;
}

.ft-about-img-exp {
  padding-top: 100px;
}

.ft-about-exp-area {
  top: 0px;
  right: 0;
}

.ft-about-exp-area .ft-about-exp-text {
  top: 50px;
  left: 60px;
  max-width: 185px;
}

.ft-about-exp-area .ft-about-exp-text h3 {
  font-size: 18px;
  color: #3a3a3a;
  font-weight: 700;
}

.ft-about-exp-area .ft-about-exp-text h3 span, .ft-about-exp-area .ft-about-exp-text h3 b {
  font-size: 48px;
}

.ft-about-exp-area .ft-about-exp-text p {
  font-weight: 500;
}

.ft-about-feature-list-warpper {
  padding-top: 35px;
}

.ft-about-feature-list-item {
  padding: 27px 20px 25px 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  -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-about-feature-list-item .ft-about-feature-icon {
  width: 55px;
  height: 55px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #ffebeb;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-about-feature-list-item .ft-about-feature-icon i {
  font-size: 30px;
  line-height: 0.75;
  color: #f55b1c;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-about-feature-list-item .ft-about-feature-text {
  max-width: 420px;
}

.ft-about-feature-list-item .ft-about-feature-text h3 {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.ft-service-section {
  overflow: hidden;
  padding: 103px 0px 0px 90px;
  background-color: #f6f6f6;
}

.ft-service-text-area .ft-btn {
  margin-top: 30px;
}

.ft-service-text-area .ft-btn a {
  background-color: #3a3a3a;
}

.ft-service-slider-area {
  margin: 0 -50px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.ft-service-slider-item {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-service-slider-item .ft-service-inner-img {
  overflow: hidden;
}

.ft-service-slider-item .ft-service-inner-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-service-slider-item .ft-service-inner-text {
  padding: 30px 25px 20px;
}

.ft-service-slider-item .ft-service-inner-text h3 {
  color: #3a3a3a;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 18px;
}

.ft-service-slider-item .ft-service-inner-text p {
  padding-bottom: 20px;
}

.ft-service-slider-item .ft-service-inner-text .ft-service-serial {
  right: -35px;
  bottom: -45px;
  height: 100px;
  width: 100px;
  color: #3a3a3a;
  font-size: 22px;
  font-weight: 700;
  border-radius: 100%;
  font-family: "Poppins";
  background-color: #e5e5ed;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  padding: 15px 10px 10px 32px;
}

.ft-service-slider-wrapper {
  margin: 0px -15px;
}

.ft-service-slider-wrapper .slick-list {
  overflow: visible;
}

.ft-service-slider-wrapper .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-service-slider-wrapper .slick-slide.slick-active {
  opacity: 1;
}
.ft-counterup-section {
  z-index: 1;
  padding: 60px 0px 100px;
}

.ft-counterup-section:before {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  content: "";
  height: 130px;
  position: absolute;
  background-color: #f6f6f6;
}

.ft-counterup-innerbox {
  margin-left: 40px;
  border-radius: 8px;
  background-color: #fff;
  padding: 25px 25px 25px 65px;
  -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-counterup-innerbox .ft-counterup-icon {
  top: 50%;
  left: -40px;
  z-index: 1;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 5.694px 12.79px 30px 0px rgba(234, 30, 0, 0.15);
  box-shadow: 5.694px 12.79px 30px 0px rgba(234, 30, 0, 0.15);
}

.ft-counterup-innerbox .ft-counterup-icon:before {
  top: 8px;
  left: 8px;
  content: "";
  z-index: -1;
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 100%;
  background-color: #e9501c;
}

.ft-counterup-innerbox .ft-counterup-icon i {
  color: #fff;
  font-size: 35px;
  line-height: 0.75;
}

.ft-counterup-innerbox .ft-counterup-text h3 {
  color: #3a3a3a;
  font-size: 48px;
  font-weight: 700;
}

.ft-counterup-innerbox .ft-counterup-text p {
  color: #3a3a3a;
  font-weight: 700;
}

.ft-why-choose-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 115px 0px 250px;
}

.ft-why-choose-section-2 .why-choose-img-2 {
  right: 0;
  bottom: 75px;
}

.ft-why-choose-section-2 .why-choose-bg-2 {
  top: 0;
  left: 0;
  opacity: 0.07;
  z-index: -1;
  position: absolute;
}

.ft-why-choose-section-2 .ft-why-choose-text-2 {
  padding-top: 50px;
}

.ft-why-choose-list-wrapper {
  max-width: 460px;
  margin-top: 42px;
}

.ft-why-choose-list-wrapper li {
  color: #0b0b0b;
  font-size: 18px;
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
  font-family: "Poppins";
}

.ft-why-choose-list-wrapper li:last-child {
  margin-bottom: 0;
}

.ft-why-choose-list-wrapper li:before {
  top: 2px;
  left: 0;
  font-size: 18px;
  color: #f55b1c;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}

.ft-case-study-section {
  overflow: hidden;
}

.ft-case-study-items {
  width: 25%;
  border-right: 1px solid #8a8a8a;
}

.ft-case-study-items .ft-case-study-img {
  position: relative;
}

.ft-case-study-items .ft-case-study-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(255 255 255 / 0%);
}

.ft-case-study-items .ft-case-study-text {
  left: 60px;
  bottom: -25px;
  max-width: 335px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.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: #f55b1c;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-footer-copywrite-2 {
  color: #fff;
  font-weight: 700;
  padding: 22px 0px;
  background-color: #212121;
}
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;
}
ul li {
  list-style: none;
}

.logo {
  width: 10rem;
}

@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 {
    background-color: #4ab9cf;
  }
  .ft-thx-header-section .mobile_menu_button {
    top: -58px;
    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: -48px;
  }

  .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 (max-width:748px){
.classic{
 display:none;
}
.carc {
  display: block!important;
}
.mob{
  display:none;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu .clearfix{
  display:block!important;
}
.fa-caret-right:before {
  content: "\f0da";
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff!important;
}
.slick-slide img {
  display: block;
  width: 147px;
  margin-left: 33%;
  margin-top: 7%;
}
.ft-service-slider-item .ft-service-inner-text h3 {
  color: #3a3a3a;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 18px;
  text-align: center;
}
.ft-service-slider-item .ft-service-inner-text p {
  padding-bottom: 20px;
  text-align: center;
}
}
.ft-why-choose-section-2 {
  z-index: 1;
  overflow: hidden;
  background: #e9ecef;
  padding: 115px 0px 250px;
}
.classic{
  display:none;
}
.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}
.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.ft-header-section .dropdown-menu {
  left: 0;
  top: 52px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 250px;
  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 rgb(0 0 0 / 15%), 0 29px 45px 4px rgb(0 0 0 / 8%), 0 11px 55px 10px rgb(0 0 0 / 7%);
  box-shadow: 0 13px 18px -8px rgb(0 0 0 / 15%), 0 29px 45px 4px rgb(0 0 0 / 8%), 0 11px 55px 10px rgb(0 0 0 / 7%);
}
.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: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: 250px;
  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 rgb(0 0 0 / 15%), 0 29px 45px 4px rgb(0 0 0 / 8%), 0 11px 55px 10px rgb(0 0 0 / 7%);
  box-shadow: 0 13px 18px -8px rgb(0 0 0 / 15%), 0 29px 45px 4px rgb(0 0 0 / 8%), 0 11px 55px 10px rgb(0 0 0 / 7%);
}