*{padding: 0;margin: 0;
list-style: none;
text-decoration: none;
}
.d-flax{display: flex;}
.space-between{
	justify-content: space-between;
}

.top-navbar{
    background-color: #28B593;
}
.top-navbar a{
    color: #fff;
    text-decoration: none;

}
.top-info{
	text-align: center;
    align-items: center;
    padding: 5px;
}

.top-navbar a:hover{color: #ccc;}

.navbar1 img{width: 500px;}
.navbar1{padding: 0 !important;}

body {
	scrollbar-3dlight-color: #1664C0;
	overflow-x: hidden;
 
}

.menu{
	width: 100%;
	background: #fff;
	
	border-bottom: solid 2px #fff;
	height: 97px;
	z-index: 100;
}

.fixed {
	position: fixed;
	top:0; left:0;
	width: 100%; 
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
 
 

.menu-bar {
	display: none;
	position: relative;
}
 
.logo{
    width: 30%;
} 

.logo img{
    width: 100%;
}

.main-menu {
	width: 100%;
	height: 100%;
}

.main-menu .main-ul {
	padding-left: 0;
	margin: auto;
	height: 100%;
	width: 60%;
}

.main-menu .main-ul li {
	position: relative;
	height: 100%;
	align-items: center;
	display: flex;
}

.main-menu ul li a {
    text-decoration: none;
    color: #000;
    height: 100%;
    align-items: center;
    display: flex;
    /* font-family: 'Dancing Script'; */
    transition: 0.5s;
    padding: 0px 12px;
}
.main-ul li.active a {
    background: #3e2b7b;
    color: #fff;
}
.main-menu ul li a {
    text-decoration: none;
    color: #000;
    height: 100%;
    align-items: center;
    display: flex;
    /* font-family: 'Dancing Script'; */
    transition: 0.5s;
    padding: 0px 12px;
}


.main-menu .closebtn {
	display: none;
}

.main-menu .main-ul li a:hover {
	color: #28B593;

}

.pre-img img {
	 
	width: 5%;
 }

 .main-menu ul li a i{
	margin-left: 2px;
	font-size: 16px;
	margin-top: 3px;
 }
 

 .img-fluid2{
	height: 154px;
 }

.main-menu .main-ul li .dropdown {
	position: absolute;
	top: 140px;
	width: 200px;
	border-radius: 10%;
	height: 0px;
	padding: 0;
	overflow: hidden;
	z-index: 100;
	background: #fff;
	transition: 0.5s;
}
.main-menu .main-ul li:hover .dropdown {
    height: 165px;
    animation: none;
    transform: translate3d(0px, -43px, 0px);
}

.main-menu .main-ul li>.dropdown li {
	padding: 0%;
	display: block;
	border-bottom: solid 1px #000;
	height: auto;
	color: #000;
}
.email a span i {
    font-family: 'FontAwesome';
}
.main-menu .main-ul li>.dropdown li:hover {
	color: #000;
}






.donate button {
    color: #fff;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3e2b7b;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 100;
    transition: 1s;
    border-radius: 10px;
}

.donate{    margin-top: 25px;}


.donate button a {
	color: #fff;
	text-decoration: none;
	z-index: 1;
	font-family: 'Rubik Distressed';
}

.menu1{justify-content: space-between;}





.donate button::before {
	content: '';
	position: absolute;
	background: #013243;
	width: 0%;
	height: 100%;
	z-index: -1;
	transition: 1s;
	border-radius: 10px;
}


.donate button:hover::before {
	width: 100%;
	left: 0;
}

.top-navbar a label{
	font-size: 18px;
}
.btn-top{
	background-color: #013243;
	padding: 16px 10px;
	/* margin-left: 20px; */
}

.main-ul{justify-content: space-between;}

.donate button::after {
	content: '';
	position: absolute;
	background: #013243;
	width: 0%;
	height: 100%;
	z-index: -1;
	transition: 1s;
	border-radius: 10px;
}


.donate button:hover::after {
	width: 100%;
	right: 0;
}

/* 
.pre-img img{
	width: 46%;
	margin-left: 90px;
} */


.main-menu .main-ul li .dropdown1 {
	position: absolute;
	top: 140px;
	width: 200px;
	border-radius: 0%;
	height: 0px;
	padding: 0;
	overflow: hidden;
	z-index: 100;
	background: #fff;
	transition: 0.5s;
}

.main-menu .main-ul li ul {
    border-radius: 0 !important;
}

.main-menu ul li a:hover {
    background: #3e2b7b;
    color: #fff !important;
}

.main-menu .main-ul li ul li a {
    padding: 8px 5px;
}
.main-menu .main-ul li:hover .dropdown2 {
    /* height: 207px; */
	height: auto;
}

.main-menu .main-ul li .dropdown2 {
	position: absolute;
	top: 140px;
	width: 200px;
	border-radius: 10%;
	height: 0px;
	padding: 0;
	overflow: hidden;
	z-index: 100;
	background: #fff;
	transition: 0.5s;
}
.main-menu .main-ul li:hover .dropdown1 {
    height: 126px;
}
.top-navbar a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.footer-end-icons a {
    width: 35px;
    background: #3e2b7b;
    display: inline-flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.carousel-item .active{
	position: relative;
}

.inner-info{
	position: absolute;
	z-index: 11111;
	top: 50%;
	left: 10%;
}
.inner-info a{
	text-decoration: none;
	color: #28B593;
}
.inner-info h5{
	font-size: 30px;
}


 .video iframe{
	width: 100%;
 }

.carousel-item {
	overflow: hidden;
	position: relative;
}
.carousel-item::before{
	content: '';

	position: absolute;
	z-index: 111111;
	width: 100%;
	height: 100%;

}
.carousel-control-next, .carousel-control-prev{
	top: 20%;
} 

.carousel-item img {
	animation: anix 30s lin/ear infinite;
}


@keyframes anix {
	0% {
		transform: scale(1);
	}


	100% {
		transform: scale(2);
	}

}


.carousel-item .alpha {
	position: absolute;
	top: 0;
	z-index: 100;
	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: #28B593;
}

 

.carousel-caption content {
	font-size: 5rem;
}




 
 
 

 

.nnn {
	height: 50%;
	z-index: 10 !important;
	position: absolute;
	top: 0;
	z-index: 100;
}


/* 
section1 css start */

.section1 {
	margin-top: 36em;
	text-align: center;
	
}
.section1 h5{
	font-family: 'Iceberg', cursive;
	color: #28B593;
}
.section1 h5::before{
	content: '';
	padding: 10px 30px;
	background-color: #28B593;
	opacity: .3;
	margin-right: -52px;

	
}

.section1 h2{
	font-family: 'Rubik Distressed';
	font-weight: bold;
	color: #013243;
	padding-top: 10px;
	padding-bottom: 0.8em;
	font-size: 45px;
}
.section1 span{
	color: #28B593;
}
.section1 i{
	font-size: 60px;
	color: #28B593;
	opacity: .8;
}
.box1 h4{
	padding-top: 1em;
	color: #013243;
}
.box1 button{
	margin-top: 10px;
}
 
.box1 button a{
	text-decoration: none;
	color: #28B593;
	
}
.box1 button{border: none;
padding: 5px 10px;
background-color: #28b5930f;
}
.nian a{
	color: #472A7C;
}
 
.box1 .col-md-3{
	padding: 10px;
    text-align: center;
    width: 23%;
    margin: 0 10px;
    border-radius: 10px;
    background: #E9F6F2;
    border-color: #49297E;
    border: 1px solid #49297E;
}
.box1 .col-md-3 i{
	padding-top: 20px;
}
 

.box1 .col-md-3 img{
	width: 30%;
	padding-top: 20px;
}
/* .box2:hover{
	color: #fff;
} */

.icon-box2 i{
	font-size: 30px;
	color: #28B593;
	margin-bottom: 5px;
}

/* section2 css staart */

.border1{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
 .footer-spacility-links1 a{
	line-height: 1.5;
 }

.section2 {
	margin-top: 5em;
	
}
.section2 h5{
	font-family: 'Iceberg', cursive;
	color: #28B593;
	margin-top: 3em;
	text-align: center;
}
/* .section2 h5::before{
	content: '';
	padding: 10px 70px;
	background-color: #28B593;
	opacity: .3;
	margin-right: -132px;
} */

.section2 h2{
	font-family: 'Rubik Distressed';
	font-weight: bold;
	color: #49297E;
	padding-top: 10px;
	padding-bottom: 1.2em;
	font-size: 42px;
	text-align: center;
	
}
.section2 span{
	color: #28B593;
}

.section2{background: url(../images/bg1.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	
	padding-bottom: 80px;

}
 
/* .box2-img{
	width: 100%;
	height: 400px;
} */
.box2-img img {
    border: solid;
    border-color: #03c816 !important;
    border-right: medium;
    /* border-radius: 20px; */
    border: 1px solid;
    /* padding: 10px; */
    box-shadow: -7px 8px #20894c;
    width: 100%;
    height: 444px;
    /* border-radius: 10px; */
     border-radius: 50px 10px 10px 50px; 
}

.box2-content h3{
	color: #49297E;
	font-size: 28px;
	margin-bottom: 1em;
}
.box2-content p{
	color: black;
	font-size: 18px;
}
 
.box2 button{
	margin-top: 10px;
}
 
.box2 button a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.box2 button{border: none;
	background-color: #28B593;
padding: 10px 30px;
border-radius: 10px;
transition: 1s;
color: #fff;}
.box2 button:hover{
	background-color: #28b593;
	transition: 1s;
}

/* section3 css start */

.section3 {
	margin-top: 5em;
	text-align: center;
	
}

.yogeshnew {
    background: #28b593;
    border-radius: 0px 100px 0px 100px;
    padding: 8px 0px;
}

.yogeshnew h3 a {
    color: #fff !important;
    padding-bottom: 8px;
    display: block;
} 
.yogeshnew h3 {
    padding-top: 0px;
}
.yogeshnew {
    background: #28b593;
    border-radius: 0px 100px 0px 100px;
    padding: 4px 0px 12px;
    margin-top: 10px;
}

.main-ul li a {
    font-family: inherit !important;
}

.icons ul li {
    background: #3e2b7b;
    padding: 10px 15px;
    border-radius: 30px;
	margin-bottom: 15px;
}
.main-menu ul li a{
	font-family: inherit !important;
}
.icons ul li i {
    color: #fff;
}

.icons ul li span {
    color: #fff;
}

section.services-section .owl-dots {
    padding-top: 16px;
}

.yogeshnew h6 {
    color: #c2ff4b !important;
    text-align: center;
    width: 74%;
    margin: auto;
}
.section3 h5{
	font-family: 'Iceberg', cursive;
	color: #28B593;
}
/* .section3 h5::before{
	content: '';
	padding: 10px 30px;
	background-color: #28B593;
	opacity: .3;
	margin-right: -52px;
} */
div#gallery .inside img {
    border-radius: 0;
    border: solid #ddd 1px;
    padding: 10px;
    height: 200px;
    width: 100%;
}
.box2-content a {
    background: #28b593;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 10px;
}

.box2-content a:hover {
    color: #fff;
    text-decoration: none;
}

.section3 h2{
	font-family: 'Rubik Distressed';
	font-weight: bold;
	color: #013243;
	padding-top: 10px;
	padding-bottom: 0.8em;
	font-size: 45px;
}
.section3 span{
	color: #28B593;
}


.autoplay .slick-prev:before {
	display: none;
}

.autoplay .slick-next:before {
	display: none;
}

.doctor-slider img {
	padding: 0px 20px;
 
}
.slick-slide img{
	border-radius: 30px;
}
  
.doctor-slider.slick-slider img {
    height: 360px !important;
    object-fit: cover !important;
}
.slick-slide img {
    border-radius: 0px;
    border: solid #ddd 1px;
    padding: 12px;
}
.inside {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
section.services-section .ct-icon-box__icon img {
    width: 100% !important;
}
section.services-section .inner {
    text-align: center;
	border: solid #ddd 1px;
}

section.services-section .inner a {
    background: #22b692;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
section.services-section .inner button {
    border: none;
    background: none;
}
section.services-section .inner p {
    text-align: justify;
    padding: 6px;
}
section.services-section .inner h4 {
    color: #3e2b7b;
    font-size: 22px;
    font-family: revert;
    padding-top: 10px;
}	

section.services-section {
    padding-top: 70px;
}
.title {
    text-align: center;
}

section.services-section .owl-nav{
	display: none;
}

.title h5 {
    color: #3e2b7b;
}

.title h2 {
    color: #23b593;
    padding-bottom: 15px;
}
.title h2 span {
    color: #3e2b7b;
}
.img h3{
	padding-top: 10px;
	/* padding-bottom: 10px; */
	color: #28B593;
	font-size: 20px;
	margin: 0;
	
padding-bottom: 2px;
}
.img h3 a{
	text-decoration: none;
	color: #28B593;
	font-size: 20px;
}
.img h6{
	color: #013243;
	font-size: 14px;
}

.footer-spacility-links a{
	text-decoration: none;
	color: #000
}

/* section4 css start */

@import 'https://fonts.googleapis.com/css?family=Lato|Roboto+Slab:700';
 
/* *,
*:before,
*:after {
   box-sizing: inherit; 
*/
 

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3 {
  font-family: "Roboto Slab", serif;
}

.wrap {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

/* h1 {
  text-align: center;
  margin: 50px 0;
} */

.gallery-wrap,
#gallery {
  overflow: hidden;
  text-align: center;
}

#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
  overflow: hidden;
  justify-content: center;
  
}
 

#filters li span {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
}

#filters li:hover span {
  color: #000;
}

#filters li span.active {
  background: #28B593;
  color: #fff;
}

.gallery-item {
  /* float: left; */
  width: 22.333%;
  padding: 10px;
  position: relative;
  z-index: 10;
  display: none;
}
.gallery{
	display: flex;
}

.inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.details,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.details {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.details h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.details p {
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.inside img {
  float: left;
  width: 100%;
  border-radius: 10px;
}

.overlay {
  background: rgba(31, 186, 231, 0.8);
  z-index: 1;
  transition: all 0.7s ease-in-out;
  border-radius: 10px;
}

.ct-icon-box{
	justify-content: center !important;
}

.gallery-item:hover .details,
.gallery-item:hover .overlay {
  opacity: 1;
}

@media (max-width: 30em) {
  .wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gallery-item {
    float: none;
    width: 100%;
  }
}

.span1{
	background-color: #28B593;
	color: #fff !important;
	
}

/* section4 css start */


.section4{
	 
	margin-top: 4em;

}
.btn5{
	text-align: center;
	padding: 20px 0;
}
.btn5 a{
	text-decoration: none;
	background-color: #28B593;
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 10px;
	transition: 1s;
}
.btn5 a:hover{
	background-color: #013243;
	transition: 1s;
}


/* .section4 {
	margin-top: 5em;
	
} */
 

.section4 h2{
	font-family: 'Rubik Distressed';
	font-weight: bold;
	color: #28B593;
	padding-top: 10px;
	padding-bottom: 0.8em;
	font-size: 45px;
	text-align: center;
}

.section5 h2{
	font-family: 'Rubik Distressed';
	font-weight: bold;
	color: #28B593;
	padding-top: 10px;
	/* padding-bottom: 0.8em; */
	font-size: 45px;
	text-align: center;
}
 
 

 

 iframe{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

.section5 h5{
	font-family: 'Iceberg', cursive;
	color: #28B593;
	text-align: center;
	margin-top: 3em;
}
.section5 h5::before{
	content: '';
	padding: 10px 30px;
	background-color: #28B593;
	opacity: .3;
	margin-right: -2em;
 

	
}

 

/* section5 css start */


.section5-content img{
	/* height: 240px; */
	/* width: 400px */
	width: 100%;
	margin-top: 10px;
	border-radius: 10px;
}

.section5-content h6{
	color: #013243;
    font-size: 22px;
    padding: 20px 0 0 0;

}


.section5-content a{
	color: #28B593;
	text-decoration: none;
	/* margin-left: 13em; */
}
 
 

/* footer css start */

.footer{
	background: url(../images/footer-img.jpg);
	/* height: 370px; */
	margin-top: 3em;
	padding-bottom: 20px;
	background-size: cover;
}

.footer h3{
	margin-top: 2em;
	color: #472A7C;
}
 
.footer p{
	color: black;
	cursor: pointer;
	transition: 1s;
	margin-top: 1em;
	line-height: 1;
}
.footer p:hover{
	color: #28B593;
	cursor: pointer;
	padding-left: 10px;
}

.footer hr{
	height: 2px;
	background-color: #ccc;
}

.footer-end-icon {
justify-content: space-between;
margin-left: 400px;
}


.footer-end-icon a{
	margin-left: 20px;
	font-size: 26px;
	color: #28B593;
}
.footer strong{
	color: #472A7C;
    font-weight: 500;
}
.footer-end-icon a i:hover{
color: #013243;
-webkit-transform: rotateY(180deg);
transition: .5s;
}



.donate{
	margin-right: -156px;
}








.mail{
	display: flex;
	justify-content: end;
}








 
 






.ct-icon-boxes .ct-icon-box {
    padding-top: 8px;
    float: left;
    position: relative;
    border: 2px solid #ccc;
    display: inline-table;
    text-align: center;
    color: #292929;
    margin-bottom: -2px;
    cursor: pointer;
  }
  
  .ct-icon-box:hover {
    background:#fff;
    color: #fff !important;
	transition: 1s;
	
  }
  .ct-icon-box{
	transition: 1s;
  }
  .ct-icon-box:hover .ct-icon-box__icon img{
	transform:  scale(1.1);
	transition: 1s;
  }
  .ct-icon-box__icon{
	transition: 1s;
  }
  
   
  
  .ct-icon-boxes .ct-icon-box__header {
    font-size: 22px;
    text-transform: uppercase;
  }
  
  
  
  .ct-icon-boxes .ct-icon-box.bottom-all {
   
    margin-bottom: 2px;
  }
  
  @media only screen and (min-width: 480px) {
  
    .ct-icon-boxes .ct-icon-box.top-right,
    .ct-icon-boxes .ct-icon-box.bottom-right {
      margin-left: -2px;
    }
  }
  
  .ct-icon-boxes .ct-icon-box > .ct-icon-boxes .ct-icon-box__inner,
  .ct-icon-boxes .ct-icon-box > .inner {
    display: table-cell;
    vertical-align: middle;
  }




  @media (max-width: 426px) {
	.menu-bar {
		display: block;
	}
	.container{
		width: 90% !important;
	}

	.logo{
		width: 40%;
	} 
	.ct-icon-box{
		justify-content: center !important;
	}
	.box1 .col-md-3{
		width: 100% !important;
	}

	.carousel-control-prev,	.carousel-control-next {
	 
		 
		top: -45% !important;
	}
 iframe{
	height: auto;
 }
	.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;
	}

 

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

	 

	.carousel-caption h5 {
		font-size: 4rem;
	}

 
	.slick-slide{
		width: 100%;
	}
	.slick-slide img{
		width: 100%;
	}
	.menu {
	background-color: #fff;
		height: 60px;
	
	}

	.menu-bar {
		z-index: 111111;
	}

	.top-navbar{
		font-size: 12px;
	}
	.justify-content-end{
		justify-content: start;
	}
	.box1 .col-md-3 {
		margin: 10px 0;
	}
 
	.box2-content {
		margin-top: 5em;
	}

	 

	.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 8px 15px 28px;
    width: 57%;

	}
	.main-menu ul li a {
		color: #fff;
	}
	.main-menu .main-ul li .dropdown {
		right: -206px;
		color: #fff !important;
		background-color: #000;
	}

	.section5{
		margin-top: 2em;
	}
	 
	/* .carousel-item {
		height: 302px;
	} */

	.section1{
		margin-top: 1em;
	}

	.carousel-caption{
		padding-top: 0;
	}

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

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

.donate{
	margin-left: -18px;
}
.section1{
	margin-top: 10em;
}
.box1 .col-md-3{
	width: 100%;
}

.mail{
	justify-content: flex-start;
}

.section5-content .col-md-4{
	width: 100%;
}

.section5-content .col-md-4 img{
	width: 100%;
}

.box5{
	width: 100%;
	margin: 0;
}
.box5 img{
	width: 100%;
}



.inner-image1{
	margin-left: 0;
}

.inner-image1 img{
	width: 100%;
}

.inner-image2{
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
}

.carousel-caption h5 {
	font-size: 20px;
}
.carousel-caption h3 {
	font-size: 16px;
}
.carousel-caption p {
	font-size: 12px;
}

 
.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;
}
.inner-info h5{
	font-size: 10px;
}
.inner-info 
a:hover{
	color: #013243;
}
.inner-info{
	top: 10%;
	left: 60%;
}

 
.hr{
	width: 100%;
 }
 .top-navbar a{
	font-size: 9px;
 }
 .top-navbar a label{
	font-size: 10px;
 }
 .box2-content h3 {
	font-size: 20px;
	margin-top: 20px;
 }
 .box2-content p{
	font-size: 18px;
 }

 #filters li span {
	font-size: 10px;
 }
 .btn-top{
	margin: 0;
 }
 .pre-img img{
	width: 10%;
	margin: 0;
 }
 .box2-img img{
	width: 100%;
	height: auto;
	
}
.pt-5{
	padding: 0 !important;
 }
 .section2 h2 {
	font-size: 28px;
 }
 .section1 h2{
	font-size: 38px;
 }
 .section3 h2{
	font-size: 38px;
 }
 .section4 h2{
	font-size: 38px;
 }
 .section5 h2{
	font-size: 38px;
 }
 .section2 h5, .section3 h5, .section1 h5, .section4 h5, .section5 h5{
	font-size: 15px;
 }
 .donate{
	margin-left: -53px;
    margin-right: 0;
    margin-top: 0;
    padding-left: 24%;
 }
 .btn-top {
	padding: 14px 2px;
 }

 .img-fluid2 {
		height: 222px;
	}
	.carousel-control-next, .carousel-control-prev{
		top: -50%;
	}
	iframe{
		margin-top: 20px;
	}
	.box2-content{
		margin-top: 20px;
	}

}

@media (min-width: 427px) and (max-width: 850px){

	.menu-bar {
		display: block;
	}
	.container{
		width: 90%;
	}
	.img-fluid2 {
		height: 92px;
	}
	.box2-img img{
		width: 100%;
		height: auto;
		
	}
	.box1{
		justify-content: center !important;
	 }
	/* .box1 .col-md-3{
		width: auto;
	} */
	.logo{
		width: 40%;
	} 

	.box2-img img{
		height: auto;
	}
	.box2-content{
		margin-top: 20px;
	}
	.ct-icon-box{
		justify-content: center !important;
	}
	.box1 .col-md-3{
		width: 42%;
	}
	.inner-info {
		top: 10%;
		left: 60%;
		
	}

	.carousel-control-prev,	.carousel-control-next {
	 
		 
		top: -35% !important;
	}
	.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;
		}
	

	.carousel-caption h5 {
		font-size: 4rem;
	}


	.section4{
		margin-top: 2em;
	}
	.box2 button a {
		font-size: 13px;
	}
	.box2-content p {
		font-size: 18px;
	}

	.gallery-item {
		/* float: none; */
		width: 46%;
	}
	 
	.box5{
		margin: 0;
	}

	.footer p {
		font-size: 13px;
	}
	.footer h3 {
		font-size: 20px;
	}
	.footer strong {
		font-size: 15px;
	}

	.footer-end-icon{
		margin: 0;
	}
	.section5-content .col-md-4{
		width: 52%;
	}

	 
	.section1{
		margin-top: 19em;
	}
 
	 
	.box2-content h3 {
		font-size: 20px;
	}

	.top-navbar a{
		font-size: 12px;
	}
	.main-menu .main-ul {
		width: 50%;
		padding-left: 10px;
	}
	.donate
	{
		padding-left: 40%;
		margin: 0;
		margin-left: -100px;
		
	}
	.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 span {
		font-size: 27px;
	}
	.section4-content p{
		font-size: 13px;
	}
	.main-menu ul li a {
		font-size: 13px;
	}
	.img h3{
		font-size: 16px;
	}
 
	.hr{
		width: 100%;
	 }
	 .top-navbar a{
		font-size: 12px;
	 }
	 .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;
	 }
	 .section2 h2,.section1 h2,.section3 h2,.section4 h2,.section5 h2
		
		{
		font-size: 38px;
	 }
	 .section2 h5,.section1 h5,.section3 h5,.section4 h5,.section5 h5
		
	 {
	 font-size: 15px;
  }
  .box2-content h3 {
    font-size: 20px;
    margin-top: 30px;
}
  .btn-top{
	padding: 16px 4px;
  }
  .carousel-control-next, .carousel-control-prev{
	top: -28%;
}
 

}
@media (min-width:800px)  and (max-width:850px){
	.img-fluid2 {
		height: 92px;
	}
	.inner-info {
		top: 10%;
		left: 60%;
		
	}
	.inner-info h5{
		font-size: 16px;
	}
	.carousel-control-next, .carousel-control-prev{
		top: 0%;
	}
	.ct-icon-box{
		justify-content: center !important;
	}
}

