

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f86823;
  color: #fff;
}

::-moz-selection {
  background: #f86823;
  color: #fff;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #152238;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #f86823;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #f86823;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f9735b;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: rgba(250,250,250,0.99) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #152238!important;
}

.background-header .main-nav .nav li:last-child a {
  color: #152238  !important;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #f86823 !important;
}

.background-header .main-nav .nav li:hover a {
  color: #f86823!important;
}

.background-header .nav li a.active {
  color: #f86823!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background: rgba(250,250,250,0.1);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #f86823;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  /* margin-top: 27px; */
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}

/* .nav li:last-child a */

/* .header-area .main-nav .nav > li:last-child > a {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #f86823;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
} */

.header-area .main-nav .nav > li:last-child > a:hover  {
  /* background-color: #f9735b; */
  opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #f86823!important;
  opacity: 1;
}

/* .background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f86823!important;
  opacity: 1;
} */

.header-area .main-nav .nav > li:hover > a,
.header-area .main-nav .nav > li > a.active {
    color: #f86823 !important;
    opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  /* margin-top: 20px !important; */
}

.header-area.header-sticky .nav li a.active {
  color: #f86823;
}
/* Dropdown parent */
.nav .submenu {
    position: relative;
}

/* Dropdown menu */
.nav .submenu ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* Dropdown items */
.nav .submenu ul li {
    display: block;
}

.nav .submenu ul li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.nav .submenu ul li a:hover {
    /* background: #ff7a00; */
    color: #fff !important;
}
.header-area .main-nav .nav .submenu ul li a {
    color: #000 !important;
}

.header-area .main-nav .nav .submenu ul li a:hover {
    color: #f86823 !important;
    /* background: #f5f5f5; */
}
/* Show dropdown on hover */
.nav .submenu:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nav .submenu > a i {
    font-size: 15px;
    transition: transform 0.3s ease;
}

/* Rotate icon on hover */
.nav .submenu:hover > a i {
    transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f86823!important;
    opacity: 1;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #f86823;
    color: #fff;
  }
  /* .header-area .main-nav .nav li:last-child a {
    background-color: #f86823!important;
  } */
  /* .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: #f86823!important;
    color: #fff!important;
  } */
  /* .header-area.header-sticky .nav {
    margin-top: 80px !important;
  } */
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #152238 !important;
  }
  /* .header-area .main-nav .nav li:last-child a {
    color: #fff!important;
  } */
  .header-area .main-nav .nav li a:hover {
    /* background: #eee !important; */
    color: #f86823!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    /* background-color: rgba(35,45,57,0.8); */
    background-color: rgb(35 45 57 / 39%);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f86823;
  font-weight: 900;
}



/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
  padding: 120px 0px;
  background-image: url(../images/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h2 em {
  font-style: normal;
  color: #f86823;
}

.cta-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}




/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #152238;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #152238;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}

/* 14. what-we-do */
.what-we-do {
    padding: 50px;
    border: 1px solid #999999;
    border-radius: 50px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.what-we-do.second-div:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    left: 0;
    top: 0;
}
.what-we-do.second-div:hover:before {
    height: 0;
}
.what-we-do h3 {
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;

}
/* .what-we-do i {
    position: relative;
    width: 160px;
    height: 160px;
    background-color: #f8e6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
} */
.what-we-do svg {
    fill: url(#paint0_linear_247_30);
}
.what-we-do:hover svg {
    fill: #fff;
}
/* .what-we-do i:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 30px;
    background-color: #f8e6f8;
    border-radius: 34px;
    top: 0;
    left: -21px;
}
.what-we-do i:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 30px;
    background-color: #f8e6f8;
    border-radius: 34px;
    bottom: 0;
    right: -21px;
} */
.what-we-do p {
    position: relative;
}
.what-we-do:hover p,.what-we-do:hover h3{
    color: #fff;
}
.what-we-do:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 6px;
    border-radius: 50px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.what-we-do:hover:after {
    width: 50%;
}
/* Hover state */
.what-we-do.two.style2:hover {
    background-image: none !important;
    background-color: #ffffff;
}

.what-we-do.two.style2:hover h3,
.what-we-do.two.style2:hover p {
    color: #152238;
}

.what-we-do i:after,.what-we-do i:before,.what-we-do:after,.projects a,ul.image-gallery li figure:before,
.what-we-do h3:hover,.what-we-do svg,.what-we-do,.what-we-do i,.what-we-do p,.what-we-do h3,.social-media-text a:before,
.our-services-text i svg,.our-services-text i:before,.our-services-text h4,.what-we-do:before{
    transition: .4s ease-in-out;
}
/* 42. what-we-do.style2 */
.what-we-do.style2 {
    background-color: #444;
}
.what-we-do.style2:before {
    background-color: #270537;
}
.what-we-do.style2 {
    display: flex;
    text-align: initial;
    width: 100%;
}
.what-we-do.style2 img {
    width: 53%;
    position: relative;
}
.what-we-do.style2 i {
    margin-left: 0;
}
.what-we-do.style2 svg {
    fill: #fff;
}
.what-we-do.style2 {
    background-repeat: no-repeat;
    background-size: cover;
}
.what-we-do.style2 p,.what-we-do.style2 h3 {
    color: #fff;
}
.what-we-do.two {
    text-align: inherit;
}
/* .what-we-do.two i {
    width: 120px;
    height: 120px;
    margin: 0;
    margin-left: 21px;
} */
.what-we-do.two svg {
    width: 65px;
    height: 65px;
}
.what-we-do.two {
    margin-bottom: 30px;
}

.what-we-do .btn_hover {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
    border-radius: 50px;
    border: 1.5px solid #f86823;
    color: #ffffff;
    z-index: 1;
    padding: 10px 20px;
}
/* .what-we-do.two i:before,.what-we-do.two i:after {
    width: 99px;
    height: 21px;
} */
.gap {
    padding: 100px 0;
}
.heading {
    padding-bottom: 45px;
    width: 85%;
}
.heading.two {
    width: 70%;
    margin: auto;
    text-align: center;
}
.heading.two .heading-shap {
    display: block;
    width: 45px;
    height: 10px;
    margin: auto;
    margin-bottom: 14px;
    border-radius: 40px;
}
.heading-shap, ul.features li:before {
    background-color: #FF005C;
}
.heading p {
    display: inline;
    font-weight: 800;
    text-transform: uppercase;
}
.heading h2 {
    font-weight: 800;
    padding-top: 10px;
}
.icon-circle {
    background-color: orange;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}
.heading.two h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff7a00; /* optional - orange text */
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.heading.two h4::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 40px;  
    height: 3px; 
    background-color: #ff7a00; 
    border-radius: 2px;
}

