
*:focus {outline: none !important;}
body {font-family: "Poppins", sans-serif !important;}
html {scroll-behavior: smooth;}
ul,ol {list-style: none;padding: 0;}
a, button, img, input, span {
  transition: all 0.3s ease 0s;
}

.navbar-main-section {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1;
}
.navbar-collapse ul li a.active{
	color: orange;
}
.us-content{
	margin-bottom:40px;
}
.us-content.mt-5{
	margin-top:60px !important;
}
.blog-title1 h1{
	font-weight:600;
	font-size: 35px;
	margin-bottom: 0;
}
.blog-section1{
	padding-top:60px;
	padding-bottom:60px;
}
.navbar-brand {padding-top: 13 !important;padding-bottom: 13 !important;}
.navbar-brand img{
	max-width:150px;
}
 .navbar-main-section .nav-item a:after{
  	content: '';
  	position: absolute;
  	width: 0px;
  	height: 2px;
  	left: 50%;
  	bottom:0;
  	background-color:#FEA500;
  	transition: all ease-in-out .5s;
}
.navbar-main-section .nav-item a:hover:after{
  	width: 100%;
  	left: 0;
}
.navbar-main-section .nav-item a{
	color:black;
	font-weight:500;
	padding-left: 18px !important;
    padding-right: 18px !important;
    letter-spacing: 1px;
    position:relative;
}
.navbar-main-section .nav-item a:hover, .navbar-main-section.nav-item a.active{
	color:orange;
}
.navbar-main-section .nav-item a.active:after{
	width:100%;
	left: 0;
}
.banner-section {
	position:relative;
}
.banner-caption{
	position:absolute;
	bottom:20%;
	right:20%;
}
.banner-caption h1{
	color:black;
	font-weight:600;
	font-size:60px;
}

.banner-caption{
	background-color:white;
}
.about-caption {
	color:black;
}
.about-caption h1{
	color: black;
	font-weight:600;
	margin-bottom: 15px;
	font-size: 35px;
}
.about-caption p{
	letter-spacing: 1px;
	text-align: justify;
}
.about-section{
 	padding-top:50px;
}
.about-section .services-box {margin-bottom: 50px;}
.about-btn{
	background-color:black;	
	padding:10px 30px;
	border:0px;
	font-weight:600px;
	position:relative;

}
.about-btn a{
	color:white;
	text-decoration:none !important;
}
.about-btn:before, .about-btn:after{
	content: '';
	background-color: rgba(255,255,255,0.2);
	height:50%;
	width: 100%;
	position:absolute;
	transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);

}
.about-btn:after{
    bottom: 0;
	right:0;
	left:auto;
}
.about-btn:hover:after{
	width: 0;
	left:0;
    right:auto;
}
.about-btn:before{
	top: 0;
	left: 0;
	right:auto;
}
.about-btn:hover:before{
	width: 0;
	right: 	0;
	left: auto;

}
.service-section-main{
	padding-top:60px;
}
.service-img:hover .service-caption{
  top: 50%;
  left: 50%;
  opacity:1;
}
.service-caption h4{
	color: white;
}
.service-img{
	position: relative;
	margin: auto;
	overflow: hidden;
	margin-top:25px;
}
.blog-section {
	background:white;
	padding-top: 50px;
	padding-bottom:30px;
}
.blog-img{
	margin-top:30px;
	
}
.blog-icon{
	padding:30px;
}
.blog-icon1 {
	margin-bottom: 15px;
}
.blog-icon1 span {font-size: 15px;}
.blog-icon1 span i{
	margin-right:10px;
	font-size:15px;
	color: #000;
}
.blog-title {
	color:black;
	font-weight:600;
	font-size:18px;
}
.blog-content1 h6 {font-size: 16px;font-weight: normal;}
.blog-content1 p {margin-bottom: 0;}
.blog-content1 p a{
	color:black;
}
.blog-content1{
	color:black;
	font-weight:600;
	font-size:18px;
}
.blog-content1234 p a{
	color:black;
	font-weight:600;
	font-size:18px;
	text-decoration:none;
}
.blog-img img{
	max-width: 550px;
    height: 415px;
    transition: all 10s;
    display: block;
    width: 100%;
}

