/******prallax settings********/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
.slider-pc{ display: block !important; }
.slider-mob{ display: none !important; }

.banner-wrap{
	width:100%;
	float:left;
	padding:0;
	position:relative;
	background-color:var(--white);
	
}

.slider-wrap{ position: relative;}

/*************background slider**/

.bgslide{
	width:100%;
	height:758px;
	float:left;
	position:relative;
	background-position:top center;
	/* background-size: cover; */
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
	   
	}

 .bgslide:before{
	/* width:70%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	z-index:1;
 	background-color:var(--black);
 	
background: linear-gradient(to right,  rgba(0,0,0,0.20) 0%,rgba(0,0,0,0) 100%); */

	
} 

.shadow-none:before{ display: none;}

.slide1{
	background-image: url(../images/slider1.jpg);
	
}
.slide2{
	background-image: url(../images/slider8.jpg);
	
}
.slide3{
	background-image: url(../images/slider3.jpg);
	
}
.slide4{
	background-image: url(../images/slider4.jpg);
	
}
.slide5{
	background-image: url(../images/slider6.jpg);
	
}
.slide6{
	background-image: url(../images/slider7.jpg);
	
}

.slide7{
	background-image: url(../images/slider7.jpg);
	
}
.slide8{
	background-image: url(../images/slider8.jpg);
	
}

.slide9{
	background-image: url(../images/slider9.jpg);
	
}
	
	


/**********************************/




.carousel-caption {
	position: absolute;
	left:0;
	top: 0;
	width:100%;
	height:100%;
	display: table;
	z-index: 1;
	padding: 0 ;
	text-align:left;
	color:var(--white);
}


.parent{
	width:100%;
	height:100%;
	display: table;
	}
	
	
.child {
    display: table-cell;
    vertical-align: middle;
	
	
}


.child-right-img {
        display: flex;
        justify-content: flex-end;
        height: 100%;
        padding-bottom: 50px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
}



.carousel-caption h2 {
	font-size: 38px;
	line-height: normal;
	color: var(--white);
	margin-bottom: 15px;
	font-weight: 600;
	text-shadow: 0px 4px 5px #00000085;
}

.caption-align-bottom-mob-1 .caption-right { padding-left:120px;}
.carousel-caption h2 .spn-clr-1{color: #1c1f4c;background-color: #e4ddef;padding: 10px 20px 15px;border-radius: 50px;display: inline-block; text-shadow: 0 0 0 transparent;     margin: 3px 0px; }
.carousel-caption h2 .spn-clr-2{
    color: #037272;
	text-shadow: 0 0 0 transparent;
    padding: 10px 20px 15px;
    border-radius: 50px;
    display: inline-block;
    background-color: #daeeee;
	margin: 3px 0px;
}

.carousel-caption h3{margin-bottom: 0;
    font-size: 18px;
    color: var(--black);
    line-height: 28px;     font-weight: 700;}
.carousel-caption h3 span{ background-color: var(--secondary-color);
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    border-radius: 4px; }

.carousel-caption h4 {/* font-family: 'Conv_Tahu!'; */font-size: 22px;color: #fff;margin-bottom: 0px;line-height: normal;font-weight: 500;border-left: 3px solid #fff;padding: 25px 0 32px 20px;}

.carousel-caption p{
	font-size:20px;
	margin:0;
	color: var(--black);
	line-height:normal;
	}

/*.carousel-caption p span{ color: var(--primary-color); }*/
/*.animset{
	animation-duration: 1000ms;
	animation-delay: 1000ms;
	animation-name: fadeInDown;
}*/
.animset{
	animation-duration: 1000ms;
	animation-delay: 1000ms;
	
	
}
.animset2{
	animation-duration: 1500ms;
	animation-delay: 1500ms;
	
}

.animset3{
	animation-duration: 2500ms;
	animation-delay: 2500ms;
	
}


.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.carousel {
	position: relative;
	width:100%;

    background-color: #fff;
	
    overflow: hidden;
      
	
}

.caption-align-bottom-mob-2 .caption-wrap .caption-right {
	padding-left: 593px;
    margin-top: -255px;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1
}


.slider-btn-style { margin-top: 20px !important; }

/************fade in fade out settings********/
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
	backface-visibility: visible;
    perspective: 1000px;
    transition: opacity 0.7s ease-in-out 0s;
	background-color:var(--white);
		
  
	/*perspective: 1000px*/
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
	  left: 0;
	-webkit-transition: opacity 0.7s ease-in-out;
	-moz-transition: opacity 0.7s ease-in-out;
	-ms-transition: opacity 0.7s ease-in-out;
	-o-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
	opacity:0;
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
	left: 0;
	-webkit-transition: opacity 0.7s ease-in-out;
	-moz-transition: opacity 0.7s ease-in-out;
	-ms-transition: opacity 0.7s ease-in-out;
	-o-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
	opacity:0;
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	 left: 0;
    opacity:1;
}

/******zoom*/


.carousel-inner .item .zoom-img {
  transform: scale(1.2);
  transition: all 4s ease 0s;
}
.carousel-inner .item.active .zoom-img {
  transform: scale(1);
  

}
/************fade in fade out settings end********/

/**************sliding settings************/

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	/* -o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	*/
	
	/*-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;*/
	
	
		
  
	/*perspective: 1000px*/
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
	/*left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)*/
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
	/*left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)*/
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	/*left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)*/
}
/**********/

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}



