/* Custom CSS Start*/

:root {
  --orange-color-dark: #ff4d24ab; 
  --orange-color-lite: #ff6600; 
  --lite-black-color:#111;
}


html, body {
    overflow-x: hidden;
    background-color: var(--black-color);
}
h1,h2,h3,h4,h5,h6{
    font-family: "Chakra Petch", sans-serif !important;
    font-weight:Bold;
}
p, a{
    font-family: "Mulish", sans-serif !important;
}
.color-orange{
    color: var(--orange-color);
}
.color-white{
    color: var(--white-color);
}
.color-black{
    color: var(--black-color);
}
.color-pera{
    color:var(--pera-color);
}
.color-111{
    color: var(--color-111111);
}
.background-color-111{
    background-color: var(--color-111111);
}
h1.entry-title {
    display:none;
}
div#page-wrapper {
    padding: 0;
}
div#primary {
    padding: 0;
}

.hero-section {
    background-position: bottom;
    background-size: cover;
    padding: 30px 0;
    height: 800px;
    position: relative;
}
.hero-section .row .text-col {
    padding-top: 100px;
}
h1.hero-section-h1 {
    color: var(--white-color);
    text-transform: uppercase;
    z-index: 1;
    margin-left: 8px;
    position: relative;
    max-width: 760px;
    width: 100%;
}
h1.hero-section-h1:before {
    content: '';
    position: absolute;
    background: var(--orange-color-dark);
    height: 72px;
    width: 210px;
    top: 3px;
    left: -7px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.globle_btn {
    background: var(--orange-color);
    color: var(--white-color);
    padding: 15px 30px;
    width: max-content;
}
.hero-section .row .text-col p {
    color: var(--white-color);
    font-size: 16px;
    position: relative;
    margin-left: 4px;
    font-family: "Chakra Petch", sans-serif !important;
}

.img-col img {
    max-width: 850px;
    width: 100%;
    right: 0;
    bottom: 15%;
}

.home-section-2-bg-row {
    background:url(https://az-extreme.funnelpageinc.com/wp-content/uploads/2025/06/section-2-img-scaled.webp) no-repeat right/52%;
}
.angled-wrapper {
    position: relative;
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
    background: var(--orange-color-dark);
    padding: 2px;
}

.home-section-2-col-1 {
    background-color: var(--lite-black-color);
    padding: 50px 30px;
    overflow: visible;
}
.home-section-2-col-1:after {
    content: '';
    position: absolute;
    background: var(--color-111111);
    height: 100%;
    width: 44px;
    border-left: 2px solid var(--orange-color);
    top: 0;
    right: 27px;
    z-index: 9;
    transform: skewX(19deg);
}

.home-section-2-col-1 h2{
    color:var(--white-color);
    text-transform:uppercase;
}
.home-section-2-col-1 p {
    color: var(--pera-color);
    max-width: 500px;
    width: 100%;
}
.home-section-2-col-1 img {
    position: absolute;
    width: 100%;
    max-width: 200px;
    bottom: 14px;
    right: 10%;
}
.home-section-2 {
    padding: 50px 10px 120px;
}

.mobile-img{
    display: none !important;
}


.home-section-3.main-text-section-3 {
    padding-top: 80px;
}
.home-section-3-text-col h2 {
    position: relative;
    z-index: 1;
    margin-left: 7px;
}
.home-section-3-text-col p {
    font-family: "Chakra Petch", sans-serif !important;
    position: relative;
}

.home-section-3-text-col h2:before {
    content: '';
    position: absolute;
    background: var(--orange-color-dark);
    height: 54px;
    width: 189px;
    left: -7px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.home-section-3.main-text-section-3{
    position:relative;
} 
.home-section-3.main-text-section-3:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/service-tr-bg-new-e1751280351649.png) no-repeat top right/contain;
    height: 100%;
    width: 100%;
    top: -12px;
    right: 0;
}
.main-slider-card {
    border:1px solid var(--white-color)fff2e;
    position: relative;
}
.slider-card-col-2.slider-img-col {
    padding:0 25px;
    background:var(--color-111111);
}
.slider-card-col-3.slider-text-col {
    padding:30px 25px !important;
}

.slider-card-col-3.slider-text-col p{
    margin-bottom:0;
}

.main-slider-card .slider-card-col-1 {
    padding:17px 25px !important;
}
.slider-card-col-3.slider-text-col h5{
    position: relative;
    z-index: 1;
    margin-left:8px;
    font-size: 26px !important;
    height: 61px;
}
.slider-card-col-3.slider-text-col h5:before {
    content: '';
    position: absolute;
    background: var(--orange-color-dark);
    height: 38px;
    width: 205px;
    left: -7px;
    top: -3px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.slider-card-col-1 p{
    font-family: "Chakra Petch", sans-serif !important;
    background:#292929;
    padding:2px 15px;
    font-size:14px;
    border:1px solid var(--orange-color);
}
.slider-card-col-1 p{
    transition:all 0.2s ease;
}
.slider-card-col-1 p:hover {
    background:var(--orange-color);
}
.slider-card-col-1 p:hover a{
    color:var(--white-color);
}
.slider-icon-col {
    position:absolute;
    background:var(--orange-color)57;
    width:max-content;
    padding:15px 10px;
    border:1px solid var(--orange-color);
    border-top:0;
    left:25px;

}
.slider-icon-col img {
    max-width:50px;
    width:100%;
}
.slider-img-col img {
    max-width: 100%;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  top: 10px;
  transform: none;
}
.swiper-button-next {
  right: 10px;
}
.swiper-button-prev {
  right: 40px;
  left: auto;
}
.swiper-slide {
    width: 33.33%;
}
.slider-section-row {
    padding-top: 40px;
    position: relative;
    margin-bottom: 150px;
}
.swiper-button-next {
    position: absolute !important;
    top: -70px !important;
    right: 130px !important;
    color: var(--white-color) !important;
    border: 1px solid var(--orange-color);
    padding: 0 20px;
    z-index: 1 !important;
}

.swiper-button-prev {
    position: absolute !important;
    top: -70px !important;
    right: 183px !important;
    left: auto !important;
    color: var(--white-color) !important;
    border: 1px solid var(--white-color);
    padding: 0 20px;
    transition: all 0.2s ease-in;
    z-index: 1 !important;
}
.swiper-button-prev:hover{
        border:1px solid var(--orange-color);
    color:var(--white-color) !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size:20px !important;
}

/* .swiper.myCustomSlider{
    padding-left:calc(50vw - 660px);
} */

.slider-section-row .swiper-pagination.swiper-pagination-clickable{
    bottom:-50px;
}
.slider-section-row .swiper-pagination{
    z-index: 1;
}
.slider-section-row .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet-active{
    background:var(--orange-color);
    border-radius:1px;
    width:10px;
    height:10px;
}

.slider-section-row .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
    background:#3C3B3B !important;
    border-radius:1px;
    width:10px;
    height:10px;
}

.main-home-section-4, .main-home-section-5, .home-section-5.home-contact-section, .main-footer-section, .map-section, .main-cta-banner-section {
    padding: 0 20px;
}
.home-section-4.who-we-are-section {
    max-width: 100%;
    width: 100%;
}

.home-section-5.who-we-are-section {
    max-width: 100%;
    width: 100%;
}



.home-section-5-bg {
    background: url(https://az-extreme.funnelpageinc.com/wp-content/uploads/2025/07/contactbg-new-scaled.webp) no-repeat center/cover;
    height: 600px;
}
.home-contact-section .home-contact-form-col {
    padding: 30px 50px;
    border: 2px solid var(--white-color);
    position: relative;
}
.contact-col-border-1 {
    position:absolute;
    content:'';
    background:var(--orange-color);
    height:10px;
    width:10px;
    top:-10px;
    left:-10px;
    
}
.contact-col-border-2 {
    position:absolute;
    content:'';
    background:var(--orange-color);
    height:10px;
    width:10px;
    top:-10px;
    right:-10px;
}
.contact-col-border-3 {
    position:absolute;
    content:'';
    background:var(--orange-color);
    height:10px;
    width:10px;
    bottom:-10px;
    left:-10px;
}
.contact-col-border-4 {
    position:absolute;
    content:'';
    background:var(--orange-color);
    height:10px;
    width:10px;
    bottom:-10px;
    right:-10px;
    
}
.home-section-4 .row .who-we-are-section-col-1{
    padding-right:60px;
}

.home-section-4 .row .who-we-are-section-col-1 p.orange-bod-left, .home-section-5 .row .who-we-are-section-col-1 p.orange-bod-left {
    position: relative;
    font-family: "Chakra Petch", sans-serif !important;
    margin-left: -7px;
}

.home-section-4.who-we-are-section{
    position:relative;
}
.home-section-5.who-we-are-section{
    position:relative;
}
.home-section-4.who-we-are-section:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/Ellipse-2.png) top left/contain no-repeat;
    width: 100%;
    height: 180px;
    top: 0;
    left: -36px;
}