@media (min-width: 1050px) and (max-width: 1500px) {
	.main-menu .main-ul{
		width: 70%;
	}
	.btn-top {
		 
		padding: 13px 10px;
		margin-left: 20px;
	}
	.footer-end-icon {
		margin: 0;
	}
	.section1 {
		margin-top: 30em;
	}
	.inner-info h5 {
		font-size: 22px;
	}
}
@media (min-width: 851px) and (max-width: 1050px) {
	.menu-bar {
		display: block;
	}
	.container{
		width: 90%;
	}
	.img-fluid2 {
		height: 92px;
	}
	.ct-icon-box{
		justify-content: center !important;
	}
	.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;
			padding: 40px 0;
		}
	
		.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: 7%;
		
	}
	.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;
	 }
}



.ct-icon-box{
	justify-content: center;
}
@media (min-width: 851px) and (max-width: 1150px) {
	.footer-end-icon{
		margin: 0;
	}
	.inner-info {
		top: 10%;
		left: 60%;
		
	}
	.inner-info h5{
		font-size: 30px;
	}
	.carousel-control-next, .carousel-control-prev{
		top: 0%;
	}
	.box5{
		margin-left: 50px;
	}
	.img-fluid2 {
		height: 116px;
	}
	.main-menu .main-ul { 
		width: 78%;
		margin: 0;
		padding-left: 30px;
	}
	.main-menu .main-ul a{
		font-size: 15px;
	}
	.hr{
		width: 100%;
	 }
	 .top-navbar a{
		font-size: 12px;
	 }
	 .top-navbar a label{
		font-size: 12px;
	 }
	 .donate button a {
		font-size: 15px;
	 }
	 .box1 .col-md-3 {
		width: 21%;
	 }
	 .section1{
		margin-top: 25em;
	 }
	 .box1{
		justify-content: center !important;
	 }
	 iframe{
		height: auto;
	 }
	 .box2-content h3 {
		font-size: 20px;
	 }
	 .box2-content p {
		font-size: 16px;
	 }
	 .pre-img img {
		/* margin-left: 30px; */
		width: 6%;
	 }
	.btn-top {padding: 13px 12px;}
}

#call_icon {
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}
#whats_icon {
    position: fixed;
    bottom: 10px;
    left: 5px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}


@media (max-width: 767px){
footer.footer a img {
    width: 100%;
    max-width: 176px;
}

.footer-end-icons a i {
    font-size: 16px;
}

.btn-top {
    padding: 7px 4px;
}
.logo {
    width: 75%;
}


}
 
