@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");
/*=========
Color Code
===========*/
.ft-testimonial-slider-area .slick-dots, .ft-project-slider-area .slick-dots, .ft-service-slider-2 .slick-dots, .ft-service-slider-wrapper .slick-dots {
  margin-top: 55px;
  position: static;
}
.ft-testimonial-slider-area .slick-dots li, .ft-project-slider-area .slick-dots li, .ft-service-slider-2 .slick-dots li, .ft-service-slider-wrapper .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 8px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #00044b;
}
.ft-testimonial-slider-area .slick-dots li:before, .ft-project-slider-area .slick-dots li:before, .ft-service-slider-2 .slick-dots li:before, .ft-service-slider-wrapper .slick-dots li:before {
  top: -5px;
  left: -5px;
  content: "";
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 2px solid var(--color1);
}
.ft-testimonial-slider-area .slick-dots li button, .ft-project-slider-area .slick-dots li button, .ft-service-slider-2 .slick-dots li button, .ft-service-slider-wrapper .slick-dots li button {
  display: none;
}
.ft-testimonial-slider-area .slick-dots li.slick-active, .ft-project-slider-area .slick-dots li.slick-active, .ft-service-slider-2 .slick-dots li.slick-active, .ft-service-slider-wrapper .slick-dots li.slick-active {
  background-color: var(--color1);
}
.ft-testimonial-slider-area .slick-dots li.slick-active:before, .ft-project-slider-area .slick-dots li.slick-active:before, .ft-service-slider-2 .slick-dots li.slick-active:before, .ft-service-slider-wrapper .slick-dots li.slick-active:before {
  opacity: 1;
}

