
/* body {
   
    background-color: #020d26 !important;
} */


header.carousel {
	height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
	height: 100%;
}

header.carousel .fill {
	width: 100%;
	height:800px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.carousel-item {
	transition: transform 2.6s ease-in-out;
  }
  
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
	transition: opacity 0s 2.6s;
  }


  /*second section*/

  .hom_wel {
    background-repeat: no-repeat;
    background-position: bottom right;
    background: #020d26;
}


/*style testimonial*/


  
  @media all and (max-width: 991px) {

	.sub_title {
		
		font-size: 25px;
	}
	.testimonial_section .about_content .layer_content .section_title h2 {
		font-family: "Titillium Web";
		font-weight: 300;
		font-size: 31px;
		line-height: 35px;
		padding-bottom: 51px;

		margin-bottom: 0px;
		color: #ffffff;
	}


	.pd-mob{
		padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 5px;

	}
	.logo_text {
		
		line-height: 30px;
	
	}
	header.carousel .fill {

		height: 150px;
	
	}
	.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
		content: "";
		width: 88px;
		display: block;
		height: 2px;
		text-align: center;
		left: 29%;
		margin-top: 6px;
		background-color: #ff5e14;
		position: absolute;
	}
	.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
		border: none;
		position: absolute;
		top: 0;
		left: 103px;
		top: -1px;
		margin-top: 0px;
		width: 159px;
		text-align: center;
	}
	.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
		border: 5px solid #fff;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
		width: 68%;
	}


	.testimonial_section .about_content {
	  padding-right: 15px !important;
	}
	.testimonial_section .about_content .background_layer {
	  width: 200% !important;
	}
	.testimonial_section .testimonial_box {
	  margin-top: 0 !important;
	}
	.testimonial_section .testimonial_box .background_layer {
	  width: 200% !important;
	  margin-left: -200px;
	}
	.testimonial_section .testimonial_box .about_content {
	  padding-left: 15px !important;
	  padding-right: 15px !important;
	  margin-top: 28% !important;
	}
	.testimonial_section .testimonial_box .testimonial_container {
	  margin-left: -15px !important;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials {
	  margin: 0px 0 20px 0;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
	  margin-left: -36px !important;
	}
	.testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
	  display: block;
	}
  }
  #ourclients {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background:transparent;
	padding-bottom:30px;
	height:150px;
  }
  #ourclients .clients-wrap {
	display: block;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
  }
  #ourclients .clients-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
  }
  #ourclients .clients-wrap ul li {
	display: block;
	float: left;
	position: relative;
	width: 220px;
	height: 100px;
	line-height: 100px;
	text-align: center;
  }
  #ourclients .clients-wrap ul li img {
	vertical-align: middle;
	max-width: 100%;
	width:150px;
	max-height: 100%;
	-webkit-transition: 0 linear left;
	-moz-transition: 0 linear left;
	transition: 0 linear left;
	object-fit:cover;
  }
  #ourclients h3{
  border-bottom:2px solid #3399ff;
  width:150px;
  padding:10px;
  }

  /******style end****/
  .copyright {

    background: #020d26;
}
.bubbly-button {
    display: inline-block;
    font-size: 1.5em;
}
@media (max-width: 767px) {
    .heading {
        font-size: 25px;
    }
	.logo {
        position: absolute;
        left: 15px;
        max-width: 72px;
        top: 22px;
        padding: 10px 5px;
    }
	#ourclients .clients-wrap ul li {
	
		width: 150px;
		
	}
}


/*testimonial*/

.testimonial-slider {  
	position: relative;
    width: 100%;
    height: 524px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 40px;

}  

.testimonial-wrapper {  
    display: flex;  
    flex-direction: column;  
    transition: transform 0.5s ease-in-out;  
}  

.testimonial {  
    min-height: 100px; /* Adjust as needed */  
    padding: 0px;  
    box-sizing: border-box;  
    border-bottom: 1px solid #ccc;  
    text-align: center;
	display: flex;  
	border: 1px solid gray;
    background: #fff;
    color: black;
}  

.testimonial img {  
    width: 50px; /* Adjust as needed */  
    height: 50px; /* Adjust as needed */  
    border-radius: 50%;  
}  

p.t-content {
    color: black;
}


img.client {

	width: 140px;
    height: auto;
    border-radius: 0%;
    padding: 0px !important;
}
.hom-news_two {
    float: left;
    width: 100%;
    background: #020d26;
}
p.t-content {
	color: black;
    padding: 7px;
    line-height: 24px !important;
    font-size: 14px;
    line-height: 0px;
    line-height: 0px;
    font: 14px Arial, sans-serif;
    padding-bottom: 0px;
}


.t-name {

    padding-left: 10px;
	color:black;
	font-weight: bold;
}
.t-desig {
  
    padding-left: 10px;
	color:black;
	line-height: 0px;
}
@media (max-width: 600px) {  
    .testimonial-slider {  
        width: 100%;  
    }  

	.testimonial{
		flex-direction: column;
	}
	img.client {
		width: 112px;
	
		margin-top: 10px;
	}
	.testimonial-slider {
		position: relative;
		width: 100%;
		height: 1308px;
	}
	h5.bk-name {

		width: 208px;
		font-size: 14px;
	}
	h5.bk-name {
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 208px !important;
		font-size: 14px !important;
	}
	span.bbak {
		font-size: 12px!important;
	}
	h5.bk-date {
		font-size: 30px;
		color: red;
	}
	span.bbak-vn {
		font-size: 12px!important;
	}
}  
marquee {
    background: rgb(152 0 0);
    float: left;
    width: 100%;
    margin-top: 0px;
    padding: 10px;
    display: block;
    position: relative;
    font-size: 19px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: -10px;
}


/*************************scroll****************/


.swiper-container {  
	width: 300px;  
	height: 200px;  
}  
.swiper-container {
	margin-top: 30px;
    width: 100%;
    height: 485px;
    overflow: hidden;
}
.swiper-slide {  
	display: flex;  
	justify-content: center;  
	align-items: center;  
	font-size: 24px;  

    color: #fff;
    background-color: #020d26;
    height: 100%;
    padding: 0px 10px 0px 10px;

}  

.bbak-cal {
    background-color: #022a55;
    padding: 10px;
    border-radius: 11px;
    display: flex
;
    justify-content: space-around;
    margin-bottom: 20px;
}
h5.bk-date {
    font-size: 35px;
    color: red;
}
p.bk-month {
    text-transform: uppercase;
    color: red;
}
h5.bk-name {
    font-size: 17px;
    white-space: nowrap;
	margin-bottom: -5px;
}
span.bbak {
    font-size: 14px;
}
span.bbak-vn {
    font-size: 14px;
}
i.fa.fa-clock-o {
    font-size: 16px;
    padding-right: 10px;
}
i.fa.fa-map-marker {
    font-size: 16px;
    padding-right: 10px;
}
.bk-venue {
    margin-top: -9px;
}
h5.bk-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 360px;
}

a.trs2 {
    color: white;
    text-decoration: none;
}
a.trs2:hover {
    color: white;
    text-decoration: none;
}