/*
Template Name: Zoological
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************center_home****************/
.carousel-caption{
	background-color: var(--bg_back)!important;
	bottom:0;
	left:0;
	color:var(--bs-white);
	width:100%;
	height:100%;
	padding: 180px 140px 0px 140px;
	text-align:left;
 }
.carousel-caption h1{
   font-size:85px;
 }

/*********************center_home_end****************/



/*********************disc****************/

#disc {
    background-image: url(../image/6.jpg);
    background-position: center center;
    background-size: cover;
}
.image_1{
  min-height:570px;
}
/*********************disc_end****************/



/*********************testim****************/
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: flex;
}

.quote_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -25px;
}
/*********************testim_end****************/

@media screen and (max-width : 767px){
.carousel-caption {
    position:static!important;
	padding:15px 15px 50px 15px;
	background:var(--bs-dark)!important;
	text-align:left!important;
}
.carousel-caption h1 {
    font-size: 30px;
}
.carousel-caption br {
    display:none;
}
.carousel-caption p {
    width:100%!important;
}

.image_1 {
    min-height: auto;
}
.mission_1_left2  h2{
	font-size:18px!important;
}
.mission_1_left {
	margin-top:15px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {

.center_home img{
   min-height:520px;
 }
.carousel-caption h1 {
    font-size: 50px;
}
.carousel-caption br {
    display:none;
}
.carousel-caption p {
    width:70%!important;
}
.carousel-caption{
	padding: 90px 90px 0px 90px;
 }
.mission_1_left2  h2{
	font-size:18px!important;
}
.image_1 {
    min-height: auto;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.center_home img{
   min-height:600px;
 }
.carousel-caption h1 {
    font-size: 50px;
}
.carousel-caption{
	padding: 120px 120px 0px 120px;
 }

 }

@media (min-width:1201px) and (max-width:1300px) {
.center_home img{
   min-height:680px;
 }
 }
@media screen and (min-width : 1400px){
.carousel-caption{
	padding: 220px 140px 0px 140px;
 }
.image_1{
  min-height:660px;
}

 }