.blog-img1 img {
	height:auto;
}
.blog-img {
	overflow: hidden;
    max-width: 550px;
    margin-left: auto;   
}
.blog-img:hover img {
	transform: scale(2);

 }
.blog-content1:hover{
		color:gray;
}
.blog-box{
	background:#F6F7F8;

}
.link-section ul li a{
	position:relative;
}
.link-section ul li a:hover:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 2px;
    background-color:#75746A;;
    transition: all 0.3s ease 0s;
}
.link-section ul li a:hover{
	padding-left:15px;
}
.footer-section{
	background: #F6F7F8;
	padding-top:50px;
}
.footer-icon{
    padding-top:20px;
}
.footer-logo img{
max-width:280px;
}
.footer-icon a{
	border-radius:50%;
	width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #75746A;
    text-align:center;
    position: relative;
    display: inline-block;
    font-size:14px;
    color:#75746A !important;
    margin-right:10px;
}
.footer-icon a:hover{
background:#75746A;
color:#fff !important;
transform: rotate(360deg);
}
.footer-content{
	margin-top:30px;
	margin-bottom:30px;	
	font-weight:400;
}
.footer-col h4 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.link-section ul li a{
	text-decoration:none;
	color:black;
	font-size:16px;
}
.link-section ul {margin-bottom: 0;}	
.link-section ul li{
	margin-bottom:15px;
}
.link-section ul li:last-child {margin-bottom: 0;}
.link-section ul li a:hover{
	color: #75746A;
}

