@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
	font-family: "Inter", sans-serif;
	font-size: 17px;
	color: #747474;
}
img{
	max-width:100%;
	height: auto;
}
/*
header{
	position: fixed;
	z-index: 99;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
} */
.navbar {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar .navbar-nav li a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar .navbar-nav li a:hover{
	color: #00BA00;
}

.navbar .navbar-nav li.active a{
	color: #00BA00;
}
.navbar .navbar-nav li a.active{
	color: #00BA00;
}

.navbar .navbar-nav {
	display: block;
	width: 100%;
}
.navbar .navbar-nav li {
	padding-left: 18px;
	padding-right: 18px;
	display: inline-block;
}
.navbar .navbar-nav li:first-child {
	padding-left: 0px;
}
.navbar .navbar-nav li:last-child {
	padding-right: 0px;
}

.navbar .btn-primary{
	margin-top: -2px;
}

.toparea{
	background-color: #00BA00;
	color: #ffffff;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.toparea a{
	color: #ffffff;
	text-decoration: none !important;
}

.topLeft ul{
	 padding-left: 0px;
	 margin-bottom: 0px;
}
.topLeft ul li{
	display: inline-flex;
	padding-left: 15px;
	padding-right: 15px;
}

.topLeft ul li:first-child{
	padding-left: 0px;
}
.topLeft ul li:last-child{
	padding-right: 0px;
}


.topLeft ul li i{
	margin-right: 5px;
}

.logo{
	text-align: center;
}

.social{
	text-align: right;
}
.social li a{
	color: #ffffff;
}
.social ul{
	margin-bottom: 0px;
	padding-left: 0px;
}
.social li{
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
}

.social li:first-child{
	padding-left: 0px;
}
.social li:last-child{
	padding-right: 0px;
}
.menuArea{
	padding-top: 15px;
	padding-bottom: 15px;
}


.bannerArea .carouselSec{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	height: 80vh;
	align-items: end;
	justify-content: center;
	display: flex;
}

.bannerArea .bannerCaption{
	text-align: center;
	max-width: 720px;
	font-size: 25px;
	font-weight: 500;
	color: #ffffff;
	padding: 20px 30px;
	background-color: #00BA00c1;
	border-radius: 5px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin: auto;
	position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}

.bannerArea .bannerCaption h1{
	font-size: 55px;
	font-weight: 700;
	color: #ffffff;
}

.btn-primary{
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #00BA00;
	border: none;
	border-radius: 5px;
	padding: 12px 25px;
	margin-top: 10px;
	cursor: pointer;
	outline: none !important;
}

.outLine{
	background-color: transparent !important;
	color: #FF8000 !important;
	border: 1px solid #FF8000 !important;
}


.pItem .btn-primary {
    font-size: 12px;
    padding: 10px 20px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
}
.btn-primary:hover{
	background-color: #00BA00;
}
.aboutImg{
	padding-right: 40px;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Inter", sans-serif;
}
h2{
	font-size: 37px;
	font-weight: 800;
	color: #000;
	position:relative;
}
h3{
	color: #000;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 800;
}
.borderUnder{
	border-color: #E3E3E3;
	max-width: 200px;
	margin-left: 0;
	margin-top: 25px;
	margin-bottom: 25px;
}
.text-center h2::after{
	left: 0;
	right: 0;
	margin: auto;
}

.abooutContent{
	padding-left: 40px;
}

.sections{
	padding-top: 100px;
	padding-bottom: 100px;
}
.productSection{
	background-color: #F1F1F1;
}

.pItem{
	text-align: center;
	min-height: 570px;
	font-size: 14px;
	color: #595959;
	background-color: #fff;
	margin-top: 40px;
	border-radius: 10px;
	overflow: hidden;

	-webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 12x 2px rgba(0,0,0,0.05);
box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.05);
}

.innerProductSection .pItem{
	margin-top: 15px;
	margin-bottom: 15px;

}

.pItem h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.pItem h4{
	font-size: 18px;
	font-weight: 500;
	color: #595959;
	margin-bottom: 13px;
}

.serviceContent{
	padding: 20px;
}
.whatsApp{
	background-color: #12BB18;
	margin-top: 20px;
	margin-right: 15px;
}
.callNow{
	background-color: transparent;
	border: 1px solid #00BA00;
	color: #00BA00;
	margin-top: 20px;
}

.whyItem{
	text-align: center;
	margin-top: 30px;
}

.whyItem h3{
font-size: 22px;
color: #545454;
font-weight: 600;
}

.text-center hr{
	margin-left: auto;
}

.gItem{
	margin-top: 30px;
}
.gItem img{
	border-radius: 10px;
}

.contactForm{
	padding-left: 30px;
}
.contactForm form{
	margin-top: 20px;
}

.contactForm label{
	font-size: 16px;
	color: #2F2F2F;
}
.contactForm .form-control{
	border-color: #989898;
	height: 50px;
	font-size: 15px;
}

.contactForm textarea{
	height: auto !important;
}

.serviceSection{
	padding-left: 40px;
	padding-right: 40px;
}

.footerArea{
	background-color: #000;
	padding-top: 75px;
	color: #ffffff;
	font-size: 15px;
}

