/*Wrapper*/
.wrapper{
    padding: 0px 40px 60px 40px;
    position: relative;
}

/*Vertical Sliding*/
.slidingVertical{
	display: inline;
	text-indent: 8px;
}
.slidingVertical span{
	animation: topToBottom 17.5s linear infinite 0s;
	-ms-animation: topToBottom 17.5s linear infinite 0s;
	-webkit-animation: topToBottom 17.5s linear infinite 0s;
	animation-fill-mode: forwards;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding-top: 10px;
	font-size:40px;
	color: #1E407C;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
.slidingVertical span:nth-child(6){
	animation-delay: ;
	-ms-animation-delay: 12.5s;
	-webkit-animation-delay: 12.5s;
}
.slidingVertical span:nth-child(7){
	animation-delay: 15s;
	-ms-animation-delay: 15s;
	-webkit-animation-delay: 15s;

}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-20px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	15% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(20px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-20px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	15% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(20px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-20px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	15% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(20px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

/****** Custom Slider CSS ********/

.bx-wrapper img {
	margin: 0 auto;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #001E44;
}
.slider1 .bx-wrapper {
	border: none;
	margin-bottom: 0px;
	box-shadow: none;
	background:#001E44;
}

/****** Overall Panels ********/

.panel {
	box-shadow: none;
}
.mbas-panels {
	position: relative;
	overflow: hidden;
}
.mbas-panels .panel {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	padding: 50px 0;
}
h2 {
	font-weight: 500;
	font-size: 48px;
	font-family: 'Roboto Slab' , serif;
}
h3 {
	font-size: 35px;
	font-family: 'Roboto Slab' , serif;
}
p {
	font-size: 25px;
	font-weight: 400;
	font-family: 'Open Sans' , serif;
}
/****** Panel 1 ********/

.panel1 {
	text-align: left;
	background: #001E44 url("../jpg/panel1_bg-2.jpg") no-repeat 100% 0%/cover;
	color: #fff;
}
.panel1 p {
	font-size: 25px;
}
.panel1 h2 {
	color: #fff;
}

/******* Panel 2 ********/

.panel2 {
	text-align: center;
	background: #fff url("../jpg/panel2_bg-3.jpg") no-repeat 100% 0%/cover;
	color: #000;
	background-size: cover;
}
.panel2 h2 {
	color: #1E407C;
}
.panel2 h3 {
	color: #000;
	font-size: 25px;
	margin-bottom: 25px;
}

.panel2 h4 {
	text-align: center;
	font-size: 20px;
}

.panel2 p{
	margin-top:25px;
	margin-bottom:25px;
}
.panel2 .icon{
	margin-top:15px;
}

.panel2 a {
	color: #00529b;
}

/****** Panel 3 ********/
.panel3{
    background: #001E44 url("../png/panel2-1_bg.png") no-repeat scroll 0 center;
    color: #fff;
    padding: 110px 0px !important;
    background-size: contain;
}

.panel3 h2 {
    color: #96bee6;
    font-family: 'Roboto Slab' , serif;
}
.panel3 p {
	font-size:25px;
	padding:15px 0px 20px 0px;

}
.panel3 .btn-lg {
    border: solid 3px #96bee6 !important;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    background-color: transparent;
    padding: 5px 15px;
    font-weight:600;
}
.panel3 .btn-lg:hover, .panel3 .btn-lg:active, .panel3 .btn-lg:focus {
    background-color: #96bee6;
    color: #000;
}
/****** Panel 4 ********/

.panel4 {
	text-align: center;
	background: #333 url("../jpg/panel4_bg-2.jpg") no-repeat 100% 0%/cover;
	color: #fff;
	background-size: cover;
}
.panel4 h2 {
	color: #fff;
}
.panel4 h3 {
	color: #97bee5;
	font-size: 50px;
	margin-bottom: 0px;
}
.panel4 p:first-of-type {
	border-bottom: 1px dotted #bc204b;
	padding-bottom: 20px;
}
.panel4 small {
	font-size: 20px;
	color: #97bee5;
}
.panel4 .btn {
	background: #001E44;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	padding: 10px 15px;
	margin-top: 35px;
	font-weight:600;
}
.panel4 .btn:hover {
	background: #fff;
	border: 2px solid #001E44;
	color: #001E44;
}
/****** Panel 4 ********/

.panel5 {
	text-align: left;
	background: #fff url("../jpg/panel5_bg-2.jpg") no-repeat 100% 0%/cover;
	color: #000;
	padding: 80px 0!important;
	}
.panel5 h2{
	color:#1E407C;
}
/****** Panel 6 ********/

.panel6 {
	background:#001E44 url("../jpg/bg-2.jpg") no-repeat 100% 0%/cover;
	text-align: center;
	color: #fff;
	padding: 10px 0px 10px 0px !important;
}
.panel6 h2{
	color:#fff;
	font-size:48px;
	padding-bottom:40px
}
.panel6 p{
	color:#fff;
	font-size:25px;
	font-style:italic;
}
.panel6 small{
	color:#fff;
	font-size:20px;
	font-style:italic;
	font-weight:300;
	margin-top:20px;
	display: inline-block;
}
.panel6 .tabcontent {
  color: white;
  display: none;
  padding: 50px 20px;
  height: auto;
  text-align:left;
}
.panel6 a {
    cursor: pointer !important;
    text-decoration: none;
}
.panel6 img {
	width:100%;
}  
.panel6 .mobile-quote{
		display:none;
		padding:0px 20px 65px 20px
}
	
.panel6 .arrow{
	display:none;
	color:#fff;
}
.panel6 .active .arrow{
	display:inline-block;
}

@media  (min-width: 768px) {
    div.col-sm-7.five-three {
    width: 60% !important;
    }

    div.col-sm-5.five-two {
    width: 40% !important;
    }
}
@media  (max-width: 768px) {
	.panel6 img {
	width:auto;
}  
	.panel6 .desktop-quote{
		display:none;
	}
	.panel6 .mobile-quote{
		display:block;
		text-align:left;
	}
	.panel6 .active .arrow {
    display: block;
}
	.panel6 .arrow {
    display: block;
}
	.panel6 a {
    cursor:default!important;
    }
    .panel6 small{
	    font-size:16px;
	    margin-top:5px;
    }
}

/****** Panel 7 ********/

.panel7 {
	color: #fff;
	padding: 200px 0px 200px 0px!important;
	background: #fff url("../jpg/panel7_bg-2.jpg") no-repeat;
	background-size: cover;
}
.panel7 .blue-transparent {
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding:60px;

}
.panel7 h2 {
	color: #1E407C;
}

.panel7 p {
	color:#000;
}
.panel7 span {
	color:#1E407C;
	font-weight:800;
	font-size:30px;
}

/****** Panel 7 ********/

.panel8 {
	text-align: left;
	background: #fff url("../jpg/panel8_bg-2.jpg") no-repeat 100% 0%/cover;
	color: #000;
	background-size: cover;
}
.panel8 h2 {
	color: #1E407C;
}
.panel8 .btn {
	background: #001E44;
	border: 2px solid  #97bee5;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	padding: 10px 15px;
	margin-top: 35px;
	font-weight:600;
}
.panel8 .btn:hover {
	background:#97bee5;
	border: 2px solid #001E44;
	color: #001E44;
}
/****** Media Queries ********/

@media (max-width: 1200px) {}
@media (max-width: 1600px) {}
@media (max-width: 1500px) {}
@media (max-width: 1400px) {
	.panel3{
		background-position: -35% 0%;
	}
}
@media (max-width: 1300px) {}
@media (min-width: 1200px) {}
@media (max-width: 1200px) {
	.panel3{
		background-image:none;
		padding: 60px 0px !important;
	}
	.panel4 {
		background-position: 30% 0%;
	}
	.panel7 {
		background-position: 30% 0%;
	}
}
@media (max-width: 991px) {

	.panel4{
		background-image:none;
	}
	.panel5{
		background-image:none;
	}
	.panel6.slide1, .panel6.slide2, .panel6.slide3  {
		background: #333 url("../jpg/quotebg-2.jpg") no-repeat 30%;
		background-size: cover;
	}
	.panel7 {
	padding: 50px 0px 50px 0px!important;
	}
	.panel8{
		background-image:none;
	}
}
@media (max-width: 767px) {}
@media (max-width: 670px) {

@media (max-width: 566px) {

	.slidingVertical span:nth-child(3){
		font-size:25px;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 35px !important;
	}
	.slidingVertical span{
		font-size: 35px !important;
	}
	h2 {
		font-size: 35px !important;
	}
	h3 {
		font-size: 30px!important;
	}
	p {
		font-size: 20px !important;
	}
	.panel3 .btn {
		padding: 5px 25px;
	}
	.panel7 .btn {
		padding: 5px 25px;
	}

}
@media (max-width: 320px) {}