.home-section-5.who-we-are-section:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/Ellipse-1.png) top right/contain no-repeat;
    width: 100%;
    height: 180px;
    top: 0;
    right: -24px;
}
.who-we-are-section-col-2 img {
    max-width: 100%;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.home-section-5 .row .who-we-are-section-col-1 h2{
    position: relative;
    z-index: 1;
}
.home-section-4 .row .who-we-are-section-col-1 h2 {
    z-index: 1;
    position: relative;
}
.home-section-4 .who-we-are-section-col-1 h2:before {
    content: '';
    position: absolute;
    background: var(--orange-color-dark);
    height: 54px;
    width: 189px;
    left: -7px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.who-we-are-section-col-1 .faq-heading:before {
    content: '';
    position: absolute;
    background: var(--orange-color-dark);
    height: 54px;
    width: 189px;
    left: -7px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.home-section-5 .row .who-we-are-section-col-1 {
    padding: 0 70px;
}
/*FAQ Start*/

.accordion-item {
    border: 1px solid #333 !important;
    border-radius: 0 !important;
    background: none !important;
    margin-bottom: 10px;
}

.accordion-button {
  background: var(--lite-black-color);
  color: var(--white-color);
  text-transform: uppercase;
  padding-right: 60px; /* space for icon */
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  display: none; /* removes default Bootstrap arrow */
}

.faq-icon {
    position: absolute;
    right: 0px;
    background: var(--orange-color-dark);
    color: var(--white-color);
    padding: 14px 20px;
    font-size: 18px;
    width: 54px;
    border: 2px solid var(--orange-color-dark);
}
.faq-btn.collapsed .faq-icon::before {
  content: "+";
}

.faq-btn:not(.collapsed) .faq-icon::before {
  content: "-";
}

.accordion-body {
  background: var(--lite-black-color);
  color: #ccc;
}
.accordion-button:not(.collapsed) {
    color: var(--white-color);
    border-radius: 0 !important;
    background: none;
    box-shadow: none;
    border-bottom: 2px solid var(--orange-color);
}
/*FAQ END*/

.home-contact-form-col .contact-col h2 {
    position: relative;
    z-index: 1;
}
.home-contact-form-col .contact-col h2:before {
    content: '';
    position: absolute;
    background: var(--orange-color-dark);
    height: 54px;
    width: 189px;
    left: -7px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.home-contact-form-col .contact-col p {
    position: relative;
    margin-left: -7px;
}
.home-contact-form-col .contact-col .form{
    margin-left: -7px;
}

.wpforms-field{
    padding:0 !important;
}
.home-contact-sub-head {
    font-weight:200;
}

input#wpforms-178-field_4, #wpforms-178-field_2, #wpforms-178-field_3 {
    background: #ffffff0d;
    border: 2px solid #ffffff0d;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    color: var(--white-color);
    font-size: 14px;
    font-family: "Mulish", sans-serif !important;
    letter-spacing: 0.5px;
}
p.text-after-contact-head {
    max-width:100%;
    width:100%;
}
#wpforms-form-178 .wpforms-field-container {
    max-width:100%;
    width:100%;
}
button#wpforms-submit-178 {
    max-width: 100% !important;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600 !important;
}

#wpforms-form-178 .wpforms-submit-container {
    margin-top:0;
}
select{
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('/wp-content/uploads/2025/07/selection-arrow.png') !important;
    background-position: 96% !important;
    background-repeat: no-repeat !important;
    background-size: 3% !important;
}
input:focus, select:focus{
    border:2px solid var(--orange-color) !important;
    box-shadow:none !important;
}
input#wpforms-178-field_4, #wpforms-178-field_2 {
    border-bottom:none;
}
div#wpforms-178 {
    margin-bottom: 0;
}

