@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --bodyFont: "Lexend Deca", sans-serif;
  --fontSize: 16px;
  --transition: all ease .5s;
  --transitionTwo: all ease .9s;
}

.btn-styled .btn-styled__bg, a:link{
	transition: all .3s ease;
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
	overflow: visible;
	box-sizing: content-box;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
a{text-decoration:none;}
a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
}

a:focus {
  outline: 0 solid;
}

img {
max-width: 100%;
height: auto;
}
body {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--bodyFont);
  /* color: var(--gh-color-gray3); */
  color: var(--gh-color-gray2);
  line-height: 1.5;
}


.section:not(.hero) .btn-styled {
	font-size: 20px;
	font-weight: 500;
	color: var(--link-color);
}

.section:not(.hero) .dark-area .btn-styled,
.section:not(.hero).dark-area .btn-styled {
	color: var(--gh-color-white);
}

.section:not(.hero) .light-area .btn-styled,
.section:not(.hero).light-area .btn-styled {
	color: var(--gh-color-primary);
}

/* .section:not(.hero) .btn-styled {
	color: var(--gh-color-white);
} */

.list-group {
	--bs-list-group-color: currentColor;
	--bs-list-group-bg: transparent;
}

.container{	max-width:1250px !important}
.logo-light{
	width:290px;
}.navbar-area .navbar .navbar-toggler .burger-menu span {  height: 3px;  width: 30px;  margin: 5px 0;  display: block;  background: var(--gh-color-black);}.responsive-navbar .offcanvas-header .close-btn {    background-color: transparent;    color: var(--gh-color-black);    position: relative;    font-size: 26px;    cursor: pointer;    line-height: 1;    padding: 0;    border: 0;    top: 2px;    right: -8px;}.navbar-toggler{	border:0 !important}.offcanvas-header {    padding: 1rem 1rem 0;}.offcanvas-body{	padding:0 1rem;}
.navbar-area .header-top .contact-info li {
  display: inline-block;
  margin-right: 55px;
  position: relative;
  padding-left: 30px;
  color: var(--gh-color-offwhite);
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.navbar-area .header-top .contact-info li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: var(--gh-color-white);
}
.navbar-area .header-top .contact-info li a {
  color: var(--gh-color-offwhite);
}
.navbar-area .header-top .contact-info li a:hover {
  color: var(--gh-color-white);
}
.navbar-area .header-top .contact-info li:last-child {
  margin-right: 0;
} .navbar-expand-lg .navbar-nav .nav-link { padding-right: 20px; } .navbar-expand-lg .navbar-nav .nav-link:hover { color: var(--gh-color-primary); }
.navbar-area.style-three {
	position: relative;
    z-index: 999;
    margin-top: 30px;
}
.navbar-area.style-three.sticky:after {
  background-color: var(--gh-color-white);
}
.navbar-area.style-three.sticky .navbar {
  box-shadow: none;
}

.navbar-area.style-three .header-top {
  padding: 9px 0 11px;
}
.navbar-area.style-three .navbar {
  background-color: var(--gh-color-white);
  border-radius: 5px;
  padding: 8px 10px;
  z-index: 10;
  position: relative;
	border-radius:10px;
}
.navbar-area.sticky {
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  background-color: var(--gh-color-white);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  margin-top: 0;
}
.navbar-area.sticky .navbar {
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-section {
	padding: 50px 0;
}

.footer-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/bg-careers-test.png);
	top: 0;
	left: 0;
	background-size: cover;
}

.footer-section .inner-text p {
	color: var(--gh-color-white);
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin: 20px 0;
}
/*
.footer-section .btn-styled {
	font-size: 20px;
	color: var(--gh-color-white);
	font-weight: 500;
} */

.footer-wrap .footer-top {
  padding: 50px 0 20px 0;
}
.footer-wrap .footer-top {
  position: relative;
  z-index: 1;
  background-color: var(--gh-color-white);
  overflow: hidden;
}
.footer-wrap .footer-top .footer-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.footer-wrap .footer-widget {
  margin-bottom: 20px;
}
.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 22px;

  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
  display: block;
}
.footer-wrap .footer-widget .contact-info{
	margin-bottom:10px;
}

