@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap');
@import url('web-font/stylesheet.css');
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
    --tds-bezier: cubic-bezier(0.5,0,0,0.75);
  }
}
body {
  /*font-family: 'DM Sans', sans-serif;*/
  font-family: 'proxima_nova_rgregular', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  -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;
}
.wrapper { 
  margin: 0 auto;
  position: relative; 
}
.default-section {
  padding: 40px 0;
  background: #ffffff;
}
.section-title h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; 
  color: #ffffff;
  padding-left:5px;
}
.section-title h2 {
  font-family: 'proxima_nova_thextrabold' !important;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #2b2b2a;
}
.section-title h3 {
  font-family: 'proxima_nova_thextrabold' !important;
  font-size:32px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  margin-top: 0.2em;
  margin-bottom: 0.46em;
  color: #c6d936;
}
.section-title h4 {
  font-family: 'proxima_nova_thextrabold' !important;
  font-size: 27px;
  line-height: 30px;
  font-weight:600;
  font-style: normal; 
  margin-bottom: 0.46em;
  color: #c6d936;
  text-align:center;
}
.default-section h6 {
  font-family: 'proxima_nova_thextrabold' !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal; 
  letter-spacing: -1px;
  margin-bottom: 0.46em;
  color: #2b2b2a;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffff url("../images/icons/loader.svg") no-repeat center center;
  background-size: 80px 80px;
}
[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;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'proxima_nova_thextrabold' !important;
}
.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-weight: normal;
}
.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;
}
.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #000000;
}
.scrollup i {
  color: #ffffff;
}
@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
.ft-thx-btn a, .ft-thx-btn button {
  z-index: 1; 
  padding:10px 30px;
  border-radius: 0px;
  font-weight: 600; 
  color: #fff;
  position: relative;
  background-color: #00008bba; 
  border: 0px;
  display:inline-block;
}
.ft-thx-btn a:before, .ft-thx-btn button:before { 
  left: 0;
  top: 0;
  content: ""; 
  height: 100%;
  width: 0px;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #2b2b2a;
}
.ft-thx-btn.btn-dark a, .ft-thx-btn.btn-dark button { 
  background-color: #FFF;
}
.ft-thx-btn.btn-dark a:before, .ft-thx-btn.btn-dark button:before { 
  background-color: #2b2b2a;
}
.ft-thx-btn a span, .ft-thx-btn button span{
  position: relative;
  z-index: 2;
}
.ft-thx-btn a:hover, .ft-thx-btn button:hover {
  color: #FFF;
}
.ft-thx-btn.btn-dark a:hover, .ft-thx-btn.btn-dark button:hover {
  color: #FFF;
}
.ft-thx-btn a:hover:before, .ft-thx-btn button:hover:before{
  width: 100%;
}
.top-stikcy {
  top: 80px;
  position: sticky;
}
h1 {
  position: relative;
  font-size: 82px;
  color: #090909;
  margin: 0px;
  font-weight: 700;
  line-height: 1em;
  font-family: 'proxima_nova_thextrabold' !important
}
h2 {
  position: relative;
  font-size: 42px;
  color: #090909;
  margin: 0px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: 'proxima_nova_thextrabold' !important;
}
h3 {
  position: relative;
  font-size: 30px;
  color: #c6d936;
  margin: 0px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: 'proxima_nova_thextrabold' !important
}
h4 {
  position: relative;
  color: #0f0f0f;
  margin: 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: 'proxima_nova_thextrabold' !important
}
h5 {
  position: relative;
  color: #0f0f0f;
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  font-family: 'proxima_nova_thextrabold' !important
}
h6 {
  position: relative;
  color: #0f0f0f;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  font-family: 'proxima_nova_thextrabold' !important
}
ul li {
  list-style: none;
}
/* 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: 'proxima_nova_thextrabold' !important
}
.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: 'proxima_nova_thextrabold' !important;
}
.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: 'proxima_nova_thextrabold' !important;
}
.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;
} 
.input-form{ display: block; width: 100%; clear: both; margin-bottom: 20px;}
.input-form label{ font-weight: 500; color: #000; margin-bottom:5px;}
.input-form-button{ margin-top: 30px; display: block; width: 100%; clear: both;}
.form-control{
  border-radius: 0px !important; line-height: 1.8;
}
.textarea.form-control{
  border-radius: 0px !important; line-height: 1.8;
  min-height: 120px;
}
.form-select{
  border-radius: 0px !important; line-height: 1.8;
}
/*---------------------------------------------------- */
/*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 li>a { 
  padding: 10px 0;
}
.ft-header-section li.dropdown > a{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft-header-section li.dropdown > a:after {
  content: "\f107"; 
  color: #DDD;
  margin-left: 6px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-weight: 300;
  font-family: 'Font Awesome 6 Pro';
}
.ft-header-section .dropdown-menu li.dropdown > a{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft-header-section .dropdown-menu li.dropdown > a:after{
  content: "\f105"; 
  color: #DDD;
  margin-left: 6px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-weight: 300;
  font-family: 'Font Awesome 6 Pro';
}
.ft-header-section .dropdown li:after {
  top: 8px;
  right: 15px;
}
.ft-header-section .dropdown-menu {
  left: 0;
  top: 50px;
  z-index: 100;
  margin: 0px;
  padding: 15px 15px;
  height: auto;
  min-width: 280px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #090a1a;
  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: 1px 1px 2px 0 rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
}
.ft-header-section .dropdown-menu .dropdown-menu { 
  opacity: 0;
  left: calc(100% + 1px); 
}
.ft-header-section .dropdown-menu .dropdown-menu a {
  font-weight: 600;
  color: #FFF;
}
.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;
}
.ft-header-section .dropdown-menu li a {
  border-bottom: 1px solid transparent;
  display: inline-block;
  width: unset;
  padding: unset;
}
.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: .4em 0em !important;
  color: #c6d936 !important;
  font-weight: 500 !important;
  font-size: 15px !important; 
}
.ft-header-section .dropdown-menu li a:hover {
  margin-left: 10px;
  color: #FFF !important; 
  -webkit-transition: margin-left .2s ease;
  -ms-transition: margin-left .2s ease;
  transition: margin-left .2s ease; 
}
.ft-header-section .dropdown-menu li a:before,.ft-header-section .dropdown .dropdown-menu li a:before{
  content: '';
  display: block;
  width: 0;   
  bottom: 2px;
  left: 0;
  position: absolute;
  height: 1px;
  background: #FFF;
  -webkit-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.ft-header-section .dropdown-menu li a:hover:before, .ft-header-section .dropdown .dropdown-menu li a:hover:before {
  width: 100%;
} 
.ft-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.ft-header-section.header-style-new-two {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  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-site-logo-area, .ft-header-cta-btn{ padding: 0 15px;}
.ft-header-section.header-style-new-two .ft-site-logo{
  z-index: 2;
}
.ft-header-section.header-style-new-two .ft-site-logo a{
    /* background-color: #ffffff; */
    display: block;
    padding:0;
    border-radius: 0px; 
}
.ft-header-section.header-style-new-two.sticky-on .ft-header-main-menu-wrapper{
   padding:0px;
   background-image:unset;
   box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}