input#wpforms-178-field_4::placeholder, #wpforms-178-field_2::placeholder, #wpforms-178-field_3 option.placeholder{
    color:var(--white-color);
    opacity:1;
    font-family: "Mulish", sans-serif !important;
    letter-spacing: 0.5px;
}
button[type="submit"] {
    background: var(--orange-color) !important;
    border-radius: 0 !important;
    font-family: "Chakra Petch", sans-serif !important;
    font-weight: 400 !important;
}

.home-section-5-bg .row .home-contact-text-col {
    max-width:55%;
    width:100%;
}
.home-section-5-bg .row .home-contact-form-col {
    max-width: 45%;
    width: 100%;
    backdrop-filter: blur(2px);
    background: var(--color-111111);
}


/*Footer CSS START*/
.footer-section{
    background-color: var(--lite-black-color)111;
    position: relative;
}

.cs_footer_col h4{
            color: var(--white-color);
        }
.cs_footer_col li{
            font-size:16px;
            font-weight: 300;
            font-family:'Mulish';
            list-style: none;
            color: var(--white-color);
            line-height: 1.9em;
        }  

.footer_menu_link {
    padding: 0;
}

.cs_footer_col li a {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Mulish';
    list-style: none;
    color: var(--white-color);
    line-height: 1.9em;
}
.cs_footer_col p{
            font-size:16px;
            font-weight: 300;
            font-family:'Mulish';
            color: #A5A5A5;
        }
footer .container .first_row{
            padding-top: 80px;
            padding-bottom: 60px;
            row-gap: 25px;
        }
img.orange_left {
    position: absolute;
    left: -23px;
    width: 180px;
    top: 20%;
}
img.orange_right {
    position: absolute;
    right: -25px;
    width: 180px;
    top: 25%;
}
tr td p {
    font-size:13px !important;
}
        h4.second_col:before {
            content: '';
            position: absolute;
            background: var(--orange-color-dark);
            height: 47px;
            width: 107px;
            left: -8px;
            top: -3px;
            clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
            z-index: -1;
        }
        h4.third_col:before {
            content: '';
            position: absolute;
            background: var(--orange-color-dark);
            height: 47px;
            width: 197px;
            left: -8px;
            top: -3px;
            clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
            z-index: -1;
        }
        h4.second_col , h4.third_col{
            position: relative;
            z-index: 1;
            font-weight: 600 !important;
            /* letter-spacing: 2.72px; */
        }
        h4.third_col{
            text-transform: uppercase;
            
        }
        .copyright_row p{
            text-align: center;
            font-size:14px;
            font-weight: 300;
            font-family:'Mulish';
            color: var(--white-color);
            margin: 0;
        }
        .copyright_row {
            border-top: 1px solid #5E5E5E4D;
            padding: 20px;
        }
        .social_row i {
            width:40px;
            color: var(--white-color);
            border: 1px solid var(--orange-color);
            background: var(--orange-color)66;
            padding:10px;
            margin: 5px;
            transition: all 0.4s ease;
        }