.footer-wrap .footer-widget .contact-info a, .footer-wrap .footer-widget .contact-info p {
	color: #5c5c5c;
	font-weight: 300;
	margin-bottom: 0;
}

.footer-logo .logo-light {
    width: 450px;
    margin-bottom: 10px;
}

.section {
	position: relative;
	background-size: cover;
}

.section-full-height {
	height: 100vh;
}

.btn-styled {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	cursor: pointer;
	border-width: 0;
	text-decoration: none;
	outline: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: middle;
	padding: 10px 15px;
	font-size: 15px;
	text-transform: capitalize;
	z-index: 9;
	color: var(--gh-color-title2);
	font-weight: 500;

	font-weight: 600;
}

.btn-styled svg {
	width: 15px;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.btn-styled .btn-styled__bg {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	z-index: -1;
	margin-top: -25px;
	background: var(--gh-color-primary);

	cursor: pointer;
	width: 3.3em;
	height: 3.3em;
	margin-top: -1.65em;
}

.btn-styled:focus {
	outline: none;
}

.btn-styled:hover .btn-styled__bg {
	width: 100%;
	height: 100%;
	border-radius: 200px;
	height: 3.3em;
}

.btn-styled:hover {
	color: var(--gh-color-white);
	text-decoration: none;
}

.banner-section {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.banner-inner-content {
	position: relative;
	padding-top: 180px;
	padding-bottom: 80px;
}

.banner-inner-content .banner-title {
	font-size: 55px;
	line-height: 65px;
	color: var(--gh-color-white);
	font-weight: 500;
}

.banner-inner-content .banner-title span {
	color: var(--gh-color-primary);
}

.banner-inner-content .btn-styled {
	color: var(--gh-color-white);
	font-size: 20px;
	font-weight: 400;
}

.banner-inner-content .btn-styled svg {
	width: 16px;
	font-weight: 600;
	position: relative;
	top: 2px;
	margin-left: 5px;
}

.banner-inner-image {
	position: relative;
	padding: 180px 0 80px
}

.about-inner {
	background: var(--gh-color-white);
	position: relative;
	padding: 70px 0;
}

/* .inner-text p {
	font-size: 18px;
	line-height: 28px;
	color: var(--gh-color-gray2);
	text-align: left;
	font-weight: 400;
	margin-bottom: 10px;

	font-weight: 500;
} */

.culture-inner {
	background: var(--gh-color-optional);
	position: relative;
	padding: 20px 0 70px;

	--section-pad-top: 20px;
}

.culture-img {
	text-align: center;
	margin-top: -70px;
}

.culture-img img {
	border-radius: 30px;
}

.culture-inner .inner-text {
	padding-right: 25px;
}

.section-tagline {
	display: inline-block;
	width: auto;
	position: absolute;
	left: 50%;
	top: 0;
	padding: 5px 30px;
	border-radius: 200px;
	text-align: center;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	background: var(--gh-color-primary);
	color: var(--gh-color-white);
}

.search-section {
	padding: 70px 0 50px;
	position: relative;

	--section-pad-top: 70px;
	--section-pad-btm: 50px;
}

/* .search-section .btn-styled {
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	color: var(--gh-color-white);

	font-weight: 500;
}

.search-section .btn-styled svg {
	width: 16px;
	font-weight: 600;
	position: relative;
	top: 2px;
	margin-left: 5px;
} */

.search-section .strategy-bg-shape {
	position: absolute;
	z-index: 1;
	opacity: 0.2;
}

.search-section .strategy-bg-shape {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	bottom: 0;
}

.awards-inner {
	position: relative;
	padding: 70px 0;
}

.awards-img {
	filter: grayscale(1);
	text-align: center;
}

.awards-img img {
	border-radius: 30px;
}

.benefits {
	padding-bottom: 50px;

	--section-pad-btm: 50px;
}

.benefits-include {
	padding: 70px 0 0;

	--section-pad-btm: 0;
}

.benefits-include .btn-styled {
	color: var(--gh-color-primary);
}

.benefits-include .btn-styled:hover {
	color: var(--gh-color-white);
}

.benefits-include .btn-styled .btn-styled__bg {
	/* background: var(--gh-color-title2); */
	background: var(--gh-color-blue);
}

.benefit-box {
	overflow: hidden;
	border-radius: 0 25px 25px 25px;
	border: 1px solid #d5d5d5;
	display: flex;
	padding: 10px 25px;
	box-shadow: 0 10px 0 rgba(0, 0, 0, 0.05);
	position: relative;
	margin-bottom: 25px;
	min-height: 75px;
	align-items: center;
}

.benefit-icon {
	width: 70px;
	height: 80px;
	background: var(--gh-color-primary);
	margin: 0 auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 0 25px;
}

.benefit-icon svg {
	width: 30px;
	height: 30px;
	color: var(--gh-color-white);
	position: relative;
	top: -3px;
}

.benefit-content {
	padding-left: 60px;
}

.reviews-section {
	background: var(--gh-color-optional);
	padding: 70px 0;
}

.reviews-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/bg-careers-sections.png);
	top: 0;
	left: 0;
	background-size: cover;
}