.section-padding {
    padding: 80px 0;
}
  .brand-wrapper h6::after {
    display: none;
  }

.brand-wrapper .brand-image {
  text-align: center;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.brand-wrapper .brand-image:hover {
  filter: initial;
  opacity: 1;
}
.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
  filter: initial;
  opacity: 1;
}

/* ====== 1.4. About Us section ====== */

.about {
    margin: 100px 0;
    position: relative;
}

.about h5 {
    color: #f86823;
}

.about h2 {
    color: #000000;
    margin: 10px 0;
}

.about p, .description_box p{
    color: #000000;
    padding-right: 30px;
}

.about h3 {
    color: #000000;
    margin-bottom: 5px;
}

.about a {
    color: #152238;
}

.about .col-lg-3 h2 {
    background: linear-gradient(66.75deg, #f86823 0%, #ffb27a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_hover2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    border: 1.5px solid #f86823;
    color: #ffffff !important;
    z-index: 1;
    background: linear-gradient(66.75deg, #f86823 0%, #ffb27a 100%);
    padding: 10px 20px;
}
.btn_hover2:hover {
    color: #152238 !important;
}

.btn_hover2::before {
    border-radius: 50px 50px 0 0;
    content: "";
    position: absolute;
    width: 0;
    height: 50%;
    transition: all 0.3s ease-in;
    background: #ffffff;
    z-index: -1;
    top: 0;
    left: 0;
}

.btn_hover2:hover::before {
    width: 100%;
    background: #ffffff;
}

.btn_hover2::after {
    border-radius: 0 0 50px 50px;
    content: "";
    position: absolute;
    width: 0;
    height: 50%;
    transition: all 0.3s ease-in;
    background: #ffffff;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.btn_hover2:hover::after {
    width: 100%;
    background: #ffffff;
}

.ab-image {
    width: 100%;
}

.about-cercle1 {
    position: absolute;
    width: 228px;
    left: 400px;
    top: -63px;
}

.about-cercle2 {
    position: absolute;
    width: 284px;
    right: 0;
    bottom: -105px;
}

.btn_hover {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    border: 1.5px solid #f86823;
    color: #ffffff;
    z-index: 1;
    padding: 10px 20px;
}
.gap-3
{
  gap:1rem;
}

.brand-section
{
  position: relative;
  background-color: #f0eff5;
}
.brand-section .bottom-wave {
    
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}
.brand-section .top-wave {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}

/* ====== End of 1.4. About Us section ====== */
.get-qoute-banner {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 50px;
}
.get-qoute-banner .info p {
  color: #666;
  margin-bottom: 5px;
}
.get-qoute-banner .info h6 {
  font-size: 24px;
  font-weight: bold;
}
.get-qoute-banner .img {
  text-align: center;
}
.get-qoute-banner .img img {
  width: 200px;
  margin-top: -30px;
}
.text-lg-end
{
    text-align: right !important;
}


/* ====== 1.13. Footer section ====== */

.ab-footer {
    margin-top: 100px;
}

footer div:first-child h5 {
    color: #d12bec;
}

footer {
    position: relative;
}
footer {
    background: #ffffff;
    /* border-top: 1px solid #eaeaea; */
   box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

footer h2 {
    color: #000000;
}

footer .footer-para {
    color: #000000;
    padding: 0 330px;
}

footer form input {
    width: 50%;
    background-color: #ffffff;
    border: 1.5px solid #308ad680;
    border-radius: 60px;
    padding-left: 30px;
    outline: none;
    color: #757575;
}

footer button {
    border-radius: 50px;
    border: 1.5px solid #d12bec;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
}

footer button::before {
    border-radius: 50px 50px 0 0;
    content: "";
    position: absolute;
    width: 0;
    height: 50%;
    transition: all 0.3s ease-in;
    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);
    z-index: -1;
    top: 0;
    left: 0;
}

footer button:hover::before {
    width: 100%;
    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);
}

footer button::after {
    border-radius: 0 0 50px 50px;
    content: "";
    position: absolute;
    width: 0;
    height: 50%;
    transition: all 0.3s ease-in;
    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);
    z-index: -1;
    bottom: 0;
    right: 0;
}

footer button:hover::after {
    width: 100%;
    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);
}

footer form button i {
    color: #d12bec;
    font-size: 22px;
    transition: all 0.3s ease;
}

footer form button:hover i {
    color: #ffffff;
}

#footer-message {
    display: none;
    background: linear-gradient(66.75deg, #00a5cf 0.87%, #d12bec 100%);
    color: white;
    width: 50%;
    height: 42%;
    padding: 120px 0 120px 0;
    font-size: 20px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border-radius: 10px;
}

footer .col-lg-5 img {
    width: 170px;
    margin-bottom: 20px;
    margin-top: -17px;
}

footer .row {
    margin-top: 50px;
}

footer .col-lg-3 hr {
    width: 120px;
    position: absolute;
    top: 93px;
    right: -30px;
    rotate: 90deg;
    color: #000000;
    opacity: 1;
}

footer .row p {
    color: #000000;
}

footer .col-lg-5 span a {
    background: #000000;
    border-radius: 50%;
    color: #ffffff;
    padding: 9px 9px !important;
}

footer .col-lg-5 span a:first-child {
    padding: 10px 15px 8px 14px !important;
}

footer .col-lg-5 span a:nth-child(2) {
    padding: 10px 11px 8px 11px !important;
}

footer .col-lg-5 span a:nth-child(3) {
    padding: 10px 10px 8px 11px !important;
}

footer .col-lg-5 span a:nth-child(4) {
    padding: 10px 10px 8px 12px !important;
}

footer .col-lg-5 span a:nth-child(5) {
    padding: 11px 13px 7px 13px !important;
}