.footer-img-main {
	padding-right:5px !important;
	padding-left: 0px !important;
	padding-bottom:5px !important;
}
.footer-title-name h4{
	margin-bottom:25px;
}
.footer-img123 ul li{
	float:left;
	width:70px;
	margin:0px 3px 7px 4px;
	position:relative;
}
.img-bcolor{
    position: absolute;
    background-color:#c6a47eb8;
    width:70px;
    top:0;
    height:70px;
    opacity:0;
    visibility:hidden;
}
.footer-img123 ul li:hover .img-bcolor{
	opacity:1;
	visibility:visible;
}
.contact-info {display: flex;margin-bottom: 15px;}
.contact-info i {
	display: block;
	padding-top: 5px;
	color: #75746A;
}
.contact-info span {
	padding-left: 15px;
}
.contact-info span a {color: #212529;}
.copy-section{
	border-top: 1px solid #75746a2b;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	margin-top: 30px;
}
.copy-section p {margin-bottom: 0;}



/*about us css start*/
.about-section .clearfix .col-lg-4{
    z-index:1 !important;
}
.about-text{
	background: rgb(33 33 33 / 82%) !important;
	padding: 20px 30px !important;
	margin-left: -47% !important;
	margin-top: 28px !important;
}
.about-text h3, .about-text p {color: #fff;}
.clearfix:nth-child(1){
	margin-top: 30px;
}
.clearfix .our-p-title h1{
	margin-bottom: 20px;
}
.us-content h4{
	text-align:left;
	font-size:25px;
}
.us-content p{
	text-align:left;
	margin-bottom:0px;
	font-size:14px;
}
.other-menu{
	border-bottom: 1px solid #dddddd57;
	position: inherit !important; 
}

.nav-link1{
	color:black !important;
}
.nav-link1:hover{
	color:#FFA500 !important;
}
.nav-link1.active {
	color:#FFA500 !important;
}


.service-title {
 margin-bottom:30px;
 }
 .service-content1 h3{
 	font-weight:600;
 	font-size:30px;
 }
 .service-content2 h3{
 	font-weight:600;
 	font-size:30px;
 }
.service-content3 h3{
 	font-weight:600;
 	font-size:30px;
 }
 .service-content1 h3:hover
 {
  	color:#D6B882;
 }
 .service-content2 h3:hover
 {
 	color:#D6B882;
 }
 .service-content3 h3:hover
 {
  	color:#D6B882;
  }
 .service-content1{
 	background-color: #F6F7F8;
 	padding:50px;
 	margin-top:60px;
 }
 .service-content2{
 	background-color: #F6F7F8;
 	padding:50px;
 	margin-top:80px;
 }
 .service-content3{
 	background-color: #F6F7F8;
 	padding:50px;
 	margin-top:80px;
 }
 .service-content1 p{
 	font-weight:400;
   
 }
 .service-content2 p{
 	font-weight:400;
 }
 .service-content3 p{
 	font-weight:400;
  
 }
 .ser-image1 img{
 	
 	text-align:center;
 }
  .ser-image2 img{
 	
 	margin-left:140px;
 	margin-top:20px;
 	margin-bottom:15px;	
 }
 .ser-image1, .ser-image2, .ser-image3{
 	position:relative;
 	max-width:400px;
 }

 .line-top1{
 	position: absolute;
 	top: 10px;
 	left: 10px;
 	width: 35%;
 	height:50%;
 	/*background-color: #fff;*/
 	opacity: 0;
 	visibility: hidden;
 }
 .line-bottom1{
 	position: absolute;
 	bottom:10px;
 	right:10px;
 	width: 35%;
 	height:50%;
 	/*background-color: #fff;*/
 	opacity: 0;
 	visibility: hidden;
 }
 .line-top1:before, .line-top1:after{
 	content: '';
 	top: 10px;
 	left: 10px;
 	background-color: #fff;
 	transition:all.5s ease;
 	position:absolute;
 	opacity: 0;
 	visibility: hidden;
 }
 .line-bottom1:before, .line-bottom1:after{
 	content: '';
 	right:10px;
 	bottom:10px;
 	background-color: #fff;
 	transition:all.5s ease;
 	position:absolute;
 	opacity: 0;
 	visibility: hidden;
 }
 .line-top1:before {
 	height:1px;
 	width: 0px;
 }
 .line-bottom1:before {
 	height:1px;
 	width: 0px;
 }
 .line-top1:after {
 	height:0px;
 	width: 1px;
 }
 .line-bottom1:after {
 	height:0px;
 	width:1px;
 }
 .ser-image1:hover .line-top1:before{
 	width:100%;
 	
 }
 .ser-image1:hover .line-bottom1:before{
 	width:100%;
 	
 }
 .ser-image1:hover .line-top1:after{
 	height:100%;
 	
 }
 .ser-image1:hover .line-bottom1:after{
 	height:100%;
 	
 }

  .ser-image1:hover .line-top1, 
  .ser-image1:hover .line-top1:before, 
  .ser-image1:hover .line-top1:after 
  {
  	opacity: 1;
  	visibility: visible;
  }
  .ser-image1:hover .line-bottom1, 
  .ser-image1:hover .line-bottom1:before, 
  .ser-image1:hover .line-bottom1:after 
  {
  	opacity: 1;
  	visibility: visible;
  }
 .ser-image2{
 	position:relative;
 }
 .img-background1{
 	background-color:#00000070;
 	position:absolute;
 	top:0;
 	width:400px;
 	height:100%;
 	opacity:0;
 	visibility:hidden;
 }
 .img-background2{
 	background-color:#00000070;
 	position:absolute;
 	top:0;
 	width:400px;
 	height:93%;
 	opacity:0;
 	visibility:hidden;
 	margin-top:20px;	
 	margin-left:140px;

 }
  .ser-image1:hover .img-background1{
  	opacity:1;
  	visibility:visible;
  }
  .ser-image2:hover .img-background2{
  	opacity:1;
  	visibility:visible;
  }
  .line-top2{
  	top: 30px;
    left: 150px;
  }
  .line-bottom2{
  	bottom: 20px;
  	right:-130px;
  }
  .ser-image3{
  	margin-top:30px;
  	margin-bottom:20px;
  }
.about-img{
	position:relative;

}

/*.about-img:after{
	position:absolute;
	content: "";
	background-color:transparent;
	border:32px solid black;
	height:476px;
	width:635px;
	left:0;
	top:19px;
	z-index:-1;
}*/
/*about us css end*/


/*service css start*/

.service-title h1{
	text-align:center;
	font-weight:600;
	color:black;
	font-size: 35px;
}
.service-imag{
	position:relative;
}
.service-descrption{
	position:absolute;
	top:60%;
	left:20%;
	color:black;
	z-index:1;
	text-align: left;
}
.service-descrption h4{
	font-weight:600;
	color:white;
}
.service-descrption a{
	text-decoration:none;
	color:white;
	font-size:16px;
	font-weight:600;

}
.service-section-main .col-lg-3{
	padding-left:0px;
	padding-right: 0px;
}
.service-descrption a:after{
	content:"";
	position:absolute;
	height:2px;
	width:40px;
	background-color:#F07C00;
	top:105%;
	left:0;

}

.service-imag:after{
	content:"";
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	opacity:0.1;
	background:linear-gradient(0deg,#2e343b,rgba(46,52,59,.6));
	transition:all .1s cubic-bezier(.215,.61,.355,1);
	height:100%;

}
.service-imag:hover:after{
	opacity:1;
	background:linear-gradient(0deg,#1c212794,rgba(46,52,59,.1));
	transition: all .3s cubic-bezier(.215,.61,.355,1);
	height:100%;
}
/*service css end*/

/*our project section start*/
.our-project-section-main{
	padding-top: 60px;
	padding-bottom:60px;
}
.our-project-section-title h1{
    font-weight: 600;
    font-size: 35px;
}
.project-details{
	position: relative;
	overflow: hidden;
	max-width:380px;
	margin-top: 30px;
}
.project-btn {
	position:absolute;
	top: 30px;
	right: 30px;
	z-index: 1000;
}
.project-btn a{
	height:45px;
	width: 45px;
	border-radius:3px;
	display: inline-block;
	vertical-align: top;
	transform: scale(0) rotate(360deg);
	background-color:#FEA500;
	text-align: center;
	z-index: 1000;
}
.project-details:hover .project-btn a{
    transform: scale(1) rotate(0deg);
    transition: all 0.5s linear;
}
.project-btn  i{
	line-height: 45px;
	color:white;
	font-size:18px;
}
.project-img:before{
	content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 1;
    background-image: -webkit-linear-gradient( 90deg,rgba( 35,35,35,.90)40%,rgba(0,0,0,0)60%);
}
.project-details:hover .project-img:before{
	opacity: 1;
}
.project-details:hover .project-img img{
	transform: rotate(9deg) scale(1.2,1.2);
	
}
.project-img img{
	transition: all 0.5s linear;
}
.project-hover-effect{
	position: absolute;
	bottom: 40px;
	left:40px;
	z-index: 1;
	opacity: 1;
}

.project-hover-effect h4 a{
	color:white;
	font-weight:600;
	opacity: 1;
	z-index: 1;
	text-decoration: none;

}
.project-hover-effect h4 a{
	color:white;
}
.project-hover-effect:hover  h4 a{
	opacity: 1;
	color:#FEA500;
}
/*our project section end*/


/*y choose section css start*/
.y-choose-main{
	padding-top:60px;
	padding-bottom:60px;
}

.y-choose-content{
	position:relative;
	padding-left:20px;
	padding-top:10px;
}
.y-choose-icon img{
	background-color:#3A3F45;
	height:60px;
	width:60px;	
	border-radius:50%;
	padding:8px;
	position:absolute;
	top:58%;
	transform:translate(-50%, -50%);	
	border:5px solid #ffff;
}

.y-choose-tagline{
  background-color:#F6F7F8;
  padding-left:50px;
  padding-top:20px;
  padding-bottom:20px;
  border-radius:10px;
  margin-top:10px;
  border: 1px solid #F6F7F8;
}
.y-choose-tagline:hover{
background-color:white;
}
.y-choose-tagline p{
	margin-bottom:0;
	font-weight:500;
}
.y-choose-tagline h4{
	font-weight:600;
}
/*y choose css end*/



/*blog css start*/
.blog-section-title h1{
	font-weight:600;
	color:black;
	font-size: 35px;
}
.blog-section-title{
	text-align:center;
}
.blog-section-main {
	position: relative;
	padding-top:40px;
	padding-bottom:40px;
}
.blog-section-descripation{
	padding:25px 10px;

}
.blog-section-dis {
	padding:20px;
	border: 1px solid #EEEEEE;
	margin-top: 30px;
}
.blog-section-descripation span{
	font-size:13px;
	margin-bottom:10px;
	display:inherit;
}
.blog-section-descripation h5{
	font-size:20px;
	margin-bottom:20px;
}



/*blog css end*/

/*service page css start*/
.service-main-section1{
	padding-top: 60px;
	padding-bottom: 60px;
}
.our-p-title h1{
	
	font-weight: 600;
	font-size: 35px;
}
.our-p-details{
	border: 1px solid #39393938;
	margin-top: 30px;
}
.our-p-name{
	text-align: center;
	padding: 15px;
	position: relative;
	border-top: 1px solid #39393938;
	display: flex;
	height: 75px;	
}
.our-p-name:before, .our-p-name:after{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #000000db;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	z-index: -1;
}
.our-p-name:before {left: 0;}
.our-p-details:hover .our-p-name:before, .our-p-details:hover .our-p-name:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.our-p-details:hover .our-p-name a {color: #FEA500;text-decoration: none;}
.our-p-name a{
	color: #000;
	font-weight: 600;
	display: block;
	margin: auto;
	font-size: 18px;
}
/*service page css end*/

/* project detail page css start*/
.project1-main-section {
	padding-top:60px;
	padding-bottom: 60px;
}
.project1-title h2{
	margin-bottom:30px;
	font-weight: 600;
}
.project1-content h5{
	font-weight:600;
}
.pro-content1 p{
margin-top: 20px;
}
/* project detail page css end */

/*blog-details-1 css start*/
.blog-detail1{
	padding-top:60px;
	padding-bottom:60px;
}
.blog-detail1-title h1{
	font-size: 35px;
	font-weight:600;
	margin-bottom:30px;
}
.blog-detail1-icon1{
	font-size:18px;
	padding-top:20px;
	padding-bottom:15px;
}
.blog-detail1-icon1 a {font-size: 15px;}
.blog-detail1-icon1 a:first-child{
	margin-right:20px;
}
.blog-detail1-icon1 a i{
	font-size:15px;
	margin-right: 7px;
}
.blog-detail1-content1 h5 a{
	font-weight:600;
	font-size:18px;
	text-decoration:none;
	color:black;	
}
.blog-detail1-content1 h5 a:hover{
	color:gray;
}
.blog-detail1-content1 p {margin-bottom: 0;}
.blog-detail1-content1 h1{
	font-weight:600;
	font-size:20px;
}
.recent-title h4{
	margin-bottom:20px;	
	font-weight:600;
}
.recent-content span{
	font-size:15px;
}
.recent-content h5 a{
	font-weight:600;
	text-decoration:none;
	color:#212529;
	font-size:18px;
}
.recent-content h5 a:hover{
	color:gray;
}
.recent-post {
	margin-top:10px;
}

.recent-post{
	display:table;
}
.recent-img{
	float:left;
	width:30%;
}
.recent-content{
	float:left;
	width:69%;
	padding-left:15px;
}
/*blog-details-1 css end*/

/*contact us page css start*/
.contact-page-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.contact-btn{
	background-color:black;
	padding:10px 30px;
	border:0px;
	color: #fff !important;
	position:relative;
	text-align: center;
}
.form-control:focus{
	box-shadow:none !important;
	border-color:black;
}

.map-section-form{
	margin-top:60px;
}
.map-title{
	margin-bottom:30px;
}
.map-title h1{
	font-size: 35px;
	font-weight:600;
	margin-bottom:0;	
}
/*contact us page css end*/


/*product detail page css start*/
.services-box{
	position: relative;
	margin: 90px 0;
}
.clearfix{
	display: block;
}
.services-box-img{
	display: inline-block;
	width: 100%;
	height: auto;
	z-index: -1;
}
.service-img{
	transition-duration:.3s ;
}
.services-box-text{
	background: #212121;
	display: inline-block;
	padding: 40px 30px;
	width: 130%;
	height: auto;
	margin-left: -30%;
	margin-top: 90px;
}
.no-margin-left {margin-left: 0;}
.services-box-text i{
	position: absolute;
	color: rgba(255,255,255,.1);
	font-size: 150px;
	margin-left: 20px;
	right: 50px;
}
.services-box-text h3{
	color: #fff;
	font-weight: 600;
	
	
}
.services-box-text p{
	color: #fff;
	
}
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}
.services-box-text-left{
	position: relative;
	background:#212121;
	margin-left: 0;
	margin-right: -30%;
	z-index: 999;
	width: 130%;
}
/*product detail page css and*/


/*quote modal form css start*/
 .quite-btn{
 	background-color: black;
 	padding: 10px 30px;
 	border:0px;
	right: -55px;
	top: 50%;
	transform: rotate(-90deg);
	position: fixed;
}
.quite-btn{
	color:white;
	text-decoration:none;
}
.quote-section h2{
	color: #fff;
    font-weight: 600;
    margin-top: 0px;
}
.modal-content{
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border-radius: 0;
    background-color: #292E34;
    padding: 25px;
}
.modal-content{
}
.modal-content input{
	width: 100%;
    float: left;
    font-size: 15px;
    margin: 0px 0px 20px;
    padding: 0px 0px 0px 12px;
    height: 44px;
    line-height: 44px;
    background: none;
    border: white 1px solid !important;
    border-radius: 0px;
}
.modal-content input::placeholder{
	color: white;
}
.modal-content textarea{
	width: 100%;
	float: left;
    font-size: 15px;
    margin: 0px 0px 20px;
    padding: 0px 0px 0px 12px;
    height:auto;
    background: none;
    border: white 1px solid !important;
    border-radius: 0px;
    color:#fff;
}
.modal-content h2{
color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
}
.modal-content .quote-btn{
	width: auto;
    float: left;
    margin: 0px 0px 25px;
    padding: 0px 20px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: none;
    border-radius: 0px;
    color:black;
    font-size: 16px;
    font-weight:600;
}
.modal-content .close{
	appearance: none;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    opacity: .8;
    right: -8px;
    top: -8px;
    position: absolute;
}
.modal-dialog{
	margin: 4.75rem auto;
}
/* qoute modal form css end */

.clearfix.services-box .col-xl-8 {z-index: -1;}

/*responsive css start*/
@media (max-width: 1199px) {
    .about-text {padding: 20px 30px 10px 30px !important;}
    .about-text {margin-top: 10px !important;}
    .about-text p {font-size: 15px;}
	.footer-icon a{
		width: 35px;
		height:35px;
		line-height:35px;
	}
	.owl-img{
		max-width:455px;
	}
	.owl-img img{
		max-width:455px;
	}
	.owlslider:after{
		width:480px;
	}
	.about-caption{
		margin-top:0px;
	}
	.y-choose-content {
    	padding-top:0;
	}
	.services-box-text {
		padding: 30px 30px;
		margin-top: 38px;
	}

} 
@media (min-width: 992px) {
	.navbar-main-section .navbar {padding-top: 0;padding-bottom: 0;}
	.navbar-main-section .nav-item a {padding: 28px 16px;}
}
@media (max-width: 991px){
	.navbar-main-section .navbar-nav {margin-top: 10px;}
	.about-caption{
		margin-bottom:28px;
	}
	.about-section {
	    padding-top: 20px;
	}
	.about-text{
        margin-left: 0% !important;
        margin-bottom:30px !important;
    }
	.y-choose-img{
	text-align: center;
    margin-bottom: 20px;
	}
	.footer-img123 ul{
		max-width:250px;
	}
	.copy-section{
	    text-align: center;
	    padding-top: 25px;
	    padding-bottom: 25px;
	    border-top: 1px solid #dddd;
	}
	.navbar-main-section{
		position: inherit;
	}
	.navbar-main-section .nav-item a:after{
		content: none;
	}
	.recent-content {
		width: auto;
	}
	.recent-img {
		width:100px;
	}
	.service-page-content h3{
		margin-top: 20px;
	}
	.contact-us-content{
		margin-bottom:20px;
	}
	.footer-col {margin-top: 30px;}
	.about-page-image {text-align: center;}
	.recent-title {margin-top: 30px;}
	.project1-main-section {padding-bottom: 25px;}
	.services-box-text {
		width: auto;
		margin-left: 0;
		margin-top: 20px;
	}
}
@media (max-width:767px){
	.about-section{
		padding-bottom:0px;
	}
	.about-caption{
		margin-bottom:0px;
		margin-bottom:25px;
	}
	.owlslider:after{
		width:430px;
	}
	.owl-img{
		max-width:435px;
	}
	.owl-img img{
		max-width:435px;
	}
	.service-section1-title h1{
		margin-bottom:30px;
	}
	.copy-section p{
		margin-bottom:0px;
	}
	.blog-section-main 
	{
    padding-top:35px;
	}
	.service-section-main 
	{
    padding-top: 30px;
	}
	.footer-section 
	{
    padding-top: 30px;
	}
	.us-content 
	{
    margin-bottom: 30px;
	}
	.us-content.mt-5 
	{
    margin-top: 30px !important;
	}
	.service-page {
		padding-top:40px;
		padding-bottom: 20px;
	}
	.map-section-form{
		margin-top:40px;
	}
	.our-project-section-main {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.project1-main-section {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.project-details {
	    margin: 30px auto 0 auto;
	}
	.our-p-picture{
		text-align: center;
	}
	.our-p-title h1{
		font-size: 26px;
		text-align: center;
	}
}
@media (max-width:575px){
	.footer-section{
		padding-top:30px;
	}
	.about-section .clearfix {margin-top: 0 !important;}
	.owlslider:after{
		content:none;
	}
	.owl-img{
		max-width:100%;
		height:auto;
	}
	.owl-img img{
		max-width:100%;
		height:auto;
	}
	.map-section-form{
		margin-top:30px;
	}
	.service-imag{
		text-align: center;
	}
	.service-section-main 
	{
    padding-top: 30px;
	}
	.blog-section-main 
	{
    padding-top: 30px;
	}
	.about-caption h1{
		font-size:30px;
	}
	.service-title h1{
		font-size:30px;
	}
	.blog-section-title h1{
		font-size:30px;
	}
	.y-choose-main {
    padding-top: 40px;
    padding-bottom: 40px;
	}
	.owl-img{
		margin-bottom:0px;	
	}
	.about-caption 
	{
    margin-bottom: 30px;
	}
	.about-caption h1{
		padding-bottom:0px;
	}
	.recent-img 
	{
    width: 75px;
	}
	.recent-content span 
	{
    font-size: 16px;
	}
	.blog-section1 
	{
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.blog-title1 h1{
		font-size:30px;
	}
	.blog-detail1-title h1{
		font-size:30px;
	}
	.service-page-title h1{
		font-size:30px;
	}
	.map-title h1{
		font-size:30px;
	}
	.footer-content {margin-top: 20px;margin-bottom: 20px;}
	.contact-page-section {padding-top: 40px;padding-bottom: 40px;}
	.map-title1 h2 {font-size: 25px;}
	.blog-detail1 {padding-top: 40px;padding-bottom: 40px;}
	.our-project-section-title h1 {font-size: 30px;}
	.project-hover-effect {
	    bottom: 30px;
        left: 30px;
	}
	.project1-title h2 {font-size: 30px;}
	.services-box{
		margin:45px 0px;
	}
	.services-box-text h3{
		font-size: 24px;
	}
	.services-box-text p{
		font-size: 15px;
	}

}
.hexagon {
  position: relative;
  width: 300px; 
  height: 173.21px;
  background-color: #64C7CC;
  margin: 86.60px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 86.60px solid #64C7CC;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid #64C7CC;
}
/*responsive css end*/


/****************************** contact form error message Css ************************/
.status__msg.error {
    color: #a94442 !important;
    background: #f2dede !important;
    border: 1px solid #ebccd1 !important;
}