*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}

body {
		font-family: 'Poppins';
		background-color: #f2f2f2;
		padding: 0;
		margin: 0;
	}
a{
    text-decoration:none;
}
a:hover{
   text-decoration:none; 
}
.title {
    font-size: 21px;
    font-weight: 600;
}
.content h4 {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
}

.content h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 15px;
}

	header {
		color: #000000;
		padding: 12px;
		text-align: center;
	}

.left-logo{
    width: 80px;
    height: 80px;
} 
.left-logo img{
    width: 100%;
   height:auto;
} 

.right-logo {
    width: 80px;
    height: 80px;
    margin-left:auto;
} 
.right-logo img {
    max-width: 100%;
   height:auto;
} 

/*## nav bar ##*/
nav {
        display: flex;
        justify-content: center;
        background-color: #1cae2b;
      }
 
 .computer .nav-item{
     padding-left: 5px;
    padding-right: 5px;
 }     
.computer .nav-link{
     color:#ffffff;
     font-size:15px;
 }
 
 .slider-section .carousel-item{
   height:500px;  
   
} 

.slider-section .carousel-item .carousel-caption{
    top:35%;
}

.slider-section .carousel-item .carousel-caption h5 {
    font-size: 45px;
    font-weight: 600;
}

.slider-section .carousel-item .carousel-caption p {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
}
.caption-bg{
    background:rgba(0,0,0,.4);
    height:100%;
}

.about-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ffffff;
}

.about-content h2 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 30px;
}
.about-content p{
    text-align: justify;
    font-size: 18px;
}
.counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.counter-content i {
    font-size: 50px;
    margin-bottom: 15px;
    border: 3px solid #000000;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 60px;
}
.counter-content{
    padding-top:30px;
    padding-bottom:25px;
}
.counter-content h2 {
    font-weight: 700;
    font-size: 35px;
}
.counter-content p {
    font-weight: 600;
    font-size: 20px;
}
.counter-section .card {
    border: 0px solid rgba(0,0,0,.125);
    box-shadow: 0 0 15px 6px rgba(0,0,0,.1);
}

.top-footer {
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 2px solid #1cae2b;
}

.left-content {
    text-align: left;
}

.left-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
    border-left: 3px solid #1cae2b;
    padding-left: 10px;
}

.left-content ul {
    padding-left: 13px;
}

.left-content ul li {
    font-size: 16px;
}

 
 
 
/*## Footer ##*/	
	footer {
    background-color: #202f44;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top:50px;
}