@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{margin: 0; padding: 0; box-sizing: border-box;}
body{font-family: 'Oxygen', sans-serif;}

body::-webkit-scrollbar {
  width: 1em;
  border-radius: 25px;

}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  background-color: #789cd8;
  border-radius: 25px;
}

.overlay::-webkit-scrollbar {
 width:10px;
  border-radius: 25px;
  background-color: #fff;

}
 
.overlay::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}
 
.overlay::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  background-color: #789cd8;
  border-radius: 25px;
}

h4:first-child{border-top: none !important;}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(120,156,216);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 01010101;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(255, 255, 255, 0.9);
}
#return-to-top:hover i {
    color: #000;
    top: 5px;
}

.media_b{border-bottom: 1px solid rgba(0,0,0,.125);
	    margin-bottom: 10px;
         }
.media_b:last-child{border-bottom: none;}
.media_b img{margin-top: 13px; margin-left: 7px;}
.leader_2{display: none;}
.leader_4{display: contents;}
.ourpro_g{width: 650px; height: 450px; margin: auto; position: relative;}
#work_we .carousel-inner .carousel-item h5{display: none; transition: .5s;}


.crafts p{padding-top:40px; font-size:18px; text-align:left;}
.crafts .main_img{text-align:center; transition:.5S; margin-top:20px;}
.crafts .main_img .main_box img{width:100%; border-radius:0px;}
.crafts .main_img h6{background-color:#789cd8; padding:5px 8px; color:#fff; margin:0px;}
.crafts .main_img p{padding:10px; text-align:left; font-size:14px; height: 150px;}

.event .tz-gallery:hover P{background-color:#789cd8; transition:.5S; color:#fff; border-radius:0px;}
.event .tz-gallery{ text-align:center; transition:.5S;}
.event .tz-gallery h6{background-color:#789cd8; padding:5px 0px; color:#fff; margin:0px;height: 67px;}
.event .tz-gallery p{padding:10px; text-align:left; font-size:14px; height: 124px;}
.baguetteBox-button#previous-button:focus, .baguetteBox-button#next-button:focus, .baguetteBox-button#close-button:focus{outline:none;}
.tz-gallery {
    padding: 0px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {

}

.tz-gallery .lightbox img {
    width: 100%;
	border-radius:14px 0px;
	height:auto;
    position: relative;
}

/*.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 50px;
    font-family:"Font Awesome 5 Free";
    content: "\f066";
	font-weight: 900;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}




.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}*/

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

   .searchbar{
    /*margin-bottom: auto;
    margin-top: auto;
    height: 50px;
    width: 50px;
    background-color: #353b48;
    left: -10px;
    padding: 10px;*/
    border-radius: 30px;
    position: relative;
    }

    .search_input{
    color: #000;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 36px;
    transition: width 0.4s linear;
    position: absolute;
    top: -26px;
    right: -30px;
    /*z-index:1000;*/
    /*cursor: pointer;*/
    opacity: 0.2;
    }
/*.searchbar:hover input::-ms-placeholder{
	opacity: 0;
	width: 0;
}*/
 .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 376px;
    caret-color: white;
    caret-width:2px;
    transition: width 0.4s linear;
  /*  background-color: #353b48;*/
  background-color:#fff;
 	    border-radius: 30px;
 	    opacity: 1;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }
    .search_icon{
    height: 35px;
    width: 35px;
    position: absolute;
    top: -21px;
    left: 0px;
    /*float: right;*/
    left-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
        margin-top: -5px;
    margin-left: -4px;
    background-color: #000;
    border: none;
    }






.overlay {
  height: 87%;
  width: 0;
  position: fixed;
  z-index: 10101;;
  top: 100px;
  left: 0;
  background-color: #ffffff;
  /*background-image: url(../images/bgs.png);*/
  overflow-x: hidden;
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

.overlay-content {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: left;
 /* padding-left: 90px;*/
  margin-top: 30px;
  transition: 0.5s;
   }
.overlay-content a{
	font-size: 18px;
}
.overlay a {
  padding: 10px 30px;
  line-height: 33px;
  text-decoration: none;
  font-size: 17px !important;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  display: block;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/*.overlay a:after{
	background: rgb(120,156,216);
	content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
     width: 0;
   height: 33px;
     -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}*/
.overlay a:hover{
	 color: #000;
}
/*.overlay a:hover:after{
	 right: 0;
	 left: 0;
	 color: #fff;
}*/
.overlay a.closebtn{
	position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  width: 56px;
  height: 45px;
  line-height: 26px;
  padding: 12px;
  border-radius: 5px;
}
.overlay a.closebtn:hover{
	background: rgb(120,156,216);
}


/*.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
  background: rgb(120,156,216);
}*/

.overlay .closebtn {
 /* position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  width: 56px;
  height: 50px;
  line-height: 24px;*/
}
/*.overlay span.toggle_btn{
	font-size:47px;
	cursor:pointer
}*/

/*@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  width: 41px;
  height: 45px;
  }

}*/


/*#navbar{
  overflow: hidden;
  padding: 10px 0px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}*/
header{
	background-color: rgba(120,156,216);
	/*padding: 10px 0px;*/
}

#modalOverlay {
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 99999;
            height: 100%;
            width: 100%;
    }
.modalPopup {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            width: 50%;
            padding: 20px;
            -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    }
.modalContent {padding: 0 2em;}
.modalContent h4{font-size: 30px;}
.modalContent .donation_c{background-color: #789bd8; padding: 5px 20px; border-radius: 25px; font-size: 18px; float: left; color: #fff;}
.buttonStyle{
  float: right;
  border: navajowhite;
  padding: 5px 20px;
  border-radius: 25px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
}

header ul .donate a{
  height: auto;
    width: auto;
    background: #fff;
    padding: 3px 19px;
    border-radius: 25px;
    line-height: unset;
    color: #789bd8;
    font-size: 19px;
    text-decoration: none;
    margin-left: 38px;
} 

header ul{padding: 32px 0px; margin: 0px;}

header ul li{
	margin: 0 5px;
}
header ul li a{
	background: #ccc;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	-webkit-transition:  0.9s ease-in-out;
  -moz-transition:  0.9s ease-in-out;
  -o-transition:  0.9s ease-in-out;
  transition:  0.9s ease-in-out;
}

header ul li:hover:nth-child(1) a,
header ul li:hover:nth-child(2) a,
header ul li:hover:nth-child(3) a,
header ul li:hover:nth-child(4) a,
header ul li:hover:nth-child(5) a{
	background: #fff;
}
header ul li:nth-child(1) a{
	    background: radial-gradient(circle at 30% 107%, #fdf497 0%, 
	    	#fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
header ul li:nth-child(2) a{
	background: #3b5998;
}
header ul li:nth-child(3) a{
	background: #0087da;
}
header ul li:nth-child(4) a{
	background: red;
}
header ul li:nth-child(5) a{
	background: #3498db;
}
header ul li a i{
	font-size: 22px;
}
header ul li a i{
	color: #fff;
	/*transform: rotateY(360deg);*/
	transition: transform .5s;
}
header ul li:hover a i{
	color: #0077b5;
	transform: rotateY(180deg);
}

.ourpro_g .carousel-caption {
    bottom: 0px;
    left: -50%;
    right: -50%;
    transform: translate(0, 0%);}

/*=====================slider-start======================*/
#slider{ position: relative; 
}
#slider .carousel-item .carousel-caption{
	/*transform: translateY(-50%);*/
/*	bottom: initial;*/
 	bottom: 0px;
	background: rgb(255 255 255 / 94%);
	/*max-width: 700px;*/
	width: 100%;
	left: 0px;
	position: absolute !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #789cd8;
}
#slider .carousel-indicators.sld{
	bottom: -50px;
}


#slider .carousel-item .carousel-caption h1{
	margin-top: 10px;
	font-size: 25px;
	text-align: left;
	margin-left: 30px;
}


.carousel-control-next, .carousel-control-prev{
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.9);
}
#slider .carousel-indicators li{
	width: 15px;
	border-radius: 50%;
	height: 15px;
	background-color: rgba(0,0,0,.9);
	/*margin: 0 5px;*/
	opacity: .7;
}
#slider .carousel-indicators li:hover{
	opacity: 1;
}
#slider nav{
	background-color: rgba(120,156,216);
}
#slider nav ul{
	margin: 0; padding: 0;
}
#slider nav ul li a{
	font-size: 20px;
	font-weight: 300;
	    padding: 10px 0px;
    margin: 0px 20px;
}