.testimonial-slider {
	text-align: center;
}

.slick-slide {
	outline: none;
}

.slick-slider ul.slick-dots {
	bottom: -16px;
}

.slick-slider ul.slick-dots li button {
	background: var(--gh-color-blue);
}

.slick-slider ul.slick-dots li.slick-active button {
	background: var(--gh-color-primary);
}

.slick-has-dots {
	padding-bottom: 20px;
}

.testimonial-content p {
	font-size: 30px;
	line-height: 1.3333;
	font-weight: 300;

	color: var(--gh-color-black);
}

.values-section {
	background: var(--gh-color-optional);
	padding: 70px 0 50px;
	position: relative;

	--section-pad-btm: 50px;
}

.values-section .values {
	position: relative;
	z-index: 2;
}

.values-section .strategy-bg-shape {
	position: absolute;
	z-index: 1;
}

.values-section .strategy-bg-shape {
	top: 0;
	right: 100px;
}


/* @oldcustom */

.hero-wrap {
  position: relative;
  z-index: 1;
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	margin-top: -118px;
	width:100%;
	height:100%;
}
.hero-wrap:after {
    content: "";
    position: absolute;
    top: -25px;
    background: url(../img/logo-footer.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size:450px;
}
.hero-wrap .hero-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero-wrap .hero-shape-two {
  position: absolute;
  top: 49%;
  right: 25%;
  z-index: 0;
}
.hero-wrap .hero-content {
  padding: 185px 0;
}

.hero-wrap .hero-content p {
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  font-size:16px;
  font-weight:600;

}

.btn-two, .btn-three {
  display: inline-block;
  text-align: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  font-weight: 400;

  padding: 12px 30px;
  border-radius: 5px;
  font-size:18px;
  border:2px solid transparent;
}
.btn-two:hover, .btn-three:hover{
	background: transparent;
	border: 2px solid var(--gh-color-primary);
	color: currentColor;
}
.btn-two i,.btn-three i
{
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;

  margin-left: 11px;
  transition: var(--transition);
}


.btn-two {
  color: var(--gh-color-white);
  background-color: var(--gh-color-primary);
  border-color: transparent;
  text-decoration:none
}

.service-wrap {
  position: relative;
  z-index: 1;
  padding:70px 0;
}

.service-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 66%;
  z-index: -1;
}
.service-wrap .service-box-wrap {
  box-shadow: 0px 10px 40px rgba(0, 10, 45, 0.06);
  border-radius: 5px;
  padding: 25px 25px 0;
  background-color: var(--gh-color-white);
  position: relative;
}
.service-wrap .service-box-wrap .service-box-shape {
  position: absolute;
  bottom: -39px;
  left: 16%;
}
.service-wrap .container {
  position: relative;
}
.service-wrap .container .service-shape {
  position: absolute;
  top: 50px;
  left: 8%;
}

.service-card {
  margin-bottom: 22px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  text-align: center;
  padding: 50px 16px 48px;
}
.service-card .service-icon{
  margin: 0 auto 15px;
  position: relative;
  display: block;
  position: relative;
  z-index: 1;
}
.service-card .service-icon:after {
  position: absolute;
  bottom: 10px;
  left: 60%;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: rgba(243,243,243,1);
  z-index: -1;
}
.service-card .service-icon i {
  font-size: 40px;
  color: var(--gh-color-secondary);
}

