/*************************************
Template Name: Silicon Mapper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*  <uniquifier>: Use a unique and descriptive class name
   <weight>: Use a value from 100 to 900 */

/* .public-sans-<uniquifier> {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/* .exo-<uniquifier> {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

:root {
  --primary-color: #ff8b00;
  --white-color: #fff;
}


body {font-size: 16px;color: #333;background: var(--white-color);font-family: "Public Sans", sans-serif;}
@media (min-width: 1200px) {
  .container {max-width: 1280px!important;}
  .top-nav-container .container { max-width: 1500px!important;}
  .top-header .container { max-width: 1500px!important;}
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.p-0 {padding-left: 0;padding-right: 0;}
.p-left-0 {padding-left: 0;}
.p-right-0 {padding-right: 0;}
.m-0 {margin-left: 0;margin-right: 0;}
body,p,textarea {font-weight: 400;font-family: "Public Sans", sans-serif;}
h1,h2,h3,h4,h5,h6 {font-weight: 700;font-family: "Exo", sans-serif;}
a {text-decoration: none;}
a:focus {outline: 0 solid !important;}
a:hover {text-decoration: none !important;}
*a:hover {text-decoration: none !important;}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus {-webkit-box-shadow: 0 0 0px 1000px var(--white-color) inset !important;}
/*====================== Back to Top =========================================*/
#back_to_top {border: none;background: #212529;color: var(--white-color);padding: 2px 5px 3px;cursor: pointer;position: fixed;bottom: 15px;right: 30px;opacity: 0;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;z-index: 10;border: 1px solid transparent;padding-top: 0;z-index: 999999;}
#back_to_top svg {color: var(--white-color);width: 30px}
#back_to_top.show {opacity: 1}
#back_to_top:hover {background: var(--white-color);border: 1px solid #212529;}
#back_to_top:hover svg {color: #212529;}
/*====================== Header style Top nav =========================================*/
.top-header {
  background: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}