/*=====================MANIFESTATION-TO-SOCI=======================*/
#mani{
	margin: 60px 0;
}
#mani h2{
	padding: 20px 0;
	/*font-size: 36px*/
}
#mani p{
	font-size: 16px;
	text-align: left;
}
#mani img{
	padding:  4px;
	border:1px solid #ccc;
	/*width: 100%;
	display: block;*/
	height: 400px;
}
#mani .our{
	margin-top: 10px;
}
#mani .our p{
	color: #024a83;
	font-size: 14px;
	text-align: left;
}

/*===========================succes-stories=========================*/
#succes{ 
	margin-bottom: 60px; 
  background-color: #789cd8;
  padding: 30px 0px;
}
#succes h3{
	font-size: 30px;
	position: relative;
  color: #fff;
}
#succes h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#succes h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#succes #bg_crousle{
	margin-top: 40px;
	background-color: rgb(120,156,216);
	position: relative;
}
#succes #bg_crousle .img_Box{
	max-width: 100%;
	display: block;
	max-height: 387px;
	object-fit: cover;
}
#succes #bg_crousle .number{
	position: absolute;
	left: -90px;
	top: 40px;
}
#succes #bg_crousle .number h2{
	font-size: 100px;
}
#succes #bg_crousle .number h2:after{
	content: '';
	/*border-right: 1px;*/
	border:#000 solid;
	border-width: 1px;
	margin-left:10px;
}
#succes #bg_crousle p{
	color: #212121;
	font-size: 15px;
	text-align: left!important;

}
#succes #bg_crousle .owl-theme .owl-nav{
	display: none;
}
#succes #bg_crousle .owl-theme .owl-dots, .owl-theme .owl-nav{
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}
#succes #bg_crousle .owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
	background-color: #fff;
}
#succes #bg_crousle .owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot:focus{
	outline: none;
	border: 2px solid rgb(120,156,216);
}

/*=====================program-strat=======================*/
#program{
	overflow: hidden;
	padding-top: 60px;
}
#program h3{
	font-size: 30px;
	position: relative;
	bottom: 20px;
}
#program h3::before{
	/*content: '';*/
	/*position: absolute;*/
	/*top: 50px;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*width: 150px;*/
	/*height: 3px;*/
	/*background-color: #ccc;*/
}
#program h3::after{
	/*content: '';*/
	/*position: absolute;*/
	/*top: 48px;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*width: 40px;*/
	/*height: 4px;*/
	/*background-color: #000;*/
}
#program .bg_program{
	/*background-color: rgba(120, 156, 216, 0.17);*/
	border-radius: 150% 150% 0% 0%;
	padding-top: 2em;
	padding-bottom: 3em;
}
#program .bg_program .img_Bx{
	/*width: 230px;*/
	max-height: 350px;
}
#program .bg_program .img_Bx a img{
	max-width: 196px;
	/*margin:auto;*/
	/*height: calc(180px + 50px);*/
	/*box-shadow: 0 5px 10px rgba(0,0,0,.5);*/
	border: 2px solid #fff;
	padding: 0px;
	transition: all .5s;
	object-fit: cover;
}
#program .bg_program .img_Bx a:hover:nth-child(1) img{
	/*border: transparent;*/
	border-color: rgba(120,156,216);
	transition: .5s;
	border-width: 2px;
}
#program .bg_program h5{
	color: #000000;
	/*padding-left: 16px;*/
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
}

