*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face{
	font-family: Roboto-Regular;
	src: url(font/Roboto-Regular.ttf);
}
body{
	font-family: Roboto-Regular;
}
html{
	scroll-behavior: smooth;
}
/*js styling section*/

#jsdiv{
	width: 30%;
	height: 435px;
	background-color: white;
	display: none;
	margin-left: auto;
	
}

#jsul li{
	list-style: none;
}
#jsul li a{
	text-decoration: none;
	display: block;
	padding: 16px;
}
#jsul li a.active,
#jsul li a:hover{
	color: white;
	background-color: #83ca13;
}


#contact-div{
	background-color: white;
	width: 44%;
	margin-left: auto;
	padding: 14px 15px;
	display: none;
	box-shadow: 0px 0px 7px 2px rgb(181 189 189);
}
#contact-div .top-addres-content{
	width: 100%;
	padding: 10px 0;
}
#contact-div .top-addres-content p {
	text-align: left;
	padding: 0 15px;
}
#contact-div .top-left-content{
	width: 100%;
	margin: 7px 0;
}
#contact-div .top-left-content p{
	text-align: left ;
	padding: 0 15px;
}
#contact-div .top-right-content{
	width: 100%;
	text-align: left;
	padding: 10px 15px;
	margin: 10px 0;
}








/*---------------*/

