/* common */
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html {
    scroll-behavior: auto !important; /* Disables Bootstrap default smooth scrolling */
}
body {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size:18px;
	line-height: 35px;
	color:#000000;
}
body {
	background:#fff;
}
img {
	border:0px;
	display:block;
	max-width: 100%;
}
a,input {
	outline:none;
	text-decoration: none;
	transition: all 0.3s;
}
ul,ol{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-family: "Work Sans", sans-serif;
}
h1{
	font-size: 53px;
	font-weight: 800;
	line-height: 55px;
	color: #0DB04B;
}
h1 span{
	color: #000000;
}
h2{
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	margin-bottom: 22px;
}
h3{
	font-size: 32px;
	font-weight: 700;
	color: #0DB04B;
}
h4{
	font-size: 22px;
	line-height: 36px;
	color: #0DB04B;
	font-family: "Nunito", sans-serif;
	font-weight: 900;
}
h5{
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	font-family: "Nunito", sans-serif;
	font-weight: 900;
	mar
}
h6{
	font-size: 25px;
	line-height: 29px;
	color: #0DB04B;
	font-weight: 800;
	font-family: "Montserrat", sans-serif;
}
p{

}
.container{
	max-width: 1232px;
	padding-left: 15px;
	padding-right: 15px;
}
.container-big{
	max-width: 1422px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px auto;
}

.btn{
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	border-radius: 26px;
	padding: 9px 22px;
	background: #0DB04B;
	letter-spacing: 0.2px;
}
.btn:hover{
	background: #fff;
	color: #000;
	border: 1px solid #000000;
}
.btn img{
	margin-right: 19px;
    filter: invert(0%);
    transition: all 0.3s;
}
.btn:hover img {
    filter: invert(100%);
}

.read-more {
    font-weight: 800;
    color: #000000;
    border: 2px solid #0DB04B;
    margin-top: 14px;
    display: inline-block;
    padding: 6px 0px;
    width: 100%;
    max-width: 180px;
    border-radius: 20px;
    transition: background 0.3s ease, color 0.3s ease; /* smooth transition on color & background */
}

/* Hover effect for .read-more individually */
.read-more:hover {
    background: #0DB04B;
    color: #fff;
}

/* Also apply .read-more hover styles when .service-inner is hovered */
.service-inner:hover .read-more {
    background: #0DB04B;
    color: #fff;
}


.green{color: #0DB04B !important}

.hamburger{
	display: none;
}


.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 7% !important;
    grid-row-gap: 35px !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 29px !important;
    border-radius: 25px !important;
    border: 2px solid #D3D3D3 !important;
    padding: 8px 17px !important;
}
::-webkit-input-placeholder{color: #D9D9D9;}
:-moz-placeholder{color: #D9D9D9;}
::-moz-placeholder{color: #D9D9D9;}
:-ms-input-placeholder{color: #D9D9D9;}

.gform_wrapper.gravity-theme textarea {
    padding: 14px 17px !important;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 195px !important;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 11px 0 0 !important;

}
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0px !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background: #0DB04B url(../images/button-icon.svg) no-repeat 23px center !important;
    border: none !important;
    padding: 8px 25px 7px 60px !important;
    border-radius: 25px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;    
	border: 1px solid transparent !important;
}
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
    background: #ffffff url(../images/button-icon-black.svg) no-repeat 23px center !important;
	color: #000 !important;
	border: 1px solid #000000 !important;
}

/* section */
#section {
	position:relative;
	display:block;
	width:100%;
	min-height: 100%;
}
/* page wrap */
#page-wrap {
	margin:0 auto;
	width: 100%;
}
/* header */
#header-wrap {
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	z-index:999;
	padding-top: 89px;
	overflow-x: clip;
}

.header-bottom{
	background: rgba(255, 255, 255, 90%);
	position: relative;
}

.header-top {
    padding: 27px 0;
}

