/******prallax settings********/

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

.banner-wrap{
	width:100%;
	float:left;
	padding:0;
	position:relative;
	background-color:#e8f0fe;
	
	
}
.slider-wrap{ /* position: relative; background-image: url(../images/bg6.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
    background-color: #e8f0fe; }

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

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



/* .bgslide:before{
	width:100%;
	height:20%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	z-index:1;
	background-color:var(--black);

	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
} */

/* 
.bgslide:after{
	position: absolute; content: ''; width: 100%; height: 100%; left: 0px; bottom: 0px; right: 0px;  
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
} */

/* 
.slide1{
	background-image: url(../images/slider1.jpg);
	
}
.slide2{
	background-image: url(../images/slider2.jpg);
	
}
.slide3{
	background-image: url(../images/slider3.jpg);
	
}
.slide4{
	background-image: url(../images/slider4.jpg);
	
}
.slide5{
	background-image: url(../images/slider5.jpg);
	
}
.slide6{
	background-image: url(../images/slider6.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 0px;
	text-align:left;
	color:var(--white);
	/* text-align: center; */
	width: 78%;
}


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


.child-right-img {
        display: flex !important;
        height: 100%;
        padding-bottom: 40px;
        align-items: center;
        justify-content: space-between;
        padding: 0 50px 80px;
}



.carousel-caption h2 {
	font-size: 40px;
	color: var(--white);
	margin-bottom: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--heading-font);
	line-height: 66px;
}
.carousel-caption h2 span{font-weight: 900;text-transform: uppercase;font-size: 54px;}
.carousel-caption h3{font-size: 36px;margin-bottom: 0;color: var(--white);/* font-family: 'Oswald', sans-serif; */font-weight: 500;line-height: 32px;}
.carousel-caption h3 span{
    background-color: var(--secondary-color);
    padding: 10px 20px 10px 40px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    border-radius: 4px;
    font-family: var(--heading-font);
    border-radius: 50px 0 0 50px;
    text-transform: uppercase;
   
	position: relative;
    }
.carousel-caption h3 span:after{ position: absolute;
	content: '';
	right: -24px;
	top: 0px;
	border-top: 24px solid transparent;
	border-left: 24px solid var(--secondary-color);
	border-bottom: 24px solid transparent;}

.carousel-caption h4 {font-size: 46px;line-height: 50px;color: #fff;margin-bottom: 20px;/* line-height: normal; */font-weight: 700;/* border: 1px solid #fff; *//* padding: 10px; */color: var(--primary-color);/* border-radius: 50px; *//* width: 100%; *//* text-align: center; *//* font-family: 'Oswald', sans-serif; */}
.carousel-caption h4 a{ color: var(--white); }
.carousel-caption p{
	font-weight:400;
	font-size: 20px;
	margin: 0 0 20px;
	color:var(--body-color);
	line-height:normal;
	}
	.carousel-caption h4 span{
    margin-right: 20px;
}
	.carousel-caption h4 span i{
    margin-right: 8px;
    margin-bottom: 15px;
}

/*.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%;
	
	overflow: hidden;
	

}


.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
}
.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
}

/************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;left: 35px;bottom: 65px;width: 135px;margin-top: -25px;}

.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: #ffffff63;
	border-radius: 50px;
	background-repeat: no-repeat;
	background-position: center center !important;
	width: 50px !important;
	height: 50px !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: 51px;
	font-size: 22px;
}



.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: #000000;
	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;
}


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


@media screen and (max-width:1800px) {
.carousel-caption{ width: 81%;}

.carousel-caption h4 {
    font-size: 40px;
    line-height: 48px;}
}

@media screen and (max-width:1366px) {
.carousel-caption p{ font-size: 16px;}
}

@media screen and (max-width:1180px) {
.carousel-caption h2{ font-size: 50px; line-height: 62px; }
.carousel-caption p br{ display: none;}
.carousel-caption h4 br{ display: none; }
.bgslide{height: 550px;}
}
@media screen and (max-width:1024px) {
/* .bgslide { height: 440px;} */
.carousel-caption h2 {font-size: 36px;line-height: 40px;}
.carousel-caption p { font-size: 16px;}
.carousel-caption{padding: 0 0px 0 0px;}
.carousel-caption h3 { font-size: 60px; line-height: 60px; margin-bottom: 20px;}
.carousel-caption h4 {
    font-size: 36px;
    line-height: 38px;
}
.carousel-caption{ width: 100%;}
}