.social_row {
    justify-content: end;
    display: flex;
    width: 100%;
}
        .social_row i:hover{
            background: var(--orange-color);
            transform: scale(1.1);
            cursor: pointer;
        }
            .icon_list td {
                padding: 20px 10px;
                background-color:var(--color-111111);
            }
            .icon_list tr td {
                border: 1px solid #5E5E5E4D;
            }
            .icon_list td p {
                color:var(--white-color) !important;
                font-family: 'Chakra Petch';
                font-weight: 400;
                font-size: 14px;
                margin: 0;

            }
            .icon_list {
                border-left: 4px solid var(--orange-color);
                margin-top: 30px;
            }
            .icon_list td i {
                font-size: 25px;
                color: var(--white-color);
                padding: 0px 10px;
            }

            @media screen and (max-width:400px){
                .icon_list td i {
                font-size: 16px;
                color: var(--white-color);
                padding: 0px 0px;
            }
            .icon_list td p {
                font-size: 14px !important;
            }
            .icon_list td {
                padding: 12px 5px;
            }

            }

.footer-form-btn {
    width: 38px !important;
    float: right !important;
    top: -49px;
    right: 5px;
    position: absolute !important;
    height: 35px !important;
}
em#wpforms-196-field_1-error {
    position: absolute;
}
#wpforms-196-field_1 {
    background: none;
    border: 1px solid var(--white-color);
    border-radius: 0;
    color: var(--white-color);
}
#wpforms-196-field_1::placeholder{
    color:var(--white-color);
    font-weight:300;
    letter-spacing:1px;
    font-size:15px;
}       
#wpforms-form-196 .wpforms-submit-container .wpforms-submit{
  font-size:0;
}
#wpforms-form-196 .wpforms-submit-container .wpforms-submit:before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 11px;
    top: 16px;
}

.footer-form-col {
    width: 100%;
}  

/*Footer CSS END*/


/* Header CSS START */

.header-container {
    position:absolute;
    top: 15px;
    z-index:9;
    margin:0 auto !important;
    width:100%;
}
.main-header{
    display:flex;
    justify-content:center;
}
	        	header .container{
					background-color: var(--color-111111);
				}
				.head_row{
					padding: 5px 10px 5px 20px;
					border: 1px solid #5E5E5E4D;
				}
				.head_col{
						padding: 0px;
				}
				.head_col ul {
					list-style: none;
					display: flex;
					gap: 32px;
					margin:0;
				}
				.head_col ul li {
					color: var(--white-color);
					font-family: Chakra Petch;
					font-weight: 600;
					font-size: 14px;
					line-height: 21px;
					letter-spacing: 1.4px;
					text-align: center;
					vertical-align: middle;
					text-transform: uppercase;

				}
				.head_btn{
					font-family: Chakra Petch;
					font-weight: 600;
					font-size: 14px;
					line-height: 21px;
					letter-spacing: 1.4px;
					vertical-align: middle;
					text-transform: uppercase;
					background: var(--orange-color);
					color: var(--white-color);
					border: none;
					transition: all 0.4s ease;
					border: 1px solid var(--orange-color);
				}
				.head_btn:hover{
					background: var(--color-111111);
					transform: scale(1.01);
					cursor: pointer;
					color:var(--orange-color);
				}
				li.current_page_item {
					border-bottom: 1px solid var(--orange-color);
					padding-bottom: 3px;
				}

	          .cs_footer_col li.current_page_item {
					border-bottom: 0px solid var(--orange-color);
					padding-bottom: 0px;
				}
				.head_col i {
					font-size: 20px;
					color: var(--orange-color);
					display: none;
				}
				/* .head_col .ham_btn{
					display: none;
				} */

.sidebar_row {
    background: var(--color-111111);
    width: 400px;
    position: fixed;
    height: 100vh;
    left: -100%;
    top: 0;
    padding-left: 15px;
    transition: all 0.5s ease;
    border-right: 1px solid #5E5E5E4D;
    opacity: 0;
}
				.sidebar_col{
					row-gap: 30px;
					position: relative;
				}
				.sidebar_col ul{
					list-style: none;
					padding-left: 10px;
				}
				.sidebar_col ul li {
					color: var(--white-color);
					font-family: Chakra Petch;
					font-weight: 600;
					font-size: 14px;
					line-height: 2.5em;
					letter-spacing: 1.4px;
					vertical-align: middle;
					text-transform: uppercase;


				}
				/* .sidebar_col .head_btn{
					background-color: var(--color-111111);
				} */
				.sidebar_col i  {
					position: absolute;
					top: 20px;
					right: 20px;
					    font-size: 20px;
    				color: var(--orange-color);
				}