/*=================Footer-start============================*/
footer{
	background-color: #789cd8;

}
footer .foot_Bx{
	/*padding: 20px 0px;*/
	padding: 4em 0 3em;
}
footer .foot_Bx h4{
	color: #fff;
	font-weight: 701;
	padding-bottom: 10px;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
}
footer .foot_Bx p{
	color: #fff; 
	line-height: 18px;
	letter-spacing: .5px;
	font-family: 'Oxygen', sans-serif;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left!important;
}
footer .foot_Bx a{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Oxygen', sans-serif;
}
footer .foot_Bx span{
	font-size: 12.5px;
	font-weight: 500;
	display: block;
	padding: 5px 0px;
	/*line-height: 19px;*/
	color: #fff;
	font-family: 'Oxygen', sans-serif;
}
footer .foot_Bx2{
	/*padding: 20px 0px;*/
	text-align: center;
	padding: 4em 0 3em;
}
footer .foot_Bx2 h4{
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 701;
	font-family: 'Oxygen', sans-serif;
}
footer .foot_Bx2 h4.get2 {
    padding-left: 0px;
    margin-left: 0px;
}
footer .foot_Bx2 h4.get{
    padding-left: 0px;
}
footer .foot_Bx2 nav{
	text-align: center;
}
footer .foot_Bx2 nav ul{
	/*width: 180px;
	width: calc(120px + 60px);*/
	margin:auto;
	width: max-content;
	padding-top: 7px;

}
footer .foot_Bx2 nav ul li{
	list-style-type: none;
	text-align: left;
	/*margin-left: 38px;*/
	margin-bottom: 5px;
}
footer .foot_Bx2 nav ul li a{
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
	font-size: 14px;
}
/*footer .foot_Bx2 nav ul li:hover a{
	color: rgb(120,156,216);
	margin-left: 10px;
}*/
/*footer .foot_Bx img{
	    width: 302px;
    height: 70px;
     object-fit: contain; 
    min-width: 180px;
    object-fit: cover;
}*/
footer .foot_Bx ._2lqg{
	 background: #f5f6f7;
    border: 1px solid #ebedf0;
    border-top: 0;
    overflow-y: auto;
}
footer .foot_Bx ._2lqg>div{  
box-sizing: border-box;
    height: 100%;
    position: relative;
    width: 100%;
}
footer .foot_Bx ._2lqg>div ._2hkj>div {
    height: 100%;
    position: relative;
    width: 100%;
}
footer .foot_Bx ._2lqg>div ._2hkj ._2ph-{
	padding: 8px;
}
footer .foot_sec{
	background: #121517;
	text-align: center;
	padding: 5px 0;
}
footer .foot_sec span{
	color: #999;
    line-height: 1.8em;
    word-spacing: 0.1em;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    color: #c5c5c5;
}
footer .foot_sec span a{
	text-decoration: none;
	color: #fff;
    -webkit-transition: all  0.5s ease-out;
  -moz-transition: all  0.5s ease-out;
  -o-transition: all  0.5s ease-out;
  transition: all  0.5s ease-out;
  display: contents;
  font-weight: 600;
  
}
footer .foot_sec span a:hover{
	color: rgb(120,156,216);
}

/*=========================about-Us-strat==========================*/
#about{
	margin: 60px 0;
}
#about h3{
	font-size: 30px;
	position: relative;
}
#about h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#about h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#about p{
	margin-top: 45px;
	font-size: 16px;
	text-align: left!important;
/*	padding:15px;
	border: 2px solid rgb(120,156,216);
	box-shadow: 0 5px 10px rgba(0,0,0,.5);*/
}
#about figure{
	/*padding-top: 40px;*/
	overflow-x: hidden;
	margin-top: 50px;
	transform: skewY(180deg);
	transition: .5s all ease-in-out;
}
/*#about figure{
	box-shadow: -8px -8px 0px -3px rgb(120,156,216),
	             0 10px 20px rgba(0,0,0,0.5);
	             transition: all ease-out .5s;
}*/
#about figure:after{
	transition: opacity .3s ease-in-out;
}
/*#about figure:hover:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 0px -12px 0px 5px rgb(120,156,216);
	width: 94%;
	transform: skew(20px);
	transition: .5s all ease-out;
	opacity: 1;
}*/
/*#about figure:hover figcaption img{
	box-shadow: 11px 8px 0px 0px rgb(120,156,216);
	transition: all ease-out .5s;
}*/
#about figure figcaption img{
	width: 100%;
	/*height: 520px;*/	
	/*height: 458.5px;*/
	
}
/*#about figure:hover figcaption img{
	border: 1px solid rgb(120,156,216);
}*/

/*========================OUR-PRODUCTS============================*/

#our{
	margin: 60px 0;
}
#our h3{
	font-size: 30px;
	position: relative;
}
#our h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#our h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#our p{
	padding-top: 40px;
	font-size: 18px;
	text-align: center;
}
#our .Bx_img{
	max-width: 350px;
	margin-top: 40px;
	background-color: rgba(0,0,0,0.5);
	
}
#our .Bx_img a{
	display: block;
	/*box-shadow: 16px 14px 5px rgba(0,0,0,.5);*/
	transition: all ease-out 0.3s;
}
#our .Bx_img:hover a{
	/*box-shadow: -16px 14px 5px rgb(120,156,216);
	box-shadow: -16px 14px 5px rgba(0,0,0,.5)*/
}

/*#our .Bx_img:hover img{
	transform: scale(-1) rotate(180deg);
	transition: transform 1s;
	opacity: 0.5;
}*/
#our .Bx_img img{
	width: 100%;
	transform: scale(1) rotate(360deg);
		opacity: 1;
	
}
#our .Bx_img img.men{
	max-height: calc(235px + 50px);
	width: 100%;
	display: block;
}
#our h6{
	font-size: 24px;
	padding: 25px 0px;
}