@media screen and (max-width:980px) {	
.bgslide{/* height: 520px;*/ }
.carousel-caption h2{ font-size: 32px; line-height: 40px;  }
.carousel-caption h2 span{ font-size: 40px; margin-top: -61px; }
.carousel-caption h3 {/* font-size: 20px; */}
.carousel-caption h4 {
	font-size: 28px;
	line-height: 35px;
}
}

@media screen and (max-width:800px) {
	.carousel-caption {padding: 0px;}
	.child-right-img{ flex-direction: column; padding-top: 50px; justify-content: normal; align-items: normal}
	.slid-caption{ text-align: center;}
.slid-caption{ flex: 0 0 auto;             margin-bottom: 40px;;}
.bgslide{ height: 800px;}

	
}

@media screen and (max-width:767px) {
/* .bgslide {height: 350px;} */
.carousel-caption h2 { font-size: 26px; line-height: 32px;}
.carousel-caption h2 span { font-size: 26px;}
.carousel-caption h3 {font-size: 28px;
    line-height: 36px;}
.carousel-caption p { font-size: 13px;     margin-bottom: 10px;}
.carousel-caption h4 {            font-size: 28px;
	line-height: 32px;
	text-align: center;
}
.child-right-img { width: 100%;}

}


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

.sld-arrow-hm {
    /* right: 10px;
        bottom: 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;
	
}*/

	.child-right-img{ padding: 30px 15px;}
.carousel-caption {
	width:100%;
	padding: 0;
	}

.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;*/
	
}

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

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




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

	
}
.carousel-caption h4 {
   
}

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

}

@media screen and (max-width:575px) {	
/* .bgslide {
    height: 210px;
} */
.sld-arrow-hm {
 
    /* bottom: 44px; */
}
.carousel-caption h2 {
	font-size: 20px;
    line-height: 28px;
    margin-bottom:15px;
   
}
.carousel-caption h4{/* display: none; */}
.carousel {
    margin-top: 0px;
}



.carousel-caption h4 {/* padding: 10px 5px 11px 5px; */}
.child-right-img { width: 100%;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{ height: 40px !important;
	width: 40px !important;
	line-height: 42px;
    font-size: 15px; }
.carousel-caption h3 span{ padding: 8px 20px 8px 20px; font-size: 12px;}
.carousel-caption h3 span:after{ 
	
	right: -16px;

	border-top: 16px solid transparent;
	border-left: 16px solid var(--secondary-color);
	border-bottom: 16px solid transparent;}
	.sld-arrow-hm {
    
        left: 15px;
      
        width: 116px;
     
    }
	
}


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

.carousel-caption h2 span {
    font-size: 18px;
    margin-top: -30px;
}
.carousel-caption h2 {
       font-size: 25px;
    line-height: 32px;
    padding-right: 0;
}
.carousel-caption h4 {
    font-size: 15px;
 
}


.carousel-caption h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 13px;
}
.carousel-caption h3 {
    font-size: 20px;
    line-height: 26px;
}
.carousel-caption h4 {
	font-size: 26px;
}
}
@media screen and (max-width:360px) {	
.carousel-caption h2 {
    font-size: 24px;
  margin-bottom: 0px;
}
.carousel-caption p{display: none;}
/* .bgslide {
    height: 180px;
} */
.child-right-img { }

.carousel-caption {
    
    padding: 0 15px;
}

.carousel-caption h4 {
	font-size: 18px;
	line-height: 22px;
}
.bgslide{height: 660px;}
}