.sidebar_open {
    left: 0;
    background: var(--color-111111);
    width: 400px;
    position: fixed;
    height: 100vh;
    top: 0;
    padding-left: 15px;
    transition: all 0.5s ease;
    border-right: 1px solid #5E5E5E4D;
    opacity: 1;
}

				@media screen and (max-width:767px){
					
					.cs_footer_col li {
    text-align: center;
}
					.head_col i {
						display: block !important;
						order: 1;
					}
					.head_col ul , .head_col .head_btn{
						display: none !important;
					}
					.sidebar_col img{
						width: 120px;
					}
				}
				@media screen and (max-width:430px){

					.sidebar_open , .sidebar_row{
						width: 280px;
					}
				}
/* Header CSS END */

span.text-before-stick {
    font-weight: 800;
    color: var(--orange-color);
    padding-right: 5px;
}



/* About Page CSS START */

 .inner_hero-sec {
     background: url(/wp-content/uploads/2025/06/hoer-new-bg-scaled.webp);
     background-position: center;
     background-size: cover;
     padding: 80px 0 0 0;
     height: 50vh;
     position: relative;
}
 .service_wrapper {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     justify-content: center;
}
 .service_card {
     width: 31.33%;
}
 .service_card .main-slider-card {
     padding-top: 25px;
}
.about-us-team-section.main-slider-section .slider-section-row .service_card .main-slider-card:after {
    position: absolute;
    content: '';
    background: var(--orange-color);
    height: 0%;
    width: 100%;
    top: 0;
    right: 0;
    transition: all 0.5s ease;
}
.about-us-team-section.main-slider-section .slider-section-row .service_card .main-slider-card:hover:after {
    position: absolute;
    content: '';
    background: var(--orange-color);
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
.about-us-team-section.main-slider-section .slider-section-row .service_card .main-slider-card:hover .slider-img-col img,
.about-us-team-section.main-slider-section .slider-section-row .service_card .main-slider-card:hover .slider-text-col h5,
.about-us-team-section.main-slider-section .slider-section-row .service_card .main-slider-card:hover .slider-text-col p{
    position:relative;
    z-index:9 !important;
}

 p.team_mails {
     font-size: 16px;
     font-weight: 600;
     color: var(--white-color);
     padding-top: 10px;
}
 .service_card .slider-card-col-3.slider-text-col {
     padding: 25px 25px !important;
}
 .team_mails i.fas.fa-envelope {
     padding-right: 10px;
}
 .mission_sec {
     max-width: 1320px !important;
     margin: auto;
}
 .mission_cont {
     padding-top: 80px;
}
 .mission_sec .padding-left-clc{
     padding: 0 40px;
}
 .mission_sec .who-we-are-section-col-2 img {
     max-width: 100%;
     width: 100%;
     height: 100%;
}
 .mission_cont .home-section-4.who-we-are-section:before {
     left: 0;
}
 .mission_sec .who-we-are-section-col-1 h2{
     z-index: 1;
}
 .team_sec .home-section-3-text-col{
     display: flex;
     flex-direction: column;
     align-items: center;
}
.about-us-team-text-section {
    padding-top: 60px;
}
.about-ou-value-section .home-section-5{
    border-bottom: 1px solid var(--orange-color);
}
.mission_sec .who-we-are-section-col-1{
    padding:40px;
}
.service_card{
    position:relative;
    transition:all 0.3s ease-in;
}
.service_card:hover{
    transform:translateY(-10px);
}
/* About Page CSS END */


/* Contact Page CSS START */

.contact-section-row .contact-col-1 {
    padding:40px;
}
.info-col {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 20px;
}
.info-col i.fas.fa-phone-volume{
    transform:rotate(-45deg);
}
.info-col i {
    color: var(--orange-color);
    font-size: 27px;
}
.info-col a{
    color:var(--pera-color);
    font-family: "Mulish", sans-serif !important;
}
.contact-info-row {
    padding: 20px 0;
}
#wpforms-form-242 .wpforms-field input, #wpforms-242-field_6 {
    background: #ffffff0f;
    border-radius: 0;
    color: var(--white-color);
    margin-bottom: 10px;
    border: 1px solid var(--orange-color);
}

#wpforms-242-field_5{
    background: #ffffff0f;
    border-radius: 0;
    color: var(--white-color);
    margin-bottom: 10px;
    border: 1px solid var(--orange-color);
}

#wpforms-form-242 .wpforms-field input::placeholder, #wpforms-242-field_6::placeholder{
    color:var(--white-color) !important;
    opacity:1;
}
.contact-section-row .contact-col-2{
    padding:40px !important;
}
.contact-col-2 .contact-pg-form{
    max-width:100%;
    width:100%;
}
.contact-page-section-1.contact-section {
    margin: 60px 0;
}
.map-section .container-fluid{
    padding:0 !important;
}

/* Contact Page CSS END */

/* Service Page CSS START */

.service-page-section-1 {
    padding: 50px 0;
}
.row.service-section-1-row {
    gap:25px 0;
    justify-content:center;
    padding:30px 0;
}