.footerArea h4{
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footerArea ul{
	padding-left: 0px;
	margin-bottom: 0px;
}

.footerArea ul li{
	list-style: none;
	padding-bottom: 10px;

}

.footerArea a{
	color: #ffffff;
}

.fSocial{
	margin-bottom: 30px !important;
}

.fSocial li{
	display: inline-block !important;
	padding-right: 5px;
}

.fSocial li i{
	display: inline-block;
	font-size: 13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: #ffffff;
	color: #24000B;
}


.copyright{
	font-size: 14px;
	padding-bottom: 30px;
}


.copyright hr{
	border-color: #ffffff;
	opacity: 0.1;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pageHeader .carouselSec{
	height: 300px;
}

.contactRow H3{
	margin-bottom: 30px;
}

.contactRow h4{
	color: #000;
    font-size: 18px;
	font-weight: 500;
}


.contactDetails{
	padding-right: 100px;
}
.contactDetails ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
.contactDetails ul li{
	list-style: none;
	padding-left: 60px;
	margin-bottom: 30px;
}

.contactDetails i{
	width: 45px;
	height: 45px;
	border: 1px solid #253977;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	position: absolute;
	left: 15px;
	color: #253977;
}

.contactRow .form-control{
	height: 50px;
	border-radius: 10px;
	font-size: 14px;
}

.contactRow textarea{
	height: auto !important;
}
.contactRow label{
	font-size: 15px;
	color: #000;
	font-weight: 500;
}
.contactRow .btn{
	font-size: 15px;
	border-radius: 10px;
	margin-top: 10px;
}

.mapArea iframe{
margin-bottom: -10px;
}


.rightWhatsApp{
	position: fixed;
	display: inline-block;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	width: 57px;
	text-align: center;
}
.rightWhatsApp a{
	display: block;
}
.rightWhatsApp img{
	max-width: 60px;
}
.call{
	max-width: 46px !important;
	margin-bottom: 5px;
}
.contactBg{
	background-image: url('../images/contact-bg.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.contactBg label{
	text-align: left;
	display: block;
	color: #fff;
}

.contactBg h2{
	color: #fff;
}

.fullWidthPadding{
	padding-left: 100px;
	padding-right: 100px;
}



/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1299px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar .navbar-nav li a {
		font-size: 15px;
	}
	.bannerArea .bannerCaption {
		font-size: 22px;
		max-width: 550px;
	}

	.bannerArea .bannerCaption h1 {
		font-size: 45px;
	}
	.btn-primary {
		font-size: 15px;
	}


	h2 {
		font-size: 30px;
	}
	.sections {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	body {
		font-size: 17px;
	}
	.abooutContent {
		padding-left: 15px;
	}

	.aboutImg{
		padding-right: 15px;
	}


	.pItem h3 {
		font-size: 23px;
	}


	.pItem h4 {
		font-size: 16px;
	}

	.whyItem h3 {
		font-size: 20px;
	}


	.pageHeader .carouselSec{
		height: 280px;
	}


	.fullWidthPadding{
		padding-left: 40px;
		padding-right: 40px;
	}

}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

	.navbar .navbar-nav li {
		padding-left: 13px;
		padding-right: 13px;
	}

	.navbar .navbar-nav li a {
		font-size: 14px;
	}
	.bannerArea .bannerCaption {
		font-size: 20px;
		max-width: 480px;
	}

	.bannerArea .bannerCaption h1 {
		font-size:37px;
	}
	.btn-primary {
		font-size: 15px;
	}

	.abooutContent {
		padding-left: 15px;
	}
	.aboutImg{
		padding-right: 15px;
	}

	h2 {
		font-size: 27px;
	}
	.sections {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	body {
		font-size: 16px;
	}

	.borderUnder {
		max-width: 150px;
		margin-top: 15px;
		margin-bottom: 15px;
	}


	.pItem h3 {
		font-size: 20px;
	}


	.pItem h4 {
		font-size: 15px;
	}

	.whyItem h3 {
		font-size: 18px;
	}
	.whyItem img{
		max-width: 55px;
	}


	.contactForm {
		padding-left: 15px;
		margin-top: 20px;
	}

	.pageHeader .carouselSec{
		height: 240px;
	}

	.fullWidthPadding{
		padding-left: 10px;
		padding-right: 10px;
	}

}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {


	.fullWidthPadding{
		padding-left: 0px;
		padding-right: 0px;
	}

	.navbar .navbar-nav li a {
		font-size: 15px;
	}
	.navbar .navbar-nav li {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		text-align: center;
	}


	.bannerArea .bannerCaption {
		font-size: 16px;
		max-width: 440px;
		bottom: 20px;
	}

	.bannerArea .bannerCaption h1 {
		font-size: 28px;
	}

	.bannerArea .carouselSec {
		height: 350px;
	}

	.btn-primary {
		font-size: 15px;
	}

	.abooutContent {
		padding-left: 15px;
		margin-top: 25px;
	}
	.aboutImg{
		padding-right: 15px;
	}

	h2 {
		font-size: 27px;
	}
	.sections {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	body {
		font-size: 14px;
	}

	.borderUnder {
		max-width: 150px;
		margin-top: 15px;
		margin-bottom: 15px;
	}


	.pItem h3 {
		font-size: 20px;
		margin-top: 0px;
	}


	.pItem h4 {
		font-size: 15px;
	}

	.pItem{
		min-height: 100px;
	}

	.whyItem h3 {
		font-size: 16px;
	}
	.whyItem img{
		max-width: 50px;
	}


	.contactForm {
		padding-left: 15px;
		margin-top: 20px;
	}

	.pageHeader .carouselSec{
		height: 200px;
	}
.logo{
	max-width: 165px;
}



}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.footerArea{
		text-align: center;
		padding-top: 35px;
	}
	.fItem{
		margin-top: 30px;
	}
	.footerArea h4{
		margin-bottom: 20px;
	}
	.fSocial{
		margin-bottom: 10px !important;
	}


	.toparea {
		text-align: center;
	}

	.social {
		text-align: center;
		margin-top: 10px;
	}


 }