/*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;
}
:root {
    --color1: #3d9e4b;
    --color2: #164a57;
}
li.footer-address p {
    color: #fff;
}
.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;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffff url("../img/loader.svg") no-repeat center center;
}

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

.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: var(--color1);
  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: var(--color1);
}
.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: var(--color1);
}
.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: var(--color1);
}

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

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

.scrollup {
    width: 55px;
    right: 12px;
    z-index: 99;
    height: 55px;
    bottom: 104px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: var(--color1);
    border: 1px solid #fff;
}
.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: var(--color1);
}
.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: var(--color1);
}
.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: var(--color2);
  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: var(--color2);
  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 var(--color2);
}
.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: var(--color1);
}
.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: var(--color1);
}
.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: var(--color1);
}
.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: #ff484e;
  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 #ff484e;
}
.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: #ff484e;
  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: #000d51;
  position: relative;
  border: 2px solid #ff484e;
}
.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: #ff484e;
}
.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:after {
  top: 0px;
  color: #e3002a;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  color: var(--color1);
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-header-section .dropdown li:after {
  top: 8px;
  right: 15px;
}
.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 .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: var(--color1);
}
.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: var(--color1);
}
.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 var(--color1);
  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: var(--color1);
}
.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: 50px;
    height: 50px;
    margin-right: 10px;
    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: var(--color1);
}
.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;
  color:#fff;
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-text h3 {
  font-size: 16px;
  font-weight: 600;
}
.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: var(--color1);
  padding:5px 0;
}
.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: var(--color1);
}
.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 #fff;
  border-left: 45px solid transparent;
}
.ft-header-section.header-style-two .ft-header-cta-info:after {
  top: -10px;
  left: -40px;
  width: 7px;
  content: "";
  height: 75px;
  position: absolute;
  background-color: var(--color2);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.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: var(--color1);
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text {
  color: #fff;
    align-items: center;
    display: flex;
}
.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: var(--color2);
}
.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;
  background-color: #fff;
}
.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    right: -65px;
    position: absolute;
    border-bottom: 95px solid #fff;
    border-right: 65px solid transparent;
}
.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo:after {
top: -18px;
    right: -51px;
    width: 7px;
    content: "";
    height: 140px;
    position: absolute;
    background-color: var(--color1);
    -webkit-transform: rotate(-44deg);
    transform: rotate(-34deg);
}
.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-main-menu .ft-main-navigation li a:hover{
    color:var(--color2);
}
.ft-header-section.header-style-two .ft-header-cta-btn {
  margin-left: 40px;
}
.ft-header-section.header-style-two .ft-header-cta-btn a {
  color: #fff;
  height: 55px;
  width: 190px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  font-family: "Poppins";
  border: 2px solid var(--color2);
  background-color: var(--color2);
}
.ft-header-section.header-style-two .ft-header-cta-btn a:hover {
  background-color: var(--color1);
  border: 2px solid var(--color1);
}
.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: 16px;
  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: #ff484e;
}
.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 #ff484e;
  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: #ff484e;
}
.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: var(--color2);
}
.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: #ff484e;
}
.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 #fe484e;
  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: #ff484e;
  -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: #ff484e;
  border: 2px solid #ff484e;
}

.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.4s ease-out;
  transition: all 0.4s 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_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: var(--color1);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: var(--color1);
  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: var(--color1);
  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:after {
  top: 1px;
  color: #fff;
  right: -15px;
  content: "+";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.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: #4ab9cf;
  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: 55px;
  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 .header-cta-content {
  padding: 25px 0px;
}
.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";
  background-color: #4ab9cf;
}
.ft-thx-header-section .header-navigation-content {
  padding: 20px;
}
.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: 70px;
}
.ft-thx-header-section .header-navigation-content li a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative;
}
.ft-thx-header-section .header-navigation-content li a:before {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  width: 0px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: -webkit-gradient(linear, right top, left top, from(#0036ff), to(#02fcff));
  background: linear-gradient(-90deg, #0036ff 0%, #02fcff 100%);
}
.ft-thx-header-section .header-navigation-content li:hover a:before {
  width: 70px;
}
.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: var(--color1);
}
.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: var(--color1);
  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_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: var(--color1);
  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: var(--color1);
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}

.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: var(--color1);
}

.pr-mark-main-navigation-wrapper {
  z-index: 1;
  max-width: 95%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 8px;
  background-color: var(--color2);
  -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: var(--color1);
}
.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: var(--color1);
  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: var(--color1);
}

.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: var(--color2);
  -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: 20px;
  left: 15px;
  display: none;
  position: absolute;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ft-service-section {
  overflow: hidden;
  padding: 70px 0;
  background-color: #f6f6f6;
}

.ft-service-text-area .ft-btn {
  margin-top: 30px;
}
.ft-service-text-area .ft-btn a {
  background-color: #00044b;
}

.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: #00044b;
  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 .service-more {
  color: #00044b;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins";
}
.ft-service-slider-item .ft-service-inner-text .service-more span {
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.ft-service-slider-item .ft-service-inner-text .service-more:hover {
  color: var(--color1);
}
.ft-service-slider-item .ft-service-inner-text .service-more:hover span {
  margin-left: 5px;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.ft-service-slider-item .ft-service-inner-text .ft-service-serial {
  right: -35px;
  bottom: -45px;
  height: 100px;
  width: 100px;
  color: #00044b;
  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-item:hover {
  -webkit-box-shadow: 1.882px 17.901px 80px 0px rgba(68, 68, 68, 0.15);
          box-shadow: 1.882px 17.901px 80px 0px rgba(68, 68, 68, 0.15);
}
.ft-service-slider-item:hover .ft-service-inner-text .ft-service-serial {
  background-color: #fde8e5;
}
.ft-service-slider-item:hover .ft-service-inner-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.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-service-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 105px 0px;
  background-color: #002531;
}
.ft-service-section-2 .ft-service-bg {
  left: 0;
  right: 0;
  top: -100px;
  z-index: -1;
}
.ft-service-section-2 .ft-section-title-2 span {
  color: #fff;
}
.ft-service-section-2 .ft-section-title-2 h2 {
  color: #fff;
}

.ft-service-content-2 {
  overflow: hidden;
  margin: 0px -15px;
  padding-top: 45px;
}

.ft-service-innerbox-2 {
  padding: 8px;
  max-width: 270px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #004150;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-service-innerbox-2 .ft-service-img {
  overflow: hidden;
  border-radius: 6px;
}
.ft-service-innerbox-2 .ft-service-icon {
  top: -35px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ft-service-innerbox-2 .ft-service-icon i {
  font-size: 30px;
  line-height: 0.75;
  color: var(--color1);
}
.ft-service-innerbox-2 h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 25px;
}
.ft-service-innerbox-2 .ft-service-text {
  padding: 30px 12px 20px;
}
.ft-service-innerbox-2 .ft-service-text .ft-btn-2 a:before {
  border: 2px solid #fff;
}
.ft-service-innerbox-2 .ft-service-text .ft-btn-2 a i {
  color: #fff;
}
.ft-service-innerbox-2 .ft-service-text .ft-btn-2 a:hover i {
  color: var(--color2);
}
.ft-service-innerbox-2 .ft-service-serial {
  right: -35px;
  bottom: -45px;
  height: 100px;
  width: 100px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 100%;
  font-family: "Poppins";
  background-color: #002e39;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  padding: 15px 10px 10px 32px;
}
.ft-service-innerbox-2:hover {
  background-color: var(--color1);
}
.ft-service-innerbox-2:hover .ft-service-serial {
  background-color: #c20001;
}
.ft-service-innerbox-2:hover .ft-service-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.ft-service-slider-2 .slick-prev, .ft-service-slider-2 .slick-next {
  display: none !important;
}
.ft-service-slider-2 .slick-dots li {
  background-color: #fff;
}

.ft-service-page-items {
  padding-top: 30px;
}
.ft-service-page-items .ft-service-innerbox-2 {
  margin-bottom: 30px;
}

.ft-service-sidebar-widget {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
.ft-service-sidebar-widget .widget-title {
  font-size: 24px;
  font-weight: 700;
}
.ft-service-sidebar-widget .service-category-widget {
  padding: 40px 30px;
  background-color: #f4f4f4;
}
.ft-service-sidebar-widget .service-category-widget .widget-title {
  color: #004150;
  padding-bottom: 25px;
}
.ft-service-sidebar-widget .service-category-widget li {
  margin-bottom: 15px;
}
.ft-service-sidebar-widget .service-category-widget li:last-child {
  margin-bottom: 0;
}
.ft-service-sidebar-widget .service-category-widget li a {
  width: 100%;
  color: #004150;
  font-weight: 700;
  position: relative;
  padding: 15px 20px;
  display: inline-block;
  border: 1px solid #d2d2d2;
}
.ft-service-sidebar-widget .service-category-widget li a:after {
  top: 15px;
  right: 20px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ft-service-sidebar-widget .service-category-widget li a:hover {
  border: 1px solid #fff;
  background-color: white;
  -webkit-box-shadow: 0.698px 9.976px 10px 0px rgba(104, 104, 104, 0.1);
          box-shadow: 0.698px 9.976px 10px 0px rgba(104, 104, 104, 0.1);
}
.ft-service-sidebar-widget .service-form-widget {
  padding: 30px 20px;
  background-color: var(--color1);
}
.ft-service-sidebar-widget .service-form-widget .widget-title, .ft-service-sidebar-widget .service-form-widget p {
  color: #fff;
  padding-bottom: 10px;
}
.ft-service-sidebar-widget .service-form-widget input, .ft-service-sidebar-widget .service-form-widget textarea {
  width: 100%;
  color: #fff;
  height: 55px;
  padding-left: 15px;
  margin-bottom: 15px;
  border: 1px solid #fff;
  background-color: transparent;
}
.ft-service-sidebar-widget .service-form-widget input::-webkit-input-placeholder, .ft-service-sidebar-widget .service-form-widget textarea::-webkit-input-placeholder {
  color: #fff;
}
.ft-service-sidebar-widget .service-form-widget input::-moz-placeholder, .ft-service-sidebar-widget .service-form-widget textarea::-moz-placeholder {
  color: #fff;
}
.ft-service-sidebar-widget .service-form-widget input:-ms-input-placeholder, .ft-service-sidebar-widget .service-form-widget textarea:-ms-input-placeholder {
  color: #fff;
}
.ft-service-sidebar-widget .service-form-widget input::-ms-input-placeholder, .ft-service-sidebar-widget .service-form-widget textarea::-ms-input-placeholder {
  color: #fff;
}
.ft-service-sidebar-widget .service-form-widget input::placeholder, .ft-service-sidebar-widget .service-form-widget textarea::placeholder {
  color: #fff;
}
.ft-service-sidebar-widget .service-form-widget textarea {
  height: 130px;
  padding-top: 10px;
}
.ft-service-sidebar-widget .service-form-widget button {
  height: 55px;
  width: 170px;
  color: #004150;
  border: none;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Poppins";
}
.ft-service-sidebar-widget .service-download-widget {
  padding: 40px 20px;
  background-color: #f4f4f4;
}
.ft-service-sidebar-widget .service-download-widget .widget-title {
  color: #004150;
  padding-bottom: 25px;
}
.ft-service-sidebar-widget .service-download-widget li {
  margin-bottom: 20px;
}
.ft-service-sidebar-widget .service-download-widget li:last-child {
  margin-bottom: 0;
}
.ft-service-sidebar-widget .service-download-widget li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  -webkit-box-shadow: 0.698px 9.976px 10px 0px rgba(104, 104, 104, 0.1);
          box-shadow: 0.698px 9.976px 10px 0px rgba(104, 104, 104, 0.1);
}
.ft-service-sidebar-widget .service-download-widget li a i {
  width: 38px;
  height: 10px;
  height: 38px;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: var(--color1);
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
  background-color: #fff0f0;
}
.ft-service-sidebar-widget .service-download-widget li a:hover {
  color: #fff;
  background-color: var(--color1);
}
.ft-service-sidebar-widget .service-download-widget li a:hover i {
  color: #fff;
  background-color: #ff6c6c;
}

.ft-service-details-img-wrapper .ft-service-details-img {
  margin-bottom: 30px;
}

.ft-service-details-text-wrapper h3 {
  color: #004150;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}
.ft-service-details-text-wrapper p {
  padding-bottom: 30px;
}

.ft-service-details-counter-item {
  padding: 25px 30px;
  margin-bottom: 30px;
  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-service-details-counter-item .ft-service-details-count-icon {
  width: 70px;
  height: 100px;
  margin-right: 30px;
}
.ft-service-details-counter-item .ft-service-details-count-icon i {
  font-size: 70px;
  color: var(--color1);
}
.ft-service-details-counter-item .ft-service-details-count-text .title {
  color: #043440;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ft-service-details-counter-item .ft-service-details-count-text .count-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--color1);
}

.ft-service-section-3 {
  padding-bottom: 120px;
  background-color: #f6f7f9;
}

.ft-service-content-3 {
  padding-top: 40px;
}

.ft-service-content-items-3 {
  overflow: hidden;
  margin-bottom: -10px;
  padding-bottom: 10px;
}

.ft-service-innerbox-3 .ft-service-img {
  overflow: hidden;
}
.ft-service-innerbox-3 .ft-service-img:before {
  left: -15px;
  width: 110%;
  content: "";
  height: 100px;
  bottom: -57px;
  position: absolute;
  background-color: #f2f3f5;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
.ft-service-innerbox-3 .ft-service-icon {
  right: 30px;
  top: -100px;
  z-index: 1;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background-color: #fff;
  border: 10px solid #008cfb;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-service-innerbox-3 .ft-service-icon i {
  color: #141415;
  font-size: 40px;
  line-height: 0.75;
}
.ft-service-innerbox-3 .ft-service-text-icon {
  top: -70px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: -70px;
  padding: 35px 30px 75px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: white;
  -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-service-innerbox-3 .ft-service-text-icon:before {
  left: 0;
  top: -70px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-bottom: 70px solid #fff;
  border-left: 339px solid rgba(255, 255, 255, 0);
}
.ft-service-innerbox-3 .ft-service-text-icon:after {
  top: -36px;
  left: -4px;
  width: 103%;
  content: "";
  height: 15px;
  position: absolute;
  background-color: #008eff;
  -webkit-transform: rotate(-12deg) skew(-15deg);
          transform: rotate(-12deg) skew(-15deg);
}
.ft-service-innerbox-3 .ft-service-text h3 {
  color: #121213;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
.ft-service-innerbox-3 .ft-service-text p {
  color: #121213;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-service-innerbox-3 .more-btn {
  right: 19px;
  bottom: 70px;
}
.ft-service-innerbox-3 .more-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding: 14px 26px;
  background-color: #008eff;
}
.ft-service-innerbox-3 .more-btn a:before {
  top: 0;
  width: 0;
  height: 0;
  content: "";
  left: -16px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-bottom: 49px solid #008eff;
  border-left: 16px solid transparent;
}
.ft-service-innerbox-3 .more-btn a i {
  margin-left: 8px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-service-innerbox-3 .more-btn a:hover {
  background-color: #fa4318;
}
.ft-service-innerbox-3 .more-btn a:hover:before {
  border-bottom: 49px solid #fa4318;
}
.ft-service-innerbox-3 .more-btn a:hover i {
  margin-left: 12px;
}
.ft-service-innerbox-3:hover .ft-service-icon {
  border: 10px solid #fa4318;
}
.ft-service-innerbox-3:hover .ft-service-text-icon {
  background-color: #01011c;
}
.ft-service-innerbox-3:hover .ft-service-text-icon:before {
  border-bottom: 70px solid #01011c;
}
.ft-service-innerbox-3:hover .ft-service-text h3, .ft-service-innerbox-3:hover .ft-service-text p {
  color: #fff;
}

.ft-service-more-btn {
  margin-top: 40px;
}
.ft-service-more-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-left: 20px;
  padding: 10px 30px;
  background-color: #008eff;
}
.ft-service-more-btn a:hover {
  background-color: #fa4318;
}

.pr-cor-service-section {
  z-index: 1;
  padding-bottom: 75px;
}
.pr-cor-service-section .map-bg {
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
}

.pr-cor-service-content {
  padding-top: 35px;
}
.pr-cor-service-content .ft-thx-btn {
  margin-top: 30px;
}

.pr-cor-service-innerbox {
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(87, 87, 87, 0.2);
          box-shadow: 0px 0px 45px 0px rgba(87, 87, 87, 0.2);
}
.pr-cor-service-innerbox .pr-cor-service-inner-img {
  overflow: hidden;
  border-radius: 6px;
  overflow: hidden;
}
.pr-cor-service-innerbox .pr-cor-service-inner-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-cor-service-innerbox .pr-cor-service-inner-text {
  padding: 50px 0px 30px;
}
.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-icon {
  left: 20px;
  top: -30px;
  width: 55px;
  height: 55px;
  border-radius: 5px;
  background-color: #fff;
  -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);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(255, 72, 78, 0.2);
          box-shadow: 0px 15px 30px 0px rgba(255, 72, 78, 0.2);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-icon i {
  font-size: 35px;
  line-height: 0.7;
  color: var(--color1);
}
.pr-cor-service-innerbox .pr-cor-service-inner-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000d51;
  padding-bottom: 15px;
}
.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-btn {
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 0px;
  width: 160px;
  margin: 0 auto;
  visibility: hidden;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-btn a {
  width: 160px;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 5px;
  padding-left: 15px;
  color: #000d51;
  font-family: "Poppins";
  background-color: #fff;
  border: 2px solid #cfcfcf;
}
.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-btn a i {
  top: 0;
  right: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: var(--color1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 72, 78, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(255, 72, 78, 0.3);
}
.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-btn:hover a {
  color: #fff;
  border: 2px solid var(--color1);
  background-color: var(--color1);
}
.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-btn:hover a i {
  background-color: #000d51;
}
.pr-cor-service-innerbox:hover {
  -webkit-box-shadow: 0px 0px 45px 0px rgba(87, 87, 87, 0.2);
          box-shadow: 0px 0px 45px 0px rgba(87, 87, 87, 0.2);
}
.pr-cor-service-innerbox:hover .pr-cor-service-btn {
  opacity: 1;
  bottom: -30px;
  visibility: visible;
}
.pr-cor-service-innerbox:hover .pr-cor-service-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.pr-cor-service-innerbox:hover .pr-cor-service-inner-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pr-sv-service-section {
  padding: 95px 0px 65px;
  background-color: #edf4ff;
}

.pr-sv-service-content {
  padding-top: 50px;
}

.pr-sv-service-innerbox {
  padding: 40px 20px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(144, 144, 144, 0.05);
          box-shadow: 0px 15px 30px 0px rgba(144, 144, 144, 0.05);
}
.pr-sv-service-innerbox .pr-sv-service-inner-icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: #ff484e54;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-sv-service-innerbox .pr-sv-service-inner-icon i {
  font-size: 40px;
  line-height: 0.75;
  color: var(--color1);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-sv-service-innerbox .pr-sv-service-inner-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000d51;
  padding: 25px 0px 15px;
  text-transform: uppercase;
}
.pr-sv-service-innerbox .pr-sv-service-inner-text p {
  padding-bottom: 20px;
}
.pr-sv-service-innerbox .pr-sv-service-inner-text .service-more {
  font-weight: 600;
  color: #000d51;
  font-family: "Poppins";
}
.pr-sv-service-innerbox .pr-sv-service-inner-text .service-more i {
  font-size: 12px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pr-sv-service-innerbox .pr-sv-service-inner-text .service-more:hover {
  color: var(--color1);
}
.pr-sv-service-innerbox .pr-sv-service-inner-text .service-more:hover i {
  margin-left: 5px;
}
.pr-sv-service-innerbox:hover .pr-sv-service-inner-icon {
  background-color: var(--color1);
  -webkit-box-shadow: 0px 14px 40px 0px rgba(89, 198, 138, 0.3);
          box-shadow: 0px 14px 40px 0px rgba(89, 198, 138, 0.3);
}
.pr-sv-service-innerbox:hover .pr-sv-service-inner-icon i {
  color: #fff;
}

.ft-thx-service-section-3 {
  z-index: 1;
  padding: 0px 0px 70px;
  background-color: #f9fdfd;
}
.ft-thx-service-section-3 .ft-thx-service-shape {
  top: 0;
  right: 0;
  z-index: -1;
}
.ft-thx-service-section-3 .ft-thx-section-title-3 {
  margin: 0 auto;
  max-width: 780px;
}
.ft-thx-service-section-3 .ft-thx-section-title-3 p {
  margin: 0 auto;
  max-width: 550px;
}
.ft-thx-service-section-3 .pr-sx-service-content {
  padding-top: 100px;
}
.ft-thx-service-section-3 .ft-thx-btn-2 {
  margin-top: 30px;
}

.pr-sx-service-innerbox {
  z-index: 1;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  padding: 80px 25px 30px 25px;
  border-bottom: 5px solid #000d51;
}
.pr-sx-service-innerbox .pr-sx-service-icon-bg {
  left: 0;
  right: 0;
  top: 60px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-sx-service-innerbox .pr-sx-service-icon-bg i {
  color: #ffffff42;
  font-size: 155px;
}
.pr-sx-service-innerbox .pr-sx-service-item-icon {
  left: 0;
  right: 0;
  top: -60px;
  width: 105px;
  height: 105px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #000d51;
}
.pr-sx-service-innerbox .pr-sx-service-item-icon i {
  color: #fff;
  line-height: 0.7;
  font-size: 48px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-sx-service-innerbox .pr-sx-service-item-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000d51;
  line-height: 1.636;
  padding-bottom: 20px;
}
.pr-sx-service-innerbox .pr-sx-service-item-text p {
  color: #000d51;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-sx-service-innerbox:hover {
  background-color: #4ab9cf;
  border: 1px solid #4ab9cf;
  border-bottom: 5px solid #4ab9cf;
  -webkit-box-shadow: 1.883px 26.934px 50px 0px rgba(60, 60, 60, 0.15);
          box-shadow: 1.883px 26.934px 50px 0px rgba(60, 60, 60, 0.15);
}
.pr-sx-service-innerbox:hover .pr-sx-service-item-icon {
  background-color: #fff;
  -webkit-box-shadow: -5.176px 19.319px 50px 0px rgba(60, 60, 60, 0.2);
          box-shadow: -5.176px 19.319px 50px 0px rgba(60, 60, 60, 0.2);
}
.pr-sx-service-innerbox:hover .pr-sx-service-item-icon i {
  color: #4ab9cf;
}
.pr-sx-service-innerbox:hover .pr-sx-service-item-text h3 {
  color: #fff;
}
.pr-sx-service-innerbox:hover .pr-sx-service-item-text p {
  color: #fff;
}
.pr-sx-service-innerbox:hover .pr-sx-service-icon-bg {
  opacity: 1;
  top: 40px;
}

.ft-thx-help-section {
  overflow: hidden;
  padding: 110px 0px;
}
.ft-thx-help-section .background_overlay {
  z-index: 1;
  height: 405px;
  background-color: rgba(0, 0, 0, 0.8);
}
.ft-thx-help-section .ft-thx-help-bg {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 405px;
  overflow: hidden;
}

.ft-thx-help-content {
  z-index: 4;
}
.ft-thx-help-content .ft-thx-section-title-3 {
  margin: 0 auto;
  max-width: 670px;
  padding-bottom: 40px;
}
.ft-thx-help-content .ft-thx-section-title-3 h2 {
  color: #fff;
}

.ft-thx-help-item {
  overflow: hidden;
  border-radius: 5px;
  padding: 30px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.ft-thx-help-item .ft-thx-help-text {
  width: 270px;
}
.ft-thx-help-item .ft-thx-help-text h3 {
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 15px;
}
.ft-thx-help-item .ft-thx-help-text .ft-thx-btn-2 a {
  height: 50px;
  width: 150px;
}
.ft-thx-help-item .ft-thx-help-img {
  z-index: 1;
  width: 210px;
  position: relative;
}
.ft-thx-help-item .ft-thx-help-img:before {
  top: 8px;
  right: -8px;
  bottom: -8px;
  left: 8px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #4ab9cf;
}
.ft-thx-help-item:hover .ft-thx-help-img:before {
  left: -8px;
  right: 8px;
  top: -8px;
  bottom: 8px;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.ft-project-section {
  z-index: 1;
  overflow: hidden;
  padding: 55px 0;
}
.ft-project-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  background-color: #00044b;
}
.ft-project-section .ft-section-title {
  max-width: 420px;
}
.ft-project-section .ft-section-title span, .ft-project-section .ft-section-title h2 {
  color: #fff;
}
.ft-project-section .ft-section-title h2 {
  padding-bottom: 0;
}

.ft-project-slider-wrapper {
  padding-top: 50px;
}

.ft-project-itembox .ft-project-img {
  overflow: hidden;
  border-radius: 5px;
}
.ft-project-itembox .ft-project-text {
  left: 0;
  top: 50%;
  opacity: 0;
  max-width: 370px;
  padding: 40px 30px;
  border-radius: 5px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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-project-itembox .ft-project-text h3 {
  color: #00044b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 50px;
  position: relative;
  padding-bottom: 15px;
}
.ft-project-itembox .ft-project-text h3:before {
  left: 0;
  top: 23px;
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  background-color: var(--color1);
}
.ft-project-itembox .ft-project-text p {
  line-height: 1.5;
  padding-bottom: 25px;
  color:#000;
}
.ft-project-itembox .ft-project-text .ft-btn a {
  background-color: #00044b;
}

.slick-current.slick-center .ft-project-itembox {
  margin-left: -200px;
  padding-left: 200px;
}
.slick-current.slick-center .ft-project-itembox .ft-project-text {
  opacity: 1;
}

.ft-project-slider-area {
  margin: 0px -100px;
}
.ft-project-slider-area .slick-list {
  overflow: visible;
}
.ft-project-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-project-slider-area .slick-slide.slick-active {
  opacity: 1;
}
.ft-project-slider-area .slick-dots {
  margin-top: 50px;
}

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

.ft-portfolio-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 105px 0px 90px;
}
.ft-portfolio-section-2:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 550px;
  position: absolute;
  background-color: #003440;
}
.ft-portfolio-section-2 .ft-section-title-2 {
  max-width: 505px;
}
.ft-portfolio-section-2 .ft-section-title-2 .sub-title {
  color: #fff;
}
.ft-portfolio-section-2 .ft-section-title-2 h2 {
  color: #fff;
  padding-bottom: 0;
}

.ft-portfolio-slider-item {
  padding: 5px;
}

.ft-portfolio-content-2 {
  margin: 0px -5px;
}

.ft-portfolio-slider-innerbox {
  overflow: hidden;
}
.ft-portfolio-slider-innerbox:before {
  top: 50%;
  left: 50px;
  right: 0;
  content: "";
  width: 92%;
  height: 92%;
  opacity: 0;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 54, 66, 0.95);
}
.ft-portfolio-slider-innerbox .ft-portfolio-text {
  left: 45px;
  bottom: 55px;
  max-width: 385px;
  position: absolute;
}
.ft-portfolio-slider-innerbox .ft-portfolio-text h3 {
  opacity: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.ft-portfolio-slider-innerbox .ft-portfolio-text p {
  opacity: 0;
  color: #fff;
  max-width: 360px;
  padding-bottom: 25px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.ft-portfolio-slider-innerbox .ft-portfolio-text .ft-btn-3 {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ft-portfolio-slider-innerbox .ft-portfolio-text .ft-btn-3 a {
  height: 45px;
  width: 150px;
}
.ft-portfolio-slider-innerbox:hover:before {
  left: 0;
  opacity: 1;
}
.ft-portfolio-slider-innerbox:hover .ft-portfolio-text h3, .ft-portfolio-slider-innerbox:hover .ft-portfolio-text p, .ft-portfolio-slider-innerbox:hover .ft-portfolio-text .ft-btn-3 {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.ft-portfolio-slider-2 .slick-dots {
  position: static;
  margin-top: 32px;
}
.ft-portfolio-slider-2 .slick-dots button {
  display: none;
}
.ft-portfolio-slider-2 .slick-dots li {
  width: 30px;
  height: 5px;
  background-color: #003440;
}
.ft-portfolio-slider-2 .slick-dots li.slick-active {
  background-color: var(--color1);
}

.ft-project-item-filter-btn {
  margin-bottom: 50px;
}
.ft-project-item-filter-btn li {
  color: #043441;
  cursor: pointer;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 20px;
}
.ft-project-item-filter-btn li.filtr-active {
  color: #fff;
  background-color: var(--color1);
}

.ft-project-post-item-content .ft-btn {
  margin-top: 30px;
}
.ft-project-post-item-content .ft-btn a {
  margin: 0 auto;
  border-radius: 30px;
  background-color: #043441;
}

.ft-project-item-wrapper .ft-portfolio-slider-innerbox {
  margin: 0 auto;
  max-width: 370px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.ft-project-item-wrapper .ft-portfolio-slider-innerbox .ft-portfolio-text {
  max-width: 285px;
}
.ft-project-item-wrapper .ft-portfolio-slider-innerbox .ft-portfolio-text h3 {
  font-size: 20px;
}
.ft-project-item-wrapper .ft-portfolio-slider-innerbox .ft-portfolio-text p {
  font-size: 14px;
}

.ft-portfolio-overview-text {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.15);
          box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.15);
}
.ft-portfolio-overview-text .project-title-overview {
  padding: 15px;
  background-color: var(--color1);
}
.ft-portfolio-overview-text .project-title-overview h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.ft-portfolio-overview-text .ft-portfolio-overview-list-value {
  padding: 30px;
}
.ft-portfolio-overview-text .ft-portfolio-overview-list-value .ft-portfolio-overview-list li {
  color: #1a2428;
  font-weight: 700;
  margin-bottom: 5px;
}
.ft-portfolio-overview-text .ft-portfolio-overview-list-value .ft-portfolio-overview-list li span {
  float: right;
  font-weight: 400;
}
.ft-portfolio-overview-text .ft-portfolio-overview-list-value .ft-project-value {
  margin-top: 20px;
}
.ft-portfolio-overview-text .ft-portfolio-overview-list-value .ft-project-value span {
  color: #1a2428;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins";
}
.ft-portfolio-overview-text .ft-portfolio-overview-list-value .ft-project-value ul li {
  font-size: 14px;
  color: #ffc601;
}

.ft-project-overview-text-wrapper {
  z-index: 1;
  padding-top: 35px;
}
.ft-project-overview-text-wrapper h3 {
  color: #191919;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.ft-project-overview-text-wrapper p {
  font-size: 17px;
}

.ft-project-overview-comment-list {
  font-size: 17px;
  padding-top: 35px;
}

.ft-project-overview-list-item li {
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative;
}
.ft-project-overview-list-item li:before {
  top: 0;
  left: 0;
  content: "";
  font-weight: 900;
  position: absolute;
  color: var(--color1);
  font-family: "Font Awesome 5 Pro";
}

.ft-project-overview-comment-wrapper {
  padding: 40px;
  margin-left: 60px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.15);
          box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.15);
}
.ft-project-overview-comment-wrapper .ft-project-overview-comment-img {
  width: 110px;
  height: 110px;
  line-height: 103px;
  margin-right: 25px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid var(--color1);
}
.ft-project-overview-comment-wrapper .ft-project-overview-comment-img img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.ft-project-overview-comment-wrapper .ft-project-overview-comment-text {
  width: 385px;
}
.ft-project-overview-comment-wrapper .ft-project-overview-comment-text h4 {
  color: #191919;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0px 5px;
}
.ft-project-overview-comment-wrapper .ft-project-overview-comment-text span {
  color: #00044b;
}

.ft-similar-work-section {
  padding-bottom: 110px;
}
.ft-similar-work-section .ft-similar-work-content h2 {
  color: #043441;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}
.ft-similar-work-section .ft-portfolio-slider-innerbox .ft-portfolio-text {
  max-width: 290px;
}

.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: rgba(0, 0, 0, 0.65);
}
.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-case-study-items .ft-case-study-text .serial-no {
  color: #fa4318;
  font-size: 20px;
  font-weight: 500;
}
.ft-case-study-items .ft-case-study-text h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 25px 0px 25px;
}
.ft-case-study-items .ft-case-study-text p {
  opacity: 0;
  color: #fff;
  line-height: 1.688;
  padding-bottom: 35px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-case-study-items .more-btn {
  left: 60px;
  color: #fff;
  width: 45px;
  height: 45px;
  bottom: 40px;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.ft-case-study-items .more-btn:hover {
  color: #000;
  background-color: #fff;
}
.ft-case-study-items:hover .ft-case-study-text {
  bottom: 90px;
}
.ft-case-study-items:hover .ft-case-study-text p {
  opacity: 1;
}
.ft-case-study-items:hover .ft-case-study-img:before {
  background-color: rgba(0, 67, 135, 0.85);
}

.ft-thx-project-section {
  z-index: 1;
  padding: 110px 0px;
}
.ft-thx-project-section:before, .ft-thx-project-section:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 450px;
  content: "";
  position: absolute;
  background-image: url(../img/bg/c-bg.jpg);
}
.ft-thx-project-section:after {
  background-image: none;
  background-color: rgba(0, 13, 81, 0.9);
}
.ft-thx-project-section .pr-cor-section-title {
  max-width: 450px;
}
.ft-thx-project-section .pr-cor-section-title h2 {
  color: #fff;
  padding-bottom: 0;
}

.ft-thx-project-slider-area {
  padding-top: 60px;
}

.ft-thx-project-slider-item {
  overflow: hidden;
  margin: 0px 10px;
}
.ft-thx-project-slider-item .ft-thx-inner-text {
  right: 0;
  width: 90%;
  opacity: 0;
  left: -100%;
  color: #fff;
  bottom: 30px;
  margin: 0 auto;
  padding: 30px 20px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #000d51;
}
.ft-thx-project-slider-item .ft-thx-inner-text span {
  font-weight: 600;
}
.ft-thx-project-slider-item .ft-thx-inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 0px;
  max-width: 280px;
}
.ft-thx-project-slider-item .ft-thx-inner-text .read-more {
  top: 50%;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fe484e;
}
.ft-thx-project-slider-item:hover .ft-thx-inner-text {
  left: 0;
  opacity: 1;
}

.port_left_arrow,
.port_right_arrow {
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  background-color: #fe484e;
}
.port_left_arrow:hover, .port_left_arrow:focus,
.port_right_arrow:hover,
.port_right_arrow:focus {
  color: #fff;
}

.ft-thx-project-slider .slick-next,
.ft-thx-project-slider .slick-prev {
  display: none;
}

.pr-sv-case-study-section {
  padding: 110px 0px 70px;
}
.pr-sv-case-study-section .pr-sx-secion-title {
  margin: 0;
  max-width: 580px;
  padding-bottom: 40px;
}

.pr-sv-case-study-filter-btn {
  margin-bottom: 55px;
}
.pr-sv-case-study-filter-btn li {
  cursor: pointer;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 5px;
  color: #000d51;
  font-family: "Poppins";
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.pr-sv-case-study-filter-btn li.filtr-active {
  color: #fff;
  background-color: #fe484e;
}

.pr-sv-case-study-item {
  max-width: 370px;
  border-radius: 8px;
  margin-bottom: 40px;
  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);
}
.pr-sv-case-study-item .pr-sv-case-study-img {
  overflow: hidden;
  border-radius: 10px;
}
.pr-sv-case-study-item .pr-sv-case-study-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.pr-sv-case-study-item .pr-sv-case-study-img a {
  left: 0;
  top: 40%;
  right: 0;
  opacity: 0;
  font-size: 30px;
  text-align: center;
  position: absolute;
  color: #fe484e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pr-sv-case-study-item .pr-sv-case-study-text {
  padding: 25px 20px;
}
.pr-sv-case-study-item .pr-sv-case-study-text h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.636;
  color: #000d51;
}
.pr-sv-case-study-item:hover .pr-sv-case-study-img:before {
  opacity: 1;
}
.pr-sv-case-study-item:hover .pr-sv-case-study-img a {
  top: 50%;
  opacity: 1;
}

.ft-thx-project-section-3 {
  padding: 115px 0px;
}

.ft-thx-project-top-content-3 .ft-thx-section-title-3 {
  max-width: 550px;
}
.ft-thx-project-top-content-3 .ft-thx-section-title-3 h2 {
  color: #fff;
}

.ft-thx-project-slider-item-wrap {
  padding: 0px 5px;
}

.ft-thx-project-slider-item-3:before, .ft-thx-project-slider-item-3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85%;
  -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);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#1b1b1b));
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(27, 27, 27, 0)",endColorStr="#1b1b1b");
}
.ft-thx-project-slider-item-3:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#4ab9cf));
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #4ab9cf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(27, 27, 27, 0)",endColorStr="#4ab9cf");
  opacity: 0;
}
.ft-thx-project-slider-item-3 .ft-thx-inner-text {
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 5;
  position: absolute;
  padding: 32px 50px;
}
.ft-thx-project-slider-item-3 .ft-thx-inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 8px;
}
.ft-thx-project-slider-item-3:hover:before {
  opacity: 0;
}
.ft-thx-project-slider-item-3:hover:after {
  opacity: 1;
}

.ft-thx-project-slider-3 {
  margin-top: 50px;
}
.ft-thx-project-slider-3 .slick-arrow {
  height: 46px;
  width: 46px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
  -ms-box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
  -o-box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
  box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
  margin: 0;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  transform: translate(0, 0);
  bottom: 15px;
}

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

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.ft-contact-section {
  z-index: 1;
  overflow: hidden;
  padding: 55px 0;
}
.ft-contact-section:before {
  top: 0;
  width: 70%;
  z-index: -1;
  content: "";
  left: -30%;
  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: 0px;
  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: var(--color2);
}


.ft-contact-form-wrapper .ft-sb-button:hover {
  background-color: var(--color1);
}
.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: var(--color1);
}
.ft-contact-cta-items .ft-contact-cta-text {
  max-width: 275px;
}
.ft-contact-cta-items .ft-contact-cta-text h3 {
  color: var(--color2);
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ft-contact-cta-items:hover {
  border-top: 5px solid var(--color1);
}

.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: var(--color1);
  -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;
}
/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.ft-footer-section {
  padding: 70px 0;
  background-color: var(--color1);
}


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

  padding-bottom: 22px;
}
.ft-footer-widget .menu-widget li {
  margin-bottom: 18px;
  display:flex;
}
.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: var(--color2);
}
.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: var(--color1);
  -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: var(--color2);
}

.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: var(--color1);
}
.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: #008eff;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a:hover {
  background-color: #fa4318;
}

.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: #008eff;
}
.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: #008eff;
  -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: #fa4318;
}
.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: #008eff;
  -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: #008eff;
}
.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: #008eff;
  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 0px 60px;
  background-color: #213442;
}

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

.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: var(--color1);
  font-family: "Font Awesome 5 Pro";
}
.pr-sv-footer-widget .pr-sv-menu-widget li:hover {
  color: var(--color1);
}
.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: var(--color1);
  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: var(--color1);
  line-height: 1.5em;
  font-weight: 700;
  display: block;
}

.sec-title h2 {
    margin-top: 15px;
    font-size: 30px;
    line-height: 38px !important;
}
.list_title p {
    color: #fff;
}

.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: var(--color1);
}

.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: var(--color1);
  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: var(--color1);
  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: var(--color2);
}

.btn-style-one:hover .icon {
  color: #ffffff;
  background-color: var(--color1);
}

/* Btn Stule Two */
.btn-style-two {
  position: relative;
  color: var(--color2) !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: var(--color2);
  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: var(--color1);
}