footer .col-lg-5 span a:hover {
    background: linear-gradient(66.75deg, #f86823 0%, #ffb27a 100%);
}

footer .col-lg-5 span a i {
    font-size: 22px;
}

footer .row h4 {
    color: #202020;
}

footer .row .col-lg-3 a {
    color: #000000;
}

footer .row .col-lg-3 a:hover {
    color: #f86823;
}

footer .col-lg-4 i {
    font-size: 22px;
    color: #f86823;
}

footer .col-lg-4 i:hover {
    color: #152238;
}

footer hr {
    color: #000000;
    opacity: 1;
}

footer h6 {
    color: #000000;
}

footer .footer-cercle1 {
    position: absolute;
    top: 52px;
    width: 394px;
    z-index: -1;
    left: 14%;
}

.footer-cercle2 {
    position: absolute;
    width: 220px;
    z-index: -1;
    right: 0;
}

.gap-4 {
    gap: 1rem !important;
}

/* ====== End of 1.13. Footer section ====== */


.sub-banner {
    background: url('../images/banner_about.jpg') no-repeat center center/cover;
    height: 350px; /* small banner */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #fff;
}

.sub-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* dark overlay */
}

.sub-banner-content {
    position: relative;
    z-index: 2;
}

.sub-banner h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sub-banner p a {
    color: #ff7a00;
    text-decoration: none;
}

.title_all_box.style_one .title_sections .before_title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #ff7a00;
    padding: 0px 0px 10px 0px;
    text-decoration: underline;
}
.icon_box_all.style_two {
    padding-top: 20px;
    border-top: 3px solid #ddd;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    min-height: 75px;
}

.icon_box_all {
    position: relative;
}
.icon_box_all.style_two .icon_content {
    position: relative;
    display: flex;
}
.icon_box_all.style_two .icon_content .icon img {
    width: 48px;
    height: auto;
    margin: auto;
}
.icon_box_all.style_two .icon_content .txt_content {
    position: relative;
    margin-left: 8px;
}
.icon_box_all.style_two .icon_content .txt_content h3 a {
    display: block;
    color: var(--heading-dark);
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.theme_btn_all a{
  color: #ff7a00;
}
.image_boxes.style_two {
    position: relative;
    min-height:450px;
    display: inline-block;
}
.image_boxes.style_two .background_image {
    position: absolute;
    min-width: 600px;
    left: -120px;
    height: 460px;
    top: -33px;
    width: 100%;
}
.image_boxes.style_two .image.one {
    float: left;
}

.image_boxes.style_two .image {
    position: relative;
    width: 270px;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
}
.image_boxes.style_two .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image_boxes.style_two .image {
    position: relative;
    width: 270px;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
}
.image_boxes.style_two .image.two {
    position: absolute;
    right: -300px;
    margin-top: 75px;
}
.image_boxes.style_two .image {
    position: relative;
    width: 270px;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
}
.image_boxes.style_two .authour_quotes {
    position: absolute;
    width: 330px;
    bottom: 30px;
    left: 0;
    padding: 25px 25px 18px;
    border-radius: 10px;
    background: orangered;
    z-index: 2;
}
.image_boxes.style_two .authour_quotes i {
    font-size: 50px;
    color: #fff;
    opacity: 0.1;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.icon-quote:before {
    content: "\e91f";
}
.image_boxes.style_two .authour_quotes h6 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 26px;
    margin-bottom: 8px;
}
.z_99 {
    z-index: 99;
}
.bg_light_1 {
    background: #f0f3f9 !important;
}
.simple_image_boxes {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.height_250px, .height_250 {
    height: 250px !important;
}
.parallax_cover img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.simple_image_boxes img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.icon_box_all.style_three {
    text-align: center;
    background: #fff;
    padding: 40px 35px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
}
.icon_box_all.style_three .icon_content {
    position: relative;
}
.icon_box_all.style_three .icon_content .icon {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.icon_box_all.style_three .icon_content .icon span {
    font-size: 60px;
    line-height: 60px;
    color: var(--primary-color-one);
}
.icon img
{
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.icon_box_all.style_three .icon_content .txt_content h3 a {
    display: block;
    color: #282f3b;
    line-height: 30px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}
.icon_box_all.style_three .icon_content .txt_content p {
    margin-bottom: 0px;
}
.icon_box_all.style_three .icon_content .txt_content ul {
    margin: 30px 0 35px;
    padding: 0;
}
.icon_box_all.style_three .icon_content .txt_content ul li {
    text-align: left;
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    color: #7a7a7a;
    font-size: 14px;
}
.icon_box_all.style_three .icon_content .txt_content ul li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 20px;
    border: 2px solid #e4e7ee;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.team_box {
  position: relative;
  margin-bottom: 30px;
}
.team_box.type_one .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 295px;
  margin-bottom: 0px;
}
.team_box.type_one .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team_box.type_one .image_box .overlay {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  padding: 40px 40px 0px 40px;
  opacity: 0;
}
.team_box.type_one .image_box .overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.7;
  background: var(--color-set-one-2);
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.team_box.type_one .image_box .overlay p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  transform: translateY(50px);
  opacity: 0;
}
.team_box.type_one .image_box .overlay ul {
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 0px !important;
  transform: translateY(100px);
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  opacity: 0;
}
.team_box.type_one .image_box .overlay ul li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 3px;
}
.team_box.type_one .image_box .overlay ul li:last-child {
  padding-right: 0px;
}
.team_box.type_one .image_box .overlay ul li a {
  background: var(--color-set-one-4);
  width: 35px;
  height: 35px;
  line-height: 36px;
}
.team_box.type_one .contnet {
  position: relative;
  padding: 20px;
}
.team_box.type_one .contnet .title_20 a {
  margin-bottom: 8px;
}
.team_box.type_one .contnet p {
  font-size: 16px;
  margin: 0px;
  line-height: 24px;
}
.team_box.type_one .contnet .link {
  position: absolute;
  right: 25px;
  top: -25px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  display: block;
  text-align: center;
  border-radius: 45px;
  margin-left: auto;
  background: var(--color-white);
  box-shadow: var(--box-shadow-two);
  border: 0px;
  z-index: 1;
  transform: rotate(0);
}
.team_box.type_one:hover .image_box .overlay {
  opacity: 1;
}
.team_box.type_one:hover .image_box .overlay::before {
  opacity: 1;
  left: 0;
}
.team_box.type_one:hover .image_box .overlay p, .team_box.type_one:hover .image_box .overlay ul {
  opacity: 1;
  transform: translateY(0);
}
.team_box.type_one:hover .contnet .link {
  background: var(--color-set-one-1);
  transform: rotate(45deg);
}
.team_box.type_one:hover .contnet .link svg path {
  stroke: var(--color-white);
}
.team_box.type_two .team_box_inner {
  text-align: center;
  padding: 25px 25px 0px;
  border-radius: 13px;
}
.team_box.type_two .team_box_inner:before {
  position: absolute;
  content: "";
  border-radius: 13px;
  width: 100%;
  height: calc(100% - 60px);
  background: #edf7fe;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.team_box.type_two .contnet {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.team_box.type_two .contnet h6 a {
  margin-bottom: 3px;
}
.team_box.type_two .image_box {
  position: relative;
  height: 190px;
  overflow: hidden;
  border-radius: 12px;
}
.team_box.type_two .image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team_box.type_two .image_box .social-icons {
  position: absolute;
  text-align: center;
  padding: 15px 5px;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: auto;
}
.team_box.type_two .image_box .social-icons:before {
  position: absolute;
  content: "";
  background: var(--color-set-one-2);
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team_box.type_two .image_box .social-icons ul li {
  padding: 0px 2px;
}
.team_box.type_two .image_box .social-icons ul li .m_icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 12px;
  color: var(--heading-color-one);
  background: var(--color-white);
}
.team_box.type_two:hover .team_box_inner:before {
  background: #fff1ee;
}
.team_box.type_two:hover .image_box .social-icons {
  bottom: 0;
}
.team_box.type_two:hover .contnet h6 a {
  color: var(--color-white);
}
.team_box.type_two:hover .contnet h6 a span:after {
  color: var(--color-white);
}
.team_box.type_two:hover .contnet p {
  color: var(--color-white);
}
.title_22 {
    font-size: unset;
    line-height: unset;
    margin-bottom: 0px;
}
.team_box.type_two .contnet h6 a {
    margin-bottom: 3px;
}

