/*
Template Name: Cookbook
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:#fff;
	width:100%;
	height:100%;
	padding: 280px 140px 0px 140px;
	text-align:left;
 }
/*********************center_home_end****************/

/*********************about_h****************/
.icon_1{
  width:60px;
  height:60px;
  line-height:60px;
 }
/*********************about_h_end****************/

/*********************team****************/
.team_1i1i1 ul li a{
	width:45px;
	height:45px;
	line-height:45px;
	color:var(--bs-white);
	transition: 0.3s; 
 }
.team_1i1i1 ul li a:hover{
	color:var(--bs-white); 
	background:var(--green)!important;
	transition: 0.3s; 
 }
.team_1i:hover .team_1i1i1 ul li a{
	display:block!important; 
	transition: 0.3s;
 }
/*********************team_end****************/

/*********************join****************/
#join {
    background-image: url(../image/2.jpg);
    background-position: center center;
    background-size: cover;
}
.join_m{
  padding-top:150px;
  padding-bottom:150px;
 }
 
#testim {
    background-image: url(../image/23.jpg);
    background-position: center center;
    background-size: cover;
}
.testim_m{
  padding-top:100px;
  padding-bottom:170px!important;
 }
/*********************join_end****************/


@media screen and (max-width : 767px){
.carousel-caption {
    position:static!important;
	padding:15px 15px 50px 15px;
	background:var(--bs-dark)!important;
}
.font_80{
   font-size:40px;
 }
.carousel-caption p{
    width:100%!important;
}
.about_h1_left_inner_left{
   margin-top:10px;
   margin-bottom:10px;
 }
.about_h1_right_inner_left{
   margin-top:8px;
   margin-bottom:8px;
 }
.join_1 br{
   display:none;
 }
.about_h2_left {
   margin-top:8px;
   margin-bottom:8px;
 }
.testim_1 p{
  width:100%!important;
 }
.blog_pg1_right{
   margin-top:20px;
 }
.blog_dt1_inner_right {
   text-align:left!important;
   margin-top:15px;
 }
 }


@media (min-width:576px) and (max-width:767px) {
.blog_dt1_inner_right {
   text-align:right!important;
   margin-top:0;
 }
.social_icon1 a{
  margin-top:5px;
 }
 }
 
@media (min-width:768px) and (max-width:991px) {
.center_home img{
  min-height:500px;
 }
.center_home .font_80{
  font-size:50px;
 }
.center_home p{
  width:60%!important;
 }
.carousel-caption{
	padding: 140px 100px 0px 100px;
 }
.icon_1 {
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size:22px!important;
}
.testim_1 p{
  width:70%!important;
 }
.social_icon1 a{
  margin-top:5px;
 }
 }

@media (min-width:992px) and (max-width:1200px) {
.center_home img{
  min-height:600px;
 }
.carousel-caption{
	padding: 200px 140px 0px 140px;
 }
 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){
.choose_1_right{
  padding-top:60px;
 }

 }


