﻿@charset "UTF-8";

@import url("../../../css");
.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 #ea1e00;
}
.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:blueviolet;
}
.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;
}

.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;
  color: inherit;
}

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

.relative-position {
  position: relative;
}

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

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

.container {
  max-width: 1200px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

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

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

.ft-section-title .sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #ea1e00;
  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: #ea1e00;
}
.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: #ea1e00;
}
.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: #ea1e00;
}

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

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: blueviolet;
}
.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: #ea1e00;
}
.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:blueviolet;
}
.ft-btn a:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

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

.ft-btn-3 a {
  color: #fff;
  height: 55px;
  width: 180px;
  font-weight: 600;
  border-radius: 30px;
  font-family: "Poppins";
  background-color: #ea1e00;
}
.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: #ea1e00;
}
.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: #ea1e00;
}
.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: #ea1e00;
  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: #ea1e00;
}
.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: #ea1e00;
}
.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 #ea1e00;
  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: #ea1e00;
}
.ft-header-section.header-style-one .ft-header-cta-info {
  top: 50%;
  right: 80px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #fff;
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-icon i {
  font-size: 30px;
  line-height: 0.75;
  color: #ea1e00;
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-text {
  color: #fff;
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-text p {
  font-weight: 500;
}
.ft-header-section.header-style-one .ft-header-cta-info .ft-header-cta-text h3 {
  font-size: 24px;
  font-weight: 700;
}
.ft-header-section.header-style-two {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.ft-header-section.header-style-two .ft-header-top {
  overflow: hidden;
  background-color: #003e4d;
}
.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: #ea1e00;
}
.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 #ea1e00;
  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: #192c48;
  -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: #ea1e00;
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text {
  color: #fff;
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text p {
  font-size: 14px;
  font-weight: 500;
}
.ft-header-section.header-style-two .ft-header-cta-info .ft-header-cta-text h3 {
  font-size: 18px;
  font-weight: 700;
}
.ft-header-section.header-style-two .ft-header-main-menu-wrapper {
  background-color: #002a34;
}
.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: #ea1e00;
}
.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: 80px solid #ea1e00;
  border-right: 65px solid transparent;
}
.ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo:after {
  top: -16px;
  right: -52px;
  width: 7px;
  content: "";
  height: 120px;
  position: absolute;
  background-color: #ea1e00;
  -webkit-transform: rotate(-39deg);
          transform: rotate(-39deg);
}
.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: #fff;
  font-weight: 500;
  padding-bottom: 30px;
}
.ft-header-section.header-style-two .ft-header-cta-btn {
  margin-left: 60px;
}
.ft-header-section.header-style-two .ft-header-cta-btn a {
  color: #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-two .ft-header-cta-btn a:hover {
  background-color: #ea1e00;
  border: 2px solid #ea1e00;
}
.ft-header-section.header-style-three {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
}
.ft-header-section.header-style-three .ft-header-top {
  padding: 16px 0px;
  position: relative;
}
.ft-header-section.header-style-three .ft-header-top:after {
  bottom: 0;
  right: 0;
  content: "";
  height: 2px;
  width: 85%;
  position: absolute;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(#fa4216), to(#fa4216));
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), #fa4216, #fa4216);
}
.ft-header-section.header-style-three .ft-header-top li {
  color: #fff;
  font-size: 13px;
  margin-left: 55px;
  position: relative;
  font-family: "Poppins";
}
.ft-header-section.header-style-three .ft-header-top li:after {
  top: -2px;
  width: 1px;
  content: "";
  height: 24px;
  right: -32px;
  position: absolute;
  background-color: #424a54;
}
.ft-header-section.header-style-three .ft-header-top li:last-child:after {
  display: none;
}
.ft-header-section.header-style-three .ft-header-top li i {
  color: #0090ff;
  margin-right: 5px;
}
.ft-header-section.header-style-three .ft-main-navigation li {
  margin-left: 60px;
}
.ft-header-section.header-style-three .ft-main-navigation li a {
  color: #fff;
  font-weight: 600;
  padding-bottom: 30px;
  font-family: "Poppins";
}
.ft-header-section.header-style-three .dropdown:after {
  color:blueviolet;
}
.ft-header-section.header-style-three .dropdown-menu a:before {
  background-color: blueviolet;
}
.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: blueviolet;
}
.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: #907117;
}
.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: #002a34;
}
.ft-header-section.header-style-new-two .ft-header-main-menu .ft-site-logo-area {
  width: 322px;
  overflow: hidden;
}
.ft-header-section.header-style-new-two .ft-header-main-menu .ft-site-logo {
  width: 240px;
  padding: 14px 15px;
  background-color: #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.7s ease-out;
  transition: all 0.7s ease-out;
}

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

.mobile_menu_overlay_on {
  overflow: hidden;
}

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

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

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

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

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

.ft-thx-header-section .dropdown {
  position: relative;
}
.ft-thx-header-section .dropdown: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: #ea1e00;
}
.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.png);
  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: #ea1e00;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile_menu_overlay_on {
  overflow: hidden;
}

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

.mobile_menu_button {
  right: 0px;
  top: -62px;
  z-index: 5;
  color: #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: #ea1e00;
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}

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

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

.pr-mark-navigation-menu .navbar-nav {
  display: inherit;
}
.pr-mark-navigation-menu .pr-main-navigation li {
  margin-left: 45px;
}
.pr-mark-navigation-menu .pr-main-navigation li a {
  color: #fff;
  font-weight: 500;
  padding-bottom: 30px;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown {
  position: relative;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown:after {
  top: 0px;
  color: #fff;
  right: -12px;
  content: "+";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown:hover:after {
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  color: #ea1e00;
}
.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:blueviolet;
  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:blueviolet;
}
.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: blueviolet;
}

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

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

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
#rev_slider_27_1_wrapper .gyges .tp-thumb {
  opacity: 1;
}

#rev_slider_27_1_wrapper .gyges .tp-thumb-img-wrap {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_27_1_wrapper .gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

#rev_slider_27_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
#rev_slider_27_1_wrapper .gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff, color-stop(100%, #777777)));
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#777777));
  background: linear-gradient(to bottom, #ffffff 0%, #777777 100%);
}

#rev_slider_29_1_wrapper .tparrows {
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
#rev_slider_29_1_wrapper .tparrows:before {
  color: #000;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
#rev_slider_29_1_wrapper .tparrows:hover {
  background-color: #0090ff;
}
#rev_slider_29_1_wrapper .tparrows:hover:before {
  color: #fff;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  display: inline-block;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.scale b {
  opacity: 0;
  color: #ea1e00;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.05);
    opacity: 0;
  }
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.ft-banner-section {
  overflow: hidden;
  padding: 395px 0px 255px;
}

.ft-banner-text-content {
  color: #fff;
  margin: 0 auto;
  max-width: 860px;
}
.ft-banner-text-content h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 10px;
}
.ft-banner-text-content p {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  max-width: 615px;
}
.ft-banner-text-content .ft-banner-btn-wrapper {
  margin-top: 35px;
}
.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn {
  margin-right: 20px;
}
.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn a {
  height: 55px;
  width: 170px;
  font-weight: 600;
  font-family: "Poppins";
  border-radius: 30px;
  background-color: #ea1e00;
}
.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn a:hover {
  background-color: #00044b;
}
.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-video-btn a {
  font-weight: 600;
}
.ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-video-btn a i {
  width: 55px;
  height: 55px;
  line-height: 52px;
  border-radius: 100%;
  margin-right: 20px;
  border: 2px solid #fff;
}

.ft-slider-section-3 {
  background-color: #f6f7f9;
}

.ft-thx-banner-section {
  padding: 280px 0px 180px;
}
.ft-thx-banner-section .background_overlay {
  background-color: rgba(0, 96, 118, 0.8);
}

.ft-thx-banner-text {
  padding-top: 70px;
}
.ft-thx-banner-text .banner-slug {
  font-size: 18px;
  font-weight: 600;
  color: #ea1e00;
}
.ft-thx-banner-text h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding: 10px 0px 20px;
}
.ft-thx-banner-text p {
  color: #fff;
}
.ft-thx-banner-text .ft-thx-banner-btn {
  margin-top: 30px;
}
.ft-thx-banner-text .ft-thx-banner-btn a {
  color: #fff;
  height: 55px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-right: 15px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ea1e00;
}
.ft-thx-banner-text .ft-thx-banner-btn a:hover {
  background-color: #008eff;
}

.ft-thx-banner-courier-form {
  max-width: 455px;
  float: right;
  padding: 45px 30px 45px;
  background-color: rgba(8, 12, 36, 0.68);
}
.ft-thx-banner-courier-form .wc-input {
  margin-bottom: 20px;
}
.ft-thx-banner-courier-form .wc-input span {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ft-thx-banner-courier-form .wc-input select, .ft-thx-banner-courier-form .wc-input input {
  width: 100%;
  height: 48px;
  border: none;
  border: none;
  color: #d0cfcf;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 15px;
  -webkit-appearance: none;
  background-color: #494d62;
}
.ft-thx-banner-courier-form .wc-input select::-webkit-input-placeholder, .ft-thx-banner-courier-form .wc-input input::-webkit-input-placeholder {
  color: #d0cfcf;
}
.ft-thx-banner-courier-form .wc-input select::-moz-placeholder, .ft-thx-banner-courier-form .wc-input input::-moz-placeholder {
  color: #d0cfcf;
}
.ft-thx-banner-courier-form .wc-input select:-ms-input-placeholder, .ft-thx-banner-courier-form .wc-input input:-ms-input-placeholder {
  color: #d0cfcf;
}
.ft-thx-banner-courier-form .wc-input select::-ms-input-placeholder, .ft-thx-banner-courier-form .wc-input input::-ms-input-placeholder {
  color: #d0cfcf;
}
.ft-thx-banner-courier-form .wc-input select::placeholder, .ft-thx-banner-courier-form .wc-input input::placeholder {
  color: #d0cfcf;
}
.ft-thx-banner-courier-form .wc-select:before {
  top: 13px;
  right: 12px;
  color: #d0cfcf;
  font-size: 15px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ft-thx-banner-courier-form .wc-input-range {
  margin-bottom: 20px;
}
.ft-thx-banner-courier-form .wc-input-range span {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ft-thx-banner-courier-form .wc-input-range #slider-range {
  height: 7px;
  width: 300px;
  border: none;
  border-radius: 0;
  margin-right: 15px;
  background-color: #adaeb0;
}
.ft-thx-banner-courier-form .wc-input-range #slider-range .ui-widget-header {
  background-color: #ea1e00;
}
.ft-thx-banner-courier-form .wc-input-range #slider-range .ui-slider-handle {
  top: -10px;
  width: 27px;
  height: 27px;
  margin-left: 0;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 100%;
  border: 5px solid #ea1e00;
}
.ft-thx-banner-courier-form .wc-input-range #slider-range .ui-slider-handle:focus {
  outline: none;
}
.ft-thx-banner-courier-form .wc-input-range .range-value input {
  width: 100px;
  height: 40px;
  border: none;
  color: #d0cfcf;
  border-radius: 5px;
  padding-left: 15px;
  background-color: #494d62;
}
.ft-thx-banner-courier-form button {
  color: #fff;
  height: 48px;
  border: none;
  width: 185px;
  margin-top: 5px;
  font-weight: 700;
  border-radius: 5px;
  border-radius: 5px;
  background-color: #008eff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-thx-banner-courier-form button:hover {
  background-color: #ea1e00;
}
.ft-thx-banner-courier-form p {
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
}
.ft-thx-banner-courier-form p a {
  color: #008eff;
}

#rev_slider_30_1_wrapper .gyges .tp-thumb {
  opacity: 1;
}

#rev_slider_30_1_wrapper .gyges .tp-thumb-img-wrap {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_30_1_wrapper .gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

#rev_slider_30_1_wrapper .gyges .tp-thumb.rs-touchhover .tp-thumb-img-wrap,
#rev_slider_30_1_wrapper .gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff, color-stop(100%, #777777)));
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#777777));
  background: linear-gradient(to bottom, #ffffff 0%, #777777 100%);
}

.ft-thx-banner-section-3 {
  overflow: hidden;
  top: -30px;
}
.ft-thx-banner-section-3 .background_overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.ft-thx-banner-section-3 .ft-thx-banner-text3 {
  max-width: 630px;
  padding: 280px 0px 250px;
}
.ft-thx-banner-section-3 .ft-thx-banner-text3 .banner-slug {
  font-size: 20px;
  font-weight: 500;
  color: #4ab9cf;
}
.ft-thx-banner-section-3 .ft-thx-banner-text3 h1 {
  color: #fff;
  font-size: 60px;
  line-height: 1.4;
  padding: 10px 0px 20px;
}
.ft-thx-banner-section-3 .ft-thx-banner-text3 p {
  color: #fff;
  font-size: 18px;
  max-width: 630px;
  padding-bottom: 30px;
}
.ft-thx-banner-section-3 .ft-thx-banner-text3 .ft-thx-slider-btn-2 .ft-thx-btn-2-slide-video-btn {
  margin-right: 40px;
}
.ft-thx-banner-section-3 .ft-thx-banner-text3 .ft-thx-slider-btn-2 .ft-thx-btn-2-slide-video-btn a {
  z-index: 1;
  width: 52px;
  height: 52px;
  position: relative;
  color: #fff;
  border-radius: 100%;
  background-color: #4ab9cf;
}
.ft-thx-banner-section-3 .ft-thx-banner-text3 .ft-thx-slider-btn-2 .ft-thx-btn-2-slide-video-btn a:before {
  top: 50%;
  left: 50%;
  content: "";
  z-index: 0;
  z-index: -1;
  width: 130px;
  height: 130px;
  display: block;
  background: #4ab9cf;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.ft-thx-banner-section-3 .ft-thx-banner-text3 .ft-thx-slider-btn-2 .xis-dm-btn a {
  color: #061b2e;
  background-color: transparent;
}
.ft-thx-banner-section-3 .ft-thx-banner-text3 .ft-thx-slider-btn-2 .xis-dm-btn a i {
  color: #fc7a5a;
}
.ft-thx-banner-section-3 .ft-thx-banner-text3 .ft-thx-slider-btn-2 .xis-dm-btn a:hover {
  color: #fff;
  background-color: #ea1e00;
}
.ft-thx-banner-section-3 .ft-thx-banner-img3 {
  top: 200px;
  right: -320px;
  position: absolute;
  -webkit-mask-image: url(../img/bg/img-mask.png);
          mask-image: url(../img/bg/img-mask.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/*---------------------------------------------------- */
/*Booking area*/
/*----------------------------------------------------*/
.ft-booking-form-content {
  top: -45px;
  z-index: 2;
  padding: 60px 30px;
  border-radius: 8px;
  margin-bottom: -45px;
  background-color: #fff;
  -webkit-box-shadow: -9.962px -0.872px 70px 0px rgba(122, 122, 122, 0.2);
          box-shadow: -9.962px -0.872px 70px 0px rgba(122, 122, 122, 0.2);
}
.ft-booking-form-content .booking-form-input-wrapper label {
  width: 100%;
  max-width: 420px;
  margin-right: 30px;
}
.ft-booking-form-content .booking-form-input-wrapper label .booking-form-icon {
  top: 13px;
  left: 15px;
  position: absolute;
}
.ft-booking-form-content .booking-form-input-wrapper label .booking-form-icon i {
  color: #bbbbbb;
  font-size: 28px;
}
.ft-booking-form-content .booking-form-input-wrapper input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding-left: 55px;
  border: 1px solid #c1c1c1;
}
.ft-booking-form-content .booking-form-input-wrapper input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.ft-booking-form-content .booking-form-input-wrapper input::-moz-placeholder {
  color: #bbbbbb;
}
.ft-booking-form-content .booking-form-input-wrapper input:-ms-input-placeholder {
  color: #bbbbbb;
}
.ft-booking-form-content .booking-form-input-wrapper input::-ms-input-placeholder {
  color: #bbbbbb;
}
.ft-booking-form-content .booking-form-input-wrapper input::placeholder {
  color: #bbbbbb;
}
.ft-booking-form-content .booking-form-input-wrapper button {
  color: #fff;
  padding: 0;
  height: 60px;
  border: none;
  width: 210px;
  font-weight: 600;
  border-radius: 6px;
  font-family: "Poppins";
  background-color: #00044b;
}

.ft-thx-sponsor-slider .slick-list {
  margin: 0px -15px;
  padding-bottom: 30px;
}
.ft-thx-sponsor-slider .ft-item-innerbox {
  width: 265px;
  height: 120px;
  float: left;
  margin: 0px 15px;
  line-height: 120px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 23, 144, 0.08);
          box-shadow: 0px 10px 15px 0px rgba(0, 23, 144, 0.08);
}
.ft-thx-sponsor-slider .ft-item-innerbox img {
  height: 100px;
  display: initial;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ft-about-section {
  padding: 80px 0px 100px;
}

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

.ft-about-exp-area {
  top: 0px;
  right: 0;
}
.ft-about-exp-area .ft-about-exp-text {
  top: 50px;
  left: 60px;
  max-width: 185px;
}
.ft-about-exp-area .ft-about-exp-text h3 {
  font-size: 18px;
  color: #00044b;
  font-weight: 700;
}
.ft-about-exp-area .ft-about-exp-text h3 span, .ft-about-exp-area .ft-about-exp-text h3 b {
  font-size: 48px;
}
.ft-about-exp-area .ft-about-exp-text p {
  font-weight: 500;
}

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

.ft-about-feature-list-item {
  padding: 27px 20px 25px 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
          box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
}
.ft-about-feature-list-item .ft-about-feature-icon {
  width: 55px;
  height: 55px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #ffebeb;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-about-feature-list-item .ft-about-feature-icon i {
  font-size: 30px;
  line-height: 0.75;
  color: #ea1e00;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-about-feature-list-item .ft-about-feature-text {
  max-width: 420px;
}
.ft-about-feature-list-item .ft-about-feature-text h3 {
  color: #00044b;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.ft-about-feature-list-item:hover .ft-about-feature-icon {
  background-color: #ea1e00;
}
.ft-about-feature-list-item:hover .ft-about-feature-icon i {
  color: #00044b;
}

.ft-about-section-2 {
  padding: 140px 0px 100px;
}

.ft-about-text-wrapper-2 .ft-section-title-2 h2 {
  max-width: 385px;
}

.ft-about-feature-wrapper-2 {
  margin-top: 40px;
}
.ft-about-feature-wrapper-2 .ft-about-feature-list-item .ft-about-feature-icon {
  background-color: transparent;
  margin-right: 15px;
}
.ft-about-feature-wrapper-2 .ft-about-feature-list-item {
  margin-bottom: 0;
  padding: 18px 15px 20px 15px;
}
.ft-about-feature-wrapper-2 .ft-btn-3 {
  margin-top: 40px;
}

.ft-about-img-2 {
  overflow: hidden;
  border-radius: 8px;
}

.ft-about-img-2-wrapper {
  padding-left: 40px;
  z-index: 1;
}
.ft-about-img-2-wrapper .ft-about-shape1 {
  right: 0;
  top: -30px;
}
.ft-about-img-2-wrapper .ft-about-shape2 {
  left: 0;
  z-index: -1;
  bottom: -40px;
}

.ft-video-section {
  padding-bottom: 105px;
}

@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.ft-video-play {
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ft-video-play a {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #ea1e00;
}
.ft-video-play a i {
  color: #fff;
}
.ft-video-play a .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  border: 10px solid #ea1e00;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
          animation: border_animation 3.9s linear 0s infinite;
}
.ft-video-play a .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

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

.ft-about-sign-img-text {
  right: 0;
  bottom: -20px;
  position: absolute;
}
.ft-about-sign-img-text .sign-shape {
  left: -95px;
  bottom: 10px;
  position: absolute;
}
.ft-about-sign-img-text span {
  color: #141415;
  display: block;
  margin-top: 5px;
  font-weight: 700;
}

.ft-about-text-3 .ft-about-sub-text {
  color: #272727;
  font-size: 17px;
  line-height: 1.765;
  padding: 25px 0px 20px;
}
.ft-about-text-3 .ft-about-feature-text {
  color: #666666;
  font-size: 15px;
  line-height: 1.667;
}
.ft-about-text-3 .ft-about-btn-group {
  margin-top: 30px;
}
.ft-about-text-3 .ft-about-btn-group a {
  color: #141415;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 30px;
  margin-right: 25px;
  font-family: "Poppins";
  border: 2px solid #fa3b0e;
}
.ft-about-text-3 .ft-about-btn-group a i {
  margin-left: 5px;
}
.ft-about-text-3 .ft-about-btn-group a:hover {
  color: #fff;
  border: 2px solid #6f42c1;
  background-color: #008eff;
}

@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.ft-thx-about-section {
  padding: 30px 0px 100px;
}

.pr-cor-about-feature-area {
  padding: 28px 0px;
}

.pr-cor-about-feature-list {
  margin-bottom: 28px;
}
.pr-cor-about-feature-list .pr-cor-about-ft-icon {
  width: 75px;
  height: 75px;
  border-radius: 5px;
  margin-right: 30px;
  background-color: #ffeced;
}
.pr-cor-about-feature-list .pr-cor-about-ft-icon i {
  font-size: 50px;
  line-height: 0.7;
  color: #ff484e;
}
.pr-cor-about-feature-list .pr-cor-about-ft-text {
  max-width: 455px;
}
.pr-cor-about-feature-list .pr-cor-about-ft-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ff484e;
  padding-bottom: 10px;
}
.pr-cor-about-feature-list:hover .pr-cor-about-ft-icon {
  -webkit-animation: icon-bounce 0.8s ease-out;
          animation: icon-bounce 0.8s ease-out;
}

.pr-cor-about-img-wrap {
  z-index: 1;
}
.pr-cor-about-img-wrap .pr-cor-about-img-area,
.pr-cor-about-img-wrap .pr-cor-about-img-area2 {
  overflow: hidden;
  border-radius: 5px;
}
.pr-cor-about-img-wrap .pr-cor-about-img-shape {
  top: 100px;
  right: 100px;
  z-index: -1;
  -webkit-animation: zoominoutsinglefeatured 10s infinite;
          animation: zoominoutsinglefeatured 10s infinite;
}
.pr-cor-about-img-wrap .pr-cor-about-img-area2 {
  right: 0;
  top: 205px;
}

.pr-sx-about-section-2 {
  padding: 95px 0px;
  overflow: hidden;
  background-color: #f5f8fd;
}
.pr-sx-about-section-2 .pr-sx-secion-title p {
  padding-bottom: 15px;
}

.pr-sx-about-feature-list {
  padding: 20px 0px;
}
.pr-sx-about-feature-list li {
  padding-left: 55px;
  margin-bottom: 18px;
  position: relative;
}
.pr-sx-about-feature-list li:before {
  top: 0;
  left: 0;
  font-size: 25px;
  content: "";
  font-weight: 900;
  color: #ff484e;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}

.pr-sx-about-img-area {
  background-color: #fff;
  overflow: hidden;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  -webkit-box-shadow: 0px 48px 40px 0px rgba(135, 135, 135, 0.15);
          box-shadow: 0px 48px 40px 0px rgba(135, 135, 135, 0.15);
}

.pr-sx-about-exp {
  top: 55px;
  right: -120px;
  width: 260px;
  height: 105px;
  padding-left: 15px;
  border-radius: 8px;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.2);
          box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.2);
}
.pr-sx-about-exp .pr-sx-about-exp-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ff484e;
}
.pr-sx-about-exp .pr-sx-about-exp-text p {
  font-weight: 500;
  color: #ff484e;
  font-family: "Poppins";
}
.pr-sx-about-exp .pr-sx-about-exp-icon {
  width: 60px;
  height: 60px;
  line-height: 70px;
  margin-right: 18px;
  border-radius: 1000%;
  background-color: #ff484e;
}
.pr-sx-about-exp .pr-sx-about-exp-icon i {
  color: #fff;
  font-size: 35px;
}

.ft-thx-about-section-3 {
  padding: 80px 0px 110px;
}

.ft-thx-about-img-3 {
  z-index: 1;
}
.ft-thx-about-img-3 .ft-thx-ab-inner-img1 {
  margin-top: 50px;
  margin-left: 40px;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
}
.ft-thx-about-img-3 .ft-thx-ab-inner-img2 {
  position: absolute;
  right: 50px;
  bottom: 150px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}
.ft-thx-about-img-3 .ft-thx-ab-shape1 {
  left: -50px;
  z-index: -1;
  bottom: 200px;
}

.ft-thx-about-text-3 {
  padding-left: 15px;
}

.ft-thx-about-list-item-wrapper-3 {
  padding-top: 50px;
}

.ft-thx-about-list-item-3 {
  margin-bottom: 30px;
}
.ft-thx-about-list-item-3 .ft-thx-inner-icon {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 25px;
  background-color: #4ab9cf26;
}
.ft-thx-about-list-item-3 .ft-thx-inner-icon i {
  font-size: 50px;
  line-height: 0.75;
  color: #4ab9cf;
}
.ft-thx-about-list-item-3 .ft-thx-inner-text {
  max-width: 430px;
}
.ft-thx-about-list-item-3 .ft-thx-inner-text h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ft-service-section {
  overflow: hidden;
  padding: 110px 0px 90px;
  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: blueviolet;
}
.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: #ea1e00;
}
.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: #002a34;
}
.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: #ea1e00;
}
.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: #ea1e00;
}
.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: #ea1e00;
  -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: #ea1e00;
}
.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: #ea1e00;
}
.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: #ea1e00;
}

.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: #ea1e00;
}
.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: #ea1e00;
  -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 #ea1e00;
  background-color: #ea1e00;
}
.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: #ea1e00;
  -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: #ea1e00;
}
.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: #6f42c1;
  -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:blueviolet;
  border: 1px solid blueviolet;
  border-bottom: 5px solid blueviolet;
  -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: blueviolet;
}
.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;
}

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

.ft-counterup-innerbox {
  margin-left: 40px;
  border-radius: 8px;
  background-color: #fff;
  padding: 25px 25px 25px 65px;
  -webkit-box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
          box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
}
.ft-counterup-innerbox .ft-counterup-icon {
  top: 50%;
  left: -40px;
  z-index: 1;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 5.694px 12.79px 30px 0px rgba(234, 30, 0, 0.15);
          box-shadow: 5.694px 12.79px 30px 0px rgba(234, 30, 0, 0.15);
}
.ft-counterup-innerbox .ft-counterup-icon:before {
  top: 8px;
  left: 8px;
  content: "";
  z-index: -1;
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 100%;
  background-color: #00044b;
}
.ft-counterup-innerbox .ft-counterup-icon i {
  color: #fff;
  font-size: 35px;
  line-height: 0.75;
}
.ft-counterup-innerbox .ft-counterup-text h3 {
  color: #00044b;
  font-size: 48px;
  font-weight: 700;
}
.ft-counterup-innerbox .ft-counterup-text p {
  color: #00044b;
  font-weight: 700;
}

/*---------------------------------------------------- */
/*why choose area*/
/*----------------------------------------------------*/
.ft-why-choose-section {
  z-index: 1;
  padding-bottom: 80px;
}
.ft-why-choose-section:before {
  top: 0;
  right: 0;
  width: 50.7%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
}

.ft-why-choose-text-area .ft-section-title {
  max-width: 600px;
  padding-left: 100px;
}

.ft-why-choose-feature-wrapper {
  padding-top: 18px;
  padding-left: 30px;
}

.ft-why-choose-feature-item {
  margin-bottom: 25px;
}
.ft-why-choose-feature-item .ft-why-choose-feature-icon {
  z-index: 1;
  width: 85px;
  height: 85px;
  margin-right: 23px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
          box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
}
.ft-why-choose-feature-item .ft-why-choose-feature-icon i {
  font-size: 40px;
  line-height: 0.75;
  color: #ea1e00;
}
.ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
  top: 10px;
  left: 10px;
  content: "";
  z-index: -1;
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 100%;
  background-color: #ffebe8;
}
.ft-why-choose-feature-item .ft-why-choose-feature-text {
  max-width: 420px;
}
.ft-why-choose-feature-item .ft-why-choose-feature-text h3 {
  color: #00044b;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ft-why-choose-feature-item .ft-why-choose-feature-text p {
  line-height: 1.5;
}

.ft-why-choose-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 115px 0px 250px;
}
.ft-why-choose-section-2 .why-choose-img-2 {
  right: 0;
  bottom: 75px;
}
.ft-why-choose-section-2 .why-choose-bg-2 {
  top: 0;
  left: 0;
  opacity: 0.07;
  z-index: -1;
  position: absolute;
}
.ft-why-choose-section-2 .ft-why-choose-text-2 {
  padding-top: 50px;
}

.ft-why-choose-list-wrapper {
  max-width: 460px;
  margin-top: 42px;
}
.ft-why-choose-list-wrapper li {
  color: #0b0b0b;
  font-size: 18px;
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
  font-family: "Poppins";
}
.ft-why-choose-list-wrapper li:last-child {
  margin-bottom: 0;
}
.ft-why-choose-list-wrapper li:before {
  top: 2px;
  left: 0;
  font-size: 18px;
  color: #008eff;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}

.ft-why-choose-form-wrapper {
  padding-left: 35px;
}

.ft-why-choose-form {
  max-width: 455px;
  padding: 45px 30px 45px;
  background-color: #080c24;
}
.ft-why-choose-form .wc-input {
  margin-bottom: 20px;
}
.ft-why-choose-form .wc-input span {
  color: #fff;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.ft-why-choose-form .wc-input select, .ft-why-choose-form .wc-input input {
  width: 100%;
  height: 48px;
  border: none;
  border: none;
  color: #d0cfcf;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 15px;
  -webkit-appearance: none;
  background-color: #494d62;
}
.ft-why-choose-form .wc-input select::-webkit-input-placeholder, .ft-why-choose-form .wc-input input::-webkit-input-placeholder {
  color: #d0cfcf;
}
.ft-why-choose-form .wc-input select::-moz-placeholder, .ft-why-choose-form .wc-input input::-moz-placeholder {
  color: #d0cfcf;
}
.ft-why-choose-form .wc-input select:-ms-input-placeholder, .ft-why-choose-form .wc-input input:-ms-input-placeholder {
  color: #d0cfcf;
}
.ft-why-choose-form .wc-input select::-ms-input-placeholder, .ft-why-choose-form .wc-input input::-ms-input-placeholder {
  color: #d0cfcf;
}
.ft-why-choose-form .wc-input select::placeholder, .ft-why-choose-form .wc-input input::placeholder {
  color: #d0cfcf;
}
.ft-why-choose-form .wc-select:before {
  top: 13px;
  right: 12px;
  color: #d0cfcf;
  font-size: 15px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ft-why-choose-form .wc-input-range {
  margin-bottom: 20px;
}
.ft-why-choose-form .wc-input-range span {
  color: #fff;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.ft-why-choose-form .wc-input-range #slider-range {
  height: 7px;
  width: 300px;
  border: none;
  border-radius: 0;
  margin-right: 15px;
  background-color: #adaeb0;
}
.ft-why-choose-form .wc-input-range #slider-range .ui-widget-header {
  background-color: #fa4318;
}
.ft-why-choose-form .wc-input-range #slider-range .ui-slider-handle {
  top: -10px;
  width: 27px;
  height: 27px;
  margin-left: 0;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 100%;
  border: 5px solid #fa4318;
}
.ft-why-choose-form .wc-input-range #slider-range .ui-slider-handle:focus {
  outline: none;
}
.ft-why-choose-form .wc-input-range .range-value input {
  width: 100px;
  height: 40px;
  border: none;
  color: #d0cfcf;
  border-radius: 5px;
  padding-left: 15px;
  background-color: #494d62;
}
.ft-why-choose-form button {
  color: #fff;
  height: 48px;
  border: none;
  width: 185px;
  margin-top: 5px;
  font-weight: 700;
  border-radius: 5px;
  border-radius: 5px;
  background-color: #008eff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-why-choose-form button:hover {
  background-color: #fa4318;
}
.ft-why-choose-form p {
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
}
.ft-why-choose-form p a {
  color: #008eff;
}

.ft-thx-why-choose-us-section {
  padding: 110px 0px 90px;
  background-color: #fafbff;
}

.pr-an-why-choose-feature-item {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 0px 25px 40px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 1.782px 0.908px 30px 0px rgba(118, 117, 117, 0.1);
          box-shadow: 1.782px 0.908px 30px 0px rgba(118, 117, 117, 0.1);
}
.pr-an-why-choose-feature-item .pr-an-why-choose-ft-icon {
  width: 60px;
  height: 60px;
  background-color: #fbdad2;
  border-bottom-left-radius: 5px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border-bottom-right-radius: 5px;
}
.pr-an-why-choose-feature-item .pr-an-why-choose-ft-icon i {
  font-size: 30px;
  color: #ea1e00;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.pr-an-why-choose-feature-item .pr-an-why-choose-ft-text {
  padding-top: 30px;
}
.pr-an-why-choose-feature-item .pr-an-why-choose-ft-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000d51;
  padding-bottom: 15px;
}
.pr-an-why-choose-feature-item:hover {
  -webkit-box-shadow: 1.782px 0.908px 30px 0px rgba(118, 117, 117, 0.2);
          box-shadow: 1.782px 0.908px 30px 0px rgba(118, 117, 117, 0.2);
}
.pr-an-why-choose-feature-item:hover .pr-an-why-choose-ft-icon {
  background-color: #000d51;
  -webkit-box-shadow: 1.809px 12.873px 30px 0px rgba(241, 70, 41, 0.2);
          box-shadow: 1.809px 12.873px 30px 0px rgba(241, 70, 41, 0.2);
}
.pr-an-why-choose-feature-item:hover .pr-an-why-choose-ft-icon i {
  color: #fff;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.pr-an-why-choose-text-wrapper {
  padding-left: 15px;
}

.pr-an-why-choose-list {
  padding: 40px 0px;
}
.pr-an-why-choose-list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 12px;
}
.pr-an-why-choose-list li:after {
  left: 0;
  top: 3px;
  width: 20px;
  content: "";
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../imgs/icon/checked.png);
}

.ft-thx-why-choose-us-section-3 {
  padding: 115px 0px 85px;
}

.ft-thx-why-choose-img-3 {
  padding-left: 95px;
}
.ft-thx-why-choose-img-3 .inner-img {
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
}
.ft-thx-why-choose-img-3 .inner-text {
  top: 50px;
  left: 0;
  color: #050505;
  font-size: 20px;
  max-width: 200px;
  border-radius: 5px;
  padding: 20px 30px;
  font-weight: 700;
  background-color: #fff;
  font-family: "Poppins";
  position: absolute;
  -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-why-choose-img-3 .inner-img-2 {
  left: 0;
  bottom: -50px;
  border: 15px solid #fff;
}

.ft-thx-why-choose-item-box {
  padding-top: 20px;
}
.ft-thx-why-choose-item-box .ft-thx-why-choose-item {
  position: relative;
  margin-bottom: 25px;
  margin-left: 40px;
  padding: 34px 15px 34px 50px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.ft-thx-why-choose-item-box .ft-thx-why-choose-item h3 {
  color: #050505;
  font-size: 20px;
  font-weight: 600;
}
.ft-thx-why-choose-item-box .ft-thx-why-choose-item span {
  top: 16px;
  left: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  position: absolute;
  border-radius: 100%;
  background-color: #4ab9cf;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.ft-team-section {
  padding: 105px 0px 75px;
}

.ft-team-text-area .ft-section-title {
  margin-bottom: 30px;
}

.ft-team-inner-itembox {
  margin: 0 auto;
  max-width: 370px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}
.ft-team-inner-itembox .hover-shape {
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ft-team-inner-itembox .ft-team-inner-item-text {
  left: 50px;
  bottom: 25px;
  position: absolute;
}
.ft-team-inner-itembox .ft-team-inner-item-text h3 {
  opacity: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  position: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.ft-team-inner-itembox .ft-team-inner-item-text h3 a {
  -webkit-transition: none;
  transition: none;
}
.ft-team-inner-itembox .ft-team-inner-item-text h3:before {
  top: 12px;
  left: -30px;
  width: 25px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #fff;
}
.ft-team-inner-itembox .ft-team-inner-item-text h3:hover {
  color: #ea1e00;
}
.ft-team-inner-itembox .ft-team-inner-item-text span {
  opacity: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.ft-team-inner-itembox:hover .hover-shape {
  opacity: 1;
}
.ft-team-inner-itembox:hover .ft-team-inner-item-text h3, .ft-team-inner-itembox:hover .ft-team-inner-item-text span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ft-team-details-content {
  padding: 0px 65px;
  border-radius: 8px;
  margin: 65px 0px;
  background-color: #003440;
}
.ft-team-details-content .ft-team-details-img {
  top: -60px;
  overflow: hidden;
  max-width: 365px;
  border-radius: 8px;
}
.ft-team-details-content .ft-team-details-text-wrapper {
  padding: 50px 0px;
}
.ft-team-details-content .ft-team-details-text {
  color: #fff;
  padding-bottom: 22px;
}
.ft-team-details-content .ft-team-details-text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ft-team-details-content .ft-team-details-text span {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
}
.ft-team-details-content .ft-team-details-info {
  color: #fff;
}
.ft-team-details-content .ft-team-details-info li {
  font-size: 18px;
  margin-bottom: 5px;
}
.ft-team-details-content .ft-team-details-info li span {
  margin-right: 8px;
  font-weight: 700;
}
.ft-team-details-content .coming-soon-social {
  margin-top: 15px;
}

.ft-team-personal .title {
  color: #003440;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
}

.ft-team-personal-skill {
  margin-top: 30px;
}

.ft-team-skill-inner {
  padding: 30px 15px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0.837px 11.971px 30px 0px rgba(89, 89, 89, 0.1);
          box-shadow: 0.837px 11.971px 30px 0px rgba(89, 89, 89, 0.1);
}
.ft-team-skill-inner .counter-boxed {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 15px;
}
.ft-team-skill-inner .counter-boxed .graph-outer {
  margin: 0;
}
.ft-team-skill-inner .ft-team-skill-text h3 {
  color: #003440;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.ft-team-contact-form-wrapper {
  margin-top: 65px;
  padding: 40px 30px;
  border-radius: 7px;
  -webkit-box-shadow: 1.736px 9.848px 60px 0px rgba(0, 52, 64, 0.15);
          box-shadow: 1.736px 9.848px 60px 0px rgba(0, 52, 64, 0.15);
}
.ft-team-contact-form-wrapper h3 {
  color: #003440;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 40px;
}
.ft-team-contact-form-wrapper input, .ft-team-contact-form-wrapper textarea {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  padding-left: 15px;
  margin-bottom: 20px;
  border: 1px solid #cbcbcb;
}
.ft-team-contact-form-wrapper textarea {
  height: 200px;
  padding-top: 10px;
}

.ft-team-personal-cta {
  border-radius: 5px;
  padding: 80px 20px 70px;
}
.ft-team-personal-cta .ft-team-personal-cta-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 100%;
  background-color: #fff;
}
.ft-team-personal-cta .ft-team-personal-cta-icon i {
  font-size: 35px;
  color: #ea1e00;
}
.ft-team-personal-cta .ft-team-personal-cta-text {
  color: #fff;
}
.ft-team-personal-cta .ft-team-personal-cta-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.ft-team-personal-cta .ft-team-personal-cta-text span {
  color: #fff;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Poppins";
}

.pr-sv-team-section {
  padding: 100px 0px;
  background-color: #f5f8fd;
}

.pr-sv-team-content {
  padding-top: 140px;
}
.pr-sv-team-content .ft-thx-btn {
  margin-top: 60px;
}

.pr-sv-team-innerbox {
  background-color: #fff;
  padding: 120px 30px 30px;
  -webkit-box-shadow: 0px 23px 40px 0px rgba(135, 135, 135, 0.1);
          box-shadow: 0px 23px 40px 0px rgba(135, 135, 135, 0.1);
}
.pr-sv-team-innerbox .pr-sv-team-inner-img-wrap {
  left: 0;
  right: 0;
  top: -90px;
  z-index: 1;
  position: absolute;
}
.pr-sv-team-innerbox .pr-sv-team-inner-img-wrap:after {
  top: 25px;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 135px;
  height: 135px;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 10px;
  background-color: #ea1e00;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-sv-team-innerbox .pr-sv-team-inner-img {
  width: 185px;
  height: 185px;
  margin: 0 auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../imgs/tm-sh.png);
  mask-image: url(../imgs/tm-sh.png);
}
.pr-sv-team-innerbox .pr-sv-team-inner-text h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #000d51;
}
.pr-sv-team-innerbox .pr-sv-team-inner-text span {
  font-weight: 500;
}
.pr-sv-team-innerbox .pr-sv-team-inner-text .pr-sv-team-social {
  left: 0;
  right: 0;
  opacity: 0;
  bottom: -30px;
  padding-top: 6px;
  position: absolute;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-sv-team-innerbox .pr-sv-team-inner-text .pr-sv-team-social a {
  width: 30px;
  color: #fff;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000d51;
}
.pr-sv-team-innerbox .pr-sv-team-inner-text .pr-sv-team-social a:hover {
  color: #fff;
  background-color: #ea1e00;
}
.pr-sv-team-innerbox:hover .pr-sv-team-social {
  opacity: 1;
  bottom: -40px;
}
.pr-sv-team-innerbox:hover .pr-sv-team-inner-img-wrap:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.pr-sx-team-section {
  padding: 110px 0px;
  background-color: #f5f8fd;
}

.pr-sx-team-member-innerbox {
  margin-top: 5px;
  background-color: #fff;
  padding: 40px 0px 0px;
  -webkit-box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.05);
          box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.05);
}
.pr-sx-team-member-innerbox .pr-sx-team-member-img {
  padding-left: 35px;
}
.pr-sx-team-member-innerbox .pr-sx-team-member-text {
  padding-top: 25px;
}
.pr-sx-team-member-innerbox .pr-sx-team-member-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #050505;
  padding-bottom: 10px;
}
.pr-sx-team-member-innerbox .pr-sx-team-member-text b {
  color: #4ab9cf;
}
.pr-sx-team-member-innerbox .pr-sx-team-member-text p {
  padding: 20px 0px 0px;
  font-size: 15px;
}
.pr-sx-team-member-innerbox .pr-sx-team-member-text p span {
  color: #050505;
}
.pr-sx-team-member-innerbox .pr-sx-team-member-text .pr-sx-team-social {
  margin: 20px 0px 30px;
}
.pr-sx-team-member-innerbox .pr-sx-team-member-text .pr-sx-team-social a {
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  margin-right: 8px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #050505;
}
.pr-sx-team-member-innerbox .pr-sx-team-member-text .pr-sx-team-social a:hover {
  background-color: #4ab9cf;
}
.pr-sx-team-member-innerbox .pr-sx-team-member-text .ft-thx-btn-2 a {
  height: 50px;
  width: 130px;
}

.pr-sx-team-nav-item-wrapper {
  margin: 0 auto;
  max-width: 470px;
  margin-top: 45px;
}
.pr-sx-team-nav-item-wrapper .slick-prev, .pr-sx-team-nav-item-wrapper .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #4ab9cf;
}
.pr-sx-team-nav-item-wrapper .slick-prev {
  left: -30px;
}
.pr-sx-team-nav-item-wrapper .slick-next {
  right: -30px;
}
.pr-sx-team-nav-item-wrapper .slick-prev:before, .pr-sx-team-nav-item-wrapper .slick-next:before {
  opacity: 1;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}
.pr-sx-team-nav-item-wrapper .slick-prev:before {
  content: "";
}
.pr-sx-team-nav-item-wrapper .slick-next:before {
  content: "";
}

.pr-sx-team-img-nav .pr-sx-team-nav-item {
  opacity: 0;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border: 2px solid #9e9e9e;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.pr-sx-team-img-nav .pr-sx-team-nav-item.slick-active {
  opacity: 1;
}
.pr-sx-team-img-nav .pr-sx-team-nav-item.slick-current.slick-active.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 2px solid #000d51;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.ft-project-section {
  z-index: 1;
  overflow: hidden;
  padding-top: 105px;
}
.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: #ea1e00;
}
.ft-project-itembox .ft-project-text p {
  line-height: 1.5;
  padding-bottom: 25px;
}
.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: #ea1e00;
}

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

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

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

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

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

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

.ft-testimonial-section-2 {
  overflow: hidden;
  padding-bottom: 115px;
}
.ft-testimonial-section-2 .ft-section-title-2 {
  margin: 0;
}
.ft-testimonial-section-2 .ft-section-title-2 h2 {
  padding-bottom: 0;
}
.ft-testimonial-section-2 .ft-title-text {
  max-width: 570px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #ea1e00;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-contact-page-form-wrapper button:hover {
  background-color: #00044b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-sx-blog-section {
  padding-bottom: 100px;
}
.pr-sx-blog-section .pr-sx-secion-title {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ft-footer-section-2 {
  margin-top: 115px;
  background-color: #f4f4f4;
}
.ft-footer-section-2 .footer-shape1 {
  left: 0;
  bottom: 0;
}
.ft-footer-section-2 .ft-footer-newslatter {
  top: -115px;
  margin-bottom: -15px;
}
.ft-footer-section-2 .ft-footer-newslatter-content {
  padding: 65px 60px;
  border-radius: 120px;
  background-color: #ea1e00;
}
.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: #ea1e00;
  font-family: "Font Awesome 5 Pro";
}
.pr-sv-footer-widget .pr-sv-menu-widget li:hover {
  color: #ea1e00;
}
.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: #ea1e00;
  padding-top: 3px;
  margin-right: 12px;
}
.pr-sv-footer-widget .pr-sv-contact-widget li span {
  display: block;
  overflow: hidden;
}
.pr-sv-footer-widget .pr-sv-contact-widget span {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.theme_color {
  color: #ec0000;
}

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

ul li {
  list-style: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

====================================================================
	Main Slider
====================================================================

***/
.ft1-main-slider {
  position: relative;
}

.ft1-main-slider .left-pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  border-bottom: 50px solid #ffffff;
  border-right: 100px solid transparent;
}

.ft1-main-slider .right-pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  border-bottom: 50px solid #ffffff;
  border-left: 100px solid transparent;
}

.ft1-main-slider .color-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #001b22;
}

.ft1-main-slider .tp-caption {
  z-index: 5 !important;
}

.ft1-main-slider .tp-dottedoverlay {
  background: none !important;
}

.ft1-main-slider h1 {
  color: #ffffff;
}

.ft1-main-slider h1 span {
  font-size: 60px;
}

.ft1-main-slider .text {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6em;
}

.ft1-main-slider .phone-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40%;
  z-index: 1;
  text-align: right;
}

.ft1-main-slider .phone-box .box-inner:before {
  position: absolute;
  content: "";
  left: -85px;
  top: -85px;
  width: 173px;
  height: 174px;
  z-index: -1;
  background: url(../images/main-slider/circle-text.png) no-repeat;
}

.ft1-main-slider .phone-box .box-inner {
  position: relative;
  padding: 40px 40px;
  display: inline-block;
  background-color: #ec0000;
}

.ft1-main-slider .phone-box .box-inner .content {
  position: relative;
  padding-left: 95px;
  text-align: left;
  color: #f1dddd;
  font-size: 16px;
}

.ft1-main-slider .phone-box .box-inner .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
  color: #ffffff;
  font-size: 30px;
  line-height: 75px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "flaticon";
  background-color: rgba(255, 255, 255, 0.23);
}

.ft1-main-slider .phone-box .box-inner a {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-top: 4px;
  display: inline-block;
  font-family: "CrimsonText-Regular";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft1-main-slider .phone-box .box-inner a:hover {
  color: #dda749;
}

.ft1-main-slider .tp-bannertimer,
.ft1-main-slider .tp-bullets {
  display: none !important;
}

/*** 

====================================================================
	Tracking Section
====================================================================

***/
.ft1-tracking-section {
  position: relative;
}

.ft1-tracking-section .inner-container {
  position: relative;
  padding: 0px 30px;
  overflow: hidden;
  background-color: #002a34;
}

.ft1-tracking-section .tracking-column {
  position: relative;
}

.ft1-tracking-section .tracking-column .inner-column {
  position: relative;
  padding: 61px 0px;
}

/* Tracking Form */
.tracking-form {
  position: relative;
}

.tracking-form .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  padding-right: 220px;
}

.tracking-form .form-group input[type=text],
.tracking-form .form-group input[type=search] {
  position: relative;
  line-height: 43px;
  padding: 10px 20px 10px 30px;
  background: none;
  display: block;
  font-size: 14px;
  height: 56px;
  width: 100%;
  color: #f6f6f6;
  border-radius: 5px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-family: "Roboto", sans-serif;
}

.tracking-form .form-group input::-webkit-input-placeholder {
  color: #f6f6f6;
}

.tracking-form .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
}

.ft1-tracking-section .featured-column {
  position: relative;
}

.ft1-tracking-section .featured-column .inner-column {
  position: relative;
  padding: 30px 0px 30px 30px;
}

.ft1-tracking-section .featured-column .inner-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 150%;
  background-color: #ec0000;
}

.ft1-tracking-section .featured-column .feature-block:first-child .inner-box::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  border-right: 2px solid #b00000;
}

.feature-block {
  position: relative;
}

.feature-block .inner-box {
  position: relative;
}

.feature-block .inner-box .icon {
  position: relative;
  color: #ffffff;
  line-height: 1em;
  font-size: 44px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "flaticon";
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.feature-block .inner-box h6 {
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.feature-block .inner-box:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*** 

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

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

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

.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: -65px;
  bottom: 35px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 30px 30px 30px 25px;
  border-right: 5px solid #ec0000;
  -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: 60px;
  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: #002a34;
  font-family: "Poppins", sans-serif;
}

.ft1-welcome-section .image-column .year-box .box-inner .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  line-height: 1em;
  color: #ec0000;
  font-size: 50px;
  font-family: "flaticon";
}

.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: #002a34;
  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: #ec0000;
  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: 0px 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: #ec0000;
}

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

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

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

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

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

.ft1-service-block .inner-box h4 a {
  position: relative;
  color: #002a34;
  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: #ec0000;
}

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

.ft1-service-block.style-two .inner-box .color-layer:before {
  border-color: #b2c8ce;
}

/*** 

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

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

.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: 100px 0px 70px;
  background-position: center center;
  background-repeat: no-repeat;
}

.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 .inner-box:before {
  position: absolute;
  content: "";
  right: -70px;
  top: 60px;
  width: 127px;
  height: 59px;
  background: url(../images/icons/step-icon-1.png) center center no-repeat;
}

.step-block:nth-child(2) .inner-box:before {
  background: url(../images/icons/step-icon-2.png) center center no-repeat;
}

.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: #ec0000;
  font-size: 50px;
  line-height: 180px;
  z-index: 1;
  text-align: center;
  font-family: "flaticon";
  background: url(../images/resource/step-bg.png) center center no-repeat;
}

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

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

/*** 

====================================================================
	Tracking Section
====================================================================

***/
.ft1-tracking-section-two {
  position: relative;
  padding-top: 20px;
  z-index: 1;
}

.ft1-tracking-section-two .inner-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 3px;
  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);
}

.ft1-track-tabs {
  position: relative;
}

.ft1-track-tabs .tab-btns {
  position: relative;
  margin-bottom: 15px;
  background: #002a34;
  text-align: center;
  padding-left: 0px;
}

.ft1-track-tabs .tab-btns .tab-btn {
  position: relative;
  width: 49.83%;
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.ft1-track-tabs .tab-btns .tab-btn:hover,
.ft1-track-tabs .tab-btns .tab-btn.active-btn {
  background-color: #ec0000;
}

.ft1-track-tabs .tabs-content {
  position: relative;
  padding: 40px 50px;
}

.ft1-track-tabs .tabs-content .tab {
  position: relative;
  display: none;
}

.ft1-track-tabs .tabs-content .tab.active-tab {
  display: block;
}

/*Default Form*/
.ft1-default-form {
  position: relative;
}

.ft1-default-form fieldset {
  position: relative;
  margin-bottom: 20px;
}

.ft1-default-form fieldset label {
  position: relative;
  display: block;
  color: #002a34;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.ft1-default-form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.ft1-default-form input[type=text],
.ft1-default-form input[type=email],
.ft1-default-form input[type=password],
.ft1-default-form select,
.ft1-default-form textarea {
  display: block;
  width: 100%;
  line-height: 28px;
  height: 50px;
  font-size: 15px;
  padding: 8px 22px;
  color: #002a34;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.ft1-default-form .form-group textarea::-webkit-input-placeholder,
.ft1-default-form .form-group input::-webkit-input-placeholder {
  color: #666666;
}

.ft1-default-form textarea {
  height: 170px;
  resize: none;
  font-size: 15px;
  padding-top: 18px;
}

.ft1-default-form input[type=text]:focus,
.ft1-default-form input[type=email]:focus,
.ft1-default-form input[type=password]:focus,
.ft1-default-form select:focus,
.ft1-default-form textarea:focus {
  border-color: #ec0000;
}

.ft1-default-form .submit-btn {
  cursor: pointer;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  padding: 16px 15px;
  margin-top: 20px;
  background-color: #002a34;
  font-family: "Poppins", sans-serif;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.ft1-default-form .submit-btn:hover {
  background-color: #ec0000;
}

/* CheckBox */
.ft1-default-form .check-box {
  position: relative;
  margin-right: 30px;
  display: inline-block;
}

.ft1-default-form .check-box label {
  color: #2b2b2b;
}

.ft1-default-form .check-box label {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 7px 0px 0px 35px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #002a34;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ft1-default-form .check-box input[type=checkbox]:checked + label {
  border-color: #25a9e0;
}

.ft1-default-form .form-group .check-box label {
  padding-left: 30px;
  padding-top: 1px;
  cursor: pointer;
}

.ft1-default-form .check-box label:before {
  position: absolute;
  left: 0;
  top: 6px;
  height: 22px;
  width: 22px;
  background: #ffffff;
  content: "";
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 2px solid #09325b;
}

.ft1-default-form .check-box label:after {
  position: absolute;
  left: 0px;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-family: "FontAwesome";
  -webkit-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}

.ft1-default-form .check-box input[type=checkbox] {
  display: none;
}

.ft1-default-form .check-box input[type=checkbox]:checked + label:before {
  border: 8px solid #ec0000;
  background: #ffffff;
}

.ft1-default-form .check-box input[type=checkbox]:checked + label:after {
  max-width: 20px;
  opacity: 1;
}

.ft1-tracking-section-two .career-column {
  position: relative;
}

.ft1-tracking-section-two .career-column .inner-column {
  position: relative;
  padding: 35px 20px;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 38px;
  margin-left: 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-tracking-section-two .career-column .inner-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.7;
  background-color: #ec0000;
}

.ft1-tracking-section-two .career-column h4 {
  color: #ffffff;
  margin-bottom: 50px;
}

.ft1-tracking-section-two .career-column .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7em;
}

.ft1-tracking-section-two .career-column .btn-box {
  margin-top: 60px;
}

/*** 

====================================================================
	Tracking Section
====================================================================

***/
.ft1-feature-section {
  position: relative;
  padding: 220px 0px 80px;
  margin-top: -100px;
  background-attachment: fixed;
  background-size: cover;
}

.ft1-feature-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.9;
  background-color: #002a34;
}

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

.ft1-feature-block-two .inner-box {
  position: relative;
  padding: 28px 20px;
  border-radius: 6px;
  text-align: center;
  background-color: #022b35;
  border: 1px solid #5a6a70;
}

.ft1-feature-block-two .inner-box .icon {
  position: relative;
  width: 48px;
  height: 48px;
  color: #ffffff;
  line-height: 48px;
  font-size: 26px;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 18px;
  font-family: "flaticon";
  background-color: #084e62;
  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-feature-block-two .inner-box:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
  background-color: #ec0000;
}

.ft1-feature-block-two .inner-box h6 {
  color: #ffffff;
  font-weight: 700;
}

.ft1-feature-block-two .inner-box .text {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 14px;
}

/*** 

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

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

.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: #ec0000;
  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: #002a34;
}

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

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

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

.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: #002a34;
  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: #002a34;
  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: "";
  font-family: "FontAwesome";
}

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

***/
.ft1-testimonial-section {
  position: relative;
  padding: 100px 0px 100px;
  background-color: #fff3f3;
}

.ft1-testimonial-section .sec-title .text {
  margin-top: 45px;
}

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

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

.ft1-testimonial-section .owl-dots .owl-dot {
  position: relative;
  width: 40px;
  height: 7px;
  margin: 0px 7px;
  display: inline-block;
  background-color: #002a34;
  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-testimonial-section .owl-dots .owl-dot:hover,
.ft1-testimonial-section .owl-dots .owl-dot.active {
  background-color: #ec0000;
}

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

.ft1-testimonial-block .inner-box {
  position: relative;
  padding: 40px 25px;
  text-align: center;
  border-radius: 6px;
  background-color: #ffffff;
}

.ft1-testimonial-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-color: #ec0000;
  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-testimonial-block .inner-box:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.ft1-testimonial-block .inner-box .quote-icon {
  position: relative;
  color: #ed0f0f;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 25px;
  background-color: #fff4f4;
  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;
}

.ft1-testimonial-block .inner-box:hover .quote-icon {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}

.ft1-testimonial-block .inner-box:hover .text {
  color: #ffffff;
}

.ft1-testimonial-block .inner-box .text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 15px;
  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-testimonial-block .inner-box .author-info {
  position: relative;
}

.ft1-testimonial-block .inner-box .author-info .author-inner {
  position: relative;
  padding-left: 90px;
  text-align: left;
  padding-top: 10px;
  min-height: 70px;
}

.ft1-testimonial-block .inner-box .author-info .author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #fff3f3;
}

.ft1-testimonial-block .inner-box .author-info h6 {
  color: #002a34;
  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-testimonial-block .inner-box .author-info .designation {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  margin-top: 5px;
  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-testimonial-block .inner-box:hover .author-info h6,
.ft1-testimonial-block .inner-box:hover .author-info .designation {
  color: #ffffff;
}

/*** 

====================================================================
	News Section
====================================================================

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

.ft1-news-section .btn-box {
  margin-top: 20px;
}

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

.ft1-news-block .inner-box {
  position: relative;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.ft1-news-block .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #ec0000;
}

.ft1-news-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-news-block .inner-box:hover .image img {
  opacity: 0.6;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.ft1-news-block .inner-box .image .post-info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin-bottom: 0px;
  padding: 15px 30px;
  background-color: #002a34;
}

.ft1-news-block .inner-box .image .post-info li {
  position: relative;
  margin-right: 34px;
  color: #ffffff;
  min-height: 35px;
  padding-top: 7px;
  padding-left: 50px;
  display: inline-block;
}

.ft1-news-block .inner-box .image .post-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  display: inline-block;
  background-color: #4d696f;
  font-family: "flaticon";
}

.ft1-news-block .inner-box .image .post-info li:last-child {
  margin-right: 0px;
}

.ft1-news-block .inner-box .lower-content {
  position: relative;
  padding: 35px 35px 40px;
}

.ft1-news-block .inner-box .lower-content .title {
  position: relative;
  color: #ec0000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.ft1-news-block .inner-box .lower-content h4 {
  line-height: 1.5em;
  margin-bottom: 30px;
}

.ft1-news-block .inner-box .lower-content h4 a {
  position: relative;
  color: #0f0f0f;
}

.ft1-news-block .inner-box .lower-content h4 a:hover {
  color: #ec0000;
}

/*** 

====================================================================
	Location Section
====================================================================

***/
.ft1-location-section {
  position: relative;
  z-index: 1;
}

.ft1-location-section .inner-container {
  position: relative;
  border-radius: 7px;
  padding: 40px 30px 20px;
  background-color: #ec0000;
}

.ft1-location-section .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.ft1-location-section .title-box h4 {
  color: #f9f9f9;
}

.ft1-location-section .column {
  position: relative;
  margin-bottom: 20px;
}

.ft1-location-section .column:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background-color: #bd0000;
}

.ft1-location-section .column:last-child::before {
  display: none;
}

.ft1-location-section h6 {
  color: #f9f9f9;
  margin-bottom: 22px;
}

.ft1-location-section .post-info {
  position: relative;
}

.ft1-location-section .post-info li {
  position: relative;
  color: #f9f9f9;
  min-height: 35px;
  font-size: 16px;
  padding-left: 50px;
  display: inline-block;
  margin-bottom: 15px;
}

.ft1-location-section .post-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  color: #f9f9f9;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  display: inline-block;
  background-color: #bd0000;
  font-family: "flaticon";
}

.ft1-location-section .post-info li:last-child {
  margin-bottom: 0px;
}

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

====================================================================
	Opportunity Section
====================================================================

***/
.ft2-opportunity-section {
  position: relative;
  padding: 110px 0px 80px;
}

.ft2-opportunity-section .skill-column {
  position: relative;
  margin-bottom: 30px;
}

.ft2-opportunity-section .skill-column .inner-column {
  position: relative;
}

.ft2-opportunity-section .skill-column .ft2-skills {
  padding-right: 70px;
}

/* ft2-skills Section */
.ft2-skills .skill-item {
  position: relative;
  margin-bottom: 35px;
}

.ft2-skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #eae8e3;
}

.ft2-skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 4px;
}

.ft2-skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 2px;
  width: 0px;
  border-bottom: 2px solid #010101;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.ft2-skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 12px;
}

.ft2-skills .skill-item .skill-header .skill-title {
  float: left;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
  text-transform: capitalize;
}

.ft2-skills .skill-item .skill-percentage {
  position: absolute;
  right: 0px;
  top: -28px;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  color: #000000;
}

.ft2-opportunity-section .counter-column {
  position: relative;
  margin-bottom: 30px;
}

.ft2-opportunity-section .counter-column .inner-column {
  position: relative;
  margin-left: -50px;
}

.ft2-opportunity-section .counter-column .image {
  position: relative;
}

.ft2-opportunity-section .counter-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.ft2-opportunity-section .counter-column .ft-fact-counter {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  bottom: 0px;
  border: 2px solid #e7e7e7;
}

.ft2-opportunity-section .counter-column .ft-fact-counter .column {
  border-bottom: 2px solid #e7e7e7;
}

.ft2-opportunity-section .counter-column .ft-fact-counter .column:last-child {
  border-bottom: 0px;
}

/* Fact Counter */
.ft-fact-counter {
  position: relative;
  z-index: 1;
}

.ft-fact-counter .column {
  position: relative;
}

.ft-fact-counter .column .inner {
  position: relative;
  padding: 17.4px 20px;
  text-align: center;
  background-color: white;
}

.ft-fact-counter .column .inner .content {
  position: relative;
}

.ft-fact-counter .count-outer .percentage {
  position: relative;
  font-weight: 600;
  color: #ffde00;
  font-size: 30px;
  line-height: 1em;
}

.ft-fact-counter .column .sub-title {
  position: relative;
  font-weight: 700;
  color: #010101;
  font-size: 18px;
  margin-top: 8px;
  display: block;
}

.ft-fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 800;
  color: #ffde00;
  font-size: 60px;
  line-height: 1em;
}

.ft-fact-counter .column .inner .counter-title {
  position: relative;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
}

.ft-fact-counter.style-two .column .inner {
  padding: 0px;
  background: none;
}

.ft-fact-counter .column .inner .icon {
  position: relative;
  font-size: 50px;
  color: #ffffff;
  line-height: 1em;
  margin-bottom: 20px;
  font-family: "flaticon";
}

.ft-fact-counter.style-two .column {
  margin-bottom: 30px;
}

.ft-fact-counter.style-two .column .inner .count-outer {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
}

.ft-fact-counter.style-two .column .inner .counter-title {
  font-size: 18px;
  color: #dd2602;
  margin-top: 15px;
}

.ft2-opportunity-section .counter-column .ft-fact-counter .column:nth-child(2) .inner .count-outer {
  color: #0009c4;
}

/*** 

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

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

.ft2-services-section-two .service-down-arrow {
  position: relative;
  width: 135px;
  height: 135px;
  margin: 0 auto;
  text-align: center;
  line-height: 135px;
  border-radius: 50%;
  cursor: pointer;
  color: #111111;
  font-size: 40px;
  margin-top: 100px;
  background-color: #ffde00;
}

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

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

.ft2-services-section-two .owl-dots .owl-dot {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0px 12px;
  border-radius: 50px;
  display: inline-block;
  background-color: #0009c4;
}

.ft2-services-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 #0009c4;
  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-services-section-two .owl-dots .owl-dot.active::before,
.ft2-services-section-two .owl-dots .owl-dot:hover::before {
  opacity: 1;
}

.ft2-services-section-two .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.ft2-services-section-two .services-carousel {
  max-width: 800px;
  margin: 0 auto;
}

.ft2-services-section-two .owl-carousel .owl-item.center .ft2-service-block-two .inner-box .gradient-layer {
  top: 0%;
  bottom: 0px;
}

.ft2-services-section-two .owl-carousel .owl-item.center .ft2-service-block-two .inner-box .lower-content {
  bottom: 0px;
}

.ft2-services-section-two .owl-carousel .owl-item.center .ft2-service-block-two .inner-box .image img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

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

.ft2-service-block-two .inner-box {
  position: relative;
  overflow: hidden;
}

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

.ft2-service-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  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-service-block-two .inner-box:hover .image img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.ft2-service-block-two .inner-box .gradient-layer {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  z-index: 1;
  bottom: 0px;
  background: url(../images/background/pattern-7.png) center bottom repeat-x;
  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-service-block-two .inner-box .lower-content {
  position: absolute;
  left: 60px;
  bottom: -150px;
  right: 60px;
  z-index: 2;
  text-align: center;
  padding: 35px 30px 15px;
  background-color: #ffffff;
  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-service-block-two .inner-box:hover .lower-content {
  bottom: 0px;
}

.ft2-service-block-two .inner-box .lower-content .title {
  position: relative;
  color: #0009c4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ft2-service-block-two .inner-box .lower-content h4 {
  position: relative;
  margin-top: 10px;
}

.ft2-service-block-two .inner-box .lower-content h4 a {
  position: relative;
  color: #010101;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.ft2-service-block-two .inner-box .lower-content h4 a:hover {
  color: #0009c4;
}

/*** 

====================================================================
	Team Section
====================================================================

***/
.ft2-team-section {
  position: relative;
  padding: 100px 0px 100px;
  background-color: #ffde00;
}

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

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

.ft2-team-section .owl-dots .owl-dot {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0px 12px;
  border-radius: 50px;
  display: inline-block;
  background-color: #000000;
}

.ft2-team-section .owl-dots .owl-dot:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  opacity: 0;
  border-radius: 50px;
  border: 1px solid #000000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

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

.ft2-team-section .sec-title-two h2 {
  font-size: 70px;
  line-height: 1.1em;
}

.ft2-team-section .sec-title-two .text {
  color: #454545;
  margin-top: 40px;
}

.ft2-team-section .ft2-team-block.translate-top {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.ft2-team-section .owl-carousel .owl-stage-outer {
  padding-bottom: 85px;
}

.ft2-team-block {
  position: relative;
}

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

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

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

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

.ft2-team-block .inner-box .lower-content {
  position: relative;
  padding: 20px 0px 25px;
  border-bottom: 1px solid #000000;
}

.ft2-team-block .inner-box .number {
  position: relative;
  color: #000000;
  font-size: 16px;
}

.ft2-team-block .inner-box h4 {
  position: relative;
  margin-top: 6px;
}

.ft2-team-block .inner-box h4 a {
  position: relative;
  color: #000000;
}

.ft2-team-block .inner-box .designation {
  position: relative;
  font-style: italic;
  color: #3b3b3b;
  margin-top: 6px;
  margin-bottom: 10px;
}

.ft2-team-block .inner-box .phone {
  position: relative;
  color: #000000;
  margin-top: 6px;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.ft2-team-block .inner-box .phone:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 1em;
  font-family: "FontAwesome";
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/
.ft2-services-section-three {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 70px;
}

.ft2-services-section-three .shadow-pattern-layer {
  position: absolute;
  left: 0px;
  bottom: -400px;
  width: 853px;
  height: 869px;
  background-repeat: no-repeat;
}

.ft2-services-section-three .inner-container {
  position: relative;
}

.ft2-services-section-three .content-column {
  position: relative;
  margin-bottom: 30px;
}

.ft2-services-section-three .content-column .inner-column {
  position: relative;
}

.ft2-services-section-three .content-column h5 {
  margin-bottom: 20px;
}

.service-list {
  position: relative;
  padding-left: 0px;
}

.service-list li {
  position: relative;
  padding-left: 25px;
  color: #454545;
  font-size: 16px;
  margin-bottom: 12px;
}

.service-list li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 0px;
  background-color: #0009c4;
}

.ft2-services-section-three .carousel-column {
  position: relative;
  margin-bottom: 30px;
}

.ft2-services-section-three .carousel-column .inner-column {
  position: relative;
  margin-top: -150px;
}

.ft2-services-section-three .carousel-column .pattern-layer {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 500px;
  height: 543px;
  background-repeat: no-repeat;
}

.ft2-services-section-three .carousel-column .owl-dots {
  display: none;
}

.ft2-services-section-three .carousel-column .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.ft2-services-section-three .carousel-column .owl-nav .owl-prev,
.ft2-services-section-three .carousel-column .owl-nav .owl-next {
  position: relative;
  width: 74px;
  height: 74px;
  color: #000000;
  font-size: 24px;
  line-height: 74px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  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-services-section-three .carousel-column .owl-nav .owl-prev:hover,
.ft2-services-section-three .carousel-column .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #0009c4;
}

/*** 

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

***/
.ft2-testimonial-section-two {
  position: relative;
  padding: 120px 0px 120px;
  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: #000000;
}

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

.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 #ffde00;
  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: #ffffff;
  font-size: 30px;
  font-weight: 700;
  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: #ffffff;
  margin-top: 15px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ft2-team-block-two .inner-box .lower-content .more:hover {
  background-color: #222222;
  color: #ffffff;
}

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

  #rev_slider_29_1_wrapper .tparrows {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .td-sv-work-step-inner-item .td-sv-work-step-text h3 {
    font-size: 20px;
  }

  .ft-thx-header-section .header-navigation-content li {
    margin-left: 40px;
  }

  .ft-thx-banner-section-3 .ft-thx-banner-img3 {
    right: -400px;
  }
}
@media screen and (max-width: 1024px) {
  .ft-header-section.header-style-one .ft-header-menu-top-cta:before {
    display: none;
  }

  .ft-header-section.header-style-one .ft-header-content {
    padding-left: 265px;
  }

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

  .ft-booking-form-content .booking-form-input-wrapper button {
    margin-top: 20px;
  }

  .ft-service-slider-item {
    margin: 0 auto;
    max-width: 270px;
  }

  .ft-counterup-innerbox .ft-counterup-text h3 {
    font-size: 30px;
  }

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

  .ft-header-section.header-style-two .ft-header-cta-btn {
    margin-left: 15px;
  }

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

  .ft-product-mesurment-content .ft-pm-bg-img {
    right: -80px;
  }

  .ft-blog-innerbox-2 .ft-blog-text-2 h3 {
    font-size: 22px;
  }

  .ft-footer-section-2 .ft-footer-newslatter-content h2 {
    padding-bottom: 20px;
  }

  .ft-header-section.header-style-three .ft-main-navigation li {
    margin-left: 30px;
  }

  .ft-case-study-items {
    width: 50%;
  }

  .ft-case-study-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-about-sign-img-text {
    right: -10px;
    bottom: -40px;
  }

  .ft-blog-section-3 {
    overflow: hidden;
  }

  .ft-section-title-3 h2 {
    font-size: 36px;
  }

  .ft-testimonial-slider-area-3 {
    width: 670px;
    padding: 35px 45px 30px 30px;
  }

  .ft-blog-innerbox-3 .ft-blog-text h3 {
    font-size: 18px;
  }

  .ft-header-section.header-style-new-two .ft-header-main-menu .ft-main-navigation li {
    margin-left: 20px;
  }

  .pr-cor-about-feature-list .pr-cor-about-ft-text {
    max-width: 355px;
  }

  .pr-mark-navigation-menu .pr-main-navigation li {
    margin-left: 25px;
  }

  .pr-sx-funfact-innerbox .pr-sx-funfact-text h3 {
    font-size: 50px;
  }

  .ft-thx-header-section .pr-header-info-item {
    margin-right: 20px;
    padding-right: 15px;
  }

  .ft-thx-header-section .pr-header-info-item:after {
    display: none;
  }

  .ft-thx-header-section .brand-logo {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 60px;
  }
  .ft-thx-header-section .brand-logo a {
    width: 150px;
    display: block;
  }

  .ft-thx-section-title-3 h2 {
    font-size: 40px;
  }

  .ft-thx-about-list-item-3 .ft-thx-inner-text {
    max-width: 360px;
  }

  .pr-sx-service-innerbox .pr-sx-service-item-text h3 {
    font-size: 18px;
  }

  .pr-sx-service-innerbox {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .ft-header-section.header-style-one .ft-header-top {
    display: none;
  }

  .ft-main-navigation {
    display: none;
  }

  .ft-header-section.header-style-one .ft-header-cta-btn {
    margin-right: 40px;
  }

  .ft-about-img-exp {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 60px;
  }

  .ft-about-text-wrapper {
    margin: 0 auto;
    max-width: 570px;
  }

  .ft-service-text-area {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 30px;
  }

  .ft-service-text-area .ft-btn {
    margin-top: 0;
  }

  .ft-counterup-innerbox {
    margin-bottom: 30px;
  }

  .ft-why-choose-text-area {
    margin: 0 auto;
    max-width: 670px;
  }

  .ft-why-choose-section:before {
    width: 76.7%;
  }

  .ft-team-inner-itembox {
    margin: 0 auto;
    max-width: 270px;
    margin-bottom: 30px;
  }

  .ft-blog-news-feed-innerbox {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 40px;
  }

  .ft-footer-widget {
    margin-bottom: 30px;
  }

  .ft-booking-form-content .booking-form-input-wrapper label {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .ft-booking-form-content .booking-form-input-wrapper button {
    margin-top: 0;
  }

  .ft-why-choose-section:before {
    width: 100%;
  }

  .slick-current.slick-center .ft-project-itembox {
    margin-left: 0;
  }

  .slick-current.slick-center .ft-project-itembox .ft-project-text {
    left: 115px;
  }

  .ft-contact-section:before {
    width: 100%;
  }

  .ft-contact-section:before {
    left: -50%;
  }

  .mobile_menu_button {
    top: -55px;
    display: block;
  }

  .ft-header-section.header-style-one .ft-header-main-menu {
    background-color: transparent;
  }

  .ft-header-section.header-style-two .ft-header-cta-btn {
    margin-right: 40px;
  }

  .ft-header-section.header-style-two .mobile_menu_button {
    top: -55px;
  }

  .ft-featured-innerbox {
    margin-bottom: 30px;
  }

  .ft-product-mesurment-content .ft-pm-bg-img {
    display: none;
  }

  .ft-about-text-wrapper-2,
.ft-about-img-2-wrapper {
    margin: 0 auto;
    max-width: 570px;
    padding-bottom: 30px;
  }

  .ft-about-img-2-wrapper {
    padding-bottom: 0;
  }

  .ft-testimonial-innerbox-item-2 {
    max-width: 430px;
  }

  .ft-side-bar-wrapper {
    margin-top: 40px;
  }

  .ft-project-overview-comment-wrapper {
    margin-left: 0;
  }

  .ft-project-overview-comment-wrapper {
    padding: 30px 15px;
  }

  .ft-header-section.header-style-three .ft-header-top,
.ft-header-section.header-style-new-two .ft-header-top {
    display: none !important;
  }

  .ft-header-section.header-style-three .ft-header-cta-btn a {
    padding: 15px 20px;
  }

  .ft-header-section.header-style-three {
    top: 15px;
  }

  .ft-header-section.header-style-three .ft-header-cta-btn {
    margin-left: 0;
    margin-right: 40px;
  }

  .ft-header-section.header-style-three .mobile_menu_button {
    top: -42px;
  }

  .ft-header-section.sticky-on.header-style-three {
    top: 0;
  }
  .ft-header-section.sticky-on.header-style-three .mobile_menu_button {
    top: -45px;
  }

  .ft-service-innerbox-3 {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px;
  }

  .ft-about-img-wrapper-3,
.ft-about-text-3,
.ft-why-choose-section-2 .ft-why-choose-text-2 {
    margin: 0 auto;
    max-width: 570px;
  }

  .ft-about-text-3 {
    padding-top: 50px;
  }

  .ft-case-study-items .ft-case-study-img img {
    width: 100%;
  }

  .ft-funfact-inner-items {
    margin: 20px 0px;
  }

  .ft-why-choose-form {
    margin: 0 auto;
    margin-top: 40px;
  }

  .ft-footer-content-wrap-3 .ft-footer-widget .widget-title {
    margin-bottom: 0;
  }

  .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul {
    padding-top: 0;
  }

  .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget form {
    margin-top: 10px;
  }

  .ft-footer-content-wrap-3 .ft-footer-copyright {
    margin-top: 30px;
  }

  .ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a {
    padding: 15px 20px;
  }

  .top-stikcy {
    position: static;
  }

  .ft-thx-feature-innerbox {
    margin-bottom: 30px;
  }

  .pr-cor-about-text-wrap {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 35px;
  }

  .pr-cor-about-img-wrap {
    margin: 0 auto;
    max-width: 570px;
    text-align: center;
  }

  .pr-cor-about-img-wrap .pr-cor-about-img-area2 {
    position: static !important;
    margin-top: 30px;
  }

  .pr-cor-service-innerbox {
    margin: 0 auto;
    max-width: 270px;
    margin-bottom: 30px;
  }

  .pr-cor-fun-fact-innerbox {
    margin-bottom: 30px;
  }

  .td-sv-work-step-content .td-sv-ws-arrow1, .td-sv-work-step-content .td-sv-ws-arrow2 {
    display: none;
  }

  .ft-header-section.header-style-new-two .ft-header-cta-btn {
    margin-right: 40px;
  }

  .ft-header-section.header-style-new-two .mobile_menu_button {
    top: -50px;
  }

  .ft-thx-slider-section {
    padding-top: 60px;
  }

  .pr-main-navigation {
    display: none;
  }

  .pr-mark-main-navigation-wrapper {
    max-width: 100%;
  }

  .pr-mark-header-top {
    display: none !important;
  }

  .pr-mark-main-header {
    background-color: #002a34;
  }
  .pr-mark-main-header .mobile_menu_button {
    top: -60px;
  }

  .pr-mark-main-navigation-wrapper {
    padding: 15px 0px;
  }

  .pr-mark-navigation-menu .pr-mark-btn {
    margin-left: 20px;
    margin-right: 40px;
  }

  .ft-thx-banner-courier-form {
    max-width: 100%;
    margin-top: 50px;
  }

  .ft-thx-banner-section {
    padding: 150px 0px 100px;
  }

  .pr-sx-about-text-area {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 40px;
  }

  .pr-sx-about-exp-wrapper,
.ft-thx-faq-text {
    margin: 0 auto;
    max-width: 570px;
  }

  .pr-sx-funfact-innerbox {
    margin-bottom: 80px;
  }

  .pr-sx-funfact-section {
    padding-bottom: 0;
  }

  .pr-sv-team-innerbox {
    margin-bottom: 120px;
  }

  .pr-sv-team-content .ft-thx-btn {
    margin-top: 0;
  }

  .ft-thx-faq-img {
    text-align: center;
    margin-bottom: 40px;
  }

  .pr-sx-blog-innerbox {
    margin-bottom: 40px;
  }

  .pr-sv-footer-widget .widget-title {
    padding-bottom: 25px;
  }

  .pr-sv-footer-widget {
    margin-bottom: 30px;
  }

  .header-cta-content {
    display: none;
  }

  .ft-thx-header-section .header-top-content {
    display: none !important;
  }

  .mobile_logo {
    display: block;
  }

  .ft-thx-header-section .header-navigation-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .ft-thx-header-section {
    background-color: #4ab9cf;
  }
  .ft-thx-header-section .mobile_menu_button {
    top: -58px;
    right: 15px;
  }

  .ft-thx-header-section .header-navigation-content .pr-h-cta-btn {
    margin-left: 30px;
    margin-right: 30px;
  }

  .ft-thx-banner-section-3 .ft-thx-banner-img3 {
    display: none;
  }

  .ft-thx-banner-section-3 .ft-thx-banner-text3 {
    margin: 0 auto;
    text-align: center;
  }

  .ft-thx-slider-btn-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ft-thx-about-img-3 {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 30px;
  }

  .ft-thx-about-text-3,
.ft-thx-why-choose-img-3 {
    margin: 0 auto;
    max-width: 570px;
  }

  .ft-thx-help-item {
    margin-bottom: 30px;
  }

  .pr-sx-service-innerbox {
    margin-bottom: 90px;
  }

  .ft-thx-service-section-3 .ft-thx-btn-2 {
    margin-top: 0px;
  }

  .ft-thx-why-choose-item-box {
    margin-bottom: 30px;
  }

  .pr-sx-team-slider-for {
    margin: 0 auto;
    max-width: 570px;
    padding-top: 40px;
  }

  .gl-testimonial-text-wrapper-3 {
    padding-top: 0;
  }

  .gl-testimonial-slider-3 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 820px) {
  .ft-header-section.header-style-two .ft-header-top {
    display: none;
  }

  .ft-banner-text-content h1 {
    font-size: 65px;
  }

  .ft-banner-section {
    padding: 250px 0px 200px;
  }

  .ft-testimonial-slider-2 #btn_prev1 {
    left: 40px;
  }

  .ft-testimonial-slider-2 #btn_next1 {
    right: 40px;
  }

  .ft-faq-page-top-content .ft-section-title-2 h2 {
    padding-bottom: 20px;
  }

  .ft-testimonial-slider-wrapper-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-testimonial-slider-wrapper-3 .ft-testimonial-slider-img {
    display: none;
  }

  .ft-testimonial-section-3 {
    top: 0;
    margin-bottom: 0;
  }

  .ft-why-choose-section-2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 680px) {
  .ft-team-text-area {
    margin-bottom: 30px;
  }

  .ft-project-section .ft-section-title {
    padding-bottom: 20px;
  }

  .ft-project-itembox .ft-project-text {
    max-width: 100%;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .ft-contact-section:before {
    left: 0;
    opacity: 0.7;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  .ft-blog-section .ft-section-title {
    padding-bottom: 20px;
  }

  .ft-footer-widget .logo-widget p {
    padding-bottom: 15px;
  }

  .ft-banner-text-content h1 {
    font-size: 55px;
  }

  .ft-header-section.header-style-two .ft-header-main-menu .ft-site-logo {
    width: 145px;
  }

  .ft-team-details-content {
    padding: 0px 15px;
  }

  .ft-team-details-content .ft-team-details-text-wrapper {
    z-index: 2;
    position: relative;
    padding: 0px 0px 30px;
  }

  .ft-team-personal .title {
    font-size: 28px;
  }

  .ft-testimonial-slider-area-3 {
    width: 100%;
  }

  .ft-newslatter-content-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-newslatter-btn {
    margin-top: 15px;
  }

  .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget {
    padding-left: 0;
  }

  .ft-header-section.header-style-new-two .ft-header-cta-btn {
    display: none;
  }

  .ft-header-section.header-style-new-two .ft-header-main-menu .ft-site-logo {
    width: 135px;
  }

  .ft-thx-slider-section {
    padding-top: 45px;
  }

  .pr-sv-testimonial-item .pr-sv-testimonial-img {
    display: none;
  }

  .pr-sv-testimonial-item .pr-sv-testimonial-text {
    padding: 60px 40px;
  }

  .pr-sx-about-exp {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .ft-header-section.header-style-one .ft-brand-logo {
    width: 140px;
  }

  .ft-header-section.header-style-one .ft-header-content,
.ft-header-section.header-style-one.sticky-on .ft-header-content {
    padding-left: 155px;
  }

  .ft-header-section.header-style-one .ft-header-cta-btn {
    margin-left: 0;
    margin-right: 40px;
  }

  .ft-header-section.header-style-one .ft-header-cta-btn a {
    height: 45px;
    width: 130px;
  }

  .ft-booking-form-content .booking-form-input-wrapper label {
    margin-right: 0;
  }

  .ft-booking-form-content .booking-form-input-wrapper button {
    height: 50px;
    width: 185px;
  }

  .ft-about-section {
    padding: 50px 0px;
  }

  .ft-section-title h2 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .ft-btn a {
    height: 50px;
    width: 150px;
  }

  .ft-service-section {
    padding: 50px 0px;
  }

  .ft-counterup-section {
    padding: 20px 0px 60px;
  }

  .ft-why-choose-text-area .ft-section-title {
    padding-left: 0;
  }

  .ft-why-choose-feature-wrapper {
    padding-left: 0;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-text {
    max-width: 250px;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-text h3 {
    font-size: 18px;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-icon {
    height: 70px;
    width: 70px;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
    width: 50px;
    height: 50px;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-icon i {
    font-size: 30px;
  }

  .ft-team-section {
    padding: 0px 0px 60px;
  }

  .ft-why-choose-section {
    padding-bottom: 30px;
  }

  .ft-project-slider-area {
    margin: 0;
  }

  .ft-project-itembox {
    max-width: 310px;
  }

  .slick-current.slick-center .ft-project-itembox .ft-project-text {
    left: 0;
  }

  .slick-current.slick-center .ft-project-itembox {
    padding-left: 0;
  }

  .ft-project-itembox .ft-project-text {
    left: 0;
    opacity: 1;
  }

  .ft-project-itembox .ft-project-text h3 {
    font-size: 18px;
  }

  .ft-blog-news-feed-innerbox .ft-blog-feed-text .ft-blog-comment-view a {
    margin-left: 0;
    margin-right: 10px;
  }

  .ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-blog-feed-wrapper-2 .ft-blog-news-feed-innerbox .ft-blog-feed-img {
    margin-bottom: 25px;
  }

  .ft-testimonial-section {
    padding: 60px 0px;
  }

  .ft-project-section {
    padding-top: 60px;
  }

  .ft-contact-section,
.ft-blog-section {
    padding: 60px 0px;
  }

  .ft-footer-section {
    padding: 60px 0px;
  }

  .ft-footer-widget-wrapper {
    padding-bottom: 50px;
  }

  .ft-header-section.header-style-two .ft-header-cta-btn {
    display: none;
  }

  .ft-header-section.header-style-two .mobile_menu_button {
    top: -48px;
  }

  .ft-banner-text-content h1 {
    font-size: 36px;
  }

  .ft-banner-text-content p {
    font-size: 18px;
  }

  .ft-banner-section {
    padding: 190px 0px 150px;
  }

  .ft-section-title-2 h2 {
    font-size: 28px;
  }

  .ft-featured-section {
    padding: 50px 0px;
  }

  .ft-featured-content,
.ft-service-content-2 {
    padding-top: 15px;
  }

  .ft-featured-innerbox .ft-featured-text h3 {
    font-size: 20px;
  }

  .ft-featured-innerbox .ft-featured-icon i {
    font-size: 40px;
  }

  .ft-featured-innerbox .ft-featured-icon {
    margin-bottom: 10px;
  }

  .ft-featured-innerbox .ft-featured-text h3 {
    padding-bottom: 10px;
  }

  .ft-product-mesurment-tab-btn .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ft-service-section-2 {
    padding: 50px 0px;
  }

  .ft-about-section-2,
.ft-portfolio-section-2 {
    padding: 50px 0px;
  }

  .ft-experience-section {
    padding-bottom: 50px;
  }

  .ft-faq-content .accordion-button::after {
    font-size: 16px;
    right: 5px;
  }

  .ft-faq-why-choose-us-section {
    padding-bottom: 30px;
  }

  .ft-blog-section-2 {
    padding: 50px 0px;
  }

  .ft-footer-section-2 .ft-footer-newslatter-content h2 {
    font-size: 20px;
  }

  .ft-footer-section-2 .ft-footer-newslatter-content {
    padding: 20px 30px;
    border-radius: 0px;
  }

  .ft-footer-section-2 .ft-footer-newslatter-form button {
    height: 50px;
    width: 120px;
    font-size: 14px;
  }

  .ft-footer-section-2 .ft-footer-newslatter-form input {
    height: 50px;
  }

  .ft-footer-section-2 .ft-footer-newslatter {
    margin-bottom: -75px;
  }

  .ft-footer-widget-wrapper-2 {
    padding-bottom: 30px;
  }

  .ft-footer-widget-wrapper-2 .ft-footer-widget .logo-widget .site-logo {
    padding-bottom: 20px;
  }

  .ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn {
    margin-right: 10px;
  }

  .ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-btn a {
    height: 45px;
    width: 135px;
  }

  .ft-banner-text-content .ft-banner-btn-wrapper .ft-banner-video-btn a i {
    margin-right: 5px;
  }

  .ft-breadcrumb-section {
    padding: 170px 0px 100px;
  }

  .ft-funfact-innerbox {
    margin-bottom: 30px;
  }

  .ft-funfact-innerbox .ft-funfact-text h3 {
    font-size: 35px;
  }

  .ft-funfact-innerbox .ft-funfact-icon i {
    font-size: 35px;
  }

  .ft-footer-widget-wrapper-2 .ft-footer-widget .widget-title {
    padding-bottom: 15px;
  }

  .ft-footer-widget .menu-widget li {
    margin-bottom: 10px;
  }

  .page-padding {
    padding: 50px 0px;
  }

  .blog-details-img-text-wrapper .ftd-blog-meta-2 a {
    margin-right: 10px;
  }

  .blog-details-img-text-wrapper .ft-blog-details-item {
    padding: 20px 15px;
  }

  .blog-details-img-text-wrapper .blog-details-text h3 {
    font-size: 20px;
  }

  .blog-details-img-text-wrapper .blog-details-img-video .blog-details-img {
    margin-bottom: 30px;
  }

  .blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-tag a {
    margin-bottom: 10px;
  }

  .ft-blog-share {
    float: none;
  }

  .blog-details-img-text-wrapper .ft-blog-tag-share .ft-blog-share a {
    margin-left: 0;
    margin-right: 5px;
  }

  .ft-blog-comment-block .ft-blog-comment-text .ftd-reply-btn {
    position: static;
    margin-top: 15px;
    display: inline-block;
  }

  .ftd-comment-input-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ftd-blog-comment-form .ftd-comment-form-input input,
.ftd-blog-comment-form .ftd-comment-form-input textarea {
    width: 100%;
    margin-bottom: 15px;
  }

  .ftd-blog-comment-form {
    padding: 35px 15px;
  }

  .ftd-blog-comment-form .ftd-comment-form-input span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta {
    padding: 15px 15px;
  }

  .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper {
    padding: 30px 15px;
  }

  .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a:after {
    display: none;
  }

  .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .ft-blog-feed-title-text h3 {
    font-size: 20px;
  }

  .coming-soon-content {
    padding: 200px 0px 150px;
  }

  .coming-soon-content h2 {
    font-size: 34px;
  }

  .coming-soon-countdown li {
    margin-bottom: 20px;
  }

  .coming-soon-countdown {
    text-align: center;
  }

  .ft-btn-3 a {
    height: 40px;
    width: 150px;
  }

  .ft-project-overview-comment-wrapper .ft-project-overview-comment-text {
    width: 200px;
  }

  .ft-similar-work-content .ft-portfolio-slider-innerbox {
    margin-bottom: 30px;
  }

  .ft-project-details-img {
    margin-bottom: 40px;
  }

  .ft-header-section.header-style-three {
    position: static;
    padding: 10px 0px;
    background-color: #000;
  }

  .ft-header-section.header-style-three .ft-header-cta-btn a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
  }

  .ft-header-section.header-style-three .mobile_menu_button {
    top: -40px;
  }

  .ft-header-section.header-style-three .ft-header-cta-btn {
    margin-right: 30px;
  }

  .ft-header-section.header-style-three .ft-brand-logo {
    width: 130px;
  }

  .ft-header-section.sticky-on.header-style-three {
    position: fixed;
  }

  .ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a {
    padding: 10px 15px;
  }

  .ft-header-section.sticky-on.header-style-three .mobile_menu_button {
    top: -38px;
  }

  #slider-29-slide-76-layer-5,
#slider-29-slide-78-layer-5,
#slider-29-slide-77-layer-5 {
    display: block;
  }

  .ft-service-section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ft-section-title-3 h2 {
    font-size: 26px;
    padding-top: 5px;
  }

  .ft-service-content-3 {
    padding-top: 30px;
  }

  .ft-section-title-3 span {
    font-size: 16px;
  }

  .ft-service-innerbox-3 .ft-service-text h3 {
    font-size: 18px;
  }

  .ft-service-innerbox-3 .ft-service-text-icon {
    padding: 50px 20px 60px;
  }

  .ft-service-more-btn {
    margin-top: 10px;
    text-align: center;
  }

  .ft-service-more-btn a {
    margin-left: 0;
    margin-top: 10px;
  }

  .ft-about-section-3,
.ft-funfact-section-2 {
    padding: 60px 0px;
  }

  .ft-about-sign-img-text {
    width: 110px;
  }

  .ft-about-text-3 .ft-about-btn-group a i {
    display: none;
  }

  .ft-about-text-3 .ft-about-btn-group a {
    padding: 10px 15px;
  }

  .ft-case-study-items {
    width: 100%;
    border-right: 0;
  }

  .ft-funfact-inner-items-wrapper:before {
    display: none;
  }

  .ft-funfact-content-2 {
    padding-top: 30px;
  }

  .ft-funfact-inner-items .ft-funfact-inner-text h3 {
    font-size: 24px;
  }

  .ft-funfact-inner-items .ft-funfact-inner-icon {
    margin-bottom: 20px;
  }

  .ft-why-choose-section-2 {
    padding-top: 60px;
  }

  .ft-why-choose-section-2 .ft-why-choose-text-2 {
    padding-top: 0px;
  }

  .ft-why-choose-form-wrapper {
    padding-left: 0;
  }

  .ft-testimonial-slider-items-3:before {
    display: none;
  }

  .ft-testimonial-slider-items-3 {
    padding-left: 0;
  }

  .ft-blog-section-3 {
    padding: 60px 0px;
  }

  .ft-blog-content-3 {
    padding-top: 30px;
  }

  .ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a {
    width: 150px;
  }

  .ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text h3 {
    font-size: 24px;
  }

  .ft-testimonial-slider-3 .slick-dots {
    position: static;
    margin-top: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ft-testimonial-slider-3 .slick-dots li {
    display: inline-block;
  }

  .ft-contact-cta-items .ft-contact-cta-text {
    max-width: 220px;
  }

  .ft-thx-feature-section {
    padding: 60px 0px 30px;
  }

  .pr-cor-section-title h2 {
    font-size: 26px;
    padding: 15px 0px;
  }

  .pr-cor-section-title span {
    font-size: 18px;
  }

  .pr-cor-about-feature-list .pr-cor-about-ft-text {
    max-width: 240px;
  }

  .pr-cor-about-feature-area {
    padding-bottom: 10px;
  }

  .ft-thx-about-section {
    padding-bottom: 60px;
  }

  .ft-thx-why-choose-us-section,
.ft-thx-work-process-section,
.ft-thx-project-section,
.ft-thx-testimonial-section,
.pr-cor-blog-section {
    padding: 60px 0px;
  }

  .ft-thx-project-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft-thx-project-top .pr-cor-section-title {
    padding-bottom: 20px;
  }

  .port_left_arrow, .port_right_arrow {
    margin-left: 0;
    margin-right: 10px;
  }

  .ft-thx-banner-text h1 {
    font-size: 40px;
  }

  .ft-thx-banner-text {
    padding-top: 50;
  }

  .pr-mark-navigation-menu .pr-mark-btn a {
    width: 115px;
  }
  .pr-mark-main-navigation-wrapper .pr-mark-brand-logo {
    width: 120px;
    padding-top: 12px;
  }

  .pr-sx-secion-title h2,
.pr-sx-video-section .pr-sx-video-content h3 {
    font-size: 30px;
  }

  .pr-sx-secion-title h2 {
    padding: 10px 0px;
  }

  .pr-sx-about-section-2 {
    padding: 60px 0px;
  }

  .pr-sv-service-section {
    padding: 60px 0px;
  }

  .pr-sx-video-section {
    padding: 60px 0px;
  }

  .pr-sv-team-section {
    padding: 60px 0px;
  }

  .pr-sv-case-study-section {
    padding: 60px 0px 40px;
  }

  .ft-thx-testimonial-section-2 {
    padding: 60px 0px;
  }

  .ft-thx-faq-text .accordion-header button {
    font-size: 16px;
    padding: 10px 30px;
    padding-left: 10px;
  }

  .pr-sx-blog-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-thx-btn a {
    height: 50px;
  }

  .pr-sx-blog-section .pr-sx-secion-title {
    padding-bottom: 10px;
  }

  .pr-sx-blog-section {
    padding-bottom: 50px;
  }

  .pr-sv-footer-widget .pr-sv-menu-widget {
    padding-left: 0;
  }

  .ft-thx-faq-text {
    padding-left: 0;
  }

  .ft-thx-header-section .header-navigation-content .pr-h-cta-btn {
    display: none !important;
  }

  .ft-thx-header-section .header-navigation-content {
    padding: 30px 15px;
  }
  .ft-thx-header-section .header-navigation-content .mobile_logo {
    top: 25px;
  }

  .ft-thx-header-section .header-navigation-content .pr-h-search button {
    margin-right: 30px;
  }

  .ft-thx-banner-section-3 .ft-thx-banner-text3 h1 {
    font-size: 36px;
  }

  .ft-thx-banner-section-3 .ft-thx-banner-text3 {
    padding: 150px 0px;
  }

  .ft-thx-about-img-3 .ft-thx-ab-inner-img2 {
    right: 0;
  }

  .ft-thx-about-text-3 {
    padding-left: 0;
  }

  .ft-thx-section-title-3 h2 {
    font-size: 28px;
  }

  .ft-thx-about-list-item-3 .ft-thx-inner-text h3 {
    font-size: 18px;
  }

  .ft-thx-about-list-item-3 .ft-thx-inner-text {
    max-width: 250px;
  }

  .ft-thx-help-section,
.pr-sx-team-section {
    padding: 60px 0px;
  }

  .ft-thx-project-top-content-3,
.ft-thx-blog-top-content-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft-thx-project-top-content-3 .ft-thx-section-title-3,
.ft-thx-blog-top-content-3 .ft-thx-section-title-3 {
    width: 100%;
  }

  .ft-thx-project-section-3,
.pr-an-blog-section,
.ft-thx-cta-section-3 {
    padding: 60px 0px;
  }

  .port_left_arrow3, .port_right_arrow3, .blg-an-left_arrow, .blg-an-right_arrow {
    height: 40px;
    width: 40px;
    margin-left: 0;
    margin-right: 10px;
  }

  .ft-thx-project-slider-item-3 .ft-thx-inner-text {
    padding: 30px;
  }
  .ft-thx-project-slider-item-3 .ft-thx-inner-text h3 {
    font-size: 20px;
  }

  .pr-sx-team-section {
    overflow: hidden;
  }

  .pr-sx-team-nav-item-wrapper .slick-next {
    right: 0;
  }

  .pr-sx-team-nav-item-wrapper .slick-prev {
    left: 0;
  }

  .pr-sx-team-member-innerbox .pr-sx-team-member-text {
    padding: 20px 20px 40px;
  }

  .gl-testimonial-section-3 {
    padding: 40px 0px 280px;
  }

  .gl-testimonial-innerbox-item-3 {
    padding: 64px 15px 24px;
  }

  .gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-meta h3 {
    font-size: 18px;
  }

  .ft-thx-cta-content-3 h3 {
    font-size: 28px;
  }

  .ft-thx-btn-2 a {
    height: 50px;
    width: 150px;
  }

  .ft-thx-help-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ft-thx-help-item .ft-thx-help-img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 380px) {
  .ft-header-section.header-style-one .ft-header-content {
    height: 70px;
  }

  .ft-header-section.header-style-one .ft-header-cta-btn {
    display: none;
  }

  .ft-header-section.header-style-one .mobile_menu_button {
    top: -5px;
  }

  .ft-why-choose-feature-item .ft-why-choose-feature-text {
    max-width: 200px;
  }

  .ft-blog-post-feed-innerbox .ft-blog-post-feed-text-wrapper .blog-meta a {
    margin-right: 15px;
  }
}
.screenshots.style-11 .main-img {
  position: relative;
}

.screenshots.style-11 .main-img .link-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  left: calc(50% - 28px);
  top: -25px;
  z-index: 20;
}

/* --------------- screenshots style-14 --------------- */

.screenshots.style-14 .img {
  position: relative;
}

.screenshots.style-14 .img .row .col-6:last-of-type .main-img {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.screenshots.style-14 .img::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color-red1);
  top: 0;
  right: 0;
  -webkit-animation: right_left 20s alternate infinite linear;
  animation: right_left 20s alternate infinite linear;
}

.screenshots.style-14 .img::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #ecf0f3;
  bottom: -50px;
  right: 0;
  -webkit-animation: right_left 5s -1s alternate infinite linear;
  animation: right_left 5s -1s alternate infinite linear;
}

.screenshots.style-14 .img .main-img {
  position: relative;
  z-index: 10;
}

.screenshots.style-14 .info .text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

@-webkit-keyframes right_left {
  0% {
      right: 0;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }
  100% {
      right: 100%;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
}

@keyframes right_left {
  0% {
      right: 0;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }
  100% {
      right: 100%;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
}

/* ===============================================================
    [ * features Section ] 
================================================================*/

/* --------------- features style-4 --------------- */

.features.style-4 {
  background-color: #f0eff5;
  position: relative;
  overflow: hidden;
}

.features.style-4 .img-circle {
  position: absolute;
  top: 40px;
  width: 76%;
  left: 12%;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.features.style-4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.features.style-4 .content .features-card {
  text-align: center;
}

.features.style-4 .content .features-card .icon {
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto 30px;
  position: relative;
}

.features.style-4 .content .features-card .icon .label {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.features.style-4 .content .features-card h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
}

/* --------------- features style-5 --------------- */

.features-card.style-5 {
  display: block;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 15px;
  text-align: center;
}

.features-card.style-5:hover {
  -webkit-box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
  box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
}

.features-card.style-5:hover .card-title {
  color: var(--color-blue5);
}

.features-card.style-5 .icon {
  margin-bottom: 20px;
}

.features-card.style-5 .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 25px 20px rgba(7, 57, 114, 0.2078431373));
  filter: drop-shadow(0 25px 20px rgba(7, 57, 114, 0.2078431373));
}

.features-card.style-5 .card-title {
  color: #000;
  font-size: 17.5px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features-card.style-5 .text {
  font-size: 12.5px;
  line-height: 1.8;
  color: #777;
}

.ghghgh {
  border: 1px solid gainsboro;
  padding: 10px 0;
  border-radius: 10px;
}

/* --------------- features style-7 --------------- */

.features.style-7 {
  position: relative;
  background-color: #f0eff5;
  overflow: hidden;
}

.features.style-7 .img-circle {
  position: absolute;
  top: -120px;
  left: 25%;
  width: 700px;
  height: 700px;
  max-width: 50%;
  pointer-events: none;
}

.features.style-7 .features-slider7 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.features.style-7 .features-slider7 .swiper-slide {
  padding: 30px 0;
}

@media screen and (min-width: 991px) {
  .features-slider7 {
      position: relative;
  }
  .features-slider7 .swiper-slide {
      width: 470px !important;
  }
}

.features-card.style-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features-card.style-7::before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5333333333);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features-card.style-7:hover {
  top: -20px;
}

.features-card.style-7:hover::before {
  bottom: -20px;
}

.features-card.style-7 .icon {
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.features-card.style-7 .icon img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.features-card.style-7 .info h5 {
  font-size: 24px;
  font-weight: bold;
}

/* --------------- features style-10 --------------- */

.features.style-10 {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
}

.features.style-10 .col-lg-3:last-of-type .feat-card {
  border: 0;
}

.features.style-10 .feat-card {
  padding: calc(15px + 2vw);
  border-right: 1px solid rgba(153, 153, 153, 0.3333333333);
}

.features.style-10 .feat-card .icon {
  margin-bottom: 30px;
}

.features.style-10 .feat-card .icon img {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
}

.features.style-10 .feat-card .info a {
  font-size: 16px;
  color: #999;
  margin-bottom: 5px;
}

.features.style-10 .feat-card .info h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.features.style-10 .feat-card .info p {
  color: #666;
}

/* --------------- features style-11 --------------- */

.features.style-11 .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.features.style-11 .info li .icon {
  width: 60px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.features.style-11 .info li p {
  font-size: 18px;
}

.features.style-11 .features-cards {
  position: relative;
}

.features.style-11 .features-cards .pattern {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.features.style-11 .features-cards .cards-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features.style-11 .features-cards .cards-side .feat-card {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.features.style-11 .features-cards .cards-side .feat-card .icon {
  height: 65px;
  margin-bottom: 30px;
}

.features.style-11 .features-cards .cards-side .feat-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.features.style-11 .features-cards .cards-side .feat-card h3 span {
  color: var(--color-green);
  display: block;
}

/* --------------- features style-9 --------------- */

.features.style-9 .accordion .accordion-button {
  background: transparent !important;
  color: #000 !important;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  padding: 25px 16px;
}

.features.style-9 .accordion .accordion-button::after {
  background-size: 12px;
}

.features.style-9 .accordion .accordion-button span {
  color: var(--color-green);
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.features.style-9 .accordion .accordion-body {
  font-size: 16px;
  color: #666;
  padding-left: 60px;
  padding-top: 0;
}

/* --------------- features style-12 --------------- */

.features.style-12 {
  position: relative;
  background-color: #100f14;
}

.features.style-12 .feature-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  background-color: #16151b;
  margin-top: 30px;
  border: 1px solid #16151b;
}

.features.style-12 .feature-card::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  top: 0;
  left: 5%;
  border: 1px solid var(--color-yellowGreen);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features.style-12 .feature-card:hover {
  border-color: var(--color-yellowGreen);
}

.features.style-12 .feature-card:hover::before {
  opacity: 1;
  top: -10px;
}

.features.style-12 .feature-card h5 {
  font-size: 20px;
  color: #fff;
}

.features.style-12 .feature-card p {
  color: #4c4954;
  font-size: 16px;
  font-weight: 300;
}

.features.style-12 .features-line-slider12 {
  position: relative;
  background-color: var(--color-yellowGreen);
  color: #000;
  margin-top: 100px;
  padding: 20px 0;
}

.features.style-12 .features-line-slider12 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.features.style-12 .features-line-slider12 .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.features.style-12 .features-line-slider12 .swiper-slide a h2 {
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-transform: uppercase;
}

.features.style-12 .features-line-slider12 .swiper-slide a img {
  margin: 0 20px;
}

.features.style-12 .features-line-slider12 .swiper-slide a:hover {
  text-shadow: -5px -5px 0 #000;
}

.features.style-12 .features-line-slider12 .icon {
  position: absolute;
  right: 25%;
  height: 90px;
  top: -70px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 991px) {
  .features.style-12 .features-line-slider12 {
      position: relative;
  }
  .features.style-12 .features-line-slider12 .swiper-slide {
      width: -webkit-max-content !important;
      width: -moz-max-content !important;
      width: max-content !important;
  }
}

/* --------------- features style-14 --------------- */

.features.style-14 {
  position: relative;
  background-color: #ecf0f3;
}

.features.style-14::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #000;
}

.features.style-14 .content {
  padding: 100px 5vw 0 5vw;
  background-color: #fff;
  border-radius: 15px;
}

.features.style-14 .nav-pills .nav-link {
  padding: 17px 30px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 10px;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.features.style-14 .nav-pills .nav-link:hover,
.features.style-14 .nav-pills .nav-link.active {
  color: #fff;
  background-color: var(--color-red1);
  -webkit-box-shadow: 0 10px 30px rgba(204, 33, 49, 0.3333333333);
  box-shadow: 0 10px 30px rgba(204, 33, 49, 0.3333333333);
}

.features.style-14 .tab-pay-content .info .icon {
  margin-bottom: 20px;
}

.features.style-14 .tab-pay-content .info .icon img {
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.features.style-14 .tab-pay-content .info h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.features.style-14 .tab-pay-content .info li {
  margin: 8px 0;
}

/* --------------- features style-15 --------------- */

.features.style-15 {
  background-image: url(../img/feat_15_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 250px 0 100px;
}

.features.style-15 .features-card {
  margin-top: 30px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  border-radius: 10px;
  text-align: center;
}

.features.style-15 .features-card:hover {
  border: 1px solid var(--color-yellowGreen);
}

.features.style-15 .features-card .icon {
  height: 120px;
  margin-bottom: 40px;
}

.features.style-15 .features-card h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.features.style-15 .features-card p {
  color: #fff;
  opacity: 60%;
}

/* ===============================================================
    [ * numbers Section ] 
================================================================*/

/* --------------- numbers style-6 --------------- */

.number-card.style-6 {
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.number-card.style-6 h2 {
  font-size: 45px;
  color: var(--color-blue6);
}

.number-card.style-6 .text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  text-transform: capitalize;
}

/* --------------- numbers style-8 --------------- */

.numbers.style-8 {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.numbers.style-8 .r_shape {
  position: absolute;
  right: 100px;
  bottom: 270px;
  pointer-events: none;
}

.numbers.style-8::after {
  position: absolute;
  content: "";
  width: 230px;
  height: 230px;
  border-radius: 50%;
  left: -150px;
  top: 120px;
  background-color: var(--color-orange1);
  pointer-events: none;
}

.numbers.style-8 .content {
  position: relative;
  padding-top: 240px;
  padding-bottom: 380px;
}

.numbers.style-8 .content .logo-icon {
  text-align: center;
}

.numbers.style-8 .content .plat-icons .icon {
  position: absolute;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.numbers.style-8 .content .plat-icons .icon.icon-shadow {
  background-color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.0666666667);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.numbers.style-8 .content .plat-icons .icon:nth-of-type(1) {
  top: 90px;
  right: 0;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.numbers.style-8 .content .plat-icons .icon:nth-of-type(2) {
  top: 200px;
  right: 345px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.numbers.style-8 .content .plat-icons .icon:nth-of-type(3) {
  top: 110px;
  left: 335px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.numbers.style-8 .content .plat-icons .icon:nth-of-type(4) {
  top: 140px;
  left: 0;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.numbers.style-8 .content .plat-icons .icon:nth-of-type(5) {
  width: 100px;
  height: 100px;
  bottom: 110px;
  right: 265px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.numbers.style-8 .content .plat-icons .icon:nth-of-type(6) {
  width: 180px;
  height: 180px;
  bottom: 100px;
  left: 200px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.numbers.style-8 .content .num8_circle {
  position: absolute;
  top: -235px;
  width: 100%;
  max-height: unset;
  max-width: unset;
  z-index: -1;
  pointer-events: none;
}

.numbers.style-8 .numbers-btm {
  position: relative;
}

.numbers.style-8 .numbers-btm::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: var(--color-gray2);
}

.numbers.style-8 .numbers-btm .numbers-content {
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  position: relative;
  z-index: 10;
}

.numbers.style-8 .numbers-btm .numbers-content .number-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.numbers.style-8 .numbers-btm .numbers-content .number-card .icon {
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 15px;
}

.numbers.style-8 .numbers-btm .numbers-content .number-card .icon img {
  width: 40px;
}

.numbers.style-8 .numbers-btm .numbers-content .number-card .inf h3 {
  font-size: 40px;
  font-weight: bold;
}

.numbers.style-8 .numbers-btm .numbers-content .number-card .inf p {
  color: #666;
}

/* --------------- numbers style-14 --------------- */

.numbers.style-14 {
  padding: 70px 0;
  background-color: var(--color-red1);
}

.numbers.style-14 .number-item .icon {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1333333333);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1333333333);
  margin-bottom: 35px;
}

.numbers.style-14 .number-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.numbers.style-14 .number-item .info h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 5px;
}

.numbers.style-14 .number-item .info p {
  color: #ffa7af;
  text-transform: uppercase;
}

/* ===============================================================
    [ * clients Section ] 
================================================================*/

/* --------------- clients style-4 --------------- */

.clients.style-4 {
  background-color: #f0eff5;
  position: relative;
  z-index: 25;
}

.clients.style-4 .client-logos {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}

.clients.style-4 .client-logos .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.clients.style-4 .client-logos .img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

/* --------------- clients style 5 --------------- */

.clients.style-5 .content .img {
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
  height: 150px;
}

.clients.style-5 .content .img.img-card {
  width: 19%;
}

.clients.style-5 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

/* --------------- clients style 9 --------------- */

.clients.style-9 .client-card {
  padding: 50px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients.style-9 .client-card:hover {
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
}

.clients.style-9 .client-card:hover .info a {
  margin-left: 0;
}

.clients.style-9 .client-card:hover .info a .l-arrow {
  opacity: 1;
}

.clients.style-9 .client-card:hover .info a .r-arrow {
  opacity: 0;
}

.clients.style-9 .client-card .info h5 {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-darkBlue2);
  margin-bottom: 10px;
}

.clients.style-9 .client-card .info h5 span {
  color: #6c41ff;
  text-decoration: underline !important;
}

.clients.style-9 .client-card .info p {
  color: #666;
}

.clients.style-9 .client-card .info a {
  font-weight: bold;
  color: var(--color-darkBlue2);
  margin-left: -20px;
}

.clients.style-9 .client-card .info a .l-arrow {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients.style-9 .client-card .info a .r-arrow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients.style-9 .logos-content {
  margin-top: 100px;
}

.clients.style-9 .logos-content h4 {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-darkBlue2);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  text-align: center;
}

.clients.style-9 .logos-content h4 span {
  color: #6c41ff;
}

.clients.style-9 .logos-content .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.clients.style-9 .logos-content .logos a {
  margin-top: 30px;
}

/* --------------- clients style 14 --------------- */

.clients.style-14 {
  background-color: #000;
  color: #fff;
}

.clients.style-14 .logos-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clients.style-14 .logos-content a {
  margin-top: 30px;
}

/* ===============================================================
    [ * chat-banner Section ] 
================================================================*/

/* --------------- chat-banner styles --------------- */

.chat-banner.style-3 {
  background-color: var(--color-blue2);
  position: relative;
}

.chat-banner.style-3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-image: url(../img/0011.png);
  background-size: 80%;
  background-repeat: repeat;
  background-position: bottom;
  opacity: 0.08;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
}

.chat-banner.style-3 .info h3 {
  font-size: 27px;
  color: #fff;
  text-transform: capitalize;
}

.chat-banner.style-3 .info h3 span {
  font-weight: 400;
  font-style: italic;
  position: relative;
}

.chat-banner.style-3 .info h3 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 240px;
  height: 35px;
  background-image: url(../img/header/info_h1_line1.png);
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: left;
}

/* --------------- chat-banner styles --------------- */

.chat-banner.style-7 {
  background-color: #00a8a8;
  padding-top: 100px;
}

.chat-banner.style-7 .info {
  text-align: center;
  color: #fff;
  padding-bottom: 100px;
}

.chat-banner.style-7 .info p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}

.chat-banner.style-7 .info h3 {
  font-size: 40px;
  font-weight: 500;
}

/* --------------- chat-banner styles --------------- */

.chat-banner.style-9 {
  position: relative;
  padding: 180px 0;
  background-image: url(../img/header/head9_back.png);
  background-size: cover;
  background-position: center;
}

.chat-banner.style-9 .container {
  position: relative;
  z-index: 10;
}

.chat-banner.style-9 .img_back {
  position: absolute;
  left: 0;
  top: -50px;
  bottom: -50px;
  width: 100%;
  height: calc(100% + 100px);
  max-height: unset;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.chat-banner.style-9 .section-head h6::after,
.chat-banner.style-9 .section-head h6::before {
  background-color: #fff;
}

/* ===============================================================
    [ * contact Section ] 
================================================================*/

/* --------------- contact style-1 --------------- */

.contact.style-1 {
  position: relative;
  overflow: hidden;
}

.contact.style-1 .container {
  position: relative;
  z-index: 5;
}

.contact.style-1 .content .contact_info p {
  color: #fff;
  font-size: 16px;
}

.contact.style-1 .content .contact_info ul {
  margin: 50px 0;
}

.contact.style-1 .content .contact_info ul li {
  color: #fff;
  margin: 15px 0;
}

.contact.style-1 .content .contact_info ul li strong {
  margin-right: 5px;
}

.contact.style-1 .content .contact_info a {
  color: #fff;
  text-decoration: underline !important;
  text-transform: uppercase;
  font-size: 16px;
}

.contact.style-1 .content .contact_form .form-control,
.contact.style-1 .content .contact_form .form-select {
  border: 0;
  font-size: 16px;
  min-height: 50px;
}

.contact.style-1 .content .contact_form textarea {
  min-height: 125px !important;
}

.contact.style-1 .contact_globe {
  position: absolute;
  left: 0;
  top: -10%;
  width: 47%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  max-height: none;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  opacity: 0.3;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/* --------------- contact style-2 --------------- */

.contact.style-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
}

.contact.style-2 .global_2 {
  position: absolute;
  left: 25%;
  bottom: -500px;
  width: 55%;
  z-index: 2;
  opacity: 0.7;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

/* --------------- contact style-6 --------------- */

.contact.style-6 .content {
  position: relative;
  border-top: 10px solid var(--color-blue6);
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 50px 15px;
}

.contact.style-6 .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
  background: linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
  background-size: 400% 400%;
  -webkit-animation: gradient 20s linear infinite;
  animation: gradient 20s linear infinite;
  border-radius: 30px;
  overflow: hidden;
}

.contact.style-6 .content .contact_a {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 20%;
}

.contact.style-6 .content .contact_message {
  position: absolute;
  right: -150px;
  top: 100px;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 30%;
}

.contact.style-6 .content .form {
  position: relative;
  z-index: 5;
}

.contact.style-6 .form-group .form-control,
.contact.style-6 .form-group .form-select {
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  border-radius: 30px;
  min-height: 50px;
  font-size: 16px;
  padding: 10px 25px;
}

.contact.style-6 .form-group .form-control:focus,
.contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue6);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@-webkit-keyframes gradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

/* --------------- contact style-13 --------------- */

.contact.style-13 {
  position: relative;
}

.contact.style-13::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #eaedf2;
}

.contact.style-13 .content {
  padding: 5vw;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
}

.contact.style-13 .content .contact-info p {
  font-size: 16px;
  color: #666;
}

.contact.style-13 .content .contact-info li {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
}

.contact.style-13 .content .contact-info li strong {
  color: #000;
}

.contact.style-13 .content .contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact.style-13 .content .contact-form .form-group .form-control {
  min-height: 50px;
  border-radius: 7px;
  border: 1px solid rgba(153, 153, 153, 0.0666666667);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.0666666667);
  padding: 10px 10px 10px 40px;
}

.contact.style-13 .content .contact-form .form-group .icon {
  position: absolute;
  top: 14px;
  left: 15px;
}

/* --------------- contact style-14 --------------- */

.contact.style-14 {
  position: relative;
}

.contact.style-14::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #ecf0f3;
}

.contact.style-14 .contact-card {
  position: relative;
  padding: 120px 4vw;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
  overflow: hidden;
}

.contact.style-14 .contact-card .row {
  position: relative;
  z-index: 5;
}

.contact.style-14 .contact-card .img_back {
  position: absolute;
  content: "";
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* ===============================================================
    [ * download Section ] 
================================================================*/

/* --------------- download style-5 --------------- */

.download.style-5 .content h2 {
  font-size: 50px;
}

.download.style-5 .content h2 span {
  position: relative;
}

.download.style-5 .content h2 span .head-line {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}

.download.style-5 .content h2 span .head-pen {
  position: absolute;
  right: 102%;
  bottom: -5px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* ===============================================================
    [ * searcing Section ] 
================================================================*/

/* --------------- search styles --------------- */

.domain-search.style-9 .domain-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.domain-search.style-9 .domain-choose .butn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  padding: 20px 40px;
}

.domain-search.style-9 .domain-choose .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}

.domain-search.style-9 .domain-choose .form-group .icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.domain-search.style-9 .domain-choose .form-group .form-select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
  color: var(--color-darkBlue2);
}

.domain-search.style-9 .domain-choose .form-group input {
  width: 100%;
  border: 0;
}

.domain-search.style-9 .domain-names {
  margin-top: 40px;
}

.domain-search.style-9 .domain-names .item {
  margin-top: 10px;
}

.domain-search.style-9 .domain-names .item.dom-tech span {
  color: #6c41ff;
}

.domain-search.style-9 .domain-names .item.dom-net span {
  color: #ff7342;
}

.domain-search.style-9 .domain-names .item.dom-co span {
  color: #cc41ff;
}

.domain-search.style-9 .domain-names .item.dom-com span {
  color: #ff28ac;
}

.domain-search.style-9 .domain-names .item.dom-info span {
  color: #89a829;
}

.domain-search.style-9 .domain-names .item.dom-org span {
  color: #a342ed;
}

.domain-search.style-9 .domain-names p {
  font-weight: bold;
  font-size: 16px;
}

.domain-search.style-9 .domain-names h5 {
  text-align: center;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  color: var(--color-darkBlue2);
  font-weight: bold;
}

/* ===============================================================
    [ * solutions Section ] 
================================================================*/

/* --------------- solutions styles --------------- */

.solutions.style-10 .solution-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.solutions.style-10 .solution-card h6 {
  font-size: 16px;
  font-weight: bold;
}

.solutions.style-10 .solution-card .icon img {
  -webkit-filter: invert(54%) sepia(58%) saturate(5618%) hue-rotate(228deg) brightness(99%) contrast(92%);
  filter: invert(54%) sepia(58%) saturate(5618%) hue-rotate(228deg) brightness(99%) contrast(92%);
}

.solutions.style-10 .solution-card:hover {
  background-color: #00a8a8;
  color: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2666666667);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2666666667);
}

.solutions.style-10 .solution-card:hover .icon img {
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(135deg) brightness(107%) contrast(106%);
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(135deg) brightness(107%) contrast(106%);
}

/* ===============================================================
    [ * sgin_up Section ] 
================================================================*/

/* --------------- sgin up styles --------------- */

.signup.style-11 {
  position: relative;
}

.signup.style-11 .pattern {
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.signup.style-11 .content {
  position: relative;
  z-index: 10;
}

.signup.style-11 .content .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  padding-left: 20px;
  overflow: hidden;
  margin-top: 80px;
}

.signup.style-11 .content .form-group .form-control {
  height: 50px;
  border: 0;
  padding-left: 15px;
}

.signup.style-11 .content .form-group button {
  border: 0;
  background-color: var(--color-green);
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 15px 30px;
  text-transform: uppercase;
}

/* ===============================================================
    [ * integration Section ] 
================================================================*/

/* --------------- integrations styles --------------- */

.integration.style-11 {
  background-color: #1b1b20;
}

.integration.style-11 .info {
  font-size: 16px;
  color: #9e9eac;
}

.integration.style-11 .icons {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.integration.style-11 .icons .pattern_back {
  max-width: unset;
  max-height: unset;
  width: 130%;
  left: -15%;
  position: absolute;
}

.integration.style-11 .icons .logo {
  width: 100px;
  margin: auto;
  position: relative;
  z-index: 10;
}

.integration.style-11 .icons .icon {
  position: absolute;
  z-index: 10;
}

.integration.style-11 .icons .icon:nth-of-type(1) {
  top: 10%;
  right: 12%;
}

.integration.style-11 .icons .icon:nth-of-type(2) {
  top: 50%;
  right: 15%;
}

.integration.style-11 .icons .icon:nth-of-type(3) {
  bottom: 3%;
  right: 20%;
}

.integration.style-11 .icons .icon:nth-of-type(4) {
  top: 20%;
  left: 30%;
}

.integration.style-11 .icons .icon:nth-of-type(5) {
  top: 20%;
  left: 1%;
}

.integration.style-11 .icons .icon:nth-of-type(6) {
  bottom: 20%;
  left: 1%;
}

/* ===============================================================
    [ * process Section ] 
================================================================*/

/* --------------- proccess styles --------------- */

.process.style-12 .process-card {
  padding: 40px;
  text-align: center;
  display: block;
  border-top: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
}

.process.style-12 .process-card:hover {
  background-color: #0e0d11;
  border-top: 1px solid var(--color-yellowGreen);
}

.process.style-12 .process-card .icon {
  height: 80px;
  margin-bottom: 30px;
}

.process.style-12 .process-card .icon img {
  height: 80px;
}

.process.style-12 .process-card .info h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.process.style-12 .process-card .info p {
  color: #89888f;
}

.process.style-12 .process-card .info .step {
  font-size: 16px;
  color: var(--color-yellowGreen);
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 30px;
}

/* ===============================================================
    [ * process Section ] 
================================================================*/

/* --------------- collections styles --------------- */

.collections.style-12 .collection-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -25px;
}

.collections.style-12 .collection-card .top-info h6 {
  font-size: 17px;
}

.collections.style-12 .collection-card .top-info p {
  color: #67666c;
}

.collections.style-12 .collection-card .top-info p img {
  width: 10px;
  -webkit-margin-end: 2px;
  margin-inline-end: 2px;
}

.collections.style-12 .collection-card .auther-img {
  text-align: center;
  margin-bottom: -20px;
  position: relative;
  z-index: 10;
}

.collections.style-12 .collection-card .auther-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 6px solid #15141a;
}

.collections.style-12 .collection-card .main-img {
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}

.collections.style-12 .collection-card .sub-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
}

.collections.style-12 .collection-card .sub-imgs img {
  width: 32%;
  height: 80px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ===============================================================
    [ * market Section ] 
================================================================*/

.markets {
  background-color: #080019;
}

.markets .markets-table .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.markets .markets-table .table-head .item {
  margin-bottom: 20px;
}

.markets .markets-table .table-head .item:nth-of-type(1) {
  width: 24%;
}

.markets .markets-table .table-head .item:nth-of-type(2) {
  width: 17%;
}

.markets .markets-table .table-head .item:nth-of-type(3) {
  width: 12%;
}

.markets .markets-table .table-head .item:nth-of-type(4) {
  width: 15%;
}

.markets .markets-table .table-head .item:nth-of-type(5) {
  width: 20%;
}

.markets .markets-table .table-head .item:nth-of-type(6) {
  width: 12%;
}

.markets .markets-table .table-body .body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #120a22;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.markets .markets-table .table-body .body-row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.markets .markets-table .table-body .body-row .item:nth-of-type(1) {
  width: 24%;
}

.markets .markets-table .table-body .body-row .item:nth-of-type(2) {
  width: 17%;
}

.markets .markets-table .table-body .body-row .item:nth-of-type(3) {
  width: 12%;
}

.markets .markets-table .table-body .body-row .item:nth-of-type(4) {
  width: 15%;
}

.markets .markets-table .table-body .body-row .item:nth-of-type(5) {
  width: 20%;
}

.markets .markets-table .table-body .body-row .item:nth-of-type(6) {
  width: 12%;
}

.markets .markets-table .table-body .body-row .item .per-up {
  color: #f7931a;
}

.markets .markets-table .table-body .body-row .item .trad-btn {
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1333333333);
  border-radius: 30px;
  padding: 5px 20px;
}

.markets .markets-table .table-body .body-row .item .trad-btn:hover {
  color: #fff;
  background-color: var(--color-red2);
}

.markets .markets-table .table-body .body-row .item strong {
  font-weight: 500;
}

/* ===============================================================
    [ * timeline Section ] 
================================================================*/

/* --------------- timeline styles --------------- */

.timeline.style-15 {
  padding: 100px 0 130px;
}

.timeline.style-15 .timeline-cards {
  position: relative;
}

.timeline.style-15 .timeline-cards .progress {
  height: 5px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.0666666667);
}

.timeline.style-15 .timeline-cards .progress .progress-bar {
  background-color: var(--color-red2);
  background: -webkit-gradient(linear, left top, right top, from(#ee1552), to(#435eba));
  background: -o-linear-gradient(left, #ee1552, #435eba);
  background: linear-gradient(to right, #ee1552, #435eba);
  border-radius: 10px;
  width: 1%;
  -webkit-transition: all 4s linear;
  -o-transition: all 4s linear;
  transition: all 4s linear;
}

.timeline.style-15 .timeline-cards .progress .progress-bar.animated {
  width: 100%;
}

.timeline.style-15 .timeline-cards .timeline-card {
  background-color: #120431;
  border-radius: 100px 100px 50px 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  text-align: center;
  margin: 30px auto 55px;
  position: relative;
}

.timeline.style-15 .timeline-cards .timeline-card::after {
  position: absolute;
  content: "";
  left: -10px;
  bottom: -68px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(238, 21, 82, 0.3333333333);
  -webkit-box-shadow: 0 5px 10px rgba(238, 21, 82, 0.2666666667);
  box-shadow: 0 5px 10px rgba(238, 21, 82, 0.2666666667);
}

.timeline.style-15 .timeline-cards .timeline-card::before {
  position: absolute;
  content: "";
  left: -4px;
  bottom: -62px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.timeline.style-15 .timeline-cards .timeline-card .icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: var(--color-red2);
  margin-bottom: 40px;
}

.timeline.style-15 .timeline-cards .timeline-card .info {
  max-width: 140px;
  padding-bottom: 10px;
}

.timeline.style-15 .timeline-cards .timeline-card .info h6 {
  font-style: 16px;
}

.timeline.style-15 .timeline-cards .timeline-card .year {
  position: absolute;
  left: -10px;
  bottom: -100px;
  font-size: 16px;
}

/* ===============================================================
    [ * footer Section ] 
================================================================*/

/* --------------- footer styles --------------- */

footer.style-1 {
  background-color: #000;
  position: relative;
}

footer.style-1 .foot_l {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

footer.style-1 .foot_r {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

footer.style-1 .content {
  padding: 90px 0 70px;
  position: relative;
  z-index: 5;
}

footer.style-1 p,
footer.style-1 a,
footer.style-1 li {
  font-size: 16px;
  color: #aaa7a7;
}

footer.style-1 a:hover {
  color: var(--color-main);
}

footer.style-1 .text {
  color: #fff;
  font-size: 16px;
}

footer.style-1 .foot_info li {
  margin: 20px 0;
}

footer.style-1 .foot_info li i {
  color: var(--color-main);
  font-size: 16px;
}

footer.style-1 .social_icons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.style-1 .social_icons a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2c2c2c;
  color: #aaa7a7;
  margin: 5px;
}

footer.style-1 .social_icons a:hover {
  background: var(--color-main-grad);
  color: #fff;
}

footer.style-1 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.style-1 .links li {
  margin: 8px 0;
}

footer.style-1 .link_title {
  color: #fff;
  margin: 10px 0 15px;
}

footer.style-1 .foot_subscribe input {
  background: #1f1f1f;
  color: #fff;
  font-size: 16px;
  border: 0;
}

footer.style-1 .foot_subscribe input::-webkit-input-placeholder {
  color: #fff;
}

footer.style-1 .foot_subscribe input::-moz-placeholder {
  color: #fff;
}

footer.style-1 .foot_subscribe input:-ms-input-placeholder {
  color: #fff;
}

footer.style-1 .foot_subscribe input::-ms-input-placeholder {
  color: #fff;
}

footer.style-1 .foot_subscribe input::placeholder {
  color: #fff;
}

footer.style-1 .foot {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer.style-2 {
  background-color: #010040;
}

footer.style-3 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

footer.style-3 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
}

footer.style-3 .items .socail-icons {
  margin-top: 30px;
}

footer.style-3 .items .socail-icons a:hover {
  background-color: var(--color-blue2) !important;
  color: #fff !important;
}

footer.style-3 .items ul li {
  margin: 5px 0;
}

footer.style-3 .items ul li a {
  font-size: 16px;
}

footer.style-3 .items ul li a:hover {
  color: var(--color-blue2);
}

footer.style-3 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}

footer.style-3 .foot .logo {
  width: 120px;
}

footer.style-3 .foot .testi_lines {
  position: absolute;
  top: -10px;
}

footer.style-3 .contact_globe {
  position: absolute;
  height: 150%;
  max-height: none;
  width: 60%;
  top: -25%;
  left: 20%;
  opacity: 0.15;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

footer.style-4 {
  position: relative;
  background-color: #f0eff5;
  margin-top: 250px;
}

footer.style-4 .wave {
  position: absolute;
  left: -3%;
  bottom: 95%;
  width: 106%;
  max-width: unset;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 20;
}

footer.style-4 .container {
  position: relative;
  z-index: 25;
}

footer.style-4 .foot {
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  padding: 30px 0;
}

footer.style-4 .foot .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.style-4 .foot .links li a {
  font-size: 16px;
  margin: 0 15px;
  font-weight: bold;
}

footer.style-4 .foot .links li a:hover,
footer.style-4 .foot .links li a.active {
  color: var(--color-blue4);
}

footer.style-4 .copywrite {
  padding: 20px 0;
}

footer.style-5 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

footer.style-5 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  line-height: 1;
}

footer.style-5 .items .socail-icons {
  margin-top: 30px;
}

footer.style-5 .items .socail-icons a:hover {
  background-color: var(--color-blue5) !important;
  color: #fff !important;
}

footer.style-5 .items ul li {
  margin: 5px 0;
}

footer.style-5 .items ul li a {
  font-size: 16px;
}

footer.style-5 .items ul li a:hover {
  color: var(--color-blue5);
}

footer.style-5 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}

footer.style-5 .foot .logo {
  width: 120px;
}

footer.style-6 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

footer.style-6 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

footer.style-6 .items .socail-icons {
  margin-top: 30px;
}

footer.style-6 .items .socail-icons a:hover {
  background-color: var(--color-blue6) !important;
  color: #fff !important;
}

footer.style-6 .items ul li {
  margin: 5px 0;
}

footer.style-6 .items ul li a {
  font-size: 16px;
}

footer.style-6 .items ul li a:hover {
  color: var(--color-blue6);
}

footer.style-6 .form .form-group {
  position: relative;
}

footer.style-6 .form .form-group .icon {
  position: absolute;
  top: 12px;
  left: 15px;
}

footer.style-6 .form .form-group input {
  width: 100%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 30px;
  min-height: 45px;
  font-size: 16px;
  padding: 0 40px;
}

footer.style-6 .form .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color-blue6);
  border: 0;
  color: #fff;
}

footer.style-6 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}

footer.style-6 .foot .logo {
  width: 120px;
}

footer.style-7 {
  position: relative;
  background: url(../img/foot_7_pattern.png) #f0eff5;
  padding-bottom: 40px;
  background-size: cover;
  background-position: bottom;
}

footer.style-7 .info-logo {
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
}

footer.style-7 .info-logo .logo {
  width: 200px;
  margin-bottom: 40px;
}

footer.style-7 .info-logo .text {
  font-size: 16px;
  margin-bottom: 30px;
}

footer.style-7 .info-logo .social-links a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
  font-size: 16px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

footer.style-7 .info-logo .social-links a:hover {
  background-color: var(--color-blue7);
  color: #fff;
}

footer.style-7 .links-side {
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}

footer.style-7 .links-side .links-group h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

footer.style-7 .links-side .links-group .links a {
  margin: 7px 0;
}

footer.style-8 {
  position: relative;
}

footer.style-8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: -o-linear-gradient(top, #fff, transparent);
  background: linear-gradient(to bottom, #fff, transparent);
  pointer-events: none;
}

footer.style-8 .container {
  position: relative;
  z-index: 10;
}

footer.style-8 .content .logo-social {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

footer.style-8 .content .logo-social .foot-logo img {
  width: 150px;
}

footer.style-8 .content .logo-social .socials a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
}

footer.style-8 .content .logo-social .socials a:hover {
  background-color: var(--color-main);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer.style-8 .content .links-content .foot-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 60px;
  text-transform: capitalize;
}

footer.style-8 .content .links-content p {
  font-size: 16px;
  color: #666;
}

footer.style-8 .content .links-content .foot-info li {
  font-size: 16px;
  margin: 10px 0;
}

footer.style-8 .content .links-content .links li {
  margin: 15px 0;
}

footer.style-8 .content .links-content .links a {
  font-size: 16px;
}

footer.style-8 .content .links-content .foot-subscribe .form-group {
  position: relative;
}

footer.style-8 .content .links-content .foot-subscribe .form-group .icon {
  position: absolute;
  top: 17px;
  left: 15px;
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control {
  padding: 15px 15px 15px 40px;
  border-radius: 50px;
  background-color: #fff;
  border: 0;
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-moz-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-9 {
  background-color: #111352;
}

footer.style-9 .foot-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
  margin-top: 90px;
  text-transform: capitalize;
}

footer.style-9 .foot-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #6c41ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer.style-9 .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.style-9 .links li {
  margin: 7px 0;
  width: 100%;
}

footer.style-9 .links a {
  color: #b6b7d3;
  text-transform: capitalize;
}

footer.style-9 .links a:hover {
  color: #fff;
}

footer.style-9 .links a small {
  font-size: 16px;
}

footer.style-9 .foot {
  margin-top: 80px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}

footer.style-9 p {
  color: #b6b7d3;
}

footer.style-9 .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  -webkit-margin-start: 2px;
  margin-inline-start: 2px;
}

footer.style-9 .social-icons a:hover {
  background-color: var(--color-darkBlue2);
}

footer.style-10 {
  position: relative;
  background-color: #000;
  color: #fff;
}

footer.style-10 .info-card {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}

footer.style-10 .info-card h5 {
  font-size: 20px;
  font-weight: 500;
}

footer.style-10 .pattern {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

footer.style-10 h5 {
  font-size: 20px;
}

footer.style-10 .subscribe-card .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
  padding-bottom: 10px;
}

footer.style-10 .subscribe-card .form-group .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

footer.style-10 .subscribe-card .form-group input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
}

footer.style-10 .subscribe-card .form-group input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-10 .subscribe-card .form-group input::-moz-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-10 .subscribe-card .form-group input:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-10 .subscribe-card .form-group input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-10 .subscribe-card .form-group input::placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-10 .subscribe-card .form-group button {
  border: 0;
  background: transparent;
  color: var(--color-blue7);
}

footer.style-10 .subscribe-card p {
  color: #484848;
  margin-top: 5px;
}

footer.style-10 .foot {
  padding: 40px 0;
  position: relative;
}

footer.style-10 .foot::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.1333333333)), color-stop(rgba(255, 255, 255, 0.1333333333)), color-stop(rgba(255, 255, 255, 0.1333333333)), to(transparent));
  background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), transparent);
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), transparent);
}

footer.style-10 .foot .navbar-brand {
  width: 170px;
}

footer.style-10 .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

footer.style-10 .social-icons a:hover {
  background-color: var(--color-orange2);
}

footer.style-11 {
  background-color: #1b1b20;
  color: #fff;
}

footer.style-11 .foot-links {
  position: relative;
}

footer.style-11 .foot-links::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.1333333333)), color-stop(rgba(255, 255, 255, 0.1333333333)), color-stop(rgba(255, 255, 255, 0.1333333333)), to(transparent));
  background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), transparent);
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), transparent);
}

footer.style-11 .foot-links .links-item {
  margin-top: 40px;
}

footer.style-11 .foot-links .links-item h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

footer.style-11 .btn * {
  line-height: 1;
}

footer.style-11 a {
  font-size: 16px;
  color: #87878e;
  margin: 6px 0;
}

footer.style-11 a:hover {
  color: var(--color-green) !important;
}

footer.style-11 p {
  font-size: 16px;
  color: #87878e;
  margin: 6px 0;
}

footer.style-11 .foot {
  background-color: #131317;
  padding: 20px 0;
}

footer.style-11 .foot .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  border: 1px solid rgba(255, 255, 255, 0.0666666667);
}

footer.style-11 .foot .social-icons a:hover {
  background-color: var(--color-green);
}

footer.style-12 {
  background-color: #0f0e13;
}

footer.style-12 p {
  font-size: 16px;
  color: #93919b;
}

footer.style-12 a {
  font-size: 16px;
  color: #93919b;
}

footer.style-12 a:hover {
  color: var(--color-yellowGreen);
}

footer.style-12 .content {
  padding: 90px 0;
}

footer.style-12 .content .foot-logo {
  width: 170px;
}

footer.style-12 .content .links h6 {
  margin-bottom: 30px;
  font-size: 18px;
}

footer.style-12 .content .links ul li {
  margin: 10px 0;
}

footer.style-12 .foot {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
  text-align: center;
}

footer.style-12 .foot p {
  font-size: 18px;
}

footer.style-13 {
  position: relative;
  background-color: #000;
}

footer.style-13::before {
  position: absolute;
  content: "";
  right: 0;
  top: -1px;
  height: 150px;
  width: 100%;
  background-color: #eaedf2;
}

footer.style-13 .content {
  background-color: #fff;
  padding: 100px 0;
  border-top-right-radius: 20px;
  position: relative;
  z-index: 10;
}

footer.style-13 .content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
}

footer.style-13 .content h2::before {
  position: absolute;
  content: "\f086";
  font-family: "Font Awesome 5 pro";
  left: -50px;
  top: -50px;
  font-size: 100px;
  font-weight: 100;
  opacity: 0.1;
  pointer-events: none;
}

footer.style-13 .content p {
  font-size: 20px;
  color: #666;
}

footer.style-13 .foot {
  padding: 30px 0;
  color: #fff;
}

footer.style-13 .foot p {
  color: #999;
}

footer.style-13 .foot p a {
  color: #fff;
}

footer.style-13 .foot .links {
  text-align: center;
}

footer.style-13 .foot .links a {
  margin: 0 10px;
  color: #999;
}

footer.style-13 .foot .links a:hover {
  color: #fff;
}

@media screen and (min-width: 991px) {
  footer.style-13 {
      padding-right: calc((100vw - 1170px) / 2);
  }
}

footer.style-14 {
  background-color: #ecf0f3;
  background-image: url(../img/footer/foot_14_pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

footer.style-14 .payment-cards {
  position: relative;
}

footer.style-14 .payment-cards::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(2) .pay-card {
  background-color: #a81220;
}

footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(3) .pay-card {
  background-color: #980d1a;
}

footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(4) .pay-card {
  background-color: #700710;
}

footer.style-14 .payment-cards .pay-card {
  padding: 30px;
  color: #fff;
  background-color: #cc2131;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.style-14 .payment-cards .pay-card .icon img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

footer.style-14 .foot-info .foot-logo {
  margin-bottom: 40px;
}

footer.style-14 .foot-info .foot-logo img {
  width: 175px;
}

footer.style-14 .social-icons {
  margin-top: 40px;
}

footer.style-14 .social-icons a {
  width: 45px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

footer.style-14 .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.style-14 .links ul li {
  width: 50%;
  margin: 7px 0;
}

footer.style-14 a:hover {
  color: var(--color-red1);
}

footer.style-14 p {
  color: #666;
  font-size: 16px;
}

footer.style-15 {
  background-color: #04000e;
}

footer.style-15 .content {
  padding: 90px 0;
}

footer.style-15 .content .foot-logo-social .foot-logo img {
  width: 170px;
}

footer.style-15 .content .foot-logo-social .social-icons a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  color: #fff;
  border-radius: 50%;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}

footer.style-15 .content .foot-logo-social .social-icons a:hover {
  background-color: var(--color-red2);
  border-color: var(--color-red2);
}

footer.style-15 .content .links-content h6.sub-title {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  opacity: 10%;
  margin-bottom: 20px;
}

footer.style-15 .content .links-content .main-links ul li {
  width: 50%;
}

footer.style-15 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.style-15 ul li {
  margin: 8px 0;
  width: 100%;
}

footer.style-15 a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

footer.style-15 a:hover {
  color: var(--color-red2);
}

footer.style-15 .foot {
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
  padding: 30px 0;
  text-align: center;
}

footer.style-15 .foot p {
  color: #918d98;
}

/* ===============================================================
    [ * inner_header Style ] 
================================================================*/

/* --------------- inner-header style-5 --------------- */

.inner-header.style-5 {
  background-image: url(../img/inner5_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.inner-header.style-5 .content {
  padding: 120px 0;
  position: relative;
}

.inner-header.style-5 .content .links a {
  font-size: 16px;
  color: #999;
  text-transform: capitalize;
  position: relative;
  padding-right: 20px;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  margin-right: 20px;
}

.inner-header.style-5 .content .links a:last-of-type {
  font-weight: bold;
  color: var(--color-main);
  border: 0;
  padding: 0;
  margin: 0;
}

.inner-header.style-5 .content h2 {
  font-size: 60px;
  text-transform: capitalize;
  margin-top: 20px;
}

.inner-header.style-5 .content .side-img {
  position: absolute;
  right: 0;
  top: 30%;
  height: 40%;
  pointer-events: none;
}

/* ===============================================================
    [ * portfolio_page Style ] 
================================================================*/

/* --------------- portfolio-page style-1 --------------- */

.portfolio-page.style-1 .portfolio-projects.style-1 {
  background-color: #e7f1ff;
}

.portfolio-page.style-1 .portfolio-projects.style-1 .controls {
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-page.style-1 .portfolio-projects.style-1 .controls button {
  border: 0;
  background: transparent;
  font-weight: bold;
  text-transform: capitalize;
  margin: 10px;
}

.portfolio-page.style-1 .portfolio-projects.style-1 .controls button.mixitup-control-active {
  color: var(--color-blue5);
}

.portfolio-page.style-1 .download.style-5 {
  position: relative;
  overflow: hidden;
}

.portfolio-page.style-1 .download.style-5 .content h2 span .head-pen {
  right: auto;
  left: 102%;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.portfolio-page.style-1 .download.style-5 .contact_globe {
  position: absolute;
  height: 150%;
  max-height: none;
  width: 60%;
  top: -25%;
  left: 20%;
  opacity: 0.15;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

/* ===============================================================
    [ * single_project Style ] 
================================================================*/

/* --------------- single-project style-5 --------------- */

.single-project.style-5 .about-app.style-5 h1 {
  font-size: 55px;
}

.single-project.style-5 .about-app.style-5 .about-cards .about-card {
  text-align: center;
  padding: 15px;
}

.single-project.style-5 .about-app.style-5 .about-cards .about-card small {
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-project.style-5 .about-app.style-5 .about-cards .about-card h6 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.single-project.style-5 .about-app.style-5 .img-content .img {
  position: relative;
}

.single-project.style-5 .about-app.style-5 .img-content .img .main-img {
  position: relative;
  z-index: 5;
}

.single-project.style-5 .about-app.style-5 .img-content .img .circle {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 15%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-animation: rotate-center 100s linear infinite both reverse;
  animation: rotate-center 100s linear infinite both reverse;
}

.single-project.style-5 .about-app.style-5 .img-content .img .bubbls {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.single-project.style-5 .screenshots {
  position: relative;
}

.single-project.style-5 .screenshots::after {
  position: absolute;
  content: "";
  background-image: url(../img/about/about_s4_wave.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  top: -1px;
  left: 0;
  z-index: 10;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.single-project.style-5 .share .social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f7fe;
  color: #666;
  font-size: 16px;
  margin: 20px 3px 0;
}

.single-project.style-5 .share .social-icon:hover {
  background-color: var(--color-blue5);
  color: #fff;
}

.single-project.style-5 .share .social-icon.hover-blue4:hover {
  background-color: var(--color-blue4);
  color: #fff;
}

.single-project.style-5 .projects .project-card.style-6:hover .info .title {
  color: var(--color-blue5);
}

.single-project.style-5 .projects .project-card.style-6 .info small {
  color: var(--color-blue5);
}

.single-project.style-5 .slider-style-6 .swiper-button-next:hover,
.single-project.style-5 .slider-style-6 .swiper-button-prev:hover {
  background-color: var(--color-blue5);
}

/* ===============================================================
    [ * services page Style ] 
================================================================*/

/* --------------- services page styles --------------- */

.services-page .features {
  background-color: #e7f1ff;
}

/* ===============================================================
    [ * services page Style ] 
================================================================*/

/* --------------- services page styles --------------- */

.about-page header.style-5 {
  position: relative;
}

.about-page header.style-5 .info h1 {
  font-size: 55px;
}

.about-page header.style-5 .main-vid {
  position: relative;
  height: 570px;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.0039215686);
  margin-top: 150px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(109, 121, 141, 0.3);
  box-shadow: 0px 30px 40px 0px rgba(109, 121, 141, 0.3);
}

.about-page header.style-5 .main-vid img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page header.style-5 .main-vid .play-icon {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  background-color: var(--color-blue5);
  -webkit-box-shadow: 0px 5px 0px 0px var(--color-blue4);
  box-shadow: 0px 5px 0px 0px var(--color-blue4);
  -webkit-filter: drop-shadow(0 13px 20px rgba(0, 0, 0, 0.5333333333));
  filter: drop-shadow(0 13px 20px rgba(0, 0, 0, 0.5333333333));
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}

.about-page header.style-5 .hand-mega {
  position: absolute;
  width: 17%;
  top: 9%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  z-index: 2;
}

.about-page header.style-5 .head6-rating {
  position: absolute;
  width: 18%;
  top: 27%;
  left: 15%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.about-page header.style-5 .head6-charts {
  position: absolute;
  width: 14%;
  top: 7%;
  right: 10%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.about-page header.style-5 .head6-rocket {
  position: absolute;
  width: 20%;
  top: 25%;
  right: -30px;
  z-index: 2;
}

.about-page .contact .content {
  border-top: 10px solid var(--color-blue5);
}

.about-page .contact.style-6 .form-group .form-control:focus,
.about-page .contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue5);
}

.culture.style-5 .culture-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 500px;
}

.culture.style-5 .culture-card::after {
  position: absolute;
  content: "";
  height: 50px;
  width: 3px;
  background-color: #fff;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.culture.style-5 .culture-card::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #fff;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.culture.style-5 .culture-card .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

.culture.style-5 .culture-card:hover .overlay {
  opacity: 0.3;
}

.culture.style-5 .culture-card:hover::after {
  top: 50%;
  opacity: 1;
}

.culture.style-5 .culture-card:hover::before {
  left: 50%;
  opacity: 1;
}

/* ===============================================================
    [ * contact page Style ] 
================================================================*/

/* --------------- contact page styles --------------- */

.contact-page.style-5 .contact.style-6 .form-group .form-control:focus,
.contact-page.style-5 .contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue5);
}

.contact-page.style-5 .map iframe {
  width: 100%;
  margin-bottom: -6px;
}

/* ===============================================================
    [ * blog page Style ] 
================================================================*/

/* --------------- blog-page style-1 --------------- */

.blog-page.style-5 .blog-details-slider {
  position: relative;
  overflow: hidden;
}

.blog-page.style-5 .blog-details-slider .content-card .img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.blog-page.style-5 .blog-details-slider .content-card .img.overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8823529412)), color-stop(rgba(0, 0, 0, 0.3333333333)), to(transparent));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8823529412), rgba(0, 0, 0, 0.3333333333), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8823529412), rgba(0, 0, 0, 0.3333333333), transparent);
}

.blog-page.style-5 .blog-details-slider .content-card .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.blog-page.style-5 .blog-details-slider .content-card .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 4vw;
  color: #fff;
}

.blog-page.style-5 .blog-details-slider .content-card .info .date {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog-page.style-5 .blog-details-slider .content-card .info .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-page.style-5 .blog-details-slider .content-card .info .text-info {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.blog-page.style-5 .blog-details-slider .content-card a:hover {
  color: var(--color-blue5);
}

.blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info small,
.blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info h2,
.blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.blog-page.style-5 .blog-details-slider .swiper-pagination {
  width: 100%;
  bottom: 0;
  text-align: right;
  padding: 30px 4vw;
}

.blog-page.style-5 .blog-details-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.blog-page.style-5 .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-blue5);
}

.blog-page.style-5 .blog-details-slider .swiper-button-next,
.blog-page.style-5 .blog-details-slider .swiper-button-prev {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 15px;
  width: 50px;
  height: 50px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-next::after,
.blog-page.style-5 .blog-details-slider .swiper-button-prev::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.blog-page.style-5 .blog-details-slider .swiper-button-next,
.blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-prev {
  right: -35px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-next::after,
.blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-prev::after {
  font-size: 16px;
  margin-right: 20px;
  margin-top: 23px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-prev,
.blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-next {
  left: -35px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-prev::after,
.blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-next::after {
  font-size: 16px;
  margin-left: 25px;
  margin-bottom: 22px;
}

.blog-page.style-5 .popular-posts .post-sc-title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}

.blog-page.style-5 .popular-posts .card {
  padding: 0 15px;
}

.blog-page.style-5 .popular-posts .card .img {
  height: 200px;
  overflow: hidden;
}

.blog-page.style-5 .popular-posts .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-page.style-5 .popular-posts .card .title a:hover {
  color: var(--color-blue5);
}

.blog-page.style-5 .popular-posts .card a:hover {
  color: var(--color-blue5);
}

.blog-page.style-5 .all-news .card .img {
  height: 200px;
}

.blog-page.style-5 .all-news .card .card-body .card-title {
  min-height: unset;
  max-width: unset;
}

.blog-page.style-5 .all-news .card .card-body {
  position: relative;
  padding-bottom: 40px !important;
  height: 100%;
}

.blog-page.style-5 .all-news .card .card-body .auther-comments {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.blog-page.style-5 .all-news .card a:hover {
  color: var(--color-blue5);
}

.blog-page.style-5 .side-blog {
  position: sticky;
  top: 30px;
}

.blog-page.style-5 .side-blog .title {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 2px;
}

.blog-page.style-5 .side-blog .search-form .form-group .form-control {
  min-height: 50px;
  font-size: 16px;
  padding: 10px 50px 10px 20px;
}

.blog-page.style-5 .side-blog .search-form .form-group .search-btn {
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card .img {
  height: 60px;
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card .inf h6 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card .inf p {
  font-size: 16px;
  color: #666;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card:hover .inf h6 {
  color: var(--color-blue5);
}

.blog-page.style-5 .side-blog .side-categories .cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
}

.blog-page.style-5 .side-blog .side-categories .cat-item:hover {
  color: var(--color-blue5);
  font-weight: bold;
}

.blog-page.style-5 .side-blog .side-newsletter {
  background-color: #eaeef2;
  padding: 50px 30px;
  border-radius: 20px;
}

.blog-page.style-5 .side-blog .side-newsletter .text {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.blog-page.style-5 .side-blog .side-share .social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f7fe;
  color: #666;
  font-size: 16px;
  margin: 0 3px;
}

.blog-page.style-5 .side-blog .side-share .social-icon:hover {
  background-color: var(--color-blue5);
  color: #fff;
}

.blog-page.style-5 .side-blog .side-insta .insta-img {
  height: 80px;
  width: 31%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-page.style-5 .side-blog .side-insta .insta-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-page.style-5 .side-blog .side-insta .insta-img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  margin-top: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-page.style-5 .side-blog .side-insta .insta-img:hover::after {
  opacity: 0.3;
}

.blog-page.style-5 .side-blog .side-insta .insta-img:hover .icon {
  opacity: 1;
  margin: 0;
}

.blog-page.style-5 .blog-content-info .info-imgs .img img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.blog-page.style-5 .blog-content-info .twitter-info .twitter-card {
  padding: 5vw;
  border-top: 2px solid #000;
}

.blog-page.style-5 .blog-content-info .twitter-info .twitter-card .twitter-header .twitter-icon {
  font-size: 25px;
  color: #00ccff;
}

.blog-page.style-5 .side-tags a {
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #eef4f8;
  margin-bottom: 4px;
}

.blog-page.style-5 .side-tags a:hover {
  background-color: var(--color-blue5);
  color: #fff;
}

.blog-page.style-5 .blog-share .share-icons a i {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  border-radius: 50%;
}

.blog-page.style-5 .blog-share .share-icons a i.fa-facebook-f {
  background-color: #3b5999;
}

.blog-page.style-5 .blog-share .share-icons a i.fa-twitter {
  background-color: #55acee;
}

.blog-page.style-5 .blog-share .share-icons a i.fa-tumblr {
  background-color: #2b4b6a;
}

.blog-page.style-5 .blog-share .share-icons a i.fa-rss {
  background-color: #fb7000;
}

.blog-page.style-5 .blog-comments .comment-card {
  background-color: #f4f8fc;
}

.blog-page.style-5 .blog-comments .comment-card .social-icons a {
  background-color: #dce1e5;
}

.blog-page.style-5 .blog-comments .comment-card .social-icons a:hover {
  background-color: var(--color-blue5);
  color: #fff;
}

.blog-page.style-5 .related-postes-slider .swiper-slide-prev {
  position: relative;
}

.blog-page.style-5 .related-postes-slider .swiper-slide-prev::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2666666667);
}

.blog-page.style-5 .related-postes-slider .swiper-slide-active::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2666666667);
}

.blog-page.style-5 .related-postes-slider .swiper-button-next,
.blog-page.style-5 .related-postes-slider .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
}

.blog-page.style-5 .related-postes-slider .swiper-button-next:hover,
.blog-page.style-5 .related-postes-slider .swiper-button-prev:hover {
  background-color: var(--color-blue5);
  color: #fff;
}

.blog-page.style-5 .related-postes-slider .swiper-button-next,
.blog-page.style-5 .related-postes-slider .swiper-container-rtl .swiper-button-prev {
  right: 0;
  top: -60px;
}

.blog-page.style-5 .related-postes-slider .swiper-button-prev,
.blog-page.style-5 .related-postes-slider .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 50px;
  top: -60px;
}

.blog-page.style-5 .related-postes-slider .swiper-button-next::after,
.blog-page.style-5 .related-postes-slider .swiper-button-prev::after {
  font-size: 16px;
}

.blog-page.style-5.color-4 .side-tags a:hover,
.blog-page.style-5.color-4 .blog-page.style-5 .blog-comments .comment-card .social-icons a:hover,
.blog-page.style-5.color-4 .side-blog .side-share .social-icon:hover,
.blog-page.style-5.color-4 .related-postes-slider .swiper-button-next:hover,
.blog-page.style-5.color-4 .related-postes-slider .swiper-button-prev:hover,
.blog-page.style-5.color-4 .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-blue4);
}

.blog-page.style-5.color-4 .side-blog .side-recent-post .post-card:hover .inf h6,
.blog-page.style-5.color-4 .side-blog .side-categories .cat-item:hover,
.blog-page.style-5.color-4 .popular-posts .card a:hover,
.blog-page.style-5.color-4 .blog-details-slider .content-card a:hover {
  color: var(--color-blue4);
}

.blog-page.style-5.color-4 .bg-main {
  background-color: var(--color-blue4) !important;
}

/* ===============================================================
    [ * shop page Style ] 
================================================================*/

/* --------------- services page styles --------------- */

.shop-page .filter .filter-card {
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #f0f4f8;
  text-transform: capitalize;
}

.shop-page .filter .filter-card .card-title {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  margin-bottom: 15px;
}

.shop-page .filter .filter-card .form-check-label {
  cursor: pointer;
}

.shop-page .filter .filter-card .cat-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.shop-page .filter .filter-card .category-checkRadio {
  padding: 0;
  line-height: 1;
}

.shop-page .filter .filter-card .category-checkRadio .form-check-input {
  display: none;
}

.shop-page .filter .filter-card .category-checkRadio .form-check-input:checked~.form-check-label {
  color: var(--color-blue5);
}

.shop-page .filter .filter-card .accordion .accordion-button {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  background: transparent;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-page .filter .filter-card .accordion .accordion-button::after {
  background-size: 0.8rem;
  background-position: center;
}

.shop-page .filter .filter-card .accordion .accordion-button:not(.collapsed) {
  color: var(--color-blue5);
}

.shop-page .filter .filter-card .filter-card-item {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  margin-bottom: 20px;
}

.shop-page .filter .filter-card .filter-card-item .sub-tilte {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}

.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll {
  max-height: 130px;
  overflow-x: hidden;
  overflow-y: auto;
}

.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar {
  height: 10px;
  width: 5px;
  background: #dfdfdf;
  border-radius: 10px;
}

.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-thumb {
  background: var(--color-blue5);
  border-radius: 10px;
}

.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-corner {
  background: var(--color-blue5);
  border-radius: 10px;
}

.shop-page .filter .filter-card .filter-card-item .search-group {
  position: relative;
  margin-bottom: 25px;
}

.shop-page .filter .filter-card .filter-card-item .search-group input {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  min-height: 40px;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
}

.shop-page .filter .filter-card .filter-card-item .search-group button {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 16px;
  border: 0;
  background: transparent;
}

.shop-page .filter .filter-card .category-checkBox {
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
}

.shop-page .filter .filter-card .slider-range-content .amount-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-page .filter .filter-card .slider-range-content .amount-input .amount {
  width: 35%;
  -webkit-margin-end: 5%;
  margin-inline-end: 5%;
  border-radius: 7px;
  background-color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 6px 10px;
}

.shop-page .filter .filter-card .slider-range-content .amount-input .amount small {
  font-size: 16px;
  color: #999999;
}

.shop-page .filter .filter-card .slider-range-content .amount-input .amount input {
  border: 0;
  width: 100%;
}

.shop-page .filter .filter-card .slider-range-content .amount-input button {
  width: 50px;
  height: 50px;
  background-color: var(--color-blue5);
  border: 0;
  color: #fff;
  border-radius: 7px;
  text-transform: capitalize;
}

.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal {
  margin-top: 25px;
  height: 6px;
  border: 0;
  background-color: #dfdfdf;
}

.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-slider-range {
  background-color: var(--color-blue5);
}

.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-state-default,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-button,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:active {
  border: 0;
  background: var(--color-blue5);
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

.shop-page .products-content .top-filter {
  padding: 15px 0;
}

.shop-page .products-content .top-filter .r-side .form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.shop-page .products-content .top-filter .r-side .form .form-group label {
  color: #999;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.shop-page .products-content .top-filter .r-side .form .form-group .form-select {
  border: 0;
  background-color: #f0f4f8;
  font-size: 16px;
  min-height: 35px;
  border-radius: 12px;
}

.shop-page .products-content .top-filter .r-side .grid-list-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.shop-page .products-content .top-filter .r-side .grid-list-btns .bttn {
  width: 35px;
  height: 35px;
  font-size: 17px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f4f8;
  color: #000;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  cursor: pointer;
}

.shop-page .products-content .top-filter .r-side .grid-list-btns .bttn:hover,
.shop-page .products-content .top-filter .r-side .grid-list-btns .bttn.active {
  color: #fff;
  background-color: var(--color-blue5);
}

.shop-page .products-content .products .product-card {
  border: 1px solid #ededed;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 12px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 24px;
}

.shop-page .products-content .products .product-card:hover {
  padding-bottom: 60px;
}

.shop-page .products-content .products .product-card:hover .img img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.shop-page .products-content .products .product-card:hover .info {
  margin-top: -25px;
}

.shop-page .products-content .products .product-card:hover .btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.shop-page .products-content .products .product-card .img {
  height: 130px;
}

.shop-page .products-content .products .product-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.shop-page .products-content .products .product-card .info {
  margin-top: 20px;
  min-height: 77px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop-page .products-content .products .product-card .info .category {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.shop-page .products-content .products .product-card .info .title {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}

.shop-page .products-content .products .product-card .info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 9px;
  color: #d0d0d0;
}

.shop-page .products-content .products .product-card .info .stars .active {
  color: #ffba00;
}

.shop-page .products-content .products .product-card .info .rev {
  color: #999;
  font-size: 9px;
}

.shop-page .products-content .products .product-card .price {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.shop-page .products-content .products .product-card .price .price-sale {
  color: #f73312;
}

.shop-page .products-content .products .product-card .price .old-price {
  font-size: 16px;
  color: #999999;
  text-decoration: line-through !important;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.shop-page .products-content .products .product-card .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: var(--color-blue5);
  padding: 7px 15px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop-page .products-content .products .product-card .btn span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.shop-page .products-content .products .product-card .btn:hover {
  background-color: #000;
}

.shop-page .products-content .products .product-card .label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 9px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #000;
  padding: 3px 10px;
  text-transform: uppercase;
}

.shop-page .products-content .products .product-card .label.new {
  background-color: #ffb500;
}

.shop-page .products-content .products .product-card .label.sale-off {
  background-color: #f73312;
  color: #fff;
}

.shop-page .products-content .products .product-card .fav-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
}

.shop-page .products-content .products .product-card .fav-btn.active {
  color: #f73312;
}

.shop-page .products-content .products.list-view .card-width {
  width: 50%;
}

.shop-page .products-content .products.list-view .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-page .products-content .products.list-view .product-card .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35%;
  margin-right: 10px;
}

.shop-page .products-content .products.list-view .product-card:hover {
  padding-top: 12px;
  padding-bottom: 35px;
}

.shop-page .products-content .products.list-view .product-card:hover .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.shop-page .products-content .products.list-view .product-card:hover .info {
  margin-top: 25px;
}

.shop-page.style-grad .filter .filter-card .category-checkRadio .form-check-input:checked~.form-check-label {
  color: var(--color-blue4);
}

.shop-page.style-grad .filter .filter-card .accordion .accordion-button:not(.collapsed) {
  color: var(--color-blue4);
}

.shop-page.style-grad .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-thumb {
  background: var(--color-blue4);
}

.shop-page.style-grad .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-corner {
  background: var(--color-blue4);
}

.shop-page.style-grad .filter .filter-card .slider-range-content .amount-input button {
  background-color: var(--color-blue4);
}

.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-slider-range {
  background-color: var(--color-blue4);
}

.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-state-default,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-button,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:active {
  background: var(--color-blue4);
}

.shop-page.style-grad .products-content .top-filter .r-side .grid-list-btns .bttn:hover,
.shop-page.style-grad .products-content .top-filter .r-side .grid-list-btns .bttn.active {
  background-color: var(--color-blue4);
}

.shop-page.style-grad .products-content .products .product-card .btn {
  background-color: var(--color-blue4);
}

/* ===============================================================
    [ * shop product Style ] 
================================================================*/

/* --------------- services product styles --------------- */

.product-page .product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page .product-slider .gallery-thumbs {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  height: 500px;
}

.product-page .product-slider .gallery-thumbs .swiper-slide {
  min-height: 75px;
  cursor: pointer;
}

.product-page .product-slider .gallery-thumbs .swiper-slide .img {
  width: 80px;
  height: 75px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 7px;
  padding: 8px;
}

.product-page .product-slider .gallery-thumbs .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .product-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img {
  border-color: var(--color-blue5);
}

.product-page .product-slider .gallery-top .swiper-slide .img {
  height: 500px;
  padding: 3vw;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 7px;
}

.product-page .product-slider .gallery-top .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .product-info .category {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.product-page .product-info .title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}

.product-page .product-info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  color: #d0d0d0;
}

.product-page .product-info .stars .active {
  color: #ffba00;
}

.product-page .product-info .rev {
  color: #999;
  font-size: 16px;
}

.product-page .product-info .price {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
}

.product-page .product-info .info-text {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}

.product-page .product-info .info-list {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}

.product-page .product-info .info-list li {
  margin-bottom: 5px;
}

.product-page .product-info .color-quantity {
  padding: 20px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 25px;
}

.product-page .product-info .color-quantity .select-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check {
  padding: 0;
  margin-bottom: 0;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-input {
  display: none;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.gray {
  background-color: #e3e3e3;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.black {
  background-color: #000;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.blue {
  background-color: #1941c4;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.green {
  background-color: #9ac419;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-input:checked~.form-check-label .color-circle {
  outline: 1px solid var(--color-blue5);
}

.product-page .product-info .qyt-addCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page .product-info .qyt-addCart .add-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  width: 30%;
  border-radius: 30px;
}

.product-page .product-info .qyt-addCart .add-more .qt-minus,
.product-page .product-info .qyt-addCart .add-more .qt-plus {
  cursor: pointer;
}

.product-page .product-info .qyt-addCart .add-more .qt {
  font-size: 16px;
}

.product-page .product-info .qyt-addCart .btn {
  background-color: var(--color-blue5);
  padding: 10px 30px;
  width: 40%;
}

.product-page .product-info .qyt-addCart .btn span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.product-page .product-info .qyt-addCart .btn:hover {
  background-color: #000;
}

.product-page .product-info .fav-btn {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
}

.product-page .product-info .fav-btn.active {
  color: #f73312;
}

.product-page .product-info .socail-icons {
  margin-top: 40px;
}

.product-page .product-info .socail-icons a:hover {
  background-color: var(--color-blue5) !important;
  color: #fff !important;
}

.product-page .product-details .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
  padding-bottom: 10px;
}

.product-page .product-details .nav-pills .nav-link {
  border: 0;
  background: transparent;
  font-size: 25px;
  color: #666;
  text-transform: capitalize;
}

.product-page .product-details .nav-pills .nav-link.active {
  color: #000;
  font-weight: bold;
}

.product-page .product-details .content-info {
  padding: 50px 8vw;
}

.product-page .product-details .content-info .text {
  color: #666;
}

.product-page .product-details .additional-info ul {
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
}

.product-page .product-details .additional-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 25px;
  font-style: 14px;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
}

.product-page .product-details .additional-info ul li:last-of-type {
  border: 0;
}

.product-page .product-details .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  color: #d0d0d0;
}

.product-page .product-details .stars .active {
  color: #ffba00;
}

.product-page .product-details .rate-stars {
  display: block;
  position: relative;
  text-align: end;
  margin-bottom: 30px;
  direction: rtl;
}

.product-page .product-details .rate-stars input {
  border-radius: 0;
  visibility: hidden;
  width: 20px;
  cursor: pointer;
}

.product-page .product-details .rate-stars input:after {
  content: "\f005";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  font-size: 20px;
  color: #eee;
  visibility: visible;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.product-page .product-details .rate-stars input:hover:after {
  opacity: 0.8;
}

.product-page .product-details .rate-stars input:checked:after {
  color: #fc0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.product-page .product-details .rate-stars input:checked~input:after {
  color: #fc0;
}

.product-page .product-details .rate-stars input:not(:checked):after {
  color: #eee;
}

.product-page .related-products .title {
  font-size: 25px;
  margin-bottom: 35px;
}

.product-page .related-products .related-products-slider .swiper-button-next,
.product-page .related-products .related-products-slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d8dee4;
}

.product-page .related-products .related-products-slider .swiper-button-next:hover,
.product-page .related-products .related-products-slider .swiper-button-prev:hover {
  background: var(--color-blue5);
}

.product-page .related-products .related-products-slider .swiper-button-next,
.product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}

.product-page .related-products .related-products-slider .swiper-button-prev,
.product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-next {
  left: -50px;
}

.product-page .related-products .related-products-slider .swiper-button-next:after,
.product-page .related-products .related-products-slider .swiper-button-prev:after {
  font-size: 16px;
}

.product-page .product-card {
  border: 1px solid #ededed;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 12px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 24px;
}

.product-page .product-card:hover {
  padding-bottom: 60px;
}

.product-page .product-card:hover .img img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.product-page .product-card:hover .info {
  margin-top: -25px;
}

.product-page .product-card:hover .btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.product-page .product-card .img {
  height: 130px;
}

.product-page .product-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.product-page .product-card .info {
  margin-top: 20px;
  min-height: 77px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-page .product-card .info .category {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.product-page .product-card .info .title {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}

.product-page .product-card .info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 9px;
  color: #d0d0d0;
}

.product-page .product-card .info .stars .active {
  color: #ffba00;
}

.product-page .product-card .info .rev {
  color: #999;
  font-size: 9px;
}

.product-page .product-card .price {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.product-page .product-card .price .price-sale {
  color: #f73312;
}

.product-page .product-card .price .old-price {
  font-size: 16px;
  color: #999999;
  text-decoration: line-through !important;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.product-page .product-card .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: var(--color-blue5);
  padding: 7px 15px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-page .product-card .btn span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.product-page .product-card .btn:hover {
  background-color: #000;
}

.product-page .product-card .label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 9px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #000;
  padding: 3px 10px;
  text-transform: uppercase;
}

.product-page .product-card .label.new {
  background-color: #ffb500;
}

.product-page .product-card .label.sale-off {
  background-color: #f73312;
  color: #fff;
}

.product-page .product-card .fav-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
}

.product-page .product-card .fav-btn.active {
  color: #f73312;
}

/* ===============================================================
    [ * faq page Style ] 
================================================================*/

/* --------------- faq-page style-5 --------------- */

.faq-page.style-5 .faq-tabs {
  margin-bottom: 80px;
}

.faq-page.style-5 .faq-tabs .nav {
  margin: 0 -15px;
}

.faq-page.style-5 .faq-tabs .nav .nav-item {
  width: 25%;
  padding: 0 15px;
}

.faq-page.style-5 .faq-tabs .nav .nav-item .nav-card {
  display: block;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 10px;
  padding: 50px 15px;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
}

.faq-page.style-5 .faq-tabs .nav .nav-item .nav-card .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
}

.faq-page.style-5 .faq-tabs .nav .nav-item .nav-card h5 {
  font-size: 18px;
  text-transform: capitalize;
}

.faq-page.style-5 .faq-tabs .nav .nav-item .nav-card p {
  color: #999;
}

.faq-page.style-5 .faq-tabs .nav .nav-item .nav-card.active {
  border-color: var(--color-blue5);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-page.style-5 .faq-body .faq-category {
  padding: 50px;
  background-color: var(--color-blue5);
  border-radius: 5px;
  color: #fff;
  position: sticky;
  top: 100px;
}

.faq-page.style-5 .faq-body .faq-category h5 {
  margin-bottom: 20px;
}

.faq-page.style-5 .faq-body .faq-category li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: capitalize;
}

.faq-page.style-5 .faq-body .faq-category li a {
  position: relative;
  font-weight: 500;
  color: #fff;
}

.faq-page.style-5 .faq-body .faq-category li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-page.style-5 .faq-body .faq-category li a:hover,
.faq-page.style-5 .faq-body .faq-category li a.active {
  color: #fff;
  padding-left: 35px;
}

.faq-page.style-5 .faq-body .faq-category li a:hover::before,
.faq-page.style-5 .faq-body .faq-category li a.active::before {
  width: 20px;
  opacity: 1;
}

.faq-page.style-5 .faq-body .faq-category li span {
  font-weight: 300;
  opacity: 0.5;
}

.faq-page.style-5 .faq-body .faq-questions .sec-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.faq-page.style-5 .faq-body .faq-questions .sec-title span {
  color: #999;
}

.faq-page.style-5 .faq-body .faq-questions .accordion {
  padding-top: 80px;
}

.faq-page.style-5 .faq-body .faq-questions .accordion-item {
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

.faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button {
  background-color: #f4f6f9;
  border-radius: 10px;
  font-weight: bold;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 20px;
}

.faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--color-blue5);
  color: #fff;
}

.faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-body {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}

.faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button::after {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f067";
  font-weight: 900;
  font-family: "Font Awesome 5 pro";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

/* ===============================================================
    [ * careers page Style ] 
================================================================*/

/* --------------- faq-page style-5 --------------- */

.careers-page.style-5 .careers-features .careers-feat-card {
  padding: 40px 30px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.careers-page.style-5 .careers-features .careers-feat-card:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
}

.careers-page.style-5 .careers-features .careers-feat-card .icon {
  margin-bottom: 30px;
}

.careers-page.style-5 .careers-features .careers-feat-card .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.careers-page.style-5 .careers-features .careers-feat-card .info h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.careers-page.style-5 .careers-features .careers-feat-card .info p {
  color: #777;
}

.careers-page.style-5 .careers-images .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.careers-page.style-5 .careers-positions .position-card {
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  background-color: #fff;
  display: block;
  position: relative;
}

.careers-page.style-5 .careers-positions .position-card h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.careers-page.style-5 .careers-positions .position-card p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}

.careers-page.style-5 .careers-positions .position-card .time {
  font-size: 16px;
  color: #000;
}

.careers-page.style-5 .careers-positions .position-card .trend-mark {
  position: absolute;
  width: 36px;
  height: 60px;
  line-height: 50px;
  top: 0;
  right: 30px;
  background-color: var(--color-blue5);
  color: #fff;
  text-align: center;
}

.careers-page.style-5 .careers-positions .position-card .trend-mark::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #fff;
}

.careers-page.style-5 .career-form {
  position: relative;
  background-color: var(--color-blue5);
  color: #fff;
}

.careers-page.style-5 .career-form .container {
  position: relative;
  z-index: 10;
}

.careers-page.style-5 .career-form .map_img {
  position: absolute;
  left: 0;
  top: 70px;
  pointer-events: none;
  opacity: 0.3;
  width: 50%;
}

.careers-page.style-5 .career-form h2 {
  margin-bottom: 10px;
  font-size: 44px;
}

.careers-page.style-5 .career-form p {
  font-size: 16px;
}

.careers-page.style-5 .career-form .mum-card {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}

.careers-page.style-5 .career-form .mum-card h3 {
  font-size: 50px;
}

.careers-page.style-5 .career-form .mum-card small {
  font-size: 16px;
  color: #9dc7f9;
}

.careers-page.style-5 .career-form .form .form-group {
  position: relative;
}

.careers-page.style-5 .career-form .form .form-group .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
}

.careers-page.style-5 .career-form .form .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.0666666667);
  border-radius: 5px;
  min-height: 50px;
  border: 0;
  font-weight: 300;
  color: #fff;
  padding-left: 40px;
}

.careers-page.style-5 .career-form .form .form-group .form-control::-webkit-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}

.careers-page.style-5 .career-form .form .form-group .form-control::-moz-placeholder {
  color: #9ecbff;
  font-weight: 300;
}

.careers-page.style-5 .career-form .form .form-group .form-control:-ms-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}

.careers-page.style-5 .career-form .form .form-group .form-control::-ms-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}

.careers-page.style-5 .career-form .form .form-group .form-control::placeholder {
  color: #9ecbff;
  font-weight: 300;
}

.careers-page.style-5 .career-form .form .form-group .form-control:focus {
  border: 1px solid #fff;
  background-color: transparent;
}

.careers-page.style-5 .career-form .form .form-group textarea.form-control {
  padding-top: 10px;
}

.careers-page.style-5 .career-form .form .form-group.upload-card {
  text-align: center;
}

.careers-page.style-5 .career-form .form .form-group.upload-card .form-control {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1333333333);
  padding: 12px;
}

.careers-page.style-5 .career-form .form .form-group.upload-card .upload_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}

.careers-page.style-5 .career-form .form .btn span {
  font-size: 16px;
}

/* ===============================================================
    [ * careers details page Style ] 
================================================================*/

/* --------------- career-details-page style-5 --------------- */

.career-details-page.style-5 {
  color: #000;
}

.career-details-page.style-5 p {
  font-size: 16px;
  color: #666;
}

.career-details-page.style-5 a {
  font-size: 16px;
}

.career-details-page.style-5 h6 {
  font-size: 20px;
  font-weight: bold;
}

.career-details-page.style-5 .jop-details .jop-info .tags a {
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 30px;
  background-color: #edf5ff;
  color: var(--color-blue5);
}

.career-details-page.style-5 .summary-card {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  padding: 40px;
  position: sticky;
  top: 120px;
}

.career-details-page.style-5 .summary-card li {
  font-size: 16px;
  color: #999;
  margin: 15px 0;
}

.career-details-page.style-5 .summary-card li span {
  color: #000;
}

.career-details-page.style-5 .careers-positions .position-card {
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  background-color: #fff;
  display: block;
  position: relative;
}

.career-details-page.style-5 .careers-positions .position-card h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.career-details-page.style-5 .careers-positions .position-card p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}

.career-details-page.style-5 .careers-positions .position-card .time {
  font-size: 16px;
  color: #000;
}

.career-details-page.style-5 .careers-positions .position-card .trend-mark {
  position: absolute;
  width: 36px;
  height: 60px;
  line-height: 50px;
  top: 0;
  right: 30px;
  background-color: var(--color-blue5);
  color: #fff;
  text-align: center;
}

.career-details-page.style-5 .careers-positions .position-card .trend-mark::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #fff;
}

.career-details-page.style-5 .careers-positions-slider5 {
  position: relative;
}

.career-details-page.style-5 .careers-positions-slider5 .swiper-button-next,
.career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev {
  width: 55px;
  height: 55px;
  top: 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  top: -100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.career-details-page.style-5 .careers-positions-slider5 .swiper-button-next:hover,
.career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev:hover {
  border: 1px solid var(--color-blue5);
  background: var(--color-blue5);
}

.career-details-page.style-5 .careers-positions-slider5 .swiper-button-next,
.career-details-page.style-5 .careers-positions-slider5 .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev,
.career-details-page.style-5 .careers-positions-slider5 .swiper-container-rtl .swiper-button-next {
  right: 75px;
  left: auto;
}

.career-details-page.style-5 .career-form {
  position: relative;
  background-color: var(--color-blue5);
  color: #fff;
}

.career-details-page.style-5 .career-form p {
  color: #fff;
}

.career-details-page.style-5 .career-form .container {
  position: relative;
  z-index: 10;
}

.career-details-page.style-5 .career-form .map_img {
  position: absolute;
  left: 0;
  top: 70px;
  pointer-events: none;
  opacity: 0.3;
  width: 50%;
}

.career-details-page.style-5 .career-form h2 {
  margin-bottom: 10px;
  font-size: 44px;
}

.career-details-page.style-5 .career-form p {
  font-size: 16px;
}

.career-details-page.style-5 .career-form .mum-card {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}

.career-details-page.style-5 .career-form .mum-card h3 {
  font-size: 50px;
}

.career-details-page.style-5 .career-form .mum-card small {
  font-size: 16px;
  color: #9dc7f9;
}

.career-details-page.style-5 .career-form .form .form-group {
  position: relative;
}

.career-details-page.style-5 .career-form .form .form-group .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
}

.career-details-page.style-5 .career-form .form .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.0666666667);
  border-radius: 5px;
  min-height: 50px;
  border: 0;
  font-weight: 300;
  color: #fff;
  padding-left: 40px;
}

.career-details-page.style-5 .career-form .form .form-group .form-control::-webkit-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}

.career-details-page.style-5 .career-form .form .form-group .form-control::-moz-placeholder {
  color: #9ecbff;
  font-weight: 300;
}

.career-details-page.style-5 .career-form .form .form-group .form-control:-ms-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}

.career-details-page.style-5 .career-form .form .form-group .form-control::-ms-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}

.career-details-page.style-5 .career-form .form .form-group .form-control::placeholder {
  color: #9ecbff;
  font-weight: 300;
}

.career-details-page.style-5 .career-form .form .form-group .form-control:focus {
  border: 1px solid #fff;
  background-color: transparent;
}

.career-details-page.style-5 .career-form .form .form-group textarea.form-control {
  padding-top: 10px;
}

.career-details-page.style-5 .career-form .form .form-group.upload-card {
  text-align: center;
}

.career-details-page.style-5 .career-form .form .form-group.upload-card .form-control {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1333333333);
  padding: 12px;
}

.career-details-page.style-5 .career-form .form .form-group.upload-card .upload_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}

.career-details-page.style-5 .career-form .form .btn span {
  font-size: 16px;
}

/* ===============================================================
    [ * about 2 page Style ] 
================================================================*/

/* --------------- about2 page style-5 --------------- */

.about-page.style-2 {
  color: #000;
}

.about-page.style-2 .about.style-2 {
  position: relative;
}

.about-page.style-2 .about.style-2 .img {
  height: 530px;
  border-radius: 10px;
  overflow: hidden;
}

.about-page.style-2 .about.style-2 .info .text {
  color: #666;
  font-size: 16px;
}

.about-page.style-2 .about.style-2 .info .nav {
  padding: 10px 5px;
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px 0 20px;
}

.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link {
  position: relative;
  color: #000;
  border-radius: 0;
  background: transparent;
  padding: 0;
  padding-left: 20px;
  font-weight: bold;
}

.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: rgba(153, 153, 153, 0.6);
}

.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link.active {
  color: #00A6A6;
}

.about-page.style-2 .about.style-2 .pattern_l {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

.about-page.style-2 .about.style-2 .pattern_r {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}

.about-page.style-2 .timeline {
  position: relative;
}

.about-page.style-2 .timeline .card-year h3 {
  color: var(--color-blue5);
  font-size: 44px;
}

.about-page.style-2 .timeline .timeline-content {
  position: relative;
}

.about-page.style-2 .timeline .timeline-content::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d2e7ff;
}

.about-page.style-2 .timeline .timeline-content .timeline-card {
  position: relative;
  padding: 30px 0;
}

.about-page.style-2 .timeline .timeline-content .timeline-card::after {
  position: absolute;
  content: "";
  left: calc(50% - 14px);
  top: calc(50% - 1px);
  width: 28px;
  height: 2px;
  background-color: var(--color-blue5);
  z-index: 2;
}

.about-page.style-2 .timeline .timeline-content .timeline-card:first-of-type {
  padding-top: 0;
}

.about-page.style-2 .timeline .timeline-content .timeline-card:last-of-type {
  padding-bottom: 0;
}

.about-page.style-2 .timeline .timeline-content .timeline-card .line {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-blue5);
  z-index: 6;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.about-page.style-2 .timeline .timeline-content .timeline-card .line.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.about-page.style-2 .timeline .timeline-content .card-info {
  position: relative;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
}

.about-page.style-2 .timeline .timeline-content .card-info h6 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
  text-transform: capitalize;
}

.about-page.style-2 .timeline .timeline-content .card-info p {
  color: #666;
  position: relative;
  z-index: 5;
}

.about-page.style-2 .timeline .timeline-content .card-info .num {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(30deg, transparent 0%, #f6f6f6 100%);
  background-image: linear-gradient(60deg, transparent 0%, #f6f6f6 100%);
  pointer-events: none;
}

.about-page.style-2 .clients-imgs .clients-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-page.style-2 .clients-imgs .clients-content .client-logo {
  width: 180px;
  height: 85px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 5px;
  padding: 25px;
  margin: 15px;
}

.about-page.style-2 .clients-imgs .about2-imgs-slider .img {
  display: block;
  height: 480px;
  border-radius: 10px;
  overflow: hidden;
}

.about-page.style-2 .clients-imgs .about2-imgs-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

/* ===============================================================
    [ * services details page Style ] 
================================================================*/

/* --------------- faq-page style-5 --------------- */

.services-details-page.style-5 .ser-details p {
  color: #666;
  font-size: 16px;
}

.services-details-page.style-5 .ser-details .main-info .main-img {
  height: 425px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 50px;
}

.services-details-page.style-5 .ser-details .main-info .testi-card {
  text-align: center;
  padding: 4vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}

.services-details-page.style-5 .ser-details .main-info .testi-card .text {
  font-size: 20px;
  margin: 30px auto 40px;
}

.services-details-page.style-5 .ser-details .main-info .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-details-page.style-5 .ser-details .main-info .testi-card .author .inf p {
  color: var(--color-blue5);
}

.services-details-page.style-5 .ser-details .main-info .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
}

.services-details-page.style-5 .side-links {
  position: sticky;
  /* top: 120px; */
}

.services-details-page.style-5 .side-links .links-card {
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}

.services-details-page.style-5 .side-links .links-card h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.services-details-page.style-5 .side-links .links-card ul li {
  margin: 15px 0;
}

.services-details-page.style-5 .side-links .links-card ul li a .icon {
  color: var(--color-blue5);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-details-page.style-5 .side-links .links-card ul li a:hover .icon {
  margin-right: 20px;
}

.services-details-page.style-5 .side-links .banner1 {
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  background-image: url(../img/banner_back1.png);
  background-size: cover;
  position: relative;
}

.services-details-page.style-5 .side-links .banner1 .title {
  margin-bottom: 300px;
}

.services-details-page.style-5 .side-links .banner1 .title h6 {
  font-weight: 500;
  color: var(--color-blue5);
  margin-bottom: 10px;
}

.services-details-page.style-5 .side-links .banner1 .title h3 {
  font-size: 24px;
}

.services-details-page.style-5 .side-links .banner1 .mob {
  position: absolute;
  left: 0;
  bottom: 15px;
  height: 350px;
}

.services-details-page.style-5 .contact.style-5 {
  position: relative;
}

.services-details-page.style-5 .contact.style-5::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background-color: #f6f8fb;
}

.services-details-page.style-5 .contact.style-5 .contact-form {
  position: relative;
  z-index: 10;
  padding: 5vw;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.0666666667);
  border-radius: 5px;
}

.services-details-page.style-5 .contact.style-5 .contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.services-details-page.style-5 .contact.style-5 .contact-form .form-group .form-control {
  border: 0;
  border-radius: 5px;
  background-color: #f6f8fb;
  min-height: 50px;
  padding: 12px 15px 12px 40px;
}

.services-details-page.style-5 .contact.style-5 .contact-form .form-group .icon {
  position: absolute;
  top: 14px;
  left: 15px;
}

/* ===============================================================
    [ * services details page Style ] 
================================================================*/

/* --------------- faq-page style-5 --------------- */

.comming-soon-page.style-5 {
  position: relative;
  color: #000;
}

.comming-soon-page.style-5 .comming-soon {
  background-image: url(../img/comming_back1.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
}

.comming-soon-page.style-5 .comming-soon .content {
  padding-top: 125px;
  text-align: center;
}

.comming-soon-page.style-5 .comming-soon .content .info h3 {
  font-size: 40px;
  margin-bottom: 30px;
}

.comming-soon-page.style-5 .comming-soon .content .info p {
  font-size: 16px;
  color: #666;
}

.comming-soon-page.style-5 .comming-soon .content .info .subscribe-form {
  margin-top: 50px;
}

.comming-soon-page.style-5 .comming-soon .content .info .subscribe-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
}

.comming-soon-page.style-5 .comming-soon .content .info .subscribe-form .form-group .icon {
  padding: 0 10px 0 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.comming-soon-page.style-5 .comming-soon .content .info .subscribe-form .form-group .form-control {
  border: 0;
}

.comming-soon-page.style-5 .comming-soon .content .info .timing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.comming-soon-page.style-5 .comming-soon .content .info .timing .item {
  padding: 20px 0;
  margin: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border-bottom: 3px solid var(--color-blue5);
}

.comming-soon-page.style-5 .comming-soon .content .info .timing .item h2 {
  font-size: calc(2vw + 20px);
}

.comming-soon-page.style-5 .comming-soon .content .info .timing .item small {
  font-size: 16px;
  color: #999;
  text-transform: capitalize;
}

.comming-soon-page.style-5 .comming_man_shape {
  position: absolute;
  left: 5%;
  top: calc(50% - 250px);
  width: 20%;
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.comming-soon-page.style-5 .comming_chat_shape {
  position: absolute;
  right: 10%;
  top: calc(40% - 50px);
  width: 15%;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
}

.comming-soon-page.style-5 .comming_light_shape {
  position: absolute;
  right: 30%;
  bottom: 50px;
  width: 5%;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* ===============================================================
    [ * 404 page Style ] 
================================================================*/

/* --------------- faq-page style-5 --------------- */

.erorr-404-page.style-5 {
  position: relative;
  color: #000;
}

.erorr-404-page.style-5 .erorr-page {
  background-image: url(../img/comming_back1.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
}

.erorr-404-page.style-5 .erorr-page .content {
  padding-top: 125px;
}

.erorr-404-page.style-5 .erorr-page .content .info .icon {
  width: 100px;
  margin-bottom: 30px;
}

.erorr-404-page.style-5 .erorr-page .content .img img {
  height: 550px;
}

/* ===============================================================
    [ * 404 page Style ] 
================================================================*/

/* --------------- faq-page style-5 --------------- */

.signin-page.style-5 .signin {
  position: relative;
  color: #000;
  background-image: url(../img/comming_back1.png);
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
}

.signin-page.style-5 .signin .form-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
}

.signin-page.style-5 .signin .form-content .info {
  padding: 50px;
  text-align: center;
}

.signin-page.style-5 .signin .form-content .info .logo {
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 40px;
}

.signin-page.style-5 .signin .form-content .info .logo img {
  width: 200px;
}

.signin-page.style-5 .signin .form-content .info .or-line {
  position: relative;
  text-align: center;
  margin: 25px 0;
}

.signin-page.style-5 .signin .form-content .info .or-line::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.3333333333);
}

.signin-page.style-5 .signin .form-content .info .or-line span {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  background-color: #fff;
  z-index: 10;
}

.signin-page.style-5 .signin .form-content .info .group-icon {
  position: relative;
  font-size: 16px;
}

.signin-page.style-5 .signin .form-content .info .group-icon .form-control {
  padding: 18px 15px 18px 40px;
  font-size: 16px;
}

.signin-page.style-5 .signin .form-content .info .group-icon .icon {
  position: absolute;
  left: 15px;
  top: 20px;
}

.signin-page.style-5 .signin .sign-imgs-slider {
  position: relative;
  background-color: #b6c7e1;
  height: 100%;
}

.signin-page.style-5 .signin .sign-imgs-slider .swiper-pagination {
  position: absolute;
  top: 35px;
}

.signin-page.style-5 .signin .sign-imgs-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: #fff;
}

.signin-page.style-5 .signin .sign-imgs-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 0;
  color: #fff;
}

.signin-page.style-5 .signin .sign-imgs-slider .slide-card {
  text-align: center;
  padding-top: 80px;
}

.signin-page.style-5 .signin .sign-imgs-slider .slide-card h3 {
  font-size: 36px;
  margin-bottom: 50px;
  color: #fff;
}

.signin-page.style-5 .signin .sign-imgs-slider .slide-card .img {
  padding: 0 50px;
}

.signin-page.style-5 .signin .sign-imgs-slider .slide-card .img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

@media screen and (max-width: 991px) {
  .signin-page.style-5 .signin .form-content .info {
      padding: 30px 20px;
  }
  .signin-page.style-5 .signin .form-content .info .butn {
      width: 100%;
  }
}

/* ===============================================================
    [ * responsive style ] 
================================================================*/

/* -------------------- responsive style ------------------------- */

@media screen and (max-width: 1100px) {
  .screenshots.style-4 .screenshots-slider .img {
      margin: 0 auto;
      width: 190px;
  }
}

@media screen and (max-width: 991px) {
  .section-padding {
      padding: 70px 0;
  }
  .section-head h2 {
      font-size: 25px;
  }
  .top-navbar.style-1 .top-links {
      display: none;
  }
  .top-navbar.style-1 .r-side {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 10px 0;
  }
  .navbar.style-1 {
      border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  }
  .navbar.style-1 .nav-side {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .navbar.style-1 .nav-side .hotline {
      width: 100%;
      margin-bottom: 10px;
      border: 0;
  }
  .portfolio.style-1 .portfolio-slider .swiper-button-next,
  .portfolio.style-1 .portfolio-slider .swiper-button-prev {
      display: none;
  }
  header.style-1 .info {
      margin-bottom: 30px;
  }
  header.style-1 .info .text {
      width: 100%;
  }
  .about.style-1 .content {
      padding: 30px;
  }
  .about.style-1 .content .num-item {
      padding: 15px;
      border: 1px solid rgba(255, 255, 255, 0.3333333333);
      margin: 5px 0;
  }
  .testimonials.style-1 .content .vid_img {
      min-height: auto;
  }
  .testimonials.style-1 .content .info {
      padding: 0;
  }
  .testimonials.style-1 .content .info::after {
      display: none;
  }
  .choose_us.style-1 .choose-us-img,
  .choose_us.style-1 .animated_logos,
  .choose_us.style-1 .choose-us-brands,
  .choose_us.style-1 .choose-us-bubbles {
      display: none;
  }
  .choose_us.style-1 .info .btn {
      margin-top: 30px;
  }
  .team.style-1 .content {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .team.style-1 .content .team_box {
      width: 50%;
  }
  .team.style-1 .content .team_box .avatar {
      width: 100px;
      height: 100px;
  }
  .blog.style-1 .blog_slider .swiper-button-next,
  .blog.style-1 .blog_slider .swiper-button-prev {
      position: static;
      margin-top: 40px !important;
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
  }
  .contact.style-1 .content .contact_info ul {
      margin: 15px 0;
  }
  .contact.style-1 .content .contact_form {
      margin-top: 30px;
  }
  footer.style-1 .links {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
  header.style-1 .head-shape-r {
      height: 200px;
      -o-object-position: left;
      object-position: left;
  }
  header.style-1 .head-shape-l {
      height: 20%;
      -o-object-position: right;
      object-position: right;
  }
  .about.style-1 .about-logos .logo {
      margin: 0 5px;
  }
  .choose-us.style-1 {
      overflow: hidden;
  }
  .choose-us.style-1 .choose-us-brands {
      right: 0;
      left: auto;
  }
  .choose-us.style-1 .choose-us-bubbles {
      display: none;
  }
  .navbar.style-2 {
      padding: 25px 0 !important;
      position: relative !important;
      background: var(--color-main-grad);
  }
  .navbar.style-2 .navbar-collapse {
      margin-top: 30px;
  }
  .navbar.style-2 .container {
      border: 0;
  }
  .navbar.style-2 .qoute-nav .btn {
      margin-left: auto;
      margin-right: 0;
  }
  header.style-2 br {
      display: none;
  }
  .section-head h2 {
      letter-spacing: 3px;
      margin-bottom: 30px;
  }
  .choose_us.style-2 {
      overflow: hidden;
  }
  .choose_us.style-2 .choose-numbers {
      margin-top: 50px;
  }
  .choose_us.style-2 .choose-numbers .num-item {
      width: 100%;
      border: 1px solid rgba(255, 255, 255, 0.2);
      margin: 5px 0;
      padding: 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .choose_us.style-2 .choose-numbers .num-item br {
      display: none;
  }
  .choose_us.style-2 .choose-numbers .num-item .num {
      width: 100%;
      text-align: initial;
  }
  .reviews_card.style-2 br {
      display: none;
  }
  .pricing.style-2 {
      overflow: hidden;
  }
  .pricing.style-2 .pricing_card.style-2 {
      border: 1px solid var(--color-lightBlue) !important;
      margin: 10px 0 !important;
      border-radius: 0 !important;
  }
  .pricing.style-2 .mt-50 {
      margin-top: 30px;
  }
  .services_projects .service-box {
      border: 0 !important;
  }
  .blog.style-2 {
      overflow: hidden;
  }
  .blog.style-2 .card {
      padding: 10px;
      border: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .blog.style-2 .card h4 {
      font-size: 1rem !important;
  }
  .blog.style-2 .mt-80 {
      margin-top: 40px;
  }
  .contact.style-2 {
      padding-bottom: 150px;
  }
  .contact.style-2 h2 {
      letter-spacing: 1px;
  }
  .contact.style-2 .global_2 {
      bottom: -120px;
  }
  .contact.style-2 .mb-70 {
      margin-bottom: 30px;
  }
  .contact.style-2 .mb-50 {
      margin-bottom: 20px;
  }
  footer.style-2 .foot_links {
      text-align: initial !important;
      margin: 30px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  footer.style-2 .foot_links a {
      width: 50%;
      margin: 10px 0 !important;
  }
  footer.style-2 .text-end,
  footer.style-2 .text-center {
      text-align: initial !important;
  }
  .navbar.style-3 {
      position: relative !important;
      background-color: var(--color-blue2);
      padding: 20px 0;
  }
  .navbar.style-3 .navbar-collapse {
      margin-top: 15px;
  }
  header.style-3 {
      padding: 0 0 30px;
  }
  header.style-3 .main-img {
      display: none;
  }
  header.style-3 .content .info .h1 {
      font-size: 28px;
  }
  header.style-3 .content .info .h1 span:before {
      width: 100px;
      background-size: 100px;
  }
  header.style-3 .content .info .h5 {
      margin-top: 40px;
  }
  .style-3 .testi_lines {
      width: calc(100% - 30px) !important;
  }
  .about.style-3 .img-left {
      position: relative;
      top: 0;
      max-width: 100%;
      margin: 50px 0;
  }
  .about.style-3 .img-left .info-circle {
      width: 150px;
      height: 150px;
      outline: 7px solid #fff;
  }
  .about.style-3 .img-left .info-circle h2 {
      font-size: 35px;
  }
  .about.style-3 .img-left .info-circle small {
      font-size: 16px;
      text-transform: uppercase;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(2) {
      width: 120px;
      height: 120px;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(2) h2 {
      font-size: 30px;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(3) {
      width: 100px;
      height: 100px;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(3) h2 {
      font-size: 25px;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(4) {
      width: 110px;
      height: 110px;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(4) h2 {
      font-size: 20px;
  }
  .about.style-3 .info .mb-70 {
      margin-bottom: 30px !important;
  }
  .about.style-3 .btm-content {
      min-height: -webkit-max-content;
      min-height: -moz-max-content;
      min-height: max-content;
  }
  .about.style-3 .btm-content .mt-60 {
      margin-top: 30px !important;
  }
  .about.style-3 .btm-content .img-right {
      display: none;
  }
  .about.style-3 .top-content {
      margin-bottom: 30px;
  }
  .pricing.style-3 .info {
      margin-bottom: 50px;
  }
  .pricing.style-3 .text.mb-30 {
      margin-bottom: 15px !important;
  }
  .pricing.style-3 .mt-60 {
      margin-top: 30px !important;
  }
  .section-head.style-3 h3 {
      font-size: 21px;
  }
  .blog.style-3 .card .img {
      height: 150px;
      margin-bottom: 5px;
  }
  .blog.style-3 .v_lines {
      display: none;
  }
  .blog.style-3 .client-logos {
      margin-top: 30px !important;
  }
  .blog.style-3 .client-logos .img {
      margin: 20px 0;
  }
  .chat-banner.style-3 .bttns {
      margin-top: 60px;
      text-align: start !important;
  }
  footer.style-3 .items {
      margin-bottom: 50px;
  }
  footer.style-3 .items .title {
      margin-bottom: 20px;
  }
  footer.style-3 .foot {
      margin-top: 0;
  }
  footer.style-3 .foot .logo {
      margin-bottom: 20px;
  }
  .fs-10px {
      font-size: 8px !important;
  }
  .navbar.style-4 .navbar-nav .nav-item .nav-link:before {
      display: none;
  }
  .navbar.style-4 {
      background-color: #f0eff5;
      padding: 20px 0;
  }
  .navbar.style-4 .navbar-collapse {
      margin-top: 30px;
  }
  .style-4 .mb-60 {
      margin-bottom: 30px !important;
  }
  .style-4 .mb-70 {
      margin-bottom: 40px !important;
  }
  .style-4 br {
      display: none;
  }
  header.style-4 {
      overflow: hidden;
  }
  header.style-4 .content .info {
      margin-bottom: 50px;
  }
  header.style-4 .content .info h1 {
      font-size: 25px;
      line-height: 40px;
      margin-bottom: 15px !important;
  }
  header.style-4 .content .info .title_small {
      margin-bottom: 20px !important;
  }
  header.style-4 .content .info .mt-100 {
      margin-top: 50px !important;
  }
  header.style-4 .content .info .mt-50 {
      margin-top: 30px !important;
  }
  header.style-4 .content .info br {
      display: none;
  }
  header.style-4 .content .info .small,
  header.style-4 .content .info small,
  header.style-4 .content .info .btn {
      font-size: 16px;
  }
  .clients.style-4 .client-logos .img {
      margin: 20px 0;
      text-align: center;
  }
  .features.style-4 .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .features.style-4 .content .features-card {
      margin: 15px 0;
  }
  .about.style-4 .content {
      padding: 40px 0;
  }
  .testimonials.style-4 {
      overflow: hidden;
  }
  .testimonials.style-4 .content .testi-cards .client_card {
      right: 0 !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 20px 0 !important;
  }
  .testimonials.style-4 .content .testi-cards .client_card .user_img {
      margin-bottom: 30px;
  }
  .testimonials.style-4 .content .testi-cards .client_card .inf_content {
      text-align: center;
  }
  .testimonials.style-4 .content .testi-cards .client_card .inf_content br {
      display: none;
  }
  .pricing.style-4 .content .row .col-lg-6:first-of-type .price-card {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border: 1px solid #e9e8ee;
      margin-right: 0;
      margin-bottom: 30px;
  }
  .pricing.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
  }
  .faq.style-3.style-4 {
      overflow: hidden;
  }
  .faq.style-3.style-4 .col-lg-6:nth-of-type(1) .accordion-item.border-0 {
      border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333) !important;
  }
  .community.style-4 .content,
  .community.style-5 .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-radius: 20px !important;
  }
  .community.style-4 .content .commun-card,
  .community.style-5 .content .commun-card {
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      padding: 30px !important;
  }
  .section-head.style-4 h2 {
      font-size: 25px;
  }
  footer.style-4 {
      margin-top: 120px;
  }
  footer.style-4 .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      /* flex-direction: column; */
  }
  footer.style-4 .d-flex .btn {
      width: 100%;
      margin: 10px 0;
  }
  footer.style-4 .d-flex .btn.me-4 {
      margin-right: 0 !important;
  }
  footer.style-4 .foot .links {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 30px 0;
  }
  footer.style-4 .foot .links li {
      width: 50%;
      margin: 5px 0;
  }
  footer.style-4 .foot .links li a {
      margin-left: 0;
  }
  footer.style-4 .wave {
      /* left: 0; */
      width: 100%;
  }
  footer.style-4 .foot .links {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
  .screenshots.style-4 .screenshots-slider {
      width: 100%;
      left: 0;
  }
  .screenshots.style-4 .screenshots-slider .img {
      margin: 0 auto;
      width: 190px;
  }
  footer.style-4 .foot .logo {
      width: 160px;
  }
  .navbar.style-5 {
      border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  }
  .navbar.style-5 .navbar-collapse {
      margin-top: 20px;
      padding: 15px 0;
      background: rgba(255, 255, 255, 0.6);
  }
  .navbar.style-5 .nav-item .nav-link {
      padding-left: 0;
  }
  .section-head.style-5 h2 {
      font-size: 30px;
  }
  .about.style-5 .content .img {
      overflow: hidden;
      margin-bottom: 30px;
      padding-bottom: 50px;
  }
  .about.style-5 .content .img.main-img3 .img-body {
      max-height: 300px;
  }
  .download.style-5 .content h2 {
      font-size: 28px;
  }
  .download.style-5 .content h2 span {
      padding-bottom: 10px;
  }
  .download.style-5 .btn {
      margin: 10px 0;
  }
  .download.style-5 .btn.sm-butn span {
      font-size: 16px;
  }
  footer.style-5 .items {
      margin-bottom: 50px;
  }
  footer.style-5 .items .title {
      margin-bottom: 20px;
  }
  footer.style-5 .foot {
      margin-top: 0 !important;
  }
  footer.style-5 .foot .logo {
      margin-bottom: 20px;
  }
  .style-6 br {
      display: none;
  }
  .navbar.style-6 .container-fluid {
      padding: 0 20px;
  }
  .navbar.style-6 .container-fluid .navbar-collapse {
      margin-top: 20px;
  }
  header.style-6 .content {
      padding: 100px 0 20px;
  }
  header.style-6 .info h1,
  header.style-6 .info h1 span small {
      font-size: 30px;
      line-height: 1.5;
  }
  header.style-6 .info .text {
      margin-top: 20px;
  }
  header.style-6 .info .text br {
      display: none;
  }
  header.style-6 .info .form {
      border-radius: 15px;
  }
  header.style-6 .info .form .form-group {
      width: 100%;
      margin: 8px 0;
  }
  header.style-6 .info .form .btn {
      width: 100%;
      margin-top: 15px;
  }
  .navbar.style-6 .nav-item .nav-link:after {
      display: inline-block !important;
  }
  header.style-6 {
      padding: 0;
  }
  header.style-6 .content {
      border-radius: 0;
  }
  .section-head.style-6 h2,
  .section-head.style-6 h2 span small {
      font-size: 30px;
  }
  .about.style-6 {
      overflow: hidden;
  }
  .about.style-6 .info {
      margin-bottom: 30px;
  }
  .service-card.style-6 {
      margin: 15px;
  }
  .section-head.d-flex {
      display: block !important;
  }
  .projects.style-6 {
      overflow: hidden;
      padding: 0;
  }
  .projects.style-6 .content {
      border-radius: 0;
  }
  .projects.style-6 .content .project-card.style-6 {
      margin: 0;
  }
  .testimonials.style-6 {
      overflow: hidden;
  }
  .choose-us.style-6 {
      overflow: hidden;
  }
  .choose-us.style-6 .info {
      padding: 0 15px;
      margin-top: 30px;
  }
  .testimonials.style-6 .img {
      margin-top: 150px;
  }
  .clients.style-5 .content .img.img-card {
      width: 47%;
  }
  .number-card.style-6 {
      margin: 15px 0;
      border: 0 !important;
  }
  .team.style-6 {
      padding: 0;
  }
  .team.style-6 .content {
      border-radius: 0;
      padding: 70px 0;
  }
  .team.style-6 .content .text-end {
      text-align: left !important;
      margin-top: 10px;
  }
  .team-card.style-6 .img .social-icons a {
      -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
      transform: translateY(0) !important;
      opacity: 1;
  }
  .blog.style-6 .content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .blog.style-6 .content .blog-card {
      width: 100% !important;
      margin-bottom: 30px;
  }
  .blog.style-6 .content .blog-card:last-of-type {
      margin: 0;
  }
  .blog.style-6 .content .blog-card::after,
  .blog.style-6 .content .blog-card::before {
      display: none;
  }
  footer.style-6 {
      padding-top: 40px;
  }
  footer.style-6 .items {
      margin-top: 30px;
  }
  footer.style-6 .items .title {
      margin-bottom: 15px;
  }
  footer.style-6 .foot {
      padding-top: 30px;
      line-height: 1.8;
  }
  footer.style-6 .foot .logo {
      margin-bottom: 20px;
  }
  .blog-page.style-1 .popular-posts .border-end {
      border: 0 !important;
  }
  .about-page header.style-5 .info h1 {
      font-size: 30px;
  }
  .about-page header.style-5 .main-vid {
      height: 350px;
  }
  .about-page .choose-us.style-6 .info {
      padding: 30px 15px;
  }
  .about-page .clients .section-head {
      padding: 0 15px;
  }
  .about-page .culture {
      padding: 70px 15px;
  }
  .contact.style-6 .content .contact_message {
      right: 0;
      top: 30px;
  }
  .contact-page.style-5 .contact .content .contact_message {
      right: 0;
      top: 30px;
  }
  .contact-page.style-5 .section-head {
      margin-bottom: 50px !important;
  }
  .contact-page.style-5 .mb-100 {
      margin-bottom: 70px !important;
  }
  .contact-page.style-5 .ltspc-20 {
      letter-spacing: 3px !important;
      margin-bottom: 30px !important;
  }
  .contact-page.style-5 h4 {
      font-size: 18px;
  }
  .shop-page .filter {
      margin-bottom: 30px;
  }
  .shop-page .products-content .products.list-view .card-width {
      width: 100%;
  }
  .product-page .related-products .related-products-slider .swiper-button-next,
  .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-prev {
      right: 5px;
  }
  .product-page .related-products .related-products-slider .swiper-button-prev,
  .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-next {
      left: 5px;
  }
  .product-page .product-slider {
      overflow: hidden;
  }
  .product-page .product-slider {
      margin-bottom: 50px;
  }
  .product-page .product-slider .gallery-top .swiper-slide .img,
  .product-page .product-slider .gallery-thumbs {
      height: 370px;
  }
  .product-page .product-details .nav-pills .nav-link {
      font-size: 18px;
  }
  .product-page .product-info .qyt-addCart .add-more {
      width: 25%;
  }
  .top-navbar.style-7 .top_info,
  .top-navbar.style-7 .side_links {
      font-size: 8px;
  }
  .top-navbar.style-7 .me-4 {
      margin-right: 5px !important;
  }
  .navbar.style-7 .navbar-nav,
  .navbar.style-9 .navbar-nav {
      padding: 20px 0 !important;
  }
  .navbar.style-7 .navbar-nav .nav-item .nav-link,
  .navbar.style-9 .navbar-nav .nav-item .nav-link {
      margin: 15px 0;
      border: 0;
  }
  header.style-7 .info h1 {
      font-size: 35px;
  }
  header.style-7 .img .rock7,
  .about.style-7 .img .circle {
      right: 0;
      width: 30%;
  }
  header.style-7 .sponsers br {
      display: none;
  }
  header.style-7 .sponsers .sponsers-content a {
      margin: 10px 10px 10px 0;
      width: 20%;
  }
  .services.style-7 .service-item-style7 {
      padding: 30px;
      background-color: #fff;
  }
  .projects.style-7 .content {
      padding: 0 15px;
  }
  .projects.style-7 .projects-slider7 .swiper-slide {
      margin-top: 50px;
  }
  .testimonials.style-7 .testi-card .text {
      font-size: 18px;
  }
  .testimonials.style-7 .get-qoute-banner {
      padding: 30px;
  }
  .testimonials.style-7 .get-qoute-banner .btns {
      margin-top: 20px;
  }
  .choose-us.style-7 .info {
      padding: 30px 0;
  }
  .section-head.style-4 h2 {
      font-size: 18px;
  }
  .chat-banner.style-7 .info h3 {
      font-size: 30px;
  }
  footer.style-7 {
      overflow: hidden;
  }
  footer.style-7 .links-side {
      padding: 30px 0;
  }
  footer.style-7 .links-side .links-group {
      margin-top: 30px;
  }
  footer.style-7 .foot p {
      font-size: 16px;
  }
  .features.style-7 {
      padding: 100px 15px;
  }
  .features.style-7 .features-card.style-7 {
      padding: 15px;
  }
  .features.style-7 .features-card.style-7 .icon img {
      width: 80px;
      height: 80px;
  }
  .features.style-7 .features-card.style-7 .info h5 {
      font-size: 18px;
  }
  header.style-8 .info h1 {
      font-size: 40px;
  }
  .services.style-8 h5 {
      font-size: 16px;
      margin-bottom: 10px;
  }
  .section-head.style-8 h3 {
      font-size: 30px;
  }
  .numbers.style-8 .content .plat-icons .icon {
      width: 50px !important;
      height: 50px !important;
      padding: 10px !important;
  }
  .projects.style-8 .section-head {
      position: relative;
      padding-bottom: 65px;
  }
  .projects.style-8 .section-head .swiper-button-next,
  .projects.style-8 .section-head .swiper-button-prev {
      bottom: 0;
      top: auto;
  }
  .projects.style-8 .section-head .swiper-button-prev,
  .projects.style-8 .section-head .swiper-container-rtl .swiper-button-next {
      left: 0;
      right: auto;
  }
  .projects.style-8 .section-head .swiper-button-next,
  .projects.style-8 .section-head .swiper-container-rtl .swiper-button-prev {
      left: 75px;
      right: auto;
  }
  .projects.style-8 .info {
      padding: 30px 0 0 0;
  }
  .projects.style-8 .info .proj-det .item p {
      font-size: 16px;
  }
  .projects.style-8 .info .proj-det .item h6 {
      font-size: 16px;
  }
  .pricing.style-8 .pricing-tabsHead {
      margin-top: 80px;
  }
  .pricing.style-8 .pricing-body .pricing-card {
      border-radius: 10px;
  }
  .blog.style-8 .main-post {
      margin-bottom: 50px;
  }
  .blog.style-8 .side-posts .item .info h4.title {
      font-size: 18px;
  }
  footer.style-8 .content .logo-social .foot-logo img {
      margin-bottom: 30px;
  }
  header.style-9 {
      overflow: hidden;
  }
  header.style-9 .img {
      width: 100%;
      margin-top: 50px;
  }
  header.style-9 .info h1 {
      font-size: 30px;
  }
  .hosting-links a {
      margin: 10px 5px !important;
  }
  .chat-banner.style-9 .img_back {
      display: none;
  }
  .top-navbar.style-9 a {
      font-size: 16px;
  }
  .top-navbar.style-9 .side_links a {
      margin: 5px !important;
      font-size: 16px;
  }
  .top-navbar.style-9 .ps-4 {
      padding-left: 0.5rem !important;
  }
  .testimonials.style-9 {
      overflow: hidden;
  }
  .section-head.style-9 h2 {
      font-size: 30px;
  }
  .section-head.style-9 h2 br {
      display: none;
  }
  .domain-search.style-9 .domain-choose .butn {
      padding: 15px;
  }
  .about.style-9 .info {
      padding: 30px 0 0;
  }
  .services.style-9 .services-content .service-card {
      margin-top: 30px;
  }
  .services.style-9 .services-content::before {
      display: none;
  }
  .chat-banner.style-9 {
      padding: 100px 0;
  }
  .choose-us.style-9 .nav .nav-item {
      width: 100%;
      border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  }
  .choose-us.style-9 .nav .nav-item .nav-link {
      width: 100%;
      text-align: start;
  }
  .testimonials.style-9 .testi-head h3 {
      margin-bottom: 20px;
      font-size: 25px;
  }
  .testimonials.style-9 .testi-card {
      margin-bottom: 50px;
      border: 1px solid rgba(153, 153, 153, 0.2);
      border-radius: 10px;
      padding: 30px;
  }
  .testimonials.style-9 .testi-card .text {
      min-height: -webkit-max-content;
      min-height: -moz-max-content;
      min-height: max-content;
      margin-bottom: 30px;
  }
  .clients.style-9 .logos-content .logos a {
      width: 180px;
      height: 100px;
      background-color: #fff;
      border-radius: 10px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  footer .foot {
      margin-top: 40px !important;
  }
  footer .foot .info {
      padding: 30px 0 !important;
  }
  footer.style-9 .foot-title {
      margin-bottom: 20px;
      margin-top: 40px;
  }
  .inner-header.style-5 .content {
      padding-right: 50px;
  }
  .inner-header.style-5 .content h2 {
      font-size: 30px;
  }
  .faq-page.style-5 .faq-tabs .nav .nav-item {
      width: 50%;
      margin-top: 30px;
  }
  .inner-header.style-5 .content .side-img {
      top: 40%;
      height: 20%;
  }
  .careers-page.style-5 .career-form .mum-card h3,
  .career-details-page.style-5 .career-form .mum-card h3 {
      font-size: 30px;
  }
  .careers-page.style-5 .career-form .form,
  .career-details-page.style-5 .career-form .form {
      margin-top: 30px;
  }
  .careers-page.style-5 .career-form,
  .career-details-page.style-5 .career-form {
      overflow: hidden;
  }
  .careers-page.style-5 .career-form h2,
  .career-details-page.style-5 .career-form h2 {
      font-size: 30px;
  }
  .career-details-page p {
      width: 100%;
  }
  .career-details-page.style-5 .careers-positions-slider5 {
      padding-bottom: 100px;
  }
  .career-details-page.style-5 .careers-positions-slider5 .swiper-button-next,
  .career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev {
      top: calc(100% - 60px);
  }
  .pricing.style-10 .pricing-table .table-titles,
  .pricing.style-10 .pricing-table .table-body-card {
      width: 100%;
  }
  .pricing.style-10 .pricing-table .table-titles .main-head {
      background-color: #f9f9f9;
      border-radius: 15px;
  }
  .pricing.style-10 .pricing-table .table-body-card {
      padding: 15px;
      border: 1px solid rgba(153, 153, 153, 0.2666666667);
      border-radius: 10px !important;
      margin-top: 30px;
  }
  .pricing.style-10 .pricing-table .table-body-card .sub-body ul li strong {
      display: block;
      margin-bottom: 10px;
      -webkit-margin-end: 0;
      margin-inline-end: 0;
  }
  .pricing.style-10 .pricing-table .sub-head {
      text-align: center;
  }
  .pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body {
      border: 15px solid rgba(255, 255, 255, 0.1333333333);
  }
  header.style-10 .img {
      width: 100%;
      margin: 30px 0;
  }
  header.style-10 .info h1 {
      font-size: 35px;
  }
  header.style-10 .info .butn,
  header.style-10 .info .btn {
      padding: 12px 48px 12px 15px;
  }
  header.style-10 .info .butn small,
  header.style-10 .info .btn small {
      font-size: 16px;
  }
  header.style-10 .info .butn.btn-icon-circle i,
  header.style-10 .info .btn.btn-icon-circle i {
      bottom: -6px;
  }
  header.style-10 .info .me-4 {
      margin-right: 0.5rem !important;
  }
  header.style-10 .logos .logos-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  header.style-10 .logos .logos-content .logo_img {
      padding: 10px;
      width: 45px;
  }
  .features.style-10 .feat-card {
      border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
      border-right: 0;
  }
  .about.style-10 .imgs .img {
      margin: 0 0 30px !important;
      height: 250px !important;
  }
  .about.style-10 .info {
      padding: 0;
  }
  .about.style-10 .info h2 {
      font-size: 25px;
  }
  .services.style-10 {
      overflow: hidden;
  }
  .services.style-10 .content {
      padding: 60px 15px 15px;
  }
  .services.style-10 .content .services-card {
      position: relative;
      z-index: 10;
      padding: 20px 15px;
      border-radius: 10px;
      background-color: #f9f9f9;
      margin-top: 15px;
  }
  .faq.style-10::after {
      display: none;
  }
  .faq.style-10 .integration-card .content {
      padding: 50px 30px;
  }
  .faq.style-10 .integration-card .content .icons {
      margin-top: 40px;
  }
  .faq.style-10 .integration-card .content .icons .icon {
      position: relative;
      top: 0;
      left: 0;
      bottom: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 5px;
      width: 50px;
      height: 50px;
      padding: 15px;
  }
  .blog.style-10 .blog-card .img {
      width: 100%;
  }
  .blog.style-10 .blog-card .img img {
      width: 100%;
      height: 220px;
  }
  .blog.style-10 .blog-card .info {
      width: 100%;
  }
  footer.style-10 .foot {
      margin-top: 0 !important;
  }
  footer.style-10 .links {
      text-align: start;
      margin: 30px 0;
  }
  footer.style-10 .links a {
      margin: 15px 0 !important;
      display: block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
  }
  .home-style-11 .section-head h2 {
      font-size: 20px;
  }
  .home-style-11 .top-navbar.style-11 .links a {
      font-size: 16px;
  }
  .home-style-11 .top-navbar.style-11 .top-nav-side {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 10px;
  }
  .home-style-11 .top-navbar.style-11 .top-nav-side a,
  .home-style-11 .top-navbar.style-11 .top-nav-side p {
      font-size: 16px;
  }
  .home-style-11 .navbar.style-11 .navbar-nav {
      padding: 20px 0 !important;
  }
  .home-style-11 header.style-11 {
      overflow: hidden;
  }
  .home-style-11 header.style-11 .info h1 {
      font-size: 30px;
  }
  .home-style-11 header.style-11 .img {
      width: 100%;
  }
  .home-style-11 .signup.style-11 {
      overflow: hidden;
  }
  .home-style-11 .signup.style-11 .text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .home-style-11 .signup.style-11 .text span {
      width: 100%;
      margin: 5px 0;
  }
  .home-style-11 .screenshots.style-11 {
      overflow: hidden;
  }
  .home-style-11 .screenshots.style-11 .links {
      margin-bottom: 60px;
  }
  .home-style-11 .screenshots.style-11 .links .img {
      margin: 10px 0;
  }
  .home-style-11 .screenshots.style-11 .links .img::after {
      display: none;
  }
  .home-style-11 .features.style-11 {
      overflow: hidden;
  }
  .home-style-11 .features.style-11 .features-cards .cards-side .feat-card {
      margin-top: 30px;
  }
  .home-style-11 .integration.style-11 .icons {
      display: none;
  }
  .home-style-11 .features.style-9 {
      overflow: hidden;
  }
  .home-style-11 .features.style-9 .accordion .accordion-button {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
  }
  .home-style-11 .features.style-9 .img {
      margin-top: 50px;
  }
  .home-style-11 .testimonials.style-11 {
      overflow: hidden;
  }
  .home-style-11 .testimonials.style-11 .testimonial-card .img .play_icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      line-height: 70px;
      bottom: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
  }
  .home-style-11 .testimonials.style-11 .testimonial-card .info h4 {
      font-size: 18px;
  }
  .home-style-11 footer.style-11 {
      overflow: hidden;
  }
  .home-style-11 footer.style-11 .top-foot-info strong {
      width: 100%;
      display: block;
      margin-top: 30px;
      margin-bottom: 20px;
  }
  .home-style-11 footer.style-11 .top-foot-info a {
      margin: 10px 0 !important;
  }
  .section-head.style-12 h2 {
      font-size: 21px;
  }
  .navbar.style-12 .navbar-brand {
      width: 180px;
      padding: 20px;
  }
  .navbar.style-12 .nav-search {
      margin: 20px 0 0;
      padding: 0;
  }
  .navbar.style-12 .nav-search input {
      width: 100% !important;
      max-width: unset !important;
  }
  header.style-12 .info {
      padding-top: 50px;
  }
  header.style-12 .info h2 {
      font-size: 40px;
      text-align: left;
  }
  header.style-12 .info h2 small {
      font-size: 11px !important;
      margin-top: 0 !important;
  }
  header.style-12 .info h2 small br {
      display: none;
  }
  header.style-12 .pt-150 {
      padding-top: 50px !important;
  }
  .projects.style-12 .mix_tabs .tab-link {
      width: 100%;
      text-align: left;
  }
  .features.style-12 .features-line-slider12 .swiper-slide a h2 {
      font-size: 18px;
  }
  .collections {
      overflow: hidden;
  }
  .community.style-12 .content h2 {
      font-size: 20px;
      margin-bottom: 15px;
  }
  .community.style-12 .content .form-group {
      margin-bottom: 20px;
  }
  .community.style-12 .content .form-group input {
      width: 150px;
  }
  .community.style-12 .content .form-group .butn {
      padding: 12px 15px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 16px;
  }
  .community.style-12 .content .social-icons a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      -webkit-margin-start: 0;
      margin-inline-start: 0;
      -webkit-margin-end: 10px;
      margin-inline-end: 10px;
  }
  footer.style-12 .content {
      padding: 50px 0;
  }
  footer.style-12 .foot {
      margin-top: 0 !important;
  }
  footer.style-12 .foot p {
      font-size: 16px;
  }
  footer.style-12 .foot p a {
      font-size: 16px;
  }
  .navbar.style-13 {
      position: relative;
  }
  header.style-13 .info h1 {
      font-size: 30px;
  }
  .about.style-13 .content .info .logos img {
      max-width: 30%;
      -webkit-margin-end: 3%;
      margin-inline-end: 3%;
  }
  .section-head.style-13 h2 {
      font-size: 20px;
  }
  footer.style-13 .foot {
      padding: 0 0 30px 0;
      color: #fff;
      text-align: center;
      line-height: 4;
  }
  .home-style-14 .navbar.style-14 {
      position: relative;
  }
  .home-style-14 header.style-14 {
      padding-top: 100px;
  }
  .home-style-14 header.style-14 .info h1 {
      font-size: 40px;
  }
  .home-style-14 header.style-14 .info .down_store {
      margin-top: 50px;
  }
  .home-style-14 .clients.style-14 .logos-content {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .home-style-14 .clients.style-14 .logos-content a {
      width: 50%;
      text-align: center;
      padding: 0 20px;
  }
  .home-style-14 .testimonials-slider14 .swiper-container {
      overflow: hidden !important;
  }
  .home-style-14 .features.style-14 .nav-pills .nav-link {
      font-size: 16px;
      margin: 5px;
      padding: 12px 15px;
  }
  .home-style-14 .mb-70 {
      margin-bottom: 30px !important;
  }
  .home-style-14 .mb-150 {
      margin-bottom: 50px !important;
  }
  .home-style-14 .features.style-14 .tab-pay-content .info li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .home-style-14 .features.style-14 .tab-pay-content .info li i {
      margin-top: 5px;
  }
  .home-style-14 .fs-1 {
      font-size: 25px !important;
      letter-spacing: 0 !important;
  }
  .home-style-14 .screenshots.style-14 .img::before {
      bottom: 0;
  }
  .home-style-14 .about.style-14 .img {
      margin-top: 50px;
  }
  .home-style-14 .about.style-14 .img .play_ptn {
      left: 50%;
  }
  .home-style-15 .top-navbar.style-15 {
      font-size: 16px;
  }
  .home-style-15 .top-navbar.style-15 .ms-4 {
      margin-left: 0.5rem !important;
  }
  .home-style-15 .navbar.style-15 {
      position: relative !important;
  }
  .home-style-15 .navbar.style-15 .navbar-nav {
      padding: 15px 0 !important;
  }
  .home-style-15 .navbar.style-15 .navbar-nav .nav-item .nav-link {
      border: 0 !important;
  }
  .home-style-15 header.style-15 .info {
      margin-top: 20px;
  }
  .home-style-15 header.style-15 .info h1 {
      font-size: 25px;
  }
  .home-style-15 header.style-15 .img {
      width: 100%;
  }
  .home-style-15 header.style-15 .countdown-content {
      position: relative;
      bottom: 0;
      left: 0;
      margin-top: -5px;
  }
  .home-style-15 header.style-15 .countdown-content .countdown-card {
      border-radius: 0;
  }
  .home-style-15 header.style-15 .countdown-content .logos {
      padding-bottom: 30px;
  }
  .home-style-15 header.style-15 .countdown-content .logos img {
      -webkit-margin-start: 10px;
      margin-inline-start: 10px;
      width: 50px;
  }
  .home-style-15 header.style-15 .butn,
  .home-style-15 header.style-15 .btn {
      padding: 12px 25px;
  }
  .home-style-15 header.style-15 .butn span,
  .home-style-15 header.style-15 .butn small,
  .home-style-15 header.style-15 .btn span,
  .home-style-15 header.style-15 .btn small {
      font-size: 16px;
  }
  .home-style-15 .features.style-15 {
      padding: 70px 0;
  }
  .home-style-15 .about.style-15 .info {
      margin-bottom: 50px;
  }
  .home-style-15 .markets .content {
      overflow-x: auto;
  }
  .home-style-15 .markets .markets-table {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
  }
  .home-style-15 .markets .markets-table .trad-btn {
      text-align: center;
  }
  .home-style-15 .timeline.style-15 {
      padding: 70px 0;
  }
  .home-style-15 .timeline.style-15 .timeline-cards .timeline-card::before {
      bottom: 0;
  }
  .home-style-15 .timeline.style-15 .timeline-cards .timeline-card::after {
      bottom: -5px;
      background-color: rgba(238, 21, 82, 0.3333333333);
      -webkit-box-shadow: 0 5px 10px rgba(238, 21, 82, 0.2666666667);
      box-shadow: 0 5px 10px rgba(238, 21, 82, 0.2666666667);
  }
  .home-style-15 .timeline.style-15 .timeline-cards .timeline-card .year {
      bottom: -50px;
  }
  .home-style-15 .timeline.style-15 .timeline-cards .progress {
      display: none;
  }
  .home-style-15 .faq.style-15 .faq-card {
      padding: 20px 5px;
  }
  .home-style-15 .faq.style-15 .subscribe-content .subscribe-card {
      padding: 70px 15px;
  }
  .home-style-15 .faq.style-15 .subscribe-content .subscribe-card .form-group .subs_arrow {
      display: none;
  }
  .home-style-15 .blog.style-15 .main-card,
  .home-style-15 .blog.style-15 .sub-card {
      margin-bottom: 30px;
  }
  .home-style-15 .blog.style-15 .main-card .img,
  .home-style-15 .blog.style-15 .sub-card .img {
      height: 250px;
  }
  .home-style-15 .blog.style-15 .main-card .info,
  .home-style-15 .blog.style-15 .sub-card .info {
      padding: 20px;
  }
  .home-style-15 .blog.style-15 .main-card .center_icon,
  .home-style-15 .blog.style-15 .sub-card .center_icon {
      display: none;
  }
  .home-style-15 footer.style-15 .content {
      padding: 70px 0 20px;
  }
  .home-style-15 footer.style-15 .content .foot-logo-social {
      margin-bottom: 0 !important;
  }
  .home-style-15 footer.style-15 .content .foot-logo-social .social-icons a {
      -webkit-margin-start: 0;
      margin-inline-start: 0;
      -webkit-margin-end: 20px;
      margin-inline-end: 20px;
      margin-top: 30px;
  }
  .home-style-15 footer.style-15 .content .links-content h6.sub-title {
      margin-top: 50px;
  }
}

/* ======== */

/* ======= */

@media screen and (max-width: 480px) {
  .screenshots.style-4 .screenshots-slider .img {
      margin: 0 auto;
      width: 150px;
      height: 300px;
  }
  .screenshots.style-4 .mob-hand {
      bottom: 165px;
      height: 435px;
      -webkit-transform: translateX(-35%);
      -ms-transform: translateX(-35%);
      transform: translateX(-35%);
  }
}

/* Button CSS */

.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient( 45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
      background-position: 0 0;
  }
  50% {
      background-position: 400% 0;
  }
  100% {
      background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

/* Button Style Two CSS */

.button-light {
  padding: 0.6em 1em;
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-light:before {
  content: "";
  background: linear-gradient( 45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-light {
  0% {
      background-position: 0 0;
  }
  50% {
      background-position: 400% 0;
  }
  100% {
      background-position: 0 0;
  }
}

.button-light:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .about-page.style-2 .about.style-2 .pattern_l {
      display: none;
  }
  .about-page.style-2 .about.style-2 .pattern_r {
      display: none;
  }
}

.info h5 {
  text-transform: capitalize;
}

/* srdytfughj;gifyud */

.label-container {
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}

.label-text {
  color: #FFF;
  background: rgba(51, 51, 51, 0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}

.label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}

.float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 15px;
  background-color: #00a6a5;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  animation: bot-to-top 2s ease-out;
}

.float:hover {
  color: #fff;
}

.ghjhug {
  position: fixed;
  right: 20px;
  padding-bottom: 20px;
  bottom: 30px;
  z-index: 100;
}

.ghjhug li {
  list-style: none;
  margin-bottom: 5px;
}

.ghjhug li a {
  /* background-color:#00a6a5; */
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  width: 30px;
  height: 30px;
  display: block;
}

.my-float1 a {
  background-color: #3578E5;
}

.my-float2 a {
  background: linear-gradient(29.61deg, #f38334, #da2e7d 50.39%, #6b54c6);
}

.my-float3 a {
  background-color: #3578E5;
}

.my-float4 a {
  background-color: limegreen;
}

.ghjhug:hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.my-float {
  font-size: 16px;
  margin-top: 8px;
}

.my-float111 {
  font-size: 24px;
  margin-top: 8px;
}

a#menu-share+ul {
  visibility: hidden;
}

a#menu-share:hover+ul {
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i {
  animation: rotate-in 0.5s;
}

a#menu-share:hover>i {
  animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
  0% {
      bottom: -40px
  }
  50% {
      bottom: 40px
  }
}

@keyframes scale-in {
  from {
      transform: scale(0);
      opacity: 0;
  }
  to {
      transform: scale(1);
      opacity: 1;
  }
}

@keyframes rotate-in {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

@keyframes rotate-out {
  from {
      transform: rotate(360deg);
  }
  to {
      transform: rotate(0deg);
  }
}

/* ACCORDIANSTYLES */

.accordion {}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 4px 0;
  border-radius: 0.5rem;
  /* box-shadow: 3px 2px 6px 0 rgba(0,0,0,0.25); */
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 5rem;
  line-height: 1.35rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

/* ACCORDIAN STYLES END */

.mb-lg-0 img {
  /*width: 160px;*/
}

/* Why We're Perfect for Your Website Section */

.seoprocesssecvtioniocn ul li:hover .seoproceiocn,
.seoprocesssecvtioniocn ul li.activerty .seoproceiocn {
  background-color: #fbc120;
}

.seoprocesssecvtioniocn ul li .seoproceiocn {
  width: 180px;
  margin: 0 auto;
  padding: 20px;
  height: 180px;
  background-color: #00a6a5;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.seoprocesssecvtioniocn ul li:nth-of-type(1) .seoproceiocn b {
  background: #fff url(../img/icons/serv_icons/me2.png) no-repeat center 20px !important;
}

.seoprocesssecvtioniocn ul li:hover .seoproceiocn b {
  transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
}

.seoprocesssecvtioniocn ul li .seoproceiocn b {
  display: block;
  /* width: 140px; */
  /* height: 140px; */
  /* padding: 80px 0 0; */
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  font-family: 'Lato';
}

.seoprocesssecvtioniocn ul li .seoproceiocn b {
  display: block;
  width: 140px;
  height: 140px;
  padding: 80px 0 0;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  font-family: 'Lato';
}

.form-control1 {
  display: block;
  width: 100%;
  height: 100px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.seoprocesssecvtioniocn ul li:nth-of-type(2) .seoproceiocn b {
  background: #fff url(../img/icons/serv_icons/me.png) no-repeat center 20px !important;
}

.seoprocesssecvtioniocn ul li:nth-of-type(3) .seoproceiocn b {
  background: #fff url(https://www.edtech.in/images/new-prs-ic-3.jpg) no-repeat center 20px px !important;
}

.seoprocesssecvtioniocn ul li:nth-of-type(3) .seoproceiocn b {
  background: #fff url(../img/icons/serv_icons/me3.png) no-repeat center 20px;
}

.seoprocesssecvtioniocn ul li:nth-of-type(4) .seoproceiocn b {
  background: #fff url(../img/icons/serv_icons/me4.png) no-repeat center 20px !important;
}

.mobilehide {
  background-color: #f3f7fe;
  padding: 40px 0px;
}

.commanhead h3 {
  padding-bottom: 20px;
}

.navbar-light .navbar-toggler {
  width: 60px !important;
  height: 40px !important;
  font-size: 22px !important;
}

.sasas {
  padding-top: 60px;
}

/* Why We're Perfect for Your Website Section En  d*/

@media screen and (max-width: 680px) {
  .ghghgh {
      text-align: center;
  }
  .bounceInUp {
      padding-bottom: 30px;
  }
  .inner-header.style-5 .content {
      padding: 60px 0;
      text-align: center;
  }
  .section-padding {
      padding: 50px 0;
  }
  .img-cover img {
      width: 100%;
      height: auto;
  }
  .services-details-page.style-5 .ser-details .main-info .main-img {
      height: auto;
  }
  .sasas {
      padding-top: 0px !important;
      margin-top: -60px;
      text-align: center;
  }
  .accordion {
      text-align: center;
  }
  .timeline {
      display: none;
  }
  .PopContntBx {
      top: 41% !important;
      left: 50%;
      width: 100%;
  }
  .delayedPopupWindow {
      max-width: 332px !important;
      height: 510px !important;
      top: 25% !important;
      left: 76% !important;
  }
}

.navbar.style-4 .navbar-nav .nav-item .nav-link:hover {
  color: #00A6A6;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #00A6A6 !important;
}

a:hover {
  color: #00A6A6;
}

.instructions {
  text-align: center;
  font-size: 20px;
  margin: 15vh;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */

/*   This is the background overlay   */

.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  z-index: 101;
  display: none;
}

/*   This is the Popup Window   */

.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 480px;
  top: 50%;
  left: 50%;
  margin-left: -260px;
  margin-top: -180px;
  background-color: #efefef;
  border: 2px solid #333;
  z-index: 102;
  padding: 10px 20px;
}

/*   This is the closing button  */

#btnClose {
  text-decoration: none;
  color: #000;
  font-size: 28px;
  position: absolute;
  right: 11px;
  top: 2px;
}

/*   This is the closing button hover state  */

#btnClose:hover {
  color: #00A6A5;
}

/*   This is the description headline and paragraph for the form   */

#delayedPopup>div.formDescription {
  float: left;
  display: block;
  width: 44%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left;
}

/*   This is the styling for the form's headline   */

#delayedPopup>div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}

#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px;
}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */

#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 2px #40c348;
  box-shadow: 0 1px 3px #AAAAAA;
}

/*   This is the styling for the signup form inputs when they are focused  */

#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 2px #40c348;
  box-shadow: none;
}

/*   This is the styling for the signup form submit button  */

#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0 auto;
  background: #5D9E62;
  border: none;
  color: #fff;
}

/*   This is the styling for the signup form submit button hover state  */

#delayedPopup #mc-embedded-subscribe:hover {
  background: #40c348;
  color: #fff;
  box-shadow: none !important;
  cursor: pointer;
}
:root {
  --color-main: blueviolet;
  --color-primary: #00a6a6;
  --color-secondary: #00a6a6;
  --color-blue2: #00a6a6;
  --color-blue4: #00a6a6;
  --color-blue5: #00a6a6;
  --color-blue6: #00a6a6;
  --color-blue7: #00a8a8;
  --color-lightBlue: #15f1ff;
  --color-darkBlue: #010049;
  --color-darkBlue2: #1f227d;
  --color-orange1: #ffc815;
  --color-orange2: #ffc815;
  --color-orange3: #ffc815;
  --color-red1: #cc2131;
  --color-red2: #ef1552;
  --color-green: #ffc815;
  --color-yellowGreen: #ffc815;
  --color-gray: #cad2dd;
  --color-gray2: #cad2dd;
  --color-main-grad: linear-gradient(to right, #00a8a8 0%, #02b5ff 100%);
}

.color-main {
  color: var(--color-main) !important;
}

.border-main {
  border-color: var(--color-main) !important;
}

.bg-main {
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
}

.color-lightBlue {
  color: var(--color-lightBlue) !important;
}

.border-lightBlue {
  border-color: var(--color-lightBlue) !important;
}

.bg-lightBlue {
  background-color: var(--color-lightBlue) !important;
}

.color-darkBlue {
  color: var(--color-darkBlue) !important;
}

.border-darkBlue {
  border-color: var(--color-darkBlue) !important;
}

.bg-darkBlue {
  background-color: var(--color-darkBlue) !important;
}

.hover-darkBlue:hover {
  color: var(--color-darkBlue) !important;
}

.color-darkBlue2 {
  color: var(--color-darkBlue2) !important;
}

.border-darkBlue2 {
  border-color: var(--color-darkBlue2) !important;
}

.bg-darkBlue2 {
  background-color: var(--color-darkBlue2) !important;
}

.hover-darkBlue2:hover {
  color: var(--color-darkBlue2) !important;
}

.bg-gradient {
  background-image: var(--color-maiagen-grad) !important;
}

.bg-gray {
  background: var(--color-gray) !important;
}

.bg-gray2 {
  background-color: var(--color-gray2) !important;
}

.color-blue2 {
  color: var(--color-blue2) !important;
}

.bg-blue2 {
  background-color: var(--color-blue2) !important;
}

.border-blue2 {
  border-color: var(--color-blue2) !important;
}

.color-blue4 {
  color: var(--color-blue4) !important;
}

.bg-blue4 {
  background-color: var(--color-blue4) !important;
}

.border-blue4 {
  border-color: var(--color-blue4) !important;
}

.color-blue5 {
  color: var(--color-blue5) !important;
}

.bg-blue5 {
  background-color: var(--color-blue5) !important;
}

.border-blue5 {
  border-color: var(--color-blue5) !important;
}

.color-blue6 {
  color: var(--color-blue6) !important;
}

.bg-blue6 {
  background-color: var(--color-blue6) !important;
}

.border-blue6 {
  border-color: var(--color-blue6) !important;
}

.color-blue7 {
  color: var(--color-blue7) !important;
}

.bg-blue7 {
  background-color: var(--color-blue7) !important;
}

.border-blue7 {
  border-color: var(--color-blue7) !important;
}

.hover-blue7 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-blue7:hover {
  background-color: var(--color-blue7) !important;
}

.color-orange1 {
  color: var(--color-orange1) !important;
}

.bg-orange1 {
  background-color: var(--color-orange1) !important;
}

.border-orange1 {
  border-color: var(--color-orange1) !important;
}

.hover-orange1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-orange1:hover {
  background-color: var(--color-orange1) !important;
}

.color-orange2 {
  color: var(--color-orange2) !important;
}

.bg-orange2 {
  background-color: var(--color-orange2) !important;
}

.border-orange2 {
  border-color: var(--color-orange2) !important;
}

.hover-orange2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-orange2:hover {
  background-color: var(--color-orange2) !important;
}

.color-green {
  color: var(--color-green) !important;
}

.bg-green {
  background-color: var(--color-green) !important;
}

.border-green {
  border-color: var(--color-green) !important;
}

.hover-green {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-green:hover {
  background-color: var(--color-green) !important;
}

.hover-green:hover * {
  color: #fff;
}

.color-yellowGreen {
  color: var(--color-yellowGreen) !important;
}

.bg-yellowGreen {
  background-color: var(--color-yellowGreen) !important;
}

.border-yellowGreen {
  border-color: var(--color-yellowGreen) !important;
}

.hover-yellowGreen {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-yellowGreen:hover {
  background-color: var(--color-yellowGreen) !important;
}

.hover-yellowGreen:hover * {
  color: #000;
}

.color-orange3 {
  color: var(--color-orange3) !important;
}

.bg-orange3 {
  background-color: var(--color-orange3) !important;
}

.border-orange3 {
  border-color: var(--color-orange3) !important;
}

.hover-orange3 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-orange3:hover {
  background-color: var(--color-orange3) !important;
}

.hover-orange3:hover * {
  color: #fff;
}

.color-red1 {
  color: var(--color-red1) !important;
}

.bg-red1 {
  background-color: var(--color-red1) !important;
}

.border-red1 {
  border-color: var(--color-red1) !important;
}

.hover-red1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-red1:hover {
  background-color: var(--color-red1) !important;
}

.hover-red1:hover * {
  color: #fff;
}

.color-red2 {
  color: var(--color-red2) !important;
}

.bg-red2 {
  background-color: var(--color-red2) !important;
}

.border-red2 {
  border-color: var(--color-red2) !important;
}

.hover-red2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-red2:hover {
  background-color: var(--color-red2) !important;
}

.hover-red2:hover * {
  color: #fff;
}

/* ===============================================================
    [ * global Section ] 
================================================================*/

/* --------------- global --------------- */

*,
* button:focus {
  outline: 0;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}

body.style-6 {
  padding: 30px 30px 0;
}

.home-style-7 {
  color: #000;
}

.home-style-7 a:hover {
  color: var(--color-blue7);
}

.home-style-8 {
  color: #000;
}

.home-style-8 a:hover {
  color: var(--color-main);
}

.home-style-11 .btn * {
  text-transform: uppercase;
  font-weight: 400;
}

.home-style-12 {
  background-color: #15141a;
  color: #fff;
}

.home-style-13 a:hover {
  color: var(--color-orange3);
}

.home-style-15 {
  background-color: #0c0125;
  color: #fff;
}

.home-style-15 a:hover {
  color: var(--color-red2);
}

.container,
.container-fluid {
  position: relative;
  z-index: 5;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
  margin-right: -15px;
  margin-left: -15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5)>* {
  padding-right: 15px;
  padding-left: 15px;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none !important;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.bi {
  display: inline-block;
}

.text {
  font-size: 16px;
  line-height: 2;
}

.small,
small {
  font-size: 16px;
  line-height: 1.7;
  display: inline-block;
}

small.text {
  font-size: 16px;
}

.text-gray {
  color: #666;
}

.bg-gray5 {
  background-color: #f3f7fe;
}

.section-padding {
  padding: 50px 0;
}

.swiper-pagination {
  width: 100%;
  bottom: 0;
}

.pagination_circle .swiper-pagination-bullet {
  margin: 0 20px;
  position: relative;
}

.pagination_circle .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.pagination_circle .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--color-lightBlue);
}

.pagi_dark .swiper-pagination-bullet {
  background-color: #000;
}

.pagi_white .swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background-color: #00a6a5;
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--color-main);
  font-size: 16px;
  font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--color-main-grad);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}

.slider-style-6 {
  position: relative;
}

.slider-style-6 .swiper-pagination-bullet-active {
  background-color: var(--color-blue6);
}

.slider-style-6 .swiper-button-next,
.slider-style-6 .swiper-button-prev {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.slider-style-6 .swiper-button-next:hover,
.slider-style-6 .swiper-button-prev:hover {
  background: var(--color-blue6);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-style-6 .swiper-button-next,
.slider-style-6 .swiper-container-rtl .swiper-button-prev {
  right: -60px;
}

.slider-style-6 .swiper-button-prev,
.slider-style-6 .swiper-container-rtl .swiper-button-next {
  left: -60px;
}

/* --------------- dropdown --------------- */

.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 pro";
  border: 0;
  font-size: 80%;
}

.dropdown-menu {
  min-width: 170px;
  padding: 15px 0;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  top: 100%;
}

.dropdown-menu .dropdown-item {
  padding: 8px 20px;
  font-size: 16px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-switch .form-check-input {
  margin: 0 15px !important;
  width: 2.5em !important;
  height: 1.3em;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.form-switch .form-check-input.color-lightBlue:checked {
  background-color: var(--color-lightBlue);
  border-color: var(--color-lightBlue);
  background-image: url(../img/icons/toggle_dot.svg);
}

/* --------------- Start Preloader --------------- */

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  pointer-events: none;
}

.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff;
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}

.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
}

#preloader .logo_img {
  width: 300px;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
}

#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#7491f8), to(#80d3ff));
  background: -o-linear-gradient(left, #7491f8, #80d3ff);
  background: linear-gradient(to right, #7491f8, #80d3ff);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone #loading-wrapper {
  opacity: 0;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

/*----------- upload loader ------------*/

#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3333333333);
  display: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#loading-wrapper.show {
  display: block;
}

#loading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 38px);
  left: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}

#loading-text img {
  width: 100px;
}

#loading-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #0aafde;
  border-bottom-color: #0aafde;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

#content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}

/* --------------- End Preloader --------------- */

/* --------------- to_top button --------------- */

.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background: var(--color-main-grad);
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1333333333);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1333333333);
}

.to_top small {
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 8px;
}

.to_top i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.to_top.show {
  right: 30px;
  opacity: 1;
}

/* --------------- pagination style --------------- */

.pagination.style-5 a {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  margin-right: 5px;
  font-size: 16px;
  color: #666;
}

.pagination.style-5 a .text {
  padding: 3px 10px;
  font-size: 16px;
}

.pagination.color-5 a:hover {
  color: var(--color-blue5) !important;
  border-color: var(--color-blue5);
}

.pagination.color-5 a.active {
  color: #fff;
  border-color: var(--color-blue5);
  background-color: var(--color-blue5);
}

.pagination.color-4 a:hover {
  color: var(--color-blue4) !important;
  border-color: var(--color-blue4);
}

.pagination.color-4 a.active {
  color: #fff;
  border-color: var(--color-blue4);
  background-color: var(--color-blue4);
}

/**
* ----------------------------------------
* animation rotate-center
* ----------------------------------------
*/

.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/**
* ----------------------------------------
* animation slide_up_down
* ----------------------------------------
*/

.slide_up_down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

/* ------- */

@-webkit-keyframes slide_up_down {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  100% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  100% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }
}

/**
* ----------------------------------------
* animation wave
* ----------------------------------------
*/

.wave {
  -webkit-animation: wave 2s ease-in-out infinite alternate both;
  animation: wave 2s ease-in-out infinite alternate both;
}

/* ------- */

@-webkit-keyframes wave {
  0% {
      -webkit-transform: rotate(1deg);
      transform: rotate(1deg);
  }
  100% {
      -webkit-transform: rotate(-1deg);
      transform: rotate(-1deg);
  }
}

@keyframes wave {
  0% {
      -webkit-transform: rotate(1deg);
      transform: rotate(1deg);
  }
  100% {
      -webkit-transform: rotate(-1deg);
      transform: rotate(-1deg);
  }
}

/**
* ----------------------------------------
* animation scale_up_down
* ----------------------------------------
*/

.scale_up_down {
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}

/* ------- */

@-webkit-keyframes scale_up_down {
  0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes scale_up_down {
  0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

.left_to_right_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.left_to_right_apperance.animated {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* ===============================================================
    [ * buttons Section ] 
================================================================*/

/* --------------- helper classes --------------- */

/* --------------- radius classes --------------- */

.radius-1 {
  border-radius: 3px !important;
}

.radius-2 {
  border-radius: 5px !important;
}

.radius-3 {
  border-radius: 8px !important;
}

.radius-4 {
  border-radius: 10px !important;
}

.radius-5 {
  border-radius: 12px !important;
}

.radius-6 {
  border-radius: 15px !important;
}

.radius-7 {
  border-radius: 20px !important;
}

.radius-8 {
  border-radius: 25px !important;
}

.radius-9 {
  border-radius: 30px !important;
}

.radius-10 {
  border-radius: 50px !important;
}

/* --------------- margin classes --------------- */

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

/* --------------- padding classes --------------- */

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

/* --------------- opacity classes --------------- */

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

/* --------------- lineHeight classes --------------- */

.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.4;
}

.lh-4 {
  line-height: 1.6;
}

.lh-5 {
  line-height: 1.8;
}

.lh-6 {
  line-height: 2;
}

.lh-7 {
  line-height: 2.5;
}

.lh-8 {
  line-height: 3;
}

/* --------------- border color classes --------------- */

.brd-light {
  border-color: rgba(255, 255, 255, 0.2666666667) !important;
}

.brd-gray {
  border-color: rgba(0, 0, 0, 0.1333333333) !important;
}

.bg-black {
  background-color: #000 !important;
}

/* ---------------  color classes --------------- */

.color-000 {
  color: #000 !important;
}

.color-111 {
  color: #111 !important;
}

.color-222 {
  color: #222 !important;
}

.color-333 {
  color: #333 !important;
}

.color-444 {
  color: #444 !important;
}

.color-555 {
  color: #555 !important;
}

.color-666 {
  color: #666 !important;
}

.color-777 {
  color: #777 !important;
}

.color-888 {
  color: #888 !important;
}

.color-999 {
  color: #999 !important;
}

/* --------------- icons size --------------- */

.icon-10 {
  width: 10px;
  height: 10px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-25 {
  width: 25px;
  height: 25px;
}

.icon-30 {
  width: 30px;
  height: 30px;
}

.icon-35 {
  width: 35px;
  height: 35px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-45 {
  width: 45px;
  height: 45px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-55 {
  width: 55px;
  height: 55px;
}

.icon-60 {
  width: 60px;
  height: 60px;
}

.icon-65 {
  width: 65px;
  height: 65px;
}

.icon-70 {
  width: 70px;
  height: 70px;
}

.icon-75 {
  width: 75px;
  height: 75px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}

/* --------------- img classes --------------- */

.img-cover {
  display: block;
}

.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain {
  display: block;
}

.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.imgrotate-scale-hover {
  overflow: hidden;
  display: block;
}

.imgrotate-scale-hover img {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.imgrotate-scale-hover:hover img {
  -webkit-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
}

/* --------------- letter spacing classes --------------- */

.ltspc-1 {
  letter-spacing: 1px;
}

.ltspc-2 {
  letter-spacing: 2px;
}

.ltspc-3 {
  letter-spacing: 3px;
}

.ltspc-4 {
  letter-spacing: 4px;
}

.ltspc-5 {
  letter-spacing: 5px;
}

.ltspc-8 {
  letter-spacing: 8px;
}

.ltspc-10 {
  letter-spacing: 10px;
}

.ltspc-12 {
  letter-spacing: 12px;
}

.ltspc-15 {
  letter-spacing: 15px;
}

.ltspc-17 {
  letter-spacing: 17px;
}

.ltspc-20 {
  letter-spacing: 20px;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-14px {
  font-size: 14px !important;
}

/* ===============================================================
    [ * buttons Section ] 
================================================================*/

/* --------------- buttons styles --------------- */

.butn,
.btn {
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.butn span,
.btn span {
  font-size: 16px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.butn small,
.btn small {
  font-size: 16px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.butn.butn-gard::before,
.btn.butn-gard::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
  background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butn.butn-gard:hover::before,
.btn.butn-gard:hover::before {
  left: -50%;
}

.butn.dark-butn,
.btn.dark-butn {
  background: #000;
}

.butn.dark-butn span,
.butn.dark-butn small,
.btn.dark-butn span,
.btn.dark-butn small {
  color: #fff;
}

.butn.butn-blue6,
.btn.butn-blue6 {
  background: var(--color-blue6);
}

.butn.butn-blue6 span,
.butn.butn-blue6 small,
.btn.butn-blue6 span,
.btn.butn-blue6 small {
  color: #fff;
}

.butn.blue5-3Dbutn,
.btn.blue5-3Dbutn {
  background: var(--color-blue5);
  -webkit-box-shadow: 0px 4px 0px 0px var(--color-blue4);
  box-shadow: 0px 4px 0px 0px var(--color-blue4);
  -webkit-filter: drop-shadow(0 13px 20px rgba(7, 57, 114, 0.2078431373));
  filter: drop-shadow(0 13px 20px rgba(7, 57, 114, 0.2078431373));
  font-size: 16px;
}

.butn.blue5-3Dbutn span,
.butn.blue5-3Dbutn small,
.btn.blue5-3Dbutn span,
.btn.blue5-3Dbutn small {
  color: #fff;
}

.butn.sm-butn,
.btn.sm-butn {
  padding: 5px 25px;
}

.butn.sm-butn span,
.btn.sm-butn span {
  font-size: 18px;
}

.butn:hover,
.btn:hover {
  background: var(--color-main);
  border-color: transparent !important;
}

.butn:hover span,
.btn:hover span {
  color: #fff;
}

.butn.hover-darkBlue:hover,
.btn.hover-darkBlue:hover {
  background: var(--color-darkBlue);
  border-color: transparent !important;
}

.butn.hover-darkBlue:hover span,
.butn.hover-darkBlue:hover small,
.btn.hover-darkBlue:hover span,
.btn.hover-darkBlue:hover small {
  color: #fff;
}

.butn.hover-blue2:hover,
.btn.hover-blue2:hover {
  background: var(--color-blue2);
  border-color: transparent !important;
}

.butn.hover-blue2:hover span,
.butn.hover-blue2:hover small,
.btn.hover-blue2:hover span,
.btn.hover-blue2:hover small {
  color: #fff;
}

.butn.hover-blue4:hover,
.btn.hover-blue4:hover {
  background: var(--color-blue4);
  border-color: transparent !important;
}

.butn.hover-blue4:hover span,
.butn.hover-blue4:hover small,
.btn.hover-blue4:hover span,
.btn.hover-blue4:hover small {
  color: #fff;
}

.butn.hover-blue5:hover,
.btn.hover-blue5:hover {
  background: var(--color-blue5) !important;
  border-color: transparent !important;
}

.butn.hover-blue5:hover span,
.butn.hover-blue5:hover small,
.btn.hover-blue5:hover span,
.btn.hover-blue5:hover small {
  color: #fff;
}

.butn.hover-lightBlue:hover,
.btn.hover-lightBlue:hover {
  background: var(--color-lightBlue);
  border-color: transparent !important;
}

.butn.hover-lightBlue:hover span,
.butn.hover-lightBlue:hover small,
.btn.hover-lightBlue:hover span,
.btn.hover-lightBlue:hover small {
  color: var(--color-darkBlue);
}

.butn.btn-icon-circle,
.btn.btn-icon-circle {
  position: relative;
  padding-right: 50px;
  text-transform: capitalize;
}

.butn.btn-icon-circle i,
.btn.btn-icon-circle i {
  position: absolute;
  right: -43px;
  bottom: -5px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
}

.butn.btn-icon-circle:hover,
.btn.btn-icon-circle:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.butn.btn-icon-circle:hover i,
.btn.btn-icon-circle:hover i {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}

.butn.hover-shadow,
.btn.hover-shadow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butn.hover-shadow:hover,
.btn.hover-shadow:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.scale_up_down {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}

@-webkit-keyframes RL_smooth {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  50% {
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
  }
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes RL_smooth {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  50% {
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
  }
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

/* ===============================================================
    [ * section title ] 
================================================================*/

/* --------------- section head styles --------------- */

.section-head h6 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.section-head.style-3 {
  margin-bottom: 50px;
}

.section-head.style-3 h3 {
  font-size: 27px;
  text-transform: capitalize;
}

.section-head.style-3 h3 span {
  font-weight: 400;
  color: var(--color-blue2);
  font-style: italic;
  position: relative;
}

.section-head.style-3 h3 span::after {
  position: absolute;
  content: "";
  background-image: url(../img/section_head/title_shap1.png);
  left: 0;
  bottom: -15px;
  width: calc(100% + 40px);
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-head.style-3.long-shape h3 span::after {
  background-image: url(../img/section_head/title_shap2.png);
  bottom: -15px;
}

/* --------------- section style-4 --------------- */

.section-head.style-4 .title_small {
  font-size: 16px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: var(--color-blue4);
  margin-bottom: 20px;
}

.section-head.style-4 h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #000;
}

.section-head.style-4 h2 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#008989), color-stop(30%, #00a8a8), color-stop(30%, #00a8a8), color-stop(73%, #e0a900), to(#ff847f));
  background-image: -o-linear-gradient(left, #008989 0%, #00a8a8 30%, #00a8a8 30%, #e0a900 73%, #efca08 100%);
  background-image: linear-gradient(to right, #008989 0%, #00a8a8 30%, #00a8a8 30%, #e0a900 73%, #efca08 100%);
}

.section-head.style-4 h5 {
  font-size: 16px;
  font-weight: bold;
  color: #e0a900;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 10px;
}

/* --------------- section style-5 --------------- */

.section-head.style-5 h2 {
  font-size: 28px;
}

.section-head.style-5 h2 span {
  color: var(--color-blue5);
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
}

.section-head.style-5 h2 span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-color: var(--color-blue5);
  opacity: 8%;
}

.section-head.style-5 p {
  color: #666;
  font-size: 16px;
}

/* --------------- section style-6 --------------- */

.section-head.style-6 h2 {
  color: #000;
  font-size: 45px;
}

.section-head.style-6 h2 span {
  position: relative;
  padding: 10px 20px;
}

.section-head.style-6 h2 span small {
  position: relative;
  z-index: 2;
  font-size: 45px;
  color: #fff;
}

.section-head.style-6 h2 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shap_style_6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* --------------- section style-8 --------------- */

.section-head.style-8 h6 {
  font-weight: normal;
  font-size: 16px;
  color: var(--color-main);
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-head.style-8 h3 {
  font-size: 40px;
  text-transform: capitalize;
}

/* --------------- section style-9 --------------- */

.section-head.style-9 h6 {
  letter-spacing: 0.5s;
  text-transform: uppercase;
  color: var(--color-darkBlue2);
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 0 25px;
}

.section-head.style-9 h6::after {
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  background-color: #6c41ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-head.style-9 h6::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  background-color: #6c41ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-head.style-9 h2 {
  font-size: 40px;
  color: var(--color-darkBlue2);
  margin-bottom: 15px;
}

.section-head.style-9 p {
  font-size: 18px;
  color: #666666;
}

/* --------------- section style-12 --------------- */

.section-head.style-12 h6 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-head.style-12 h6 .icon {
  width: 25px;
}

.section-head.style-12 h2 {
  font-weight: 600;
  font-size: 50px;
}

.section-head.style-12 h2 span {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-yellowGreen);
}

/* --------------- section style-13 --------------- */

.section-head.style-13 h6 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.section-head.style-13 h6::before {
  position: absolute;
  content: "";
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--color-orange3);
  z-index: -1;
  -webkit-animation: scale_up_down linear 1s infinite alternate;
  animation: scale_up_down linear 1s infinite alternate;
}

.section-head.style-13 h2 {
  font-size: 40px;
}

.section-head.style-13.side-title h6 {
  padding-left: 20px;
}

.section-head.style-13.side-title h6::before {
  left: 0;
}

/* ===============================================================
    [ * top navbar Section ] 
================================================================*/

.top-navbar {
  z-index: 9999;
}

/* --------------- top navbar styles --------------- */

.top-navbar.style-1 {
  background: var(--color-main-grad);
  position: relative;
  z-index: 9999;
}

.top-navbar.style-1 .top-links .text {
  font-size: 16px;
}

.top-navbar.style-1 .top-links .text strong {
  margin: 0 10px;
}

.top-navbar.style-1 .top-links .text .fa-bullhorn {
  background-color: #002ec1;
  padding: 15px;
}

.top-navbar.style-1 .r-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-navbar.style-1 .r-side .socail-icons {
  border-right: 1px solid rgba(255, 255, 255, 0.2666666667);
  padding-right: 10px;
  margin-right: 14px;
}

.top-navbar.style-1 .r-side .socail-icons a {
  color: #fff;
  margin: 0 5px;
  font-size: 16px;
}

.top-navbar.style-1 .r-side .dropdown {
  color: #fff;
  font-size: 16px;
}

.top-navbar.style-1 .r-side .dropdown img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --------------- top navbar style-4 --------------- */

.top-navbar.style-4 {
  background-image: url(../img/backgrounds/top_bar.jpg);
  background-size: cover;
  background-position: top;
  padding: 10px 15px 50px;
  text-align: center;
}

/* --------------- top navbar style-5 --------------- */

.top-navbar.style-5 {
  padding: 10px 15px;
  text-align: center;
  background-color: var(--color-blue5);
}

/* --------------- top navbar style-7 --------------- */

.top-navbar.style-7 {
  padding: 15px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  position: relative;
  z-index: 9991;
}

/* --------------- top navbar style 9 --------------- */

.top-navbar.style-9 {
  color: #fff;
  background-color: #172b86;
  padding: 10px 0;
  position: relative;
}

/* --------------- top navbar style 11 --------------- */

.top-navbar.style-11 {
  position: relative;
  z-index: 9999;
}

.top-navbar.style-11 .top-nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-navbar.style-11 .top-nav-side .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.top-navbar.style-11 .top-nav-side .social-links a {
  color: #999;
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
}

.top-navbar.style-11 .top-nav-side .social-links a:hover {
  color: var(--color-green);
}

/* --------------- top navbar style 9 --------------- */

.top-navbar.style-15 {
  color: #fff;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
}

/* ===============================================================
    [ * top side menu Section ] 
================================================================*/

.side_menu.style-7 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--color-gray2);
  height: 100vh;
  width: 40%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side_menu.style-7 .content {
  width: 100%;
}

.side_menu.style-7 .content .logo {
  padding: 30px 7vw;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.side_menu.style-7 .content .logo img {
  width: 300px;
  max-width: 50%;
}

.side_menu.style-7 .content .side_foot {
  padding: 30px 7vw;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}

.side_menu.style-7 .content .side_foot h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.side_menu.style-7 .pages_links {
  padding: 15px 7vw;
  height: calc(100vh - 240px);
  overflow: auto;
}

.side_menu.style-7 .pages_links::-webkit-scrollbar {
  height: 5px;
  width: 3px;
  background: rgba(129, 105, 241, 0.1333333333);
  border-radius: 10px;
}

.side_menu.style-7 .pages_links::-webkit-scrollbar-thumb {
  background: var(--color-blue7);
  border-radius: 10px;
}

.side_menu.style-7 .pages_links::-webkit-scrollbar-corner {
  background: rgba(129, 105, 241, 0.1333333333);
  border-radius: 10px;
}

.side_menu.style-7 .pages_links li {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.side_menu.style-7 .pages_links li a {
  color: #222;
  font-size: calc(14px + 1.5vw);
  font-weight: bold;
  margin: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: capitalize;
}

.side_menu.style-7 .pages_links li a::after {
  position: absolute;
  content: "";
  left: 110%;
  top: 60%;
  width: 0;
  height: 2px;
  background-color: var(--color-blue7);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side_menu.style-7 .pages_links li a:hover,
.side_menu.style-7 .pages_links li a.active {
  color: var(--color-blue7);
}

.side_menu.style-7 .pages_links li a:hover::after,
.side_menu.style-7 .pages_links li a.active::after {
  width: 50px;
}

.side_menu.style-7 .pages_links ul li {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(8) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.side_menu.style-7 .side_menu_cls {
  position: absolute;
  top: 40px;
  right: 30px;
}

.side_menu.style-7 .side_menu_cls:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side_menu.style-7.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
  border-radius: 0;
}

.side_menu.style-7.show li {
  opacity: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.side_menu.style-7.dark_theme {
  background-color: #000;
  color: #fff;
}

.side_menu.style-7.dark_theme .pages_links li a {
  color: #999;
}

.side_menu.style-7.dark_theme .pages_links li a::after {
  background: #999;
}

.side_menu.style-7.dark_theme .pages_links li a:hover {
  color: #fff;
}

.side_menu.style-7.dark_theme .pages_links li a:hover::after {
  background: #999;
}

.side_menu.style-7.dark_theme::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.2);
}

.side_menu.style-7.dark_theme::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}

.side_menu.style-7.dark_theme::-webkit-scrollbar-corner {
  background: rgba(255, 255, 255, 0.2);
}

.side_overlay {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.side_overlay.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  .side_menu.style-7 {
      width: 100%;
  }
  .side_menu.style-7 .pages_links {
      height: calc(100vh - 273px);
  }
}

/* ===============================================================
    [ * navbar Section ] 
================================================================*/

/* --------------- navbar styles --------------- */

.nav-container {
  z-index: 999;
}

.navbar {
  z-index: 999;
}

.navbar .nav-link {
  cursor: pointer;
}

.navbar.nav-scroll {
  background: #fff !important;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed !important;
  top: -100px !important;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  border-radius: 0 !important;
  margin: 0 !important;
}

.navbar.style-1 {
  padding: 30px 0;
}

.navbar.style-1 .navbar-brand {
  margin-right: 40px;
}

.navbar.style-1 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 2;
  margin: 0 7px;
  text-transform: capitalize;
}

.navbar.style-1 .navbar-nav .nav-item .nav-link.active {
  color: var(--color-main);
}

.navbar.style-1 .nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.style-1 .nav-side .hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}

.navbar.style-1 .nav-side .hotline .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-main-grad);
  color: #fff;
  font-size: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.navbar.style-1 .nav-side .hotline .cont h6 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.navbar.style-1 .qoute-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.style-1 .qoute-nav a .cart-num {
  font-size: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  background: var(--color-main-grad);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar.style-2.nav-scroll {
  background-color: #010049 !important;
}

.navbar.style-2 .navbar-brand img {
  width: 155px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-2 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  padding: 30px 30px;
  border-bottom: 2px solid transparent;
  position: relative;
}

.navbar.style-2 .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(255, 255, 255, 0.1333333333);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.style-2 .navbar-nav .nav-item .nav-link.active,
.navbar.style-2 .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid var(--color-lightBlue);
}

.navbar.style-2 .navbar-nav .nav-item .nav-link.active::before,
.navbar.style-2 .navbar-nav .nav-item .nav-link:hover::before {
  height: 100%;
}

.navbar.style-2 .qoute-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.style-2 .qoute-nav a {
  color: #fff;
}

.navbar.style-2 .qoute-nav a .cart-num {
  font-size: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #000;
  background: var(--color-lightBlue);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar.style-2 .dropdown-menu {
  background: #348CB2;
  border-radius: 0;
}

.navbar.style-2 .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 15px;
}

.navbar.style-2 .dropdown-menu .dropdown-item.active,
.navbar.style-2 .dropdown-menu .dropdown-item:active,
.navbar.style-2 .dropdown-menu .dropdown-item:hover {
  background-color: #010049;
}

.navbar.style-3 {
  padding: 20px 0;
}

.navbar.style-3.nav-scroll {
  background-color: #4A00E1 !important;
}

.navbar.style-3 .navbar-brand img {
  width: 155px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-3 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
  padding: 10px 20px;
  border-radius: 30px;
}

.navbar.style-3 .navbar-nav .nav-item .nav-link.active,
.navbar.style-3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1333333333);
}

.navbar.style-3 .nav-side .search-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar.style-4 {
  position: relative;
  z-index: 99;
  padding: 20px 15px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -38px;
}

.navbar.style-4 .navbar-brand {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-4 .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 15px;
}

.navbar.style-4 .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px);
  -ms-transform: translateX(-50%) translateY(-20px);
  transform: translateX(-50%) translateY(-20px);
  width: 55px;
  height: 30px;
  background-image: url(../img/icons/nav_icon/active_s4.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.style-4 .navbar-nav .nav-item .nav-link:hover,
.navbar.style-4 .navbar-nav .nav-item .nav-link.active {
  color: var(--color-blue4);
}

.navbar.style-4 .navbar-nav .nav-item .nav-link:hover::before,
.navbar.style-4 .navbar-nav .nav-item .nav-link.active::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.navbar.style-4 .navbar-nav .nav-item .nav-link .hot {
  position: absolute;
  font-size: 8px;
  padding: 2px 3px;
  border-radius: 3px;
  top: -10px;
  right: 0;
  text-transform: uppercase;
}

.navbar.style-4 .nav-side .search-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  color: #000;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar.style-5 {
  position: relative;
  z-index: 99;
  padding: 20px 0;
  background-color: #e7f1ff;
}

.navbar.style-5 .container-fluid {
  padding: 0 3vw;
}

.navbar.style-5 .navbar-brand img {
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-5 .nav-item .nav-link {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 15px;
  text-transform: capitalize;
}

.navbar.style-5 .nav-item .nav-link:hover,
.navbar.style-5 .nav-item .nav-link.active {
  color: var(--color-blue5);
}

.navbar.style-5 .nav-item .nav-link .bi {
  position: relative;
  bottom: -5px;
}

.navbar.style-5 .nav-side .search-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  color: #000;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar.style-6 {
  position: absolute;
  z-index: 99;
  padding: 20px 0;
  background-color: #dee0f2;
  width: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
}

.navbar.style-6 .container-fluid {
  padding: 0 3vw;
}

.navbar.style-6 .navbar-brand img {
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-6 .nav-item .nav-link {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 15px;
  text-transform: capitalize;
}

.navbar.style-6 .nav-item .nav-link::after {
  position: absolute;
  content: "";
  right: -16px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bebccd;
}

.navbar.style-6 .nav-item .nav-link:hover,
.navbar.style-6 .nav-item .nav-link.active {
  color: var(--color-blue6);
}

.navbar.style-6 .nav-item:last-of-type .nav-link::after {
  display: none;
}

.navbar.style-7 {
  padding: 30px 0;
}

.navbar.style-7 .navbar-brand {
  width: 250px;
  padding-right: 60px;
  border-right: 1px solid rgba(153, 153, 153, 0.1333333333);
}

.navbar.style-7 .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #000;
  text-transform: capitalize;
}

.navbar.style-7 .navbar-nav .nav-item .nav-link.active,
.navbar.style-7 .navbar-nav .nav-item .nav-link:hover {
  border-color: #000;
}

.navbar.style-7 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar.style-7 .side_menu_btn:hover {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.navbar.style-8 {
  padding: 30px 0;
}

.navbar.style-8 .navbar-brand {
  width: 150px;
}

.navbar.style-8 .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #000;
  text-transform: capitalize;
}

.navbar.style-8 .navbar-nav .nav-item .nav-link.active,
.navbar.style-8 .navbar-nav .nav-item .nav-link:hover {
  border-color: #000;
}

.navbar.style-9.nav-scroll {
  background: #1f227d !important;
}

.navbar.style-9.nav-scroll .content {
  border: 0;
}

.navbar.style-9 .content {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}

.navbar.style-9 .navbar-brand {
  width: 160px;
}

.navbar.style-9 .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #fff;
  text-transform: capitalize;
}

.navbar.style-9 .navbar-nav .nav-item .nav-link.active,
.navbar.style-9 .navbar-nav .nav-item .nav-link:hover {
  border-color: #fff;
}

.navbar.style-9 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar.style-9 .side_menu_btn:hover {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.navbar.style-11.nav-scroll {
  background: #111 !important;
}

.navbar.style-11.nav-scroll .content {
  border: 0;
}

.navbar.style-11 .content {
  padding: 20px 15px;
}

.navbar.style-11 .navbar-brand {
  width: 160px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar.style-11 .nav-link {
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #fff;
  text-transform: uppercase;
}

.navbar.style-11 .nav-link.active,
.navbar.style-11 .nav-link:hover {
  border-color: #fff;
}

.navbar.style-11 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar.style-11 .side_menu_btn:hover {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.navbar.style-12 {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
  background-color: #15141a !important;
}

.navbar.style-12 .navbar-brand {
  width: 280px;
  padding: 30px 50px 30px 30px;
  -webkit-border-end: 1px solid rgba(255, 255, 255, 0.0666666667);
  border-inline-end: 1px solid rgba(255, 255, 255, 0.0666666667);
}

.navbar.style-12 .nav-search {
  padding-left: 30px;
}

.navbar.style-12 .nav-search .form-group {
  position: relative;
}

.navbar.style-12 .nav-search .form-group .icon {
  position: absolute;
  color: #fff;
  top: 16px;
  left: 15px;
  background: transparent;
  border: 0;
}

.navbar.style-12 .nav-search .form-group .form-control {
  color: #44424a;
  background-color: #1a191e;
  border-radius: 5px;
  max-width: 280px;
  border: 0;
  padding: 15px 15px 15px 45px;
  color: #fff;
}

.navbar.style-12 .nav-item {
  position: relative;
}

.navbar.style-12 .nav-item:hover::after,
.navbar.style-12 .nav-item:hover::before {
  opacity: 1;
}

.navbar.style-12 .nav-item::before {
  position: absolute;
  content: "";
  left: 10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/star1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.style-12 .nav-item::after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/star1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.style-12 .nav-item .nav-link {
  color: #45434c;
  position: relative;
  margin: 0 10px;
  text-transform: capitalize;
}

.navbar.style-12 .nav-item .nav-link:hover {
  color: var(--color-yellowGreen);
}

.navbar.style-12 .nav-side {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}

.navbar.style-12 .nav-side .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar.style-12 .nav-side .social-icons p {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.navbar.style-12 .nav-side .social-icons a {
  color: #45434c;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}

.navbar.style-12 .nav-side .social-icons a:hover {
  color: var(--color-yellowGreen);
}

.navbar.style-13 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
}

.navbar.style-13 .navbar-brand img {
  width: 150px;
}

.navbar.style-13 .nav-link {
  color: #15141a;
  font-size: 16px;
  margin: 0 15px;
  text-transform: capitalize;
}

.navbar.style-13 .nav-link:hover {
  color: var(--color-orange3);
}

.navbar.style-14 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
}

.navbar.style-14 .navbar-brand img {
  width: 150px;
}

.navbar.style-14 .nav-link {
  color: #15141a;
  font-size: 16px;
  margin: 0 15px;
  text-transform: capitalize;
}

.navbar.style-14 .nav-link:hover {
  color: var(--color-red1);
}

.navbar.style-15.nav-scroll {
  background: #5F364B !important;
}

.navbar.style-15.nav-scroll .content {
  border: 0;
}

.navbar.style-15 .content {
  padding: 20px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}

.navbar.style-15 .navbar-brand {
  width: 160px;
}

.navbar.style-15 .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #fff;
  text-transform: capitalize;
}

.navbar.style-15 .navbar-nav .nav-item .nav-link.active,
.navbar.style-15 .navbar-nav .nav-item .nav-link:hover {
  border-color: #fff;
}

.navbar.style-15 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar.style-15 .side_menu_btn:hover {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

/* ===============================================================
    [ * header Section ] 
================================================================*/

/* --------------- header styles --------------- */

header.style-1 {
  position: relative;
}

header.style-1 .head-shape-r {
  position: absolute;
  right: 0;
  top: 8%;
  width: 55%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

header.style-1 .head-shape-l {
  position: absolute;
  left: 0;
  top: 25%;
  height: 40%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

header.style-1 .content {
  position: relative;
  z-index: 10;
}

header.style-1 .info .section-head h2 {
  font-size: 55px;
}

header.style-1 .info .text {
  font-size: 16px;
  color: #666666;
  width: 80%;
}

header.style-1 .info .bttns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.style-1 .info .bttns .vid-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

header.style-1 .info .bttns .vid-btn i {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color-main-grad);
  color: #fff;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 22px;
  padding-left: 2px;
  outline: 6px solid rgba(21, 122, 166, 0.1254901961);
}

header.style-1 .info .bttns .vid-btn span {
  color: var(--color-main);
  font-size: 16px;
  font-weight: bold;
}

header.style-2 {
  position: relative;
  min-height: 100vh;
  padding: 185px 0 100px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-40%, #062063), color-stop(40%, #157aa6));
  background: -o-linear-gradient(bottom, #062063 -40%, #157aa6 40%);
  background: linear-gradient(to top, #062063 -40%, #157aa6 40%);
}

header.style-2 .head_shape2 {
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 110%;
  max-width: unset;
  height: 115%;
  max-height: none;
}

header.style-2 .content {
  position: relative;
  z-index: 5;
}

header.style-2 .content h1 {
  font-size: 123px;
  letter-spacing: 75px;
  display: inline-block;
  padding-left: 75px;
}

header.style-2 .content h4 {
  font-weight: 600;
}

header.style-2 .content p {
  font-size: 20px;
}

header.style-2 .content p.d-block {
  font-size: 16px;
}

header.style-2 .content .vid-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}

header.style-2 .content .vid-btn i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color-lightBlue);
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 22px;
  padding-left: 2px;
}

header.style-2 .content .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

header.style-3 {
  background-color: var(--color-blue2);
  position: relative;
  padding: 100px 0 30px;
}

header.style-3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-image: url(../img/0011.png);
  background-size: 80%;
  background-repeat: repeat;
  background-position: bottom;
  opacity: 0.08;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
}

header.style-3 .main-img {
  position: absolute;
  right: 0;
  top: 200px;
  width: 55%;
  height: calc(100% - 300px);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}

header.style-3 .main-img .pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

header.style-3 .main-img .circle {
  position: absolute;
  width: 55%;
  top: 10.5%;
  right: 20%;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

header.style-3 .main-img .logo_shap {
  position: absolute;
  top: 37%;
  right: 39%;
  width: 17%;
}

header.style-3 .content .info .h1 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

header.style-3 .content .info .h1 span {
  font-weight: 400;
  position: relative;
  font-style: italic;
}

header.style-3 .content .info .h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 160px;
  height: 30px;
  background-image: url(../img/header/info_h1_line.png);
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: left;
}

header.style-3 .content .info .p {
  color: #ccccff;
  margin-top: 40px;
}

header.style-3 .content .info .h5 {
  color: #fffefe;
  font-size: 16px;
  font-weight: bold;
  margin-top: 80px;
  position: relative;
}

header.style-3 .content .info .h5::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: -10px;
  width: 50px;
  height: 100px;
  background-image: url(../img/header/head3_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header.style-3 .content .info .form-group .form-control,
header.style-3 .content .info .form-group .form-select {
  padding: 12px 20px;
  font-size: 16px;
  border: 0;
  border-radius: 30px;
}

header.style-3 .content .info .form-group.input-with-icon {
  position: relative;
}

header.style-3 .content .info .form-group.input-with-icon .form-control {
  padding: 12px 20px 12px 40px;
}

header.style-3 .content .info .form-group.input-with-icon .input-icon {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #999;
}

/* ------------ animation -------- */

header.style-4 {
  position: relative;
  padding: 60px 0;
}

header.style-4 .content {
  position: relative;
  overflow: hidden;
}

header.style-4 .content .info .title_small {
  font-size: 18px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: var(--color-blue4);
}

header.style-4 .content .info h1 {
  font-size: 52px;
  line-height: 60px;
  color: #000;
}

header.style-4 .content .info h1 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#008989), color-stop(30%, #00a8a8), color-stop(30%, #00a8a8), color-stop(73%, #e0a900), to(#ff847f));
  background-image: -o-linear-gradient(left, #008989 0%, #00a8a8 30%, #00a8a8 30%, #e0a900 73%, #efca08 100%);
  background-image: linear-gradient(to right, #008989 0%, #00a8a8 30%, #00a8a8 30%, #e0a900 73%, #efca08 100%);
}

header.style-4 .content .info .text {
  color: #666;
  font-size: 18px;
}

header.style-4 .content .info .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.style-4 .content .info .play-btn .icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(88, 66, 188, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

header.style-4 .content .info .play-btn .icon i {
  color: var(--color-blue4);
  font-size: 16px;
}

header.style-4 .content .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

header.style-4 .wave {
  position: absolute;
  left: -3%;
  bottom: -10px;
  width: 106%;
  max-width: unset;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 20;
}

header.style-5 {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(74%, #edf4fe), to(#e7f1ff));
  background: -o-linear-gradient(bottom, #ffffff 0%, #edf4fe 74%, #e7f1ff 100%);
  background: linear-gradient(to top, #ffffff 0%, #edf4fe 74%, #e7f1ff 100%);
}

header.style-5 .info {
  text-align: center;
}

header.style-5 .info h1 {
  font-size: 60px;
  color: #000;
  line-height: 1.2;
  letter-spacing: -2px;
}

header.style-5 .info h1 span {
  position: relative;
}

header.style-5 .info h1 span .head-line {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}

header.style-5 .info h1 span .head-pen {
  position: absolute;
  left: 102%;
  bottom: -5px;
}

header.style-5 .info p {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
}

header.style-5 .info .form {
  text-align: center;
}

header.style-5 .info .form .form-group {
  position: relative;
  max-width: 500px;
  margin: 40px auto;
}

header.style-5 .info .form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 13px;
  font-size: 18px;
}

header.style-5 .info .form .form-group input {
  width: 100%;
  padding: 16px 180px 16px 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
}

header.style-5 .info .form .form-group .btn {
  position: absolute;
  right: 8px;
  top: 7px;
}

header.style-5 .main-img {
  margin-top: 85px;
  position: relative;
  z-index: 10;
}

header.style-5 .main-img .page-img {
  -webkit-box-shadow: 0px -13px 124px 0px rgba(75, 83, 97, 0.15);
  box-shadow: 0px -13px 124px 0px rgba(75, 83, 97, 0.15);
  border-radius: 15px;
}

header.style-5 .main-img .linechart-img {
  position: absolute;
  top: 8%;
  right: 7%;
  width: 50%;
  -webkit-animation: scale_up_down 1.5s ease-in-out infinite alternate both;
  animation: scale_up_down 1.5s ease-in-out infinite alternate both;
}

header.style-5 .main-img .piechart-img {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 15%;
  -webkit-filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.3333333333));
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.3333333333));
  -webkit-animation: rotate-center 50s linear infinite both;
  animation: rotate-center 50s linear infinite both;
}

header.style-5 .handl-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  z-index: 15;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}

header.style-5 .handr-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 0;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

header.style-6 {
  position: relative;
  padding: 30px 30px 0;
  overflow: hidden;
}

header.style-6 .content {
  background-color: #dee0f2;
  position: relative;
  padding: 150px 0 100px;
  border-radius: 30px;
}

header.style-6 .info {
  text-align: center;
  position: relative;
  z-index: 5;
}

header.style-6 .info h6 {
  color: #666;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

header.style-6 .info h1 {
  font-size: 85px;
  color: #000;
  line-height: 1.1;
}

header.style-6 .info h1 span {
  color: #fff;
  position: relative;
  padding: 10px 40px;
}

header.style-6 .info h1 span small {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 85px;
}

header.style-6 .info h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 10px 30px;
  background-image: url(../img/shap_style_6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

header.style-6 .info .text {
  font-size: 16px;
  color: #666;
  margin-top: 50px;
}

header.style-6 .info .form {
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}

header.style-6 .info .form .form-group {
  width: 38%;
  border-right: 1px solid rgba(153, 153, 153, 0.2666666667);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

header.style-6 .info .form .form-group:last-of-type {
  border: 0;
}

header.style-6 .info .form .form-group input {
  background-color: #fff;
  border: 0;
  color: #000;
  font-size: 16px;
  width: 100%;
}

header.style-6 .info .form .form-group input::-webkit-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input::-moz-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input:-ms-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input::-ms-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input::placeholder {
  opacity: 0.7;
}

header.style-6 .hand-mega {
  position: absolute;
  width: 20%;
  top: 20%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  z-index: 2;
}

header.style-6 .head6-rating {
  position: absolute;
  width: 18%;
  bottom: 27%;
  left: 15%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

header.style-6 .target-3d {
  position: absolute;
  width: 20%;
  bottom: -120px;
  left: 35%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  z-index: 2;
}

header.style-6 .head6-charts {
  position: absolute;
  width: 14%;
  top: 20%;
  right: 15%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

header.style-6 .head6-rocket {
  position: absolute;
  width: 30%;
  bottom: 5%;
  right: -30px;
  z-index: 2;
}

header.style-7 {
  position: relative;
  color: #000;
  padding-bottom: 60px;
}

header.style-7 .content {
  position: relative;
  z-index: 10;
}

header.style-7 .info h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 60px;
}

header.style-7 .info h1 .num {
  color: #e2e1e1;
}

header.style-7 .info h1 .text-grad {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#008989), color-stop(30%, #00a8a8), color-stop(30%, #00a8a8), color-stop(73%, #e0a900), to(#ff847f));
  background-image: -o-linear-gradient(left, #008989 0%, #00a8a8 30%, #00a8a8 30%, #e0a900 73%, #efca08 100%);
  background-image: linear-gradient(to right, #008989 0%, #00a8a8 30%, #00a8a8 30%, #e0a900 73%, #efca08 100%);
}

header.style-7 .img {
  position: relative;
}

header.style-7 .img .rock7 {
  position: absolute;
  top: 50px;
  right: -50px;
}

header.style-7 .sponsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.style-7 .sponsers .sponsers-content a {
  opacity: 20%;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
}

header.style-7 .sponsers .sponsers-content a:hover {
  opacity: 100%;
}

header.style-7 .head7_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

header.style-8 {
  background-image: url(../img/header/header8_pattern.svg);
  background-size: cover;
  background-attachment: fixed;
}

header.style-8 .info h1 {
  font-size: 60px;
  margin-bottom: 50px;
  margin-top: 10px;
}

header.style-8 .info .form h5 {
  font-size: 20px;
  font-weight: 300;
}

header.style-8 .info .form .form-group {
  position: relative;
}

header.style-8 .info .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 50px;
}

header.style-8 .info .form-group input {
  border: 0;
}

header.style-8 .info .form-group input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

header.style-8 .info .form-group input::-moz-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

header.style-8 .info .form-group input:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

header.style-8 .info .form-group input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}

header.style-8 .info .form-group input::placeholder {
  color: rgba(153, 153, 153, 0.6);
}

header.style-9 {
  background-image: url(../img/header/head9_back.png);
  background-position: center;
  background-size: cover;
}

header.style-9 .info {
  color: #fff;
}

header.style-9 .info h6 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

header.style-9 .info h6::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #5f70b7;
}

header.style-9 .info h1 {
  font-size: 50px;
  margin-bottom: 30px;
}

header.style-9 .info h1 span {
  color: #fff000;
  text-decoration: underline !important;
}

header.style-9 .info ul li {
  font-size: 18px;
  margin: 15px 0;
  font-weight: 300;
  padding-left: 50px;
  text-transform: capitalize;
  position: relative;
}

header.style-9 .info ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

header.style-9 .img {
  width: 800px;
  max-width: unset;
}

header.style-10 {
  background-image: url(../img/header/head9_back.png);
  background-position: center;
  background-size: cover;
}

header.style-10 .info {
  position: relative;
  color: #fff;
  z-index: 10;
}

header.style-10 .info h6 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}

header.style-10 .info h1 {
  font-size: 73px;
  margin-bottom: 30px;
}

header.style-10 .img {
  width: 750px;
  max-width: unset;
  -webkit-margin-start: -100px;
  margin-inline-start: -100px;
}

header.style-10 .logos {
  padding-bottom: 60px;
}

header.style-10 .logos .logos-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.style-10 .logos .logos-content .logo_img {
  width: 50px;
  margin-top: 30px;
}

header.style-11 {
  background-image: url(../img/header/header_11.png);
  background-position: center;
  background-size: cover;
}

header.style-11 .info {
  position: relative;
  color: #fff;
  z-index: 10;
}

header.style-11 .info h6 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: var(--color-green);
}

header.style-11 .info h1 {
  font-size: 60px;
  margin-bottom: 30px;
}

header.style-11 .img {
  width: 700px;
  max-width: unset;
}

header.style-12 {
  color: #fff;
}

header.style-12 .info {
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 150px;
}

header.style-12 .info h2 {
  font-size: 120px;
  line-height: 1.2;
}

header.style-12 .info h2.line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.style-12 .info h2.line-title .line-text {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-yellowGreen);
}

header.style-12 .info h2.line-title small {
  font-size: 18px;
  opacity: 50%;
  text-align: left;
  font-weight: 300;
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
  margin-top: 20px;
}

header.style-12 .info .star1 {
  position: absolute;
  pointer-events: none;
  top: 150px;
  right: 0;
}

header.style-12 .info .star2 {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
}

header.style-12 .imgs-content .container-fluid {
  max-width: 1650px;
}

header.style-12 .imgs-content .main-img {
  position: relative;
  height: 650px;
  border-radius: 200px;
  overflow: hidden;
}

header.style-12 .imgs-content .main-img .inf {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 10;
  text-align: center;
}

header.style-12 .imgs-content .main-img .inf h6 {
  font-size: 24px;
  margin-bottom: 5px;
}

header.style-12 .imgs-content .icon-content {
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 100px;
}

header.style-12 .imgs-content .icon-content .icon {
  width: 50px;
  height: 50px;
  background-color: var(--color-yellowGreen);
  padding: 15px;
  border-radius: 50%;
  overflow: hidden;
}

header.style-12 .imgs-content .img-vid-content {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header.style-12 .imgs-content .img-vid-content p {
  margin-top: 60px;
  margin-right: 20px;
}

header.style-12 .imgs-content .img-vid-content .img-vid {
  position: relative;
  width: 30%;
  margin-left: -90px;
  margin-top: 100px;
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
  width: 250px;
}

header.style-12 .imgs-content .img-vid-content .img-vid .vid_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

header.style-13 {
  position: relative;
  background-color: #eaedf2;
  padding-top: 120px;
  overflow: hidden;
}

header.style-13 .info {
  position: relative;
  z-index: 20;
}

header.style-13 .info h1 {
  font-size: 60px;
}

header.style-13 .img {
  position: relative;
}

header.style-13 .img::before {
  position: absolute;
  content: "";
  left: -100px;
  top: 40px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: var(--color-orange3);
  z-index: -1;
  -webkit-box-shadow: 0px -50px 100px 0px rgba(249, 164, 31, 0.2);
  box-shadow: 0px -50px 100px 0px rgba(249, 164, 31, 0.2);
}

header.style-13 .img img {
  width: 700px;
  max-width: unset;
  margin-left: -100px;
}

header.style-13 .social-icons {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 20;
}

header.style-13 .social-icons a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 10px;
}

header.style-13 .head-contact {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 20;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  font-weight: 500;
  text-transform: uppercase;
}

header.style-13 .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

header.style-13 .lines span {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(153, 153, 153, 0.1333333333);
  z-index: -1;
}

header.style-13 .lines span::before {
  position: absolute;
  content: "";
  left: 0;
  top: -20px;
  height: 25px;
  width: 1px;
  background-color: var(--color-orange3);
  -webkit-animation: afterline 5s ease-in-out infinite;
  animation: afterline 5s ease-in-out infinite;
}

header.style-13 .lines span:nth-of-type(1) {
  right: 13%;
}

header.style-13 .lines span:nth-of-type(1)::before {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

header.style-13 .lines span:nth-of-type(2) {
  right: 31%;
}

header.style-13 .lines span:nth-of-type(2)::before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

header.style-13 .lines span:nth-of-type(3) {
  right: 50%;
}

header.style-13 .lines span:nth-of-type(3)::before {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

header.style-13 .lines span:nth-of-type(4) {
  right: 69%;
}

header.style-13 .lines span:nth-of-type(4)::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

header.style-13 .lines span:nth-of-type(5) {
  right: 87%;
}

header.style-13 .lines span:nth-of-type(5)::before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes afterline {
  0% {
      top: -20px;
  }
  100% {
      top: 100%;
  }
}

@keyframes afterline {
  0% {
      top: -20px;
  }
  100% {
      top: 100%;
  }
}

header.style-14 {
  padding-top: 200px;
  background-image: url(../img/header/header_14_back.png);
  background-size: cover;
  background-repeat: no-repeat;
}

header.style-14 .info {
  padding-bottom: 60px;
}

header.style-14 .info .vid_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

header.style-14 .info .vid_link .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--color-red1);
  color: #fff;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  -webkit-box-shadow: 3px 8px 15px rgba(204, 33, 49, 0.3333333333);
  box-shadow: 3px 8px 15px rgba(204, 33, 49, 0.3333333333);
}

header.style-14 .info .vid_link p {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-red1);
}

header.style-14 .info h1 {
  font-size: 60px;
}

header.style-14 .info h1 span {
  color: var(--color-red1);
}

header.style-14 .info .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  padding-left: 15px;
  margin-top: 60px;
}

header.style-14 .info .form-group .form-control {
  border: 0;
  background: transparent;
}

header.style-14 .info .form-group .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

header.style-14 .info .down_store {
  margin-top: 200px;
}

header.style-14 .info .down_store .btns a {
  max-width: 160px;
}

header.style-15 {
  background-image: url(../img/header/head_15_back.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

header.style-15::before {
  position: absolute;
  content: "";
  left: 0;
  top: 25%;
  height: 50%;
  width: 100%;
  background-image: url(../img/header/head_15_pattern.png);
  background-position: center;
  background-size: cover;
}

header.style-15 .info {
  color: #fff;
}

header.style-15 .info h6 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
}

header.style-15 .info h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

header.style-15 .img {
  width: 800px;
  max-width: unset;
}

header.style-15 .countdown-content {
  position: absolute;
  bottom: -150px;
  width: 100%;
}

header.style-15 .countdown-content .countdown-card {
  padding: 40px;
  border-radius: 15px;
  background-color: #3c173e;
  color: #fff;
}

header.style-15 .countdown-content .countdown-card .inf h3 {
  font-size: 24px;
}

header.style-15 .countdown-content .countdown-card .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

header.style-15 .countdown-content .countdown-card .countdown .item {
  text-align: center;
}

header.style-15 .countdown-content .countdown-card .countdown .item h2 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #4b224d;
  font-size: 18px;
}

header.style-15 .countdown-content .countdown-card .countdown .item small {
  color: #9e849f;
  margin-top: 10px;
  text-transform: capitalize;
}

header.style-15 .countdown-content .countdown-card .progs-content .progress {
  height: 8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.0666666667);
}

header.style-15 .countdown-content .countdown-card .progs-content .progress .progress-bar {
  background-color: var(--color-red2);
}

header.style-15 .countdown-content .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

header.style-15 .countdown-content .logos img {
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
  width: 80px;
}

/* ===============================================================
    [ * about Section ] 
================================================================*/

/* --------------- about styles --------------- */

.about.style-1 {
  position: relative;
}

.about.style-1 .content {
  padding: 65px 120px;
  background: var(--color-main-grad);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 5;
}

.about.style-1 .content .about_shap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 30%;
  pointer-events: none;
}

.about.style-1 .content .about_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2666666667);
  position: relative;
  z-index: 5;
}

.about.style-1 .content .about-info {
  padding: 60px 0;
  position: relative;
  z-index: 5;
}

.about.style-1 .content .about-info .title h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

.about.style-1 .content .about-info .title small {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 35px;
  display: block;
}

.about.style-1 .content .about-info .info h6 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.about.style-1 .content .about-info .info p {
  font-size: 16px;
  color: #c7e9ff;
}

.about.style-1 .content .about-info .info .butn {
  margin-top: 50px;
}

.about.style-1 .content .about-numbers {
  position: relative;
  z-index: 5;
}

.about.style-1 .content .about-numbers .num-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about.style-1 .content .about-numbers .num-item .num {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  min-width: 70px;
  text-align: center;
}

.about.style-1 .content .about-numbers .num-item .num i {
  font-size: 21px;
}

.about.style-1 .content .about-numbers .num-item .inf {
  color: #fff;
}

.about.style-3 {
  position: relative;
}

.about.style-3 .top-content {
  min-height: 510px;
  margin-bottom: 100px;
  padding-top: 20px;
}

.about.style-3 .info h5 {
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 25px;
}

.about.style-3 .info .text {
  color: #666;
}

.about.style-3 .info ul li {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
}

.about.style-3 .info ul li i {
  color: var(--color-blue2);
}

.about.style-3 .img-left {
  position: absolute;
  left: 0;
  top: 190px;
  max-width: 50%;
}

.about.style-3 .img-left .info-circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 230px;
  height: 230px;
  background-color: #4a00e1;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  outline: 10px solid #fff;
}

.about.style-3 .img-left .info-circle h2 {
  font-size: 56px;
}

.about.style-3 .img-left .info-circle small {
  font-size: 16px;
  text-transform: uppercase;
}

.about.style-3 .img-left .info-circle:nth-of-type(2) {
  width: 200px;
  height: 200px;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-14%, -57%);
  -ms-transform: translate(-14%, -57%);
  transform: translate(-14%, -57%);
  z-index: 5;
}

.about.style-3 .img-left .info-circle:nth-of-type(2) h2 {
  font-size: 50px;
}

.about.style-3 .img-left .info-circle:nth-of-type(3) {
  width: 150px;
  height: 150px;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-88%, 32%);
  -ms-transform: translate(-88%, 32%);
  transform: translate(-88%, 32%);
  background-color: #8d3dfa;
  z-index: 0;
}

.about.style-3 .img-left .info-circle:nth-of-type(3) h2 {
  font-size: 37px;
}

.about.style-3 .img-left .info-circle:nth-of-type(4) {
  width: 180px;
  height: 180px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(20%, -20%);
  -ms-transform: translate(20%, -20%);
  transform: translate(20%, -20%);
  background-color: #00bcf2;
  z-index: 0;
}

.about.style-3 .img-left .info-circle:nth-of-type(4) h2 {
  font-size: 46px;
}

.about.style-3 .btm-content {
  position: relative;
  min-height: 510px;
  padding-top: 50px;
}

.about.style-3 .btm-content .img-right {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 60%;
}

.about.style-4 {
  overflow: hidden;
  position: relative;
}

.about.style-4 .top-wave {
  position: absolute;
  top: -2px;
  width: 100%;
}

.about.style-4 .bottom-wave {
  position: absolute;
  bottom: -2px;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about.style-4 .content {
  position: relative;
  padding: 60px 0;
}

.about.style-4 .content ul li h6 {
  font-size: 16px;
}

.about.style-4 .content.frs-content .lines,
.about.style-4 .content.trd-content .lines {
  position: absolute;
  left: 0;
  top: -80px;
  width: 40%;
  max-width: unset;
  max-height: unset;
}

.about.style-4 .content.frs-content .bubble,
.about.style-4 .content.trd-content .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.about.style-4 .content.sec-content .bubble2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.about.style-4 .btn-img {
  text-align: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f4f2fb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about.style-4 .btn-img .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.0666666667);
  width: 45px;
}

.about.style-4 .btn-img .inf {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about.style-4 .btn-img .inf small {
  font-size: 16px;
  color: #666;
}

.about.style-4 .btn-img .inf h6 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
}

.about.style-4 .integration {
  position: relative;
}

.about.style-4 .integration .intg-back {
  position: absolute;
  left: 0;
  bottom: 19%;
  width: 100%;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
}

.about.style-4 .integration .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.about.style-4 .integration .content .img {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

.about.style-4 .integration .content .img:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.about.style-4 .integration .content .img:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.about.style-4 .integration .content .img:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.about.style-4 .integration .content .img:nth-of-type(4) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.about.style-4 .integration .content .img:nth-of-type(5) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

.about.style-5 .content {
  padding: 50px 0;
}

.about.style-5 .content p {
  font-size: 12.5px;
  color: #777;
  line-height: 2;
}

.about.style-5 .content .line-links {
  margin-top: 35px;
}

.about.style-5 .content .line-links a {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding: 13px 0;
  display: block;
  width: 100%;
}

.about.style-5 .content .line-links a:last-of-type {
  border-bottom: 0;
}

.about.style-5 .content .line-links a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: var(--color-blue5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about.style-5 .content .line-links a:hover::after {
  width: 100%;
}

.about.style-5 .content .list-icon {
  margin-top: 40px;
}

.about.style-5 .content .list-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.about.style-5 .content .list-icon li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-blue5);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.about.style-5 .content .list-icon li h6 {
  font-size: 16px;
  font-weight: 700;
}

.about.style-5 .content .img {
  position: relative;
  text-align: right;
}

.about.style-5 .content .img.main-img1 .img-body {
  position: relative;
  z-index: 2;
  top: 50px;
  -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
  animation: slide_up_down 3s ease-in-out infinite alternate both;
}

.about.style-5 .content .img.main-img1 img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}

.about.style-5 .content .img.main-img1 img.sm-circle {
  right: -50px;
  top: 20%;
  z-index: 1;
  -webkit-animation: rotate-center 20s linear infinite both reverse;
  animation: rotate-center 20s linear infinite both reverse;
}

.about.style-5 .content .img.main-img1 img.lg-circle {
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-animation: rotate-center 50s linear infinite both;
  animation: rotate-center 50s linear infinite both;
}

.about.style-5 .content .img.main-img1 img.card1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-animation: scale_up_down 10s ease-in-out infinite alternate both;
  animation: scale_up_down 10s ease-in-out infinite alternate both;
}

.about.style-5 .content .img.main-img1 img.card2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-animation: scale_up_down 7s ease-in-out infinite alternate both;
  animation: scale_up_down 7s ease-in-out infinite alternate both;
  -webkit-transition-delay: -5s;
  -o-transition-delay: -5s;
  transition-delay: -5s;
}

.about.style-5 .content .img.main-img2 .img-body {
  position: relative;
  z-index: 2;
  -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
  animation: slide_up_down 3s ease-in-out infinite alternate both;
}

.about.style-5 .content .img.main-img2 img {
  position: absolute;
}

.about.style-5 .content .img.main-img2 img:nth-of-type(1) {
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-animation: rotate-center 70s linear infinite both;
  animation: rotate-center 70s linear infinite both;
}

.about.style-5 .content .img.main-img3 {
  position: relative;
}

.about.style-5 .content .img.main-img3 .img-body {
  position: relative;
  z-index: 1;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.about.style-5 .content .img.main-img3 img {
  position: absolute;
  right: 0;
  top: 20%;
  width: 100%;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(2) {
  z-index: 3;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(3) {
  z-index: 1;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(4) {
  z-index: 2;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(5) {
  z-index: 4;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.about.style-6 {
  position: relative;
}

.about.style-6 .content {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}

.about.style-6 .content .info .text {
  color: #666;
  font-size: 16px;
}

.about.style-6 .content .info .vid-btn {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about.style-6 .content .info .vid-btn i {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--color-blue6);
  color: var(--color-blue6);
  font-size: 21px;
  margin-right: 5px;
}

.about.style-6 .bubbles {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about.style-7 {
  position: relative;
  padding: 120px 0;
}

.about.style-7 .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about.style-7 .top-wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}

.about.style-7 .bottom-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about.style-7 .info .text {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.about.style-7 .img {
  position: relative;
  padding-left: 100px;
}

.about.style-7 .img .main-img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about.style-7 .img .img-chart {
  position: absolute;
  top: 120px;
  left: -30px;
  z-index: 2;
}

.about.style-7 .img .circle {
  position: absolute;
  content: "";
  width: 85px;
  height: 85px;
  bottom: 50px;
  right: -40px;
  background-color: var(--color-blue7);
  border-radius: 50%;
  z-index: -1;
}

.about.style-8 .info ul li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about.style-8 .info ul li .icon {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about.style-8 .info ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.about.style-8 .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about.style-8 .info .author .inf p {
  color: var(--color-main);
}

.about.style-8 .info .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
}

.about.style-8 .info .signature {
  width: 100px;
}

.about.style-9 .info {
  padding: 0 50px;
}

.about.style-9 .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.about.style-9 .info ul li p {
  font-size: 16px;
  color: #666;
}

.about.style-9 .info ul li .icon {
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about.style-9 .info ul li .icon img {
  width: 60px;
}

.about.style-9 .info .call-info {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}

.about.style-9 .info .call-info h5 {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-darkBlue2);
  margin-bottom: 10px;
}

.about.style-9 .info .call-info p {
  font-size: 16px;
  color: #666;
}

.about.style-10 {
  position: relative;
}

.about.style-10 .imgs .col-lg-6:first-of-type .img:first-of-type {
  height: 270px;
}

.about.style-10 .imgs .col-lg-6:first-of-type .img:last-of-type {
  height: 190px;
}

.about.style-10 .imgs .col-lg-6:last-of-type .img:first-of-type {
  height: 160px;
}

.about.style-10 .imgs .col-lg-6:last-of-type .img:last-of-type {
  height: 320px;
}

.about.style-10 .info {
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}

.about.style-10 .info h6 {
  font-size: 16px;
  font-weight: 400;
  color: #00a8a8;
  margin-bottom: 10px;
}

.about.style-10 .info h2 {
  font-size: 40px;
}

.about.style-10 .info p {
  font-size: 16px;
  color: #666;
  margin-top: 25px;
}

.about.style-10 .pattern {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
}

.about.style-13 .content {
  background-color: #fff;
  border-radius: 10px;
  margin-top: -40px;
  position: relative;
  padding: 6vw;
  margin-bottom: 100px;
  -webkit-box-shadow: 0px 100px 200px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 100px 200px 0px rgba(0, 0, 0, 0.0392156863);
}

.about.style-13 .content::before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: -15px;
  width: calc(100% - 40px);
  height: 40px;
  background-color: #e6e8ed;
  border-radius: 10px;
  z-index: -1;
}

.about.style-13 .content .info h5 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: capitalize;
}

.about.style-13 .content .info .text {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.about.style-13 .content .info .logos img {
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.about.style-13 .content .about-contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
}

.about.style-13 .content .about-contact .item p {
  color: #999;
}

.about.style-13 .content .about-contact .item h6 {
  font-size: 16px;
}

.about.style-13 .content .about-contact .item .icon img {
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.about.style-14 .info .text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.about.style-14 .img {
  position: relative;
}

.about.style-14 .img img {
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about.style-14 .img .play_ptn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 21px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
}

.about.style-15 .info p {
  color: #918b9f;
  font-size: 16px;
  margin-bottom: 20px;
}

.about.style-15 .info li {
  font-weight: 500;
  padding: 7px 0;
}

/* ===============================================================
    [ * services Section ] 
================================================================*/

/* --------------- services styles --------------- */

.services.style-1 {
  position: relative;
}

.services.style-1 .ser_shap_l {
  position: absolute;
  left: 0;
  bottom: 30%;
  z-index: -1;
  -webkit-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 5s ease;
}

.services.style-1 .ser_shap_r {
  position: absolute;
  right: 0;
  top: 25%;
}

.services.style-1 .service-box {
  position: relative;
  z-index: 5;
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services.style-1 .service-box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.services.style-1 .service-box h5 a {
  color: #000;
  font-weight: bold;
}

.services.style-1 .service-box h5 .num {
  color: var(--color-main);
  font-size: 16px;
}

.services.style-1 .service-box .icon {
  margin-bottom: 35px;
}

.services.style-1 .service-box .icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.services.style-1 .service-box .info .text {
  color: #666;
  margin-bottom: 20px;
  font-size: 16px;
}

.services.style-1 .service-box .info .tags a {
  font-size: 16px;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #eef4f8;
  margin-top: 10px;
}

.services.style-1 .service-box:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25);
  box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25);
}

.services.style-1 .service-box:hover h5 a {
  color: var(--color-main);
}

.tags.style-2 a {
  font-size: 16px;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #131172;
  margin: 3px;
}

.services_projects {
  background-image: url(../img/services_work.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.services_projects .swiper-button-next,
.services_projects .swiper-button-prev {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services_projects .swiper-button-next:hover,
.services_projects .swiper-button-prev:hover {
  background: var(--color-lightBlue) !important;
}

.swiper-slide-duplicate-prev .service-box {
  border: 0 !important;
}

.services.style-3 {
  background-color: #f0eff5;
}

.services.style-3 .service-card.style-3 {
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
}

.services.style-3 .service-card.style-3 .icon {
  margin-bottom: 60px;
}

.services.style-3 .service-card.style-3 .icon img {
  width: 125px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.services.style-3 .service-card.style-3 .info .title {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: bold;
}

.services.style-3 .service-card.style-3 .info .text {
  font-size: 16px;
  color: #666;
}

.services.style-3 .service-card.style-3 .info a {
  margin-top: 30px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.services.style-3 .service-card.style-3 .info a:hover {
  color: var(--color-blue2);
}

.services-slider.style-6 .swiper-container {
  padding-bottom: 100px;
}

.services-slider.style-6 .swiper-slide {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
}

.services-slider.style-6 .swiper-slide.swiper-slide-nth-next-2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 100px;
  padding: 0 9px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 50px;
  padding: 0 12px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  padding: 0 20px;
  -webkit-filter: drop-shadow(5px 50px 30px rgba(7, 57, 114, 0.0666666667));
  filter: drop-shadow(5px 50px 30px rgba(7, 57, 114, 0.0666666667));
}

.services-slider.style-6 .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 50px;
  padding: 0 12px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-nth-prev-2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 100px;
  padding: 0 9px;
}

.service-card.style-6 {
  text-align: center;
  padding: 30px 8%;
  background-color: #f1f2fa;
  border-radius: 30px;
  overflow: hidden;
  margin: 20px 0;
  display: block;
  color: #000;
}

.service-card.style-6 .icon {
  -webkit-filter: drop-shadow(5px 15px 20px rgba(7, 57, 114, 0.3333333333));
  filter: drop-shadow(5px 15px 20px rgba(7, 57, 114, 0.3333333333));
  margin-bottom: 25px;
}

.service-card.style-6 .icon img {
  max-height: 100px;
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.service-card.style-6 .info h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.service-card.style-6 .info .text {
  font-size: 16px;
  color: #666;
}

.services.style-7 {
  position: relative;
  background-color: #f0eff5;
}

.services.style-7 .services-content {
  position: relative;
}

.services.style-7 .services-content::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/ser_wh_line.png);
  background-repeat: repeat-x;
}

.services.style-7 .service-item-style7 {
  text-align: center;
  margin-top: 30px;
  padding: 0 15px;
}

.services.style-7 .service-item-style7 .img {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 40px;
}

.services.style-7 .service-item-style7 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.services.style-7 .service-item-style7 .img .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: var(--color-blue7);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20px;
}

.services.style-7 .service-item-style7 .info h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.services.style-7 .service-item-style7 .info .text {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.services.style-7 .service-item-style7 .info a {
  color: #000;
}

.services.style-7 .service-item-style7 .info a i {
  position: relative;
  top: 2px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services.style-7 .service-item-style7 .info a i:first-of-type {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.services.style-7 .service-item-style7 .info a i:last-of-type {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.services.style-7 .service-item-style7 .info a:hover {
  color: var(--color-blue7);
  padding-left: 10px;
}

.services.style-7 .service-item-style7 .info a:hover i:first-of-type {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.services.style-7 .service-item-style7 .info a:hover i:last-of-type {
  opacity: 0;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.services.style-8 {
  background-image: url(../img/services/serv8_back.png);
  background-size: cover;
}

.services.style-8 .services-slider8 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.services.style-8 .service-card.style-8 {
  text-align: center;
  padding: 50px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services.style-8 .service-card.style-8:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--color-main);
}

.services.style-8 .service-card.style-8:hover .info a {
  color: var(--color-main);
}

.services.style-8 .service-card.style-8 .icon {
  margin-bottom: 10px;
}

.services.style-8 .service-card.style-8 .info h5 {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}

.services.style-8 .service-card.style-8 .info p {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}

.services.style-8 .service-card.style-8 .info a {
  text-transform: uppercase;
  color: #c3c3c3;
  margin-top: 35px;
}

@media screen and (min-width: 991px) {
  .services-slider8 {
      position: relative;
  }
  .services-slider8 .swiper-slide {
      width: 370px !important;
  }
}

.services.style-9 .services-content {
  position: relative;
}

.services.style-9 .services-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

.services.style-9 .services-content .service-card {
  padding: 35px;
  -webkit-box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.031372549);
  box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.031372549);
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.services.style-9 .services-content .service-card .img-icon {
  margin-bottom: 25px;
}

.services.style-9 .services-content .service-card .img-icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.services.style-9 .services-content .service-card h3 {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-darkBlue2);
  margin-bottom: 15px;
}

.services.style-9 .services-content .service-card p {
  color: #666;
  margin-bottom: 30px;
}

.services.style-9 .services-content .service-card .icon {
  font-size: 18px;
  color: #999;
}

.services.style-9 .con-info {
  padding: 30px;
  color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#25146f), color-stop(#3680fc), to(#25146f));
  background-image: -o-linear-gradient(left, #25146f, #3680fc, #25146f);
  background-image: linear-gradient(to right, #25146f, #3680fc, #25146f);
  text-align: center;
  margin-top: 60px;
}

.services.style-9 .con-info h5 {
  font-size: 18px;
  font-weight: 300px;
}

.services.style-10 {
  position: relative;
}

.services.style-10::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  background-color: #f8f9fa;
}

.services.style-10 .content {
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 50px;
}

.services.style-10 .content .section-title {
  font-size: calc(8vw + 40px);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  line-height: 0.75;
  color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(rgba(250, 250, 250, 0.1843137255)));
  background-image: -o-linear-gradient(top, #f6f6f6, rgba(250, 250, 250, 0.1843137255));
  background-image: linear-gradient(to bottom, #f6f6f6, rgba(250, 250, 250, 0.1843137255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services.style-10 .services-card {
  position: relative;
  z-index: 10;
}

.services.style-10 .services-card h6 {
  font-size: 16px;
  color: #00a8a8;
  margin-bottom: 15px;
}

.services.style-10 .services-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.services.style-10 .services-card p {
  color: #666;
}

.services.style-10 .services-card .icon {
  margin-top: 40px;
}

.services.style-10 .services-card .icon img {
  width: 75px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.services.style-13 .item {
  position: relative;
  margin-top: 30px;
}

.services.style-13 .item .circle {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color-orange3);
  top: 20px;
  right: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -2;
}

.services.style-13 .item .pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -2;
}

.services.style-13 .item:hover .circle {
  top: -20px;
  opacity: 1;
}

.services.style-13 .item:hover .pattern {
  bottom: -30px;
  left: -20px;
  opacity: 1;
}

.services.style-13 .item .cont {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.services.style-13 .item .cont:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.services.style-13 .item .cont:hover a {
  color: #fff;
  font-weight: 500;
}

.services.style-13 .item .cont:hover a::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.services.style-13 .item .cont .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.services.style-13 .item .cont .title img {
  height: 60px;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.services.style-13 .item .cont p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.services.style-13 .item .cont a {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  padding: 9px 15px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 10;
}

.services.style-13 .item .cont a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: var(--color-orange3);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

/* ===============================================================
    [ * choose-us Section ] 
================================================================*/

/* --------------- choose-usstyles --------------- */

.choose-us.style-1 {
  position: relative;
}

.choose-us.style-1 .choose-us-img {
  position: absolute;
  left: -65px;
  bottom: -150px;
  width: 60%;
  height: 120%;
  max-height: none;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.choose-us.style-1 .info .text {
  color: #666;
  margin-bottom: 40px;
}

.choose-us.style-1 .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.choose-us.style-1 .info ul li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-main-grad);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.choose-us.style-1 .info ul li h6 {
  font-size: 16px;
  font-weight: 600;
}

.choose-us.style-1 .info .btn {
  margin-top: 60px;
}

.choose-us.style-1 .choose-us-brands {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  z-index: 5;
}

.choose-us.style-1 .choose-us-bubbles {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 3;
}

.choose-us.style-2 .img img {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.choose-us.style-2 .info h5 {
  font-weight: 600;
}

.choose-us.style-2 .choose-numbers {
  position: relative;
  z-index: 5;
}

.choose-us.style-2 .choose-numbers .num-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.choose-us.style-2 .choose-numbers .num-item .num {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 70px;
  text-align: center;
}

.choose-us.style-2 .choose-numbers .num-item .num i {
  font-size: 21px;
}

.choose-us.style-2 .choose-numbers .num-item .inf {
  color: #ccc;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.7;
}

/* --------------- choose-us style-6 --------------- */

.choose-us.style-6 {
  position: relative;
}

.choose-us.style-6 .section-head.style-6 h2 {
  font-size: 40px;
}

.choose-us.style-6 .info ul li .inf h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
}

.choose-us.style-6 .img {
  padding-top: 50px;
  margin-left: -200px;
}

.choose-us.style-6 .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 200px);
}

/* --------------- choose-us style-7 --------------- */

.choose-us.style-7 {
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

.choose-us.style-7 .top-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.choose-us.style-7 .bottom-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.choose-us.style-7 .choose-circle {
  position: absolute;
  bottom: calc(50% - 165px);
  right: -165px;
  width: 330px;
  height: 300px;
  z-index: 1;
  pointer-events: none;
}

.choose-us.style-7 .img {
  position: relative;
}

.choose-us.style-7 .img img {
  height: 470px;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.choose-us.style-7 .img .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  z-index: 2;
}

.choose-us.style-7 .info {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}

.choose-us.style-7 .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.choose-us.style-7 .info li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.choose-us.style-7 .info li .icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.choose-us.style-7 .info li .inf h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.choose-us.style-7 .info li .inf p {
  font-size: 16px;
  color: #ababab;
}

/* --------------- choose-us style-8 --------------- */

.choose-us.style-8 .info .choose-card {
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 10px;
  position: relative;
  margin-top: 40px;
}

.choose-us.style-8 .info .choose-card .icon {
  width: 50px;
  margin-bottom: 20px;
}

.choose-us.style-8 .info .choose-card h6 {
  font-size: 18px;
  font-weight: bold;
}

.choose-us.style-8 .info .choose-card .arrow {
  color: #e7e7e7;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 20px;
}

/* --------------- choose-us style-9 --------------- */

.choose-us.style-9 .nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.choose-us.style-9 .nav .nav-link {
  color: var(--color-darkBlue2);
  font-weight: bold;
  text-transform: capitalize;
  padding: 20px 15px;
  border-radius: 0;
}

.choose-us.style-9 .nav .nav-link img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -webkit-filter: invert(26%) sepia(39%) saturate(6305%) hue-rotate(246deg) brightness(99%) contrast(105%);
  filter: invert(26%) sepia(39%) saturate(6305%) hue-rotate(246deg) brightness(99%) contrast(105%);
}

.choose-us.style-9 .nav .nav-link.active {
  background: transparent;
  border-bottom: 1px solid var(--color-darkBlue2);
}

.choose-us.style-9 .feat-content {
  padding-top: 40px;
  position: relative;
}

.choose-us.style-9 .feat-content .img {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.choose-us.style-9 .feat-content .info .icon {
  width: 80px;
  margin-bottom: 20px;
}

.choose-us.style-9 .feat-content .info h2 {
  font-size: 30px;
  color: var(--color-darkBlue2);
  margin-bottom: 15px;
}

.choose-us.style-9 .feat-content .info p {
  font-size: 16px;
  color: #666;
}

.choose-us.style-9 .feat-content .play_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-darkBlue2);
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

/* --------------- choose-us style-14 --------------- */

.choose-us.style-14 {
  background-color: #ecf0f3;
}

.choose-us.style-14 .choose-card {
  text-align: center;
  margin-top: 30px;
}

.choose-us.style-14 .choose-card .icon {
  height: 60px;
  margin-bottom: 30px;
}

.choose-us.style-14 .choose-card .info h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.choose-us.style-14 .choose-card .info p {
  font-size: 16px;
  color: #666;
}

/* ===============================================================
    [ * portfolio Section ] 
================================================================*/

/* --------------- portfolio styles --------------- */

.portfolio.style-1 {
  position: relative;
}

.portfolio.style-1 .shap_r {
  position: absolute;
  right: 0;
  top: 30px;
  width: 30%;
  opacity: 0.3;
  pointer-events: none;
}

.portfolio.style-1 .shap_l {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 40%;
  opacity: 1;
  pointer-events: none;
}

.portfolio.style-1 .portfolio-slider {
  position: relative;
  padding-bottom: 60px;
}

.portfolio.style-1 .portfolio-slider .swiper-button-next,
.portfolio.style-1 .portfolio-slider .swiper-button-prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio.style-1 .portfolio-slider .swiper-button-next,
.portfolio.style-1 .portfolio-slider .swiper-container-rtl .swiper-button-prev {
  right: -70px;
}

.portfolio.style-1 .portfolio-slider .swiper-button-prev,
.portfolio.style-1 .portfolio-slider .swiper-container-rtl .swiper-button-next {
  left: -70px;
}

.portfolio.style-1 .portfolio-card {
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
}

.portfolio.style-1 .portfolio-card .img {
  height: 240px;
  overflow: hidden;
}

.portfolio.style-1 .portfolio-card .img img {
  width: 100%;
  height: auto;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio.style-1 .portfolio-card .info {
  padding: 30px;
}

.portfolio.style-1 .portfolio-card .info h5 a {
  color: #000;
  font-weight: bold;
}

.portfolio.style-1 .portfolio-card .info small {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 5px;
}

.portfolio.style-1 .portfolio-card .info .text {
  color: #666;
  margin: 15px 0 20px;
  font-size: 16px;
}

.portfolio.style-1 .portfolio-card .info .tags a {
  font-size: 16px;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #eef4f8;
}

.portfolio.style-1 .portfolio-card:hover h5 a {
  color: var(--color-main);
}

.projects.style-3 {
  background-color: #f0eff5;
}

.project-card.style-3 {
  position: relative;
  overflow: hidden;
}

.project-card.style-3 .img {
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
}

.project-card.style-3 .img img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.project-card.style-3 .info {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 20px;
  background-color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 20px 25px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}

.project-card.style-3 .info .h5 {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 0;
  color: #000;
}

.project-card.style-3 .info .small {
  font-size: 16px;
  color: #999;
}

.project-card.style-3:hover .img img {
  -webkit-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
  transform: scale(1.1) rotate(-5deg);
}

.project-card.style-3:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* --------------- projects style-6 --------------- */

.projects.style-6 {
  padding: 0 30px;
}

.projects.style-6 .content {
  background-color: #f1f2fa;
  position: relative;
  padding: 100px 0;
  border-radius: 30px;
}

.project-card.style-6 {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin: 0 15px;
}

.project-card.style-6:hover {
  -webkit-box-shadow: 0px 40px 35px 0px rgba(81, 85, 134, 0.1333333333);
  box-shadow: 0px 40px 35px 0px rgba(81, 85, 134, 0.1333333333);
}

.project-card.style-6 a:hover {
  color: var(--color-blue6);
}

.project-card.style-6 .img {
  height: 240px;
  overflow: hidden;
}

.project-card.style-6 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-card.style-6 .info {
  background-color: #fff;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-card.style-6 .info .title {
  color: #000;
  font-size: 21px;
}

.project-card.style-6 .info .title:hover {
  color: var(--color-blue6);
}

.project-card.style-6 .info .title:hover a {
  color: var(--color-blue6);
}

.project-card.style-6 .info small {
  font-size: 16px;
  color: var(--color-blue6);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.project-card.style-6 .info .text {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.project-card.style-6 .info .tags span {
  color: #010101;
  font-size: 16px;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #f1f2fa;
}

/* --------------- projects style-7 --------------- */

.projects.style-7 {
  background-color: #f0eff5;
}

.projects.style-7 .content {
  padding-left: calc((100vw - 1170px) / 2);
}

.projects.style-7 .projects-tabs {
  position: relative;
  padding-bottom: 80px;
}

.projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link {
  font-size: 16px;
  border-radius: 0;
  background: transparent;
  color: #000;
  margin: 5px 0;
  text-transform: capitalize;
  margin-left: -20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link i {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link:hover,
.projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link.active {
  text-decoration: underline;
  margin-left: 0;
}

.projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link:hover i,
.projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link.active i {
  opacity: 1;
}

.projects.style-7 .projects-tabs .swiper-button-next,
.projects.style-7 .projects-tabs .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.projects.style-7 .projects-tabs .swiper-button-next i,
.projects.style-7 .projects-tabs .swiper-button-prev i {
  line-height: 50px;
}

.projects.style-7 .projects-tabs .swiper-button-next:hover,
.projects.style-7 .projects-tabs .swiper-button-prev:hover {
  background: var(--color-blue7) !important;
  color: #fff;
}

.projects.style-7 .projects-tabs .swiper-button-next::after,
.projects.style-7 .projects-tabs .swiper-button-prev::after {
  display: none;
}

.projects.style-7 .projects-tabs .swiper-button-next,
.projects.style-7 .projects-tabs .swiper-container-rtl .swiper-button-prev {
  right: auto;
  left: 70px;
}

@media screen and (min-width: 991px) {
  .projects-slider7 {
      position: relative;
  }
  .projects-slider7 .swiper-slide {
      width: 475px !important;
  }
}

.project-card.style-7 {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.project-card.style-7 .info {
  padding: 55px;
}

.project-card.style-7 .info h6 {
  color: #e0a900;
  font-weight: 400;
  margin-bottom: 10px;
}

.project-card.style-7 .info h3 {
  font-size: 24px;
}

.project-card.style-7 .img {
  height: 400px;
}

.project-card.style-7 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}

/* --------------- projects style-8 --------------- */

.projects.style-8 {
  overflow: hidden;
}

.projects.style-8 .section-head {
  position: relative;
}

.projects.style-8 .section-head .swiper-button-next,
.projects.style-8 .section-head .swiper-button-prev {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #000;
}

.projects.style-8 .section-head .swiper-button-next:hover,
.projects.style-8 .section-head .swiper-button-prev:hover {
  background: var(--color-orange1);
  color: #fff;
}

.projects.style-8 .section-head .swiper-button-next::after,
.projects.style-8 .section-head .swiper-button-prev::after {
  display: none;
}

.projects.style-8 .section-head .swiper-button-prev,
.projects.style-8 .section-head .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 75px;
}

.projects.style-8 .projects-slider8 .swiper-container {
  overflow: visible;
}

.projects.style-8 .projects-slider8 .swiper-container .project-card {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.projects.style-8 .projects-slider8 .swiper-container .swiper-slide-active .project-card {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.projects.style-8 .img {
  border-radius: 10px;
  position: relative;
  height: 410px;
}

.projects.style-8 .img .main-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects.style-8 .img .tags {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px;
}

.projects.style-8 .img .tags a {
  text-transform: uppercase;
  background-color: #fff;
  color: var(--color-main);
  padding: 5px 20px;
  border-radius: 30px;
}

.projects.style-8 .img .tags a:hover {
  background-color: var(--color-main);
  color: #fff;
}

.projects.style-8 .img .img-chart {
  position: absolute;
  top: 120px;
  z-index: 2;
  width: 200px;
  left: -100px;
}

.projects.style-8 .info {
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}

.projects.style-8 .info .logo img {
  width: 90px;
  margin-bottom: 40px;
}

.projects.style-8 .info h4.title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.projects.style-8 .info p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.projects.style-8 .info .proj-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.1333333333);
  width: 100%;
}

.projects.style-8 .info .proj-det .item {
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.projects.style-8 .info .proj-det .item p {
  color: #999;
  margin-bottom: 5px;
}

.projects.style-8 .info .proj-det .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-main);
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-right: 0;
  margin-left: auto;
}

/* --------------- projects style-12 --------------- */

.projects.style-12 .mix_tabs {
  text-align: center;
  margin-bottom: 20px;
}

.projects.style-12 .mix_tabs .tab-link {
  cursor: pointer;
  background-color: #1d1c24;
  padding: 12px 30px 12px 20px;
  border-radius: 5px;
  margin: 0 10px;
  text-transform: capitalize;
}

.projects.style-12 .mix_tabs .tab-link.active {
  background-color: var(--color-yellowGreen);
  color: #000;
}

.projects.style-12 .mix_tabs .tab-link .icon {
  width: 20px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.projects.style-12 .project-card {
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  border-radius: 5px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.projects.style-12 .project-card:hover {
  border-color: var(--color-yellowGreen);
}

.projects.style-12 .project-card:hover .img .butn {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.projects.style-12 .project-card .top-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  font-size: 16px;
}

.projects.style-12 .project-card .top-inf i {
  color: #414040;
  -webkit-margin-end: 2px;
  margin-inline-end: 2px;
}

.projects.style-12 .project-card .img {
  height: 270px;
  position: relative;
}

.projects.style-12 .project-card .img .butn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
  opacity: 0;
}

.projects.style-12 .project-card .info {
  padding: 20px 30px;
}

.projects.style-12 .project-card .info small {
  font-size: 16px;
  color: #7e7c88;
}

.projects.style-12 .project-card .info h6 {
  font-size: 16px;
  margin-top: 5px;
}

.projects.style-12 .project-card .info .btm-inf {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projects.style-12 .project-card .info .btm-inf p {
  color: #7e7c88;
}

/* --------------- projects style-13 --------------- */

.projects.style-13 {
  position: relative;
}

.projects.style-13::before {
  position: absolute;
  content: "";
  left: calc(50% - 300px);
  top: 0;
  width: 600px;
  height: 600px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff9ef), to(transparent));
  background: -o-linear-gradient(top, #fff9ef, transparent);
  background: linear-gradient(to bottom, #fff9ef, transparent);
  border-radius: 50%;
}

.projects.style-13 .links-tabs {
  position: relative;
  z-index: 10;
}

.projects.style-13 .links-tabs .nav-link {
  color: #000;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.0666666667);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  margin: 10px;
  background-color: #fff;
}

.projects.style-13 .links-tabs .nav-link.active {
  background-color: var(--color-orange3);
  color: #fff;
}

.projects.style-13 .project-card .img {
  position: relative;
  height: 430px;
  border-radius: 15px;
  overflow: hidden;
}

.projects.style-13 .project-card .img .info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.projects.style-13 .project-card .img .info::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/projects/project_13_pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
}

.projects.style-13 .project-card .img .info p {
  color: #999;
  margin-bottom: 5px;
}

.projects.style-13 .project-card .img .info h6 {
  font-size: 20px;
  font-weight: bold;
}

.projects.style-13 .project-card .img .info .logo {
  max-width: 140px;
}

.projects.style-13 .project-card:hover .img .info {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.projects.style-13 .links {
  margin-top: 80px;
}

.projects.style-13 .links .links-content {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projects.style-13 .links .links-content a {
  width: 125px;
  margin: 20px 0;
}

.projects.style-13 .links p {
  margin-top: 20px;
}

/* ===============================================================
    [ * testimonials Section ] 
================================================================*/

/* --------------- testimonials styles --------------- */

.testimonials.style-1 .content {
  position: relative;
  z-index: 5;
}

.testimonials.style-1 .content .vid_img {
  position: relative;
  height: 400px;
  min-height: 100%;
}

.testimonials.style-1 .content .vid_img::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4666666667)), to(rgba(0, 0, 0, 0.0666666667)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4666666667), rgba(0, 0, 0, 0.0666666667));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4666666667), rgba(0, 0, 0, 0.0666666667));
}

.testimonials.style-1 .content .vid_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials.style-1 .content .vid_img .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-main-grad);
  z-index: 5;
}

.testimonials.style-1 .content .vid_img .play_icon i {
  color: #fff;
  font-size: 28px;
  margin-left: 3px;
}

.testimonials.style-1 .content .vid_img .img_info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 100%;
  z-index: 5;
}

.testimonials.style-1 .content .vid_img .img_info h4 {
  color: #fff;
  font-weight: bold;
}

.testimonials.style-1 .content .vid_img .img_info small {
  color: #fff;
  display: block;
  font-size: 16px;
}

.testimonials.style-1 .content .info {
  position: relative;
  padding-left: 75px;
  min-height: 100%;
}

.testimonials.style-1 .content .info::after {
  position: absolute;
  content: "";
  left: 25px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.0666666667);
}

.testimonials.style-1 .content .info .client_card {
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.testimonials.style-1 .content .info .client_card .user_img {
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonials.style-1 .content .info .client_card .user_img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials.style-1 .content .info .client_card .inf_content .rate_stars {
  margin-bottom: 5px;
}

.testimonials.style-1 .content .info .client_card .inf_content .rate_stars i {
  color: #ffb400;
  font-size: 16px;
}

.testimonials.style-1 .content .info .client_card .inf_content h6 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

.testimonials.style-1 .content .info .client_card .inf_content p {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

.testimonials.style-1 .content .info .client_card .inf_content p span {
  text-transform: capitalize;
}

.reviews.style-2 {
  position: relative;
}

.reviews.style-2 .rev_l {
  position: absolute;
  left: 0;
  top: 30%;
  width: 20%;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}

.reviews.style-2 .rev_r {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20%;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.swiper-slide .reviews_card.style-2 {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(20px);
  -ms-transform: scale(0.8) translateY(20px);
  transform: scale(0.8) translateY(20px);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .reviews_card.style-2 {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.reviews_card.style-2 .rev_user {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  outline: 1px solid var(--color-lightBlue);
  outline-offset: 5px;
  margin: 40px auto 25px;
}

.reviews_card.style-2 .rev_user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews_card.style-2 .rev_stars i {
  color: greenyellow;
}

.testimonials.style-3 {
  background-color: #f0eff5;
  margin-top: -30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 5;
}

.testimonials.style-3 .testi_lines {
  position: absolute;
  bottom: -10px;
}

.testimonials.style-3 .testimonial-card.style-3 .text {
  font-size: 18px;
  line-height: 28px;
  min-height: 112px;
}

.testimonials.style-3 .testimonial-card.style-3 p {
  font-size: 16px;
  line-height: 1.1;
}

.testimonials.style-3 .testimonial-card.style-3 small {
  font-size: 16px;
}

.testimonials.style-3 .testimonial-slider.style-3 {
  position: relative;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next {
  top: -65px;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next::after {
  font-size: 16px;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next:hover {
  background: var(--color-blue2);
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev {
  top: -65px;
  left: auto;
  right: 40px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev::after {
  font-size: 16px;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev:hover {
  background: var(--color-blue2);
}

.testimonials.style-4 .content {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding-bottom: 40px;
}

.testimonials.style-4 .content .numbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials.style-4 .content .numbs .num-card .icon {
  height: 55px;
  display: inline-block;
  margin-bottom: 15px;
}

.testimonials.style-4 .content .numbs .num-card h2 {
  color: var(--color-blue4);
}

.testimonials.style-4 .content .numbs .num-card p {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}

.testimonials.style-4 .content .numbs .num-card:not(:last-of-type) {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}

.testimonials.style-4 .content .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials.style-4 .content .play-btn .icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(88, 66, 188, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.testimonials.style-4 .content .play-btn .icon i {
  color: var(--color-blue4);
  font-size: 16px;
}

.testimonials.style-4 .content .stars {
  font-size: 12px;
  color: #fdb900;
  margin-bottom: 5px;
}

.testimonials.style-4 .content .testi-cards {
  position: relative;
  padding: 0 5vw;
}

.testimonials.style-4 .content .testi-cards .client_card {
  position: relative;
  z-index: 10;
  border-radius: 15px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  margin: 12px;
}

.testimonials.style-4 .content .testi-cards .client_card .user_img {
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonials.style-4 .content .testi-cards .client_card .user_img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content .rate_stars {
  margin-bottom: 5px;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content .rate_stars i {
  color: #ffb400;
  font-size: 16px;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content h6 {
  /* font-weight: bold; */
  font-size: 14px;
  margin-bottom: 12px;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content p {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content p span {
  text-transform: capitalize;
  color: #2E99F5;
}

.testimonials.style-4 .content .testi-cards .client_card:nth-of-type(2) {
  right: -5vw;
}

.testimonials.style-4 .content .testi-cards .testi-globe {
  position: absolute;
  top: -80px;
  left: 0;
  width: 110%;
  max-height: unset;
  max-width: unset;
  opacity: 0.2;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.testi-card.style-5 {
  display: block;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin: 0 15px;
}

.testi-card.style-5:hover {
  -webkit-box-shadow: 0px 30px 60px 0px rgba(10, 43, 83, 0.1490196078);
  box-shadow: 0px 30px 60px 0px rgba(10, 43, 83, 0.1490196078);
}

.testi-card.style-5:hover .card-title {
  color: var(--color-blue5);
}

.testi-card.style-5 .stars i {
  color: #00a6a5;
  font-size: 16px;
}

.testi-card.style-5 .text {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-top: 15px;
}

.testi-card.style-5 .user h6 {
  margin: 15px auto 0;
  font-size: 16px;
  font-weight: bold;
}

.testi-card.style-5 .user small {
  font-size: 16px;
  color: #666;
}

.testimonials.style-6 {
  padding: 50px 0 120px;
}

.testimonials.style-6 .testi-slider.style-6 .icon {
  width: 95px;
  height: 95px;
  background-color: var(--color-blue6);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60% 40% 40% 40%;
  font-size: 35px;
}

.testimonials.style-6 .testi-slider.style-6 .testi-card .text {
  color: #000;
  font-size: 23px;
  line-height: 1.4;
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-next,
.testimonials.style-6 .testi-slider.style-6 .swiper-button-prev {
  background-color: #f1f2fa;
  width: 40px;
  height: 40px;
  top: 100%;
  margin-top: 40px;
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-next:hover,
.testimonials.style-6 .testi-slider.style-6 .swiper-button-prev:hover {
  background-color: var(--color-blue6);
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-next {
  right: auto;
  left: 50px;
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-prev {
  left: 0;
}

.testimonials.style-6 .img {
  position: relative;
  margin-top: 50px;
}

.testimonials.style-6 .img img {
  position: relative;
  z-index: 5;
}

.testimonials.style-6 .img .bubbls {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 0;
}

.testimonials.style-7 {
  position: relative;
  background-color: #f0eff5;
}

.testimonials.style-7 .container {
  position: relative;
  z-index: 10;
}

.testimonials.style-7::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: -o-linear-gradient(top, #fff, transparent);
  background: linear-gradient(to bottom, #fff, transparent);
  pointer-events: none;
}

.testimonials.style-7 .img_back {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

.testimonials.style-7 .testi_qout {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

.testimonials.style-7 .testi-card {
  z-index: 2;
}

.testimonials.style-7 .testi-card .text {
  font-size: 24px;
  text-align: center;
}

.testimonials.style-7 .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.testimonials.style-7 .testi-card .author .inf p {
  color: #946ed6;
}

.testimonials.style-7 .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
}

.testimonials.style-7 .get-qoute-banner {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 50px;
  margin-top: 130px;
}

.testimonials.style-7 .get-qoute-banner .info p {
  color: #666;
  margin-bottom: 5px;
}

.testimonials.style-7 .get-qoute-banner .info h6 {
  font-size: 24px;
  font-weight: bold;
}

.testimonials.style-7 .get-qoute-banner .img {
  text-align: center;
}

.testimonials.style-7 .get-qoute-banner .img img {
  width: 200px;
  margin-top: -30px;
}

.testimonials.style-8 .testi-card .info {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.testimonials.style-8 .testi-card .info::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 100px;
  width: 50px;
  height: 20px;
  border-left: 25px solid #fff;
  border-right: 25px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.testimonials.style-8 .testi-card .info .stars {
  color: var(--color-orange1);
  margin-bottom: 25px;
  position: relative;
  z-index: 5;
}

.testimonials.style-8 .testi-card .info p {
  font-size: 20px;
  position: relative;
  z-index: 5;
}

.testimonials.style-8 .testi-card .info .icon {
  position: absolute;
  width: 100px;
  right: 30px;
  top: 30px;
  pointer-events: none;
}

.testimonials.style-8 .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials.style-8 .testi-card .author .inf p {
  color: var(--color-main);
  text-transform: uppercase;
}

.testimonials.style-8 .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
}

.testimonials.style-9 {
  background-image: url(../img/testimonials/testi9_back.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials.style-9 .testi-head h3 {
  font-size: 30px;
  color: var(--color-darkBlue2);
}

.testimonials.style-9 .testi-head .reviews-numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials.style-9 .testi-head .reviews-numb .img {
  -webkit-padding-end: 30px;
  padding-inline-end: 30px;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}

.testimonials.style-9 .testi-head .reviews-numb .img .logo {
  width: 125px;
  margin-bottom: 3px;
}

.testimonials.style-9 .testi-head .reviews-numb .img .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials.style-9 .testi-head .reviews-numb .img .stars .star {
  width: 25px;
  -webkit-margin-end: 1px;
  margin-inline-end: 1px;
}

.testimonials.style-9 .testi-card .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.testimonials.style-9 .testi-card .stars .star {
  width: 20px;
  -webkit-margin-end: 1px;
  margin-inline-end: 1px;
}

.testimonials.style-9 .testi-card .text {
  font-size: 17px;
  color: var(--color-darkBlue2);
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.7;
  min-height: 150px;
}

.testimonials.style-9 .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials.style-9 .testi-card .author .inf p {
  color: #666;
}

.testimonials.style-9 .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-darkBlue2);
}

.testimonials.style-11 {
  background-color: #f6f6f6;
}

.testimonials.style-11 .testimonials-slider11 {
  position: relative;
}

.testimonials.style-11 .testimonials-slider11::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

.testimonials.style-11 .testimonials-slider11 .swiper-container {
  padding-bottom: 30px;
}

.testimonials.style-11 .testimonials-slider11 .swiper-slide {
  padding: 30px;
}

.testimonials.style-11 .testimonials-slider11 .swiper-pagination-bullet {
  cursor: pointer;
  width: 20px;
  height: 3px;
  border-radius: 0;
}

.testimonials.style-11 .testimonials-slider11 .swiper-pagination-bullet-active {
  background-color: #000;
  border-radius: 0;
  width: 30px !important;
}

.testimonials.style-11 .testimonial-card {
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
  overflow: hidden;
}

.testimonials.style-11 .testimonial-card .img {
  height: 100%;
  position: relative;
}

.testimonials.style-11 .testimonial-card .img .play_icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  color: #000;
  font-size: 18px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 10;
}

.testimonials.style-11 .testimonial-card .info {
  padding: 5vw;
}

.testimonials.style-11 .testimonial-card .info .icon {
  width: 130px;
  margin-bottom: 30px;
}

.testimonials.style-11 .testimonial-card .info h4 {
  font-size: 30px;
  font-weight: bold;
}

.testimonials.style-11 .testimonial-card .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.testimonials.style-11 .testimonial-card .info .author .inf p {
  color: #999;
}

.testimonials.style-11 .testimonial-card .info .author .inf h6 {
  font-size: 20px;
  font-weight: bold;
}

.testimonials.style-11 .logos-content {
  background-color: #fff;
}

.testimonials.style-11 .logos-content .logos {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.testimonials.style-11 .logos-content .logos .row>div {
  text-align: center;
}

.testimonials.style-11 .logos-content .logos .row>div:first-of-type {
  text-align: start;
}

.testimonials.style-11 .logos-content .logos .row>div:last-of-type {
  text-align: end;
}

.testimonials.style-11 .logos-content .logos .logo {
  opacity: 30%;
  margin-bottom: 30px;
}

.testimonials.style-11 .logos-content .logos .logo:hover {
  opacity: 1;
}

.testimonials.style-11 .logos-content p {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
  color: #777;
}

.testimonials.style-11 .logos-content p strong {
  color: #000;
}

.testimonials.style-13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaedf2), to(transparent));
  background-image: -o-linear-gradient(top, #eaedf2, transparent);
  background-image: linear-gradient(to bottom, #eaedf2, transparent);
}

.testimonials.style-13 .testi-card {
  text-align: center;
  margin-top: 50px;
}

.testimonials.style-13 .testi-card .info {
  padding: 0 3vw;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}

.testimonials.style-13 .testi-card .info .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50%;
  pointer-events: none;
  z-index: -1;
}

.testimonials.style-13 .testi-card .info .card-tag {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-orange3);
  background-color: #15141a;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}

.testimonials.style-13 .testi-card .info p {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
  margin-bottom: 20px;
}

.testimonials.style-13 .testi-card .info .stars {
  color: #fca61f;
}

.testimonials.style-13 .testi-card .img {
  position: relative;
  z-index: 20;
  margin-top: -30px;
}

.testimonials.style-13 .testi-card .img .user_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  margin-bottom: 30px;
}

.testimonials.style-13 .testi-card .img h6 {
  font-size: 18px;
  font-weight: bold;
}

.testimonials.style-13 .testi-card .img p {
  color: #999;
  margin-top: 5px;
}

.testimonials.style-14 {
  position: relative;
  background-color: #ecf0f3;
}

.testimonials.style-14 .testi-card {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  padding: 50px 40px;
}

.testimonials.style-14 .testi-card .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  border-radius: 50%;
  padding: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  position: absolute;
  top: -40px;
  right: 30px;
}

.testimonials.style-14 .testi-card .user-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 40px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials.style-14 .testi-card .info .stars {
  color: var(--color-red1);
  margin-bottom: 10px;
}

.testimonials.style-14 .testi-card .info .text {
  font-size: 18px;
  color: #171717;
  margin-bottom: 20px;
  line-height: 1.7;
}

.testimonials.style-14 .testi-card .info h6 {
  font-size: 18px;
  color: #171717;
  font-weight: bold;
  margin-bottom: 10px;
}

/* ===============================================================
    [ * testimonials Section ] 
================================================================*/

/* --------------- pricing styles --------------- */

.pricing.style-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#010049), to(#157aa6));
  background: -o-linear-gradient(top, #010049, #157aa6);
  background: linear-gradient(to bottom, #010049, #157aa6);
  position: relative;
}

.pricing.style-2 .shap_l {
  position: absolute;
  left: 0;
  top: 20%;
  max-width: 30%;
}

.pricing.style-2 .shap_r {
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  max-width: 30%;
}

.pricing.style-2 .toggle_switch .form-check-label {
  pointer-events: none;
}

.pricing.style-2 .yearly_price,
.pricing.style-2 .monthly_price {
  display: none;
}

.pricing.style-2 .yearly_price.show,
.pricing.style-2 .monthly_price.show {
  display: block;
}

.pricing_card.style-2 {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 85px 50px 50px;
  border: 1px solid #3d9dd1;
}

.pricing_card.style-2 p {
  text-transform: uppercase;
  margin: 30px 0 15px;
  font-size: 16px;
}

.pricing_card.style-2 .price .h2 small {
  font-size: 16px;
  position: relative;
  top: -12px;
}

.pricing_card.style-2 ul {
  min-height: 164px;
}

.pricing_card.style-2 ul li {
  border-color: rgba(61, 157, 209, 0.5058823529) !important;
}

.pricing_card.style-2 .hint {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #1f3f85;
  text-transform: capitalize;
}

.pricing_card.style-2.recommended::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: var(--color-lightBlue);
}

.pricing.style-3 {
  position: relative;
}

.pricing.style-3 .testi_lines {
  position: absolute;
  bottom: -10px;
}

.pricing-card.style-3 {
  padding: 30px;
  border-radius: 20px;
  background-color: #f3f2f7;
}

.pricing-card.style-3 .card-head {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-card.style-3 .card-head h4 {
  font-size: 19px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-card.style-3 .card-head h4 small {
  font-size: 16px;
  font-weight: 400;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff !important;
  background-color: #6e27ff;
  margin: 0 5px;
}

.pricing-card.style-3 .card-head small {
  font-size: 16px;
  color: #999999;
}

.pricing-card.style-3 .card-head .price {
  text-align: right;
}

.pricing-card.style-3 .card-head .price h5 {
  font-size: 20px;
  color: var(--color-blue2);
  font-weight: bold;
}

.pricing-card.style-3 .card-body {
  min-height: 180px;
  padding: 20px 0;
}

.pricing-card.style-3 .card-body li {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-card.style-3 .card-body li small {
  font-size: 16px;
  margin: 5px 0;
}

.pricing-card.style-3 .card-body li i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--color-blue2);
  font-size: 20px;
  margin-right: 10px;
}

.pricing-card.style-3.dark-card {
  background-color: var(--color-blue2);
}

.pricing-card.style-3.dark-card .card-head {
  border-bottom: 1px solid #9999ff;
}

.pricing-card.style-3.dark-card .card-head h4,
.pricing-card.style-3.dark-card .card-head h5 {
  color: #fff;
}

.pricing-card.style-3.dark-card .card-head small {
  color: #9999ff;
}

.pricing-card.style-3.dark-card .card-body li {
  color: #fff;
}

.pricing-card.style-3.dark-card .card-body li i {
  color: #9999ff;
}

.pricing-card.style-3.dark-card .btn {
  background-color: #fff !important;
}

.pricing-card.style-3.dark-card .btn span {
  color: #000;
}

.pricing.style-4 .form-check-input.bg-blue4 {
  background-color: var(--color-blue4);
  border-color: var(--color-blue4);
}

.pricing.style-4 .content .row .col-lg-6:nth-of-type(1) .price-card {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin-right: -1px;
}

.pricing.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8f7fd;
}

.pricing.style-4 .content .price-card {
  position: relative;
  border: 1px solid #e9e8ee;
  border-radius: 15px;
  padding: 40px;
}

.pricing.style-4 .content .price-card .off {
  position: absolute;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-image: url(../img/pricing/off.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -20px;
  right: 45px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.pricing.style-4 .content .price-card .price-header {
  border-bottom: 1px solid #e9e8ee;
}

.pricing.style-4 .content .price-card .price-header h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing.style-4 .content .price-card .price-header h6 .icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.pricing.style-4 .content .price-card .price-header h2 {
  font-size: 37px;
  color: #000;
  margin: 12px 0 5px;
}

.pricing.style-4 .content .price-card .price-header h2 small {
  font-size: 16px;
  font-weight: 300;
}

.pricing.style-4 .content .price-card .price-header p {
  font-size: 16px;
  color: #666;
}

.pricing.style-5 .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #edf2fa;
  padding: 7px;
  border-radius: 50px;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-label {
  color: #000;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  cursor: pointer;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-label small {
  padding: 1px 5px;
  font-size: 16px;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-input {
  display: none;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-input:checked~.form-check-label {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0666666667);
}

.pricing.style-5 .content {
  min-width: 800px;
  margin-top: 50px;
}

.pricing.style-5 .content .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #7f7f7f;
}

.pricing.style-5 .content .price-head .price-headTitle {
  width: 34%;
}

.pricing.style-5 .content .price-head .price-headItem {
  position: relative;
  width: 22%;
  text-align: center;
  padding: 30px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.pricing.style-5 .content .price-head .price-headItem .label {
  position: absolute;
  top: -30px;
  right: 15px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  background-image: url(../img/pricing/label_success.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.pricing.style-5 .content .price-head .price-headItem h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing.style-5 .content .price-head .price-headItem h2 {
  font-size: 45px;
  margin-bottom: 5px;
}

.pricing.style-5 .content .price-head .price-headItem h2 span {
  font-size: 18px;
  color: #999;
  font-weight: 400;
}

.pricing.style-5 .content .price-head .price-headItem small {
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 1.5;
}

.pricing.style-5 .content .price-body .price-bodyItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}

.pricing.style-5 .content .price-body .price-bodyItems:last-of-type {
  border: 0;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle {
  width: 34%;
  padding: 15px 0;
  font-size: 16px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  position: relative;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info {
  font-size: 16px;
  color: #999;
  margin: 0 3px;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info:hover {
  color: var(--color-blue5);
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  text-align: center;
  width: 250px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content .title {
  color: var(--color-blue5);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info:hover .hidden_content {
  opacity: 1;
  visibility: visible;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-item {
  width: 22%;
  padding: 15px 0;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-item i {
  color: var(--color-blue5);
  font-size: 20px;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-item span {
  color: #000;
  font-size: 16px;
}

.pricing.style-5 .content .price-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing.style-5 .content .price-foot .price-footTitle {
  width: 34%;
}

.pricing.style-5 .content .price-foot .price-footItem {
  width: 22%;
  text-align: center;
  padding: 30px 0 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pricing.style-5 .monthly_price {
  display: none;
}

.pricing.style-5 .mob-table {
  position: relative;
  text-align: center;
  border: 1px solid #f3f7fe;
  border-radius: 15px;
}

.pricing.style-5 .mob-table::before {
  position: absolute;
  content: "";
  left: 33.3%;
  top: 0;
  width: 33.3%;
  height: 100%;
  background-color: #f3f7fe;
  border-radius: 10px;
}

.pricing.style-5 .mob-table .mob-table-title {
  position: relative;
  z-index: 10;
  border-bottom: 2px solid #ccc;
}

.pricing.style-5 .mob-table .mob-table-title .title-item {
  padding: 20px 5px;
}

.pricing.style-5 .mob-table .mob-table-title .title-item h6 {
  font-size: 16px;
  font-weight: bold;
}

.pricing.style-5 .mob-table .mob-table-title .title-item h4 {
  font-size: 25px;
  margin: 10px 0;
}

.pricing.style-5 .mob-table .mob-table-title .title-item h4 span {
  font-size: 16px;
  color: #999;
  font-weight: 400;
}

.pricing.style-5 .mob-table .mob-table-title .title-item p {
  font-size: 16px;
}

.pricing.style-5 .mob-table .mob-table-body {
  position: relative;
  z-index: 10;
}

.pricing.style-5 .mob-table .mob-table-body .table-row h5 {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  background-color: #fcfcfc;
}

.pricing.style-5 .mob-table .mob-table-body .table-row .price-item {
  padding: 5px;
}

.pricing.style-5 .mob-table .mob-table-foot {
  position: relative;
  z-index: 10;
  border-top: 2px solid #ccc;
}

.pricing.style-5 .mob-table .mob-table-foot .title-item {
  padding: 20px 5px;
}

.pricing.style-5 .mob-table .mob-table-foot .title-item h6 {
  font-size: 16px;
  font-weight: bold;
}

.pricing.style-5 .mob-table .mob-table-foot .title-item .btn.sm-butn {
  padding: 5px 10px;
  margin-top: 10px;
}

.pricing.style-5 .mob-table .mob-table-foot .title-item .btn.sm-butn span {
  font-size: 16px;
}

.pricing.style-8 .pricing-head {
  padding: 100px 0 70px;
  background-color: #000;
}

.pricing.style-8 .pricing-head .ui-widget-content {
  border-radius: 15px !important;
  height: 5px;
  border: 0;
  background-color: #151515;
  position: relative;
}

.pricing.style-8 .pricing-head .ui-state-default,
.pricing.style-8 .pricing-head .ui-widget-content .ui-state-default,
.pricing.style-8 .pricing-head .ui-widget-header .ui-state-default,
.pricing.style-8 .pricing-head .ui-button,
.pricing.style-8 .pricing-head html .ui-button.ui-state-disabled:hover,
.pricing.style-8 .pricing-head html .ui-button.ui-state-disabled:active {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  top: -6px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.pricing.style-8 .pricing-head .ui-slider-horizontal .ui-slider-range-min {
  background-color: var(--color-main);
}

.pricing.style-8 .pricing-head .users-number {
  color: #606060;
  display: inline-block;
  position: absolute;
  left: 0;
}

.pricing.style-8 .pricing-head .users-number input {
  background: transparent;
  border: 0;
  width: 35px !important;
  color: #fff;
  margin-top: 15px;
  min-width: none;
  font-weight: bold;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #131313;
  padding: 5px;
  border-radius: 50px;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-label {
  color: #fff;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-label small {
  padding: 1px 5px;
  font-size: 16px;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-input {
  display: none;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-input:checked~.form-check-label {
  background-color: var(--color-orange1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0666666667);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0666666667);
}

.pricing.style-8 .pricing-body {
  position: relative;
}

.pricing.style-8 .pricing-body::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
}

.pricing.style-8 .pricing-body .content {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.pricing.style-8 .pricing-body .popular-head {
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--color-orange1);
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing.style-8 .pricing-body .pricing-card {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}

.pricing.style-8 .pricing-body .pricing-card:hover .price .price-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.pricing.style-8 .pricing-body .pricing-card:hover .price p {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 1;
}

.pricing.style-8 .pricing-body .pricing-card .pricing-title {
  margin-bottom: 40px;
}

.pricing.style-8 .pricing-body .pricing-card .pricing-title h2 {
  font-weight: bold;
  font-size: 30px;
  text-transform: capitalize;
}

.pricing.style-8 .pricing-body .pricing-card .pricing-title p {
  font-size: 16px;
  color: #666;
}

.pricing.style-8 .pricing-body .pricing-card .price {
  position: relative;
  margin-bottom: 40px;
  height: 60px;
  border-radius: 50px;
  background-color: #eff4fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.pricing.style-8 .pricing-body .pricing-card .price p {
  font-size: 16px;
  color: var(--color-main);
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing.style-8 .pricing-body .pricing-card .price .price-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  background-color: var(--color-main);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  visibility: hidden;
}

.pricing.style-8 .pricing-body .pricing-card .price .price-btn i {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.pricing.style-8 .pricing-body .pricing-card .pricing-info li {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}

.pricing.style-8 .pricing-body .pricing-card .pricing-info li .icon {
  width: 20px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.pricing.style-9 .pricing-card {
  padding: 50px;
  background-color: #fff;
  border-radius: 6px;
}

.pricing.style-9 .pricing-card .card-head {
  margin-bottom: 20px;
}

.pricing.style-9 .pricing-card .card-head h5 {
  font-size: 20px;
  color: var(--color-darkBlue2);
  font-weight: bold;
  margin-bottom: 5px;
}

.pricing.style-9 .pricing-card .card-head p {
  color: #666;
  font-size: 16px;
}

.pricing.style-9 .pricing-card .price {
  font-size: 40px;
  color: var(--color-darkBlue2);
}

.pricing.style-9 .pricing-card .price small {
  font-size: 20px;
  font-weight: 300;
}

.pricing.style-9 .pricing-card .hightLight {
  color: #6c41ff;
  padding: 5px 10px;
  text-align: center;
  background-color: #f1eeff;
  margin-bottom: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 5px;
  display: inline-block;
}

.pricing.style-9 .pricing-card li {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.pricing.style-9 .offer-text {
  text-align: center;
  color: var(--color-darkBlue2);
  font-size: 18px;
  margin-top: 50px;
}

.pricing.style-9 .offer-text a {
  color: #6c41ff;
  text-decoration: underline !important;
}

.pricing.style-10 .pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing.style-10 .pricing-table .table-titles {
  width: 30%;
}

.pricing.style-10 .pricing-table .table-titles .main-head {
  padding: 45px;
}

.pricing.style-10 .pricing-table .table-titles .main-head .icon {
  margin-bottom: 20px;
}

.pricing.style-10 .pricing-table .table-titles .main-head .icon img {
  height: 80px;
}

.pricing.style-10 .pricing-table .table-titles .main-head p {
  color: #666;
}

.pricing.style-10 .pricing-table .table-titles .main-head p strong {
  color: #000;
}

.pricing.style-10 .pricing-table .table-titles .main-body {
  background-color: #f7f7f7;
  padding: 45px;
  border-radius: 8px 0 0 8px;
}

.pricing.style-10 .pricing-table .table-titles .main-body li {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.pricing.style-10 .pricing-table .table-titles .main-body li:first-of-type {
  padding-top: 0;
}

.pricing.style-10 .pricing-table .table-titles .main-body li:last-of-type {
  border: 0;
  padding-bottom: 0;
}

.pricing.style-10 .pricing-table .table-body-card {
  width: 23.3333333333%;
  position: relative;
  border-radius: 8px 8px 0 0;
}

.pricing.style-10 .pricing-table .table-body-card .sub-head {
  height: 237px;
  padding: 40px;
}

.pricing.style-10 .pricing-table .table-body-card .sub-head h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.pricing.style-10 .pricing-table .table-body-card .sub-head h2 small {
  font-size: 20px;
  color: #666;
  font-weight: 400;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body {
  border: 15px solid #f7f7f7;
  text-align: center;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body ul {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body ul li {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
  text-transform: capitalize;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body ul li:first-of-type {
  padding-top: 0;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body ul li:last-of-type {
  border: 0;
  padding-bottom: 0;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body ul li strong {
  font-size: 16px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  display: none;
}

.pricing.style-10 .pricing-table .table-body-card.recommended-card {
  background-color: #00a8a8;
  color: #fff;
}

.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-head h2 small {
  color: #fff;
}

.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body {
  border: 15px solid #00a8a8;
}

.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body ul {
  background-color: #00a8a8;
}

.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body ul li {
  border-color: rgba(255, 255, 255, 0.1333333333);
}

/* ===============================================================
    [ * team Section ] 
================================================================*/

/* --------------- team styles --------------- */

.team.style-1 {
  position: relative;
}

.team.style-1 .team_shap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: none;
  z-index: -1;
}

.team.style-1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team.style-1 .content .team_box {
  width: 18%;
  text-align: center;
  margin-bottom: 20px;
}

.team.style-1 .content .team_box .avatar {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.team.style-1 .content .team_box .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team.style-1 .content .team_box .info h6 {
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team.style-1 .content .team_box .info small {
  display: block;
  font-size: 16px;
  color: #888;
}

.team.style-1 .content .team_box .info .social_icons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team.style-1 .content .team_box .info .social_icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eef4f8;
  color: #666;
  margin: 5px;
}

.team.style-1 .content .team_box .info .social_icons a:hover {
  background: var(--color-main-grad);
  color: #fff;
}

.team.style-1 .content .team_box:hover .info h6 {
  color: var(--color-main);
}

.team.style-1.team-blue2 .content .team_box .social_icons a:hover {
  background: var(--color-blue2);
  color: #fff;
}

.team.style-1.team-blue2 .content .team_box:hover .info h6 {
  color: var(--color-blue2);
}

/* --------------- team style-6 --------------- */

.team.style-6 {
  padding: 0 30px;
}

.team.style-6 .content {
  background-color: #f1f2fa;
  position: relative;
  padding: 50px 0;
  border-radius: 30px;
}

.team-card.style-6 {
  text-align: center;
  /* padding: 15px; */
  background-color: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-card.style-6 .img {
  position: relative;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.team-card.style-6 .img .social-icons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 5;
}

.team-card.style-6 .img .social-icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #666;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-card.style-6 .img .social-icons a:hover {
  background-color: var(--color-blue6);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
  transition-delay: 0 !important;
}

.team-card.style-6 .img .social-icons a:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-card.style-6 .img .social-icons a:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-card.style-6 .img .social-icons a:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-card.style-6 .img .social-icons a:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.team-card.style-6 .info {
  padding: 25px 0 10px;
}

.team-card.style-6 .info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.team-card.style-6 .info small {
  color: #999;
  font-size: 16px;
}

.team-card.style-6:hover {
  -webkit-box-shadow: 0px 54px 92px 0px rgba(81, 85, 134, 0.2);
  box-shadow: 0px 54px 92px 0px rgba(81, 85, 134, 0.2);
}

.team-card.style-6:hover .img .social-icons a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.team-card.style-6:hover .info h6 {
  color: var(--color-blue6);
}

/* --------------- team style-10 --------------- */

.team.style-10 {
  overflow: hidden;
}

.team.style-10 .row {
  margin: 0 -30px !important;
}

.team.style-10 .row .col-lg-4 {
  padding: 0 30px !important;
}

.team.style-10 .team-card .img {
  position: relative;
  height: 400px;
  text-align: center;
  border-bottom-right-radius: 180px;
  overflow: hidden;
}

.team.style-10 .team-card .img .main-img {
  height: 100%;
  width: 90%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: relative;
  z-index: 10;
}

.team.style-10 .team-card .img .bg_color {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  border-top-left-radius: 150px;
}

.team.style-10 .team-card .img .social-icons {
  position: absolute;
  top: 80px;
  right: 20px;
  background-color: #fff;
  z-index: 20;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.team.style-10 .team-card .img .social-icons:hover {
  height: 180px;
}

.team.style-10 .team-card .img .social-icons:hover a {
  opacity: 1;
}

.team.style-10 .team-card .img .social-icons:hover .icon {
  height: 45px;
}

.team.style-10 .team-card .img .social-icons:hover .icon::after {
  content: "\f068";
}

.team.style-10 .team-card .img .social-icons .icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
}

.team.style-10 .team-card .img .social-icons .icon::after {
  content: "\f067";
  font-weight: 900;
  font-family: "Font Awesome 5 pro";
}

.team.style-10 .team-card .img .social-icons a {
  background-color: #fff;
  width: 50px;
  height: 30px;
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #777;
  opacity: 0;
}

.team.style-10 .team-card .img .social-icons a:hover {
  color: var(--color-blue7);
}

.team.style-10 .team-card .img .social-icons a:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team.style-10 .team-card .img .social-icons a:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team.style-10 .team-card .img .social-icons a:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team.style-10 .team-card .info {
  padding-top: 40px;
}

.team.style-10 .team-card .info h5 {
  font-size: 24px;
  font-weight: bold;
}

/* --------------- team style-15 --------------- */

.team.style-15 .team-card {
  position: relative;
  overflow: hidden;
}

.team.style-15 .team-card:hover .info {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.team.style-15 .team-card .img img {
  width: 100%;
  height: calc(15vw + 200px);
  -o-object-fit: cover;
  object-fit: cover;
}

.team.style-15 .team-card .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4666666667);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  padding: 50px;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team.style-15 .team-card .info .social-icons {
  width: 100%;
}

.team.style-15 .team-card .info .social-icons a {
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
}

.team.style-15 .team-card .info .inf h5 {
  font-size: 26px;
  margin-top: 5px;
}

/* ===============================================================
    [ * blog Section ] 
================================================================*/

/* --------------- blog styles --------------- */

.blog.style-1 .content .blog_slider {
  position: relative;
}

.blog.style-1 .content .blog_slider .swiper-button-next,
.blog.style-1 .content .blog_slider .swiper-button-prev {
  width: 35px;
  height: 35px;
}

.blog.style-1 .content .blog_slider .swiper-button-next,
.blog.style-1 .content .blog_slider .swiper-container-rtl .swiper-button-prev {
  right: 120px;
  top: -63px;
}

.blog.style-1 .content .blog_slider .swiper-button-prev,
.blog.style-1 .content .blog_slider .swiper-container-rtl .swiper-button-next {
  right: 160px;
  left: auto;
  top: -63px;
}

.blog.style-1 .content .blog_box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blog.style-1 .content .blog_box .img {
  height: 350px;
  position: relative;
}

.blog.style-1 .content .blog_box .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(to top, #000, transparent);
}

.blog.style-1 .content .blog_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.blog.style-1 .content .blog_box .tags {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.blog.style-1 .content .blog_box .tags a {
  font-size: 16px;
  padding: 3px 7px;
  border-radius: 4px;
  background: var(--color-main-grad);
  color: #fff;
  text-transform: uppercase;
}

.blog.style-1 .content .blog_box .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 5;
}

.blog.style-1 .content .blog_box .info h6 {
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog.style-1 .content .blog_box .info h6:hover a {
  color: var(--color-main);
}

.blog.style-1 .content .blog_box .info .auther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog.style-1 .content .blog_box .info .auther span {
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
}

.blog.style-1 .content .blog_box .info .auther span:first-of-type {
  padding-left: 0;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}

.blog.style-1 .content .blog_box .info .auther span .auther-img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 3px;
}

.blog.style-1 .content .blog_box .info .auther span i {
  font-size: 16px;
  margin-right: 4px;
}

.blog.style-1 .content .blog_box .info .text {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  display: none;
}

.blog.style-1 .content .blog_box:hover .img img {
  -webkit-transform: scale(1.3) rotate(-10deg);
  -ms-transform: scale(1.3) rotate(-10deg);
  transform: scale(1.3) rotate(-10deg);
}

.blog.style-1 .content .blog_box:hover .info h6 {
  border-color: rgba(255, 255, 255, 0.6);
}

.blog.style-2 {
  background-image: url(../img/num_back.png);
  background-size: cover;
  position: relative;
}

.blog.style-2 .card-img-top {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.blog.style-3 {
  background-color: #f0eff5;
  position: relative;
}

.blog.style-3 .v_lines {
  position: absolute;
  top: 100px;
  left: 50%;
  height: calc(100% - 340px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog.style-3 .card .img {
  height: 120px;
}

.blog.style-3 .card .card-body .date span {
  font-size: 16px;
  letter-spacing: 1px;
}

.blog.style-3 .card .card-body .card-title {
  font-size: 18px;
  font-weight: bold;
  max-width: 85%;
  margin-top: 10px;
  min-height: 45px;
}

.blog.style-3 .card .card-body .small {
  font-size: 16px;
}

.blog.style-3 .client-logos .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.blog.style-3 .client-logos .img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.blog.style-6 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog.style-6 .content .blog-card.style-6 {
  width: 30%;
  position: relative;
}

.blog.style-6 .content .blog-card.style-6.card-center::after {
  position: absolute;
  content: "";
  right: -28px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2666666667);
}

.blog.style-6 .content .blog-card.style-6.card-center::before {
  position: absolute;
  content: "";
  left: -28px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2666666667);
}

.blog.style-6 a:hover {
  color: var(--color-blue6);
}

.blog-card.style-6 {
  position: relative;
  height: 100%;
}

.blog-card.style-6 .img {
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card.style-6 .info {
  padding: 30px 0;
}

.blog-card.style-6 .info .blog-title {
  color: #000;
  font-size: 22px;
  margin: 10px 0 10px;
}

.blog-card.style-6 .info .text {
  color: #666;
  font-size: 16px;
}

.blog.style-7 {
  position: relative;
  background-color: #f0eff5;
}

.blog.style-7 .shap_color {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}

.blog-card.style-7 .img {
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-card.style-7 .info .date-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-card.style-7 .info .date-tags .tags a {
  font-size: 16px;
  text-transform: capitalize;
  padding: 4px 15px;
  border-radius: 30px;
  color: #fff;
  background-color: var(--color-blue7);
}

.blog-card.style-7 .info .date-tags .author,
.blog-card.style-7 .info .date-tags .date {
  margin: 0 20px;
}

.blog-card.style-7 .info h4.title {
  font-size: 22px;
  margin-top: 20px;
}

.blog.style-8 .main-post .img {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.blog.style-8 .main-post .img .tags {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 30px;
}

.blog.style-8 .main-post .img .tags a {
  text-transform: uppercase;
  background-color: #fff;
  color: var(--color-main);
  padding: 5px 20px;
  border-radius: 30px;
}

.blog.style-8 .main-post .img .tags a:hover {
  background-color: var(--color-main);
  color: #fff;
}

.blog.style-8 .main-post .info h4.title {
  margin-top: 15px;
  font-size: 22px;
}

.blog.style-8 .side-posts .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.blog.style-8 .side-posts .item:last-of-type {
  margin-bottom: 0;
}

.blog.style-8 .side-posts .item .img {
  width: 145px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog.style-8 .side-posts .item .info h4.title {
  margin-top: 15px;
  font-size: 22px;
}

.blog.style-10 .blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog.style-10 .blog-card .img {
  width: 32%;
}

.blog.style-10 .blog-card .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog.style-10 .blog-card .info {
  padding: 35px;
  background-color: #fff;
  width: 68%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog.style-10 .blog-card .info h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog.style-10 .blog-card .info p {
  color: #777;
  font-size: 16px;
  margin-bottom: 30px;
}

.blog.style-13 {
  background-color: #eaedf2;
}

.blog.style-13 .blog-item {
  position: relative;
  margin-top: 30px;
}

.blog.style-13 .blog-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #dbdfe5;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog.style-13 .blog-item:hover::before {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.blog.style-13 .blog-item .cont {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.blog.style-13 .blog-item .cont .tags {
  margin-bottom: 15px;
}

.blog.style-13 .blog-item .cont .tags a {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  font-weight: bold;
}

.blog.style-13 .blog-item .cont h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

.blog.style-13 .blog-item .cont h5 a:hover {
  text-decoration: underline !important;
  color: #000;
}

.blog.style-14 .row .col-lg-4 .blog-item::after {
  position: absolute;
  content: "";
  right: -24px;
  top: 30px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: rgba(153, 153, 153, 0.1333333333);
}

.blog.style-14 .row .col-lg-4:last-of-type .blog-item::after {
  display: none;
}

.blog.style-14 .blog-item {
  position: relative;
  margin-top: 30px;
}

.blog.style-14 .blog-item .img {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

.blog.style-14 .blog-item .info {
  padding-top: 30px;
}

.blog.style-14 .blog-item .info h5 {
  font-weight: bold;
  font-size: 20px;
  padding-top: 10px;
}

.blog.style-14 .blog-item .info .more {
  text-transform: uppercase;
  padding-top: 25px;
}

.blog.style-14 .blog-item .info .more:hover {
  color: var(--color-red1);
  text-decoration: underline !important;
}

.blog.style-15 {
  background-color: #080019;
}

.blog.style-15 .main-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0c0125;
}

.blog.style-15 .main-card .img {
  height: 400px;
}

.blog.style-15 .main-card .info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
}

.blog.style-15 .main-card .info h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.blog.style-15 .main-card .info p {
  color: #9485b6;
  font-size: 16px;
}

.blog.style-15 .main-card .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog.style-15 .main-card .info .author .inf p {
  color: #9485b6;
}

.blog.style-15 .main-card .info .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.blog.style-15 .main-card .center_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  padding: 13px;
  background-color: var(--color-red2);
  border-radius: 50%;
}

.blog.style-15 .sub-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0c0125;
}

.blog.style-15 .sub-card .img {
  height: 210px;
  position: relative;
}

.blog.style-15 .sub-card .img .center_icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 50px;
  height: 50px;
  padding: 13px;
  background-color: var(--color-red2);
  border-radius: 50%;
}

.blog.style-15 .sub-card .info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 65px 40px 30px 40px;
}

.blog.style-15 .sub-card .info h4 {
  font-size: 20px;
  font-weight: bold;
}

/* ===============================================================
    [ * faq Section ] 
================================================================*/

/* --------------- faq styles --------------- */

.faq.style-3 .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
  background: transparent;
}

.faq.style-3 .accordion-item .accordion-button {
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
  padding: 25px 15px;
}

.faq.style-3 .accordion-item .accordion-button::after {
  background-size: 15px;
}

.faq.style-3 .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: var(--color-blue2);
  padding-top: 30px;
}

.faq.style-3 .accordion-item .accordion-collapse {
  background-color: #fff;
}

.faq.style-3 .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 16px;
  color: #666;
}

.faq.style-3.style-4 .accordion-item {
  border: 0;
  border-radius: 7px;
  overflow: hidden;
}

.faq.style-3.style-4 .accordion-item .accordion-button {
  padding: 15px;
  font-size: 16px;
}

.faq.style-3.style-4 .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f4f2fb;
  color: var(--color-blue4);
  padding-bottom: 10px;
}

.faq.style-3.style-4 .accordion-item .accordion-collapse {
  background-color: #f4f2fb;
}

.faq.style-3.style-4 .accordion-item .accordion-collapse .accordion-body {
  font-size: 16px;
}

/* --------------- faq style 10 --------------- */

.faq.style-10 {
  position: relative;
  overflow: hidden;
}

.faq.style-10::before {
  position: absolute;
  content: "";
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: -o-linear-gradient(135deg, #fff, transparent);
  background: linear-gradient(-45deg, #fff, transparent);
  left: 5%;
  top: -150px;
}

.faq.style-10::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--color-blue7);
  right: 0;
  top: 20%;
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
}

.faq.style-10 .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
}

.faq.style-10 .accordion-collapse {
  border-bottom: 1px solid var(--color-blue7);
}

.faq.style-10 .accordion-button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.faq.style-10 .accordion-button::after {
  background-size: 15px;
}

.faq.style-10 .accordion-body {
  padding-top: 0;
}

.faq.style-10 p {
  color: #777;
}

.faq.style-10 .faq-form {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
}

.faq.style-10 .faq-form h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.faq.style-10 .faq-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.faq.style-10 .faq-form .form-group .form-control {
  min-height: 45px;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  padding: 15px 40px;
  font-size: 16px;
}

.faq.style-10 .faq-form .form-group .form-control::-webkit-input-placeholder {
  color: #999;
}

.faq.style-10 .faq-form .form-group .form-control::-moz-placeholder {
  color: #999;
}

.faq.style-10 .faq-form .form-group .form-control:-ms-input-placeholder {
  color: #999;
}

.faq.style-10 .faq-form .form-group .form-control::-ms-input-placeholder {
  color: #999;
}

.faq.style-10 .faq-form .form-group .form-control::placeholder {
  color: #999;
}

.faq.style-10 .faq-form .form-group .icon {
  position: absolute;
  top: 16px;
  left: 20px;
  color: #000;
}

.faq.style-10 .integration-card {
  position: relative;
}

.faq.style-10 .integration-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

.faq.style-10 .integration-card .content {
  position: relative;
  background-color: var(--color-blue7);
  color: #fff;
  text-align: center;
  padding: 120px 0;
  border-radius: 20px;
  margin-top: 120px;
}

.faq.style-10 .integration-card .content p {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.faq.style-10 .integration-card .content h3 {
  font-size: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

.faq.style-10 .integration-card .content .btn {
  position: relative;
  z-index: 10;
}

.faq.style-10 .integration-card .icons .icon {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #5042dc;
  padding: 10px;
  pointer-events: none;
}

.faq.style-10 .integration-card .icons .icon:nth-of-type(1) {
  bottom: 85px;
  right: -35px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.faq.style-10 .integration-card .icons .icon:nth-of-type(2) {
  top: 100px;
  right: 50px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.faq.style-10 .integration-card .icons .icon:nth-of-type(3) {
  bottom: 60px;
  right: 18%;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.faq.style-10 .integration-card .icons .icon:nth-of-type(4) {
  top: 15px;
  right: 25%;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.faq.style-10 .integration-card .icons .icon:nth-of-type(5) {
  bottom: 100px;
  right: 33%;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.faq.style-10 .integration-card .icons .icon:nth-of-type(6) {
  top: -35px;
  left: 30%;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.faq.style-10 .integration-card .icons .icon:nth-of-type(7) {
  bottom: 45%;
  left: 20%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.faq.style-10 .integration-card .icons .icon:nth-of-type(8) {
  bottom: 20px;
  left: 25%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.faq.style-10 .integration-card .icons .icon:nth-of-type(9) {
  bottom: -35px;
  left: 80px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.faq.style-10 .integration-card .icons .icon:nth-of-type(10) {
  top: 80px;
  left: -35px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* --------------- faq style 15 --------------- */

.faq.style-15 {
  position: relative;
}

.faq.style-15::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: #080019;
}

.faq.style-15 .row .col-lg-6:nth-of-type(2) .faq-card {
  border-top: 3px solid #fffd4a;
}

.faq.style-15 .row .col-lg-6:nth-of-type(3) .faq-card {
  border-top: 3px solid #ff7d6c;
}

.faq.style-15 .row .col-lg-6:nth-of-type(4) .faq-card {
  border-top: 3px solid #1595ef;
}

.faq.style-15 .row .col-lg-6:nth-of-type(5) .faq-card {
  border-top: 3px solid #77c163;
}

.faq.style-15 .row .col-lg-6:nth-of-type(6) .faq-card {
  border-top: 3px solid #9849d4;
}

.faq.style-15 .faq-card {
  position: relative;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.0274509804);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 10px solid transparent;
  border-top: 3px solid var(--color-red2);
  margin-top: 30px;
}

.faq.style-15 .faq-card .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
  opacity: 0.5;
}

.faq.style-15 .faq-card .numb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.0274509804);
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq.style-15 .faq-card .info {
  padding: 10px;
}

.faq.style-15 .faq-card .info h6 {
  margin-bottom: 10px;
}

.faq.style-15 .faq-card .info p {
  font-size: 16px;
  color: #83779e;
}

.faq.style-15 .subscribe-content .subscribe-card {
  text-align: center;
  padding: 70px 50px;
  background-color: var(--color-red2);
  border-radius: 15px;
}

.faq.style-15 .subscribe-content .subscribe-card .icon {
  height: 70px;
  margin-bottom: 20px;
}

.faq.style-15 .subscribe-content .subscribe-card .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #fff;
  margin-top: 30px;
  position: relative;
}

.faq.style-15 .subscribe-content .subscribe-card .form-group .subs_arrow {
  position: absolute;
  right: 0;
  bottom: -1px;
  max-width: unset;
  max-height: unset;
  width: 300px;
  right: -80px;
}

.faq.style-15 .subscribe-content .subscribe-card .form-group .ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq.style-15 .subscribe-content .subscribe-card .form-group input {
  border: 0;
  background: transparent;
  width: 100%;
  padding: 0 20px;
  color: #fff;
}

.faq.style-15 .subscribe-content .subscribe-card .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.faq.style-15 .subscribe-content .subscribe-card .form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.faq.style-15 .subscribe-content .subscribe-card .form-group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.faq.style-15 .subscribe-content .subscribe-card .form-group input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.faq.style-15 .subscribe-content .subscribe-card .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.faq.style-15 .subscribe-content .subscribe-card .form-group button {
  border: 0;
  background: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}

/* ===============================================================
    [ * community Section ] 
================================================================*/

/* --------------- community style-4 --------------- */

.community.style-4 .content {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 15px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community.style-4 .content .commun-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  padding: 20px 0;
}

.community.style-4 .content .commun-card:last-of-type {
  border: 0;
}

.community.style-4 .content .commun-card .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.community.style-4 .content .commun-card .icon i {
  font-size: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background-image: -webkit-gradient(linear, left top, right top, from(#008989), color-stop(30%, #00a8a8), color-stop(30%, #00a8a8), color-stop(73%, #e0a900), to(#ff847f));
background-image: -o-linear-gradient(left, #008989 0%, #00a8a8 30%, #00a8a8 30%, #e0a900 73%, #efca08 100%);
background-image: linear-gradient(to right, #008989 0%, #00a8a8 30%, #00a8a8 30%, #e0a900 73%, #efca08 100%); */
  background-color: rgb(59, 89, 152);
}

.community.style-4 .content .commun-card .inf h5 {
  font-size: 23px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.1;
}

.community.style-4 .content .commun-card .inf p {
  font-size: 16px;
  color: #666;
}

/* --------------- community style-5 --------------- */

.community.style-5 .content {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 15px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community.style-5 .content .commun-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  padding: 10px 0;
}

.community.style-5 .content .commun-card:last-of-type {
  border: 0;
}

.community.style-5 .content .commun-card .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.community.style-5 .content .commun-card .icon img {
  -webkit-filter: drop-shadow(-10px 10px 20px rgba(8, 76, 186, 0.4666666667));
  filter: drop-shadow(-10px 10px 20px rgba(8, 76, 186, 0.4666666667));
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}

.community.style-5 .content .commun-card .inf h5 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.1;
}

/* --------------- community style-12 --------------- */

.community.style-12 {
  position: relative;
}

.community.style-12::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #0f0e13;
}

.community.style-12 .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid var(--color-yellowGreen);
  border-radius: 5px;
  z-index: 5;
  background-color: #15141a;
}

.community.style-12 .content h2 {
  font-weight: 600;
  font-size: 30px;
}

.community.style-12 .content h2 span {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-yellowGreen);
}

.community.style-12 .content .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1c23;
  border-radius: 7px;
  overflow: hidden;
}

.community.style-12 .content .form-group .icon {
  padding: 0 10px 0 20px;
}

.community.style-12 .content .form-group input {
  border: 0;
  background: transparent;
  color: #fff;
}

.community.style-12 .content .social-icons a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #1d1c23;
  border-radius: 5px;
  color: #fff;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}

/* ===============================================================
    [ * faq screenshots ] 
================================================================*/

/* --------------- screenshots style-4 --------------- */

.screenshots.style-4 {
  background-color: #f0eff5;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  height: 700px;
}

.screenshots.style-4::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  z-index: 10;
}

.screenshots.style-4 .screenshots-slider {
  position: absolute;
  top: 110px;
  width: calc(100% + 120px);
  left: -60px;
}

.screenshots.style-4 .screenshots-slider .img {
  margin: 0 auto;
  height: 420px;
  width: 190px;
}

.screenshots.style-4 .screenshots-slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.screenshots.style-4 .mob-hand {
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-33%);
  -ms-transform: translateX(-33%);
  transform: translateX(-33%);
  height: 600px;
  z-index: 10;
}

/* --------------- screenshots style-11 --------------- */

.screenshots.style-11 .links {
  text-transform: capitalize;
  padding-bottom: 130px;
  overflow: hidden;
  position: relative;
}

.screenshots.style-11 .links .img {
  position: relative;
}

.screenshots.style-11 .links .img img {
  width: 50px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  position: relative;
  z-index: 10;
}

.screenshots.style-11 .links .img::after {
  position: absolute;
  content: "";
  left: 25px;
  top: 25px;
  height: 1000px;
  width: 1px;
  border: 1px dashed rgba(153, 153, 153, 0.2666666667);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(1) .img::after {
  -webkit-transform: rotate(-74deg);
  -ms-transform: rotate(-74deg);
  transform: rotate(-74deg);
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(2) .img::after {
  -webkit-transform: rotate(-66deg);
  -ms-transform: rotate(-66deg);
  transform: rotate(-66deg);
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(3) .img::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(4) .img::after {
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(5) .img::after {
  -webkit-transform: rotate(57deg);
  -ms-transform: rotate(57deg);
  transform: rotate(57deg);
}

.screenshots.style-11 .links .row .col-lg-2:nth-of-type(6) .img::after {
  -webkit-transform: rotate(71deg);
  -ms-transform: rotate(71deg);
  transform: rotate(71deg);
}