.title_22 a {
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    color: #0f3567;
    display: block;
    margin-bottom: 10px;
}


.service-detials-step-1 .thumbnail {
  margin-bottom: 45px;
}
.service-detials-step-1 .title {
  margin-bottom: 16px;
}
.service-detials-step-1 p.disc {
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 26px;
}
.service-detials-step-1 .service-details-card {
  padding: 30px;
  box-shadow: 0px 8px 30px #6a6a6a1a;
  display: flex;
  align-items: flex-start;
  border-left: 5px solid #df0a0a;;
}
.service-detials-step-1 .service-details-card .thumbnail img {
  height: 29px;
  width: 74px;
}
.service-detials-step-1 .service-details-card .details {
  margin-left: 20px;
}
.service-detials-step-1 .service-details-card .details .title {
  margin-bottom: 5px;
  font-size: 18px;
}
.service-detials-step-1 .service-details-card .details p {
  margin-bottom: 0;
}
.service-detials-step-2 p.disc {
  font-size: 16px;
  line-height: 26px;
}
.service-detials-step-2.inner {
  max-width: 900px;
  margin: 0 auto;
}

.service-detials-step-2 .single-service-step {
  background: #fff;
  padding: 40px 20px;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 6px 39px #0000000a;
}
.service-detials-step-2 .single-service-step p.step {
  position: relative;
  color: #fff;
  z-index: 1;
  margin-bottom: 52px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-top: 29px;
}
.service-detials-step-2 .single-service-step p.step::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: #DF0A0A;
  height: 60px;
  width: 60px;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.service-detials-step-2 .single-service-step p.step::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: #e81c2e1a;
  height: 90px;
  width: 90px;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.service-detials-step-2 .single-service-step .title {
  margin-bottom: 8px;
}
.service-detials-step-2 .single-service-step p.disc {
  font-size: 16px;
  line-height: 26px;
}
.service-detials-step-3 .title {
  margin-bottom: 8px;
}
.service-detials-step-3 p.disc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.service-detials-step-3 .single-banifits {
  margin-bottom: 10px;
}
.service-detials-step-3 .single-banifits i {
  margin-right: 15px;
  color: #df0a0a;
}
.rts-single-wized {
  background: #F6F6F6;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
}
.rts-single-wized:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized {
    padding: 20px;
  }
}
.rts-single-wized.service {
  border-radius: 0;
}
.rts-single-wized.service .single-categories li a {
  border-radius: 0;
}
.rts-single-wized.download {
  background: #1C2539;
}
.rts-single-wized.download .title {
  color: #fff;
}
.rts-single-wized.download .single-download-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #2E3951;
}
.rts-single-wized.download .single-download-area:first-child {
  padding-top: 0;
}
.rts-single-wized.download .single-download-area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.rts-single-wized.download .single-download-area .mid {
  margin-right: auto;
  margin-left: 15px;
}
.rts-single-wized.download .single-download-area .mid .title {
  margin-bottom: 0;
  font-size: 18px;
  font-family: var(--font-primary);
}
.rts-single-wized.download .single-download-area .mid span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.rts-single-wized.download .single-download-area a.rts-btn {
  padding: 11px 15px;
  border-radius: 0;
}
.rts-single-wized.contact {
  background: #1C2539;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized.contact {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized.contact:last-child {
    margin-bottom: 0;
  }
}
.rts-single-wized.contact .wized-body {
  text-align: center;
}
.rts-single-wized.contact .wized-body .title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
}
.rts-single-wized.contact .wized-body a.rts-btn {
  display: block;
  max-width: max-content;
  margin: auto;
}
.rts-single-wized .wized-header .title {
  margin-bottom: 10px;
}
.rts-single-wized .wized-body {
  margin-top: 30px;
}
.rts-single-wized .wized-body .rts-search-wrapper {
  position: relative;
}
.rts-single-wized .wized-body .rts-search-wrapper input {
  background: #fff;
  height: 55px;
  border-radius: 5px;
  padding-right: 70px;
  padding-left: 25px;
  border: 1px solid transparent;
}
.rts-single-wized .wized-body .rts-search-wrapper input:focus {
  border: 1px solid var(--color-primary);
}
.rts-single-wized .wized-body .rts-search-wrapper button {
  position: absolute;
  max-width: max-content;
  height: 55px;
  width: 55px;
  border-radius: 5px;
  background: var(--color-primary);
  display: inline-block;
  padding: 0 19px;
  right: 0;
}
.rts-single-wized .wized-body .rts-search-wrapper button i {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.rts-single-wized .single-categories {
  margin-bottom: 15px;
  padding: 0;
}
.rts-single-wized .single-categories:last-child {
  margin-bottom: 0;
}
.rts-single-wized .single-categories li {
  list-style: none;
}
.rts-single-wized .single-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: #fff;
  color: #5D666F;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 5px;
}
.rts-single-wized .single-categories li a i {
  color: #df0a0a;
  transition: 0.3s;
}
.rts-single-wized .single-categories li a:hover {
  background: #df0a0a;
  transform: translateY(-5px) scale(1.03);
  color: #000;
}
.rts-single-wized .single-categories li a:hover i {
  color: #fff;
}
.rts-single-wized .recent-post-single {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rts-single-wized .recent-post-single:last-child {
  margin-bottom: 0;
}
.rts-single-wized .recent-post-single .thumbnail {
  margin-right: 20px;
  overflow: hidden;
  max-width: max-content;
  width: 100%;
  border-radius: 5px;
}
.rts-single-wized .recent-post-single .thumbnail img {
  min-width: 85px;
  height: auto;
  transition: 0.3s;
}
.rts-single-wized .recent-post-single .thumbnail:hover img {
  transform: scale(1.2);
}
.rts-single-wized .recent-post-single .user {
  display: flex;
  align-items: center;
}
.rts-single-wized .recent-post-single .user span {
  margin-left: 9px;
}
.rts-single-wized .recent-post-single .post-title .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1C2539;
  line-height: 26px;
  margin-top: 5px;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .recent-post-single .post-title .title {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
  }
}
.rts-single-wized .recent-post-single .post-title:hover .title {
  color: var(--color-primary);
}
.rts-single-wized .gallery-inner {
  display: flex;
  flex-direction: column;
}
.rts-single-wized .gallery-inner .single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rts-single-wized .gallery-inner .single-row a {
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a {
    display: block;
    width: 100%;
  }
}
.rts-single-wized .gallery-inner .single-row a img {
  max-width: 97px;
  height: auto;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-single-wized .gallery-inner .single-row a img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 269px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 193px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 135px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 80px;
  }
}
.rts-single-wized .gallery-inner .single-row a:hover img {
  transform: scale(1.2);
}
.rts-single-wized .gallery-inner .single-row.row-1 {
  margin-bottom: 20px;
}
.rts-single-wized .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.rts-single-wized .tags-wrapper a {
  padding: 5px 16px;
  background: #fff;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #1C2539;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.rts-single-wized .tags-wrapper a:hover {
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-3px) scale(1.09);
}
.mb--40 {
    margin-bottom: 40px !important;
}