.service-card .service-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(225, 225, 225, 1);
  transition: var(--transition);
  margin: 0 auto;
}
.service-card .service-link i {
  display: block;
  margin: 0 auto;
  font-size: 18px;

  transition: var(--transition);
}
.service-card .service-link:hover {
  background-color: var(--gh-color-primary);
}
.service-card .service-link:hover i {
  color: var(--gh-color-white);
}
.process-wrap{
	padding:50px 0 !important;
}

.process-wrap .process-content p{
	font-size:18px!important;
	color:var(--gh-color-gray2) !important;

	margin-bottom:0 !important;
	text-align:justify !important;
	font-weight:400 !important;
	margin-bottom:10px !important;
}
.process-wrap .process-content p:last-child{
	margin-bottom:0 !important;
}
.process-wrap .process-content .feature-item-wrap .feature-item {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 20px !important;
}
.process-wrap .process-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 0 !important;
}
.process-wrap .process-content .feature-item-wrap .feature-item .feature-icon {
  width: 45px !important;
}
.process-wrap .process-content .feature-item-wrap .feature-item .feature-icon i {
  color: var(--gh-color-title1) !important;
  font-size: 30px !important;

  font-weight:400 !important;
}
.process-wrap .process-content .feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 65px) !important;
  margin-left: 0px !important;
}
.process-wrap .process-content .feature-item-wrap .feature-item .feature-text h5 {
	font-size: 20px !important;
    margin-bottom: 5px !important;
    color: var(--gh-color-primary) !important;
    font-weight: 500 !important;

}
.progress-image{
    position: relative;
	text-align:center;
}
.progress-image img{
	border-radius:15px;
	filter:grayscale(1)
}

