/*!
 *  N & LW Lawn Care - Landscaping Bootstrap4 HTML5 Responsive Template
 */

 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800');
 
body {
  padding-top: 54px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #4e3914;
}

@media (min-width: 992px) {
  body {
    padding-top: 80px;
  }
  .dropdown:hover .dropdown-menu{
	display: inline-block;
}

}

a.btn-primary{
	background-color: #0c629c;
	border-color: #0c629c;
	
}
a.btn-primary:hover{
	background-color: #0c629ccc;
	border-color: #0c629c;
}
button.btn-primary{
	background-color: #0c629ccc;
	border-color: #0c629ccc;
}
button.btn-primary:hover{
	background-color:#0c629ccc;
	border-color:#0c629ccc;
}

a.btn-secondary{
	background-color: #0c629ccc;
	border-color: #0c629ccc;
}
a.btn-secondary:hover{
	background-color:#0c629ccc;
	border-color:#0c629ccc;
}
button.btn-secondary{
	background-color: #0c629ccc;
	border-color: #0c629ccc;
}
button.btn-secondary:hover{
	background-color:#0c629ccc;
	border-color:#0c629ccc;
}

.top-nav{
	background-color: #ffffff !important;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link{
	padding: 10px 15px;
	color: #0c0c0b;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.navbar-expand-lg.top-nav .navbar-nav .nav-link:hover{
	background: #0a58b1;
	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: #4eae3a;
}
.top-nav .navbar-toggler{
	color: #4e3914;
	border-color: #4e3914;
}
.top-nav .navbar-toggler:hover{
	color: #4eae3a;
	border-color: #4eae3a;
}

/* 
.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: 75vh;
  

  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 600px){
.slider-main
{
    
  background-position: center center;
   
      background-attachment:fixed;
}

}
.portfolio-item {
  margin-bottom: 30px;
}
.services-bar h1{
	font-weight: 600;
	font-size: 24px;
}
.services-bar .card{
	box-shadow: 0px 0px 15px rgb(11, 12, 11);
	border: none;
	transition: all 0.5s;
}
.services-bar .card:hover{
	box-shadow: 2px 5px 15px rgb(15, 96, 189);
}
.services-bar .card h4.card-header{
	background-color: #4e3914;
	color: #0c2d6b;
	font-size: 18px;
	font-weight: 600;
	display: none;
}
.services-bar .card .card-footer{
	background-color: #0c629c;
}
.card-footer a{
	width: 100%;
	transition: all 0.5s;
}

.services-bar .card:hover .card-footer a{
	width: 100%;
}
.about-main{
	padding: 30px 0px;
}
.about-main h2{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.about-main h5{
	font-size: 18px;
}
.about-main p{
	font-size: 14px;
	text-transform: capitalize;
}
.about-main ul{
	padding-left: 20px;
}
.about-main ul li{
	position: relative;
	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: #4eae3a;
}
.portfolio-main{
	padding: 30px 0px;
}
.portfolio-main h2{
	font-weight: 600;
	font-size: 24px;
	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: 500;
	text-transform: uppercase;
	color: #4eae3a;
}
.portfolio-main .card .card-body{
	background: #4e3914;
	padding: 10px 20px;
}
.card-img{
	overflow: hidden;
	position: relative;
}

.overlay{
	background: rgba(78,174,58,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: #4e3914;
}
.portfolio-main .card:hover .overlay{
	bottom: 0px;
}

.footer { 
	width:100%; 
	background-color:#263238; 
	min-height:250px; 
	padding:10px 0px 25px 0px;
	}
.pt2 { 
	padding-top:40px ;
	margin-bottom:20px ;
	color: #ffffff;
	font-weight: 500;
	}
footer p { 
	font-size:13px; 
	color:#CCC; 
	padding-bottom:0px; 
	margin-bottom:8px;
	}
.mb10 { 
	padding-bottom:0px ;
	}
.footer_ul_amrc { 
	margin:0px ; 
	list-style-type:none ; 
	font-size:14px; 
	padding:0px 0px 10px 0px ; 
	}
.footer_ul_amrc li {
	padding:0px 0px 5px 0px;
	}
	
.full-title h1 {
	text-transform: uppercase;
}
.full-title small{
	text-transform: uppercase;
	
}
.footer_ul_amrc li a{ 
	color:#cccccc;
	font-size: 14px;
	font-weight: 400;
	}
.footer_ul_amrc li a:hover{ 
	color:#fff; 
	text-decoration:none;
	}
.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: 14px;
	font-weight: 500;
	color: #ffffff;
}
.footer_ul_amrc li .media-body span{
	color: #cccccc;
	font-size: 14px;
	font-weight: 400;
}
.fleft { 
	float:left;
	}
.padding-right { 
	padding-right:10px; 
	}
.footer_ul2_amrc {
	margin:0px; 
	list-style-type:none; 
	padding:0px;
	}
.footer_ul2_amrc li p { 
	display:table; 
	}
.footer_ul2_amrc li a:hover { 
	text-decoration:none;
	}
.footer_ul2_amrc li i { 
	margin-top:5px;
	}
.footer_ul2_amrc li a {
	color: #4eae3a;
}
.bottom_border { 
	border-bottom:1px solid #323f45; 
	padding-bottom:20px;
	}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { 
	display:inline;
	}
.foote_bottom_ul_amrc li a {
	color:#ffffff; 
	margin:0 12px;
	font-size: 16px;
	font-weight: 300;
	}
.footer-logo{
	padding: 20px 0px;
	text-align: center;
}
.copyright a{
	color: #4eae3a;
	text-decoration: underline;
}
.copyright a:hover{
	color: #ffffff;
	text-decoration: none;
}
.social_footer_ul { 
	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:#CCC; 
	border:2px solid #CCC; 
	padding:8px;
	border-radius:50%;
	}
.social_footer_ul li i {  
	width:20px; 
	height:20px; 
	text-align:center;
	}
.social_footer_ul li a:hover {
	color: #4eae3a; 
	border:2px solid #4eae3a; 
}

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

.full-title{
	padding: 80px 0px;
	background: linear-gradient(rgba(15, 83, 161, 0.726) 100%,white 10%) ,url(../images/bg-1.jpg) no-repeat center ;
	position: relative;
	background-size: cover;
}
.full-title:before{
	content: "";
	background: rgba(3, 43, 88, 0.513);
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.full-title h1{
	position: relative;
	color: #ffffff;
}
.full-title h1 small{
	/* float: right; */
	padding: 15px 0px;
	font-size: 17px;
	font-weight: 500;
	
}