.mt--30 {
    margin-top: 30px !important;
}
.mt--40 {
    margin-top: 40px !important;
}
.sticky-sidebar {
    position: sticky;
    top: 100px; /* adjust based on header height */
}

/* contact page */
/*--------------------------------------------------------
/ 8. Contact Page
/---------------------------------------------------------*/
.contact-page-section{
    position: relative;
    padding: 100px 0;
}
.contact-page-section .sub-title-2 span{
    background: #f7fbff;
}
.contact-page-form{
    position: relative;
    background: #fff;
    padding: 50px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.2);
    -moz-box-shadow:    0px 10px 20px 0px rgba(149, 183, 208, 0.2);
    box-shadow:         0px 10px 20px 0px rgba(149, 183, 208, 0.2);
}
.contct-box{
    position: relative;
    margin-left: 20px;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 20px;
    padding-left: 120px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.2);
    -moz-box-shadow:    0px 10px 20px 0px rgba(149, 183, 208, 0.2);
    box-shadow:         0px 10px 20px 0px rgba(149, 183, 208, 0.2);
}
.contct-box i{
    width: 60px;
    height: 60px;
    background: #ff4a17;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 30px;
}
.contct-box h3{
    font-size: 20px;
    line-height: .8;
    letter-spacing: -.48px;
    margin-bottom: 15px;
}
.contct-box p{
    margin: 0;
}
.quomodo-map{
    position: relative;
    line-height: .8;
    margin-top: 120px;
}
.quomodo-map iframe{
    width: 100%;
    height: 500px;
    border: none;
}
/* .grayscale iframe{
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    filter: grayscale(100%);
} */
.input-form {
    position: relative;
    margin-bottom: 20px;
}
.input-form i {
    font-size: 16px;
    line-height: 70px;
    position: absolute;
    right: 40px;
    top: 0;
    color: #14212b;
    opacity: .3;
}
.input-form textarea, .input-form input {
    width: 100%;
    border: none;
    outline: none;
    height: 70px;
    background: #f7fbff;
    font-size: 16px;
    line-height: 70px;
    color: #14212b;
    padding: 0 40px;
}
.input-form textarea {
    resize: none;
    line-height: 30px;
    height: 150px;
    padding-top: 19px;
}
/* career page styles */
/************************************************
           ==Jobs Listing Hero==
*************************************************/
.jobs-hero {
    background: linear-gradient(120deg, rgba(226, 242, 255, 0.85) 0%, rgba(221, 252, 231, 0.85) 100%);
    padding: 60px 0 60px;
}
.jobs-hero-wrapper {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.jobs-hero-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.jobs-hero-copy {
    margin: 0;
    color: #475569;
    max-width: 620px;
}
.jobs-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.14);
    color: #2563eb;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.jobs-hero-form {
    width: 100%;
}
.jobs-hero-field {
    display: flex;
    align-items: center;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 16px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.9);
    transition: border-color 0.2s ease, background 0.2s ease;
}
.jobs-hero-field i {
    color: #2563eb;
}
.jobs-hero-field .form-control,
.jobs-hero-field .form-select {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 0.95rem;
	appearance: auto;
}
.jobs-hero-field:focus-within {
    border-color: rgba(37, 99, 235, 0.7);
    background: #ffffff;
}
.jobs-hero-submit {
    border-radius: 16px;
    height: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .jobs-hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .jobs-hero {
        padding: 70px 0 60px;
    }
    .jobs-hero-field {
        border-radius: 14px;
        padding: 12px 16px;
    }
    .jobs-hero-submit {
        min-height: 52px;
    }
}
/************************************************
           ==Jobs Board Layout==
*************************************************/
.jobs-board {
    padding: 70px 0;
}
.talent-hero .jobs-hero-wrapper {
    max-width: 880px;
}
.filter-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 24px 28px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.15);
    margin-bottom: 24px;
}
.filter-card.spotlight {
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 30px 55px rgba(15, 23, 42, 0.12);
}
.filter-field {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 14px;
    padding: 10px 14px;
    background: #f8fafc;
    margin-bottom: 12px;
}
.filter-field i {
    color: #2563eb;
}
.filter-field .form-control {
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
    font-size: 0.95rem;
}
.filter-field .form-control:focus {
    box-shadow: none;
}
.filter-switch label {
    font-weight: 600;
    color: #0f172a;
}
.filter-card h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}
.filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}
.filter-list label {
    display: flex;
    align-items: center;
    gap:6px;
    color: #475569;
    font-size: 0.95rem;
}
.filter-list input {
    margin-right: 6px;
}
.filter-list span {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 0.8rem;
	margin-left: auto;
}
.jobs-board-header{margin-bottom: 30px;}