.process-wrap .process-content .feature-item-wrap .feature-item .feature-text p {
    margin: 0;
    color: #000;

    font-weight: 300;
	color:var(--gh-color-gray2)
}
.process-wrap .process-content .feature-item-wrap .feature-item .feature-text p strong{
	font-weight:600;
}
.process-wrap .process-img-wrap {
  position: relative;
  padding-bottom: 284px;
}
.process-wrap .process-img-wrap .process-shape {
  position: absolute;
  top: 135px;
  right: 0;
}
.process-wrap .process-img-wrap .process-img-one {
  display: block;
  margin-right: auto;
  border-bottom: 3px solid var(--gh-color-white);
  border-right: 3px solid var(--gh-color-white);
  z-index: 2;
  position: relative;
}
.process-wrap .process-img-wrap .process-img-two {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.process-wrap .process-img-wrap .trust-box {
  position: absolute;
  top: 50px;
  right: 58px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: var(--gh-color-title1);
  color: var(--gh-color-offwhite);
  font-size: 16px;

  text-align: center;
  z-index: 10;
}
.process-wrap .process-img-wrap .trust-box:after {
  position: absolute;
  top: 12px;
  left: 12px;
  content: "";
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.4);
}
.process-wrap .process-img-wrap .trust-box span {
  color: var(--gh-color-white);
  font-size: 40px;

  font-weight: 800;
  letter-spacing: -0.03em;
}
.process-wrap .process-img-wrap .promo-box {
  box-shadow: 10px 12px 50px rgba(0, 10, 45, 0.07);
  border-radius: 5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  bottom: 53px;
  left: 0;
  z-index: 2;
  background-color: var(--gh-color-white);
  padding: 30px 50px 30px 38px;
}
.process-wrap .process-img-wrap .promo-box h5 {
  font-size: 48px;

  margin: 0;
  width: 100px;
  letter-spacing: -0.03em;
  color: var(--gh-color-primary);
}
.process-wrap .process-img-wrap .promo-box span {
  width: 75px;

  font-weight: 500;
}
.bg_optional {
  background-color: var(--gh-color-optional);
}
.bg_ceo{
	background:linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);

}
.cta-wrap {
  position: relative;
  z-index: 1;
  padding:70px 0;
}
.cta-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--gh-color-optional);
  z-index: -1;
}
.cta-wrap .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(2,9,55,1) 0%, rgba(1,36,126,1) 50%, rgba(0,78,240,1) 100%);
  z-index: 1;
}
.cta-wrap .cta-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/cta-shape-3.webp);
  z-index: 1;
}
.cta-wrap .cta-content {
  position: relative;
  z-index: 1;
}
.cta-content h4 {
    font-size: 27px;
    color: var(--gh-color-white);
    font-weight: 300;
	margin-bottom:20px;
}
.cta-contact{
	font-size: 60px;
    color: var(--gh-color-white);
    font-weight: 800;
}
.strategy-wrap .container .row {
  position: relative;
}
.strategy-wrap .container .row .strategy-slider-btn.slider-btn {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: flex-end;
  bottom: 0;
  right: 0;
  width: 100%;
}
.strategy-wrap .container .row .strategy-slider-btn.slider-btn .prev-btn,  .strategy-wrap .container .row .strategy-slider-btn.slider-btn .prev-btn {
  margin-right: 20px;
}
.strategy-wrap .container .row .strategy-slider-btn.slider-btn .prev-btn, .strategy-wrap .container .row .strategy-slider-btn.slider-btn .next-btn {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background-color: var(--gh-color-optional);
  transform: translateY(0);
}
.strategy-wrap .container .row .strategy-slider-btn.slider-btn .prev-btn:hover, .strategy-wrap .container .row .strategy-slider-btn.slider-btn .next-btn:hover {
  background-color: var(--gh-color-primary);
}
.strategy-wrap {
  position: relative;
  z-index: 1;
  padding:70px 0;
}
.strategy-wrap .strategy-shape-one,
.strategy-wrap .strategy-bg-shape {
  position: absolute;
  z-index: -1;
}
.strategy-wrap .strategy-shape-one {
  position: absolute;
  top: 170px;
  left: 61%;
}
.strategy-wrap .strategy-bg-shape {
  top: 0;
  right: 100px;
}
.strategy-card {
  border-radius: 5px;
  background-color: var(--gh-color-white);
  padding: 25px 22px 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  position: relative;
}
.strategy-card:hover {
  box-shadow: -2px 4px 0px -1px var(--gh-color-primary);
}
.strategy-card .rating {
  position: absolute;
  top: -25px;
  right: 30px;
  z-index: 10;
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  border-radius: 500px;
  padding: 9px 23px;
  background-color: var(--gh-color-white);
}
.strategy-card .rating li {
  display: inline-block;
  margin-right: 4px;
}
.strategy-card .rating li i {
  font-size: 18px;
  color: var(--gh-color-yellow);
}
.strategy-card .client-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.strategy-card .client-info-wrap .client-img i {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background:#e8ecff;
  text-align:center;

  font-size:40px;
  color:var(--gh-color-primary);
  display:block;
}
.strategy-card .client-info-wrap .client-info {
  width: calc(100% - 110px);
  margin-left: 20px;
}
.strategy-card .client-info-wrap .client-info span{
	font-size:14px;

	margin-bottom:0;
	color:var(--gh-color-primary);
	text-transform:uppercase;
	font-weight:600;
}
.strategy-card .client-quote p {
  margin-bottom: 0;
  letter-spacing: 0.03em;
      color: var(--gh-color-black);

    text-align: justify;
}

.slider-btn .prev-btn, .slider-btn .next-btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--gh-color-white);
    transition: var(--transition);
    z-index: 2;
}
.slider-btn .prev-btn img, .slider-btn .next-btn img {
    display: block;
    margin: 0 auto;
    max-width: 15px;
    transition: var(--transition);
}
.slider-btn .prev-btn:hover,
.slider-btn .next-btn:hover {
  background-color: var(--gh-color-primary);
}
.slider-btn .prev-btn:hover i,
.slider-btn .next-btn:hover i {
  color: var(--gh-color-white);
}
.slider-btn .prev-btn:hover img,
.slider-btn .next-btn:hover img {
  filter: brightness(0) invert(1);
}
.content-feature-list{
  margin: 10px 0 0 0;
}
.content-feature-list li{
	padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 300;
    color: var(--gh-color-gray2);
    font-size: 16px;

    text-align: justify;
}
.content-feature-list li:last-child{
  margin-bottom: 0;
}
.content-feature-list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: var(--gh-color-primary);
}