.btn-style-two:hover .icon {
  color: var(--color1);
  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: var(--color2);
  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: var(--color1);
  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: var(--color1);
}

.btn-style-three:hover .icon {
  color: var(--color1);
  background-color: #ffffff;
}

/*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: var(--color2);
  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;
}
/**
====================================================================
	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;
}
/*** 

====================================================================
	Welcome Section
====================================================================

***/
.ft1-welcome-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0px ;
}

.ft1-welcome-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 960px;
  height: 960px;
  margin-left: -470px;
  margin-top: -470px;
  background-repeat: no-repeat;
}

.ft1-welcome-section .image-column {
  position: relative;
  margin-bottom: 30px;
}

.ft1-welcome-section .image-column .inner-column {
  position: relative;
  padding-left: 20px;
  padding-right: 70px;
}

.ft1-welcome-section .image-column .image {
  position: relative;
}

.ft1-welcome-section .image-column .image:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 20px;
  bottom: 20px;
  width: 60px;
  border-radius: 4px;
  background-color: var(--color1);
}

.ft1-welcome-section .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.ft1-welcome-section .image-column .year-box {
  position: absolute;
  right: -80px;
  bottom: 35px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 30px 40px;
  border-right: 5px solid var(--color1);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.ft1-welcome-section .image-column .year-box .box-inner {
  position: relative;
  padding-left: 110px;
  color: #666666;
  font-size: 18px;
}

.ft1-welcome-section .image-column .year-box .box-inner strong {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--color2);
  font-family: "Poppins", sans-serif;
}