.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width:auto;
	font-size: 20px;
	color: #1a1a1a;
	text-align: center;
	/*background-color: rgba(0,0,0,0);*/
	/*z-index:3;*/
}
.sld-arrow-hm{position: absolute;right: 10px;bottom: 50px;width: 98px;}

.carousel-control.left {
	left: 0;
	/*background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;*/
	
	
}
.carousel-control.right {
	right:0;
	left: auto;
	/*background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;*/
	
	
}

/***********controls****/

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 0;
	z-index: 5;
	display: inline-block;
	/* border: 2px solid #ffffff59; */
	margin-top: 0;
	background-color: #ddd;
	border-radius: 25px 0 0 25px;
	background-repeat: no-repeat;
	background-position: center center !important;
	width: 34px !important;
	height: 34px !important;
	/* background-size: 16px !important; */
	position:
	relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	line-height: 34px;
	font-size: 15px;
}



.carousel-control .glyphicon-chevron-left {
	left: 15px;
	/*background-image: url(../images/icons/prev.png);*/
}
.carousel-control .glyphicon-chevron-right {
	right: 15px;
	/* background-image: url(../images/icons/next.png); */
	border-radius: 0 25px 25px 0;
}

	
.carousel-control .glyphicon-chevron-left:hover, .carousel-control .glyphicon-chevron-right:hover {
	/* background-size:40% !important; */
	background-color: var(--primary-color);
	color:#Fff
}

/**********indicators********/

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 5;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
	display:none;

	

}


.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 1px 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 2px solid var(--white);
	border-radius: 100%;

	
	
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 1px 5px;
	background-color: #E31C59;
	border: 2px solid #E31C59;
}
.caption-align-3 .caption-right{ padding-left: 150px;}

@media screen and (max-width:1920px) {
.bgslide{ background-size: cover;}
}

@media screen and (max-width:1500px) {
.bgslide{height:598px}
.caption-align-bottom-mob-2 .caption-wrap .caption-right {
    padding-left: 599px;
    margin-top: -220px;
}
}

@media screen and (max-width:1400px) {
.bgslide{height:558px;}
}

@media screen and (max-width:1366px) {
.bgslide{height:544px;}
.caption-align-bottom-mob-2 .caption-wrap .caption-right {
	
	margin-top: -205px;
}
}

@media screen and (max-width:1340px) {
.caption-align-bottom-mob .caption-right{ margin-top: 216px;}
}


@media screen and (max-width:1280px) {
.bgslide { height: 510px;}
.sld-arrow-hm { bottom: 70px;}
.caption-align-bottom-mob-2 .caption-wrap .caption-right {
	padding-left:552px;

}

}