.jobs-board-header h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.jobs-count {
    color: #64748b;
}
.jobs-sort .form-select {
    min-width: 180px;
	padding: 12px;
}

.job-grid .job-board-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.16);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.job-board-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}
.job-board-card.featured::after {
    content: "\f0e7";
    font-family: 'FontAwesome';
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ef4444;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.job-list-content h4 a, .job-grid .job-board-card h4 a{color: #333; font-weight: 600;}
.job-card-status .job-type {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
}
.job-type.fulltime {
    color: #15803d;
}
.job-type.contract {
    color: #b91c1c;
}
.job-salary {
    color: #0f172a;
    font-weight: 600;
}
.job-location {
    color: #2563eb;
    font-weight: 600;
}
.job-location i {
    margin-right: 6px;
}
.job-list {
    display: grid;
    gap: 24px;
}
.job-list-item {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.08);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}
.job-list-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}
.job-list-item.featured::after {
    content: "\f0e7";
    font-family: 'FontAwesome';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ef4444;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: 24px;
}
.job-list-header {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.job-list-posted {
    color: #94a3b8;
    font-weight: 500;
    font-size: 0.9rem;
}
.job-list-main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
}
.job-list-logo img {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    background: #f1f5f9;
    padding: 10px;
}
.job-list-content h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
}
.job-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #475569;
    font-size: 0.95rem;
    margin-bottom: 12px;
}
.job-list-meta i {
    color: #2563eb;
    margin-right: 6px;
}
.job-list-summary {
    color: #64748b;
    margin: 0;
}
.job-list-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}
.job-list-actions .btn {
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 600;
}
.job-list-actions .bookmark {
    border: none;
    background: rgba(148, 163, 184, 0.18);
    color: #475569;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}
.job-list-actions .bookmark:hover {
    color: #1d4ed8;
    background: rgba(37, 99, 235, 0.18);
}

@media (max-width: 991px) {
    .job-list-main {
        grid-template-columns: auto 1fr;
    }
    .job-list-actions {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {
    .jobs-actions {
        width: 100%;
        justify-content: space-between;
    }
    .jobs-view-toggle {
        order: 2;
    }
    .job-list-item {
        padding: 22px;
    }
    .job-list-main {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .job-list-logo {
        justify-self: flex-start;
    }
    .job-list-actions {
        width: 100%;
        justify-content: space-between;
    }
}

.job-list-footer {
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    padding-top: 16px;
    color: #94a3b8;
    font-size: 0.85rem;
}

/* ends career styles */

/* careerdetails styles */


.job-details-pages .company-gallery {
  padding-top: 10px;
}
.job-details-pages .company-gallery .title {
  margin-bottom: 35px;
}
.job-details-pages .company-gallery .title h5 {
  font-family: var(--font-exo2);
  font-weight: 600;
  font-size: 20px;
  color: var(--title-color1);
  margin-bottom: 0;
}
.job-details-pages .company-gallery .gallery-wrap {
  position: relative;
}
.job-details-pages .company-gallery .gallery-wrap > img {
  width: 100%;
  border-radius: 5px;
}
.job-details-pages .company-gallery .gallery-wrap .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.35s;
  transform: scale(0.5);
}
.job-details-pages .company-gallery .gallery-wrap .overlay .items-content {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: var(--title-color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-details-pages .company-gallery .gallery-wrap:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
.job-details-pages .related-jobs .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-details-pages .related-jobs .section-title h3 {
  font-family: var(--font-exo2);
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: var(--title-color1);
}
.job-details-pages .related-jobs .feature-card {
  background: #FDF9F9;
  border-radius: 5px;
  padding: 35px 25px;
  transition: 0.35s;
  position: relative;
}
.job-details-pages .related-jobs .feature-card::before {
  content: "";
  height: 100%;
  width: 3px;
  background: rgba(0, 167, 172, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 0px 0px 5px;
  transition: 0.35s;
}
.job-details-pages .related-jobs .feature-card .company-area {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.job-details-pages .related-jobs .feature-card .company-area .logo {
  border: 50%;
  margin-right: 20px;
}
.job-details-pages .related-jobs .feature-card .company-area .logo img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.job-details-pages .related-jobs .feature-card .company-area .company-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.job-details-pages .related-jobs .feature-card .company-area .company-details::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #eee;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.job-details-pages .related-jobs .feature-card .company-area .company-details .name-location {
  width: 100%;
}
.job-details-pages .related-jobs .feature-card .company-area .company-details .name-location h5 {
  margin-bottom: 3px;
}
.job-details-pages .related-jobs .feature-card .company-area .company-details .name-location h5 a {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--title-color1);
  font-family: var(--font-exo2);
  transition: 0.35s;
}
.job-details-pages .related-jobs .feature-card .company-area .company-details .name-location h5 a:hover {
  color: var(--primary-color1);
}
.job-details-pages .related-jobs .feature-card .company-area .company-details .name-location p {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text-color1);
  font-family: var(--font-work-sans);
  margin-bottom: 0;
}
.job-details-pages .related-jobs .feature-card .company-area .company-details .bookmark {
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid var(--primary-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  cursor: pointer;
}
.job-details-pages .related-jobs .feature-card .company-area .company-details .bookmark i {
  color: var(--primary-color1);
  font-size: 14px;
  transition: 0.35s;
}
.job-details-pages .related-jobs .feature-card .company-area .company-details .bookmark:hover {
  background-color: var(--primary-color1);
}
.job-details-pages .related-jobs .feature-card .company-area .company-details .bookmark:hover i {
  color: var(--white);
}
.job-details-pages .related-jobs .feature-card .job-discription {
  background: #fff;
  border-radius: 5px;
  padding: 30px 25px;
}
.job-details-pages .related-jobs .feature-card .job-discription h5 {
  margin-bottom: 8px;
  line-height: 1;
}
.job-details-pages .related-jobs .feature-card .job-discription h5 a {
  font-family: var(--font-exo2);
  color: var(--title-color1);
  font-weight: 600;
  font-size: 1.125rem;
  transition: 0.35s;
}
.job-details-pages .related-jobs .feature-card .job-discription ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-details-pages .related-jobs .feature-card .job-discription ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.job-details-pages .related-jobs .feature-card .job-discription ul li img {
  margin-right: 8px;
}
.job-details-pages .related-jobs .feature-card .job-discription ul li p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--title-color1);
  font-family: var(--font-work-sans);
}
.job-details-pages .related-jobs .feature-card .job-discription ul li p .title {
  color: var(--text-color1);
  font-family: var(--font-exo2);
}
.job-details-pages .related-jobs .feature-card .job-discription ul li p .time {
  color: var(--text-color1);
  font-weight: 400;
}
.job-details-pages .related-jobs .feature-card .job-discription ul li p span {
  color: var(--text-color1);
  font-weight: 400;
}
.job-details-pages .related-jobs .feature-card .job-discription ul li:last-child {
  margin-bottom: 0;
}
.job-details-pages .related-jobs .feature-card .job-discription ul li a {
  transition: 0.35s;
}
.job-details-pages .related-jobs .feature-card .job-discription ul li a:hover {
  color: var(--primary-color1);
}
.job-details-pages .related-jobs .feature-card .job-type-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.job-details-pages .related-jobs .feature-card .job-type-apply .job-type span {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--title-color1);
  font-family: var(--font-work-sans);
  border-radius: 50px;
  padding: 5px 21px;
}
.job-details-pages .related-jobs .feature-card .job-type-apply .full-time {
  background-color: #C7E5EE;
}
.job-details-pages .related-jobs .feature-card .job-type-apply .remote {
  background-color: #B4F2C1;
}
.job-details-pages .related-jobs .feature-card .apply-btn a {
  font-size: 15px;
  color: var(--primary-color1);
}
.job-details-pages .related-jobs .feature-card .apply-btn a span::after {
  top: 1.5px;
}
.job-details-pages .related-jobs .feature-card:hover::before {
  background: var(--primary-color1);
}
.job-details-pages .related-jobs .feature-card:hover .company-details::after {
  background-color: #e9e1e1;
}

.job-details-content > p {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 28px;
}
.job-details-content > p span {
  font-size: 1.125rem;
  color: var(--title-color1);
  font-weight: 600;
  font-family: var(--font-exo2);
}
.job-details-content h6 {
  font-size: 1.125rem;
  color: var(--title-color1);
  font-weight: 600;
  font-family: var(--font-exo2);
  margin-bottom: 0;
}
.job-details-content > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 13px;
  margin-bottom: 35px;
}
.job-details-content > ul li {
  font-family: var(--font-work-sans);
  font-weight: 500;
  font-size: 1rem;
  line-height: 30px;
  color: var(--text-color1);
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}
.job-details-content > ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: rgba(0, 167, 172, 0.5);
  position: absolute;
  left: 0;
  top: 10px;
}
.job-details-content > ul li:last-child {
  margin-bottom: 0;
}
.job-details-content .job-list-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 50px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .job-details-content .job-list-content {
    gap: 30px;
  }
}
@media (max-width: 1399px) {
  .job-details-content .job-list-content {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .job-details-content .job-list-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.job-details-content .job-list-content .company-area {
  display: flex;
  align-items: center;
  position: relative;
}
.job-details-content .job-list-content .company-area .logo {
  border: 50%;
  margin-right: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .job-details-content .job-list-content .company-area .logo {
    margin-right: 10px;
  }
}
@media (max-width: 1399px) {
  .job-details-content .job-list-content .company-area .logo {
    margin-right: 10px;
  }
}
.job-details-content .job-list-content .company-area .logo img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.job-details-content .job-list-content .company-area .company-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.job-details-content .job-list-content .company-area .company-details .name-location h5 {
  margin-bottom: 3px;
}
.job-details-content .job-list-content .company-area .company-details .name-location h5 a {
  font-size: 1.063rem;
  font-weight: 600;
  color: var(--title-color1);
  font-family: var(--font-exo2);
  transition: 0.35s;
}
.job-details-content .job-list-content .company-area .company-details .name-location h5 a:hover {
  color: var(--primary-color1);
}
.job-details-content .job-list-content .company-area .company-details .name-location p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 0.938rem;
  font-weight: 500;
  color: var(--text-color1);
  font-family: var(--font-work-sans);
}
.job-details-content .job-list-content .company-area .company-details .name-location p img {
  margin-right: 8px;
}
.job-details-content .job-list-content .job-discription {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .job-details-content .job-list-content .job-discription {
    gap: 25px;
  }
}
@media (max-width: 1399px) {
  .job-details-content .job-list-content .job-discription {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .job-details-content .job-list-content .job-discription {
    display: block;
  }
}
.job-details-content .job-list-content .job-discription ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-details-content .job-list-content .job-discription ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.job-details-content .job-list-content .job-discription ul li img {
  padding-right: 8px;
}
.job-details-content .job-list-content .job-discription ul li p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color1);
  font-family: var(--font-work-sans);
}
.job-details-content .job-list-content .job-discription ul li p .title {
  color: var(--title-color1);
  font-weight: 500;
  font-family: var(--font-exo2);
}
.job-details-content .job-list-content .job-discription ul li:last-child {
  margin-bottom: 0;
}
.job-details-content .job-list-content .job-discription ul li a {
  transition: 0.35s;
}
.job-details-content .job-list-content .job-discription ul li a:hover {
  color: var(--primary-color1);
}
@media (max-width: 1399px) {
  .job-details-content .job-list-content .job-discription ul.one {
    margin-bottom: 3px;
  }
}