.ft1-welcome-section .image-column .year-box .box-inner .icon {
  position: absolute;
  left: 0px;
  top: -20px;
  width: 100px;
    height: 100px;
  
}

.ft1-welcome-section .content-column {
  position: relative;
}

.ft1-welcome-section .content-column .inner-column {
  position: relative;
  padding-top: 50px;
}

.ft1-welcome-section .content-column .list {
  position: relative;
}

.ft1-welcome-section .content-column .list li {
  position: relative;
  padding-left: 30px;
  color: var(--color2);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.ft1-welcome-section .content-column .list li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 3px;
  line-height: 1em;
  color: var(--color1);
  font-family: "flaticon";
}

.ft1-welcome-section .content-column .list li:last-child {
  margin-bottom: 0px;
}

.ft1-welcome-section .content-column .button-box {
  position: relative;
  margin-top: 35px;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/
.ft1-services-section {
  position: relative;
  padding: 50px 0px 0px;
}

.ft1-services-section .sec-title .btn-box {
  margin-top: 50px;
}

.ft1-services-section .owl-nav {
  display: none;
}

.ft1-services-section .owl-dots {
  position: relative;
  margin-top: 15px;
  text-align: center;
}

.ft1-services-section .owl-dots .owl-dot {
  position: relative;
  width: 40px;
  height: 6px;
  margin: 0px 7px;
  border-radius: 5px;
  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;
  -moz-transition: all 300ms ease;
}

.ft1-services-section .owl-dots .owl-dot:hover,
.ft1-services-section .owl-dots .owl-dot.active {
  background-color: var(--color1);
}

.ft1-services-section .owl-carousel .owl-stage-outer {
  position: static;
  padding: 20px 0px;
}

.ft1-services-section .owl-theme .service-block {
  margin: 0px 15px;
}

.ft1-services-section .owl-carousel {
  margin: 0px -15px;
  width: auto;
}

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

.ft1-service-block .inner-box {
  position: relative;
  padding: 40px 25px;
  border-radius: 6px;
  overflow: hidden;
  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);
          z-index: 9;
          min-height:370px;
}

