@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

*{
    box-sizing: border-box;
}
body{margin: 0px; font-family: 'Poppins', sans-serif;}
button:focus{outline: none;}
input:focus{outline: none;}
a{
    color: #1b70bb;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul{
	list-style: none;
	padding-left: 0px;
}


/*###### Comon css start #######*/
.btn-success{
    color: #fff;
    background-color: #57b952;
    border-color: #57b952;
    border-radius: 0px;
    padding: 8px 15px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.btn-success .fa{
    color: #000;
    font-size: 30px;
    margin-right: -30px;
    margin-left: 10px;
    display: inline-block;
}

.btn-light{
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 0px;
    padding: 8px 15px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.btn-light .fa{
    color: #57b952;
    font-size: 30px;
    margin-right: -30px;
    margin-left: 10px;
    display: inline-block;
}

.btn-outline-dark{
	color: #000000;
    border-color: #000000;
    border-radius: 0px;
    padding: 8px 15px;
}
.btn-outline-dark:hover{
	color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-outline-dark .fa{
    color: #000000;
    font-size: 30px;
    margin-right: -30px;
    margin-left: 10px;
    display: inline-block;
}


.comon-title{
	position: relative;
	width: 100%;
}
.comon-title h3{
	position: relative;
	width: 100%;
	color: #151515;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 10px;
}
.comon-title h3 span{
	color: #57b952;
	font-weight: 300;
}
.comon-title h5{
	position: relative;
	width: 100%;
	color: #000000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
/*###### Comon css end #######*/

/*####### Header css start ######*/
.header-wrapper{
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    z-index: 999;
}
/*##### sticky css start ####*/
.header-wrapper.sticky{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding-top: 0;
    background: rgb(0 0 0 / 96%);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll{
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header-wrapper.sticky .hed-contact-no{
	display: none;
}
.header-wrapper.sticky .navbar{
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
}
.header-wrapper.sticky .navbar .logo-wrap .navbar-brand{
	margin-top:0px;
}
.header-wrapper.sticky .navbar .logo-wrap .navbar-brand > img{
	width: 110px;
}


.header-wrapper.sticky .header-top-menu{
    display: none;
}
.header-wrapper.sticky .navbar .navbar-nav{
	display: none;
}
.sticky-contact-no{
	margin-right: 10px;
}
.sticky-contact-no a{
	color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.header-wrapper.sticky .sticky-contact-no{
	display: block;
}


/*#### sticky css end ###*/

.header-wrapper .hed-contact-no{
	position: relative;
	width: 100%;
	padding: 5px 0px;
}
.header-wrapper .hed-contact-no a{
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}

.header-wrapper .header-top-menu{
    position: relative;
    width:100%;
}
.header-wrapper .navbar{
	position: relative;
    width: 100%;
    align-items: flex-start;
    padding-top: 0;
}
.header-wrapper .navbar .logo-wrap .navbar-brand{
	position: relative;
	padding: 0px;
	margin-top: -40px;
	left: -1px;
}

.header-wrapper .navbar .navbar-nav{
	position: relative;
}
.header-wrapper .navbar .navbar-nav li{
	position: relative;
	padding: 10px 10px;
}
.header-wrapper .navbar .navbar-nav li:last-child{
    padding-right: 0;
}
.header-wrapper .navbar .navbar-nav li a{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	transition: 0.5s;
	padding: 0px;
}
.header-wrapper .navbar .navbar-nav li a:focus{
	color: #4db848;
    transition: 0.5s;
}
.header-wrapper .navbar .navbar-nav li.active a{
    color: #4db848;
    transition: 0.5s;
}
.header-wrapper .navbar .navbar-nav li a:hover{
	color: #4db848;
    transition: 0.5s;
}

.header-wrapper .navbar .hed-language-estimate-btn{
	position: relative;
}
.header-wrapper .navbar .hed-language-estimate-btn > ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
}
.header-wrapper .navbar .hed-language-estimate-btn > ul li{
	padding: 0px 0px;
}
.header-wrapper .navbar .hed-language-estimate-btn > ul li .dropdown-menu{
	right: 0;
	left: auto;
}
.header-wrapper .navbar .hed-language-estimate-btn ul li .btn-secondary{
	background-color: #181818;
    border-color: #181818;
    border-radius: 0;
    padding: 8px 10px;
}

/*######## New #####*/
.header-wrapper .navbar .hed-language-estimate-btn ul li .dropdown .wpml-ls-legacy-dropdown-click{
	width: auto;
}
.header-wrapper .navbar .hed-language-estimate-btn ul li .dropdown .wpml-ls-legacy-dropdown-click a{
	background-color: #181818;
    border-color: #181818;
    border-radius: 0;
    padding: 12px 25px 12px 10px;
    color: #fff;
}
.header-wrapper .navbar .hed-language-estimate-btn ul li .dropdown .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
    font-size: 14px;
    padding: 8px 10px;
}
/*####### Header css end ######*/
/*live site new changes 29.07.2021*/
.head-contect-language-wrap {
    position: relative;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
/*live site new changes 29.07.2021*/

/*######## Banner css start ########*/
.banner-wrapper{
	position: relative;
	width: 100%;
}
.banner-slider-wrap{
	position: relative;
	width: 100%;
}
.banner-slider-wrap:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.8015581232492998) 0%, rgba(0,0,0,0.24693627450980393) 100%);
}
.banner-slider-wrap:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.6082808123249299) 0%, rgba(0,0,0,0.04525560224089631) 100%);
}