/* Service Page CSS END */


/* Service Inner CSS Start */
.service-inner-process-section {
    padding: 60px 10px;
}
.service-process-row {
    padding: 30px 0 0;
    flex-wrap: nowrap;
    gap: 30px 20px;
    justify-content: center;
}
.service-process-row .process-col{
    border:1px solid #686868;
    padding:40px 15px;
    transition:all 0.3s ease;
    position:relative;
}
.service-process-row .process-col:hover{
    transform:translateY(-10px);
    box-shadow:0 5px 50px 5px #a8371d2e;
}
.service-process-row .process-col img {
    max-width:100px;
    width:100%;
    border:1px solid var(--white-color);
    border-radius:50%;
    padding:15px;
    margin-bottom:15px;
}
.service-process-row .process-col img, .service-process-row .process-col h6, .service-process-row .process-col p{
    z-index:9;
}
.service-process-row .process-col:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(297deg) brightness(105%) contrast(102%);
} 
.service-process-row .process-col:after{
    position:absolute;
    content:'';
    background:var(--orange-color);
    height:0%;
    width:100%;
    top:0;
    right:0;
    transition:all 0.5s ease;
    
}
.service-process-row .process-col:hover:after{
    position:absolute;
    content:'';
    background:var(--orange-color);
    height:100%;
    width:100%;
    top:0;
    right:0;
    z-index:1;
}
.service-inner-cta-banner.container-fluid:after{
    position:absolute;
    content:'';
    background:var(--color-111111);
    height:100%;
    width:100%;
    top:0;
    right:0;
}
.service-inner-cta-banner.container-fluid {
    background:url(https://az-extreme.funnelpageinc.com/wp-content/uploads/2025/06/slider-imge-1.png) no-repeat center/cover;
    padding:70px 40px;
    position:relative;
}
.service-inner-cta-banner.container-fluid .cta-banner-row p{
    max-width:900px;
    width:100%;
}
.z-index-1{
    z-index:1;
}
.globle_btn {
  border: 1px solid var(--orange-color);   
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 12px 30px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}

.globle_btn:hover {
  color: var(--white-color);
}

.globle_btn:after {
  position: absolute;
  content: '';
  background: var(--black-color);
  height: 100%;
  width: 0%;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
  z-index: -1;
}

.globle_btn:hover:after {
  width: 100%;
  left: 0;
}

/* Service Inner CSS END */


/* Gallery Page CSS Start */

.gallery-section-1 {
    padding: 50px 10px;
}
.gallery-section {
    padding: 30px 0;
}


/* Gallery Page CSS END */

/* 404 Page CSS START */
.tahnk_row {
    padding: 0 20px;
}
.thank-hero-sec{
    padding-top: 120px;
}

.cs_border p{
font-size:20px;
color: var(--color-111111);
}
.cs_border1
.cs_border .fa-check:before {
content: "\f00c";
background: var(--orange-color-lite);
padding: 20px;
color: var(--white-color);
border-radius: 10px;
font-size: 20px;
}
.fa-exclamation:before {
/* content: "\f00c"; */
background: var(--orange-color-lite);
padding: 12px 20px;
color: var(--white-color);
border-radius: 100%;
font-size: 20px;
}

.cs_thank_social{
width: 32px;
height: 32px;
}
.cs_thank_social_row {
    gap: 20px;
    justify-content: center;
}

.thank-hero-sec{
padding-top: 180px;
padding-bottom: 60px;
}
.cs_thank_social_row a img{
width: 30px !important;
height: 30px !important;
}
.thank-col-1 {
    border:1px solid var(--orange-color);
    padding: 60px 40px!important;
    max-width: 700px;
    width: 100%;
}
/* 404 Page CSS END */

/* Thank You Page CSS START */

.main-thank-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
}
.thankyou-section {
    max-width: 700px;
    width: 100%;
    border: 1px solid var(--orange-color);
    padding: 80px 40px;
}
.thankyou-section p {
      font-size: 18px;
      max-width: 600px;
      margin: 0 auto 30px auto;
 }

/* Thank You Page CSS END */

.padding-set-homepg{
    padding: 0 32px !important;
}
.inner_hero-sec .row h1.hero-section-h1:before{
    content:'';
    display:none !important;
}
table tr td p a:hover{
    color:var(--orange-color) !important;
}




/*Media Queries Start*/



@media(max-width:450px){
h4.third_col {
    max-width: 250px !important;
    width: 100%;
}
}
@media(max-width:550px){

.home-section-3-text-col p {
    max-width: 300px !important;
}
}
@media(max-width:670px){
.about-us-team-section .service_card {
    max-width:370px;
    width:100%;
}    
}

@media(max-width:800px){
.hero-section {
    background: none;
}
.hero-section .row{
    flex-direction: unset !important;
    padding: 0 !important;
}
.hero-section {
    height: unset !important;
}
.home-section-3.main-text-section-3 {
    padding-top: 20px;
}
.hero-section .row .text-col.col-md-8.col-sm-12 {
    border-bottom: 1px solid var(--orange-color);
    padding-bottom: 40px !important;
}
}