.ft-header-section.header-style-new-two.sticky-on .full-nav-list li a {
    color: #ffffff;
}
.ft-header-section.header-style-new-two .ft-site-logo img{
  max-height: 80px;
  padding-top:6px;
}
.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 {
  padding: 0px 0;
  /* background-image: linear-gradient(180deg, #2b2b2aA1 0%, #2b2b2a00 100%); */
}
.ft-header-section.header-style-new-two .ft-header-main-menu .ft-main-navigation li {
  margin-right:10px;
}
.ft-header-section.header-style-new-two .ft-header-main-menu .ft-main-navigation li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.ft-header-section.header-style-new-two.sticky-on .ft-header-main-menu .ft-main-navigation li a {
  color: #192c48; 
}
.ft-header-section.header-style-new-two .ft-header-cta-btn {
  margin-left: 15px; 
  /*height: 60px;*/
  align-items: center;
  display: block;
  justify-content: center;
}
.ft-header-section.header-style-new-two .ft-header-cta-btn a {
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0; 
    position: relative;
    overflow: hidden;
} 
 a.learnmoreBtn {
    color: #ffffff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #FFF !important;
    display: inline-grid;
    text-align: center;
    margin-bottom: 15px;
} 

.ft-header-section.header-style-new-two .ft-header-cta-btn a:hover{
  color:#FFF; 
} 
 
.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: unset !important;
  box-shadow:unset !important;
}
 
.ft-header-section.sticky-on.header-style-new-two {
  background-color: #000 !important;
}
.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 {
  border-color: #000;
  color: #fff;
} 
.ft-header-section.sticky-on.header-style-new-two .ft-header-cta-btn a.learnmoreBtn {
  border-color: #FFF;
  color: #fff;
} 
.ft-header-section.header-style-new-two.sticky-on .ft-header-cta-btn a:hover{ 
  border-color:#c6d936 !important; 
}
.ft-header-section.sticky-on li.dropdown > a:after { 
  color: #555; 
}
.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: 15px 15px 15px 15px;
  -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; 
  padding: 10px 15px; 
  line-height: 1.2;
}
.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: #c6d936;
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #ffffff;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
  background: #2b2b2a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  color: #ffffff;
  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;
}
.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;
  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 {
  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: #c6d936;
}
.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;
}
.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: #000;
  padding:15px 15px 15px 15px;
  -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: #fff;
  display: block;
  font-weight: 600;
  font-size: 24px; 
  padding: 6px 15px; 
}
.mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 20px 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 5px 15px;
  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: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #c6d936;
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #000;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  color: #ffffff;
  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: #c6d936;
}
.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: #c6d936;
}
.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: #c6d936;
  color: #fff;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu .dropdown:after {
  top: 10px;
  right: 10px;
  color: #000d51;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu .dropdown .dropdown-menu {
  top: 10px;
  left: 200px;
  opacity: 0;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}