@media screen and (max-width:1180px) {
	.bgslide {
		height: 470px;
	}
	.carousel-caption h2 {
		font-size: 32px;
                line-height: 36px;}
				.caption-align-bottom-mob-1 .caption-right{ padding-left: 0px;}
            .caption-align-bottom-mob-2 .caption-wrap .caption-right {
                padding-left: 505px;
                margin-top: -195px;
            }
}

@media screen and (max-width:1024px) {
.bgslide {
    height:409px
}
.caption-align-bottom-mob-2 .caption-wrap .caption-right {
	padding-left: 424px;
	margin-top: -176px;
}
.carousel-caption h2 {
	font-size: 28px;
	line-height: 28px;
}

}

@media screen and (max-width:980px) {
.caption-align-bottom-mob-2{ vertical-align: bottom;}
.carousel-caption h2 {
	font-size: 25px;
	line-height: 22px;
}
.caption-align-3 .caption-right {
	padding-left: 0px;
}
.caption-align-bottom-mob-2 .caption-wrap .caption-right {
	padding-left: 405px;
	margin-top: -370px;
}
}


@media screen and (max-width:800px) {	
.bgslide{ height: 400px; }
.carousel-caption h2{   font-size: 24px;
	line-height: 18px;}

.carousel-caption h4 { font-size: 20px;}
.sld-arrow-hm { bottom: 100px;}
.caption-align-bottom-mob-2 .caption-wrap .caption-right {
	padding-left: 318px;
	margin-top: -358px;
}
}



@media screen and (max-width:767px) {
.bgslide { height: 170px;}
.carousel-caption h4 { font-size: 16px; padding: 13px 0 15px 20px;}
/*.carousel-caption h2 { font-size: 20px;  line-height: 25px;}
.carousel-caption h2 span { font-size: 26px; margin-top: -48px;}*/
.carousel-caption h3 {
    margin-bottom: 0px;
    font-size: 14px;
                line-height: 22px;}
.carousel-caption p {
    font-weight: bold;
    font-size: 14px;}
   .bgslide {
    height: 430px;
    background-position: center;
}


}


@media screen and (max-width:640px) {	

.sld-arrow-hm {
    /* left: 0px; */
    bottom: 38px;
    width: 80px;
}

.bgslide{
	/*height:330px;*/
}
/*.bgslide:before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	z-index:1;
 	background-image: linear-gradient(to left, rgba(25,102,176,0), rgba(25,102,176,1));
	opacity:0.5;
	
}*/

	
.carousel-caption {
	width:100%;
	padding:0 25px;

	}

.bgslide .child {

    /*vertical-align:bottom;*/
	
	
}


	
	
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	/*width: 40px !important;
	height: 40px !important;
	margin-top: -20px;
	font-size: 30px;*/
	width: 25px !important;
    height: 25px !important;
    line-height: 25px;
    font-size: 12px;
}

/*.carousel-control {
display:none;
}*/

.carousel-indicators {
/*	display:block !important;*/
	bottom: 0px;
}




.carousel-caption p{
	font-size:14px;
	
	margin:0;

	
}
.carousel-caption h4 {
   
}

.slider-pc{ display: none !important; }
.slider-mob{ display: block !important; }

}

