section {
	float: left;
	width: 100%;
}
body {
    font-family: 'Lexend Deca', sans-serif!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lexend Deca', sans-serif!important;
}
p, li, span {
    font-family: 'Lexend Deca', sans-serif!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}



/*** Hero Section ***/
section.hero-section {
    float: left;
    width: 100%;
    padding: 200px 100px;
}
.hero-text-holder h1 {
	margin: 0px;
    font-size: 96px;
    font-weight: 700;
	color: #F2F2F2;
	position: relative;
}
p.text-hero-single {
    font-size: 36px;
    color: #F2F2F2;
    margin: 50px 0px;
}
.hero-counter-holder {
    float: left;
    width: 100%;
    display: inline-flex;
	justify-content: space-evenly;
}
.counter-wrap-hero {
    float: left;
    width: 110px;
}
.complete {
   animation: blowUp 300ms ease;
}
.counter-wrap-hero span, .counter-box-about span {
    font-size: 40px;
    font-weight: 600;
    color: #F2F2F2;
}
.counter-wrap-hero p {
    font-size: 18px;
    color: #F2F2F2;
}


/* CONTACT FORM */
.all-form-holder {
    float: left;
    width: 100%;
    background: #333333;
    padding: 50px;
}
.form-wrap {
    float: left;
    width: 100%;
}
.form-wrap input,
.form-wrap select,
.form-wrap textarea {
    font-size: 16px;
    letter-spacing: 0px;
    color: #4e4b43;
    font-weight: 600;
	background: #fff;
	width: 100%;
	padding-left: 15px;
}
/* .wpcf7 input[type="date"]:before {
    content: attr(placeholder);
	float: left;
} */
.form-wrap input::placeholder, .form-wrap select::placeholder, .form-wrap textarea::placeholder, span.wpcf7-form-control-wrap {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
}
.form-wrap input,
.form-wrap date,
.form-wrap select,
.form-wrap textarea{
    width: 100%!important;
	color: #fff;
    border: none;
    border-bottom: 1px solid #FF6333;
    border-radius: 0px;
    padding-bottom: 12px;
    padding-top: 10px;
	background: #111111;
}
form.wpcf7-form.init {
    float: left;
    width: 100%;
}
.all-form-holder h2 {
	color: #FF6333;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 20px;
}
.form-wrap input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #FF6333;
    color: #ffff;
	border-radius: 25px;
}
.form-wrap label {
	margin-bottom: 15px!important;
}
.wpcf7-form-control-wrap {
    float: left;
    position: relative;
    width: 100%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
}
input[type="date"]
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
	min-width: 95%; 
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #e37451;
    transition: all .5s ease-in-out;
}

/*** About Us Section ***/
section.about-us-section {
    float: left;
    width: 100%;
    position: relative;
    background: #181818;
    padding: 100px 0px 200px 0px;
}
.about-holder {
    float: left;
    width: 100%;
    position: relative;
}
.about-image, .about-text {
    padding: 0px!important;
}
.about-text-box {
    float: left;
    width: 100%;
    padding: 0px 100px;
	height: 600px;
}
.about-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    background-position: bottom;
}
section.about-us-section h2 {
    font-size: 54px;
    font-weight: 700;
    color: #F2F2F2;
    margin-left: 150px;
    width: 560px;
    margin-top: 0px;
    margin-bottom: 50px;
}
p.about-single-text-1, p.about-single-text-2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
	color: #F2F2F2;
}
.about-counter-holder {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
}
.counter-box-about p {
	color:#AAAAAA;
	font-size: 18px;
}
.about-text-box a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: max-content;
    margin: 40px 0px;
	position: relative;
	z-index: 99;
}
.about-counter-holder {
    display: inline-flex;
    justify-content: space-evenly;
    background: #333333;
    padding: 50px;
    position: absolute;
    bottom: -69px;
    width: 470px;
    left: -218px;
}
.about-text-box a::before {
    position: absolute;
    left: -18px;
    bottom: -14px;
    content: '';
    background: #FF6333;
    width: 53px;
    height: 52px;
    border-radius: 50%;
    z-index: -1;
	transition: 100ms;
}
.about-text-box a:hover::before, .services-button-holder a:hover::before {
 	width: 100%;
	height: 52px;
/* 	left: 0px; */
	color: #ffff;
    background-color: #FF6333;
    padding: 12px 100px;
    border-radius: 25px;
 	-webkit-transition: all 0.4s ease;
   	transition: all 0.4s ease;
}