@media(min-width:801px){
.hero-section-mob-image{
        display: none;
}

}
@media(max-width:900px){
    .head_col ul li a{
    font-size:12px !important;
}
.head_col img{
    width:80px;
}
.head_btn{
    padding:10px;
    font-size:12px;
}
}

@media(max-width: 767px){
    h1{
        font-size: 32px !important;
    }
    h2{
        font-size: 28px !important;
    }
    h3{
        font-size: 26px !important;
    }
    h4{
        font-size: 24px !important;
    }
    h5{
        font-size: 22px !important;
    }
    h6{
        font-size: 20px !important;
    }
    p{
        font-size: 16px !important;
    }

.slider-card-col-3.slider-text-col h5:before {
    height: 36px;
    width: 198px;
    left: -8px;
    top: -4px;
}

h1.hero-section-h1:before {
    left: auto !important;
    height: 36px !important;
}

.home-contact-form-col .contact-col h2:before {
    height: 34px !important;
    width: 147px;
}
.cs_footer_col {
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .home-section-3-text-col h2:before {
    height: 33px !important;
}
h4.second_col:before {
    height: 32px !important;
    top: -2px !important;
}
h4.third_col:before {
    height: 32px !important;
}
.footer-form-col {
    width: 100%;
}
#wpforms-form-196{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.home-section-4.who-we-are-section .row .who-we-are-section-col-1 h2:before, .home-section-4.who-we-are-section .row .who-we-are-section-col-1 .faq-heading:before{
        height: 34px !important;
}
h4.third_col {
    max-width: fit-content;
    margin: 10px auto;
    text-align: center;
}
.footer-col-3-hide-desk p {
    text-align: center;
}
.service_card{
     width: 300px;
}
.service-process-row .process-col{
    max-width:450px;
}
.contact-info-row{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
#wpforms-form-242 .wpforms-submit-container{
    text-align:center;
}

}

@media(max-width:700px){

.home-section-5.who-we-are-section .who-we-are-section-col-1 h2:before, .home-section-5.who-we-are-section .who-we-are-section-col-1 .faq-heading:before {
    height: 33px !important;
}
}


@media(min-width:768px) {
.sidebar_open{
    display:none;
}
.main-slider-card {
    background: var(--lite-black-color);
    height: 510px !important;
}
}


@media(min-width: 768px) and (max-width: 880px){
h1.hero-section-h1:before {
    left: 15px;
    height: 46px !important;
}
.service-page-section-1 .service-section-1-row .service-column{
    max-width:380px;
    width:100%;
}
}


@media(max-width:880px){
.home-section-2-bg-row {
    flex-direction: column-reverse;
    background-image: none;
    gap: 20px 0;
}
.home-section-2-bg-row .main-home-section-2-col-1, .home-section-2-bg-row .home-section-2-col-2 {
    max-width:100% !important;
    width:100% !important;
}

 .angled-wrapper {
    clip-path: none !important;
}
 .home-section-2-col-1:after{
  display:none !important;
 }
 .mobile-img{
    display: block !important;
 }
 .home-section-2-col-2 img {
    max-width: 100%;
    width: 100%;
}
.home-section-2-col-1 p {
    max-width: 100% !important;
    width: 100%;
}
.mob-text-center{
    text-align: center !important;
}
.home-section-3-text-col h2:before {
    height: 37px;
    width: 187px;
}
.home-section-3-text-col h2 {
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: max-content;
}
.slider-section-row {
    padding-top: 40px;
    margin-bottom: 70px;
    position: relative;
}
.swiper-button-next {
    position: absolute !important;
    bottom: 0!important;
    right: 0 !important;
    left: 0 !important;
    top: 111% !important;
    margin: 0 auto;
    transform: translateX(40px);
    color: var(
    --white-color) !important;
    border: 1px solid var(
    --orange-color);
    padding: 0 20px;
    display: none !important;
}
.swiper-button-prev{
    position: absolute !important;
    bottom: 0!important;
    right: 0 !important;
    left: 0 !important;
    top: 111% !important;
    margin: 0 auto;
    transform: translateX(-40px);
    color: var(
    --white-color) !important;
    border: 1px solid var(
    --orange-color);
    padding: 0 20px;
    display: none !important;
}

h1.hero-section-h1 {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.hero-section .row .text-col, .hero-section .row  .img-col {
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center !important;
    padding: 0 15px !important;
}
.hero-section .row{
    gap:40px 0;
    flex-direction:column-reverse;
}
.hero-section .row  .img-col img{
    max-width:550px;
    width:100%;
}
.mob-row-rev{
    flex-direction: column-reverse;
}
.mob-width-100{
    max-width: 100% !important;
    width: 100% !important;
}
.who-we-are-section-col-1 .orange-bod-left {
    position: relative;
    margin: 0 auto !important;
}
.who-we-are-section-col-1{
    padding: 40px !important;
}
.who-we-are-section-col-1 h2 {
    width: fit-content;
    margin: 10px auto;
}
.who-we-are-section-col-2{
    padding:0px 12px !important;
}
.mob-hide{
    display: none !important;
}
.home-contact-form-col .contact-col p, .home-contact-form-col .contact-col h2{
    width: max-content;
    margin: 0 auto;
}
#wpforms-form-178 .wpforms-field-container {
    margin:0 auto;
}
#wpforms-form-178
.wpforms-submit-container {
    text-align: center;
}
.hero-section {
    height: 600px;

}

.hero-section .row .text-col p {
    width: 100%;
    max-width: 550px;
}

.social_row {
    justify-content: center;
}
.home-section-3-text-col p {
    max-width: fit-content;
    margin: 0px auto 15px;
}
.mob-align-center{
    align-items: center !important;
}
.who-we-are-section-col-2 img {
    height: 350px;
}

}


