:root {
	 --bg-color: #18191b;
	 --theme-color: #0e0f11;
	 --main-color: #d0ff71;
}
/* --------------- Menu --------------- */
 .navbar {
	 position: absolute;
	 left: 0;
	 top: 30px;
	 padding: 0;
	 margin: 0;
	 width: 100%;
	 background: transparent;
	 z-index: 9999999;
}
 .navbar.nav-scroll {
	 padding: 0;
	 position: fixed;
	 top: -80px;
	 padding: 15px 0;
	 transition: transform 0.8s;
	 transform: translateY(80px);
	 backdrop-filter: blur(10px);
}
 .navbar .logo {
	 padding: 7px 15px;
	 border-radius: 30px;
}
 .navbar .navbar-nav {
	 padding: 2px 5px;
	 border: 1px solid rgba(255, 255, 255, .3);
	 border-radius: 30px;
	 margin-left: 15px;
}
 .navbar .navbar-nav .nav-link {
	 padding: 5px 20px;
	 border-radius: 30px;
	 font-size: 14px;
	 color: #fff;
}
 .navbar .navbar-nav .nav-link.active {
	 background: rgba(255, 255, 255, .1);
}
 .navbar .topnav .butn {
	 padding: 7px 20px;
	 background: #fff;
	 color: #1d1d1d;
	 margin-right: 15px;
}
/* --------------- Careers pg --------------- */
 .contact-hed .caption h1 {
	 font-size: 120px;
	 font-weight: 600;
	 text-transform: uppercase;
}
 .contact-hed .google-map {
	 height: 540px;
	 width: 100%;
	 filter: grayscale(100%);
	 border-radius: 15px;
	 overflow: hidden;
}
 .contact-hed .google-map iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .contact-pg input, .contact-pg textarea {
	 width: 100%;
	 border: 0;
	 border-bottom: 1px solid rgba(255, 255, 255, .2);
	 background: transparent;
	 color: #fff;
	 padding: 15px 0;
	 transition: all 0.4s;
}
 .contact-pg input:focus, .contact-pg textarea:focus {
	 border-color: #fff;
}
 .contact-pg textarea {
	 min-height: 180px;
}
 .contact-pg .butn:hover {
	 background: var(--main-color) !important;
}
 .footer-sa .call-action h2 {
	 font-size: 100px;
	 font-weight: 600;
	 text-transform: uppercase;
	 line-height: 1;
	 position: relative;
}
 .footer-sa .call-action h2 .buton {
	 width: 210px;
	 height: 210px;
	 border-radius: 50%;
	 background: var(--main-color);
	 position: absolute;
	 top: -80px;
	 right: 8%;
	 font-size: 32px;
	 color: #212121;
}
 .footer-sa .call-action h2 .buton img {
	 width: 30px;
}
 .footer-sa .logo {
	 width: 160px;
}
 .footer-sa .contact-info .item {
	 margin-bottom: 30px;
}
 .footer-sa .contact-info .item span {
	 font-size: 12px;
	 text-transform: uppercase;
	 margin-bottom: 10px;
}
 .footer-sa .contact-info .social-icon a {
	 width: 48px;
	 height: 48px;
	 line-height: 48px;
	 text-align: center;
	 border: 1px solid rgba(255, 255, 255, .1);
	 border-radius: 50%;
	 font-size: 14px;
	 transition: all 0.4s;
}
 .footer-sa .contact-info .social-icon a:hover {
	 border-color: #fff;
}
 .footer-sa .sub-footer .copy p {
	 font-size: 14px;
}
 .footer-sa .sub-footer .copy p a {
	 color: #fff;
}
 .footer-sa .sub-footer .links {
	 width: 100%;
}
 .footer-sa .sub-footer .links a {
	 font-size: 14px;
}
 .footer-sa .sub-footer .links .active {
	 color: #fff;
}
 body {
	 font-family: "Inter", sans-serif;
	 font-size: 18px;
	 line-height: 28px;
	 font-weight: 400;
	 line-height: 1.4;
	 color: #fff;
	 background-color: var(--theme-color);
}
 h1, h2, h3, h4, h5, h6 {
	 font-weight: 500;
	 margin: 0;
}
 h1 {
	 font-size: 64px;
	 letter-spacing: -3px;
}
 h2 {
	 font-size: 48px;
	 letter-spacing: -3px;
}
 h3 {
	 font-size: 40px;
	 letter-spacing: -2px;
}
 h4 {
	 font-size: 36px;
	 letter-spacing: -2px;
}
 h5 {
	 font-size: 28px;
	 letter-spacing: -1px;
}
 h6 {
	 font-size: 22px;
}
 .sub-bg {
	 background: var(--bg-color);
}
 .main-color {
	 color: var(--main-color);
}
 .light-bg {
	 background: #fff;
	 color: #0e0f11;
}
 .light-bg .butn.butn-bord {
	 border: 1px solid rgba(0, 0, 0, .3);
}
 .light-bg .butn.butn-bord img {
	 filter: invert(0);
}
 .light-bg .butn.butn-bord:hover {
	 background: var(--main-color);
	 color: #212121;
}
 .sub-color {
	 color: #a4a4a4;
}
 .sub-head {
	 font-size: 20px;
}
 .title-font {
	 font-family: "Six Caps", sans-serif;
	 letter-spacing: normal;
}
 p {
	 font-size: 16px;
	 font-weight: 400;
	 color: #a4a4a4;
	 margin: 0;
}
 .sec-head .sub-head {
	 position: relative;
	 padding-left: 25px;
	 font-size: 18px;
	 font-weight: 300;
}
 .sec-head .sub-head:after {
	 content: '';
	 width: 7px;
	 height: 7px;
	 background: #fff;
	 border-radius: 50%;
	 position: absolute;
	 top: 10px;
	 left: 0;
}
 .text-indent {
	 text-indent: 20%;
}
 .loader-wrap svg {
	 fill: #1d1d1d;
}
 .crv-butn span {
	 background: var(--main-color);
	 color: #0e0f11;
}
 .crv-butn .text {
	 line-height: 40px;
	 font-size: 15px;
	 font-weight: 500;
	 padding: 0 20px;
	 border-radius: 30px;
	 position: relative;
}
 .crv-butn .text:after {
	 content: '';
	 width: 30px;
	 height: 30px;
	 background: var(--main-color);
	 position: absolute;
	 top: 5px;
	 right: -15px;
	 z-index: -1;
	 transition: all 0.4s;
}
 .crv-butn .icon {
	 width: 40px;
	 height: 40px;
	 border-radius: 50%;
	 text-align: center;
	 line-height: 35px;
	 margin-left: -10px;
	 transition: all 0.5s;
}
 .crv-butn .icon img {
	 width: 15px;
	 transition: all 0.5s;
}
 .crv-butn:hover .text:after {
	 border-radius: 50%;
	 top: calc(50% - 5px);
	 right: 0;
	 height: 10px;
}
 .crv-butn:hover .icon {
	 margin-left: 5px;
}
 .crv-butn:hover .icon img {
	 transform: rotate(45deg);
}
 .butn.butn-bord {
	 border: 1px solid rgba(255, 255, 255, .3);
}
 .butn.butn-bord:hover {
	 background: #fff;
	 color: #212121;
}
 .icon.invert img {
	 filter: invert(1);
}
 .butn .icon {
	 width: 18px;
}
 .butn:hover .icon.invert img {
	 filter: invert(0);
}
/* ====================== [ Start Responsive ] ====================== */
 @media screen and (max-width: 992px) {
	 .sec-head .sub-head {
		 margin-bottom: 15px !important;
	}
	 .sec-head .text-indent {
		 text-indent: 0;
	}
	 .sec-head .d-flex {
		 display: block !important;
	}
	 .sec-head .ml-auto {
		 margin: 15px 0 0 !important;
	}
	 .team-hed .caption h1 {
		 font-size: 100px;
	}
	 .pricing-hed .caption h1, .contact-hed .caption h1 {
		 font-size: 90px;
	}
	 .services-dm .item {
		 display: block !important;
		 position: relative;
	}
	 .services-dm .item .title h2 {
		 font-size: 60px;
		 letter-spacing: -2px;
		 margin-bottom: 10px;
	}
	 .services-dm .item .icon {
		 position: absolute;
		 top: 50%;
		 right: 15px;
		 margin-left: 30px;
		 transform: translateY(-50%);
	}
	 .services-cst .item .title h2 {
		 font-size: 30px;
		 letter-spacing: -1px;
	}
	 .services-cst .item .title .list {
		 display: none;
	}
	 .services-cst .item .icon {
		 width: 50px;
		 height: 50px;
		 line-height: 50px;
	}
	 .services-cst .item .icon img {
		 width: 25px;
	}
	 .intro-iner .img-box {
		 width: calc(100% - 100px);
		 margin: 0 auto 80px;
	}
	 .team-mp .item .img {
		 width: 280px;
	}
	 .team-mp .item h2 {
		 font-size: 30px;
		 line-height: 1.2;
		 letter-spacing: -1px;
	}
	 .work-hed2 .fit-img {
		 height: 400px;
	}
	 .footer-sa .call-action h2 {
		 font-size: 70px;
	}
	 .footer-sa .call-action h2 .buton {
		 display: none !important;
	}
}
 @media screen and (max-width: 768px) {
	 h1 {
		 letter-spacing: -1px;
	}
	 h2 {
		 letter-spacing: -1px;
	}
	 h3 {
		 font-size: 32px;
		 letter-spacing: normal;
	}
	 h4 {
		 font-size: 28px;
		 letter-spacing: normal;
	}
	 .about-hed h1, .serv-hed h1 {
		 font-size: 30px;
		 letter-spacing: normal;
	}
	 .team-hed .caption h1 {
		 font-size: 60px;
	}
	 .team-hed .fit-img {
		 margin-top: -30px;
	}
	 .pricing-hed .caption h1, .contact-hed .caption h1 {
		 font-size: 40px;
	}
	 .intro-iner .img-box {
		 width: 100%;
	}
	 .intro-iner .img-box .states {
		 left: 30px;
		 bottom: 150px;
	}
	 .team-mp .item {
		 padding: 30px;
	}
	 .team-mp .item .d-flex {
		 display: block !important;
	}
	 .team-mp .item .img {
		 width: auto;
		 height: auto;
		 background: var(--theme-color);
	}
	 .team-mp .item .cont {
		 padding: 30px 0 0;
		 text-align: center;
	}
	 .team-mp .item .ml-auto {
		 width: max-content;
		 margin: auto !important;
	}
	 .team-mp .item .social-icon {
		 padding: 0;
		 margin-top: 30px;
	}
	 .testimonials-ds .qoute-icon .text {
		 width: 180px;
	}
	 .testimonials-ds .qoute-icon .icon {
		 width: 80px;
	}
	 .testimonials-ds .item h4 {
		 font-size: 25px;
		 letter-spacing: normal;
	}
	 .faqs-pg .sec-head h2 {
		 font-size: 30px;
	}
	 .faqs-pg .accordion-item .accordion-header button {
		 font-size: 20px;
	}
	 .contact-pg .sec-head h2 {
		 font-size: 30px;
	}
	 .serv-hed2 .caption h1, .work-hed2 h1 {
		 font-size: 40px !important;
	}
	 .serv-hed2 .caption .list ul, .work-hed2 .list ul {
		 padding: 0;
	}
	 .work-hed .caption h1 {
		 font-size: 45px;
	}
	 .work-card .card-item .img {
		 height: 500px;
	}
	 .work-card .card-item h5 {
		 font-size: 35px;
	}
	 .blog-hed .caption h1 {
		 font-size: 35px;
		 text-indent: 0;
	}
	 .post-header h1 {
		 font-size: 30px !important;
	}
	 .post-header .info {
		 display: block !important;
	}
	 .main-post .post-qoute {
		 padding: 30px !important;
	}
	 .main-post .post-qoute h6:before {
		 position: relative;
		 left: 0;
	}
	 .main-post .info-area {
		 display: block !important;
	}
	 .main-post .info-area .tags {
		 margin-bottom: 15px;
	}
	 .main-post .author-area {
		 padding: 30px 15px;
	}
	 .main-post .author-area .flex {
		 display: block !important;
	}
	 .main-post .author-area .author-img {
		 margin-bottom: 15px;
	}
	 .footer-sa .call-action h2 {
		 font-size: 35px;
		 line-height: 1.4;
	}
}
 