/*** Services Section ***/
section.services-section {
    padding: 150px 100px;
	background-color: #181818;
}
.services-text-holder h2 {
    font-size: 54px;
    font-weight: 700;
    color: #F2F2F2;
    width: 560px;
    margin-top: 0px;
    margin-bottom: 50px;
	z-index: 1;
    position: relative;
}
.services-text-holder span {
	position: relative;
}
.services-text-holder span:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #FF6333;
    width: 455px;
    height: 27px;
    z-index: 0;
}
.single-box-services {
	margin-left: 50px;
}
.single-box-services h4 {
    font-size: 24px;
    font-weight: 700;
	color: #F2F2F2;
	margin-top: 0px;
	margin-bottom: 30px;
	position: relative;
}
.single-box-services h4:before {
    content: '';    
    position: absolute;
    top: -8px;
    left: -73px;
    width: 69px;
    height: 55px;
}
.services-single-box-1 h4:before{
	background: url(/wp-content/uploads/2025/01/Number_01.png) no-repeat center center / cover;
}
.services-single-box-2 h4:before{
	background: url(/wp-content/uploads/2025/01/Number_02.png) no-repeat center center / cover;
}
.services-single-box-3 h4:before{
	background: url(/wp-content/uploads/2025/01/Number_03.png) no-repeat center center / cover;
}
.services-single-box-4 h4:before{
	background: url(/wp-content/uploads/2025/01/Number_04.png) no-repeat center center / cover;
}
.single-box-services h6 {
	font-size: 18px;
	color: #F2F2F2;
	margin: 0px;
	font-weight: 400;
	margin-bottom: 5px;
}
.services-single-box-1.single-box-services, .services-single-box-3.single-box-services {
    margin-bottom: 60px;
}
.services-single-box-1.single-box-services {
    margin-top: 80px;
}
.services-button-holder {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 100px;
}
.services-button-holder a::before {
    position: absolute;
    left: -18px;
    bottom: -14px;
    content: '';
    background: #FF6333;
    width: 53px;
    height: 52px;
    border-radius: 50%;
    z-index: -1;
    transition: 100ms;
}
.services-button-holder a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 40px 0px;
    position: relative;
    z-index: 99;
}
.services-button-holder a:hover::before {
	padding: 12px 115px;
}

/*** Banner Section ***/
section.banner-section {
	position: relative;
    background-color: #181818;
    padding: 150px 0px;
}
.banner-holder {
	position: relative;
	float: left;
	width: 100%;
}
.banner-image-holder {
    float: left;
    width: 100%;
}
.banner-image-holder img{
	right: 0;
    width: 90%;
    display: block;
    margin: 0;
    margin-left: 10%;
    top: 0;
    left: 0;
    position: relative;
}
.banner-content-holder {
    position: absolute;
    float: left;
    width: 90%;
	background-color: #222222;
	padding: 60px;
	bottom: -110px;
	left: 0;
}
.banner-content-holder h2 {
    font-size: 54px;
    font-weight: 700;
    color: #F2F2F2;
    width: 775px;
    margin-top: 0px;
	margin-bottom: 0px;
}
.banner-btn {
    margin-top: 55px;
}
.banner-btn a {
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
    background-color: #FF6333;
	padding: 12px 20px;
	border-radius: 25px;
}
.banner-btn a:hover {
    background: #e37451;
	transition: all .5s ease-in-out;
}

/*** BLog Section ***/
section.blog-section {
    background-color: #181818;
    padding: 150px 100px;
}
.blog-section-wrp h2 {
    font-size: 54px;
    font-weight: 700;
    color: #F2F2F2;
    margin-top: 0px;
    margin-bottom: 50px;
}
.blog-post-image-container {
    float: left;
	width: 100%;
}
.blog-post-image-container img {
    width: 100%;
    height: 250px;
	object-fit: cover;
}
.blog-post-date p {
    color: #E3B27D;
    margin: 10px 0px 0px 0px;
}
.blog-post-container h3, .blog-content-box a {
    color: #ffff;
    font-size: 24px;
    margin: 10px 0px;
}
.blog-content-box {
    float: left;
    width: 100%;
}
p.blog-post-excerpt {
	color: #F2F2F2;
	font-size: 16px;
}
.blog-content-box h3:hover {
	color: #FF6333;
	transition: all .5s ease-in-out;
}