@media(max-width: 991px){
.footer-col-3-hide-mob{
    display: none;
}
.footer-col-3-hide-desk {
    padding-top: 36px;
}
.service_card{
     width: 45.33%;
}

}


@media(min-width: 881px) and (max-width: 991px){
.home-section-2-col-1:after {
    width: 16px;
    right: 27px;
    transform: skewX(7.8deg);
}
.home-section-2-bg-row {
    background: url(/wp-content/uploads/2025/06/section-2-img-scaled.webp) no-repeat right/114%;
}
}
@media(min-width:992px){
    .footer-col-3-hide-desk{
        display: none;
    }
}

@media(min-width: 992px) and (max-width: 1199px){
.home-section-2-col-1:after {
    width: 44px;
    right: 10px;
    transform: skewX(11.9deg);
}
.home-section-2-bg-row {
    background: url(/wp-content/uploads/2025/06/section-2-img-scaled.webp) no-repeat right/74%;
}
.cs_footer_col.footer-col-2{
    padding-left:40px;
}
}


@media(min-width: 768px) and (max-width: 1024px){
    h1{
        font-size: 40px !important;
    }
    h2{
        font-size: 32px !important;
    }
    h3{
        font-size: 30px !important;
    }
    h4{
        font-size: 28px !important;
    }
    h5{
        font-size: 26px !important;
    }
    h6{
        font-size: 24px !important;
    }
    p{
        font-size: 16px !important;
    }
.service-process-row .process-col{
    max-width:350px;
    width:100%;
}

}

@media(min-width: 1025px){
    h1{
        font-size: 70px !important;
    }
    h2{
        font-size: 45px !important;
    }
    h3{
        font-size: 38px !important;
    }
    h4{
        font-size: 33px !important;
    }
    h5{
        font-size: 28px !important;
    }
    h6{
        font-size: 23px !important;
    }
    .font-20{
        font-size: 20px !important;
    }
}

@media(max-width: 1024px){
h1.hero-section-h1:before {
    height: 46px;
    width: 169px;
}
.home-section-3-text-col h2:before {
    height: 39px;
    width: 187px;
    left: -7px;
}
.who-we-are-section-col-1 h2:before, .who-we-are-section-col-1 .faq-heading:before {
    height: 39px !important;
}
.home-contact-form-col .contact-col h2:before {
    height: 41px;
    width: 147px;

}
h4.second_col:before {
    height: 41px;
}
h4.third_col:before {
    height: 37px;
}


}

/* @media(min-width:768px) and (max-width:1482px){
.main-slider-card {
    background: var(--lite-black-color)111;
    height: 572px !important;
}
} */
@media(max-width: 1199px){
.home-section-2-col-1 p {
    max-width: 80%;
    width: 100%;
}
.home-section-2 {
    padding: 50px 10px 70px;
}
.slider-card-col-3.slider-text-col h5:before {
    height: 36px;
    left: -6px;
    top: -2px;
}
}

@media(min-width: 1200px) and (max-width: 1399px){
.home-section-2-col-1:after {
    width: 38px;
    right: 26px;
    transform: skewX(16.5deg);
}
}

@media(max-width: 1399px){
.container{
    max-width: 100% !important;
}
/* .hero-section .container {
    padding: 30px;
} */
.hero-section .row{
    padding: 0 40px;
}

.main-text-section-3{
    padding: 0 30px;
}
.who-we-are-section-col-1{
    padding-left: 40px !important;
}
.main-header .container.header-container {
    max-width:96% !important;
}
.swiper.myCustomSlider{
    padding:0 15px !important;
}
.service-process-row {
    flex-wrap: wrap;
}
.slider-section-row {
    padding-left: 10px;
    padding-right: 10px;
}
.hero-section .row .text-col {
    padding-top: 50px;
}
.home-contact-section .row {
    padding:0 30px;
}

}
@media(min-width:1320px){
.padding-left-clc{
    padding-left: calc(50vw - 660px);
}
}
@media(min-width:1025px) and (max-width:1324px){
.slider-card-col-3.slider-text-col h5 {
    font-size: 24px !important;
}
}
@media(min-width:1620px){
.home-section-5-bg {
    height: 800px;
}
}
@media(min-width:1850px){
.hero-section {
 height: 1200px;

}
}


/*Media Queries END*/


/* Custom CSS END*/