#mainNav{
	background: #00ac7a;
}

#mainNav .navbar-toggler{
	background: #fff;
    color: #00ac7a;
}
footer{
  background: #00ac7a;
}

.pt{
	padding-top: 6rem !important;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-top: 3rem;
	color: #5a5a5a;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel-item:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 0;
}
.carousel-caption{
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 100%;
	z-index: 1;
	text-align: center;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */
.featurette{
	padding-top: 50px;
	padding-bottom: 50px;	
}
.featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 500;
	
	line-height: 1;
}
.lead{
	text-align: justify;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 3rem;
		margin-bottom: 2rem;
	}
}




.title{
	
	font-size: 45px;
	line-height: 1.22em;
	font-weight: 700;
	letter-spacing: 0px;
	padding-bottom: 30px;
	position: relative;
	color: #012970;
}
.title:before{
	display: block;
	content: "";
	height: 3px;
	width: 100px;
	background-color: #00ac7a;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sub-title{
	margin-top: 20px;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 2px;
}

.title-left{
	
	font-size: 45px;
	line-height: 1.22em;
	font-weight: 700;
	letter-spacing: 0px;
	padding-bottom: 30px;
	position: relative;
	color: #012970;
}
.title-left:before{
	display: block;
	content: "";
	height: 3px;
	width: 100px;
	background-color: #00ac7a;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sub-title{
	margin-top: 20px;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 2px;
}

#about .card{
	overflow: hidden;
	border: unset;
}
#about .card .card-body{
	padding: 0;
}
#about .card .card-body .card-text{
	font-size: 20px;
	text-align: justify;
	line-height: 38px;
}
#contact .card{
	overflow: hidden;
	height: 100%;
}
#contact .card .card-body{
	padding-top: 40px;
	padding-bottom: 40px;
}
#contact ul {
    list-style: none;
    padding: 0;
    margin: 0;	
}
#contact ul li{
	height: 100px;
	position: relative;
	padding-left: 210px;
}
#contact .contact-title{
	width: 210px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00ac7a;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #fff;
    font-size: 18px;
}
#contact .contact-box{
    display: flex;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #00ac7a;
    border-right: 1px solid #00ac7a;
    height: 100%;
    font-size: 15px;
    background: #fff;
}
#contact ul li:last-child .contact-box{
    border-bottom: 1px solid #00ac7a;
 
}
#contact .contact-text{
    margin: 0;
    padding: 0;
    width: 100%;
}
#contact .btn-success {
    color: #fff;
    background-color: #00ac7a;
    border-color: #00ac7a;
}
#contact .btn-success:hover {
    background-color: #198754;
    border-color: #198754;
}
/*===========services================*/
#sevices .service-box {
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}
#sevices .service-box.green {
    border-bottom: 3px solid #00ac7a;
}
#sevices .service-box .icon {
    font-size: 36px;
    padding: 40px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}
#sevices .service-box.green .icon{
	color: #00ac7a;
    background: #dbf3fe;
}
#sevices .service-box h3 {
    color: #444444;
    font-weight: 700;
    
}
#sevices .service-box.green .read-more {
    color: #00ac7a;
}
#sevices .service-box .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
    text-decoration: none
}
#sevices .service-box .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 18px;
}
#sevices .service-box.green:hover {
    background: #00ac7a;
    color: #fff;
}
#sevices .service-box:hover .icon {
    background: #fff;
}
#sevices .service-box:hover h3,
#sevices .service-box:hover p, 
#sevices .service-box:hover .read-more {
    color: #fff;
}
.back-to-top{
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  background: #333;
  width: 55px;
  height: 55px;
  border-radius: 4px;
  transition: all 0.4s;
  border: 0;
  color: rgb(255 255 255/0.7);
}
.back-to-top:hover{
  color: rgb(255 255 255/1);
}
.back-to-top.show {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 992px) {
    .img_about{
    	display: none;
    }
    .title-left{
    	text-align: center;
    	font-size: 32px;
    }
    .title-left:before{
    	left: 50%;
    	transform: translateX(-50%);
    }
    #about .card .card-body .card-text{
    	font-size:16px;
    }
    .title{
    	font-size: 32px;
    }
    #sevices .service-box h3{
    	font-size:22px;
    }
    .featurette-heading{
    	font-size: 32px;
    	line-height: 38px;
    }
    .lead{
    	font-size: 16px;
    }
}