.color-div{
	width: 100%;
	height: 50px;
	background-color: black;
	color: white;
}
.width-conrtol{
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}
.top-left-content p{
	cursor: pointer;
}
.top-left-content p:hover{
	color: #ca970b;
	transition: all 0.5s ease-in-out;
}
.top-header{
	display: flex;
	flex-wrap: wrap;
}
.top-left-content{
	width: 25%;
	margin: 0 auto;
	padding: 3px;
}
.top-addres-content{
	width: 29%;
	margin:0 auto;
	text-align: center;
	padding: 3px;
}
.top-addres-content p{
	cursor: pointer;
}
.top-addres-content p:hover{
	color: #ca970b;
	transition: all 0.5s ease-in-out;
}
.loc-icon{
	font-size: 13px;
	padding-right:10px;
	color: #ca970b;
}
.inner-icon{
	margin: 0px 2px;
	background-color:#324454;
	color: white;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.inner-icon:hover{
	background-color: #ca970b;
	transition: all 0.3s ease-in-out;
}
.top-right-content{
	width: 15%;
	text-align: right;
}
.header-ellipsis{
	display: none !important;
}
.header-bars{
	display: none !important;
	width: 95%;
}
.scroll-to-top-button{
	 position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    border: 1px solid black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.scroll-to-top-button a{
	text-decoration: none;
	 display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
/*-----------------
img slider section
-------------------*/
.img-container{
	position: relative;
}
.left-btn{
	position: absolute;
	top: 40%;
	left: 100px;
	 padding: 0px 13px;
    font-size: 30px;
    font-weight: 100;
    border: 0;
    background: rgba(50, 57, 63, 0.25);
    color: white;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.left-btn:hover{
	color: #83ca13 ;
	transition: all 0.3s ease-in;
}
.right-btn{
	position: absolute;
	top: 40%;
   right: 100px;
   color: white;
	margin-left: auto;
	padding: 0px 13px;
   font-size: 30px;
   font-weight: 100;
   border: 0;
   background: rgba(50, 57, 63, 0.25);
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.right-btn:hover{
	color: #83ca13 ;
	 transition: all 0.3s ease-in;
}
.img1{
	background-image: url(images/slider-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 80vh;
	
}
.img1::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 80vh;
	background-color: #000;
	opacity: 0.5;
}
.img2{
	background-image: url(images/slider-6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 80vh;
}
.img2::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 80vh;
	background-color: #000;
	opacity: 0.5;
}

.img3{
	background-image: url(images/slider-8.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 80vh;
}
.img3::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 80vh;
	background-color: #000;
	opacity: 0.5;
}
.img4{
	background-image: url(images/slider-9.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 80vh;
}
.img4::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 80vh;
	background-color: #000;
	opacity: 0.5;
}



.contant-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	
}
.content{
	width: 70%;
	margin-top: 50px;
	text-align: center;
	padding: 15px 0;
	filter: grayscale(0%);

}
.img-container .slider-btn{
	padding: 12px 35px;
	color: white;
	background-color: #83ca13;
	margin: 20px 0;
	border-radius: 12px;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
}
.img-container .slider-heading{
	font-size: 35px;
	padding: 20px 0;
	margin-bottom: 0;
	color: white;

}
.img-container .slider-para{
	font-size: 22px;
	line-height: 32px;
	margin: 5px 0;
	color: white;
}








/*---------------
navbar section 
--------------*/
header{
	width: 100%;
	height: 76px;
	background-color: white;
	position: sticky;
	top: 0;
	box-shadow: 0px 0px 7px 2px rgb(181 189 189);
	z-index: 1;

}
.header-width{
	width: 100%;
	margin: 0px auto;
}
.flex-div-p{
	display: flex;
	flex-wrap: wrap;
}
.head-logo{
	width: 15%;
	padding: 20px;
	text-align: center;
}
.logo{
	width: 190px;
	height: 50px;
}
.head-ul{
	width: 60%;
	color: black;
	padding: 30px;

}
 ul li{
	display: inline;
	font-weight: 700;
}
/*
ul li:hover{
	padding-bottom: 50px;
}*/
ul li a{

	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: black;
	padding: 0px 10px;
	margin: 0px 5px;
	transition: all 0.2s ease-in-out;
}
 ul li a:hover{
	color:  #83ca13;
	transition: all 0.2s ease-in-out;
}
.num-child{
	width: 25%;
}
.num-div{
    width: 100%;
    padding: 25px 0;
    background: linear-gradient(65deg, transparent 38px, #83ca13 0) bottom left;
}
.num-div .num{
	color: white;
   font-size: 22px;
   padding-left: 63px;
   letter-spacing: 1px;
}
.num-div a{
	text-decoration: none;
}
.bg-img{
	width: 100%;
	
}
.img{
	width: 100%;
	background-size: cover;
	filter: grayscale(50%);
}

/*
.drp-icon{
	padding-left:5px;
	font-size: 12px;
	color: rgba(45,191,0,1);
}
#drp{
	position: relative;
	overflow: hidden;
}
.drp-down{
	position: absolute;
	display: none;
	top:0%;
	left: 0;
	bottom: 0;
	right: 0;
	border-top: 3px solid rgba(45,191,0,1);
	transition: all 0.4s linear;
	width: 205px;
	height: 185px;
	text-align: left;
	background-color: white;
	
}
#drp:hover .drp-down{
	top: 100%;
	display: block;
	transition: all 1s ease-in-out;
}
.drp-down a{
	text-decoration: none;
	color: black;
	display: block;
	margin: 15px 0px;
	transition: all 0.5s ease-in-out;
}
.drp-down a:hover{
	transition: all 0.5s ease-in-out;
	padding-right:10px;
	color: #ca970b;
}


.inner-arrow{
	font-size: 12px;
	padding-right:10px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.drp-down a:hover .inner-arrow{
	opacity: 1;
	padding-left: 10px;
	color: rgba(45,191,0,1);
	transition: all 0.3s ease-in-out;
}
*/
/*-----------------
our project section
-------------------*/
h1{
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	padding: 0px 0 25px 0;
	text-transform: uppercase;
}
.p-control-width{
	width: 90%;
	margin:0px auto 40px auto;
	
}
.project-flex{
	padding: 10px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;

}
.project-content{
	width: 28%;
	margin: 20px auto;
	text-align: center;
	padding: 20px;
	transition: all 0.2s ease-in;


}
.project-content:hover{
	box-shadow: 0px 5px 26px 2px #c1c3c7;
	transition: all 0.2s ease-in;
	transform: scale(1.1);
}

.project-img{
	padding: 30px 60;
}
.project-img img{
	width: 150px;
}
h2{
	font-size: 22px;
	font-weight: 600;
	padding: 20px 15px 0px 15px;
}
h2:hover{
	color:  #83ca13;
	cursor: pointer;
}
.project-content:hover h2{
	color:  #83ca13;
}
.underline{
	max-width: 100%;
	height: 2px;
	width: 50px;
	margin: 13px auto;
    background-color:  #83ca13;
	transition: all 0.4s ease-in;
}
.para{
	color: rgba(0, 0, 0, 0.5);
	line-height: 20px;
	padding: 15px 0px;
	transition: all 1s ease-in;
}
.project-content:hover .underline{
	width: 150px;
	transition: all 0.4s ease-in;
}
/*----------------
our pricing section
-------------------*/
.price-width-control{
	width: 95%;
	margin: 40px auto;
}
.price-headings{
	width: 100%;
}
.price-headings .price{
	font-size: 35px;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.price-flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}
.price-f-child{
	width: 24%;
	margin: auto;
}
.price-content-div{
	box-shadow: 0px 5px 26px 2px #c1c3c7;
	transition: all 0.4s ease-in-out;
	text-align: center;
	padding: 25px 0;
	
}
.price-content-div img{
	width: 250px;
	height: 250px;
}
.pricing-div{
	text-align: center;
	padding-top:15px;
}
.pricing-div .category{
    line-height: 35px;
    font-size: 25px;
    font-weight: 200;
 }
.pricing-div .category span{
	font-size: 16px;
	color: rgba(19,123,178,255);
	font-weight: 100;
}
.pricing-div .price{
	font-size: 20px;
	line-height: 40px;
	font-weight: 100;
	color: rgba(19,123,178,255);
}
.price span{
	color: #83ca13;
	font-weight: 100;
}
.pricing-div .price-btn{
	 padding: 10px 50px;
    margin: 15px 0;
    border: 2px solid #83ca13;
    font-size: 16px;
    color: #83ca13;
    background-color: white;
    transition: all 0.3s ease-in-out;
    
}
.price-btn i{
	padding-right: 10px;
}
.price-content-div:hover .price-btn{
	background-color: rgba(19,123,178,255);
	color: white;
	border: 0;
	transition:all 0.3s ease-in-out;
}
.price-content-div:hover{
	transition: all 0.4s ease-in-out;
	transform: translateY(-25px);
}

/*--------------------
about us section start
--------------------*/
.about-width-control{
	width: 90%;
	margin: 0px auto 40px auto;
}
.about-width-control .about-heading{
	font-size: 35px;
	font-weight: 400;
	text-align: center;
	line-height: 25px;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 35px;
	
}
.about-flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}
.about-f-child-img{
	width: 49%;
}
.about-img img{
	width: 100%;
	border-radius: 40px;
	padding: 15px;
}
.about-content-child{
	width: 50%;
}
.about-content{
	padding: 18px;
}
.about-content .about-content-heading{
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
}
.about-content .about-sm-heading{
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	color: rgba(19,123,178,255);
}
.about-content .about-p{
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	opacity: 0.8;
	margin: 20px 0;
}
.about-content .former{
	line-height: 25px;
	font-weight: 500;
	font-size: 18px;
}
.about-content .farmer-name{
	font-size: 15px;
	opacity: 0.7;
}


























/*---------------
our team section
---------------*/
/*
.view-member{
	font-size: 18px;
	font-weight: 700;
	padding-right:10px;
	cursor: pointer;
	width: fit-content;
	margin-left: auto;
}
.view-member:hover{
	color:#ca970b;
}
.team-flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	
}
.team-content{
	width: 23%;
	margin:auto;
}
.team-img img{
	width: 100%;
	height: auto;
}
.team-img{
	overflow: hidden;
	position: relative;
}

.hidden-email{
	position: absolute;
	top:15%;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height:100%;
	background-color: #050521;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
	opacity: 0;

	
}
.team-img:hover .hidden-email{
	top: 0;
	 transition: all 0.4s ease;
     opacity: 0.6;
 }
 .hidden-email p{
 	cursor: pointer;

 }
 
 .name-plat{
 	position: relative;
 	top:-86px;
 	left:0;
 	right:0;
 	bottom: 0;
 	background-color: #050521;
 	color: white;
 	margin: 0px 22px 0px 24px;
    padding: 20px 10px;
    text-align: center;
}
.name-plat h3{
	font-size: 19px;
}
.name-plat h3:hover{
	color: #ca970b;
	cursor: pointer;
}
.name-plat p{
	font-size: 16px;
	letter-spacing: 1px;
	font-style: italic;

}
.divider{
	width: 70px;
	height: 1px;
	margin: 10px auto;
	background-color: #ca970b;
	text-align: center;
}*/
.logo-flex{
	display: flex;
	flex-wrap: wrap;
}
.logo-child{
	width: 16%;
	transition: all 0.3s ease-in-out;
	margin:0 auto;
	text-align: center;
}
.logo-child:hover {
	transform: scale(1.2);
	transition: all 0.3s ease-in-out;
}
.margin-padding{
	padding: 20px 0px;
}
.logo-control-width{
	width: 90%;
	margin: 50px auto 310px auto;
}
.logo-child a img{
	width: 150px;
}
/*-----------------
our team section
-----------------*/
.team-flex{
	width:100%;
	padding: 60px 0 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.team-flex-child{
	width: 24%;
	margin: auto;
}
.member-div{
	width: 100%;
	height: 400px;
	box-shadow: 0px 5px 20px 2px #c1c3c7;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.layer{
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	background-color: #83ca13;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
.member-div:hover .layer{
	height: 60%;
	transition: all 0.4s ease-in-out;
	opacity: 0.7;
	visibility: visible;

}
.member-div img{
	padding-top: 20px;
	width: 250px;
}
.team-num{
	width: 100%;
	position: absolute;
	top: 0;
	height:0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-decoration: none;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.member-div:hover .team-num{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60%;
	opacity: 1;
	visibility: visible;
}

.team-divider{
	width: 50px;
	height: 2px;
	margin:20px auto 20px auto;
	background-color: #83ca13;
}
.team-content{
	width: 100%;
	text-align: center;
  	position: absolute;
   background-color: white;
   top: 80%;
   transition: 0.4s ease-in-out;
 }
 .member-div:hover .team-content{
 	top: 60%;
 }
.team-content .team-name{
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;


}
.team-content .position{
	font-size: 18px;
	color: #83ca13;
	line-height: 30px;
	padding-top: 5px;
}
.team-content .team-email{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
}
.team-width-control{
	width: 90%;
	margin: 0px auto 40px auto;
}
.team-width-control h1{
	 font-size: 35px;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    padding-top: 20px;
    margin-top: 0;
}




/*------------------
footer section start
----------------------*/
footer{
	width: 100%;
	background-color: #050521;
	padding-top: 245px;
	position: relative;
}
.footer-child img{
	width: 100%;
}
.ftr-control-width{
	width: 85%;
	margin: auto;
}
.f-control-width{
	width: 85%;
	margin: auto;
	padding-top: 15px;
}
.footer-flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.footer-child{
	width: 30%;
	margin:0px auto;
	padding: 0 40px;
}
.footer-child p{
	color: white;
	padding-top: 20px;
	font-size: 16px;
	line-height: 25px;
}
.inner-links{
	width: 25%;
	margin: 0 auto;
	color: white;
	padding: 0 40px;
}

.inner-links h3{
	font-size: 22px;
	padding-bottom: 28px;
	text-transform: uppercase;
}
.inner-flex{
	display: flex;
	flex-wrap: wrap;
}
.inner-flex-child{
	width: 100%;
}
.ftr-li{
	display: block;
	padding: 10px 2px;
}
.inner-links .inner-flex .ftr-li a{
	color: white;
	font-weight: 100;
	transition: all 0.4s ease-out;
	margin: 0;
}
.ftr-li a:hover .ftr-icon{
	transform: translateX(5px);
	transition: all 0.4s ease-out;
}
.map-f-child{
	width: 45%;
}
.map-f-child iframe{
	width: 100%;
	height: 300px;
} 
/*.contact-links h3{
	font-size: 22px;
	padding-bottom: 28px;
	text-transform: uppercase;
}
.contact-links .cntct-ul .cntct-li a{
	color: white;
	font-weight: 100;
	transition: all 0.3s ease-out;
	display: inline-block;
}
.contact-links .cntct-ul .cntct-li a:hover{
	color: #ca970b;
	transition: all 0.3s ease-out;
}
*/
.cntct-li{
	display: block;
	padding: 10px 0;
}
.cntct-icon{
	color: #566677;
}
.ftr-divider{
	width: 82%;
	height: 1px;
	background-color: #566677;
	margin: 59px auto 30px auto;
}
.social-flex{
	display: flex;
	flex-wrap: wrap;
}
.copyright-text{
	width: 50%;
	color: white;
}
.social-right-icon{
	width: 50%;
	text-align: right;
	color: white;
}
.social-icon:hover{
	background-color: #83ca13;
}
.social-icon{
	margin: 0px 2px;
	background-color:#324454;
	color: white;
	border-radius: 5px;
}

/*--------------
contact section
----------------*/
.contact-div{
	position: absolute;
	top: -180px;
	right: 0;
	left: 0;
	background-color: #83ca13;
	color: white;
	width: 80%;
	margin: auto;
	padding: 50px 0;
	border-radius: 20px;
}
.left-contact-content h1{
	font-size: 35px;
	font-weight: 600;
	text-align: left;
}
.contect-flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.content-f-child{
    width: 40%;
    padding: 0px 50px; 
    display: flex;
    justify-content: center;
}
.left-contact-content{
	width: 100%;
}
.left-contact-content h4{
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	padding-right: 10px;

}
.left-contact-content h5{
	font-size: 18px;
	margin: 15px 0;
	font-weight: 100;
}
.form-div{
	width: 55%;
}
form{
	text-align: center;
	
}
form textarea{
	width: 99%;
	padding: 15px;
	height: 125px;
	display: block;
	margin: 15px 0;
	padding-left: 20px;
	font-size: 17px;
	border: none;
	border-radius: 30px;
}

.form-div .input1{
	font-size: 14px;
	width: 47%;
	padding: 12px 22px;
	border-radius:30px;
	border: none;
	font-weight: 100;
	margin:0 5px;
}
.form-div .input2{
	font-size: 14px;
	width: 47%;
	font-weight: 100;
	padding: 12px 22px;
	border-radius: 30px;
	border: none;
	margin:0 5px;
}
form .form-btn{
	 font-size: 17px;
    margin: 15px 0 0px 0px;
    border: none;
    
    padding: 10px 55px;
    border-radius: 30px;
    color: #83ca13;
    transition: all 0.4s ease-in-out;
}
.form-btn:hover{
	background-color: rgba(19,123,178,255);
	color: white;
	transition: all 0.4s ease-in-out;
}































/*----------------
RESPONSIV SECTION
-----------------*/
@media screen and (max-width: 1263px){
	.content{
		margin-top: 30px;
	}
	.img-container .slider-btn{
		margin-top: 0px;
	}
}
@media screen and (max-width: 1200px){
	ul li a{
		padding: 0 5px;
	}
	.top-addres-content {
		width: 33%;
		margin: 0;
	}
	.num-div .num{
		font-size: 20px;
		padding-left: 50px;
	}
	.num-div{
		padding: 27px 0;
	}
	.about-content .about-content-heading{
		font-size: 28px;
		font-weight: 500;
		line-height: 35px;
	}
	.about-content .about-sm-heading {
		font-size: 18px;
		line-height: 25px;
	}
	.about-content .about-p{
		font-size: 18px;
		line-height: 22px;
		margin: 9px 0;
	}
	.img-container .slider-btn{
		margin: 9px 0 9px 0;
	}
	.content{
		margin-top: 0;
	}

	

}
@media screen and (max-width: 991px){
	.header-ellipsis{
		display: block !important;
		font-size: 32px;
      padding: 9px 14px;
      margin-left: auto;
	}
	.top-header{
		display: none;
	}
	.width-conrtol{
		text-align: right;
	}

	.color-div{
		display: none;
	}
	ul li a{
		margin: 0;
		padding: 0 10px;
		display: inline;
	}
	.num-child{
		display: none;
	}
	.head-ul{
		display: none;
	} 
	header{
		height: 54px;
	}
	.head-logo{
		width:0;
		padding: 0;
		text-align: left;
	}
	.header-width{
		width: 100%;
	}
	.logo{
		padding: 5px;
		width: 190px;
		height: 50px;
	}

	.header-bars{
	display: block !important;
	 font-size: 30px;
	 width: 98%;
    padding: 10px 0px;
    text-align: right;
  }
  .project-content{
  	width: 44%;
  }
 /* .team-content{
  	width: 45%;
  	margin: 0 auto;
  }*/
  .hidden-email{
  	opacity: 0.6;
  	top: 0;
  }
  .logo-child {
  	width: 30%;
  	margin-bottom: 70px;
  }
  .footer-child {
  	width: 50%;
  	margin: 0 auto;
  }
  .inner-links {
  	width: 38%;
  	margin: 0;
  }
  .inner-flex-child{
  	width: 100%;
  }
  .contact-links h3 {
  	padding-bottom:15px;
  	padding-left:4px;
  }
  .ftr-control-width{
  	width: 90%;
  	margin: 0 auto;
  }
  .contact-links{
  	width: 50%;
  	padding: 0 15px;
  }
  .ftr-divider{
  	width: 68%;
  	margin: 46px auto 21px auto;
  }

  .f-control-width{
  	margin: 0 auto;
  	padding-top: 0;
  }
  .social-flex{
  	padding: 30px 0px;
  }
  .margin-padding {
  	padding: 0;
  }




  .img-container .slider-heading{
  	margin-top: 0;
  	font-size: 30px;
  }
  .img-container .slider-para {
    font-size: 24px;
    line-height: 30px;
    margin-bottom:15px;
 }
 .img-container .slider-btn {
    margin: 0px 0 9px 0;
 }
 .right-btn{
 	right: 50px;
 }
 .left-btn{
 	left: 50px;
 }
 .content {
 	width: 78%;
 	margin-top: 0;
 }
 #jsdiv{
 	display: none;
 }
 #contact-div .top-addres-content p {
 	font-size: 14px;
 }
 #contact-div .top-left-content p {
 	font-size: 14px;
 }
 .price-f-child{
 	width: 40%;
 	margin-top: 35px;
 }
 .about-img img{
 	padding: 0;
 }
 .about-content .about-content-heading{
 	font-size: 26px;
 	line-height: 30px;
 }
.about-content .about-p{
	font-size: 16px;
	margin: 0;
}
.about-content{
	padding: 0px 18px;
}
.team-flex-child{
	width: 48%;
	margin: 15px auto;
}
.team-content{
	height: 150px;
}
.left-contact-content h1{
	font-size: 22px;
}
.left-contact-content h4 {
	font-size: 18px;
	line-height: 25px;
}
.left-contact-content h5{
	font-size: 16px;
}
.form-div .input1 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px;
	padding: 15px;
}
 .form-div .input2 {
 	width: 100%;
	font-size: 15px;
	padding: 15px;
}
 form .form-btn{
 	font-size: 18px;
 	margin-top: 2px;
 }
 .footer-child img {
 	width: 75%;
}
   .map-f-child {
   	padding-bottom: 25px;
}
form textarea {
	width: 100%;
}
  .team-flex{
  	padding-top: 30px;
  }
  .logo-control-width{
  	margin-bottom: 210px;
}


}


@media screen and (max-width: 768px){
	.content{
		margin-top: 70px;
	}
	.head-logo{
		display: block;
		width: 0;
	}
	.header-ellipsis {
		margin-left: auto;
		padding: 9px 14px;
	}
	.project-content{
		width: 80%;
	}

	.logo-child{
		width: 50%;
		text-align: center;
	}
	.footer-child{
		width: 100%;
		text-align: center;
		padding: 35px 20px;
	}
	.team-flex {
		padding-top: 30px;
}
	.inner-links{
		width: 100%;
	}
	.contact-links{
		width: 100%;
	}
	.ftr-control-width{
		width: 100%;
		padding: 0 25px;
	}
	footer{
		padding-top: 200px;
	}
	.inner-flex-child{
		padding-bottom: 20px;
		width: 100%;
	}
	.inner-links h3{
		font-size: 35px;
		margin-top: 15px;
	}
	.contact-links h3{
		font-size: 20px;
		margin-top: 15px;
	}
	.ftr-divider{
		width: 100%;
		margin: 40px 0 30px 0;
	}
	.copyright-text{
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
	.social-right-icon{
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
	.social-flex{
		padding: 0;
		display: flex;
		flex-direction: column-reverse;
	}

	.img-container .slider-para{
		display: none;
	}
	.right-btn{
		display: none;

	}
	.left-btn{
		display: none;
	}
	#contact-div{
		width: 48%;
	}
	#contact-div .top-addres-content p{
		padding: 0;
	}
	#contact-div .top-left-content p {
		padding: 0;
	}
	#contact-div .top-left-content p{
		padding: 0;
	}
	#contact-div .top-right-content{
		padding: 10px 0;
	}
	.price-f-child{
		width: 70%;
	}
	.about-f-child-img{
		width: 80%;
		margin: auto;
	}
	.about-content-child{
		width: 80%;
		margin: 15px auto;
	}
	.about-content .about-content-heading{
		font-size: 30px;
		font-weight: 500;
		line-height: 35px;
	}
	.about-content .about-sm-heading{
		margin-top: 10px;
		font-size: 20px;
		line-height: 35px;
	}
	.about-content .about-p{
		font-size: 18px;
		margin: 12px 0;
		line-height: 25px;
	}
	.team-flex-child{
	width: 70%;
	margin: 15px auto;
}

.p-control-width{
	padding: 0;
}
.team-width-control{
	margin: 45px auto;
}
.content-f-child{
	width: 100%;
}
.form-div{
	width: 100%;
}
.left-contact-content{
	text-align: center;
}
.left-contact-content h1{
	text-align: center;
}
form{
	width: 90%;
	margin: 0 auto;
	}
	.contact-div{
		padding: 20px 0px;
	   top: -275px;
	}
	.footer-child img{
		width: 50%;
	}
	.map-f-child {
		width: 100%;
		padding: 20px 0;
	}
	.inner-links .inner-flex .ftr-li a {
		font-size: 20px;
}

}

