 
	*{padding: 0;margin: 0;
		list-style: none;
		text-decoration: none;
		}
		.d-flax{display: flex;}
		.space-between{
			justify-content: space-between;
		}
		
	 
		.about h1{
			margin: 0;
		}
	 
		
		body {
			scrollbar-3dlight-color: #1664C0;
			overflow-x: hidden;
		 
		}
		
	 
	 
	 
		 
	 
	 	
		.hero-header {
			background: linear-gradient(#ffffff33, #ffffff47), url(../images/about-img/slider1.jpg) center center no-repeat;
			background-size: cover;
		
		}
		
		.about a{
			text-decoration: none;
			color: #013243;
		}
		.about a:hover{
			color: #28B593;
		}
		.about h1{
			color: #28B593;
			font-weight: 700;
		}
		.about h5{
			font-weight: 400;
			
		}
		
		.about h4{
			color: #013243;
			margin-top: 10px;
		}
    
    
    .carousel-item {
        overflow: hidden;
        height: 700px;
        position: relative;
    }
    .carousel-item::before{
        content: '';
        background-color: #28B593;
    
        position: absolute;
        z-index: 111111;
        width: 100%;
        height: 100%;
        opacity: .2;
    } 
    
    .carousel-item img {
        animation: anix 30s lin/ear infinite;
    }

	
	.top-navbar a{
		font-size: 9px;
	 }
	 .top-navbar a label{
		font-size: 10px;
	 }

	 .main-menu ul li a {
		font-family: inherit !important;
	}
    
    
    @keyframes anix {
        0% {
            transform: scale(1);
        }
    
    
        100% {
            transform: scale(2);
        }
    
    }
    
    
    .carousel-item .alpha {
        position: absolute;
        top: 0;
        z-index: 100;
        opacity: 50%;
        background: #000;
        width: 100%;
        height: 100%;
    }
    
    
    .carousel-caption h3 {
        font-family: 'Rubik Distressed';
        color: #C82D3A;
        font-weight: bold;
    }
    
    
    .carousel-caption h5 {
        font-size: 5rem;
        font-family: 'Rubik Distressed';
        color: #fff;
        font-weight: bold;
    }
    
    .carousel-caption h5 span{
        color: #1664C0;
    }
    
    
 
    
    .carousel-caption content {
        font-size: 5rem;
    }
    
    
    
    
     
     
     
    
     
    
    .nnn {
        height: 50%;
        z-index: 10 !important;
        position: absolute;
        top: 0;
        z-index: 100;
    }
    

.section1-about{
	margin-top: 6em;
	margin-bottom: 6em;
}

/* section1 css start */
 .mb{
	margin-top: 4em;
 }
 
 

.overflow-auto{
	height: 18em;
}

.inner-image4{
	position: relative;
	display: flex;
    justify-content: center;
	align-items: center;
	/* height: 500px; */
 
}
 

 
.inner-column{
	width: 90%;
}

.inner-image4 img{
	width: 90%;
	display: inline-block;
  height: 100%;
    /* height: auto; */
	border-radius: 40px;
	border: 7px solid #fff;
	 
}
 
 
.inner-content h2{
	color: #013243;
}
 

.divider svg
{
	display: block;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    fill: #28B593;
}
.divider{
	position: relative;
    display: block;
    width: 60px;
    height: 20px;
    margin-top: 30px;
}
p{
	margin-top: 2em;
}
.sign a{
	text-decoration: none;
    background: #28B593;
    color: #fff;
    padding: 10px 20px;
	border-radius: 10px;

}

/* section2 css */

 
.section2-about
{
	margin-top: 7em;

}
.section2-about{
	position: relative;
    background-color: #ffffff;
    background-image: url(../images/about-img/pattern-1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    z-index: 1;


}
.section2-about .col-md-3 {
	text-align: center;
}
.section2-about .col-md-3 i{
	font-size: 50px;
	color: #28B593;
}

.section2-about .col-md-3 strong{
	font-size: 30px;
	color: #28B593;
}

.section2-about .col-md-3 p{
	color: #013243;
}
/* 
section3 css */

.section3-about{
	position: relative;
    padding: 100px 100px;
    background-image: url(../images/pattern-1.png);
    background-repeat: repeat;
    background-position: center right;
	margin-top: 8em;
}

.section3-about::before {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background-color: #28B593;
    content: "";
}


.image-column{
	/* width: 40%; */
	background: url(../images/about-img/image-7.jpg);
	height: 38em;
	
	z-index: 1;
}

.skill-column{
	padding: 10px 10px 10px 50px;
}
.progress {
	margin: 20px 0;
}
.skill-column a{
	text-decoration: none;
	background-color: #28B593;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
}
 
 

.skill-column h6{
	color: #28B593;
}
.skill-column h2{
	color: #013243;
}
.inner-content h6{
	color: #28B593;
}
.progress-bar{
	background-color: #28B593;
}
 
 
 
 
 
 

 
@media (min-width: 851px) and (max-width: 1150px) {
	.footer-end-icon{
		margin: 0;
	}
	 
	.footer{
		margin-top: 2em;
	}
	.footer h3 {
		font-size: 18px;
	}
	.footer p {
		font-size: 15px;
	}
	.footer strong {
		font-size: 14px;
	}

	.main-menu ul li a{
		font-size: 13px;
	}
	
	.inner-content h2 {
		font-size: 15px;
	}
	 
	   .slider-content .col-md-12{
		margin-top: 8em;
	   }
	   .hr{
		width: 100%;
	}
	.top-navbar a label{
		font-size: 15px;
	 }
	 .top-navbar a {
		font-size: 15px;
	 }
	 .btn-top {
		padding:15px 6px;
	 }
	 .pre-img img{
		/* margin-left: 36px; */
		width: 6%;
	 }
	 
	 .main-menu ul li a i {
		font-size: 17px;
	 }
	 .inner-image2 {
		left: 0;
	 }
	 .inner-image3 {
		bottom: -91px;
		left: 72px;
	 }

 

}
@media (min-width: 427px) and (max-width: 850px){
	.menu-bar {
		display: block;
	}
	.container{
		width: 90%;
	}

	.logo{
		width: 40%;
	} 
	.box1 .col-md-3{
		width: 42%;
	}
	.box2-content{
		margin-top: 20px;
	}
	.main-menu {
		position: absolute;
		/* background: rgba(000, 000, 000, 0.5); */
		/* background: #000; */
		left: -110px;
		top: 0;
		transition: 1s;
		width: 0%;
		height: auto;
		z-index: 100;
		display: block;
	}


	.main-menu .main-ul {
		display: block!important;
		padding-top: 50px;
		margin: 0;
		background: #000;
	}

	.menu-bar span:nth-child(1){
		width: 32px;
	}
	
	.menu-bar span:nth-child(2){
		width: 32px;
	}
	
	.menu-bar span:nth-child(3){
		width: 32px;
	}
	.sec{
		margin-top: 3em;
	}
	.main-menu .main-ul li>.dropdown li{
		border-bottom: solid 1px #fff;
	}
	.menu-bar span:nth-child(1){
		background-color: #000;
	}
	.menu-bar span:nth-child(2){
		background-color: #000;
	}
	.menu-bar span:nth-child(3){
		background-color: #000;
	}
	.main-menu .main-ul{
		padding: 50px 10px 10px 10px;
		width: 44%;
	}
	.main-menu ul li a {
		color: #fff;
	}
	.main-menu .main-ul li .dropdown {
		right: -206px;
		color: #fff !important;
		background-color: #000;
	}


	.main-menu .main-ul li {
		height: 50px;
	}

	.main-menu .main-ul li {
		display: block;
	}

	.main-menu ul li a {
		text-decoration: none;
		color: #fff;
	}

	.main-menu .closebtn {
		position: absolute;
		top: 0;
		color: #fff;
		display: block;
		text-decoration: none;
		left: 25px;
		font-size: 36px;
		

	}

	.main-menu .main-ul li .dropdown {
		top: 50px;
		right: -300px;
	}

	.menu-bar span:nth-child(1) {
		position: absolute;
		width: 50px;
		height: 4px;
		right: 0;
		top: -10px;
		/* background: #fff; */
		transition: 0.5s;
	}


	.menu-bar:hover span:nth-child(1) {
		transform: rotate(-135deg);
		top: 0;
	}


	.menu-bar span:nth-child(2) {
		position: absolute;
		width: 50px;
		height: 4px;
		right: 0;
		/* background: #fff; */
		transition: 0.5s;
	}

	.menu-bar:hover span:nth-child(2) {
		transform: rotate(45deg);
	}

	.menu-bar span:nth-child(3) {
		position: absolute;
		width: 50px;
		top: 61px;
		right: 0;
		top: 10px;
		height: 4px;
		/* background: #fff; */
		transition: 0.5s;
	}

	.menu-bar:hover span:nth-child(3) {
		transform: rotate(135deg);
		top: 0px;
	}

	.menu {
		background-color: #fff;
			height: 60px;
		}
	
		.menu-bar {
			z-index: 111111;
		}
	
	.footer-end-icon{
		margin: 0;
	}
	.main-menu ul li a i {
		font-size: 14px;
	 }

	.top-navbar a{
		font-size: 13px;
	}
	.main-menu .main-ul {
		width: 95%;
	}
	.donate
	{
		margin-right: 0
		;
	}

	 

	.footer{
		margin-top: 2em;
	}
	.footer h3 {
		font-size: 18px;
	}
	.footer p {
		font-size: 15px;
	}
	.footer strong {
		font-size: 14px;
	}
	 

	.main-menu ul li a{
		font-size: 13px;
	}
	.about{
		margin-top: 5em;
	}
	 .section1-about .col-md-6{
		width: 100%;
		margin-top: 2em;

	 }
	 .inner-column{
		width: 100%;

	 }
	 .inner-column img{
		width: 100%;
		height: auto;

	 }
	 

	 .inner-content h6 {
		margin-top: 4em;
	 }
	 .top-navbar a {
		font-size: 10px;
	 }
	 .donate button a {
		font-size: 10px;
	 }

 
	
	.inner-content{
		margin-top: 32em;
	}
 
	.skill-column{
		padding: 0;margin: 0;
		width: 100%;
	}
	.section3-about{
		margin-top: 2em;
		padding: 10px;
	}
	.section3-about::before {
		display: none;
	   }
	   .image-column{
		   display: none;
	   }
	   .hr{
		width: 100%;
	}
	.top-navbar a label{
		font-size: 10px;
	 }
	 .pre-img img {
		width: 10%;
		margin-left: 40px;
	 }
	 .btn-top{
		padding: 19px 6px;
	 }


}
@media(max-width:426px){
	.menu-bar {
		display: block;
	}
	.inner-image4 img {
		width: 100%;
		height: auto;
	}
	.inner-image {
		height: auto;
	}
	.logo{
		width: 40%;
	} 
	.top-navbar a label{
		font-size: 10px;
	 }
	 .about h1{
		margin: 0 !important;
	 }

	.main-menu {
		position: absolute;
		/* background: rgba(000, 000, 000, 0.5); */
		/* background: #000; */
		left: -110px;
		top: 0;
		transition: 1s;
		width: 0%;
		height: auto;
		z-index: 100;
		display: block;
	}


 
	 
 .inner-image4{
	height: auto;
 }

  
  
.mt{
	margin-top: 3em;
	display: none;
}

.footer-end-icon{
	margin: 0;
}

.donate{
	margin-left: -18px;
	margin-right: 0;
	margin-top: 0;
}
 

.mail{
	justify-content: flex-start;
}
 
   .footer {
	   margin-top: 2em;
   }
   .pre-info1 strong{
	   margin-left: 10px;
   }
   .about{
	   margin-top: 11em;
   }
   .sign a {
	   padding: 15px 25px;
   }

   .about{
	margin-top: 5em;
}
 
 

.inner-content{
	margin-top: 9em;
}
.section3-about::before {
 display: none;
}
.image-column{
	display: none;
}
.skill-column{
	padding: 0;margin: 0;
	width: 100%;
}
.section3-about{
	margin-top: 2em;
	padding: 10px;
}
 
.menu-bar span:nth-child(1){
	width: 32px;
}

.menu-bar span:nth-child(2){
	width: 32px;
}

.menu-bar span:nth-child(3){
	width: 32px;
}
.main-menu .main-ul li .dropdown{
	background-color: #000;
	color: #fff;
}
.main-menu .main-ul li>.dropdown li{
	
	border-bottom: 2px solid #fff;
}

.hr{
	width: 100%;
}
.top-navbar a label{
	font-size: 10px;
 }
 .top-navbar a{
	font-size: 9px;
 }
 .btn-top{
	margin: 0;
	padding: 16px 6px;
 }
 .pre-img img{
	width: 10%;
	margin: 0;
 }
 .about h1{
	margin: 0 !important;
	padding: 0;
 }
 
 .section1-about{
	margin:0;
 }
  
 

  
}

@media (min-width: 851px) and (max-width: 1050px) {
	.menu-bar {
		display: block;
	}
	.container{
		width: 90%;
	}
	.img-fluid2 {
		height: 92px;
	}
	.logo{
		width: 40%;
	} 
	.inner-info {
		top: 10%;
		left: 60%;
		
	}
	.inner-info h5{
		font-size: 13px;
	}
	.box2-content{
		margin-top: 20px;
	}
	.main-menu {
		position: absolute;
		/* background: rgba(000, 000, 000, 0.5); */
		/* background: #000; */
		left: -110px;
		top: 0;
		transition: 1s;
		width: 0%;
		height: auto;
		z-index: 100;
		display: block;
	}
	.ct-icon-boxes .ct-icon-box{
		margin-top: 10px;
	}

	.main-menu .main-ul {
		display: block!important;
		padding-top: 50px;
		margin: 0;
		background: #000;
	}

	.menu-bar span:nth-child(1){
		width: 32px;
	}
	
	.menu-bar span:nth-child(2){
		width: 32px;
	}
	
	.menu-bar span:nth-child(3){
		width: 32px;
	}
	.sec{
		margin-top: 3em;
	}
	.main-menu .main-ul li>.dropdown li{
		border-bottom: solid 1px #fff;
	}
	.menu-bar span:nth-child(1){
		background-color: #000;
	}
	.menu-bar span:nth-child(2){
		background-color: #000;
	}
	.menu-bar span:nth-child(3){
		background-color: #000;
	}
	.main-menu .main-ul{
		padding: 50px 10px 10px 10px;
		width: 44%;
	}
	.main-menu ul li a {
		color: #fff;
	}
	.main-menu .main-ul li .dropdown {
		right: -206px;
		color: #fff !important;
		background-color: #000;
	}


	.main-menu .main-ul li {
		height: 50px;
	}

	.main-menu .main-ul li {
		display: block;
	}

	.main-menu ul li a {
		text-decoration: none;
		color: #fff;
	}

	.main-menu .closebtn {
		position: absolute;
		top: 0;
		color: #fff;
		display: block;
		text-decoration: none;
		left: 25px;
		font-size: 36px;
		

	}

	.main-menu .main-ul li .dropdown {
		top: 50px;
		right: -300px;
	}

	.menu-bar span:nth-child(1) {
		position: absolute;
		width: 50px;
		height: 4px;
		right: 0;
		top: -10px;
		/* background: #fff; */
		transition: 0.5s;
	}


	.menu-bar:hover span:nth-child(1) {
		transform: rotate(-135deg);
		top: 0;
	}


	.menu-bar span:nth-child(2) {
		position: absolute;
		width: 50px;
		height: 4px;
		right: 0;
		/* background: #fff; */
		transition: 0.5s;
	}

	.menu-bar:hover span:nth-child(2) {
		transform: rotate(45deg);
	}

	.menu-bar span:nth-child(3) {
		position: absolute;
		width: 50px;
		top: 61px;
		right: 0;
		top: 10px;
		height: 4px;
		/* background: #fff; */
		transition: 0.5s;
	}

	.menu-bar:hover span:nth-child(3) {
		transform: rotate(135deg);
		top: 0px;
	}

	.menu {
		background-color: #fff;
			height: 60px;
		}
	
		.menu-bar {
			z-index: 111111;
		}
	
 
	 
	 

	.top-navbar a{
		font-size: 12px;
	}
	.main-menu .main-ul {
		width: 30%;
		padding-left: 10px;
	}
	.donate
	{
		margin-right: 0;
		margin-left: -60px;
		padding-left: 9%;
		
	}
	.carousel-caption h5 {
		font-size: 35px;
	}
	.carousel-caption h3 {
		font-size: 25px;
	}
	.carousel-caption p {
		font-size: 16px;
	}
	.carousel-caption{
		padding-top: 0;
	}
	 
	.section4-content p{
		font-size: 13px;
	}
	.main-menu ul li a {
		font-size: 13px;
	}
	 
 
	 
	 .top-navbar a{
		font-size: 10px;
	 }
	 .top-navbar a label{
		font-size: 10px;
	 }
	 .donate button a {
		font-size: 10px;
	 }
	 .pre-img img {
		margin-left: 36px;
		width: 10%;
	 }
	 .main-menu .main-ul a {
		font-size: 13px;
	 }
}
 