/*#### banner video css #####*/
.banner-video-wrap{
	position: relative;
	width: 100%;
}
.banner-video-wrap:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.6082808123249299) 0%, rgba(0,0,0,0.04525560224089631) 100%);
}
.banner-video-wrap .video-fluid{
	max-width: 100%;
}


.banner-cont-wrap{
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1;
}
.banner-cont-wrap .h1{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 72px;
	font-weight: 600;
}
.banner-cont-wrap .img{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.banner-cont-wrap p{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 15px;
}
.banner-cont-wrap .bnr-btn{
	position: relative;
	width: 100%;
}
.banner-cont-wrap .bnr-btn ul{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.banner-cont-wrap .bnr-btn ul li{
	position: relative;
	width: 100%;
	margin-right: 5px;
    margin-bottom: 8px;
}
.banner-cont-wrap .bnr-btn ul li.call-btn a{
	position: relative;
	color: #ffffff;
	font-size: 22px;
}


/*####### arrow css #####*/
#banner-slider .owl-dots{
	position: absolute;
	right: 5px;
	top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
#banner-slider .owl-dots .owl-dot{
	text-align: right;
	margin-bottom: 10px;
}
#banner-slider .owl-dots .owl-dot span{
	position: relative;
	color: #b5b5b5;
	font-size: 20px;
	padding-right: 35px;
}
#banner-slider .owl-dots .owl-dot.active span{
	padding-right: 40px;
	color: #fff;
	font-weight: 800;
	font-size: 30px;
}
#banner-slider .owl-dots .owl-dot.active span:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 35px;
    height: 2px;
    background-color: #57b952;
}
/*########## arrow css end ############*/

/*######## Banner css end ########*/
/*##### float social icon css start ########*/
.float-social-wrap{
	position: fixed;
	left: 0px;
	bottom: 22%;
	z-index: 99;
	background-color: #57b952;
	padding: 15px 5px;
}
.float-social-wrap ul{
	position: relative;
	display: block;
	list-style: none;
	margin-bottom: 0px;
}
.float-social-wrap ul:before{
    content: "";
    width: 1px;
    height: 50px;
    background-color: #fff;
    position: relative;
    left: 50%;
    display: inline-block;
}
.float-social-wrap ul li{
	position: relative;
	display: block;
	margin-top: 15px;
}
.float-social-wrap ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    transition: 0.5s;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 81%);
}
.float-social-wrap ul li a:hover{
	color: #151515;
	transition: 0.5s;
}
.float-social-wrap ul li a img{
    filter: grayscale(55%) sepia(44%) brightness(200%) saturate(0%);
    -webkit-filter: grayscale(55%) sepia(44%) brightness(200%) saturate(0%);
    -moz-filter: grayscale(55%) sepia(44%) brightness(200%) saturate(0%);
}
/*##### float social icon css end ########*/