.cta-wrap .cta-content p{
	color: #fff;
    font-size: 25px;

    font-weight: 300;
    margin-bottom: 10px;
}
.btn-three {
  background-color: var(--gh-color-optional);
  border-color: transparent;
}
.btn-three i {
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.btn-three:before {
  background-color: var(--gh-color-primary);
}
.btn-three:after {
  background-color: var(--gh-color-primary);
}
.btn-three:hover {
  color: var(--gh-color-white);
}
.service-wrap.style-three .container {
  position: relative;
}
.service-wrap.style-three .container .service-shape {
  position: absolute;
  top: 55px;
  left: 8%;
}
.service-card.style-three {
  border-radius: 5px;
  text-align:left;
  padding:0;
}

.service-img {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 144px;
	background-size: 200% auto;
}

.service-card.style-three .service-img {
  border-radius: 5px 5px 0 0;
}
.service-card.style-three .service-img img {
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
}

.service-card.style-three .service-info {
  position: relative;
  z-index: 1;
  padding: 0 20px 20px;

}
.service-card.style-three .service-info .service-card-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.service-card.style-three .service-info .service-icon {
      margin: 5px auto -3px;
    position: relative;
    display: inline-block;
	font-size: 30px;
	font-weight: 700;
    color: #e5e5e5;
}
.service-card.style-three .service-info .service-icon:after {
  position: absolute;
	bottom: 2px;
  left: 100%;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: var(--gh-color-optional);
  z-index: -1;
}

.service-card.style-three .service-info .service-icon i {
  font-size: 60px;
}

.team-wrap {
  position: relative;
  z-index: 1;
  padding:70px 0;
      background: linear-gradient(0deg, #f9f9f9, transparent);
}
.team-wrap .container .team-shape-one {
  position: absolute;
  top: 64px;
  left: 8%;
  z-index: -1;
}

.team-card {
  position: relative;
    z-index: 1;
    border-radius: 5px;
    padding-top: 0;
    overflow: hidden;
    margin-bottom: 0;

}
.team-card img {

  z-index: 99;
    position: relative;
	filter:grayscale(1)
}
.team-card:hover .team_photo:before{
	content:""; display:block;
	background: url(../img/team/hover.png);
	height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
	transition:var(--transitionTwo);
	}
.team_photo {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(1,0,76,1) 60%);
}
.team-card .team-info {
  text-align: center;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding:10px 0;
  margin-bottom:15px
}

.team-card .team-info span{
    font-weight: 600;
    color: var(--gh-color-primary);
}
.newsletter-wrap{
	position:relative;
	z-index:1;
	padding:50px 0 0;
}

#newsForm {
  background:var(--gh-color-white);
  border-radius: 10px;
  padding: 25px 4px 15px;
  margin-bottom:30px;
}
.news-img{
	margin-bottom:-100px;
	filter: grayscale(0.6);
}
.newsletter-wrap .form-select{
	height: 50px;
	margin-bottom:20px;
}

.newsletter-wrap .btn-two{
	width:100%;
}

.link-one {
  display: inline-block;
  position: relative;
  font-weight: 500;
  transition: var(--transition);
}

.link-one:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 0%;
  height: 2px;
  transition: var(--transition);
}

.link-one:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.link-one {
  font-weight:600;
}

.link-one:after {
  background-color: var(--gh-color-title1);
  width: 100%;
}

.link-one:hover {
  color: var(--gh-color-secondary);
}

.link-one:hover:after {
  background-color: var(--gh-color-secondary);
  width: 50%;
}

.home-slide-image {
    border-radius: 15px;
    filter: grayscale(1);
	height: 550px;
    object-fit: cover;
}

.home-slide-info {
	border-radius: 10px;
	padding: 15px;
	margin-bottom:15px;
}

.home-slide-info-par {
	margin-bottom: 0;
	text-align: left;
}

.home-slide-info-title.mb-24 {
	margin-bottom: 24px;
}