.top-text-left {
  padding-top: 1px;
}
.top-text-left a {
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #8993a1;
  border-right: 1px solid #8993a1;
  padding-left: 8px;
}
.top-text-left a svg {
  padding-right: 5px;
  height: 20px;
  width: 20px;
}
.top-text-left a svg, .top-bar-social-text a svg {
  fill: #8993a1;
}
.top-text-left a:nth-child(3) {border-right: 0;}
.top-bar-social {height: 69px;display: flex;justify-content: center;align-items: self-end;flex-direction: column;}
.top_socail_icon_area {}
.top_socail_icon_area .list-inline {padding: 0;margin: 0;}
.top_socail_icon_area .list-inline li {display: inline-block;padding-left: 5px;list-style: none;position: relative;height: 30px;width: 30px;margin-right: 2px;}
.top_socail_icon_area .list-inline li a {display: inline-block;text-align: center;line-height: 30px;cursor: pointer;}
.top_socail_icon_area .list-inline li a .cube-top svg {color: #4e4e4e;font-size: 17px;line-height: 20px;text-align: center;}
.cube,.cube span {width: 100%;height: 100%;top: 0;left: 0;position: absolute;transform-style: preserve-3d;transition: transform 0.5s ease-in-out;text-align: center;}
.cube-top {background: transparent;background-size: 100%;}
.cube-front {background-size: 100%;transform: translate(0, -100%) rotateX(90deg);transform-origin: bottom;border-radius: 50px;}
.top_socail_icon_area .list-inline li a .cube-front svg {line-height: 30px;fill: var(--white-color);}
.top_socail_icon_area .list-inline li:hover .cube {transform: translate(0, 50%) rotateX(-90deg);}
.top_socail_icon_area .list-inline li .facebook .cube-top {background: #3b5998;}
.top_socail_icon_area .list-inline li .twitter .cube-top {background: #1da1f2;}
.top_socail_icon_area .list-inline li .instagram .cube-top {background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.top_socail_icon_area .list-inline li .linkedin .cube-top {background: #007bb5;}
.top_socail_icon_area .list-inline li .youtube .cube-top {background: #ff0000;}
.top_socail_icon_area .list-inline li .pinterest .cube-top {background: #cb2027;}
.top_socail_icon_area .list-inline li .rss .cube-top {background: #f26522;}
.top_socail_icon_area .list-inline li .cube-top {background: #c5c5c5 !important;border-radius: 50%;/* border: 2px solid #4e4e4e; */}
.top_socail_icon_area .list-inline li .cube-top svg {fill: var(--white-color);}
.top_socail_icon_area .list-inline li .facebook .cube-front {background: #3b5998;}
.top_socail_icon_area .list-inline li .twitter .cube-front {background: #000;}
.top_socail_icon_area .list-inline li .instagram .cube-front {background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.top_socail_icon_area .list-inline li .linkedin .cube-front {background: #007bb5;}
.top_socail_icon_area .list-inline li .youtube .cube-front {background: #ff0000;}
.top_socail_icon_area .list-inline li .pinterest .cube-front {background: #cb2027;}
.top_socail_icon_area .list-inline li .rss .cube-front {background: #f26522;}
@-webkit-keyframes animationTop {
  49% {-webkit-transform: translateY(100%);}
  50% {opacity: 0;-webkit-transform: translateY(-100%);}
  51% {opacity: 1;}
}
@keyframes animationTop {
  49% {transform: translateY(100%);}
  50% {opacity: 0;transform: translateY(-100%);}
  51% {opacity: 1;}
}
.top-search .btn {border-radius: 50%;border: 1px solid #d0dbe9;height: 45px;width: 45px;background: transparent;-webkit-transition: 0.4s;transition: 0.4s;}
.header-style3_right__btn {margin-left: 20px;}
.header-style3_right__btn .sec-th-btn {padding: 15px 30px;}
.top-bar-date-wrapper {height: 69px;display: flex;justify-content: center;align-items: self-start;flex-direction: column;}
.top-bar-date {display: inline-block;}
.middle-header {padding-bottom: 10px;padding-top: 10px;background: var(--white-color);}
.top-search .btn svg {fill: var(--white-color);}
.en-link-wrapper-main {float: right;margin-top: 30px;margin-right: 15px;}
.en-link-wrapper {content: '';position: absolute;inset: 0;opacity: 0.1;background: var(--white-color);z-index: -1;}
.en-link {color: var(--white-color);background-color: #000;padding: 4px 10px;border: 1px solid #000;transition: 0.3s;border: 1px solid #000;}
.en-link:hover {color: #000;background: transparent;}
.top-nav-container {background: transparent;padding: 0;-webkit-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}
.top-nav-container .container {position: relative;padding: 10px 30px !important;padding-top: 0 !important;padding-left: 12px !important;padding-bottom: 0 !important;}
.top-nav-container .container:after {content: '';position: absolute;inset: 0;opacity: 0.8;background: #878787;z-index: -1;margin-left: 12px;margin-right: 12px;}
.top-nav-main li.nav-item a.nav-link {font-size: 16px;padding: 9px 15px !important;color: var(--white-color) !important;font-weight: 600;text-transform: uppercase;}
.top-nav-main li.nav-item a.nav-link:hover, .top-nav-main li.nav-item a.active {color: var(--primary-color) !important;fill: var(--primary-color)}
.right-menu-link .btn {padding: 3px 5px;}
.right-menu-link .btn svg {fill: #000;height: 25px;width: 25px;}
.offcanvas-top-height {height: 105px !important;}
#nav.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #0e121d;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1
  }
}
#nav.sticky.top-nav-main .navbar-brand {margin: 0;padding: 0;}
#nav.sticky.top-nav-main .navbar-brand img {height: 55px;}
#nav.sticky .container:after {opacity: 0;}
/* #nav.sticky li.nav-item a.nav-link {padding: 9px 11px !important;} */
.dropdown.dropdown-mega {position: static;}
.nav-item.dropdown.dropdown-mega .dropdown-menu {top: auto;left: 50%;transform: translateX(-50%);}
.dropdown-new:hover .dropdown-menu-new {display: block;--bsb-animation-duration: 500ms;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: bsb-zoomIn}
.right-menu-link {display: none !important;}
.dropdown-menu-new {border: 0;border-radius: 0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.dropdown-toggle::after {transition: transform 0.15s linear; }
.show.dropdown .new-dropdown-toggle::after {transform: rotate(-180deg);transition: all 0.3s ease-in;}
.dropdown-menu {margin-top: 0;}
/* .dropdown-toggle::after {margin-top: 0;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;
    content: "\f107";font-family: fontawesome;vertical-align: top;} */
.new-dropdown-toggle::after {margin-top: 3px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');height: 16px;width: 14px;margin-left: 4px;}
.top-nav-main li.nav-item a.new-dropdown-toggle:hover::after {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');transform: rotate(-180deg);transition: all 0.3s ease-in;}
.navbar-expand-lg .navbar-nav .dropdown-menu li.dropend:hover .dropdown-new-sub-ul {display: block !important; top: 0;left: 98.5% !important;margin-top: 0;-webkit-animation: fadeIn 0.3s alternate;animation: fadeIn 0.3s alternate;border-radius: 0;}
.sub-dropdown-toggle::after {transition: transform 0.15s linear; }
/* .show1.dropend .sub-dropdown-toggle::after {transform: rotate(-450deg);transition: all 0.3s ease-in;} */
.show1.dropend .sub-dropdown-toggle::after {transform: rotate(-90deg);transition: all 0.3s ease-in;}
.dropend .sub-dropdown-toggle::after {margin-top: 5px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 16px;width: 15px;margin-left: 5px;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover::after {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path fill-rule="evenodd" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 15px;width: 14px;margin-top: 5px;}
@keyframes bsb-zoomIn {
  0% {opacity: 0;transform: scale3d(.3, .3, .3)}
  50% {opacity: 1}
}
.bsb-zoomIn {animation-name: bsb-zoomIn}
/*====================== START FOR MENU =========================================*/
.dropdown-new:hover .dropdown-menu-new {display: block;}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.dropdown-menu-new {border: 0;border-radius: 0;border-bottom: 3px solid #2d292a;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);background: var(--white-color);}
.navbar-expand-lg .navbar-nav .dropdown-menu {padding: 0 !important;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {color: var(--white-color);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;background: #2d292a;}
.other-list-group a {border: 0;padding: 4px 0;font-size: 17px;transition: 0.3s;}
.other-list-group a:hover {color: #EE323B;}
/*========================================== SLIK SLIDER VERSION STYLE =================================================*/
.sub-title7 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: -0.41em;
  margin-bottom: 25px;
  position: relative;
}
.sub-title7 .box {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 7px;
  margin-right: 4px;
}
.right-preview {
  margin-top: -25px;
  background: var(--primary-color);
  z-index: 9;
  padding-top: 12px;
  padding-bottom: 15px;
}
.right-preview:after {
  content: '';
  height: 100%;
  width: calc(100% + 180px);
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(120px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(120px 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.left-preview {background: var(--white-color);}

section.module-gallery.module-12345 {
  background: #0e121d9c;
}
.slider-type-text svg {
  width: 25px;
  height: 25px;
}
.slider-type-text h3 {
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 14px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
.slider-type-text h3 a {
  color: #000;
}
.cheak-list-item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  gap: 0 5px;
  align-items: center;
  padding: 0;
}
.cheak-list-item ul li {
  padding-left: 0;
  margin-bottom: 8px;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
}
a.type-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  line-height: 10px;
  padding: 10px 30px;
  border-radius: 5px;
}
.type-btn:before, .type-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: var(--primary-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.type-btn:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}
.type-btn:hover {
  color: var(--white-color);
}
.type-btn:hover:before, .type-btn:hover:after {
  background-color: #000;
}
.type-btn:hover::before, .type-btn:hover:after, .type-btn.active::before, .type-btn.active:after {
  width: 50%;
  border-radius: 0;
}
.type-btn:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}
.slick-list {
  height: 435px !important;
}
.left-preview li.type-image.slick-slide {
  height: auto;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 38px 45px 45px 10px;
  gap: 40px;
  border-radius: 45px;
  z-index: 3;
  background: var(--white-color);
}
.left-preview {
  display: flex;
  align-items: center;
  border-radius: 15px;
  transition: 0.4s ease-in-out;
  z-index: 99;
}
.cheak-list-item ul li svg {
  background: var(--white-color);
  fill: var(--primary-color);
  width: 20px;
  height: 20px;
  display: inline-block;
}
.slider-type-text p {
  line-height: 22px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 14px;
  padding-right: 30px;
}
.type-svg svg {
  display: block;
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 0;
  margin: 5px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding: 5px 11px;
}
.left-preview img {
  border-radius: 15px;
}
li.type-image.right-type-img {
  display: flex;
  padding: 10px;
  background: var(--white-color);
  margin-bottom: 8px;
  border-radius: 8px;
  width: 94% !important;
  cursor: pointer;
}
li.type-image.right-type-img .right-type-img img {
  width: 100%;
  border-radius: 10px;
}
.right-preview .slick-list {
  height: 300px !important;
}
.right-type-img h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: 500;
  color: #0e121d;
}
.right-preview button {
  font-size: 20px;
  background-color: #00000000;
  color: var(--white-color);
  border: 1px solid;
  display: inline-block;
  width: 94%;
  height: 55px;
  line-height: 53px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
}
section.slick-slider-section {
  background: #0e121d;
  padding: 80px 0px;
}
.padTB20 h2 {
  color: var(--white-color);
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 40px;
}
.title-area span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
  position: relative;
}
.title-area h2 {
  font-size: 48px;
  color: var(--white-color);
}
.title-area .box:after,.title-area .box:before {
  content: "";
  height: 16px;
  width: 16px;
  background-color: var(--primary-color);
  border-radius: 3px;
  display: inline-block;
  position: absolute;
}
.title-area .box:before {
  top: 0px;
  left: 0;
  background-color: transparent;
  border: 2px solid var(--primary-color);
}
.title-area .box:after {top: 8px;left: 8px;}
.title-area {
  position: relative;
}
.sec-btn {
  float: right;
  margin-top: 35px;
}
a.sec-th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 30px;
  border-radius: 0;
}
.sec-th-btn:before, .sec-th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: var(--primary-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sec-th-btn:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}
.sec-th-btn.style3:hover {
  color: #000;
}
.sec-th-btn.style3:hover:before, .sec-th-btn.style3:hover:after {
  background-color: var(--white-color);
}
.sec-th-btn:hover::before, .sec-th-btn:hover:after, .sec-th-btn.active::before, .sec-th-btn.active:after {
  width: 50%;
  border-radius: 0;
}
.sec-th-btn:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}
.type-svg {
  position: relative;
  display: flex;
}
.type-svg:after {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: inherit;
  border-radius: 50%;
}
.type-svg img {
  margin-left: auto;
  border-radius: 0;
}
li.type-image.right-type-img.slick-slide.slick-current.slick-active {
  border-right: 6px solid #0e121d;
}
section.module-gallery {
  margin-top: 60px;
}
a.navbar-brand {padding: 17px 30px;background: #0e121d;position: relative;}
.navbar-brand::after {content: '';position: absolute;left: 0;top: -48px;height: 48px;width: 100%;background: transparent;border-left: 130px solid transparent;border-right: 130px solid transparent;border-bottom: 48px solid var(--primary-color);}
a.navbar-brand img {width: 200px;}
.top-text-left {
  padding: 7px 0px 7px 130px;
}

.wraper_top_left {
    background: #0e121d;
    padding: 5px 0;
    margin-left: 130px;
}
.top-bar-social-text {
    background: #0e121d !important;
}




.offcanvas.offcanvas-top {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0) scale(0);
  transition: all ease 0.4s;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  opacity: 0.8;
  visibility: visible;
  width: 100%;
  height: 100% !important;
  transform: translateZ(0) scale(1);
  transition: all ease 0.4s;
  border-radius: 0;
}
.input-group {
  position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(1);
    transition: transform ease 0.6s;
}
.input-group input {
  font-size: 18px;
  padding-left: 30px;
  color: var(--white-color);
  border-radius: 50px !important;
  height: 70px;
  width: 100% !important;
  border: 2px solid #ff5e14;
  background-color: transparent;

}
.input-group-text-1 {
  float: right;
  margin-top: -51px;
  padding: 12px 19px;
  position: absolute;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
}
.input-group-text-1 svg {
  width: 28px;
  height: 28px;
  margin-top: -30px;
}
.input-group-text-2 {
  float: inline-end;
  margin-right: -120px;
  padding: 10px 10px;
  margin-top: -50px;
  margin-top: -420px;
  margin-right: -450px;
    border-width: 1px;
    border-style: solid;
    border-color: #ff5e14;
    background-color: transparent;
    font-size: 22px;
    border-radius: 50% !important;
    
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: #ff5e14;
}
.input-group-text-2:hover  {
  color: #4d5765;
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.input-group-text-2 svg {
  -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
  transform: rotate(0);
  width: 40px;
  height: 40px;
}
.input-group input::placeholder {
  color: #fff;
}
.input-group input:focus {
  background: none;
  outline: none;
  border: 2px solid #ff5e14;
  box-shadow: none;
}
/*========================================== TESMONIAL VERSION STYLE =================================================*/
.top-bar-social-text {
  float: right;
  display: flex;
  position: relative;
}
.top-bar-social-text a {
  border: none;
}
.top-bar-social-text a svg {
  transition: 0.4s;
}
.top-bar-social-text a:hover svg {
  fill: var(--primary-color);
}
.top-bar-social-text p {
  margin: 0;
  margin-right: 5px;
  color: #8993a1;
}


.testimonial-slider-wrapper {
  padding: 20px 45px;
  position: relative;
  background: var(--white-color);
  border-radius: 20px;
}
.sub-title6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.sub-title6 .shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: var(--primary-color);
  border-radius: 99px;
  position: relative;
}
.sub-title6 .dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0;
}
.sub-title6 .dots:before, .sub-title6 .dots:after {
  content: '';
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
.sub-title6 .shape.left .dots {
  left: -6px;
}
.sub-title6 .shape.left .dots:before {
  left: -6px;
}
.sub-title6 .shape.left .dots:after {
  left: -12px;
}
.sub-title6 .shape.right .dots {
  right: -6px;
}
.sub-title6 .shape.right .dots:before {
  right: -6px;
}
.sub-title6 .shape.right .dots:after {
    right: -12px;
}
section.testimonial {
  margin: 40px 0px;
  background: url(../images/testi_bg_4.jpg);
  padding: 80px 0;
}
.testimonial-slider-wpapper-img img {
  width: 100px !important;
  border-radius: 15px;
  z-index: 9;
  border: 5px solid var(--white-color);
}
.testimonial-slider-wpapper-img {
  display: flex;
}
.testimonial-slider-wpapper-last-text {
  margin-left: 130px;
  margin-top: -42px;
}
.slider-svg {
  margin-left: 30px;
  margin-top: 20px;
}
.testimonial-slider-wpapper-last-text {
  position: relative;
  z-index: 99;
}
.testimonial-slider-wpapper-last-text h4 {
  color: var(--white-color);
  font-weight: 500;
  font-size: 22px;
  margin-bottom: -4px;
}
.testimonial-slider-wpapper-last-text h5 {
  color: var(--white-color);
  font-weight: 400;
  font-size: 15px;
  padding-top: 5px;
}
.testimonial-slider-wrapper:after {
  position: absolute;
  content: "";
  width: calc(100% - 120px);
  height: 80px;
  background: var(--primary-color);
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, calc(100% - 50px) 0%, 99% 101%, 0% 101%);
  border-radius: 0px 0px 0px 19px;
  top: 216px;
}
.testimonial-slider-wpapper-text p {
  margin-bottom: 30px;
  line-height: 1.75;
  color: #4d5765;
  font-size: 16px;
}
.slider-svg svg {
  fill: var(--primary-color);
}
.testimonial-slider-wpapper-last-text img {
  margin-left: auto;
  color: #000;
  margin-top: -44px;
  width: 65px !important;
}
.testimonial button.slick-prev.slick-arrow {
  background-color: #00000000;
  color: var(--white-color);
  border: 1px solid;
  display: inline-block;
  padding: 0;
  border-radius: 5px;
  margin-top: 120px;
  float: right;
  margin-left: 5px;
}
.testimonial button.slick-prev.slick-arrow svg {
  height: 40px;
  width: 40px;
  fill: var(--white-color);
}
.testimonial button.slick-next.slick-arrow svg {
  height: 40px;
  width: 40px;
  fill: var(--white-color);
}
.testimonial button.slick-next.slick-arrow {
  background-color: #00000000;
  color: var(--white-color);
  border: 1px solid;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: -320px;
  float: left;
  margin-left: -45px;
  padding: 0;
}
.testimonial .slick-initialized .slick-slide {
  margin-right: 8px;
  margin-left: 8px;
}
.right-preview button svg {
  width: 25px;
  height: 25px;
}


/*================================================
   COUNTER SECTION
==================================================*/
.counter-section {z-index: 99999;position: relative;}
.counter-section .overlay {
  background-image: url(../images/counter/counter_bg_1.jpg);
  padding: 70px 0;
  height: 100%;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.counter-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 25px;
}
.counter-text span {
  font-size: 43px;
  color: var(--white-color);
  display: block;
  margin-top: -65px;
  margin-left: 70px;
  font-weight: 800;
}
.counter-card-icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  background-color: var(--primary-color);
  border: 10px solid #bdbdbd;
  border-radius: 50%;
  box-sizing: content-box;
  text-align: center;
}
.counter-text h2 {
  color: var(--white-color);
  margin-bottom: 5px;
  font-size: 42px;
}

.counter-text p {
  color: var(--white-color);
  display: block;
  margin-bottom: -0.45em;
}
.counter-section .overlay:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
  background-color: #0e121d;
  opacity: 0.8;
}
/*================================================
   COUNTER SECTION
==================================================*/
.consultations-section {
  background-image: url(../images/consultations/mockup_bg_1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  width: 100%;
  height: 580px;
}
.consultation-right-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  height: 100%;
  width: 44%;
}
.consultation-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consultation-play-btn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}
.consultation-play-btn .banner_video {
  position: absolute;
  bottom: 65px;
  left: 44%;
}
.consultation-wrapper {
  padding-top: 80px;
}
.consultation-wrapper p {
  padding: 30px 0px;
  color: var(--white-color);
  font-size: 17px;
  line-height: 28px;
  position: relative;
}
.consultation-wrapper a {
  padding: 15px 30px;
  margin-right: 15px;
}
section.consultations-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  opacity: .7;
}
/*----=============================== TEAM MEMBER SECTION STYLE CSS ==============================================--------*/
section.team-member-section {position: relative;padding: 115px 0px;z-index: 99;margin-top: -120px;padding-top: 225px;padding-bottom: 80px;}
section.team-member-section:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--white-color);
  opacity: 0.9;
}
.team-member-title span,
.team-member-title h2 {
  color: #0e121d !important;
  font-weight: 700;
}
.team-member-title {
  margin-bottom: 60px;
}
.team-member-wrapper {
  position: relative;
}
.team-member-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  transition: 0.4s ease-in-out;
}
.team-member-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.team-member-content {
  border-radius: 0 0 10px 10px;
  background-color: var(--primary-color);
  text-align: center;
  padding: 40px 15px 40px 15px;
  box-shadow: 0px 10px 15px rgba(7, 36, 95, 0.07);
  position: relative;
  z-index: 2;
  transition: 0.6s;
}
.team-member-content:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 9px 9px;
  transition: 0.6s;
}
.team-member-wrapper:hover .team-member-content:before {
  height: 0;
}
.team-member-social {
  position: absolute;
  right: 30px;
  top: -20px;
}
.team-member-social button {
  position: relative;
  z-index: 3;
  border: none;
  background-color: transparent;
  transition: 0.4s ease-in-out;
}
.tm-social {
  position: absolute;
  width: 40px;
  bottom: 50px;
  right: 0;
}
.tm-social a {
  margin-bottom: 7px;
  background: var(--white-color);
  box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
  visibility: hidden;
  opacity: 0;
  transform: translateY(45px);
  transition: 0.6s ease-in-out;
  display: flow;
  border-radius: 50%;
  padding: 8px 0px;
}
.team-member-content h2 {
  font-size: 24px;
  margin-bottom: 4px;
  margin-top: -0.24em;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.team-member-content span {
  color: var(--primary-color);
  display: block;
  font-family: var(--title-font);
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.team-member-social button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-member-social button svg {
  fill: var(--white-color);
  width: 25px;
  height: 35px;
}
.team-member-social:hover button {
  transform: rotate(45deg);
}
.team-member-social:hover .tm-social a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.tm-social:hover a {
  visibility: visible;
  opacity: 1;
}
.tm-social svg {
  fill: var(--primary-color);
  transition: 0.6s;
}
.tm-social a:hover {
  background: var(--primary-color);
}
.tm-social a:hover svg {
  fill: var(--white-color);
}
.team-member-wrapper:hover h2,
.team-member-wrapper:hover span {
  color: var(--white-color);
}
.team-member-wrapper:hover .team-member-img img {
  transform: scale(1.08);
}
.team-member-section-carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}
.team-member-section-carousel button.owl-prev svg, 
.team-member-section-carousel button.owl-next svg {
  position: absolute;
  width: 50px;
  height: 50px;
  fill: var(--primary-color);
  background: var(--white-color);
  border-radius: 50%;
  transition: 0.6s;
  padding: 5px 0px;
  visibility: hidden;
}
.team-member-section .container:hover button.owl-prev svg, 
.team-member-section .container:hover button.owl-next svg {
  visibility: visible;
}
.team-member-section-carousel button.owl-prev svg:hover, 
.team-member-section-carousel button.owl-next svg:hover {
  fill: var(--white-color);
  background: var(--primary-color);
}
.team-member-section-carousel button.owl-prev svg {
  left: 0;
  margin-left: -100px;
  top: 35%;
}
.team-member-section-carousel button.owl-next svg {
  right: 0;
  margin-right: -100px;
  top: 35%;
}
/*----=============================== TESTIMONIALS SECTION STYLE CSS ==============================================--------*/
section.video-section {
  padding: 80px 0px;
  background-image: url(../images/video-1-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 99;
  margin-top: 50px;
}
section.video-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #0e121d;
  opacity: 0.9;
}
.video-sub-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}
.video-text h2 {
    font-size: 48px;
    color: var(--white-color);
}
.video-text .sec-btn-2 {
  margin-top: 40px;
}
.page-wrapper {text-align: center;color: var(--white-color);z-index: 2;}
.btn_title_service a {color: var(--white-color);}
.btn_title_service .btn-title::after, .btn_title_service .btn-title::before {border: 2px solid var(--white-color);}
.btn_title_service .btn-title:hover::after, .btn_title_service .btn-title:hover::before {border: 2px solid #db282d;}
.video_service_one {position: relative;text-align: left;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 100%;}
.banner_video {min-height: 100px;min-width: 100px;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;}
.banner_video a {
  display: inline-block;
  font-size: 13px;
  color: var(--white-color);
  text-align: center;
  position: relative;
  -webkit-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: var(--primary-color);
}
.banner_video a:before {position: absolute;content: '';left: 0;top: 0;height: 100%;width: 100%;border: 2px solid var(--primary-color);opacity: 0;border-radius: 50%;-webkit-animation: pulse-border-2 2s linear infinite;animation: pulse-border-2 2s linear infinite;}
.banner_video a:after {position: absolute;content: '';left: 0;top: 0;height: 100%;width: 100%;border: 2px solid var(--primary-color);opacity: 0;border-radius: 50%;-webkit-animation: pulse-border 1.5s linear infinite;animation: pulse-border 1.5s linear infinite;}
.banner_video a:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.banner_video a:hover::before {
  border: 2px solid var(--white-color);
}
.banner_video a:hover::after {
  border: 2px solid var(--white-color);
}
.banner_video a svg {
  width: 50px;
  height: 50px;
  padding-left: 6px;
}
@-webkit-keyframes pulse-border{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}
@keyframes pulse-border{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-webkit-keyframes pulse-border-2{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}
@keyframes pulse-border-2{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}


/*----=============================== TESTIMONIALS SECTION STYLE CSS ==============================================--------*/
.accordion-item {
  border: none;
}
button.accordion-button.collapsed {
  background: #f3f3f3;
}
.accordion-item .accordion-button {
  margin-top: 25px;
}
.accordion-item:first-of-type .accordion-button {
  background: #f3f3f3;
}
.accordion-button:not(.collapsed) {
  background-color: #f3f3f3 !important;
}
.accordion-body {
  background: #f3f3f3;
}
.accordion-button {
  width: 100%;
  padding: 12px 20px;
}
.customer_testimonials .what_we_do_tiitle h2,
.why_you_work_section .what_we_do_tiitle h2 {
  color: #000;
  font-size: 42px;
}
.why-choose-us-text {position: relative;margin-top: -30px;}
.testimonials_item {
    position: relative;
    transition: all .6s;
    max-width: 800px;
    background: url(../images/service/bg-testimonial.jpg) no-repeat center center ;
    background-size: cover;
    margin: 0 auto 55px;
}
.testimonials_item h4 {
    color: var(--white-color);
    font-size: 20px;
    margin: 0 40px 0 0;
}
.testimonial_quote_star svg {
    color: #de5943;
    margin-bottom: 15px;
}
.testimonial_quote p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 18px;
    color: #cbcbcb;
}
.testimonials_item_bottom {
    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;
}
.testimonials_item_bottom_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 25px;
    padding-right: 56px;
    background: #de5943;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.testimonials_item_bottom_left_img img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 50%;
}
.testimonials_item_bottom_left_text {
    padding-left: 20px;
}
.testimonials_item_bottom_left_text h5 {
    color: var(--white-color);
    font-weight: 600;
    text-transform: capitalize;
}
.testimonials_item_bottom_left_text p {
    color: var(--white-color);
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.testimonial_quote {padding: 15px 20px 30px;}
.testimonials_item h4 {
    padding-left: 20px;
    padding-top: 25px;
}
.testimonials_item_bottom_right svg {
    color: var(--white-color);
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.testimonials_item:hover .testimonials_item_bottom_right svg {
    color: #de5943;
}
section.customer_testimonials {
    margin: 80px 0px;
    position: relative;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-color: var(--primary-color);
  padding: 18px 18px;
  background-size: 36px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-color: var(--primary-color);
    padding: 18px 18px;
    background-size: 36px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: var(--white-color);
  box-shadow: none;
}
.why_you_work_section {
  background: var(--white-color);
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.why_you_work_section_img {
  text-align: right;
  margin-top: 220px;
}
.accordion_two {margin-top: 10px !important;}

.why_you_work_section .what_we_do_tiitle {
    margin-top: 45px;
}
.why_you_work_section .accordion {
  margin-top: 40px;
}
.testimonials_wrapper {
    margin-top: 30px;
}
.accordion-item button:focus {border: 0;box-shadow: none;}
.accordion-item h2 button {font-size: 20px;font-weight: 700;}

.testimonials-slider .owl-nav {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}
.testimonials-slider .owl-nav button {
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  transition: all .6s ease-in-out;
  visibility: hidden;
}
.testimonials-slider:hover .owl-nav button {
  visibility: visible;
}
.testimonials-slider .owl-nav button svg {
  width: 28px;
  height: 28px;
}
.testimonials-slider .owl-nav button:hover {
  background: var(--white-color) !important;
  color: var(--primary-color) !important;
}
.testimonials-slider .owl-prev {
  float: left;
  margin-left: -70px;
  margin-top: 180px;
}
.testimonials-slider .owl-prev svg {
  padding-right: 5px;
}
.testimonials-slider .owl-next svg {
  padding: 3px 0px;
}
.testimonials-slider .owl-next {
  float: right;
  margin-top: 180px;
  margin-right: -70px;
}
.why_you_work_section_new-two {
  background-image: url(../images/service/bg-05.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0 0;
    margin-top: -298px;
}
.why_you_work_section .shadow-title {
  font-size: 160px;
  font-weight: 900;
  color: transparent;
  line-height: 0.89;
  -webkit-text-stroke: 1px #0e121d;
  opacity: 0.08;
  margin-top: -0.08em;
  margin-bottom: -100px;
  width: 100%;
}
.why_you_work_section span.tagline {
  font-size: 16px;
  font-weight: 600;
  color: #0e121d;
  text-transform: uppercase;
  margin-top: -0.41em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.why_you_work_section span.shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: var(--primary-color);
  border-radius: 99px;
  position: relative;
  top: -28px;
  left: 245px;
}
.why_you_work_section span.dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0px;
  left: 43px;
}
.why_you_work_section span.dots:after,span.dots:before {
  content: '';
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
.why_you_work_section span.dots:before {
  left: 6px;
}
.why_you_work_section span.dots:after {
  left: 12px;
}
/*========================================== CHOOSE SECTION STYLE =================================================*/
@keyframes fadeInScale{0%{transform:scale(.9);opacity:0}100%{transform:scale(1);opacity:1}}
.new-fade{-webkit-animation:.7s ease-in-out fadeInScale;-moz-animation:.7s ease-in-out fadeInScale;animation:.7s ease-in-out fadeInScale}

.choose-tabs ul.nav {
  flex-direction: column;
  gap: 20px;
  border-right: 1px solid rgba(0, 15, 87, 0.2);
  margin-right: 30px;
  padding-right: 30px;
  border-bottom: none;
}
.choose-tabs {
  display: flex;
  margin-top: 30px;
}
.choose-tabs ul li button.nav-link {
  font-size: 30px;
  color: #0e121d;
  font-weight: 700;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  padding: 0 4px 0 0;
  border: none;
  background-color: transparent;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-image: url(../images/icon/download.svg);
}
.choose-tabs ul li button.nav-link.active {
  color: var(--white-color);
  background-image: url(../images/icon/download-2.svg);
}
.nav-tabs .nav-link {
  border: var(--white-color);
}
.choose-tabs .tab-content .tab-pane h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.choose-tabs .tab-content .tab-pane p {
  margin-bottom: 20px;
}
.choose-cheklist-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.choose-cheklist-wrap img {
  border-radius: 5px;
  width: 100%;
}
.choose-cheklist-text ul {
  list-style: none;
  padding: 0;
  margin-left: 10px;
}
.choose-cheklist-text ul li svg {
  background: var(--white-color);
  fill: var(--primary-color);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.choose-cheklist-text ul li {
  line-height: 11px;
  margin-top: 12px;
}
span.choose-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: #0e121d;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
span.chose-shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: var(--primary-color);
  border-radius: 99px;
  position: relative;
  top: -53px;
  left: 140px;
}
span.chose-dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0;
  left: 44px;
}
span.chose-dots:after,span.chose-dots:before {
  content: '';
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
span.chose-dots:after {
  left: 6px;
}
span.chose-dots:before {
  left: 12px;
}
section.choose-us-section {
  margin: 120px 0px;
}
.choose-right-wrapper {
  position: relative;
  z-index: 2;
  line-height: 0;
}
.choose-right-img {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.choose-left-text-end {
  text-align: right !important;
}
.choose-bg-shape {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  z-index: -1;
  width: 79%;
  background-color: var(--primary-color);
}
.choose-play-video {
  display: inline-block;
  padding: 50px 50px 70px 50px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 21%;
  background-color: var(--primary-color) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.choose-play-video .banner_video a {
  background: var(--white-color);
  color: var(--primary-color);
  transition: 0.6s;
}
.choose-play-video .banner_video a:hover {
  background: #000;
}
.choose-play-video .banner_video a::before {
  border: 2px solid var(--white-color);
}
.choose-play-video .banner_video a:hover::before {
  border: 2px solid #000;
}
.choose-play-video .banner_video a:hover::after {
  border: 2px solid #000;
}
.choose-back-bg-img {
  position: absolute;
  right: 0;
}
.choose-back-bg-img img {
  margin-top: -540px;
}
/*========================================== ABOUT SECTION STYLE =================================================*/
.about-sub-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.about-sub-title img {
  max-width: 100%;
  height: auto;
}
.about-top-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.about-wrapper p {
  color: #4d5765;
  margin-bottom: 30px;
}
.about-ul-cheaklist {margin-bottom: 45px;}
.about-ul-cheaklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.about-ul-cheaklist ul li {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 14px;
    color: #0e121d;
}
.about-ul-cheaklist ul li svg {
    margin-right: 10px;
    fill: var(--primary-color);
    width: 20px;
    height: 20px;
}
section.about-section {
  padding: 90px 0;
  padding-top: 60px;
}
.about-section-overflow {position: relative;overflow: hidden;}
.price-range {
  margin: 20px;
}
.values {
  margin: 10px 0;
  font-size: 18px;
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
.jump{-webkit-animation:jumpAni 7s linear infinite;animation:jumpAni 7s linear infinite}
@-webkit-keyframes jumpAni{0%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);
transform:translateY(-30px)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes jumpAni{0%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}}
.jump-reverse{-webkit-animation:jumpReverseAni 7s linear infinite;animation:jumpReverseAni 7s linear infinite}
@-webkit-keyframes jumpReverseAni{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes jumpReverseAni{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
.shape-mockup {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 10%;
}
.img-box2 {
  position: relative;
  margin-top: 15px;
}
.about-us-more-button-wrapper .sec-th-btn:before, .about-us-more-button-wrapper .sec-th-btn:after {
  background-color: #0e121d;
}
/*========================================== FOOTER SECTION STYLE =================================================*/
footer.footer-section {
  background: #0e121d;
  color: aliceblue;
  padding-top: 90px;
  padding-bottom: 55px;
}
.footer-common-title h3 {
  position: relative;
  border: none;
  color: var(--white-color);
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 15px 0;
  margin: -0.1em 0 20px 0;
  text-transform: capitalize;
}
.footer-common-title h3:after,
.footer-common-title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background-color: var(--primary-color);
}

.footer-common-title h3:after {
  width: 16px;
  border-left: 4px dashed #0E121D;
  border-right: 4px dashed #0E121D;
  height: 2px;
  background-color: transparent;
  bottom: 0px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
  animation: footerLine 7s linear infinite
}
@-webkit-keyframes footerLine {
  0% {
    left: 40px
  }

  50% {
    left: 0
  }

  100% {
    left: 40px
  }
}

@keyframes footerLine {
  0% {
    left: 40px
  }

  50% {
    left: 0
  }

  100% {
    left: 40px
  }
}
.wiget-one-social svg {
  fill: var(--white-color);
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
.wiget-one-social a {
  padding: 7px 8px 10px 12px;
  background: #3D4250;
  margin: 0px 8px 0px 0px;
  transition: all ease 0.4s;
}
.wiget-one-social a:hover {
  background: var(--primary-color);
}
.footer-wiget-one-text p {
  margin-bottom: 32px;
}
.footer-wiget-two-text ul li a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  max-width: 100%;
  width: max-content;
  padding-right: 0;
  position: relative;
  border: 0;
  color: var(--white-color);
  transition: all ease 0.4s;
}
.footer-wiget-two-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wiget-two-text ul li a:hover {
  color: var(--primary-color);
}
.footer-wiget-two-text ul li a svg {
  width: 25px;
  height: 25px;
  margin-top: -3px;
  transition: all ease 0.3s;
  left: 0;
}
.footer-wiget-two-text ul li a:hover svg {
  left: 5px;
  position: relative;
}
.footer-widget-three-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.footer-widget-icon {
  color: var(--white-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 12px;
  height: 26px;
  width: 26px;
  background: var(--primary-color);
  text-align: center;
  padding: 3px 0px;
}
.footer-widget-three-box-text p {
  display: block;
  color: var(--white-color);
  margin-bottom: 0;
}
.footer-widget-three-box-text p a {color: var(--white-color);}
.footer-widget-three-location {margin-top: 30px;}
.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  line-height: 10px;
}
.recent-post-img {
  width: 21%;
  border-radius: 0px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.recent-post-text {
  padding-left: 10px;
  width: 79%;
  display: inline-block;
  float: left;
}
.recent-post-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.recent-post-text-top svg {
  margin-right: 5px;
  fill: var(--primary-color);
  width: 16px;
  height: 16px;
}
.recent-post-text-top span {
  text-transform: capitalize;
  color: #b2b2b2;
  font-size: 15px;
}
.recent-post-text-top {
  margin-bottom: 5px;
  margin-top: 5px;
}
.recent-post-text h4 {
  color: var(--white-color);
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.recent-post a:hover img {transform: scale(1.1);}
.copyright-left p {
  float: left;
}
.copyright-right {
  float: right;
}
.footer-copyright-section {
  border-top: 1px solid #ffffff36;
  background: #0e121d;
  padding: 25.5px 0;
}
.copyright-left p {
  color: var(--white-color);
  font-size: 14px;
  margin: 0;
}
.copyright-right p {
  color: var(--white-color);
  font-size: 14px;
  margin: 0;
}
.copyright-right a {
  color: var(--primary-color);
}
/*========================================== Home Page SECTION STYLE =================================================*/
@keyframes kenBurns {
  0% {transform: scale(1)}
  100% {transform: scale(1.2)}
}
@-webkit-keyframes kenBurns {
  0% {transform: scale(1)}
  100% {transform: scale(1.2)}
}
.home-section {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 0;
  height: 850px;
  width: 100%;
  margin-top: -135px;  
}
.header-main-bg {
  background: url(../images/slider-mainbg-001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  animation: kenBurns 10s ease alternate infinite;
  -webkit-animation: kenBurns 10s ease alternate infinite;
  background-position: 50% 0% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-section .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 950px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-title-wrapper {text-align: center;}
.home-title-wrapper h1 {font-size: 80px;font-weight: 700;line-height: 90px;color: #fff;margin-top: -100px;position: relative;}
.home-title-wrapper p {color: #fff;font-size: 20px;padding-left: 50px;padding-right: 50px;margin-top: 20px;}
.hero-links {margin-top: 30px;color: #fff;}
.hero-links .h5-sm {display: inline-block;line-height: 1;margin-right: 20px;font-size: 22px;}
.hero-links .h5-sm svg {fill: #fff;height: 24px;width: 24px;}
.hero-7-countries {margin-top: -180px;margin-bottom: 0;}
.hbox-1 {
  position: relative;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 10px;
  margin: 0 8px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hbox-1 img, .hbox-1 .hover-overlay {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}
.item-overlay {
  opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.hbox-1-txt {
  display: inline-block;
  margin: 0 auto;
}
.hero-coutries-carousel .hbox-1-content img {
  position: absolute;
  right: 30px;
  bottom: 32px;
  width: 70px;
  height: 46px;
}
.hbox-1-txt h5 {
  font-weight: 600;
  margin-top: 15px;
  margin-left: 20px;
  font-size: 26px;
  color: #222;
}
.hbox-1:hover .hover-overlay img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.hbox-1:hover .item-overlay {
  opacity: 1;
  -moz-opacity: 1;
}
.hero-coutries-carousel .owl-nav {
  position: relative;
  text-align: center;
  /* margin-top: 30px; */
}
.hero-coutries-carousel .owl-prev, .hero-coutries-carousel .owl-next {
  border: 0;
  text-align: center;
  display: inline-block;
  width: 40px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.hero-coutries-carousel .owl-prev svg, .hero-coutries-carousel .owl-next svg {width: 50px;height: 50px;fill: #ff8b00;}
.hero-coutries-carousel .owl-prev {
  margin-right: 15px;
}
.hero-coutries-carousel .owl-next {
  margin-left: 15px;
}




@media only screen and (max-width:767px) {
  .left-preview li.type-image.slick-slide {
    display: block;
    padding: 30px 25px 40px 0px;
  }
  .slick-list {
    height: 100% !important;
  }
   .left-preview img {
    border-radius: 15px;
    width: 290px;
}
  .cheak-list-item ul {
    display: block;
    margin-top: 20px;
  }
  .type-svg img {
    width: 60px !important;
  }
  .type-svg {
    margin-top: 30px;
  }
  .slider-type-text h3 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .right-preview .slick-list {
    height: 290px !important;
  }




  .testimonial-slider-wrapper {
    padding: 18px 20px;
  }
  .testimonial-slider-wrapper:after {
    height: 80px;
    width: calc(100% - 5px);
    clip-path: polygon(0 0, calc(100% - 35px) 0%, 102% 166%, 0% 100%) !important;
    top: 281px;
  }
  .testimonial-slider-wpapper-last-text img {
    display: none;
  }
  .testimonial-slider-wpapper-last-text {
    margin-left: 95px;
    margin-top: -42px;
  }
  .slider-svg {
    margin-left: 16px;
    margin-top: 8px;
  }
  .testimonial .slick-initialized .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonial button.slick-next.slick-arrow {
    margin-top: -404px;
    float: right;
    margin-right: 35px;
  }
  .testimonial button.slick-prev.slick-arrow {
    margin-top: -50px;
    margin-left: 0px;
  }
  .testimonial-slider-wpapper-img img {
    width: 80px !important;
  }
}

/*========================================== MOBILE VERSION STYLE =================================================*/
@media only screen and (max-width:767px) {
.custom-container {padding-left: 10px;padding-right: 10px;max-width: 100%}
.custom-row {margin-right: -5px;margin-left: -5px}
.custom-padding {padding-left: 7px;padding-right: 7px}
.middle-header {display: none;}
.top-nav-container {border: none !important;}
#nav {box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
#nav.sticky .top-nav-container {border: none !important;}
.top-nav-main .navbar-brand {display: block;padding: 0;}
.right-menu-link {display: block !important;}
.top-nav-main .navbar-brand img {height: 45px;width: 100%;margin: 5px 0;}
.mobile-side-logo-wrapper {padding-top: 5px;padding-bottom: 5px;}
.mobile-side-logo img {height: 40px; margin: 8px 0px;}
.mobile-nav-ul-body {padding-top: 0;}
.navbar-nav-mobile-sub-body {padding: 0;}
.mobile-menu-sub-text:focus {border: 0;box-shadow: none;}
.mobile-menu-social {text-align: center;padding-top: 20px;}
.mobile-menu-social .top_socail_icon_area {float: unset;width: 100%;margin: 0;}
.mobile-nav-ul {margin-bottom: 0 !important;padding-left: 0 !important;}
.mobile-nav-ul li a {padding-left: 10px;padding-right: 10px;font-size: 17px;}
.navbar-nav-mobile-sub {}
.mobile-menu-sub-text {padding-left: 10px;padding-right: 10px;font-size: 17px;color: #000;}
.navbar-nav-mobile-sub li a {font-size: 16px;}
#back_to_top {right: 15px;}
#nav.sticky.top-nav-main .navbar-brand img {height: 45px;}
.top-header {padding: 3px 0;background: #eee;}


}