.ft1-service-block .inner-box .side-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.ft1-service-block .inner-box .color-layer {
  position: absolute;
  right: -145px;
  top: -100px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background-color: var(--color1);
}

.ft1-service-block .inner-box .color-layer:before {
  position: absolute;
  content: "";
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 50%;
  border: 2px dashed var(--color1);
}

.ft1-service-block .inner-box .content {
  position: relative;
  max-width: 290px;
  z-index: 1;
}

.ft1-service-block .inner-box h4 {
  text-transform: uppercase;
}

.ft1-service-block .inner-box h4 a {
  position: relative;
  color: var(--color2);
  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-service-block .inner-box h4 a:hover {
  color: var(--color1);
}

.ft1-service-block .inner-box .text {
  position: relative;
  color: #666666;
  font-size: 16px;
  margin-top: 22px;
  margin-bottom: 28px;
}

.ft1-service-block.style-two .inner-box .color-layer {
  background-color: var(--color2);
}

.ft1-service-block.style-two .inner-box .color-layer:before {
  border-color: var(--color2);
}

/*** 

====================================================================
	Clients Section
====================================================================

***/
.ft1-clients-section {
  position: relative;
  margin-top: -190px;
  padding: 290px 0px 72px;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #000;
}

.ft1-clients-section .sponsors-outer .owl-dots,
.ft1-clients-section .sponsors-outer .owl-nav {
  position: relative;
  display: none;
}

.ft1-clients-section .sponsors-outer .image-box {
  position: relative;
  text-align: center;
  margin: 0px;
  border-radius: 5px;
  border: 1px solid #aec2c9;
  background-color: rgba(255, 255, 255, 0.06);
}

.ft1-clients-section .sponsors-outer .image-box:hover {
  border-color: #ffffff;
}

.ft1-clients-section .sponsors-outer .image-box img {
  max-width: 100%;
  width: auto;
  opacity: 0.7;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft1-clients-section .sponsors-outer .image-box img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*** 

====================================================================
	Steps Section
====================================================================

***/
.ft1-steps-section {
  position: relative;
  padding: 70px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background: #f1f1f1;
}

.ft1-steps-section .inner-container {
  position: relative;
  padding: 0px 70px;
}

.step-block {
  position: relative;
  margin-bottom: 30px;
}

.step-block .inner-box {
  position: relative;
  text-align: center;
}


.step-block:last-child .inner-box:before {
  display: none;
}

.step-block .inner-box .icon-outer {
  position: relative;
  display: inline-block;
}

.step-block .inner-box .icon-outer .icon-box {
    position: relative;
    width: 172px;
    height: 180px;
    color: var(--color1);
    font-size: 50px;
    line-height: 154px;
    z-index: 1;
    text-align: center;
    font-family: "flaticon";
}

.step-block .inner-box .icon-outer .icon {
  position: relative;
}

.step-block .inner-box h5 {
  margin-top: 0px;
}


/*** 

====================================================================
	Projects Section
====================================================================

**/
.ft1-projects-section {
  position: relative;
  padding: 70px 0px ;
}

.ft1-projects-section .button-box {
  position: relative;
  margin-top: -80px;
  text-align: center;
}

.ft1-projects-section .button-box .theme-btn {
  position: relative;
  z-index: 1;
}

.ft1-projects-section .owl-stage-outer .owl-item.center .ft1-project-block {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.ft1-projects-section .owl-dots,
.ft1-projects-section .owl-nav {
  display: none;
}

.ft1-projects-section .owl-carousel .owl-stage-outer {
  position: static;
  padding: 120px 0px 20px;
}

.ft1-projects-section .owl-theme .ft1-project-block {
  margin: 0px 15px;
}

.ft1-projects-section .owl-carousel {
  margin: 0px -15px;
  width: auto;
}

.ft1-project-block {
  position: relative;
  margin-bottom: 30px;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.ft1-project-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: var(--color1);
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
}

.ft1-projects-section .owl-stage-outer .owl-item.center .ft1-project-block .inner-box::before,
.ft1-project-block .inner-box:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.ft1-project-block .inner-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px 20px 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.ft1-project-block .inner-box .image {
  position: relative;
  background-color: var(--color2);
}

.ft1-project-block .inner-box .image .icon {
  position: absolute;
  left: 20px;
  bottom: -25px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  border-radius: 3px;
  text-align: center;
  font-size: 24px;
  background-color: #fff;
  font-family: "flaticon";
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  border:1px solid var(--color2);
}

.ft1-projects-section .owl-stage-outer .owl-item.center .ft1-project-block .inner-box .image .icon,
.ft1-project-block .inner-box:hover .image .icon {
  background-color: #ffffff;
  color: var(--color2);
}

.ft1-project-block .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;

}

.ft1-projects-section .owl-stage-outer .owl-item.center .ft1-project-block .inner-box .image img,
.ft1-project-block .inner-box:hover .image img {
  opacity: 9;

}

.ft1-project-block .inner-box .lower-content {
  position: relative;
  padding-top: 50px;
}

.ft1-project-block .inner-box .lower-content h4 {
  line-height: 1.4em;
  margin-bottom: 20px;
}

.ft1-project-block .inner-box .lower-content h4 a {
  position: relative;
  color: var(--color2);
  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-project-block .inner-box .detail {
  position: relative;
  color: var(--color2);
  font-weight: 600;
  padding-right: 20px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  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-project-block .inner-box .detail:before {
  position: absolute;
    right: 0px;
    top: 0px;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
}

.ft1-projects-section .owl-stage-outer .owl-item.center .ft1-project-block .inner-box .detail,
.ft1-projects-section .owl-stage-outer .owl-item.center .ft1-project-block .inner-box .lower-content h4 a,
.ft1-project-block .inner-box:hover .detail,
.ft1-project-block .inner-box:hover .lower-content h4 a {
  color: #ffffff;
}


/*** 

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

***/
.ft2-testimonial-section-two {
  position: relative;
  padding: 70px 0px;
  background-attachment: fixed;
  background-size: cover;
}

.ft2-testimonial-section-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.7;
  background-color: #f1f1f1;
}

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

.ft2-testimonial-section-two .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.ft2-testimonial-section-two .owl-dots .owl-dot {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0px 12px;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--color2);
}

.ft2-testimonial-section-two .owl-dots .owl-dot:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  opacity: 0;
  border-radius: 50px;
  border: 1px solid var(--color2);
  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-testimonial-section-two .owl-dots .owl-dot.active::before,
.ft2-testimonial-section-two .owl-dots .owl-dot:hover::before {
  opacity: 1;
}

.ft2-testimonial-block-two {
  position: relative;
}

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

.ft2-testimonial-block-two .inner-box .text {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    max-width: 880px;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
}

.ft2-testimonial-block-two .inner-box .author-info {
  position: relative;
  margin-top: 40px;
}

.ft2-testimonial-block-two .inner-box .author-image {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  border: 2px solid #ffde00;
}

.ft2-testimonial-block-two .inner-box h5 {
  position: relative;
  color: #000;
  margin-top: 15px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.ft2-testimonial-block-two .inner-box .designation {
  position: relative;
  color: #000;
  margin-top: 5px;
  font-weight: 400;
  font-style: italic;
}



/*---------------------------------------------------- */
/*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: 30px;
  }

  .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: var(--color2);
  }
  .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-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: -56px;
  }

  .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;
  }
}
section.breadcrumb-area {
    min-height: 500px;
    margin-top: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.ft-footer-widget .menu-widget li i{
    margin-right:12px;
    font-size:22px;
    color:#fff;
}

.ft-footer-widget .menu-widget li.footer__icons {
    width: 30px;
}
.ft-service-section-3 , .blog-single-area , .service-details-area{
    padding:55px 0;
}
.breadcrumb-area .inner-content {
    position:sticky;
}
.updated-content-banner{
    position:absolute !important;
    top: 33%;
    left: 6%;
}
.breadcrumb-area  .title h1 ,.breadcrumb-area  .title p { 
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 3px 3px 5px black;
}
.blog-single-area p{
    color:#000;
}
.ft-contact-section .ft-section-title p{
    color:#000;
}
section.breadcrumb-area::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: #0e0e0e94;
    opacity: 0.6;
}
.single-sidebar {
    background: var(--color1);
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    color:#fff;
}
.single-sidebar h4 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 13px;
    text-align: center;
}
.form-group {
    margin-bottom: 1rem;
}
.sidebar-wrapper button[type="submit"] {
    height: 55px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    background: #fff;
    border: none;
    padding: 0 50px;
    /*border: 2px solid #fff;*/
    transition: 0.5s;
}
.text-holder h2 {
    font-size: 26px;
    line-height: 33px;
}
.text-holder  {
    font-size: 16px;
    line-height: 24px;
    color:#000;
}
.single-sidebar.wow.fadeInUp.animated::before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-bottom: 59px solid var(--color2);
    border-right: 90px solid transparent;
}
.wiki-p p{
    color:#fff;
}
.ft-why-choose-section p{
    color:#000;
}
.ft-about-text-wrapper{
    color:#000;
}
@media screen and (max-width: 767px) {
   .banner-video video {
        width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    }
    .ft-service-section-3 ,.blog-single-area , .service-details-area{
    padding:40px 0 ;
}

.breadcrumb-area .title p, .ft-btn {
    font-size: 17px;
  
}
}

@media(min-width:768px){

.rtng {
    display:flex;
} }

.rtng li span {
    font-size:16px !important;
    font-weight:600;
    margin-right:5px !important;
}

.rtng address li a{
    color:white;
     font-size:16px !important;
    font-weight:600;
    margin-right:5px !important;
}

.rtng address li a:hover{
    color:var(--color1);
}

section.breadcrumb-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width:767px){
    .ft-header-top{
            justify-content: center !important;
    }
    
    .ft-header-section.header-style-three .ft-header-top li{
        margin-left:0px !important;
    }
    
    section.breadcrumb-area {
    min-height: 188px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
    
    .rtng address{
        text-align: center;
            padding-top: 11px;
    }
    
    .ft-header-section.header-style-three .ft-header-top {
    padding: 16px 0px 9px 0px !important;
    position: relative;
}

.ft-header-section.header-style-three .ft-header-top li:after {
    top: 28px;
    width: 241px;
    content: "";
    height: 2px;
    right: -2px;
    position: absolute;
    background-color: #424a54;
    display:none;
}
}

label{
    color:red;
}
.single-sidebar label{
    background-color:#fff;
}
.btm-cities{
    padding:50px 0px;
}

.btm-cities h4 {
    font-weight: 800;
    font-size: 28px;
     text-align: center;
}

.ul3 {
    column-count: 4;
    line-height: 2;
    margin-top: 30px;
   
  
}

.ul3 li a{
    color:var(--color1) !important;
}

.ul3 li a:hover{
    color:var(--color2) !important;
}

ul.ul3 li:before {
     content: "\f105";
   
    margin-right: 4px;
    font-weight: 1000 !important;
    color: var(--color1) !important;
    font-family: 'Font Awesome 5 Pro';
}

.btm-cities h3 {
    font-weight: 800;
    font-size: 24px;
     text-align: center;
     padding:9px;
     background:var(--color2);
     color:white !important;
     margin:25px 0px;
}

.brd  {
    background:var(--color2); 
    color:white !important;
    padding:4px 0px;
}

.brd a:hover{
    color:var(--color1);
}

.ft-testimonial-section h4{
    color:black !important;
     font-weight: 800;
    font-size: 26px;
     margin:0px 0px 25px 0px;
}

.btn-ones{
    background:var(--color1) !important;
    font-size:18px;
    font-weight:600;
    color:white !important;
}

.btn-ones:hover{
    background:var(--color2) !important;
    
} 



.mobile-icon i{
   font-size: 22px;
   transform: rotate(90deg); 
    
}

.text-holder p{
  
      margin-bottom:10px !important;
}

.ul3 li{
       position: absolute; 
}

.breadcrumb-area h1{
    font-size:36px;
    font-weight:600;
}

.breadcrumb-area .title p {
    font-size:17px;
}

h1, h2, h3, h4,  h5{
    line-height:1.5 !important;
}


.mass-btn{
    background:var(--color2) !important;
    color:white !important;
    font-weight:600;
    font-size:17px !important;
}

.mass-btn:hover{
    background:white !important;
    color:black !important;
   ;
}
.sidebar-content label{
    color:white !important;
}
.ft-header-top-cta.ul-li ul li address {
    margin: 0;
}
.pera-content h3 a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.pera-content h3 a:hover {
    color: var(--color2);
}
.ft-header-cta-btn a i {
    font-size: 20px;
    align-items: center;
    display: flex;
    margin-right: 10px;
}
input.btn-ones {
font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    font-family: "Poppins";
    border: 2px solid #fff;
    padding: 15px 60px;
    width: 100%;
}

section.blog-single-area .row {
    flex-direction: row-reverse;
}
.list_title {
    color: #003165;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.avl-features li {
    display: block;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;

}
.list_home ul.avl-features.third {
    column-count: 4;
}
.list_home ul li a {
    background-color: var(--color1);
    padding: 12px 35px 12px 12px;
    display: block;
    border-radius: 3px;
    position: relative;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 10px 20px rgb(0 22 84 / 7%);
    font-size:15px;
}
.list_home ul li a:hover {
    background-color: var(--color2);
    color: #fff;
    transition: .2s;
}
section#our-locksmith-services {
   padding: 60px 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #000;
}
.list_home ul li a:after {
    content: "\f084";
    right: 15px;
    font-family: 'Font Awesome 5 Pro';
    top: 12px;
    position: absolute;
    color:#fff;
    font-weight: bold;
    transform: rotateZ(45deg);
}
.list_home ul li a:hover:after {
    color: #fff;
}
.list_title h2 {
    color: #fff;
}
h4.section-title {
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
p.foote-color.m-0.p-0 a:hover {
    color: #fff;

}
p.foote-color.m-0.p-0 a {
    font-weight:500;
}
ul.sponsors-items {
    column-count: 4;
}
.icon.flaticon-delivery-1 img {
    padding: 12px;
}
section.breadcrumb-area.cnct.conttct-us {
    min-height: 300px;
}
.btns-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff!important;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 12px 36px;
    text-transform: uppercase;
    background: var(--color1);
}
.btns-box a:hover{
    background:var(--color2) !important;
}
.error-content .title {
    font-size: 70px;
    color: #000;
}
.error-content p{
    color:#000;
}