.logo {
	position: absolute;
    top: -108px;
    right: -11px;
    max-width: 286px;
}

/*.logo {
	position: absolute;
    top: -61px;
    right: 22px;
}
.logo img{
	width: 219px;
}*/
/*.logo:after {
	content: '';
	position: absolute;
	top: 13px;
    left: 8px;
    width: 91.5%;
    height: 83%;
    box-shadow: 0px 0px 6px 7px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    transform: rotate(-11deg);
}*/

/* nav block */
.nav-block {
}
.nav-block ul{
	list-style: none;
	display: flex;
	align-items: center;
	gap: 42px;
}
.nav-block ul li a{
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    padding: 18px 2px 17px;
    display: inline-flex;
    text-transform: uppercase;
    transition: color 0.3s ease, text-decoration 0.3s ease; /* Smooth transition */
}

.nav-block ul li a:hover {
    color: #0DB04B;       /* New hover color */
    text-decoration: none;
}
	/* content */
#content-wrap {
	overflow:hidden;
	width: 100%;
}


.banner-block{
	padding-bottom: 50px;
	height: 670px;
}
.banner-block .container{
	position: relative;
}
.banner-content{
	padding-top: 275px;
    padding-right: 26px;
}
.banner-content h1{
    padding-right: 40px;
}
.banner-block .btn{
	margin-top: 26px;
}
.banner-block.other-page{
	height: 325px;
}

/* reg-centered-block */
.reg-centered-block{
	margin: 89px 0px;
}
.reg-centered-block .col-lg-10{
	padding: 0px 36px;
}
.reg-centered-block p{
	margin-bottom: 43px;
}
.reg-centered-block h2{
	color: #0DB04B
}
.home .reg-centered-block h2{
	color: #000000
}

/* service-block */
.service-block{
	margin-top: 92px;
	padding-top: 98px;
	padding-bottom: 91px;
	background: url(../images/service-bg.svg) no-repeat top/cover;
}
.service-block h2{
	margin-bottom: 60px;
}
.service-block h3{
	margin-bottom: 16px;
}
.service-block .row > div{
	padding-right: 16px;
	padding-left: 16px;
}
.service-inner {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: box-shadow 0.3s ease; /* smooth transition on shadow */
}