/*######### banner bottom services css start ###########*/
.bnr-bottom-services-wrapper{
	position: relative;
	width: 100%;
	margin-top: -50px;
    z-index: 1;
}

.bnr-btm-services-list{
	position: relative;
	width: 100%;
    height: 100%;
	background-color: #151515;
	transition: 0.5s;
	border-top: 4px solid transparent;
}
.bnr-btm-services-list .content{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 15px 20px;
}
.bnr-btm-services-list .content .icon{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.bnr-btm-services-list .content h4{
	position: relative;
	width: 100%;
	color: #fefffe;
	font-size: 30px;
	margin-bottom: 10px;
}
.bnr-btm-services-list .content p{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
}
.bnr-btm-services-list .button{
	position: relative;
	width: 100%;
	text-align: right;
}
.bnr-btm-services-list .btn-arrow{
	background-color: #3c3c3c;
    border-color: #3c3c3c;
    padding: 10px 20px;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
}
.bnr-btm-services-list .btn-arrow:hover{
	background-color: #57b952;
	border-color: #57b952;
}

.bnr-btm-services-list:hover{
	border-top: 4px solid #57b952;
	transition: 0.5s;
}
.bnr-btm-services-list:hover .content h4{
	color: #57b952;
	transition: 0.5s;
}
/*######### banner bottom services css end ###########*/

/*######## About us css start ########*/
.about-us-wrapper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
}

.abt-right-img{
	position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 2px solid #57b952;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 41%);
}
.abt-right-img .video-fluid{
	position: relative;
	width: 100%;
	transform: scaleX(1.1) scaleY(1.1);
}

/**/
.playpause {
    background-image:url(../images/video-play-button-icon.png);
    background-repeat:no-repeat;
    width:35%;
    height:35%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    cursor: pointer;
}
/**/


.about-content{
	position: relative;
	width: 100%;
}
.about-content h4{
	position: relative;
	width: 100%;
	color: #909090;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 10px;
}
.about-content p{
	position: relative;
	width: 100%;
	color: #595959;
	font-size: 16px;
	margin-bottom: 20px;
}
/*######## About us css end ########*/

/*######## our services css start ########*/
.our-services-wrapper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background-image: url(../images/services-sec-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.our-services-wrapper:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 85%);
}
.our-services-wrapper .comon-title h3{
	color: #ffffff;
	margin-bottom: 10px;
}
.our-services-wrapper .comon-title p{
	position: relative;
	color: #9f9f9f;
}

.services-sld-item{
	padding: 10px;
}
#our-services-slider .center .services-sld-item .services-wrap{
	transform: scale(1.12);
	transition: 0.5s;
}
#our-services-slider .center .services-sld-item{
	padding-bottom: 35px;
}

.services-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #3a3a3a;
	transition: 0.5s;
}
.services-wrap .srv-img{
	position: relative;
	width: 100%;
}
.services-wrap .srv-img > img{
	width: 100%;
}

.services-wrap .srv-content{
	position: relative;
    width: 100%;
    padding: 25px 25px;
    border-top: 3px solid #57b952;
}
.services-wrap h4{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 10px;
}
.services-wrap p{
	position: relative;
	width: 100%;
	color: #9d9d9d;
	font-size: 16px;
	margin-bottom: 15px;
}
.services-wrap .srv-btn{
	position: relative;
	width: 100%;
	display: none;
}
.services-wrap:hover{
	background-color: #57b952;
}
.services-wrap:hover .srv-content h4{
	color: #000000;
}
.services-wrap:hover .srv-content p{
	color: #000000;
}
.services-wrap:hover .srv-btn{
	display: block;
}