section.error-page-area {
    padding: 70px 0;
}
section#ft-contact-page {
    padding: 70px 0;
}
section.faqs {
    display:none;
    position: relative;
    overflow: hidden;
    padding: 60px 0px;
    background: var(--color2);
    color: #fff;
}
.faq_heading {
    text-align: center;
    color: white;
    margin-bottom: 26px;
}
h4.faq_question {
    font-size: 19px;
    color: #fff;
    margin-bottom: 8px;
}
.faq_answer {
    margin: 0 0 30px;
}
.ft-header-section.header-style-two .ft-header-main-menu-wrapper{
    background:#fff;
}
.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo:before , .ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo:after{
    content:unset;
}
.ft-header-section.header-style-two .ft-header-cta-info:before ,.ft-header-section.header-style-two .ft-header-cta-info:after{
    content:unset;
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text h3{
    color:#fff;
}
.single-blog-style2 .text-holder h2 {
    font-size: 26px;
}
.single-blog-style2 .text-holder h3 {
    font-size: 22px;
}
#background-video {
    width: 100%;
    min-width: 944px;
    position:relative;
    margin-left:-303px;
    display:flex;
}
.ft-header-top-cta.ul-li img {
    margin-right: 8px;
    border: 1px solid;
}
section.service-brands ul {
    column-count: 4;
    margin-top: -80px;
    position: sticky;
    padding: 20px;
}
.service-brands ul li a{
    display:flex;

}
.service-brands img{
    width:100%;
    border:2px solid #000;
}
@media (max-width:1199px){
    .ft-header-section.header-style-two .ft-header-cta-btn{
        display:none;
    }
}
@media (max-width:992px){
    .fa-bars:before {
    color: #000;
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo:before , .ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo:after{
    content:unset;
}
}
@media (max-width:991px){
        .list_home ul.avl-features.third {
    column-count: 2;
    padding-left: 0;
}
  .ft-header-section.header-style-two .ft-header-cta-btn {
    display: none;
  }
  section.breadcrumb-area {

      margin-top:95px;
  }
  section#our-locksmith-services{
      background: #000;
    background-image: unset !important;
  }
  #background-video{
      min-width:-webkit-fill-available;
    margin-left: -135px;
  }
  .updated-content-banner {
    width: 70%;
}
.updated-for-video{
    min-height:300px !important;
}
}