.home-slide-info a{
	text-decoration:underline;
	color:#fff;
	font-weight:500
}
.home-slide-info a:hover{
	color:var(--gh-color-primary)
}
.sidebar .sidebar-widget {
  padding: 25px;
}
.sidebar .sidebar-widget {
  border-radius: 10px;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  background-color: var(--gh-color-optional);
}
.sidebar .sidebar-widget .sidebar-widget-title {
  font-size: 22px;

  margin: 0 0 15px;
  color: var(--gh-color-black);
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 50px;
}
.category-box li {
  position: relative;
  margin-bottom: 10px;
}
.category-box li:last-child {
  margin-bottom: 0;
}
.category-box li a {
  display: block;
  font-size: 18px;
  transition: var(transition);
  padding: 5px 15px;
  border-radius: 5px;
  font-weight:400;
}
.category-box li a i {
  float: left;
  font-size: 18px;

  position: relative;
  top: 9px;
  margin-right:15px;
  transition: var(transition);
  color: var(--gh-color-primary);
}
.category-box li a:hover {
  background-color: var(--gh-color-primary);
  color: var(--gh-color-white);
}
.category-box li a:hover i{
	color: var(--gh-color-white);
}

.inner-header .navbar-area.style-three{
	margin-top:0;
}

.team-style-2{margin-bottom:25px;}
.team-style-2 figure img{ -moz-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); transition:0.7s ease all; -webkit-transition:0.7s ease all; -moz-transition:0.7s ease all; }
.team-style-2:hover figure img{ -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.team-style-2 figure {position: relative}
.team-style-2 figure .team-image img {filter: grayscale(1); }
.team-style-2 figure .team-image {position: relative;background: rgb(255,255,255); background: linear-gradient(180deg, transparent 60%, rgba(1,0,76,1) 60%); padding-top: 30px; border-radius: 10px; overflow:hidden;}
.team-style-2 figure .team-member-position {width: 100%; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s;text-align: center;margin-top: 10px}
.team-style-2 figure figcaption {min-height: 20px;}
.bg-deep-pink{ background-color: var(--gh-color-primary); }
.separator-line-horrizontal-full { width: 100%; height: 1px; }
.small-desc{ font-size: 13px;  padding-bottom:10px; }
.text-title{ font-size: 22px;  margin-bottom: 0; font-weight: 600;
}
.team-style-2:hover .text-title{color:var(--gh-color-primary)}
.text-desg{ font-size:16px; font-weight: 400; color: var(--gh-color-primary); }
.rw-words{
	display: inline;
	text-indent: 10px;
}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	-webkit-animation: rotateWord 21s linear infinite 0s;
	-ms-animation: rotateWord 21s linear infinite 0s;
	animation: rotateWord 21s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}
.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}
.rw-words-1 span:nth-child(7) {
    -webkit-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
.form-control{
	margin-bottom:15px;
	padding: 0.7rem 0.75rem;
    font-size: 15px;
}
textarea.form-control {
    min-height: 113px;
}

/* =protect */
.protect-section {
	background: var(--gh-color-optional);
	padding: 50px 0 30px;
	position: relative;
	border-top: 3px solid #e5e5e5;

	/* @debug */
	/* outline: 4px solid orange;
	outline-offset: -4px; */
}

.protect-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/bg-careers-test.png);
	top: 0;
	left: 0;
	background-size: cover;
	opacity: 0.5
}

.protect-section .protect {
	position: relative;
	z-index: 2;
}

