@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");


.bs-slider{
    overflow: hidden !important;
    max-height: 500px !important;
    position: relative !important;
    background: #000000 !important;
	font-family: 'Source Sans Pro',sans-serif;
}
.bs-slider:hover {
    cursor: -moz-grab  !important;;
    cursor: -webkit-grab !important;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto !important;
    width: 100% !important;
}

/* customization */


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1 !important;
}
.fade .item {
    top: 0 !important;
    z-index: 1 !important;
    opacity: 0 !important;
    width: 100% !important;
    position: absolute !important;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s !important;
    -moz-transition: opacity ease-in-out 1s !important;
    -ms-transition: opacity ease-in-out 1s !important;
    -o-transition: opacity ease-in-out 1s !important;.slide-text > p
    transition: opacity ease-in-out 1s !important;
}
.fade .item:first-child {
    top: auto;
    position: relative !important;
}
.fade .item.active {
    opacity: 1 !important;
    z-index: 2 !important;
    -webkit-transition: opacity ease-in-out 1s !important;
    -moz-transition: opacity ease-in-out 1s !important;
    -ms-transition: opacity ease-in-out 1s !important;
    -o-transition: opacity ease-in-out 1s !important;
    transition: opacity ease-in-out 1s !important;
}


.slide-text li {
    color: #fff;
    font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

h1.Slide_Heading {
    font-size: 28px;
    color: #fff !important;
    text-shadow: 0 0 20px #359f99, 1px 1px 20px #359f99, 2px 2px 20px #359f99, -1px -1px 20px #359f99, -2px -2px 20px #359f99;
	-webkit-animation-delay: 1s;
	animation-delay: 1s; 
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47% !important;
    opacity: 0 !important;
    width: 45px !important;
    height: 45px !important;
    z-index: 100 !important;
    color: #ffffff !important;
    display: block !important;
    font-size: 24px !important;
    cursor: pointer !important;
    overflow: hidden !important;
    line-height: 43px !important;
    text-shadow: none !important;
    position: absolute !important;
    font-weight: normal !important;
    background: transparent !important;
    -webkit-border-radius: 100px !important;
    border-radius: 100px !important;
}
.control-round:hover .carousel-control{
    opacity: 1 !important;
}
.control-round .carousel-control.left {
    left: 1% !important;
}
.control-round .carousel-control.right {
    right: 1% !important;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border: 0px transparent !important;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45% !important;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45% !important;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 0 !important;
    bottom: 3% !important;
    left: auto !important;
    width: 100% !important;
    height: 20px !important;
    font-size: 0 !important;
    overflow-x: auto !important;
    text-align: center !important;
    overflow-y: hidden !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 1px !important;
    white-space: nowrap !important;
}
.indicators-line > .carousel-indicators li{
    display: inline-block !important;
    cursor: pointer !important;
    margin: 0 6px !important;
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid rgb(158, 158, 158) !important;
    text-indent: 0 !important;
    overflow: hidden !important;
    text-align: left !important;
    position: relative !important;
	top: 1px !important;
    letter-spacing: 1px !important;
    background: rgb(158, 158, 158) !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99) !important;
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99) !important;
    z-index: 10 !important;
    cursor: pointer !important;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0 !important;
}
.indicators-line > .carousel-indicators .active{
    margin: 0 5px !important;
    box-shadow: 0 0 0 2px #fff !important;
    background-color: transparent !important;
    position: relative !important;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5)  !important;
    background-color: #fff !important;
    content:"";
    position: absolute !important;
    left:-1px !important;
    top:-1px !important;
    width:15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/

.slide_style {
    margin: auto;
    padding: 0 5em;
    position: absolute;
    width: 100%;
}
.slide_style.one { left: 0; top: 20%; right: 0; text-align: left; }
.slide_style.two { left: 0; top: 20%; right: 0; text-align: left; }
.slide_style.three { left: 0; top: 10%; right: 0; text-align: left; }
.slide_style.fourth { left: 0; top: 20%; right: 0; text-align: left; }
.slide_style.five { left: 0; top: 10%; right: 0; text-align: left; }
.slide_style.six { left: 0; top: 10%; right: 0; text-align: left; }


.slide_style .slide-text{ width: 70%; margin: 0; }
.slide_style.one .slide-text { width: 75% !important; margin: 0; }
.one .slide-text > h1{
	margin-bottom: 10px !important;
}
.two .slide-text > h1{
	margin-bottom: 0px !important;
}
.slide-text > h1 {
    padding: 0;
    margin: 0 0 0px 0;
    color: #ffffff;
    font-size: 28px;
    font-style: normal;
    letter-spacing: 1px;
    display: inline-block;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
}

.slide-text li:nth-child(1) { 
	-webkit-animation-delay: 1s;
    		animation-delay: 1s;
}
.slide-text li:nth-child(2) { 
	-webkit-animation-delay: 2s;
    		animation-delay: 2s;
}
.slide-text li:nth-child(3) { 
	-webkit-animation-delay: 3s;
    		animation-delay: 3s;
}
.slide-text li:nth-child(4) { 
	-webkit-animation-delay: 4s;
    		animation-delay: 4s;
}
.slide-text > h1:nth-child(1) { 
	-webkit-animation-delay: 0.25s;
    		animation-delay: 0.25s;
}
.slide-text > h1:nth-child(2) { 
	-webkit-animation-delay: 0.5s;
    		animation-delay: 0.5s;
}
.slide-text > h1:nth-child(3) { 
	-webkit-animation-delay: 0.75s;
    		animation-delay: 0.75s;
}
.slide-text > h1:nth-child(4) { 
	-webkit-animation-delay: 1s;
    		animation-delay: 1s;
}