.service-inner:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.service-inner img{
	width: 100%;
}
.service-inner .inner-content{
	padding: 28px 20px 40px 20px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.service-inner .inner-content strong{
	font-weight: 800;
}
.service-inner .inner-content p{
	min-height: 110px;
	color: #000000;
}
.service-button{
	margin-top: 62px;
}


/* review-slider-block */
.review-slider-block{
	background: #0DB04B;
	padding-top: 76px;
	padding-bottom: 20px;
}
.review-slider{
	color: #ffffff;
	padding-bottom: 80px;
}
.review-slider .review-image{
}
.review-slider .review-image img{
	border-radius: 100%;
	border: 5px solid #ffffff;
}
.review-slider .name{
	padding-top: 9px;
	padding-bottom: 21px;
}
.review-slider p{
	max-width: 570px;
    width: 100%;
    margin: 0px auto;
    font-size: 16px;
    line-height: 25px;
}
.review-slider p strong{
    font-weight: 800;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    background: var(--swiper-pagination-bullet-inactive-color, #ffffff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .5);
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffffff;
}
.swiper-button-next, .swiper-button-prev{
    width: 30px;
    height: 60px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    background: url(../images/right-arrow.svg) no-repeat center center;
    font-size: 0px;
    width: 100%;
    height: 100%;
}
.swiper-button-prev:after {
    background: url(../images/left-arrow.svg) no-repeat center center;
}

/* contact-block */
.contact-block{
	margin-top: 95px;
	margin-bottom: 65px;
}
.contact-block h2{
	margin-bottom: 36px;
}
.contact-block .contact-inner{
	padding-top: 42px;
}
.contact-block .contact-inner{
	padding-top: 42px;
}
.contact-block .contact-image{
	padding-left: 99px;
}
.contact-block .contact-image img{
	border-radius: 20px;
}
.contact-block .top-content a{
	color: #0DB04B;
}
.contact-block .top-content a:hover {
	text-decoration: underline;
}
.contactForm{
	margin-top: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

/* text-left-image-right */
.text-left-image-right {
	position: relative;
	margin-bottom: 29px;
}
.text-left-image-right:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/service-bg.svg) repeat-x left center;
	width: 40%;
	height: 100%;
	z-index: -9;
}
.text-left-image-right .leftcontent{
	background: url(../images/service-bg.svg) repeat-x left center;	
	padding-top: 67px;
	padding-left: 110px;
}
.text-left-image-right .leftcontent h2{
	padding-bottom: 35px;
}
.text-left-image-right .leftcontent p{	
	line-height: 29px;
	margin-bottom: 29px;
}
.text-left-image-right .leftcontent strong{
	background: url(../images/circle-icon.svg) no-repeat left center;
	padding-left: 31px;
	font-weight: 900;
}
.text-left-image-right .leftcontent a{
	margin-top: 26px;
}
.text-left-image-right .rightimage{
	padding-left: 24px;
}
.text-left-image-right .rightimage img{
	border-radius: 20px;
}

/* quote-block */
.quote-block{
	background: #FBFBFB;
	padding-top: 65px;
	padding-bottom: 53px;
}
.quote-block .quote-left{
	padding-top: 71px;
	padding-left: 15px;
	position: relative;
}
.quote-block .quote-left:after{
	content: '';
	position: absolute;
	top: 0px;
	right: -3px;
	width: 8px;
	height: 98%;
	background: #0DB04B;
	border-radius: 4px;
}
.quote-block .quote-text-big{
	font-family: "Montserrat", sans-serif;
	font-size: 60px;
	line-height: 66px;
	font-weight: 900;
	color: #0DB04B;
}
.quote-block .quote-text-big span{
	color: #000000;
}
.quote-block .quote-right{
	padding-left: 59px;
	line-height: 29px;
	padding-top: 10px;
}
.quote-block .quote-right strong{
	font-weight: 800;
}
.quote-block .quote-right p{
	margin-bottom: 26px;
}
.quote-block .quote-right h6{
	margin-bottom: 26px;
}
.quote-block .quote-right ul{
	padding-left: 29px;
}
.quote-block .quote-right ul li{
	margin-bottom: 28px;
}
.quote-block .quote-right ul li:last-child{
	margin-bottom: 0px;
}

/* form-section-centered-text */
.form-section-centered-text{
	padding-top: 65px;
	padding-bottom: 43px;
}
.form-section-centered-text h2{
	margin-bottom: 37px;
}
.form-section-centered-text p a{
	color: #0DB04B;
	font-weight: 800;
}
.form-section-centered-text p a:hover{
	text-decoration: underline;
}
.form-section-centered-text .contact-form{
	padding: 21px;
}

/* full-content */
.full-content{
	background: url(../images/service-bg.svg) repeat-x left top;
	padding: 80px 0px;
}

/* footer wrap */
#footer-wrap {
	overflow:hidden;
	width: 100%;
}

.footer {
	background: url(../images/footer-bg.svg) repeat-x left top;
	font-size: 16px;
	line-height: 23px;
}
.footer .container{
	position: relative;
}
.footer-top{
	padding-top: 212px;
	padding-bottom: 117px;
}
.footer .footer-logo{
	position: absolute;
    top: -208px;
    left: -39px;
    max-width: 250px;
}
/*
.footer-top {
    padding-top: 44px;
    padding-bottom: 117px;
}
.footer .footer-logo{
	margin-left: -24px;
	position:relative;
	
}
.footer .footer-logo img{
	width: 192px;
}
.footer-logo:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 6px;
    width: 157px;
    height: 119px;
    box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transform: rotate(-11deg);
}*/
.footer ul{
	list-style: none;
	margin-top: 38px;
}
.footer ul li{
}
.footer ul li a{
	line-height: 36px;
	color: #000000;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.left-content {
	padding-top: 10px;
    padding-left: 15px;
}
.left-content strong{
	font-weight: 900;
	color: #0DB04B;
}
.left-content p{
	margin-bottom: 23px;
}
.left-content a {
	font-weight: 800;
	color: #0DB04B;
}

