/*!
 *  Analyzeid - Landscaping Bootstrap4 HTML5 Responsive Template
 */

 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800');
 


  

    
a.btn-primary{
	background-color: #98481b;
	border-color: #98481b;
}
a.btn-primary:hover{
	background-color: #f9c032;
	border-color: #f9c032;
}
button.btn-primary{
	background-color: #67594e;
	border-color: #67594e;
}
button.btn-primary:hover{
	background-color: #f9c032;
	border-color: #f9c032;
}

a.btn-secondary{
	background-color: #98481b;
	border-color: #98481b;
}
a.btn-secondary:hover{
	background-color: #f9c032;
	border-color: #f9c032;
}
button.btn-secondary{
	background-color: #98481b;
	border-color: #98481b;
}
button.btn-secondary:hover{
	background-color: #f9c032;
	border-color: #f9c032;
}

.center{
text-align: center;
}


.contact-a {
  color: #98481b;
  font-size: 24px;
  transition: all 0.9s ease-in-out;
}
.contact-a:hover {
 color: #f9c032;
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.mail-a a{
 color: #4e3914;
}
.mail-a a:hover{
 color: #f9c032;
}
.top-nav{
background-color: #ffffff !important;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link{
	padding: 10px 15px;
	color: #4e3914;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link:hover{
	background: #98481b;
	color: #ffffff;
	border-radius: 4.8px;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link.active{
	background: #98481b;
	color: #ffffff;
	border-radius: 4.8px;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu{
	margin: 0px;
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
	padding: 20px;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item{
	font-size: 14px;
	padding: 0px;
	padding-bottom: 15px;
	font-weight: 300;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:last-child{
	padding: 0px;
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:hover{
	background: none;
	color: #f9c032;
}
.top-nav .navbar-toggler{
	color: #98481b;
	border-color: #98481b;
}
.top-nav .navbar-toggler:hover{
	color: #f9c032;
	border-color: #f9c032;
}

header{
    margin-top:70px;
}

.slider-main .carousel .carousel-inner .carousel-item:before{
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.carousel-item {
  height: 92vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption{
    top: 30%;   /*220px*/
}
.carousel-caption h2{
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}
.carousel-caption h2 span{
    color: #f9c032;
}
.carousel-caption p{
    font-size: 18px;
    margin: auto;
    width: 90%;
    line-height: 1.5;
}
.carousel-caption a{
   text-transform: uppercase;
   background: darkorange;
   padding: 10px 30px;
   display: inline-block;
   color: #fff;
    margin-top: 15px;
    border-radius: 50px;
}
.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item h4.card-title a{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #4e3914;
}

.services-bar h1{
	font-weight: 600;
	font-size: 26px;
 color: #98481b;
}
.services-bar .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.services-bar .card h4.card-header{
	background-color: #98481b;
	color: #fff;
	font-weight: 400;
}
.services-bar .card .card-footer{
	background-color: #98481b;
}
.about-main{
	padding-top: 30px;
}
.about-main h2{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
 color: #98481b;
}
.about-main h4{
	font-size: 24px;
 color: #98481b;
}
.about-main h5{
	font-size: 20px;
 color: #98481b;
}
.about-main p{
	font-size: 16px;
}
.about-main ul{
	padding-left: 20px;
}
.about-main ul li{
	position: relative;
  font-size: 16px;
	font-weight: 300;
	list-style: none;
	line-height: 29px;
}
.about-main ul li:before{
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;	
	position: absolute;
	left: -15px;
	top: 0px;
	color: #f9c032;
}
.portfolio-main{
	padding-top: 30px;
}
.portfolio-main h2{
	font-weight: 600;
	font-size: 26px;
 color: #98481b;
	margin-bottom: 20px;
}
.portfolio-main .card {
	border: none;
	border-radius: 4px;
	overflow: hidden;
}
.portfolio-main .card .card-body .card-title{
	margin-bottom: 0px;
}
.portfolio-main .card .card-body .card-title a{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.portfolio-main .card .card-body{
	background: #98481b;
	padding: 10px 20px;
}
.card-img{
 height:360px;
	overflow: hidden;
	position: relative;
}
.overlay{
	background: rgba(249,192,50,0.5);
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.overlay i{
	font-size: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	color: #98481b;
}
.portfolio-main .card:hover .overlay{
	bottom: 0px;
}

.footer { 
	width:100%;
	background-image: url("../images/footerbackground.webp");
	background-color:#4a4038; 
	min-height:250px; 
	padding:10px 0px 25px 0px;
	}
.pt2 { 
	padding-top:50px ;
	margin-bottom:20px ;
	color: #eee;
	font-weight: 300;
	}
footer p { 
	font-size:18px; 
	color:#eee; 
	padding-bottom:0px; 
	margin-bottom:8px;
	font-weight: 300;
	text-decoration:none;
	}
.mb10 { 
	padding-bottom:0px ;
	}
.footer_ul_amrc { 
	margin:0px ; 
	list-style-type:none ; 
	font-size:18px; 
	padding:0px 0px 10px 0px ; 
	}
.footer_ul_amrc li {
	padding:0px 0px 5px 0px;
	}
.footer_ul_amrc li a{ 
	color:#eee;
	font-size: 18px;
	font-weight: 300;
	}
.footer_ul_amrc li a:hover{ 
	color:#f9c032; 
	text-decoration:none;
  	font-weight: 500;
  	
	}
.footer_ul_amrc li .media-left{
	margin-right: 10px;
}
.footer_ul_amrc li .media-left img{
	max-width: 50px;
}
.footer_ul_amrc li .media-body p{
	font-size: 18px;
	font-weight: 300;
	color: #eee;
}
.footer_ul_amrc li .media-body span{
	color: #eee;
	font-size: 18px;
	font-weight: 300;
}
.fleft { 
	float:center;
	}
.padding-right { 
	padding-right:10px; 
	}
.footer_p_amrc a {
	color: #eee;
}
.footer_p_amrc a:hover { 
	color: #f9c032;
    font-weight: 500;
	text-decoration: none;
	}
.footer-phone {
	color: #eee;
}

.bottom_border {  
	padding-bottom:30px;
	}

.footer-logo{
	padding: 20px 0px;
	text-align: center;
}
.copyright a{
  font-size: 18px;
  font-weight: 300;
	color: #eee;
}
.copyright a:hover{
	color: #f9c032;
  	font-weight: 500;
	text-decoration: none;
}
.social{
    z-index:1;
	position:fixed;
	top:60%;
	display:flex;
	flex-direction:column;
	justify-content:center;
    transform:translate(-240px,0);
}

.social a{
    color:#fff;
    background: rgba(0,0,0,0.6);
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin: 5px;
    padding: 10px;
    width: 300px;
    text-align: right;
    border-radius: 50px;
    transition: 1s;
    transition-property: transform;
}
.social a:hover{
    transform: translate(140px,0);
}
.social i{
    margin-left: 20px;
    padding-right: 10px;
    font-size: 40px;
    height:40px;
    width:40px;
}
.social a:nth-child(1) i{
    color: #25d366;
    font-weight:800;
    
}
.social a:nth-child(2) i{
    
    background-image: linear-gradient(45deg, #ffdf9e, #e56969, #8a49a1);
    -webkit-background-clip: text;
     color: transparent;
    font-weight:800;
}
.social_footer_ul { 
    font-size: 25px;
	display: table; 
	margin:15px auto 0 auto; 
	list-style-type:none;
	padding: 0;	
	}
.social_footer_ul li { 
	padding-left:20px; 
	padding-top:10px; 
	float:left; 
	}
.social_footer_ul li a { 
	color:#eee; 
	border:3px solid #eee; 
	padding:8px;
	border-radius:50%;
	}
.social_footer_ul li i {  
    
	width:30px; 
	height:30px; 
	text-align:center;
	}
.social_footer_ul li a:hover {
	color: #f9c032; 
	border:4px solid #f9c032;  
}


/* ---- All Pages CSS ---- */

.full-title{
    height: 350px;
    width: 100%;
  background: no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 40px;
}


.error-contents{
	padding: 30px 0px;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.error-contents{}





.contact-left h3{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-right h3{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-right p abbr{
	font-weight: bold;
	font-size: 18px;
}




@media (min-width:768px) and (max-width:991px){
	.navbar-expand-lg .top-nav .navbar-nav .nav-link.dropdown-toggle::after{
	    
		position: absolute;
		top: 18px;
		right: 6px;
	}


.carousel-caption h2{
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.carousel-caption p{
    font-size: 16px;
    margin: auto;
    width: 90%;
    line-height: 1.5;
}

}

@media screen and (max-width:767px){
	.navbar-expand-lg .top-nav .navbar-nav .nav-link.dropdown-toggle::after{
		position: absolute;
		top: 18px;
		right: 6px;
	}
	.portfolio-main h2{
		text-align: center;
	}
	
	.services-bar h1{
		text-align: center;
	}
	.social_footer_ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
 


.carousel-caption h2{
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.carousel-caption p{
    font-size: 16px;
    margin: auto;
    width: 90%;
    line-height: 1.5;
}

}

@media (min-width:320px) and (max-width:575.98px){
	.navbar-expand-lg .top-nav .navbar-nav .nav-link .dropdown-toggle::after{
		position: absolute;
		right: 6px;
	}
	.portfolio-main h2{
		text-align: center;
	}
	.services-bar h2{
		text-align: center;
	}
	.social_footer_ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
 .carousel-caption h2{
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.carousel-caption p{
    font-size: 16px;
    margin: auto;
    width: 90%;
    line-height: 1.5;
}
.logoimg{
     width:280px;
}

}