/* =============================Our-Programs=================== */
#our_prog{
	margin: 60px 0;
}
#our_prog h3{
	font-size: 30px;
	position: relative;
}
#our_prog h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#our_prog h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#our_prog .box h4{
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 75px;
	position: relative;
	width: 70%;
	border-bottom: 2px solid #ffc107;
	/*display: inline-block;
	text-decoration: underline solid #ffc107;*/
}
#our_prog .box h4.bor2{
	width: 50%;
	border-bottom: 2px solid #ffc107;
	text-transform: uppercase;
}
#our_prog .box h4.bor3{
	width: 88%;
	border-bottom: 2px solid #ffc107;
}
#our_prog .box h4.bor4{
	width: 85%;
	border-bottom: 2px solid #ffc107;
}
#our_prog .box h4.bor5{
	width: 87%;
	border-bottom: 2px solid #ffc107;
}

/*#our_prog .box h4:nth-child(1){
	width: 70%;
	border-bottom: 2px solid #ffc107;
}
#our_prog .box h4:nth-child(2){
	width: 50%;
	border-bottom: 2px solid #ffc107;
}

#our_prog .box h4:nth-child(3){
	width: 80%;
	border-bottom: 2px solid #ffc107;
}
#our_prog .box h4:nth-child(4){
	width: 85%;
	border-bottom: 2px solid #ffc107;
}
#our_prog .box h4:nth-child(5){
	width: 87%;
	border-bottom: 2px solid #ffc107;
}*/

#our_prog .box{
	max-width: 348px;
	min-height: 348px;
}
#our_prog .image-box {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    overflow: hidden;
}
#our_prog .box img{
	width: 100%;
	display: block;
	object-fit: cover;
	position: relative;
	min-height: inherit !important;
}
#our_prog .box img.health{
	min-height: 348px;
}
#our_prog .box_rt{
	margin-top: 40px;
	max-width: 620px;
	min-height: 350px;
}
#our_prog .box_rt:before{
	content: '';
	position: absolute;
	left: 40px;
	height: 93%;
	border-left: 1px solid #ffc107;
}
#our_prog .box_rt img{
	width: 100%;
	display: block;
	
}
#our_prog .box_rt cite {
	color: #00357a;
	font-size: 1.4em;
	padding: 10px 0;
	text-transform: capitalize !important;
	text-align: left;
}
#our_prog .box_rt cite small{
	display: inline-block;
	font-size: 60%;
}

/*=============================Our-Partners=====================*/
#our_Partner{
	margin: 60px 0;
}
#our_Partner h3{
	font-size: 30px;
	position: relative;
}
#our_Partner h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#our_Partner h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#our_Partner .BoX_img{
	margin-top: 40px;
	max-width: 150px;
	min-height: 15px;
}
#our_Partner .BoX_img img{
	width: 100%;
	display: block;
	height: 100%;
}

/*=======================Events-&-Gallery========================*/
#events{
	margin: 60px 0;
}
#events h3{
	font-size: 30px;
	position: relative;
}
#events h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#events h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#events .card{
	max-height: 500px;
	position: relative;
	background-color: transparent;
	overflow: hidden;
}
#events .card h5.card-title{
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
#events .card p.card-text{
 text-align: left;
}
#events .card a img{
	height: 330px;
	width: 100%;
	display: block;
	object-fit: cover;
	transition: transform .5s;
	transform: scale(1) rotate(360deg);
}
#events .card a img.photo_boot{
	object-fit: none;
}
/*#events .card a img:hover{
	transform: scale(.5, .5) rotate(0deg);
	transition: transform .5s;
	border-radius: 50%;
}*/
#events .event_Bx{
	/*box-shadow: 0 2px 5px rgba(0,0,0,.5);*/
  border-radius: 0px;
	height: calc(355px + 50px);
}
#events .event_Bx:hover{
	/*box-shadow: 0 5px 10px rgba(0,0,0,.5);*/
	transition: .5s;
}

.event .main_box{height: 190px; overflow: hidden;}

/*====================SUCCESS-STORIES===========================*/
#success{
	margin: 60px 0;
}
#success h3{
	font-size: 30px;
	position: relative;
}
#success h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#success h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#success figure{
	margin-top: 80px !important;
}
#success h4{
	font-size: 16px;
}
#success p.asha{
	text-align: left;
}
#success .card.Bx_lf{
	margin-top: 80px !important;
	/*border-top: none;*/
}
#success .card h2{
	font-size: 1.25rem;
	color: #262626;
}
/*#success .media{
	border-left: 1px solid #ccc;
	padding-left: 12px;
	border-bottom: 1px solid #ccc;
}*/
#success .media img{
	max-width: 100px;
}
#success .media .media-body h5{
	font-size: 1rem;
	color: #262626;
}
#success .media .media-body a:focus{
	outline: none;
}
#success .media .media-body a p{
	color: #000;
	font-size: 14px;
	text-align: left;
	padding: 10px;
}
#success .media .media-body .collapse{
	text-align: left;
	padding: 10px;
}
#success .media .media-body a.read:focus{
	outline: none;
	padding: 5px 10px; 
	background-color: #262626;
	color: #fff;
	border-radius: 5px;
}

.img-thumbnail{border: none; border-radius: 0px;}
.card{border-radius: 0px;}

/*===========================CONTACT=============================*/
#contact{
	margin: 60px 0;
}
#contact h3{
	font-size: 30px;
	position: relative;
}
#contact h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#contact h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#contact figcaption{
	/*max-width: 1400px;
	height: 100%;*/
	overflow: hidden;
	margin-top: 40px;
/*	box-shadow:0 7px 10px rgba(0,0,0,0.5);*/
	transition: all ease-out .5s
}
#contact figcaption img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 4px; 
	border-radius: 4px;
	border: 1px solid #ccc ;
}
#contact .box_A1{
	background-color: rgb(120,156,216);
}
#contact .box_A1 address{
	padding: 40px 50px;
	margin-top: 40px;
}
#contact .box_A1 address ul{
	list-style-position: outside;
}
#contact .box_A1 address ul li{
	padding: 15px 0;
}
#contact .box_A1 address ul li a{
	text-decoration: none;
}
#contact .box_A1 address ul li p{
	width: 300px;
    vertical-align: top;
}
#contact .box_A1 address ul li span{
	margin: 0 10px;
}