/*########## arrow css start ########*/
#our-services-slider .owl-nav{
    position: absolute;
    top: 130px;
    width: 100%;
}
#our-services-slider .owl-nav button{
    width: 50px;
    height: 50px;
    border-radius: 0;
    color: #57b952;
    background-color: transparent;
    border: 2px solid #57b952;
    font-size: 25px;
    transition: 0.5s;
}
#our-services-slider .owl-nav button:hover{
	background-color: #57b952;
	color: #fff;
}
#our-services-slider .owl-nav .owl-prev{
    position: absolute;
    left: -5%;
}
#our-services-slider .owl-nav .owl-next{
    position: absolute;
    right: -5%;
}

/*######## arrow css end #########*/

/*######## our services css end ########*/

/*####### customer member sec css start #######*/
.customer-member-wrapper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
	background-image: url(../images/customer-member-sec-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.customer-member-list{
	position: relative;
	width: 100%;
	text-align: center;
}
.customer-member-list .icon{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.customer-member-list h3{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-weight: 600;
	font-size: 45px;
	margin-bottom: 10px;
}
.customer-member-list h4{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 10px;
}
/*####### customer member sec css end #######*/


/*###### our-case css start #####*/
.our-case-wrapper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
}

.our-case-wrap{
	position: relative;
	width: 100%;
}
.our-case-wrap .img-box{
	position: relative;
	width: 100%;
}
.our-case-wrap .img-box > img{
    height: 400px;
    object-fit: cover;
}
.our-case-wrap .content-box{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    padding: 15px 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.our-case-wrap .content-box h4{
	position: relative;
	width: 100%;
	color: #62bd5e;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.our-case-wrap .content-box p{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}
.our-case-wrap:hover .content-box{
	opacity: 1;
    visibility: visible;
    transition: 0.5s;
}


#our-case-slider .owl-nav{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
#our-case-slider .owl-nav button{
	position: relative;
	font-size: 16px;
    margin: 0px 10px;
}
#our-case-slider .owl-nav button span{
	margin: 0px 5px;
}
#our-case-slider .owl-nav button:hover{
	color: #57b952;
}
/*###### our-case css end #####*/


/*####### our testimonials css start #########*/
.our-testimonials-wrapper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
}


.testimonials-sld-item{
	position: relative;
	width: 100%;
	padding-top: 40px;
}
.testimonials-wrap{
	position: relative;
	width: 100%;
}
/*.testimonials-wrap:before{
    content: "";
    position: absolute;
    right: 5%;
    top: 3%;
    width: 70px;
    height: 70px;
    background-image: url(../images/quote-img1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.5;
}
.testimonials-wrap > img{
    max-height: 600px;
    object-fit: cover;
}*/
.testimonials-wrap .auth-img{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 20px;
}
.testimonials-wrap .auth-name{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.testimonials-wrap .auth-name h4{
	position: relative;
	width: 100%;
	color: #57b952;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.testimonials-wrap .auth-name h5{
	position: relative;
	width: 100%;
	color: #a7a7a7;
	font-size: 15px;
	margin-bottom: 10px;
}
.testimonials-wrap p{
	position: relative;
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

.testimonials-wrap:hover .auth-name h4{
	color: #ffffff;
}
.testimonials-wrap:hover .auth-name h5{
	color: #ffffff;
}

/*########## arrow css start ########*/
#testimonials-slider .owl-nav{
    position: absolute;
    top: 42%;
    width: 100%;
}
#testimonials-slider .owl-nav button{
    width: 50px;
    height: 50px;
    border-radius: 0;
    color: #57b952;
    background-color: transparent;
    border: 2px solid #57b952;
    font-size: 25px;
    transition: 0.5s;
}
#testimonials-slider .owl-nav button:hover{
	background-color: #57b952;
	color: #fff;
}
#testimonials-slider .owl-nav .owl-prev{
    position: absolute;
    left: -5%;
}
#testimonials-slider .owl-nav .owl-next{
    position: absolute;
    right: -5%;
}