@media screen and (max-width: 650px){
	#jsdiv{
		width: 42%;
		font-size: 15px;
	}
	#contact-div{
		width: 60%;
	}
		.form-div .input1{
		width: 100%;
		margin: 0;
	}
		.form-div .input2{
		width: 100%;
		margin: 5px 0;
	}
	.contact-div{
		padding: 35px 0;
	}
	footer{
		padding-top: 240px;
	}
	.footer-child img{
		width: 100%;
	}
}
@media screen and (max-width: 540px){
	#contact-div{
		width: 70%;
		padding: 14px 8px;
	}
		.form-div .input1{
		width: 100%;
		margin: 5px 0;
	}
		.form-div .input2{
		width: 100%;
		margin:5px 0;
	}
	.contact-div{
		padding: 35px 0;
	}
	footer{
		padding-top: 240px;
	}
	.footer-child img{
		width: 100%;
	}
	header-bars{
		width: 70%;
	}

	
}
@media screen and (max-width: 420px){
	#contact-div{
		width: 84%;
		padding: 14px 5px;
	}
	footer{
		padding-top: 270px;
	}
	
	.ftr-control-width{
		margin-top: 0px;
	}
	.price-content-div img {
		width: 203px;
}
.price-f-child {
	width: 90%;
}
.about-f-child-img {
	width: 90%;
}
.about-content-child {
	width: 90%;
}
.price-width-control {
	width: 100%;
}
.about-width-control{
	width: 100%;
}
.p-control-width{
	width: 100%;
}
.about-content{
	padding: 0;
}
.footer-child img {
	width: 100%;
}
	.team-width-control h1{
		font-size: 25px;
	}
	.header-bars{
		width: 95%;
	}
	.team-width-control{
		width: 90%;
	}
	.team-flex-child{
		width: 100%;
	}
	.form-div .input1{
		width: 100%;
		margin: 0;
	}
	.form-div .input2{
		width: 100%;
		margin: 10px 0;
	}
	.inner-flex-child{
		width: 100%;
		padding: 0;
	}
	.inner-links{
		padding:0px;
	}
	.inner-links h3{
		font-size: 28px;
	}
	.inner-links .inner-flex .ftr-li a{
		font-size: 16px;
	}
	.ftr-li{
		padding: 5px 2px;
	}
	.contact-div{
		width: 90%;
		padding: 35px 0;
	}
}

@media screen and (max-width: 320px){
	#jsdiv{
		width: 80%;
	}
	#contact-div{
		width: 100%;
	}
	.footer-child img{
		width: 100%;
	}
}







































