/*
Template Name: Blogging
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(--black_transparent)!important;
	bottom:0;
	left:0;
	color:var(--bs-white);
	width:100%;
	height:100%;
    padding: 200px 140px 0px 140px;
	text-align:center;
 }

.carousel-caption h1{
   font-size:75px;
 }

.carousel-control-next, .carousel-control-prev{
	width: 10%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
}
/*********************center_home_end****************/

/*********************about_h****************/
.about_h1_left {
    background-image: url(../image/4.jpg);
    background-position: center center;
    background-size: cover;
}
.about_h1_lefto{
	 background-image: url(../image/5.jpg);
    background-position: center center;
    background-size: cover;
}
.about_h1_lefto1{
	 background-image: url(../image/6.jpg);
    background-position: center center;
    background-size: cover;
}
.about_h1_lefto2{
	 background-image: url(../image/8.jpg);
    background-position: center center;
    background-size: cover;
}
.about_h1_lefto3{
	 background-image: url(../image/7.jpg);
    background-position: center center;
    background-size: cover;
}
/*********************about_h_end****************/

/*********************blog_h****************/
.blog_h1_right {
    position: -webkit-sticky!important;
    position: sticky !important;
    top: -460px;
}

.center_blog {
    background-image: url(../image/2.jpg);
    background-position: center 0px;
    background-size: cover;
}
.center_travel {
    background-image: url(../image/17.jpg);
    background-position: center 0px;
    background-size: cover;
}
.center_blog_dt {
    background-image: url(../image/1.jpg);
    background-position: center 0px;
    background-size: cover;
}

#blog .blog_h1 .blog_h1_left .blog_h1_left2 .line_bottom:after{	
	margin: 40px auto 0px auto;
}
#blog .blog_h1 .blog_h1_left .blog_h1_left2 .blog_pg1_right .line_bottom:after{	
	margin: 20px auto 0px auto;
}
/*********************blog_h_end****************/

@media screen and (max-width : 767px){
.carousel-caption {
    position:static!important;
	padding:20px 15px 20px 15px;
	background:var(--bs-dark)!important;
	text-align:left!important;
}
.carousel-caption h1 {
    font-size: 40px;
}

.carousel-caption .button {
   padding:10px 15px;
}
.carousel-caption br {
    display:none;
}

.about_h1_left {
	margin-bottom:20px;
}
.about_h2 {
	padding:10px!important;
}
.about_h2 .btn{
	padding-left:10px!important;
	padding-right:10px!important;
}
.about_h1_lefto2 {
	margin-top:20px;
	margin-bottom:20px;
}
.blog_h1_left2_inner_left {
	margin-top:10px;
	margin-bottom:10px;
}
.blog_h1_right {
	margin-top:20px;
	margin-left:0!important;
}
.blog_pg1_right {
	padding-left:0!important;
	margin-top:15px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {

.carousel-caption h1 {
    font-size: 40px;
}

.carousel-caption br {
    display:none;
}

.carousel-caption{
	  padding: 70px 70px 0px 70px;
 }
.about_h1_left1  h4{
	font-size:19px;
}
.blog_h1_left2_inner_left  h4{
	font-size:16px!important;
}
.blog_h1_right {
	margin-left:0!important;
}
 }

@media (min-width:992px) and (max-width:1200px) {

.carousel-caption h1 {
    font-size: 50px;
}

.carousel-caption{
	padding: 130px 100px 0px 100px;
 }

 }

@media (min-width:1201px) and (max-width:1300px) {
.center_home img{
   min-height:680px;
 }
 }
@media screen and (min-width : 1400px){
.carousel-caption{
	padding: 360px 140px 0px 160px;
 }

 }