.left-content a:hover {
	text-decoration: underline;
}
.footer-bottom{
	background: #000000;
	color: #ffffff;
	line-height: 36px;
	padding-top: 19px;
	padding-bottom: 19px;
}
.footer-bottom ul{
	list-style: none;
	display: flex;
	gap: 52px;
	margin: 0px;
	padding-left: 4px;
}
.footer-bottom ul li{
}
.footer-bottom ul li strong{
	margin-right: 13px;
	display: inline-block;
}
.footer-bottom ul li a{
}
.copyright{
	font-weight: 700;
	padding-left: 11px;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:1280px) {	
	.footer .footer-logo {
	    margin-left: 0px;
	}
}
@media only screen and (max-width:992px) {	
	h1 {
	    font-size: 46px;
	    line-height: 50px;
	}
	h2{font-size: 32px;}
	h3{font-size: 28px;}
	.logo {
	    position: absolute;
	    top: -87px;
	    right: 0px;
	}
	.logo img{
		width: 80%;
	}
	.logo a{
		display: flex;
    	justify-content: end;
	}
	/*.logo {
        position: absolute;
        top: -42px;
        right: 29px;
    }
	.logo img{
		width: 54%;
	}
	.logo:after {
	    top: 11px;
	    left: auto;
	    width: 49.3%;
	    height: 84%;
	    border-radius: 12px;
	    right: 7px;
	}
	.logo a{
		display: flex;
    	justify-content: end;
	}*/
	#header-wrap {
	    padding-top: 58px;
	}
	.header-bottom {
	    min-height: 56px;
	}
	.nav-block {
	    padding-top: 11px;
	}
	.nav-block ul {
	    gap: 30px;
	}
	.nav-block ul li a {
	    font-size: 14px;
	    padding: 12px 2px 11px;
	}
	.nav-block .menu {
        /*display: none;*/
        flex-direction: column;
        position: absolute;
        top: 56px;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 100%);
        transition: max-height 1s ease-out;
        gap: 0px;
        max-height: 0;  /* Start with zero height */
	    overflow: hidden;
	    /*transform: translateY(-20px);*/ /* Moves slightly up */
	    transition: max-height 0.5s ease-in-out, opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    }
    .nav-block .menu li{
    	width: 100%;
    	text-align: center;
    }
    /*.nav-block .menu.active {
        display: flex;
    }*/
    .menu.active {
        max-height: 500px;
    }
	.menu.active {
	    max-height: 300px; /* Adjust height as needed */
	    opacity: 1;
	    visibility: visible;
	    transform: translateY(0);
	}
    .hamburger {
        display: block;
        font-size: 26px;
        color: #000000;
        cursor: pointer;
        z-index: 99;
    }
    .banner-block {
	    padding-bottom: 50px;
	    height: 480px;
	}
	.banner-block.other-page {
	    height: 240px;
	}
    .banner-content {
	    padding-top: 150px;
	    padding-right: 15px;
	}

    .service-block .row > div{
    	margin-bottom: 40px;
    }
    .service-button {
	    margin-top: 20px;
	}

	.contact-block .contact-image {
	    padding-left: 0px;
	}

	.gform_wrapper.gravity-theme .gform_fields {
	    grid-column-gap: 6% !important;
	    grid-row-gap: 20px !important;
	}

	.text-left-image-right .leftcontent {
		padding-top: 40px;
		padding-left: 20px;
		padding-bottom: 35px;
	}
	.text-left-image-right .rightimage {
	    padding-left: 20px;
	}
	.text-left-image-right .leftcontent a {
	    margin-top: 0px;
	}

	.quote-block .quote-left {
	    padding-top: 0px;
	    padding-left: 15px;
	    padding-bottom: 60px;
	}
	.quote-block .quote-text-big {
	    font-size: 50px;
	    line-height: 60px;
	}
	.quote-block .quote-left:after {
	    top: auto;
	    right: auto;
	    bottom: 30px;
	    width: 96%;
	    height: 8px;
	}
	.quote-block .quote-right {
	    padding-left: 5px;
	    line-height: 29px;
	    padding-top: 10px;
	}
	.form-section-centered-text .contact-form {
	    padding: 21px;
	    padding-left: 0px;
	    padding-right: 0px;
	}
}