/* end careerdetails styles */


/* 
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f86823, #ffb27a);
} */
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
@media (max-width: 1024px)
{
  .brand-section.section-padding {
    padding: 60px 0;
  }
  .brand-section .top-wave{
    top: -9px;
  }
  .brand-section .bottom-wave{
    bottom: -9px;
  }
  .what-we-do {
    padding:30px;
    height: 315px;
    max-height: 320px;
  }
}

@media (max-width:998px) {
  .main-banner .caption h2{
    font-size: 42px;
  }
  
}

@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 64px;
  }
  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }
  footer .footer-para {
        padding: 0 84px;
    }
    footer .col-lg-3 hr {
        display: none;
    }
    footer .row {
        margin-top: 50px;
    }
    footer .col-lg-5 span a i {
        font-size: 20px;
    }
    .ab-footer {
        margin-top: 60px;
    }
    footer .footer-cercle1 {
        width: 300px;
    }
    .footer-cercle2 {
        width: 184px;
    }

}

@media (max-width: 768px)
{
  .brand-section .top-wave {
        top: -7px;
  }
  .brand-section .bottom-wave {
    bottom: -7px;
  }
  .heading.two {
    width: 90%;
  }
  .main-banner .caption h2 {
        font-size: 45px;
  }
  .what-we-do {
    padding: 30px;
    height: auto;
    max-height: fit-content;
  } 
  .get-qoute-banner .info h6 {
    font-size: 22px;
  }
  .get-qoute-banner .btn_hover2{
    font-size: 12px;
    padding: 10px 15px;
  }
  footer .row h4 {
    font-size: 18px;
  }
  footer .row .col-lg-3 a {
    font-size: 14px;
  }
  .brand-section.section-padding {
    padding: 35px 0;
}
}