.pr-mark-navigation-menu .pr-main-navigation .dropdown:hover .dropdown-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.pr-mark-navigation-menu .pr-mark-btn {
  margin-left: 45px;
}
.pr-mark-navigation-menu .pr-mark-btn a {
  color: #fff;
  height: 50px;
  width: 155px;
  font-weight: 600;
  background-color: #c6d936;
}
.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;
}
/*---------------------------------------------------- */
/*New Home area*/
/*----------------------------------------------------*/
/* New Demo Style */
/*** 
====================================================================
Main Header style
====================================================================
***/
/* 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;
}
.full-nav-bar{ width: 100%;
  background-color: transparent; 
  left: 0;
  top: 0;
}
body.open .full-nav-list li a{color: #ffffff;}
.full-nav-list li a{padding: 6px 12px; color: #ffffff; position: relative; z-index: 99; border-radius: 4px; font-weight: 600; letter-spacing:.4px; font-size:21px; }
.full-nav-list li a:hover{
    animation: bounce; animation-duration: 2s;
}
.full-nav-list li > a:hover, .full-nav-list li:hover > a{
  background-color: #f5f5f7; 
  color: #343434 !important;
}
.mega-menu:hover a{ color: #343434 !important; }
.box-icon img{ max-height: 130px;}
ul.full-nav-list{ list-style: none !important; display: flex; gap: 10px; align-items: center; justify-content: center; margin: 0; padding: 0; height: 60px;}
.full-screen-menu{ 
  top: 0;
  left: 0;
  position: absolute;
  z-index: auto;
  width: 100%;  
  background-color: #000000; 
  height:auto;  
  min-height: 120px;
  padding-top: 100px;
  padding-bottom:30px;
  animation: slide-in-down 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} 
.full-nav-list li:hover .full-screen-menu{  
  display: block;   
  animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}  
@keyframes slide-in-top {
  0% { 
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% { 
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-down {
  0% { 
    transform: translateY(0);
    opacity: 1;
  }
  100% { 
    transform: translateY(-1000px); 
    opacity: 0;
  }
}
.full-screen-menu a{ display:block; padding: 10px; text-align: center; margin-bottom: 15px;}
.full-screen-menu h4{ margin-top: 15px; font-size: 18px; font-weight: 500; color:#fff;}
.banner-section{ overflow:hidden;}
.banner-section:after{
  /* content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(231, 236, 255, 0.62);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; */
}
.banner-caption.top{
  position: absolute;
  top: 0;
  width: 100%; 
  left: 0;
  padding: 162px 0;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  z-index: 9;
} 
.banner-caption.bottom{
  position: absolute;
  bottom: 0;
  width: 100%; 
  left: 0;
  padding: 150px 0;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  z-index: 9;
} 