/* MEDIA */

@media only screen and (max-width: 1500px) {
	.hero-text-holder h1 {
		font-size: 92px;
	}
	.banner-content-holder h2 {
		font-size: 45px;
		width: 635px;
	}
	.banner-btn {
		margin-top: 40px;
	}
	.all-form-holder h2 {
		font-size: 18px;
	}
	.all-form-holder {
		padding: 40px;
	}
	section.about-us-section h2 {
		font-size: 48px;
	}
	.about-text-box {
		padding: 0px 80px;
	}
	.services-text-holder h2, .blog-section-wrp h2 {
    	font-size: 48px; 
	}
	.services-text-holder span:before {
		width: 322px;
		height: 25px;
	}
}

@media only screen and (max-width: 1300px) {
	section.hero-section, section.services-section {
		padding: 170px 75px;
	}
	.hero-text-holder h1 {
        font-size: 82px;
    }
	.all-form-holder {
        padding: 35px;
    }
	p.text-hero-single {
		font-size: 32px;
		margin: 40px 0px;
	}
	section.about-us-section h2 {
		font-size: 45px;
		margin-left: 100px;
	}
	.about-text-box {
		padding: 0px 65px;
	}
	.single-box-services h4 {
		margin-bottom: 20px;
	}
	.services-text-holder h2, .blog-section-wrp h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 1200px) {
	.banner-content-holder h2 {
        font-size: 38px;
        width: 500px;
    }
	.banner-btn {
        margin-top: 30px;
        padding: 0px;
    }
	.banner-content-holder {
		padding: 45px;
		bottom: -85px;
	}
	p.text-hero-single {
		font-size: 32px;
	}
	section.hero-section, section.blog-section {
        padding: 125px 30px;
    }
	.hero-text-holder h1 {
        font-size: 55px;
    }
	p.text-hero-single {
        font-size: 30px;
    }
	.empty-div-hero {
		display: none;
	}
	section.about-us-section h2 {
        font-size: 42px;
        margin-left: 45px;
    }
	.about-text-box {
        padding: 0px 50px;
    }
	.about-counter-holder {
		padding: 35px;
	}
	.services-text-holder h2, .blog-section-wrp h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 992px) {
	.banner-content-holder {
        padding: 45px;
        bottom: 0px;
        position: relative;
        width: 100%;
    }
	.banner-title, .banner-btn {
		text-align: center;
		padding:0px;
	}
	.banner-content-holder h2 {
        font-size: 36px;
        width: 100%;
    }
	.banner-btn {
        margin-top: 45px;
    }
	.banner-image-holder img {
		width: 100%;
		margin-left: 0;
	}
	section.hero-section, section.services-section, section.blog-section {
        padding: 125px 50px;
    }
	p.text-hero-single {
        font-size: 26px;
    }
	.hero-counter-holder {
		margin-bottom: 35px;
	}
	.all-form-holder h2 {
        font-size: 24px;
    }
	.hero-text-holder, .form-holder-hero {
		padding: 0px!important;
	}
	.about-text-box {
        padding: 0px 45px;
		margin-top: 130px;
    }
	.about-text-box {
		height: unset;
	}
	.about-counter-holder {
		padding: 35px;
		width: 470px;
		left: 0;
		top: -85px;
		bottom: auto;
	}
	section.about-us-section {
		padding: 100px 0px 80px 0px;
	}
	.services-text-holder h2, .blog-section-wrp h2, section.about-us-section h2 {
        font-size: 36px;
    }
	.services-single-box-1.single-box-services {
		margin-top: 30px;
	}
	.services-single-box-1.single-box-services, .services-single-box-2.single-box-services, .services-single-box-3.single-box-services, .services-single-box-3.single-box-services {
		margin-bottom: 35px;
	}
	.single-box-services h4 {
        margin-bottom: 15px;
    }
	.services-text-holder span:before {
        width: 270px;
        height: 22px;
    }
	section.about-us-section h2 {
		width: 360px;
	}
	section.banner-section {
		padding: 120px 0px;
	}
	.blog-post-container {
		margin-bottom: 50px;
	}
	.home .blog-post-container {
		padding: 0px!important;
	}
	.single-box-services h6 {
		line-height: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.md-inner-title h1 {
		font-size: 36px;
	}
	p.blog-post-excerpt {
		font-size: 15px;
	}
	.section-inner-page-blog {
        padding: 80px 0px;
    }
	.blog-post-image-container img {
		height: 225px;
	}
	.banner-content-holder h2 {
        font-size: 32px;
    }
	section.hero-section, section.services-section, section.blog-section {
        padding: 95px 20px;
    }
	.hero-text-holder h1 {
        font-size: 51px;
    }
	p.text-hero-single {
        font-size: 24px;
    }
	.counter-wrap-hero span, .counter-box-about span {
		font-size: 30px;
	}
	.counter-wrap-hero {
		width: 120px;
	}
	section.about-us-section h2 {
        font-size: 36px;
        margin-left: 20px;
		width: 480px;
    }
	.about-image img {
		height: 465px;
	}
	section.about-us-section {
		padding: 85px 0px 80px 0px;
	}
	.about-text-box {
        padding: 0px 20px;
        margin-top: 110px;
    }
	.single-box-services h4 {
		font-size: 22px;
	}
	.services-text-holder h2 {
        font-size: 36px;
		width: 408px;
    }
	.services-text-holder span:before {
        width: 225px;
        height: 18px;
    }
	section.banner-section {
        padding: 95px 0px;
    }
	section.services-section {
		background-position: center;
	}
}

@media only screen and (max-width: 550px) {
	.blog-post-container h3, .blog-content-box a {
		color: #ffff;
		font-size: 22px;
		margin: 10px 0px;
	}
	.banner-content-holder {
        padding: 30px 0px;
    }
	.banner-content-holder h2 {
        font-size: 28px;
        width: 100%;
    }
	.banner-btn a {
		font-size: 16px;
		padding: 12px 18px;
	}
	.hero-text-holder h1 {
        font-size: 45px;
    }
	p.text-hero-single {
        font-size: 22px;
    }
	.counter-wrap-hero span, .counter-box-about span {
		font-size: 26px;
	}
	.all-form-holder h2 {
        font-size: 20px;
    }
	.all-form-holder {
        padding: 20px;
    }
	.counter-wrap-hero {
        width: 50%;
    }
	.hero-counter-holder {
		display: block;
	}
	.counter-wrap-hero p {
		font-size: 16px;
		width: 50%;
	}
	section.about-us-section h2 {
        font-size: 32px;
        width: 320px;
		margin-bottom: 30px;
    }
	.about-image img {
        height: 100%;
    }
	.about-counter-holder {
        width: 100%;
    }
	.about-text-box a {
		font-size: 16px;
	}
	.services-text-holder h2 {
        font-size: 32px;
        width: 326px;
    }
	.blog-section-wrp h2 {
		font-size: 32px;
	}
	.services-text-holder span:before {
        width: 289px;
        height: 15px;
    }
	.services-single-box-1.single-box-services {
        margin-top: 15px;
    }
	.services-single-box-1.single-box-services, .services-single-box-2.single-box-services, .services-single-box-3.single-box-services, .services-single-box-3.single-box-services {
        margin-bottom: 30px;
    }
	.services-button-holder {
		padding-top: 65px;
	}
	.hero-section {
        background-size: cover;
        background-position: top;
        height: auto;
    }
}

@media only screen and (max-width: 420px) {
    .banner-content-holder {
        padding: 45px 0px;
    }
	.banner-content-holder h2 {
        font-size: 24px;
    }
	.hero-text-holder h1 {
        font-size: 42px;
    }
	p.text-hero-single {
        font-size: 20px;
		margin: 25px 0px;
    }
	section.hero-section, section.services-section, section.blog-section {
        padding: 70px 20px;
    }
	.about-counter-holder {
        padding: 20px;
    }
	.counter-box-about p {
		font-size: 16px;
		width: 50%;
	}
	.services-text-holder h2 {
        font-size: 30px;
        width: 100%;
        margin-bottom: 25px;
    }
	section.about-us-section h2 {
		font-size: 30px;
        width: unset;
        margin-bottom: 25px;	
	}
	.blog-section-wrp h2 {
		font-size: 30px;
	}
	.about-text-box {
        margin-top: 85px;
    }
	.about-text-box a {
		margin: 35px 0px;
	}
	section.about-us-section {
        padding: 75px 0px 75px 0px;
    }
	.home section.banner-section {
		padding-bottom: 50px;
	}
	.services-text-holder span:before {
		display: none;
	}
}


/* MEDIA */