/*######## arrow css end #########*/
/*####### our testimonials css end #########*/

/*####### Contact us section css start ######*/
.contact-us-wrapper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
	background-image: url(../images/contact-us-sec-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-us-wrapper:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background-color: #000;
}

.contact-us-wrapper .comon-title h3{
	color: #ffffff;
}

.contact-info-wrap{
	position: relative;
	width: 100%;
}
.contact-info-wrap ul{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.contact-info-wrap ul > li{
	position: relative;
	width: 50%;
	margin-bottom: 25px;
}

.contact-det-list{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.contact-det-list .icon{
	position: relative;
    width: 25px;
    font-size: 18px;
    color: #57b952;
}
.contact-det-list .info{
	position: relative;
	width: calc(100% - 25px);
}
.contact-det-list .info h4{
	position: relative;
	width: 100%;
	color: #57b952;
	font-size: 14px;
	margin-bottom: 5px;
}
.contact-det-list .info p{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
}
.contact-det-list .info p a{
	color: #ffffff;
}

.contact-det-list .social-icon{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.contact-det-list .social-icon li{
	width: auto;
	margin-right: 10px;
}
.contact-det-list .social-icon li a{
	position: relative;
	color: #ffffff;
	font-size: 20px;
	transition: 0.5s;
}
.contact-det-list .social-icon li a:hover{
	color: #57b952;
	transition: 0.5s;
}

.contact-form-sec{
	position: relative;
	width: 100%;
}
.contact-form-sec .form-control{
	position: relative;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #b5b5b5;
    padding-left: 0;
}
.contact-form-sec .form-control::placeholder{
	color: #b5b5b5;
	text-transform: uppercase;
}
.contact-form-sec .form-control:focus{
	outline: none;
	box-shadow: none;
}
.contact-form-sec .btn-success{
	padding: 10px 25px;
}
/*####### Contact us section css end ######*/


/*####### Footer css start #####*/
.footer-wrapper{
	position: relative;
	width: 100%;
	padding: 50px 0px 0px 0px;
}

.footer-inner-wrap{
	position: relative;
	width: 100%;
}
.footer-inner-wrap .foot-title{
    position: relative;
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    margin-right: 10px;
}
.footer-inner-wrap .foot-title:before{
	content: "";
    width: 14%;
    height: 2px;
    background-color: #57b952;
    display: inline-block;
}
.footer-inner-wrap h4{
	position: relative;
	width: 100%;
	color: #57b952;
	font-size: 16px;
	margin-bottom: 8px;
}
.footer-inner-wrap p{
	position: relative;
	width: 100%;
	color: #404040;
	font-size: 10px;
	margin-bottom: 10px;
}

.footer-menu{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.footer-menu ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.footer-menu ul li{
	position: relative;
	width: 100%;
	padding: 6px 0px;
}
.footer-menu ul li a{
	color: #494949;
	font-size: 14px;
}

.footer-menu.colum2 ul li{
	width: 50%;
}

.footer-copyright{
	position: relative;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	border-top: 1px solid #57b952;
}
.footer-copyright p{
	position: relative;
	width: 100%;
	color: #797979;
	font-size: 16px;
	margin-bottom: 0px;
}

/*########*/
.footer-social-icon{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.footer-social-icon h5{
	position: relative;
	display: block;
	color: #57b952;
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-right: 10px;
}
.footer-social-icon ul {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
.footer-social-icon ul li {
	position: relative;
	display: inline-block;
	margin: 0px 4px;
}
.footer-social-icon ul li a{
	color: #57b952;
	width: 32px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #57b952;
	font-size: 20px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}
/*########*/



/*####### Footer css end #####*/

/* float css start ###*/
.float-whatsapp-wrap {
    position: fixed;
    left: 10px;
    bottom: 4%;
    width: 70px;
    z-index: 9;
}

.float-chat-wrap{
	position: fixed;
    right: 10px;
    bottom: 4%;
    width: 70px;
    z-index: 9;
}
/* float css end ###*/

/*########### inner banner css start ############*/
.inner-banner{
    position: relative;
    width: 100%;
    padding: 0px 0px;
    z-index: 1;
}
.inner-banner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.8015581232492998) 0%, rgba(0,0,0,0.24693627450980393) 100%);
    z-index: 2;
}
.inner-banner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.6082808123249299) 0%, rgba(0,0,0,0.04525560224089631) 100%);
    z-index: 1;
}

