/*
Theme Name: Lift Nologo Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/*-------------------------------------------------------------- 
# Root css 
--------------------------------------------------------------*/
 :root{
    --black:#111111;
    --grey:#DEDEDE;
     --text:#DEDEDE;
     --white: #FFFFFF;
     --transition: all 0.5s ease-in-out;
}
 body::-webkit-scrollbar {
     width: 6px;
}
 body::-webkit-scrollbar-track {
     background:var(--grey);
     border-radius: 8px;
}
 body::-webkit-scrollbar-thumb {
     background:var(--black);
     border-radius: 8px;
}
 a{
     transition: all 0.5s;
}
/* @font-face {
  font-family: "DBSharpGrotesk_had";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/head_DBSharp.ttf") format("truetype");
} */
h2, h3, h4, h5, h6, p, label, input, select, textarea, button, a,li, ul, nav, strong, b, i, em,body {
    font-family: "StaffCondensed text", Sans-serif !important;
}
/*-------------------------------------------------------------- 
# Header css 
--------------------------------------------------------------*/
div#wpadminbar ~  div[data-elementor-type="header"]{
    top: 32px;
}
div[data-elementor-type="header"] {
    position: sticky;
    top: 0px;
    z-index: 99;
    width: 100%;
}
/*-------------------------------------------------------------- 
# About Us css 
--------------------------------------------------------------*/
.post_title h1::after{
	content:"";
	background-image: url(images/banner_arrow.png);
	background-position: center;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	transition: all 0.4s;
	transform: rotate(0deg);
}
.post_title h1:hover::after{
	transform: rotate(-45deg);
}
.post_title h1{
	display:flex;
	grid-gap:24px;
}
.achievement_box .elementor-image-box-wrapper {
    position: relative;
    padding-top: 85px;
}
.achievement_box .elementor-image-box-wrapper h3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
}
.individual_list ul {
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-gap: 8px;
    list-style: none;
}
.individual_list ul li{
    display: grid;
    grid-template-columns: 18px auto;
    grid-gap: 12px;
    align-items: baseline;
}
.individual_list ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/list_arrow.svg);
	position:relative;
	top:4px;
}
.contact_grid p {
    margin: 0px;
}
.contact_grid br {
    display: none;
}
.contact_grid {
    display: flex;
    flex-flow: wrap;
    grid-gap: 24px 20px;
}
.contact_grid > div {
    width: 100%;
}
.contact_grid > div:nth-child(1),.contact_grid > div:nth-child(2) {
    width: calc(50% - 10px);
}
.contact_grid > div input,.contact_grid > div select,.contact_grid > div textarea {
    border: unset !important;
    background-color: transparent !important;
    color: var(--grey) !important;
    font-size: 16px;
    padding: 12px 0px;
    border-bottom: 1px solid #797979 !important;
    outline: unset !important;
    border-radius: unset !important;
    font-family: 'DB Sharp Grotesk';
	height:48px;
	resize:none;
}
.contact_grid > div textarea{
	height:128px;
}
.contact_grid > div input[type="submit"]{
	margin-top:20px;
	padding: 13px 43px 13px 22px !important;
	background-color:var(--white) !important;
	color:var(--black) !important;
	background-image: url(images/right_arrow.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: calc(50% + 37px);
	max-width: 147px;
	width: 100%;
}
.contact_right .wpcf7-response-output {
    margin: 20px 0px 0px 0px !important;
    color: var(--grey);
    font-size: 15px;
    font-family: 'DB Sharp Grotesk';
}
.contact_right span.wpcf7-not-valid-tip{
	 font-size: 15px;
    font-family: 'DB Sharp Grotesk';
}
.marquee_list ul.elementor-icon-list-items {
    flex-flow: unset !important;
    justify-content: center !important;
}
.marquee_list li{
	cursor:pointer;
}
.marquee_list li:hover{
	color:var(--grey) !important;
}
/*-------------------------------------------------------------- 
# Footer css 
--------------------------------------------------------------*/
.footer_grid p {
    margin: 0px;
}
.footer_grid br {
    display: none;
}
.footer_grid input {
    font-size: 15px;
    background-color: transparent;
    border: 1px solid var(--grey) !important;
    border-radius: unset !important;
    height: 48px;
    padding: 10px 15px;
    font-family: 'DB Sharp Grotesk' !important;
    outline: unset !important;
}
.footer_grid {
    display: grid;
    width: 100%;
    grid-template-columns: auto max-content;
}
.footer_form input[type="submit"] {
    background-color: var(--grey);
    font-size: 0px;
    height: 48px;
    width: 85.44px;
    background-image: url(images/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.footer_grid * {
    font-size: 15px;
    font-family: 'DB Sharp Grotesk' !important;
}
.footer_grid span.wpcf7-not-valid-tip {
    margin-top: 8px;
}
.footer_grid  .wpcf7-response-output {
    padding: 10px;
    margin: 0px !important;
    font-size: 15px !important;
}
.footer_grid span.wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 30px;
}
/*-------------------------------------------------------------- 
# Responsive css 
--------------------------------------------------------------*/
@media (max-width: 1280px) and (min-width: 1025px) {
	.header_logo{
		width: 14% !important;
	}
	.header_middle{
		width: 83% !important;
	}
	.header_nav nav > ul > li >  a{
		margin: 0px 4px !important;
	}
}
@media(max-width:1024px){
	.post_title h1::after{
		width: 150px;
		height: 150px;
		position: relative;
		top: 15px;
	}
}
@media(max-width: 991px){
	 div[data-elementor-type="header"] nav {
        position: fixed;
        top: 0px;
        left: 0px;
        margin: 0px !important;
        padding: 120px 0px 10px;
        border-radius: unset !important;
        height:  100% !important;
        width: 83%;
        background-color:var(--black) !important;
        transform: translateX(-100%) scale(1) !important;
        transition: all 0.5s !important;
        transform-origin: unset !important;
        max-height: 100% !important;
    }
    div[data-elementor-type="header"] nav[aria-hidden="false"]{
        transform: translateX(0%) scale(1) !important;
    }
    div[data-elementor-type="header"] nav *{
        border:unset !important;
    }
    div[data-elementor-type="header"] nav ul li a{
        border: unset !important;
          background-color:var(--black) !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    }
	.post_title h1::after{
		width: 70px;
		height:70px;
	}
}
@media(max-width: 767px){
	.post_title h1::after{
		width: 50px;
		height: 50px;
		position: relative;
		top: 16px;
	}
	.achievement_box .elementor-image-box-wrapper {
		padding-top: 80px;
	}
}