.banner-caption h3{ color: #c0bab5; font-size:32px; line-height: 1.3; letter-spacing: .8px; text-transform: capitalize;}
.banner-bottom p{ color: #fff; font-weight: 600 !important; letter-spacing: .8px;  }






/* .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;
}
.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;
}
.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;
}
.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;
} */
/*** 
====================================================================
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;
}
/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
.main-slider-section {
  width: 100%;
  position: relative;
  background-color: #2b2b2a;
}
.main-slider-section .main-slider {
  display: flex;
  align-items: center;
}
.main-slider-section .slider-main img {
  width: auto;
  max-height: 100vh;
  min-height: 100%;
  float: right;
}
.main-slider-section .slider-col.slider-col-left {
  width: 70%;
  position: relative;
}
.main-slider-section .slider-col.slider-col-right {
  width: 30%;
  position: relative;
}
.main-slider-section .slider-cpation-area {
  position: absolute;
  top: 0; 
  bottom: 0; 
  width: 100%;
  height: 100%;
  z-index: 3;
}
.main-slider-section .slider-cpation-area .caption-data{ 
  align-items: center;
  display: flex;
  justify-content: start;
  width: 100%;
  height: 100%; 
}
.main-slider-section .slider-content-caption .main-slider-title {
  font-weight: 500;
  font-size: 49px;
  color: #FFF;
  padding-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -2px;
  font-family: 'Outfit', sans-serif;
}
.main-slider-section .slider-content-caption .main-slider-btn {
   margin-top: 20px;
   margin-bottom: 20px;
}
.main-slider-section .main-slider-caption .slick-list.draggable { 
  overflow: unset; 
  height: 100% !important;
}
.main-slider-section .main-slick-dots {
  position: absolute;
  bottom: 50px;
  left: auto;
  z-index: 93;
  width: 100%;
  height: auto;
}
.main-slider-section .slick-dots-container .slick-dots {
  display: flex;
  justify-content: start;
  width: max-content;
  gap: 10px;
  font-weight: 500;
}
.main-slider-section .slick-dots-container .slick-dots li {
  position: relative;
}
.main-slider-section .slick-dots-container .slick-dots li:after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #7f8386;
  right: -10px;
  top: 3px;
  position: absolute;
  transform: skewX(-15deg);
}
.main-slider-section .slick-dots li:last-child:after {
  display: none !important;
}
.main-slider-section .slick-dots-container .slick-dots li.slick-active {
  color: #FFF;
}
.main-slider-section .slider-content {
  padding: 50px;
}
.main-slider-section .slider-content .content-title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  padding-bottom: 20px;
  line-height: 1;
  letter-spacing: 2px;
  font-family: 'Outfit', sans-serif;
}
.main-slider-section .slider-content .content-description {
  line-height: 1.5;
  color: #9ba2ad;
}
.main-slider-section .slider-main .item-slick.slick-active {
  animation: animateImg 1.2s;
  transform-origin: 0% 30%;
}
@keyframes animateImg {
  0% {
    transform: scaleX(0) translateX(-50%);
    transform-origin: 0% 30%;
  }
  100% {
    transform: scaleX(1) translateX(0%);
    transform-origin: 100% 100%;
  }
}
.main-slider-section .slider-content .slider-arrow {
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  background-color: #c6d936 !important;
  color: #2b2b2a !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0px;
  z-index: 5;
}
.main-slider-section .slider-content .slider-arrow:before {
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0px;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #2b2b2a;
}
.main-slider-section .slider-content .slider-arrow:hover:before {
  width: 100%;
}
.main-slider-section .slider-content .slider-arrow:hover{
  color: #FFF !important;
}
.main-slider-section .slider-content .slider-arrow i {
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.main-slider-section .slider-content .slider-arrow.slide-prev {
  left: 50px;
}
.main-slider-section .slider-content .slider-arrow.slide-next {
  left: 100px;
}
.main-slider-section .slider-main .item-slick.slick-active .main-slider-caption-inner {
  animation: slideInRight 1.45s;
}
.main-slider-section .slider-main .item-slick.slick-active .main-slider-title {
  animation: animateFade 1.6s;
}
.main-slider-section .slider-main .item-slick.slick-active .main-slider-btn {
  animation: animateFade 1.7s;
}
.main-slider-section .slider-content .item-slick.slick-active {
  animation: fadeInDown 1.5s;
}
.main-slider-section .slider-content .item-slick.slick-active .content-title {
  animation: slideInRight 1.5s;
}
.main-slider-section .slider-content .item-slick.slick-active .content-description {
  animation: slideInRight 1.6s;
}
.main-slider-section .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
@keyframes animateFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    visibility: 1;
  }
}
/*---------------------------------------------------- */
/*About Us Area*/
/*----------------------------------------------------*/
#about-us{
  width: 100%;
  background-position: 110% 102%;
  background-size:320px auto;
}
#about-us .about-two-image{
  display: block;
  padding:0px; 
  display: flex;
}
#about-us .about-two-image .image-one{ 
  margin-top: 0%;
  margin-left: 0%;
}
#about-us .about-two-image .image-two{  
  margin-top: 40%;
  margin-left: -30%; 
} 
#about-us .about-two-image .image-two img{ 
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
} 
#about-us .about-content{
  padding-left: 50px;
}
/*---------------------------------------------------- */
/* Services Area*/
/*----------------------------------------------------*/
#services{
  width: 100%; 
  background-color: #ebeff1;
  position: relative;
}
#services .overlay-bg{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%; 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.01;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#services .overlay-bg +  div { 
  z-index:3; 
  position: relative;
}
#services .service-box{
  padding:30px 30px;
  background-color: #FFF; 
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
#services .service-box .service-icon{
  position: relative;
  display: inline-block;
  font-size:56px;
  width: auto;
  height: auto;
  line-height: 1em;
  margin: 0; 
  color:#c6d936;
}
#services .service-text .service-headline{ 
  margin-top: 12px;
  margin-bottom: 1px;
  min-height: 28px;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #777777;
}
#services .service-text .service-pera{
  min-height: 80px;
}
#services .service-text .service-pera *{ 
  margin-top: 10px; 
  font-weight: 600;
  font-size: 14px;
}
#services .service-text .readmore-btn{ margin-top: 10px;}
#services .slick-list { 
  overflow: visible !important; 
}
#services .slick-slide { 
  padding-right: 30px;
}
#services .service-box .service-headline,#services .service-box .service-pera *,#services .service-box .readmore-btn a{
  color: #2b2b2a;
  transition: color 300ms linear;
  -webkit-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  font-weight:600;
}
#services .service-box:hover{
  background-color: #c6d936 !important;
}
#services .service-box:hover .service-icon,#services .service-box:hover .service-headline,#services .service-box:hover .service-pera *,#services .service-box:hover .readmore-btn a{
  color: #2b2b2a;
}
/*---------------------------------------------------- */
/* Videos Area*/
/*----------------------------------------------------*/
#videos{
  width: 100%; 
  background-color: #F9F9F9;
  position: relative;
} 
#videos .video-content{
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#videos .video-content .video-icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c6d936; 
  color: #FFF;
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
#videos .video-content:hover .video-icon{
  background-color: #2b2b2a; 
}
/*---------------------------------------------------- */
/* Mission Area*/
/*----------------------------------------------------*/
#mission{
  width: 100%;  
  position: relative;
}  
#mission .overlay-bg{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;  
  background-color: #000;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#mission > .container{ position: relative; z-index: 2;}
.mission-post{ color: #c6d936;}
#mission .content-item-box{
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding:20px;
}
#mission .item_content_bottom:before {
  content: ' ';
  width: 0;
  height: 0;
  padding-top: 100%;
  display: inline-block;
} 
#mission .content-box-inner{ width: 100%;}
#mission .content-box-inner:before {
  content: ' ';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0.6;
  background-color: #0000004d;
  -webkit-transition: opacity .3s ease-out,background-color .3s ease-out;
  -ms-transition: opacity .3s ease-out,background-color .3s ease-out;
  transition: opacity .3s ease-out,background-color .3s ease-out;
}
#mission .content-item-box:hover .content-box-inner:before{
  background-color: #2a226fdf;
  opacity: 1;
}
#mission .item_content_bottom{ 
  -webkit-transition: -webkit-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);  
  width: 100%;
}
#mission .content-item-box:hover .item_content_bottom{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mission .content-item-box:hover .item_content_bottom{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mission .item_content_bottom .item_title{
 display: block;
 width: 100%;
}
#mission .item_content_bottom .item_title a{
  display: block;
  width: 100%;
 }