@media screen and (max-width:575px) {	
/*.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{ width: 30px !important; height: 30px !important; top:37% }*/
.child-right-img { padding-bottom: 70px;}
/*.bgslide {
    height: 100vh;
}*/
.carousel-caption h2 {
	font-size: 20px;
                line-height: 22px;}

.carousel-caption {

    padding:0px;
}
.sld-arrow-hm{    width: 80px; right: auto; left: 0px;; }
.bgslide {height:517px}
.carousel-caption h2 .spn-clr-2 { padding: 8px 15px 8px; margin-top: 3px; margin-bottom: 3px;}
.carousel-caption h2 .spn-clr-1 { padding: 8px 15px 8px;  margin-top: 3px; margin-bottom: 3px;}
.caption-align-bottom-mob{                 vertical-align: top;
	}

.slide1{
	background-image: url(../images/slider1-mob.jpg);
	
}
	
.slide2{
	background-image: url(../images/slider8-mob.jpg);
	
}
.slide4{
	background-image: url(../images/slider4-mob.jpg);
	
}
.caption-align-bottom-mob .caption-right {
	margin-top: 120px;
                padding-right: 100px;
}
.caption-align-bottom-mob-1 .caption-right {
	margin-top: 30px;
	padding-right: 130px;
}
.carousel-caption h2{ text-shadow: 0 0 0 transparent;}
.caption-align-bottom-mob .caption-wrap{ display: flex;
	justify-content: flex-end;}
	.slider-wrap {
  
		margin-top: 0px;
	}

	.caption-align-bottom-mob-2 .caption-wrap .caption-right {
		padding-left: 132px;
                margin-top: 118px;
		padding-right: 0;
	}
}


@media screen and (max-width:480px) {	
.bgslide{
	height:430px;
}


.carousel-caption h2 {
	font-size: 16px;
                line-height: 22px;
    padding-right: 0;
  
}
.carousel-caption h4 {
    font-size: 12px;
    padding: 9px 0 8px 8px;
}
.child-right-img {
    padding-bottom: 60px;
}
.sld-arrow-hm {
    
  
}
/*.bgslide {
    height: 100vh;
}*/
.carousel-caption h2 .spn-clr-2, .carousel-caption h2 .spn-clr-1 { padding: 5px 20px 6px;}
.carousel-caption h3 br{ display: none;}
.caption-align-bottom-mob .caption-right {
	padding-right: 80px;
                margin-top: 92px;
}
.caption-align-bottom-mob-1 .caption-right{ padding-right: 100px; margin-top: 25px;}
.caption-align-bottom-mob-2 .caption-wrap .caption-right {
	padding-left: 113px;
	margin-top: 65px;
	padding-right: 0;
}
}

@media screen and (max-width:440px) {
	.caption-align-bottom-mob .caption-right {
		padding-right: 55px;}
		.caption-align-bottom-mob-2 .caption-wrap .caption-right {
			padding-left:103px;
			margin-top: 63px;
	
		}
.bgslide {
                height: 380px;
            }
}

@media screen and (max-width:400px) {
.bgslide {
	height: 360px;
}
.caption-align-bottom-mob .caption-right {
	margin-top: 68px;
                padding-right: 30px;
}
.caption-align-bottom-mob-1 .caption-right {
	margin-top: 10px;
	padding-right: 58px;
}
.caption-align-bottom-mob-2 .caption-wrap .caption-right {
	padding-left: 96px;
	margin-top: 54px;
}
}

@media screen and (max-width:360px) {	
.carousel-caption h2 {
	font-size: 16px;
	line-height: 22px;}
.carousel-caption p{display: none;}
.bgslide {
	height:322px;
}
.carousel-caption h2 .spn-clr-2, .carousel-caption h2 .spn-clr-1 {
	padding: 5px 10px 6px;
}

    
.carousel-caption h2{ padding-left: 0px; }
.caption-align-bottom-mob .caption-right {
	margin-top: 50px;
                padding-right: 20px;
}
.caption-align-bottom-mob-1 .caption-right {
	margin-top: 2px;
                padding-right: 42px;
}
.caption-align-bottom-mob-2 .caption-wrap .caption-right {
	padding-left: 84px;
	margin-top:33px;
}
}
@media screen and (max-width:320px) {	
	.bgslide {
		height: 290px;
	}
	.caption-align-bottom-mob .caption-right {
		margin-top: 38px;
                padding-right: 0px;
	}
	.caption-align-bottom-mob-1 .caption-right {
		margin-top: 0px;
		padding-right: 15px;
	}
	.caption-align-bottom-mob-2 .caption-wrap .caption-right {
		padding-left: 75px;
		margin-top: 18px;
	}
}