.breadcrumb-main .breadcrumb{
	background: #4eae3a;
}
.breadcrumb-main .breadcrumb li a{
	color: #ffffff;
}
.breadcrumb-main .breadcrumb li{
	color: #4e3914;
}
.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before{
	color: #4e3914;
}
.team-members-box{
	padding: 30px 0px;
}
.team-members-box h2{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.team-members-box .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;	
}
.team-members-box .card .card-footer{
	background: #0c629c;
}
.team-members-box .card .card-footer ul{
	margin: 0px;
	padding: 0px;
}
.team-members-box .card .card-footer ul li{
	display: inline-block;
}
.team-members-box .card .card-footer ul li a{
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #4e3914;
	color: #ffffff;
	display: inline-block;
	border-radius: 4.8px;
	font-size: 14px;
}
.customers-box h2{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}

.project-inner h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.pagination_bar .pagination .page-item .page-link{
	font-size: 20px;
	background: #4e3914;
	border: 1px solid #4e3914;
	color: #ffffff;
	width: 35px;
	text-align: center;
}
.pagination_bar .pagination .page-item .page-link:hover{
	background: #4eae3a;
}
.portfolio-item h4.card-title a{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #4e3914;
}
.related-projects{
	padding: 30px 0px; 
}
.related-projects h3{
	font-weight: 600;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 20px;
}
.blog-entries .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.blog-entries .card .card-body h2.card-title{
	font-size: 22px;
	font-weight: 500;
}
.blog-entries .card .card-footer{
	background-color: #4e3914;
}
.blog-entries .card .card-footer.text-muted{
	color: #ffffff !important;
}
.blog-entries .card .card-footer a{
	color: #4eae3a;
}
.blog-right-side .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.blog-right-side .card h5.card-header{
	background-color: #4e3914;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
}
.blog-right-side .card .card-body ul li{
	margin-bottom: 2px;
}
.blog-right-side .card .card-body ul li a{
	border-radius: 4.8px;
	padding: 6px;
	background: #4e3914;
	color: #4eae3a;
	display: inline-block;
}
.pagination_bar_arrow .pagination .page-item .page-link{
	font-size: 20px;
	background: #4e3914;
	border: 1px solid #4e3914;
	color: #ffffff;
	width: 120px;
	text-align: center;
}
.pagination_bar_arrow .pagination .page-item .page-link:hover{
	background: #4eae3a;
}
.faq-main{
	padding: 30px 35px;
	background: #4e3914;
	margin: 30px 0px;
}
.accordion-single{
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #e4e8ed;
}
.accordion-single .card-header{
	background-color: transparent;
	padding: 0px;
	border: none;
}
.accordion-single .card-header h5 a{
	color: #202428;
	display: block;
	position: relative;
	padding: 21.28px 32px 26.56px 20px;
	font-size: 18px;
	text-transform: capitalize;
}
.accordion-single .card-header h5 a:hover{
	color: #4eae3a;
	text-decoration: none;
}
.accordion-single h5 a[aria-expanded="false"]::before {
    position: absolute;
    content: "\f0dd";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;	
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	color: #4e3914;
}
.accordion-single h5 a[aria-expanded="true"]::before{
    position: absolute;
    content: "\f0de";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4eae3a;
}
.error-contents{
	padding: 30px 0px;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.error-contents{}
.pricing-box{
	padding: 30px 0px;
}
.pricing-box .card{
	position: relative;
	overflow: hidden;
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.pricing-box .card h3.card-header{
	padding: 80px 15px;
	text-align: center;
	background: #4e3914;
	color: #ffffff;
}
.most_popular{
	position: absolute;
	top: 32px;
	font-size: 12px;
	text-align: center;
	width: 181px;
	padding: 4px 0;
	right: -36px;
	transform: rotate(40deg);
	background-color: #4eae3a;
	color: #4e3914;
}


.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;
}

.help-block ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: red;
	color: #fff;
	padding: 0px 15px;
}