/*#leave .form-control{
	font-weight: 700;
}*/
#leave ::placeholder { /* Microsoft Edge */
    font-weight: 700
}
/*#leave input[type="text"]:focus{
	border-color: rgb(120,156,216);
	box-shadow: 0 0 0 .2rem rgba(120,156,216,.25);
}
#leave textarea:focus{
	border-color: rgb(120,156,216);
	box-shadow: 0 0 0 .2rem rgba(120,156,216,.25);
}*/

#leave form button.btn{
	text-align: center;
	display: flex;
	margin: 20px auto;
}

/*========================GET-INVOLVED===========================*/
#get{
	margin: 60px 0;
}
#get h3{
	font-size: 30px;
	position: relative;
}
#get h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#get .lf_Bx p{
	text-align: left;
}
#get h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#get .involve{
	margin-top: 60px;
}
#get .btn_A1 a{
	text-decoration: none;
	background-color: #000080;
	color: #fff;
	padding: 5px 7px;
	border-radius: 2px;
    font-size: 12px;
    border: transparent;
}
#get .btn_A1 a:hover{
	border: 1px solid #ccc;
	border-radius: 4px;
	border: transparent;
}
#get img.involved{
	width: 350px;
}
#get h6{
	color: #000;
	font-weight: 500;
}

/*===================Our-Leadership-Team=======================*/
#our_leader{
	margin: 60px 0;
}
#our_leader h3{
	font-size: 30px;
	position: relative;
}
#our_leader h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#our_leader h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#our_leader p{
	text-align: left;
}
#our_leader .Bx_leader{
	max-width: 340px;
}
#our_leader .Bx_leader img{
	width: 340px;
}

/*=========================GET-INVOLVED========================*/
#involved{
	margin: 60px 0;
}
#involved h3{
	font-size: 30px;
	position: relative;
}
#involved h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#involved h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#involved p{
	text-align: left;
}


/*=========================OUR-PROJECTS========================*/
#projects{
	margin: 60px 0;
}
#projects h3{
	font-size: 30px;
	position: relative;
}
#projects h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#projects h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#projects p{text-align: left;}
/*#projects .main_box{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); border-radius: 10px;}*/
#projects .main_box .main_img img{width: 100%; border-radius:0px;}
#projects .main_box .text_main{padding: 15px 15px 0px 15px;}
#projects .main_box .text_main a{display: inline-block; padding: 5px 10px; text-align: right; vertical-align: bottom; text-decoration: none; color: #789cd8; transition: .5s;}
#projects .main_box .text_main a:hover{background-color: #789cd8; color: #fff; transition: .5s;}
#projects .main_box .text_main p.pro_p{height: 170px;}
#projects .main_box .text_main p{margin-bottom: 0px;}

/*========================HOW-WE-WORK=====================*/
#how_we{
	margin: 60px 0;
}
#how_we h3{
	font-size: 30px;
	position: relative;
}
#how_we h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#how_we h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#how_we .we_work{
	padding-top: 40px;
}
#how_we p{
	text-align: left;
	padding-top: 40px;
}
#how_we .BoX_img{
	background-color: #fff;
	margin-bottom: 15px;
}
#how_we .BoX_img img{
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

/*========================WHERE-WE-WORK===================*/
#where{
	margin: 60px 0;
}
#where h3{
	font-size: 30px;
	position: relative;
}
#where h3::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #ccc;
	display: none;
}
#where .carousel-caption.d-none.d-md-block {
    background: #ffffffe3;
    padding: 5px 0px;
}
#where .carousel-caption.d-none.d-md-block h5{
    mmargin-bottom: 0 !important;
    color: #000;
}
#where h3::after{
	content: '';
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	display: none;
}
#where p{
	text-align: left;
}
#where ul{
	list-style-position: inside;
	margin-top: 5px;
}
#where .Bx_img{
	background-color: #fff;
}
#where .Bx_img img{
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

#where .carousel-caption{
    right: 0;
    left: 0;
    bottom: 0;
}


/*=========================carousle-strat=================*/
#work_we{
	/*background: #010615;*/
	margin-bottom: 60px;
}
#work_we .carousel-indicators.we_mt{
	bottom: -50px;
	overflow: hidden;

}
#work_we .carousel-inner button{
	/*display: none;*/
	z-index: 01;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 10%;
	cursor: pointer;
	background: #ccc;
	padding: 10px 15px;
	outline: none;
	border: none;
	border-radius: 4px;
	transform: translateY(-20px);
	transform-origin: top;
	transition: 0.5s;
}
#work_we .carousel-inner:hover button{
	/*display: block;*/
	opacity: 1;
	transform: translateY(0px);
}

#work_we .carousel-inner:hover .carousel-item h5{
	display: block;
	opacity: 1;
	transform: translateY(0px);
	transition: .5s;
}



#work_we .carousel-control-next.seccon, .carousel-control-prev.seccon{
    top: 50%;
    /*left: 25%;*/
    margin: 0 320px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.9);
}
/*#work_we .carousel-control-prev, .carousel-control-next{
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.9);
}*/
#work_we .carousel-indicators li{
	height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    display: inline-block;
}

html {
  scroll-behavior: smooth;
}










@media only screen and (max-width: 1940px){
	#work_we .carousel-control-next.seccon, 
	.carousel-control-prev.seccon{
	margin: 0 580px;
}
	#our_prog .box img.health{
	min-height: 348px;
}
#our_prog .box img.health_2{
	min-height: 348px;
}
}

@media only screen and (max-width: 1710px){}

@media only screen and (max-width: 1600px){
/*	#our_prog .box img.health{
	min-height: 300px;
}
#our_prog .box img.health_2{
	min-height: 300px;
}*/
#work_we .carousel-control-next.seccon, 
.carousel-control-prev.seccon{
	margin: 0 400px;
}
}

@media only screen and (max-width: 1440px){
	#work_we .carousel-control-next.seccon, 
	.carousel-control-prev.seccon{
	margin: 0 320px;
	/*height: 50px;
	width: 50px;
}*/
}

@media only screen and (max-width: 1200px){
	#contact .box_A1 address ul li p {
    width: 240px;
    vertical-align: top;
    margin-left: 30px;
    margin-top: -25px;
}
#mani h2{
		font-size: 30px;
	}