@media (max-width:767px){
    .list_home ul.avl-features.third {
    column-count: 1;
    padding-left: 0;
}
section.service-brands  {
   
    background: #f7f7f7;
    }
.service-brands img{
    border:1px solid #000;
}

.updated-for-video .ft-btn{
    display:none !important; 
}
.updated-content-banner {
top: 28%;
    
}
section#ft-contact-page {
    padding: 40px 0;
}
section#our-locksmith-services {
   padding: 40px 0;
   
}
section.breadcrumb-area.cnct.conttct-us {
    min-height: 150px;
}
section.error-page-area {
    padding: 40px 0;
}
.error-content .title {
    font-size: 50px;
    color: #000;
}
.avl-features li{
    padding-left:0px ;
}
.ft1-welcome-section , section#our-locksmith-services, .ft1-services-section ,.ft1-steps-section{
    padding:40px 0 !important;
}
.ft1-projects-section ,.ft-contact-section ,.ft2-testimonial-section-two ,.ft-footer-section {

    padding:40px 0;
}

.step-block {

    margin-bottom:10px ;
}

.updated-pera-content {
    margin-bottom: 0px !important;
}
.ft-footer-widget .menu-widget:nth(last-child){
    margin-bottom:0px;
}
.sec-title h2 {
    font-size: 24px;
    line-height: 28px !important;
}