@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;
	}
}

@media screen and (max-width:767px){
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
		position: absolute;
		top: 18px;
		right: 6px;
	}
	#second{
		display: none;
	}
	#first{
		margin-bottom: 15px;
	}
	.portfolio-main h2{
		text-align: center;
	}
	.customers-box{
		text-align: center;
	}
	.team-members-box h2{
		text-align: center;
	}
	.services-bar h1{
		text-align: center;
	}
	.social_footer_ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.faq-main{
		padding: 20px 15px;
	}
	.accordion-single .card-header h5 a{
		font-size: 14px;
	}
	/* self */
	.navbar-nav  {
		
		overflow-y: scroll;
		max-height: 400px;
	}
}

@media (min-width:320px) and (max-width:575.98px){
	.navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
		position: absolute;
		top: 18px;
		right: 6px;
	}
	.portfolio-main h2{
		text-align: center;
	}
	.customers-box{
		text-align: center;
	}
	.team-members-box h2{
		text-align: center;
	}
	.services-bar h1{
		text-align: center;
	}
	.social_footer_ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.faq-main{
		padding: 20px 15px;
	}
	.accordion-single .card-header h5 a{
		font-size: 14px;
	}
}


.pages {
	margin: 20px 0;
}


.pages .img img{
	width: 100%;
	margin-bottom: 10px;
}
.pages p{
	text-align: justify;
}

.box_r ul li a{
	font-size: 1rem;
}

.box_r h3{
    text-align: center;
	border-left: solid 2px black;
	margin-bottom: 20px;

}
.box_r ul{
	
	
	
	
}
.box_r ul a{

	display: flex;
	background:rgb(13, 65, 143);
	color: white;
	margin: 5px 0;
	padding: 5px 5px 5px 19px;
	border-radius:0 0 0% 0%;
	text-align: center;
	position: relative;
	transition: all 0.7s;

}
.box_r ul a::before{

	position: absolute;
	content: ">>";
	left: -30px;
	color: rgb(241, 238, 238);
	background:rgb(16, 16, 17);
	padding: 5px;
	transition: transform 0.8s;
	top: 0;
	bottom: 0;
	font-weight: 500;
	transition: all 0.8s;

}
.box_r ul a:hover::before{

	
	background:rgba(16, 16, 17, 0.76);


}
.box_r ul a:hover{
	text-decoration: none;
	background:rgba(13, 65, 143, 0.658);
	border-right:1px solid black;
	border-left:1px solid black;

}