#about figure figcaption img{
	height: 383px;
}
#our_prog .box h4{
	width: 85%;
}
#our_prog .box h4.bor2{
	width: 60%;
}
#our_prog .box h4.bor3 {
	width: 96%;
}
#our_prog .box h4.bor4{
	width: 60%;
}
#our_prog .box h4.bor4{
	width: 60%;
}
#our_prog .box h4.bor5{
	width: 78%;
}
#our_prog .box img.health {
    min-height: 300px;
}
#our_prog .box img.health_2 {
    min-height: 300px;
}
#our_prog .box_rt:before{
	left: -2px;
}

}

@media only screen and (max-width: 1180px){
	#about figure figcaption img{
		width: 100%;
		height: auto;
		display: block;
	}
#about figure figcaption img{
	height: 383px;
}

}
@media only screen and (max-width: 1024px){
	#mani h2{
		font-size: 30px;
	}
#our_prog .box h4{
	font-size: 26px;
	 width: 74%;
}
#our_prog .box h4.bor2 {
    width: 53%;
}
#our_prog .box h4.bor3 {
    width: 90%;
}
#our_prog .box h4.bor4{
	width: 90%;
}
#our_prog .box h4.bor5{
	width: 90%;
}

}
@media only screen and (max-width: 992px){
	#work_we .carousel-inner .carousel-item h5{
		padding: 15px;
		left: 30%;
	}
	#work_we .carousel-control-next.seccon, 
	.carousel-control-prev.seccon{
		margin: 0 250px;
	}
#succes #bg_crousle p{
	font-size: 11px;
}	
	#our_prog .box h4 {
    font-size: 26px;
    width: 100%;
}
#our_prog .box h4.bor2 {
    width: 72%;
}
#our_prog .box h4.bor4 {
    width: 71%;
}
#our_prog .box h4.bor5 {
    width: 93%;
}	
	#contact .box_A1 address ul li p {
    width: 180px;
    font-size: 15px;
}
#contact .box_A1 address ul li{
	width: 190px;
}
#contact .box_A1 h2{
	font-size: 19px;
}

#events .card{
	margin-bottom: 3rem;
}
#slider .carousel-item .carousel-caption h1{
	font-size: 24px;
}
footer .foot_Bx2 nav ul.suc{
	margin-left: 0px;
}
footer .foot_Bx2 h4.get{
 padding-right: 0px;
 text-align: left;
}
footer .foot_Bx2 nav ul li{
	margin-left: 0px;
}

footer .foot_Bx2{
	padding-bottom: 0px;
}
footer .foot_Bx{
	padding-bottom: 0px;
}
#mani h2{
		font-size: 22px;
	}
footer .foot_Bx2 h4.get2{
	padding-right: 32px
}
/*#get img.involved{
	width: 350px;
}*/
#our_prog .box img.health{
	min-height: 216px;
}
#our_prog .box img.health_2{
	min-height: 216px;
}
#our_prog .box_rt:before{
	left: -2px;
}
.social_nav ul li a{
	width: 26px;
	height: 28px;
	line-height: 31px;
}
.social_nav ul li a i{
	font-size: 18px;
}
.social_nav ul li:nth-child(5) a{
	width: 26px;
	height: 28px;
}


header ul li a{
	width: 26px;
	height: 28px;
	line-height: 31px;
}
header ul li a i{
	font-size: 18px;
}
header ul li:nth-child(5) a{
	width: 26px;
	height: 28px;
}
.search_icon{
	margin-left: -2px;
}
.searchbar:hover > .search_input {
	width:271px;
}
.search_input{
	line-height: 28px;
}
#about figure figcaption img{
	height: auto;
	width: 100%;
	display: block;
}

}

@media only screen and (max-width: 800px){}

@media only screen and (max-width: 768px){
	/*#slider .carousel-item{height: 83vh !important;}
	#slider .carousel-item .w-100{height: 100% !important;}*/
	#projects .main_box .text_main p.pro_p{font-size: 13px; height: 55px;}
.searchbar:hover > .search_input {
width: 250px;
margin-top: 4px;
height: 38px;
}	
	#work_we .carousel-control-next.seccon, 
	.carousel-control-prev.seccon{
		margin: 0 200px;
	}
	#contact .box_A1 address{
		padding: 40px 20px;
	}
	#contact .box_A1 address ul li p{
		width: 0 auto;
		text-align: left;
		word-spacing: 0px;
		margin-left: 0px; 
		vertical-align: top;
		margin-top: 0px;
	}
	#contact .box_A1 address ul li{
	width: auto;
	margin-left: 0px;
}
/*#contact .box_A1 address ul li span:nth-child(2) i{
	margin-left: 0px !important;
}*/
#mani h2{
	font-size: 28px;
}
#mani img{
	width: 100%;
	height: 100%;
}
/*#succes #bg_crousle{
	min-height: 100vh;
}
*/
#succes #bg_crousle .number h2{
	font-size: 65px;
}
#succes #bg_crousle .number{
	left: 16px;
	top: 50px;
	padding-top: 140px;
	/*top: 0;
	padding-top: 0px;*/

}
#succes #bg_crousle p{
    padding-top: 0px;
	padding-left: 70px;
    text-align: left!important;
}
.owl-item h4{
	padding-top: 140px;
	padding-left: 70px;
	/*padding-top: 0px;*/
}
#program .bg_program .img_Bx a img{
	margin: 0 auto;
	display: flex;
}
#program .bg_program h5{
	text-align: center;
}
footer .foot_Bx p{
	text-align: left;
}
footer .foot_Bx2 nav ul.quick{
	padding-left: 10px;
}
footer .foot_Bx2 h4.get{
 padding-right: 22px;
 text-align: center;
}
footer .foot_Bx2 nav ul.suc{
	 margin: auto;
	/*margin-left: 0px;*/
	padding-left: 20px;
}
footer .foot_Bx2 h4.get2{
 padding-right:  20px;
}
#about figure figcaption img{
	height: auto;
}
#get .lf_Bx p{
	text-align: left;
}
/*#events .card a img:hover{
		margin-left: 20%;
	}*/