.protect-section .protect .inner-text p {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

.protect-inner {
	position: relative;
	z-index: 2;
}

.protect-section .protect-inner ul {
	margin: 0;
}

.protect-section .protect-inner ul li {
	list-style: square;
	text-align: justify;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}

.protect-section .protect-inner ul li:last-child {
	border: none;
}

.protect-section .protect-inner ul li>ul li {
	list-style: circle;
	padding: 5px 0;
	border: 0;
}

/* =mobile */
@media (min-width:200px) and (max-width:768px) {

	.navbar-area.style-three {
		margin-top: 20px;
	}

	.rw-words {
		display: block;
		text-indent: 0px;
		height: 50px;
	}

	.logo-light {
		width: 250px;
	}

	.hero-wrap {
		margin-top: -110px;
		height: auto;
	}

	.hero-wrap .hero-content {
		padding: 150px 0;
	}

	.btn-two,
	.btn-three {
		padding: 10px 20px;
	}

	.hero-wrap:after {
		content: "";
		position: absolute;
		top: -15px;
		background: url(../img/logo-footer.svg);
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 300px;
		left: 0;
	}

	.process-wrap .process-content p {
		font-size: 16px;
		font-weight: 400;
	}

	.process-wrap .process-content p:last-child {
		margin-bottom: 10px;
	}

	.home-slide-image {
		margin-bottom: 15px;
		height: 250px;
		width: 100%
	}

	.footer-logo .logo-light {
		width: 300px;
		margin-bottom: 10px;
	}

	.news-img {
		margin-bottom: 0;
	}

	/* --- @careers --- */
	.banner-inner-content {
		padding-top: 130px;
		padding-bottom: 50px;
		padding: 130px 0 50px;
	}

	.banner-inner-content .banner-title {
		font-size: 35px;
		line-height: 45px;
	}

	.banner-inner-image {
		display: none;
	}

	/* .inner-text p {
		text-align: justify;
		font-size: 16px;
		line-height: 26px;
	} */

	.culture-inner .inner-text {
		padding-right: 0px;
	}

	.culture-inner .row {
		flex-direction: column-reverse;
	}

	.culture-img {
		margin-bottom: 50px;
	}

	.awards-img {
		margin-bottom: 50px;
	}

	#message .row {
		flex-direction: column-reverse;
	}

	.slicknav_menu ul {
		margin: 0;
		padding: 0;
	}

	.slicknav_menu ul li {
		list-style: none;
		border-bottom: 1px solid #a9a9a9;
	}

	.slicknav_menu ul li a {
		color: #000
	}

	.slicknav_menu {
		position: relative;
		z-index: 999;
		background: #fff;
		width: 345px;
		left: 15px;
		top: -10px;
	}

	.footer-center {
		margin-left: 0;
	}

	.footer-logo .logo-light {
		width: 320px;
	}

	.service-card.style-three {
		margin-bottom: 20px;
	}

	.testimonial-content p {
		font-size: 22px;
		line-height: 1.4545;
		font-weight: 400;
	}

	.benefit-icon svg {
		width: 20px;
		height: 20px;
	}

	.benefit-icon {
		width: 45px;
		height: 60px;
		border-radius: 0 0 0 15px;
	}

	.benefit-box {
		border-radius: 0 15px 15px 15px;
		padding: 5px 25px;
		margin-bottom: 15px;
		min-height: 55px;
		box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
	}

	.benefit-content {
		padding-left: 30px;
	}

}

@media (min-width:769px) and (max-width:1020px) {

	.rw-words {
		display: block;
		text-indent: 0px;
		height: 60px;
	}

	.hero-wrap {
		height: auto;
	}

	.hero-wrap:after {
		background-size: 300px;
	}

}

/* Jan.25 Overrides and changes */
.hero-content h2 {
  margin-bottom: 50px;
  max-width: 500px;
}

h3, h3.h4, .mission p {
  font-size: 22px;
}

.mission p {
  margin: 10px;
}

.section .col-lg-6 .process-content{
  margin-bottom: 25%;
  width: 460px;
  margin-left: 60px;
}

.section--about .col-md-4{
  display: none;
}

@media (min-width: 768px) {
  .col-md-12.about{
      width: 68%;
  }
  .section--about .col-md-4{
    display: flex;
  }

}



@media (max-width: 992px) {
  .section .col-lg-6 .process-content{
                  margin-bottom: 50px;
                  width: 90%;
  }

}

@media (min-width:200px) and (max-width:768px) {

  .navbar-area.style-three.sticky {
                  margin-top: 0px;
  }
  
  .navbar-area.style-three {
                  margin-top: 30px;
  }

  .section .col-lg-6 .process-content {
    margin-left: calc(0.5 * var(--bs-gutter-x));
    margin-right: calc(0.5 * var(--bs-gutter-x));
    width: 100% - calc(0.5 * var(--bs-gutter-x));
  }
  
}
