/*********************center_h****************/
.carousel-caption{
	background-color: var(--bg_back)!important;
	bottom:0;
	left:0;
	color:#fff;
	width:100%;
	height:100%;
	padding: 80px 140px 0px 140px;
	text-align:left;
 }
 .carousel-caption .text-success{
  color: #8eb32f  !important;
 }
.carousel-caption h1{
	font-size:60px; 
 }
/*********************center_h_end****************/
.trend_1_left, .trend_1_right{height:100%;}
.trend_1_left img, .trend_1_right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*********************about_h****************/
.about_h1_left{
  border-radius:120px 0px 0px 0px;
 }
.about_h1_left img{
  border-radius:120px 0px 0px 0px;
 }
/*********************about_h_end****************/
video#myVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/*********************support****************/
.support_1_right img{
  border-radius:120px 60px 120px 60px;
 }
/*********************support_end****************/

/*********************nature****************/
.nature_m{
  padding-top:200px;
  padding-bottom:200px;
 }
#nature {
    background-image: url(../image/16.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}
/*********************nature_end****************/
.team_1i2 h5{
  font-size: 24px;
}

/*********************blog_h****************/
.blog_1i2{
	bottom:-32px;
 }
.blog_1i_last{
	border-radius:0px 0px 10px 10px;  
 }
/*********************blog_h_end****************/



@media screen and (max-width : 767px){
  .nature_m {
    padding-top: 50px;
    padding-bottom: 50px;
}
  .team_1i1i img{max-width: 50px;}
  .team_1i2 h5 {
    font-size: 18px;
}
.carousel-caption{
  position:static!important;
  padding:20px 15px 45px 15px;
  background:var(--bs-dark)!important;
 }
.carousel-caption h1{
  font-size:30px;
 }
.carousel-caption h5{
  font-size:16px;
 }
.carousel-caption p{
  font-size:14px;
 }
.carousel-caption br{
  display:none;
 }
.trend_1_mid {
  margin-top:15px;
  margin-bottom:15px;
 }
.about_h1_right{
   margin-top:15px;
 }
.about_h1_right_inner_left{
  margin-top:8px;
  margin-bottom:8px;
 }
.nature_1 p{
  width:100%!important;
 }
.blog_1i {
   margin-top:15px;
 }
.blog_1i2 {
   top: 0;
   padding:0!important;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
   .team_1i1i img{max-width: 70px;}
.center_home img{
   min-height:600px;
 }
.carousel-caption{
	padding: 140px 100px 0px 100px;
 }
.carousel-caption h1{
	font-size:40px; 
 }
.carousel-caption br{
	display:none;
 }
.blog_1i2 {
   top: 0;
   padding:0!important;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.center_home img{
   min-height:600px;
 }
.carousel-caption{
	padding: 200px 140px 0px 140px;
}
 }

      .team_1i1i img {
        max-width: 100px !important;
    }
@media (min-width:1201px){
.center_home img{
          max-height: 500px;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
 }
 }
@media screen and (min-width : 1400px){

 }