#mission .item_content_bottom .item_subtitle{
  opacity: 0;
  -webkit-transition: -webkit-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  transition: transform .3s ease-out; 
}
#mission .content-item-box:hover .item_content_bottom  .item_subtitle{
  opacity: 1;
}
#mission .item_content_top{
  margin-bottom: 20px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
  will-change: transform,opacity;
  -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out,opacity .3s ease-out;
  transition: transform .3s ease-out,opacity .3s ease-out;
}
#mission .content-item-box:hover .item_content_top{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.counter-box{
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 50px 0;
}
.counter-box .counter-number{
  display: flex;
  justify-content: center;
  align-items: center;
}  
.counter-box .counter-number h3 span{
  font-size:98px !important;
  display: block;
  color: #131a35df !important;
}
.counter-box .counter-text{
   position: absolute;
   z-index: 1; 
   display: flex;
   justify-content: center;
   align-items: center;
}
.counter-box .counter-text span{
  font-size: 18px;
  display: block;
  color: #FFF !important;
}
.counter-box .counter-number:after {
  content: '';
  display: block;
  height: 60px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #2e3c4b;
}
.counter-box .counter-number.no-border:after { 
  display: none;
}
/*---------------------------------------------------- */
/* Business Area*/
/*----------------------------------------------------*/
#business{
  width: 100%; 
  background-color: #FFF; 
  position: relative;
}   
#business .business-item-box{ 
  width: 100%;
  position: relative;
  overflow: hidden; 
}
#business .business-item-box img{ 
  width: 100%; 
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#business .business-item-box:hover img{  
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#business .business-item-box .business-box-inner{ 
  position: absolute;
  width: 100%;
  height: 100%; 
  top: 0;
  left: 0;
  display: flex;
  justify-content: center; 
  align-items: end;
  z-index: 1;
} 
#business .business-item-box .business-box-inner .business_box{ 
  width: 100%;
  text-align: center;
  margin: 0px 50px 50px;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  will-change: transform,opacity;
  -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out,opacity .3s ease-out;
  transition: transform .3s ease-out,opacity .3s ease-out;
}
#business .business-item-box:hover .business-box-inner .business_box{  
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  position: relative;
  z-index: 3;
} 
#business .business-item-box .business-box-inner .business_box a{
  background-color: #ffffff;
  color: #2b2b2a;
  font-weight: 600 !important;
  padding: 5px 20px;
  display: block;
  opacity: 1;
  font-size: 16px;
} 
#business .business-item-box .business-box-inner .business_box a small{ 
  color: #606062; 
  font-weight: 300 !important;
  font-size: 14px;
  display: block;
}  
.counter-box .counter-number.no-border:after { 
  display: none;
}
/*---------------------------------------------------- */
/* Business Area*/
/*----------------------------------------------------*/
#client{
width: 100%; 
background-color: #FFF; 
position: relative;
border-bottom:1px solid #dadadb;
}   
#client .client-box{ 
width: 100%;
position: relative; 
padding: 20px;
border-right: 1px solid #dadadb;
}
#client .slick-item:last-child .client-box{ 
  border: unset !important;
}
#client .client-box img{ 
  width: 100%; 
  opacity: 0.15;  
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
} 
#client .client-box:hover img{  
  opacity: 1;  
} 
/*---------------------------------------------------- */
/* Teams Area*/
/*----------------------------------------------------*/
#teams{
  width: 100%; 
  background-color: #FFF; 
  position: relative; 
  background-position: 99% 99%;
  background-size:360px auto;
  }   
  #teams .team-member-area .team-member-box{ 
  width: 100%; 
  position: relative;
  overflow: hidden; 
  } 
  #teams .team-info .team-member-title{
    font-size: 18px;
    color:#FFF;
    margin-bottom: 0px;
    transition-property: all;
    transition-duration: .4s;
  }
  #teams .team-info .team-member-post{
    font-size: 14px;
    color:#FFF; 
    margin-bottom: 0px;
    transition-property: all;
    transition-duration: .8s;
  }
  #teams .team-info .team-member-socials{ 
    display: flex;
    justify-content: safe;
    align-items: center;
    gap: 15px;
    padding:50px 0; 
    transition-property: all;
    transition-duration: 1.2s; 
  } 
  #teams .team-member-area .team-member-image img{
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  #teams .team-member-area .team-member-box:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0868d7;
    opacity: 0;
    -webkit-transition: all .3s .1s ease-out;
    -ms-transition: all .3s .1s ease-out;
    transition: all .3s .1s ease-out;  
    z-index: 1;  
  }
  #teams .team-member-area .team-member-box .team-member-info{ 
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:50px; 
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: end;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    will-change: transform,opacity;
    -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
  }
  #teams .team-member-info .team-info{
    padding:20px;
    text-align: center;
  } 
  #teams .team-member-box:hover .team-member-info{ 
    opacity:1; 
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #teams .team-member-box:hover:after{ 
    opacity: 0.8; 
  }
  #teams .team-member-box:hover img{ 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  #teams .team-member-box:hover .team-member-info{ 
    opacity:1; 
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  } 
  #teams .team-member-box:hover .team-member-title{
    margin-bottom: 10px; 
  }
  #teams .team-member-box:hover .team-member-post{
    margin-bottom: 20px; 
  } 
  #teams .team-member-box:hover .team-member-socials{ 
    margin-bottom: 0px; 
  }  
  #teams .team-member-box:hover .team-member-socials a:nth-child(1) {
    transition-delay: .1s;
    margin-bottom: 30px; 
  }
  #teams .team-member-box:hover .team-member-socials a:nth-child(2) {
      transition-delay: .3s;
      margin-bottom: 30px; 
  }
  #teams .team-member-box:hover .team-member-socials a:nth-child(3) {
      transition-delay: .5s;
      margin-bottom: 30px;
  }
  #teams .team-member-box:hover .team-member-socials a:nth-child(4) {
      transition-delay: .7s;
      margin-bottom: 30px;
  }
  #teams .team-member-box:hover .team-member-socials a:nth-child(5) {
      transition-delay: .9s;
      margin-bottom: 30px;
  }
  #teams .team-member-box:hover .team-member-socials a:nth-child(6) {
      transition-delay: 1.1s;
      margin-bottom: 30px;
  }
  #teams .team-member-box:hover .team-member-socials a:nth-child(7) {
      transition-delay: 1.3s;
      margin-bottom: 30px;
  }
  #teams .team-member-box:hover .team-member-socials a:nth-child(8) {
      transition-delay: 1.6s;
      margin-bottom: 30px;
  }
  #teams .team-member-box .team-member-socials a{ 
    margin-bottom: 0px; 
    color: #FFF;
  }
  /*---------------------------------------------------- */