#our_prog .box img.health{
	min-height: 350px;
}
#our_prog .box img.health_2{
	min-height: 332px;
}
#our .Bx_img{
	margin: 0 auto;
}
#our_Partner .BoX_img{
	margin: 0 auto;
}
#our_prog .box h4.bor2 {
    width: 45%;
}
#our_prog .box h4.bor3 {
    width: 76%;
}
#our_prog .box h4.bor4 {
    width: 74%;
}
#our_prog .box h4.bor5 {
    width: 98%;
}
#slider nav ul li a{
	font-size: 19px;
}
#our_prog .box_rt:before{
	border:none;
}
.social_nav{
	background-color: rgba(120,156,216);
}
.social_nav ul li:nth-child(5) a {
    width: 38px;
    height: 38px;
}



}
@media only screen and (max-width: 720px){
	/*#slider .carousel-item{height: auto !important;}
	#slider .carousel-item .w-100{height: auto !important;}*/
	footer .foot_Bx2 h4.get2 {
    padding-right: 29px;

}
	footer .foot_Bx2 nav ul.suc{
		margin: auto;
	}
	footer .foot_Bx2 h4.get{
 	text-align: center;
}

footer .foot_Bx2 nav ul.quick{
	padding-right: 10px;
}

}
@media only screen and (max-width: 640px){
	footer .foot_Bx2 nav ul.suc{
		margin: auto;
	}
footer .foot_Bx2 h4.get{
 text-align: center;
}
footer .foot_Bx2 h4.get2 {
    padding-right: 25px;
}
#slider nav ul li a {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0px;
    margin: 0px 12px;
}

}

@media only screen and (max-width: 576px){
  .bott_i .searchbar:hover > .search_input{width: 222px;height: 37px;}
  .bott_i .search_input{top: -31px;}
  #mani{margin: 4px 0px;}
  footer .foot_Bx2 h4.get2{margin-left: 0px;}
  footer .foot_Bx2 nav ul.quick{padding-left: 0px; margin:inherit;}
  footer .foot_Bx2{text-align: left!important;}
  footer .foot_sec span{font-size: 12px;}
  .overlay{height: 90%; top: 70px;}
  header .bott_i{padding: 15px 0px;}
	#projects h3{font-size: 28px;}
	#projects h3::after{top: 35px;}
	#projects h3::before{top: 37px;}
	.overlay a:hover:after{background-color: transparent; right: unset; left: unset;}
	#return-to-top{bottom: 70px !important;}
	#success .card.Bx_lf{padding-top: 10px !important;}
	#projects .main_box .text_main{text-align: center;}
	#projects .main_box .text_main p.pro_p{text-align: left; height: auto; margin-bottom: 10px;}
	#projects .main_box .text_main p{text-align: left; margin-bottom: 10px;}
	#projects .main_box .main_img img{border-radius: 10px 10px 0px 0px;}
	.crafts h3{font-size:21px !important;}
	#success .media .media-body a p{font-size: 10px; padding-left: 0px; margin-bottom: 05px;}
	.media_b img{margin-bottom: 10px; margin-top: 0px;}
	.media_b .media-body{margin-top: 0px !important;}
	.leader_2:first-child{border: none !important;}
	.leader_2{display: block; margin: auto; text-align: center; padding-top: 20px; border-top: 1px solid #dee2e6!important;}
	.leader_4, .leader_n1{display: none !important;}
	#our_leader h4{margin-top: 5px !important;}
	.ourpro_g{width: auto; height: auto;}
	.ourpro_g .carousel-caption{bottom: 2px;}
	.text-center b{padding-top: 15px; display: inline-block;}
/*	#succes #bg_crousle{
	min-height: 100vh;
}*/
/*.owl-item h4{
	margin-top:3rem;
}*/
/*#succes #bg_crousle .number {
    left: 16px;
    top: 50px;
    padding-top: 120px;
}
.owl-item h4 {
    padding-top: 120px;
    padding-left: 70px;
}*/
footer{
	margin-bottom: 68px;
}
a.lg_a img{
	width: 100px;
	height: 70px;
}
.lg_a{
	/*position: absolute;
	right: 0;
	top: -50px;
	left: 40%;*/
}
.social_nav{
	background-color: rgba(120,156,216);
	position: fixed;
	bottom: 0;

}

.social_nav ul .donate a{
  height: auto;
    width: auto;
    background: #fff;
    padding: 5px 19px;
    border-radius: 25px;
    line-height: unset;
    color: #789bd8;
    font-size: 18px;
    text-decoration: none;
    margin-left: 38px;
}

.modalPopup {
    width: 100%;
    padding: 10px;
    top: 45%;
  }

.social_nav ul li{
	margin: 0 0px;
}
.social_nav ul li a{
	background: #ccc;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	-webkit-transition:  0.9s ease-in-out;
  -moz-transition:  0.9s ease-in-out;
  -o-transition:  0.9s ease-in-out;
  transition:  0.9s ease-in-out;
  margin-top: 0px;
}

.social_nav ul li:hover:nth-child(1) a,
.social_nav ul li:hover:nth-child(2) a,
.social_nav ul li:hover:nth-child(3) a,
.social_nav ul li:hover:nth-child(4) a,
.social_nav ul li:hover:nth-child(5) a{
	background: #fff;
}
.social_nav ul li:nth-child(1) a{
	    background: radial-gradient(circle at 30% 107%, #fdf497 0%, 
	    	#fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social_nav ul li:nth-child(2) a{
	background: #3b5998;
}
.social_nav ul li:nth-child(3) a{
	background: #0087da;
}
.social_nav ul li:nth-child(4) a{
	background: red;
}
.social_nav ul li:nth-child(5) a{
	background: #3498db;
}
.social_nav ul li a i{
	font-size: 22px;
}
.social_nav ul li a i{
	color: #fff;
	/*transform: rotateY(360deg);*/
	transition: transform .5s;
}
.social_nav ul li:hover a i{
	color: #0077b5;
	transform: rotateY(180deg);
}
#work_we .carousel-inner .carousel-item h5{
		padding: 5px;
		left: 15%;
		font-size: 8px;
		text-align: center;
	}
	#work_we .carousel-inner .carousel-item h5 span{padding: 2px 5px;}
#work_we .carousel-control-next.seccon, 
.carousel-control-prev.seccon{
		margin: 0 141px;
		height: 25px;
		width: 25px;		
	}
#work_we .carousel-control-prev-icon{
	font-size: 13px;
	background-size: 13px;
	margin-top: 15px;
}
#work_we .carousel-control-next-icon{
	background-size: 13px;
	margin-top: 15px;
}
#succes #bg_crousle .number h2{
	font-size: 65px;
}
/*#succes #bg_crousle .number{
	left: 16px;
	top: 50px;
	padding-top: 330px;

}*/
#succes #bg_crousle p{
    padding-top: 0px;
	padding-left: 70px;
    text-align: left;
}
/*.owl-item h4{
	padding-top: 332px;
	padding-left: 70px;
	padding-top: 0px;
}*/