@media only screen and (max-width:767px) {
	body{font-size: 17px; line-height: 28px;}
	h1 {font-size: 38px; line-height: 44px;}
	h2{font-size: 30px;}
	h3{font-size: 26px;}
	h4 {font-size: 20px; line-height: 32px;}
	#header-wrap {
        padding-top: 35px;
    }
	.header-bottom {
        min-height: 50px;
    }
    .nav-block .menu {
        top: 50px;
    }    
	.logo {
        top: -62px;
        right: 0px;
    }
	.logo img {
        width: 60%;
    }
    /*
	.logo {
        top: -29px;
        right: 10px;
    }
	.logo img {
        width: 40%;
    }*/
    .logo:after {
        top: 8px;
        left: auto;
        width: 36.3%;
        height: 84%;
        border-radius: 10px;
        right: 5px;
        box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
	.btn {
		font-size: 16px;
		padding: 9px 22px;
	}
	.banner-block .btn{
		margin-top: 10px;
	}
	.btn img {
	    margin-right: 10px;
	    width: 18px;
	}
	.banner-block {
        padding-bottom: 50px;
        height: 400px;
    }
	.banner-content {
        padding-top: 130px;
        padding-right: 0px;
        text-align: center;
    }
	.banner-content h1 {
	    padding-right: 0px;
	}
	.reg-centered-block p {
	    margin-bottom: 25px;
	}
	.contact-block,
	.reg-centered-block {
	    margin: 60px 0px;
	}
	.service-block {
	    margin-top: 60px;
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.service-block h2 {
	    margin-bottom: 40px;
	}
	.review-slider-block {
	    background: #0DB04B;
	    padding-top: 60px;
	    padding-bottom: 20px;
	}
	.swiper-button-next, .swiper-button-prev {
	    top: var(--swiper-navigation-top-offset, 35%);
	}
	.contact-block .contact-image {
        padding-left: 0px;
        padding-bottom: 40px;
    }

    .swiper-button-next, .swiper-button-prev {
	    width: 20px;
	    height: 40px;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		background-size: 100%;
	}
	.quote-block .quote-text-big {
        font-size: 40px;
        line-height: 50px;
    }
    /*.footer .footer-logo img {
	    width: 170px;
	}*/
    /*.footer .footer-logo {
	    top: -184px;
	    left: -20px;
	    max-width: 230px;
	}*/
	/*.footer-top {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}*/
	.footer-top {
	    padding-top: 190px;
	    padding-bottom: 60px;
	}
    .footer .footer-logo {
	    top: -184px;
	    left: -20px;
	    max-width: 230px;
	}
	.footer ul {
	    margin-top: 0px;
	}
	.footer-menu{margin-bottom: 30px;}
	.footer-bottom {
	    line-height: 20px;
	    padding-top: 0px;
	}
	.footer-bottom .row>div{
		padding-top: 20px;
	}
}

@media only screen and (max-width:479px) {
}