/* Blog Area*/
/*----------------------------------------------------*/
#blogs{
  width: 100%; 
  background-color: #F9F9F9; 
  position: relative;  
}  
#blogs .blog-content{
  padding: 50px 0;
}
#blogs .blog-item{ 
  padding:0 30px; 
}
#blogs .slick-item{
  margin:0 -15px; 
}
#blogs .blog-item .blog-content{
  padding:20px;
  background-color: #FFF;
}
#blogs .blog-item .blog-meta{
  padding:0px 0px 15px;
  display: flex;
  gap: 10px;
  align-items: center; 
}
#blogs .blog-item .blog-meta{
  padding:15px 0px;
  display: flex;
  gap: 10px;
  align-items: center; 
}
#blogs .blog-item .blog-title{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #2b2b2a;
}
#blogs .blog-item .blog-img{
  width: 100%; 
  overflow: hidden;
}
#blogs .blog-item .blog-img img{
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
#blogs .blog-item .blog-link{
  width: 100%;
  padding: 20px 20px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height:18px; 
  font-size: 18px; 
} 
#blogs .blog-item .blog-link i{
  color: #2b2b2a;
  font-weight: 500;
}
#blogs .blog-item:hover img{ 
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#blogs .blog-link-inner{
 overflow: hidden;
 padding: 0px 20px;
}
#blogs .blog-item .blog-link span{
  opacity: 0;  
  margin-left: -100%;
  -webkit-transform: translateX(15);
  -ms-transform: translateX(15);
  transform: translateX(15);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#blogs .blog-item:hover .blog-link span{  
  opacity: 1; 
  margin-left:calc(0% - 20px); 
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.ft-footer-section {
  background-color: #13110d;
}
.ft-footer-widget-wrapper {
  padding: 12px 0 2px;
}
.ft-footer-widget .widget-title {
  color: #EEE;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 25px;
}
.ft-footer-widget .logo-widget .site-logo {
  padding-bottom: 20px;
}
.ft-footer-widget-wrapper p {
  color: #c0bab5; 
}
.ft-footer-widget .menu-widget li {
  margin-bottom: 18px;
}
.ft-footer-widget-wrapper a,
.ft-footer-info-widget li a {
  color: #FFF;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.ft-footer-widget-wrapper a:hover {
  color: #c6d936;
}
.ft-footer-widget .menu-widget li a:hover:before {
  width: 8px;
}
.ft-footer-copyright {
  margin-top: 30px;
} 
/*---------------------------------------------------- */
/*Breadcrumb area*/
/*----------------------------------------------------*/
.ft-breadcrumb-section {
  padding:140px 0px 6px;
  background-color:#000;
  background-image: none !important;
}
.ft-breadcrumb-section .background_overlay {
  background-color: #13110d;
}
.ft-breadcrumb-content h2 {
  color: #c0bab5;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 6px;
}
.ft-breadcrumb-content .ft-breadcrumb-list li {
  color: #fff;
  margin-right: 20px;
  position: relative;
  font-size: 15px;
}
.ft-breadcrumb-content .ft-breadcrumb-list li:after {
  top: 2px;
  right: -15px;
  font-size: 14px;
  content: "\f105";
  font-weight: 900;
  color:#c6d936;
  position: absolute; 
  font-weight: 300; 
  font-family: 'Font Awesome 6 Pro';
}
.ft-breadcrumb-content .ft-breadcrumb-list li:last-child:after {
  display: none;
} 
.design-shape {
  bottom: 0;
  height: 100%;
  padding: 25px;
  right: 0;
  background-color: #2b2b2a;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.design-shape img{
  max-height: 280px;
  margin-bottom: -100px;
  opacity: 0.2;
}
.default-y-gap{
  padding-top: 90px;
  padding-bottom: 90px;
}
/*---------------------------------------------------- */
/*FAQ area*/
/*----------------------------------------------------*/
.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;
}
.accordion-item{
  border-top: 1px solid #dee2e6 !important;
}
.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: "\f319"; 
  font-size: 20px;
  position: absolute;
  background-image: none;
  font-weight: 300;
  font-family: 'Font Awesome 6 Pro';
}
.ft-faq-content .accordion-button:not(.collapsed)::after {
  content: "\f318"; 
  color: #ea1e00;
}
.ft-faq-content .accordion-body {
  padding-top: 5px;
}
.ft-faq-content .accordion-button:focus {
  border: none;
}
.accordion-button i{ font-size: 40px; margin-right: 15px;} 
@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-icon-list ul{
  padding-left: 15px !important;
  margin: 0;
}
.ft-icon-list li { 
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative; 
}
.ft-icon-list li:last-child {
  margin-bottom: 0;
}
.ft-icon-list li:before {
  top: 0px;
  left: 0;
  font-size: 18px;
  color: #c6d936;
  content: "\f00c"; 
  position: absolute;
  font-weight: 600;
  font-family: 'Font Awesome 6 Pro';
}
/*---------------------------------------------------- */
/*Fun Fact area*/
/*----------------------------------------------------*/
.ft-funfact-innerbox .ft-funfact-icon {
  margin-bottom: 8px;
}
.ft-funfact-innerbox .ft-funfact-icon i {
  font-size: 45px;
  color: #c6d936;
}
.ft-funfact-innerbox .ft-funfact-text h3 {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
}
.ft-funfact-innerbox .ft-funfact-text p {
  color: #c6d936;
  font-size: 18px;
  font-weight: 700; 
}
.ft-funfact-content .ft-funfact-innerbox{ padding: 60px 0;  }
.ft-team-skill-inner {
  padding:20px 0px 20px;  
}
.ft-team-skill-inner .counter-boxed {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 15px;
}
.bg-theme-red{
  background-color: #ea1e00;
}
.progress{ height: 25px; line-height: 0;}
.progress-bar{ display: flex; align-items: center;} 
/*---------------------------------------------------- */
/*Product area*/
/*----------------------------------------------------*/
.product-title{ margin-top: 15px; padding-top: 20px; border-top: 1px solid #c6d936; display: flex; justify-content: space-between; align-items: center;}
.product-title h5 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal; 
  margin-bottom: 0;
  color: #fff;
}
.product-title h6 {
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing:1px;
  margin-bottom: 0.46em;
  color: #2b2b2a;
}
.product-content p {
  line-height: 1.5;
  color: #2b2b2a !important;
}
.product-content{ 
  padding: 15px;
  background-color: #000;
  border: 1px solid #4141414d;
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: center right;
  text-align: center;
  border-radius: 10px
}
.product-content .product-text{
  width: 100%;
  position: relative;
  left: 0;
}
.product-img img{ max-width: 220px; max-height: 147px;}
.product-btn a{ width: 30px; height: 30px; line-height: 30px; padding: 0px !important;}
/*---------------------------------------------------- */
/*Product Detail area*/
/*----------------------------------------------------*/
.product-detail-title h5 {
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal; 
  margin-bottom: 0.46em;
  color: #2b2b2a;
}
.product-detail-title h6 {
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing:1px;
  margin-bottom: 0.46em; 
}
.product-detail-content p {
  line-height: 1.5; 
}