#our_leader .Bx_leader{
	margin: 0 auto;
}
#our .Bx_img{
	margin: 0 auto;
}
#slider nav ul li a{
		font-size: 10px;
		margin: 0 10px;
	}
header ul {
 text-align: center;
}	
.first_pic{
	text-align: left;
}
#mani h2{
	font-size: 28px;
}
footer .foot_Bx2 nav ul.suc{
	margin: auto;
}
footer .foot_Bx2 h4.get{
	text-align: center;
	padding-right: 22px;
}
footer .foot_Bx2 nav ul.quick {
    padding-right: 0px;
}
footer .foot_Bx2 h4.get2 {
    padding-right: 20px;

}
#our_prog .box{
	margin: 0 auto;
}

}

@media only screen and (max-width: 480px){
	.gallery_sec .owl-theme .owl-dots{left:60px !important; bottom:-61px !important; transform: translate(-0%,0%) !important;}
	/*#events .card a img:hover{
		margin-left: 10%;
	}*/
	.carousel-caption{padding-top: 8px; padding-bottom: 0px;}
	#slider .carousel-item .carousel-caption h1{font-size: 10px; margin-top: 3px; margin-bottom: 3px;}
	.carousel-control-next, .carousel-control-prev{display: block; background-color: transparent;}
	#work_we .carousel-control-next.seccon, 
	.carousel-control-prev.seccon{
		margin: 0 100px;
	}
#involved h4{
	font-size: 18px;
	font-weight: 600;
}	
	#slider nav ul li a{
		font-size: 12px;
		margin: 0 5px;
	}
#mani h2{
	font-size: 20px;
}
#succes #bg_crousle .number{
	left: 10px;
	top: 110px;
	padding-top: 0px;
}
#succes #bg_crousle p{
    padding-top: 0px;
	padding-left: 70px;
    text-align: left;
}
.owl-item h4{
	padding-top: 110px;
	padding-left: 70px;
	margin-top: 0px !important;
}
#succes #bg_crousle .owl-theme .owl-dots, #succes #bg_crousle .owl-theme .owl-nav{
	left: 31%;
	transform: translateX(-21%);
}
#our_leader h4{
	font-size: 15px;
	font-weight: 700;
}

}

@media only screen and (max-width: 400px){

	#leave h2{
		font-size: 24px;
	}
#involved h4{
	font-size: 17px;
	font-weight: 600;
}

}

@media only screen and (max-width: 380px){
	.gallery_sec .owl-theme .owl-dots{left:41px !important;}
	.gallery_sec{padding: 20px 0px !important;}
	.gallery_sec .main-image{height: 60vh !important;}
	#events .card a img,#events .event_Bx{height:auto;}
	#events .card{
		margin-bottom: 1rem;
	}
	#events .card a img:hover{
		margin-left: 0px;
	}
#slider nav ul li a {
    font-size: 11px;
    font-weight: 300;
    padding: 8px 0px;
    margin: 0px 1px;
}
#mani h2{
	font-size: 17px;
}
#succes #bg_crousle .number{
	left: 20px;
	top: 0px;
	padding-top: 0px;
}
#succes #bg_crousle p{
    padding-top: 0px;
	padding-left: 70px;
    text-align: left;
}
.owl-item h4{
	padding-top: 0px;
	padding-left: 70px;
	margin-top: 0px !important;
}
/*footer .foot_Bx2 h4.get{
	padding-right: 30px;
}
footer .foot_Bx2 h4.get2{
	padding-right: 32px;
}*/
#involved h4{
	font-size: 15px;
	font-weight: 600;
}
#our_prog .box h4{
	width: 46%;
    font-size: 18px;
}
#our_prog .box h4.bor2 {
    width: 31%;
}
#our_prog .box h4.bor3 {
	/*width: 80%;*/
	width: 48%;
}	
#our_prog .box h4.bor4 {
 	/*width: 75%;*/
 	width: 52%;
}
#our_prog .box h4.bor5 {
	/*width: 76%;*/
	width: 52%;
}
#our_prog .box img.health {
    min-height: 310px;
}
#slider .carousel-item .carousel-caption h1{
	font-size: 8px;
}
.carousel-caption{
	padding: 0;
}

}


@media only screen and (max-width: 360px){
	.gallery_sec .owl-theme .owl-dots{left:34px !important;}
	#events h3{font-size: 22px;}
}
@media only screen and (max-width: 320px){
	#projects h3{font-size: 24px;}
	.crafts h3{font-size:19px !important;}
	.crafts h3::after{top:34px !important;}
	.crafts h3::before{top:36px !important;}
	.gallery_sec .main-image{height: 55vh !important;}
	.gallery_sec .owl-theme .owl-dots{left:14px !important;}
	/*footer .foot_Bx2 h4.get{
		padding-right: 30px;
	}*/
#involved h4{
	font-size: 14px;
	font-weight: 600;
}

}



.form-control{padding: 5px;}