.ft-contact-page-form-wrapper h3 {
    font-size: 26px;
    padding-bottom: 0px;
}
.list_title p  , .ft1-welcome-section .image-column .year-box , .breadcrumb-area .title p{
    display: none;
}
.breadcrumb-area .title .ft-btn {
    font-size: 17px;
    justify-content: center;
    display: flex;
}
.ft1-clients-section{
    
    margin-top:0 !important;
    padding:40px 0;
}
ul.sponsors-items {
    column-count: 2;
    padding-left:0px ;
}
ul.sponsors-items li{
    margin-bottom:15px ;
}
.ft-contact-form-wrapper {
    margin-top: 5px;
}
.text-holder h2 {
    font-size: 24px !important;
    line-height: 28px !important;
        margin-bottom: 5px;
}
.text-holder h3 {
    font-size: 22px !important;
        margin-bottom: 5px;
    line-height: 28px !important;
}
.single-sidebar h4 {

    font-size:20px ;
}
section.faqs {
    padding: 40px 0px;
}
.faq_heading {
    margin-bottom: 20px;
    line-height: 30px !important;
}
h4.faq_question {
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}
.faq_answer {
    margin: 0 0 15px;
}
}
@media (max-width: 767px){
.call-box.d-md-none.d-lg-none {
    position: fixed !important;
    bottom: 0 !important;
    z-index: 999 !important;
    height: 100px !important;
    width: 100% !important;
    text-align: center !important;
    color: #fff !important;
    background: var(--color2) !important;
}
.call-number {
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    padding-left: 20px;
    padding-top: 22px;
    border-top: 1px solid;
}
.call-number h4 {
    color: #fff !important;
}
.ft-footer-copywrite-1{
    margin-bottom:100px;
}
.mobile-icon {
    position: fixed !important;
    width: 43px !important;
    height: 43px !important;
    bottom: 10px !important;
    right: 20px !important;
    background-color: #6be24a !important;
    color: #FFF !important;
    border-radius: 50px;
    border: 4px solid #fff;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999 !important;
    line-height: 33px !important;
    display:flex;
}
.ft-header-top-content.d-flex.justify-content-between.align-items-center {
    display: block !important;
}
.ft-header-top-cta.ul-li , .ft-header-section.header-style-two .ft-header-cta-info{
    display: flex;
    justify-content: center;
}
.ft-header-top-cta.ul-li ul {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
}
.ft-header-top-cta.ul-li ul .fst-chld{
    width:100%;
    margin:0;
    text-align: center;
    margin-bottom:5px;
}
.ft-header-top-cta.ul-li ul .snd-chld{
    width:1000%;
    margin:0;
    text-align: center;
}
.ft-header-top-cta.ul-li, .ft-header-section.header-style-two .ft-header-cta-info{
        justify-content: center;
    align-items: center;
}
}

@media (max-width:680px){
section.breadcrumb-area {
    margin-top: 174px;
}
.ft1-welcome-section .content-column .list {

    padding-left: 10px;
}
.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo {
    width: 200px;
}
.ft-header-section.header-style-two .mobile_menu_button {
    top: -56px;
}
}

@media (max-width: 991px){
.updated-for-video {
    min-height: 240px !important;
}
}
@media (max-width: 575px){
.updated-content-banner {
  top: 35%;
    left: 14%;
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text p{
    text-align:center;
}
section.service-brands li{
    min-width:60px;
    width:100%;
}
section.service-brands ul{
    padding:0px;
}
section.service-brands .container {
    padding: 0px;
}
}
@media (max-width:366px){
section.breadcrumb-area {
    margin-top: 195px;
}
    
}
section.blog-single-area h1 {
    font-size: 30px;
    padding-bottom: 10px;
    text-align: left;
}