.slide-text .text-wrap {
	width: 100%;
	float: left;
}

.active .text-wrap .typewriter h2{
	color: #fff !important;
	overflow: hidden !important; 
	white-space: nowrap !important;
	margin: 0 auto !important;
	letter-spacing: 0; 
	font-size: 24px;
	animation: typing 3.5s steps(30, end),blink-caret .5s step-end infinite;
}
.text-wrap .typewriter h2 {
    color: #fff !important;
    letter-spacing: 0;
    font-size: 24px;
	margin: 0 !important;
}
 .slide-text h3 {
    font-size: 24px;
    color: #fff !important;
    margin: 10px 0 10px 0;
	line-height: 2;
 	letter-spacing: 0.1em;		
}   

.two .slide-text .typewriter {float: left; width: auto; }
.four .slide-text .typewriter {float: left; width: auto; }
.five .slide-text .typewriter {float: left; width: auto; }
.two .active .slide-text .typewriter h2 {
    overflow: hidden;
    /*border-right: .15em solid orange;*/
    color: white;
    font-size: 22px !important;
    width: 100% !important;
	margin-bottom: 0;
    white-space: nowrap;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
	-webkit-animation-delay: 1.75s;
    animation-delay: 1.75s !important;
}
.intergrated_analytics{
    text-shadow: 0 0 20px #359f99, 1px 1px 20px #359f99, 2px 2px 20px #359f99, -1px -1px 20px #359f99, -2px -2px 20px #359f99;
    font-size: 28px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

/* The typing effect */
@keyframes typing {
  	from { width: 0 }
  	to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  	from, to { border-color: transparent }
  	50% { border-color: orange; }
}


.slider-btns {
	margin-top: 15px;
    float: left;
	width: 100%;
}

.slider-btns .btn-wrap a {
	color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 10px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
	background: #359f99;
	-webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	max-width: 200px;
	width: 160px;
	
}
.slider-btns .btn-wrap { float: left; }
.slider-btns .btn-wrap a:hover{
	background: #359f99;
}


.slider-image {
	position: absolute;
    max-width: 20% !important;
    right: 7.5%;
    top: 15%;
    float: right;
    animation-delay: 1s;
}
.slider-image img {
	width: 100%;
	display: block !important;
}



/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
	.bs-slider{
		overflow: visible!important; 
		float: left;
	}
	.slide-text li {
		font-size: 16px;
		line-height: initial;
	}
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 0;
    }
    .slide-text h1 {
        font-size: 14px !important;
		line-height: 18px !important;
		margin-bottom: 5px !important;
    }
	.slide-text li{
		font-size: 14px !important;
	}
    .slide-text > p {
		font-size: 12px !important;
		line-height: 15px !important;
		margin-bottom: 10px !important;
    }
    .control-round .carousel-control, .indicators-line > .carousel-indicators{
        display: none;
    }
	.slide_style.one{
		top:10% !important;
		padding: 0 2em;
		width: 85%;
		margin: 0;
	}
	.slide_style.one .slide-text{
		width:100% !important;
		padding: 0 !important;
	}
	.slider-btns .btn-wrap a{
		font-size: 12px !important;
		margin: 0 !important;
	}
	.slider-btns{
		margin-top: 0px !important
	}
	.slider-image{
		right:3.5% !important;
	}
	h1.Slide_Heading{
		font-size:16px !important;
		margin:0 !important;
	}
	.slide-text h3{
		font-size:13px !important;
	}
	.slider-btns .btn-wrap a{
		width:120px !important; 
		padding: 5px 0px !important;
	}
	.slider-btns .btn-wrap {
		margin-right: 10px !important;
	}
	.slide_style{
		padding: 0 2em !important;
	}
	.slide_style .slide-text {
		width: 80% !important;
		margin: 0 !important;
	}
	.fourth .slide-text h3 {
		font-size: 12px !important;
	}
	.control-round .carousel-control{
		top: 40% !important;
	}
}

@media (min-width: 769px) and (max-width: 990px) {
	.slide_style {
		padding: 0 2em !important;
	}
	h1.Slide_Heading {
		font-size: 18px !important;
		margin: 0 !important;
	}
	.slide-text h3{
		font-size: 16px !important;
	}
	.slider-btns {
		margin-top: 0 !important;
	}
	.slider-btns .btn-wrap a{
		width: 150px !important;
	}
	.indicators-line > .carousel-indicators{
		display:none !important;
	}
}


@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
		font-size: 10px !important;
		line-height: 1.1;
		margin-bottom: 5px;
		display: none;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
	.slide_style, .slide-text{
		padding: 0 !important;
	}
	.slide_style.one, .slide_style.two, .slide_style.three, .slide_style.fourth, .slide_style.five, .slide_style.six{
		display: none;
	}

	.slide_style.one .slide-text{
		width:100% !important;
	}
	.slider-btns .btn-wrap a{
		font-size: 12px !important;
		margin: 0 !important;
	}
}