.inner-banner img{
    position: relative;
    width: 100%;
    height: 450px;
    object-fit: cover;
    z-index: 1;
}
.inner-banner .inner-banner-cont{
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 2;
}
.inner-banner.testimonials-inner-banner .inner-banner-cont{
	top: 76%;
}
.inner-banner .inner-banner-cont .banner-google-review{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.inner-banner .inner-banner-cont .banner-google-review a img{
	width: auto;
    height: auto;
    object-fit: unset;
}
.inner-banner .inner-banner-cont h1{
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
}
.main-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
}


/*########## quick quote css start ########*/
.quick-quote-wraper .close{
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 9;
  color: #000;
  opacity: 1;
}
.quick-quote-wraper .quick-quote-form{
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.quick-quote-wraper .quick-quote-form .title{
  position: relative;
  width: 100%;
}
.quick-quote-wraper .quick-quote-form .title h3{
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  color: #000;
}
.quick-quote-wraper .quick-quote-form .title h3:after{
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #57b952;
}
.quick-quote-wraper .quick-quote-form .btn-success{
	padding: 12px 20px;
}
/*########## quick quote css start ########*/

/*######### collect information popup css start ########*/
.collect-information-wraper .modal-body{
	padding: 35px 30px;
}
.collect-information-wraper .close{
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 9;
  color: #000;
  opacity: 1;
}
.collect-information-wraper .collect-information-form .title{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.collect-information-wraper .collect-information-form .title h3{
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  color: #000;
  width: calc(100% - 60px);
  padding-right: 5px;
}
.collect-information-wraper .collect-information-form .title .modal-logo{
	position: relative;
	width: 60px;
}
.collect-information-wraper .collect-information-form .title h3:after{
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #57b952;
}
/*######### collect information popup css end ########*/


/*##########*/
.cms-contant{
	position: relative;
	width: 100%;
}
.cms-contant h3{
	position: relative;
	width: 100%;
	font-size: 24px;
	color: #090909;
	font-weight: 500;
	margin-bottom: 15px;
}
.cms-contant h4{
	position: relative;
	width: 100%;
	font-size: 20px;
	color: #0668b6;
    font-weight: 600;
	margin-bottom: 10px;
}
.cms-contant h5{
	position: relative;
    width: 100%;
    font-size: 16px;
    color: #090909;
    font-weight: 600;
    margin-bottom: 10px;
}
.cms-contant p{
    position: relative;
    width: 100%;
    color: #494949;
    font-size: 16px;
    margin-bottom: 10px;
}
.cms-contant ul{
    position: relative;
    width: 100%;
    display: block;
}
.cms-contant ul li{
	position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #000000;
    font-size: 16px;
}
.cms-contant ul li:before{
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    top: -2px;
    left: 0;
    color: #57b952;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/*########### inner banner css end ############*/


/*######### Contact us page css start ######*/
.map-wrap{
	position: relative;
	width: 100%;
}
.map-wrap iframe{
	position: relative;
	width: 100%;
	border: 3px solid #57b952;
}
/*######### Contact us page css end ######*/

/*######### Services details page css start #######*/
.services-details-wrapper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
}

.serv-img{
	position: relative;
	width: 100%;
}
.serv-img .video-fluid{
	width: 100%;
	border: 2px solid #57b952;
}
/*######### Services details page css end #######*/


/*######### Price page css start #######*/
.plan-pricing-wrapper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
}



.pricing-item {
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 1px 1px rgba(96, 0, 183, 0.2);
	padding: 30px;
	transition: all ease-in 0.4s;
	-webkit-transition: all ease-in 0.4s;
}

.pricing-item:hover {
	background: rgb(76,167,71);
	background: linear-gradient(180deg, rgba(76,167,71,1) 0%, rgba(17,166,205,1) 100%);
	box-shadow: 0 0 19px 4px rgba(96, 0, 183, 0.29);
}

.pricing-item:hover .price-table-head h4 {
	color: #fff;
}

.pricing-item:hover .price-table-head .pricing-price h1 {
	color: #fff;
}

.pricing-item:hover .price-table-head .pricing-price p {
	color: #fff;
}

.pricing-item:hover .pricing-description ul li {
	color: #fff;
}

.pricing-item:hover .pricing-description ul li .fa-check {
	color: #fff;
	margin-right: 10px;
}

.pricing-item .price-table-head {
	text-align: center;
	border-bottom: 1px solid #e4edf7;
	padding-bottom: 10px;
}

.pricing-item .price-table-head h4 {
	color: #747474;
	text-transform: uppercase;
	font-size: 18px;
}

.pricing-item .price-table-head .pricing-price {
	color: #57b952;
}

.pricing-item .price-table-head .pricing-price h1 {
	font-size: 60px;
	margin-bottom: 0;
}

.pricing-item .price-table-head .pricing-price h1 span {
	font-size: 28px;
	margin: 0 15px 0 0;
}

.pricing-item .price-table-head .pricing-price p {
	font-size: 18px;
	color: #747474;
	font-weight: 600;
}

.pricing-item .pricing-description {
	color: #333333;
}

.pricing-item .pricing-description ul li {
	padding-bottom: 8px;
	font-size: 18px;
}

.pricing-item .pricing-description ul li .fa-check {
	color: #99cc00;
	margin-right: 10px;
}

.pricing-item .pricing-description ul li .fa-times {
	color: #ff3333;
	margin-right: 10px;
}

.pricing-item .pricing-button .btn-primary {
	background-color: #eef4fb;
	color: #333;
	border-radius: 30px;
	font-size: 16px;
	border-color: #eef4fb;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
}

/*######### Price page css end #######*/

/*######## estimate page css start #######*/
.estimate-wrapper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
}