.pages .img img{
	max-height: 25rem;
}
.headin5{
	color: white;
	margin-top: 1rem;
}

.footer {
    width: 100%;
    background-color: #263238;
	background: linear-gradient(#022a58ec 100%,white 10%),url("../images/ab.jpg");

	
	background-repeat: no-repeat;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}
.footer h5{
	font-size: 1.45rem;
}


.services-bar .my-4{
	text-align: center;
	font-size: 2.4rem;
}
.portfolio-main h2{
	text-align: center;
	font-size: 2.4rem;
}
.read a{
	width: 200px;
	transition: all 0.5s;
}











.test h2{
	
}


.main-gallery {
	background: #fff;
	
	
  
  }
  
  .gallery-cell {
	width: 100%;
  }
  
  .testimonial {
	text-align: center;
	max-width: 850px;
	margin: 20px auto 50px auto;
	padding: 0 20px;
  }
  
  .testimonial-avatar {
	width: 100px;
	border-radius: 50%;
	
  }
  
  .testimonial-quote {
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 0;
  }
  
  .testimonial-author {
	display: block;
	font-weight: 800;
	color: #0b329e;
  }
  
  .flickity-page-dots {
	bottom: 50px;
  }
  
  .flickity-page-dots .dot.is-selected {
	background: #29359c;
  }
  .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}


.full-title h1 {
	text-transform: uppercase;
	text-align: center;
}
.full-title h1 small{
	text-transform: uppercase;
	text-align: center;
	
}
.full-title h1 small a{
	color: white;
}



#sendMessageButton{
	width: 100%;
}

.card-footer a {
	width: 100%;
	color: white;
	font-weight: 600;
	background-color: #050505;
	border: none;
}
.card-footer a:hover{
	background-color: white;
	color: black;
}

.services-bar .card-img{
	overflow: hidden;
}
.services-bar .card-img img{
	transition: all 0.6s;
}
.services-bar .card:hover .card-img img{
	transform: scale(1.2);
}.services-bar .card .card-footer {
    background-color: black;
}
.services-bar  .card-body{
	/* background: rgb(4, 85, 133); */
	color: rgb(8, 8, 8);
	transition: all 0.5s;
}
.services-bar .card .card-body{
	background: rgb(4, 85, 133);
	border-top: 1px solid ;
	color: white;
}
.services-bar .card{
	box-shadow: none;
}


.tech  .card-img{
	overflow: hidden;
}
.tech  .card-img img{
	transition: all 0.6s;
	transform:  scale(1.3);
}
.tech  .card:hover .card-img img{
	transform: scale(1);
}
.tech  .card .card-body{
color: black;
background: white;


}

.footer_ul_amrc li a {
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
	transition: letter-spacing 0.5s;
}
.footer_ul_amrc li a:hover{
	letter-spacing: 1px;
}
.footer .footer_ul_amrc{
	list-style: square;
	color: white;
}

.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #0c629c;
    color: rgb(243, 247, 242);
}
.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 10px;
    /* padding-bottom: 15px; */
    font-weight: 500;
}

.navbar-expand-lg.top-nav .navbar-nav .dropdown-menu {
    margin: 0px;
    box-shadow: rgb(0 0 0 / 15%) 3px 5px 15px;
    border: none;
    padding: 10px;
}
.read a{
	
}
.read a:hover{

}
.about-main h2{
	border-left: 2px solid;
	padding-left: 5px;
}
.my{
	color: black;
}
.red img{
	height: fit-content;

}


.sell{
	color: rgb(4, 52, 107);
}
.half{
	color: rgb(4, 52, 107);
}
.btn2{
	padding:10px;
	background-color: rgb(9, 116, 158);
	color: white;
}
.ready a{
	text-decoration: none;
}

.read a{
	padding: 5px;
	transition: all 0.6s;
	border-radius: 15px 0;
}
.read a:hover{
	border-radius:0 15px;
}
.services-bar .card:hover {
	box-shadow: none;

}
.services-bar .card-footer {
 padding: 5px 15px;
}

.services-bar .card {
	
	
}

.gallery-cell {
    width: 100%;
    background: rgb(205, 221, 241);
}

.carousel-caption h3{
margin-bottom: 10%;
}