.product-detail-images .regular{ border: 1px solid #c6d936; padding: 5px;}
.product-detail-images .thumbs{border: 1px solid #c6d936;  margin-top: -1px;}
.product-detail-images .thumbs .slick-slide{     
    border-right: 1px solid #c6d936;
    margin: 0px 0px;
    cursor: pointer;
}
.product-detail-images .thumbs .slick-slide:last-child{     
    border-right: 0px solid #c6d936;
}
/*---------------------------------------------------- */
/*Product List*/
/*----------------------------------------------------*/ 
.product-list 
.product-list-img{
  position: relative;
  rotate: 30deg;
  padding:30px;
}
.product-list-img img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.product-bor{
    border: 1px solid #000;
    border-radius: 5px;
    height: 300px;
    background: #000;
    margin-bottom:5px;
}
.product-bor p{
    font-size:14px;
}
/*.product-list-img:after{ */
/*  position: absolute;*/
/*  background: #DDD;*/
/*  width: 1px;*/
/*  height: 90%;*/
/*  top: calc(50% - 45%);*/
/*  z-index: 1;*/
/*  transition: 0.5s;*/
/*  content: '';*/
/*  right: 0;*/
/*}*/
.product-list-text{
  padding: 15px;
}
.product-list:hover{
  borderz: 1px solid #ea1e00;
}
.product-list-title h5 {
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase; 
  margin-bottom: 1.26em; 
  color:#c6d936;
}
.product-list-title h6 {
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase; 
  margin-bottom: 1.46em; 
}
.product-list-content p {
  line-height: 1.5; 
}
.product-list-content{
  display: flex;
  align-items: center;
  padding: 25px 120px 25px 25px;
  background-color: #2b2b2a;
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: center right;
}
.product-list-content .product-list-text{
  width: 100%;
  position: relative;
  left: 0;
} 
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
} 
.product-list { 
  /*border: 1px solid #dadadb; */
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0; 
  margin-bottom:10px;
}
.product-list:before, .product-list:after {
  position: absolute;
  background: #FFF;
  z-index: -1;
  transition:all 0.5s;
  content: '';
  display:none;
}
.product-list:before {
  height:calc(100% - 100px);
  width: calc(100% + 4px);
  left: -2px;
}
.product-list:after {
  width:calc(100% - 100px);
  top: -2px;
  height: calc(100% + 4px);
} 
.product-list:hover:before  {
  width: 100% !important;
  height: 0%  !important;
  background: #fff; 
}
.product-list:hover:after  {
  width: 0% !important;
  height: 100%  !important;
  background: #fff; 
} 
.brecket:hover  {
  border: 1px solid #ea1e00; 
}  
.sidebar{   
  position: relative;
  z-index: 3;
}
.query-form, .contact-form{
  padding:25px 25px 30px;
  background-color: #eeeeee69; 
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
.contact-box{
  margin-bottom: 30px;
  clear: both;
}
@media (min-width: 768px) {
  .contact-form{ 
    margin-top: -180px;
  }
}
@media (min-width: 992px) {
  .contact-form{ 
    margin-top: 0px;
  }
}
.contact-box p i{
  color: #00008bba;
}
.contact-box a:hover{
  color: #2b2b2a;
}
.catg-list{
  padding:25px;
  background-color: #EEE; 
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
.catg-list ul{
  margin: 0;
  padding: 0;
}
.catg-list ul li{
  margin-bottom: 10px;
}
.catg-list ul li a{
  padding: 10px 15px;
  background-color: #c6d936;
  display: block;
  color: #2b2b2a;
  position: relative;
} 
.catg-list ul li a:before { 
  left: 0;
  top: 0;
  content: ""; 
  height: 100%;
  width: 0px;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #2b2b2a;
}
.catg-list ul li a span{
  position: relative;
  z-index: 2;
}
.catg-list ul li a:hover{
  color: #FFF;
}
.catg-list ul li a.active{
  color: #FFF;
}
.catg-list ul li a:hover:before{
  width: 100%;
} 
.catg-list ul li a.active:before{
  width: 100%;
}
.service_carousel_nav {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.slick-arrow {
  position: relative;
  font-size: 18px;
  background-color: #c6d936 !important;
  color: #2b2b2a !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0px;
  z-index: 5;
}
.slick-arrow:before { 
  content: "";
  height: 100%;
  width: 0px;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #2b2b2a;
}
.slick-arrow:hover:before {
  width: 100%;
}
.slick-arrow:hover i{
  color: #FFF !important;
} 
.slick-arrow i {
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99;
}


/*=========list ==========*/
.content-box ul {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0px !important;
  list-style: none !important;
}
.iconlist {
  position: relative;
  display: flex;
  align-items: normal;   
  gap:15px;
  padding-left: 35px;
}

.iconlist {
  margin-top: 5px;
}

.iconlist:before {
  position: absolute;
  content: '\f00c';
  font-family: 'Font Awesome 6 Pro';
  width: 25px;
  height: 16px;
  font-size:16px;  
  color:#2b2b2a;
  line-height: 0;
  display: flex;
  left: 0;
  justify-content: center;
  align-items: center;
  top: 5px;
}
 
.job-form-area{ padding: 25px;  border-radius: 12px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);}
form .input-label{ display: block; color:#192c48; margin-top: 14px; margin-bottom: 14px; font-weight:500;}
.form-control { min-height: 42px;}
textarea.form-control { min-height: 80px;}
form .error{ color: red;}
.right-close.btn-close{ position: relative; z-index: 99; margin-top: 10px;}
.accordion-button:not(.collapsed){ background-color: #000000; box-shadow: unset !important; color: #c6d936;}
.accordion-button:not(.collapsed)::after{ filter: brightness(1) sepia(52) hue-rotate(10deg) saturate(100);}
.accordion-button  {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--style-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-button span {
  position: relative;
  margin-right: 19px;
  color: var(--style-base);
}
.section-title p{
    margin-top:10px;
    padding-left:5px;
}
.section-title p strong {
    color: #c6d936;
    font-family: 'proxima_nova_thextrabold' !important;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    text-decoration: none;
    text-transform: none;
    margin-top: 0.2em;
    margin-bottom: 0.46em;
}
.section-title ul li{
    list-style:inside !important;
}
.textalign{
    text-align:center;
}

.banner-caption-inner{ width: 100%;
    bottom: 25px;
    position: absolute;}


.ft-breadcrumb-section.video-bg-banner video{
    max-width: 600px;
    width:100%;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-breadcrumb-section.video-bg-banner{
    padding:109px 0px 15px !important;
}

#offcanvasLearn .btn-close.text-reset{
    position: absolute;
    right: 15px;
    top: 15px;
    filter: brightness(0) invert(1);
}
#offcanvasLearn .offcanvas-header{
    padding: 20px 15px 20px;
    background: #000;
}
#offcanvasLearn .offcanvas-header img{
    width:130px;
}
#offcanvasLearn .accordion-button, #offcanvasLearn .accordion-button:focus{ padding:10px 15px !important; box-shadow:unset !important; background-color:#FFF !important; color: #00008bba;}
.accordion-item{
    border:0px !important;
}
.banner-bottom{ position:absolute; width:100%; bottom:-10px;}
.banner-bottom *{ font-size:20px;}

.desktop-banner{ display:block; width:100%;}
.mobile-banner{ display:none;}

.pro-detail{background: #000; border: 2px solid #000; border-radius: 10px;}

h4.textalign{
   margin-bottom:30px;
    text-align: left !important;
    line-height:1.3;
}
.video-bg-banner video{bject-fit: cover;}
.lsd{list-style: initial !important;}