.estimate-form-sec{
    position: relative;
    width: 100%;
    padding: 30px 30px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 60%);
    border-radius: 10px;
}
.estimate-form-sec .comon-title h3{
	font-size: 30px;
}

.radio-btn-list{
	position: relative;
	width: 100%;
}
.radio-btn-list li{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.radio-btn-list li .form-check{
    padding-left: 0;
}
.radio-btn-list li .form-check .form-check-input{
	position: relative;
	display: block;
	width: 100%;
}

.estimate-form-sec .form-control{
	position: relative;
    width: 100%;
    padding: 10px 10px;
    height: auto;
}
/*######## estimate page css end #######*/


/*###### testimonials page css start #######*/
.testimonials-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
}

.testimonials-list-wrap{
	position: relative;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 4px 47px 0px rgba(160,190,212,0.22);
}
.testimonials-list-wrap .testmon-img{
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    border: 4px solid #57b952;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonials-list-wrap h4{
    position: relative;
    width: 100%;
    color: #4a4a4a;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Titillium Web', sans-serif;
}
.testimonials-list-wrap h5{
    position: relative;
    width: 100%;
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 5px;
}
.testimonials-list-wrap p{
    position: relative;
    width: 100%;
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
}
/*###### testimonials page css end #######*/

/*about us page new css add*/
.about-pg-video {
    position: relative;
    width: 100%;
}

.about-pg-video .about-video {
    position: relative;
    width: 100%;
    width: 100%;
    max-height: 700px;
    min-height: 550px;
}
/*about us page new css add*/

.contact-form-sec .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	color: #ffffff;
}
.contact-form-sec .wpcf7 form.sent .wpcf7-response-output{
	color: #ffffff;
}


.grecaptcha-badge{
    bottom: 95px !important;
}