@media (max-width: 765px) {

    /* Main mobile menu */
    .header-area .main-nav .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        display: none;
        padding: 15px 0;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        z-index: 999;
    }

    .header-area .main-nav .nav.active {
        display: block;
    }

    /* 🔴 HIDE SUBMENU INITIALLY */
    .header-area .main-nav .nav .submenu ul {
        display: none;
        position: static;
        background: #f8fafc;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    /* Show submenu only when active */
    .header-area .main-nav .nav .submenu.active ul {
        display: block;
    }

    /* Menu item styling */
    .header-area .main-nav .nav li a {
        padding: 12px 20px;
        display: block;
        color: #152238;
        text-align: center;
    }
    .header-area.header-sticky .nav {
        margin-top: 0px !important;
    }

    .main-banner .caption h2 {
        font-size: 36px;
    }
    .main-button a{
      font-size: 13px;
      padding: 10px 18px;
    }
    .brand-section .top-wave{
      top: -7px;
    }
    .brand-section .bottom-wave{
      bottom: -7px;
    }
    .gap {
      padding: 70px 0;
    }
    .heading h2 {
      font-weight: 800;
      padding-top: 10px;
      font-size: 22px;
    }
    .get-qoute-banner .info h6 {
      font-size: 18px;
      font-weight: bold;
    }
    .get-qoute-banner .img img {
      width: 135px;
      margin-top: -30px;
    }
    .get-qoute-banner .btn_hover2{
      font-size: 11px;
    }
     footer .footer-para {
        padding: 0 10px;
    }
    footer .row h4 {
      color: #202020;
      font-size: 18px;
    }
    footer .row .col-lg-3 a {
      color: #000000;
      font-size: 14px;
    }
    footer h6 {
      color: #000000;
      font-size: 14px;
    }

}

@media (max-width: 576px) {
  .main-banner .caption h2 {
    font-size: 30px;
    margin: 15px;
  }
  .main-banner .caption h6
  {
    font-size:16px;
  }
  .main-button a{
    font-size: 13px;
    padding:10px 15px;
  }
  .about {
    margin: 60px 0;
  }
  .about-cercle2 {
    position: absolute;
    width: 284px;
    right: 0;
    bottom: 0px;
  }
  .brand-section .top-wave {
      top: -5px;
  }
  .brand-section .bottom-wave {
      bottom: -5px;
  }
  .gap {
    padding: 70px 0;
  }
  .heading h2
  {
    font-size: 22px;
  }
  .what-we-do.style2{
    flex-wrap: wrap;
  }
  .what-we-do{
    height: auto;
    max-height: fit-content;
  }
  .what-we-do.style2 img {
    width: 75%;
    display: block;
    margin: auto;
  }
  .get-qoute-banner .img img {
    width: 160px;
    margin-top: 0px;
  }
  .about {
      text-align: center;
  }
  .about h2 {
    font-size: 30px;
  }
  .about h3{
    font-size: 20px;
  }
  .text-sm-center{
    text-align: center !important;
  }
}

@media (max-width: 480px)
{
  .brand-section.section-padding {
      padding: 40px 0;
  }
  .brand-section .bottom-wave {
    bottom: -4px;
  }
  .heading.two {
      width: 100%;
  }
  .about p, .description_box p {
    color: #000000;
    padding-right: 0px;
}
}

@media (max-width: 450px) {
    .about h2 {
        font-size: 25px;
    }
    .brand-section .top-wave {
        top: -4px;
    }
    .get-qoute-banner {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 30px;
    }
    .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
}

@media (max-width: 376px) {
  .brand-section .top-wave {
        top: -3px;
  }
  .brand-section .bottom-wave {
        bottom: -3px;
  }
}
@media (max-width: 320px) {
    .main-banner .caption h2 {
        font-size: 26px;
        margin: 15px;
    }
        .about h2 {
        font-size: 20px;
    }
    .brand-section.section-padding {
        padding: 30px 0;
    }
    .brand-section .top-wave {
        top: -2px;
  }
  .heading h2 {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    
    
}





    