.cr-header{
	position: absolute;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1024;	
}
.video-wrapper{
	position: relative;
	z-index: 0;
}
.isbluese.video-wrapper:after{
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#banner-video{
	display: block;
	z-index: 0;

}
.banner-content{
	position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1024;
    top: 0;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.banner-content h1{
	font-size: 60px;
	font-weight: 700;
	color: #fff;
}

.cr-p-btn {
    background: #235371;
    padding: 15px 30px;
    color: #fff;
    margin-top: 40px;
    display: inline-block;
    border: 1px solid;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.cr-p-btn:hover{
	background: #fff;
	color: #235371;

}

.single-bubble-wrap{
	min-height: 520px;
    position: relative;
    margin-top: -80px;
    width: 100%;
    background-size: cover !important;
}

.single-bubble-wrap:after{
	content: '';
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bubble-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    width: 100%;
    padding: 0 20px;
    justify-content: space-between;
    z-index: 1
}
.right-arrow {
    background: #8DC540;
    width: 60px;
    height: 60px;
    text-align: center;
    /* line-height: 53px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-50{
	padding: 0 50px;
}
.single-bubble-wrap:hover .bubble-title{
	color: #8DC540
}
.cr-common-padding{
	padding: 100px 0;
}
.cr-section-title{
	font-size: 50px;
	font-weight: 700;
	color: #000;
	    margin-bottom: 40px;
}
.single-quote{
	display: flex;
}
.quote-content{
	background: #235371;
    margin-left: -70px;
    z-index: 1;
    margin-top: 70px;
    margin-bottom: 70px;
    color: #fff;
    padding: 40px;
    max-width: 500px;
}

.highlight-wrapper{
	background: url(../highlight-bg.html) no-repeat center / cover;
	position: relative;
	z-index: 1
}
.highlight-wrapper:after{
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1
}

.single-highlight{
	background: #fff;
	padding: 30px;
	min-height: 160px;
}
.big-text{
	font-size: 22px;
	font-weight: 700;
}
.small-text{
	font-size: 16px;

}

.quote-wrapper .jcarousel-control-prev, .quote-wrapper .jcarousel-control-next {
    background: #8DC540;
    color: #fff;
    font-size: 22px;
    position: absolute;
    bottom: auto;
    top: -65px;
    border-radius: 50%;

}

.quote-wrapper .jcarousel-control-next {
    right: 0;
}

.quote-wrapper .jcarousel-control-prev {
    left: auto;
    right: 50px;
}

.jcarousel-highlight{
	padding: 0;
}

.modal-content {
            border: none;
            overflow: hidden;
        }
        
        .modal-header {
            background: #235371;
            border-radius: 2px;
        }
        
        .modal-header h5 {
            font-size: 18px;
            font-weight: 700;
            color: white;
        }
        
        .close {
            color: white;
        }
        
        button.close:hover {
            color: white;
        }


@media (min-width: 1366px){
	.m-1320{
		max-width: 1320px !important;
	}
}


@media (max-width: 991px){
	.banner-content h1 {
	    font-size: 40px;
	}
	.single-bubble-wrap {
	    min-height: 250px;
	}
	.bubble-title{
		font-size: 20px;
		align-items: center;
	}
	.right-arrow{
		width: 40px !important;
    	height: 40px !important;
	}
	.cr-section-title {
	    font-size: 40px;
	}
	.quote-content{
		max-width: 370px;
		margin-bottom: 0;
	}

}


@media (max-width: 768px){
	.banner-content h1 {
	    font-size: 30px;
	}
	.right-arrow {
	    width: 40px !important;
	    height: 40px !important;
	    position: absolute;
	    right: 10px;
	    bottom: -40px;
	}
	}


@media (max-width: 767px){
	.video-wrapper{
		overflow-x: hidden;
	}
	#banner-video {
	    display: block;
	    height: 500px;
	    object-fit: cover;
        object-position: center center;
	}
	.single-bubble-wrap{
		margin-top: 30px;
	}
	.p-50 {
	    padding: 0 15px;
	}
	.banner-content{
		top: 50px;
	}
	.single-quote{
		display: block;
	}
	.quote-content{
		margin: 0;
		max-width: 100%;
	}
	.cr-common-padding {
	    padding: 50px 0;
	}
}


 .bg-theme-blue {
            background-color: #235371;
        }

        .py-80 {
            padding: 80px 0;
        }

@media (max-width:767px) {
    .py-80 {
        padding: 40px 0;
    }
    .quote-wrapper .jcarousel {
        padding-top: 45px;
    }
    .quote-wrapper .jcarousel-control-prev,
    .quote-wrapper .jcarousel-control-next {
        top: -16px !important;
    }
    
}