* {
    font-family: 'Open Sans', sans-serif;
}
.m-t-30 { margin-top: 30px; }
.m-t-50 { margin-top: 50px; }
.p-t-10 { padding-top: 10px; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

body {
    color: #5a5a5a;
}

.carousel {
    height: 670px;
    margin-bottom: 0;
}
.carousel-caption {
    z-index: 10;
}

.carousel .item {
    height: 670px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 670px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}


.navbar {
    min-height: 160px;
    margin-bottom: 8px;
}
.navbar h3 {
    color: #c0c1c2;
    font-weight: 600;
    font-size: 36px;
}
.navbar h3 span {
    color: #0067ac;
}
.navbar-nav {
    margin-top: 50px;
}
.navbar-nav>li>a {
    font-size: 20px;
    color: #72706f;
    text-transform: uppercase;
    font-weight: 600;
	border-bottom:2px solid #fff;
	
}
.navbar-nav>li>a:hover {
background-color: #fff;
border-bottom:2px solid #DB6C00;
color: #DB6C00;
}
.navbar-collapse {
    margin-top: 35px;
}
#carousel-menu {
    /*background: #018cdd;*/
    position: relative;
    z-index: 9;
}
#carousel-menu .col-md-15 {
    min-height: 220px;
}
#carousel-menu a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    display: block;
    line-height: 25px;
}

#carousel-menu a span {
    font-size: 18px;
    font-weight: 400;
    display: block;
	color:#ccc;
}
/*#carousel-menu a:hover {
    text-decoration: none;
    background: #0079c5;
}*/
/*#carousel-menu .col-md-15:hover {
    background: #db6c00 !important;
}*/
#carousel-menu .col-md-15 {
    border-right: 1px solid #0079c5;
    max-height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#carousel-menu .col-md-15:first-child {
    border-left: 1px solid #0079c5;
}
/*#carousel-menu:after {
    content: '';
    background: #004771;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}*/
#carousel-menu .col-md-15:nth-child(1) {
    background: #018cdd;
}
#carousel-menu .col-md-15:nth-child(2) {
    background: #0079c0;
}
#carousel-menu .col-md-15:nth-child(3) {
    background: #0169a8;
}
#carousel-menu .col-md-15:nth-child(4) {
    background: #01578a;
}
#carousel-menu .col-md-15:nth-child(5) {
    background: #004771;
}

.video {
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
}
h2 {
    font-size: 45px;
    color: #db6c00;
    font-weight: 600;
}
p {
    font-size: 24px;
    color: #666666;
}
.video p {
    margin: 20px 0 80px 0;
}

.blue-ad {
    background: #0169a8;
    padding: 30px 0;
    position: relative;
}
.blue-ad:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(1, 105, 168, 0);
    border-top-color: #0169a8;
    border-width: 30px;
    margin-left: -30px;
}
.blue-ad h3 {
    font-size: 43px;
    color: #edeced;
    font-weight: 600;
    margin-top: 10px;
}
.blue-ad h4 {
    font-size: 30px;
    color: #e5f3fd;
    font-weight: 600;
}
.blue-ad h4 span {
    font-size: 43px;
    color: #fff;
}


.steps h3 {
    font-size: 41px;
    color: #666666;
    font-weight: 600;
    margin-top: 0;
}
.steps h3 span {
    color: #db6c00;
    display: block;
}
.steps p {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
}
.steps a.btn-blue {
    font-size: 22px;
    color: #666666;
    font-weight: 600;
    border: 2px solid #006eb8;
    border-radius: 0;
    padding: 8px 20px;
}
.steps .item {
    margin-top: 50px;
    margin-bottom: 50px;
}
.blue-bg {
    background: #e5f3fd;
}

#testimonials {
    height: 400px;
    margin-top: 50px;
}
#testimonials h5 {
    font-size: 30px;
    color: #0099ff;
    font-weight: 600;
    margin-top: 20px;
}
#testimonials.carousel .item {
    height: 360px;
    background-color: #fff;
}
.carousel-indicators li {
    background-color: rgba(204,204,204,1);
    width: 20px;
    height: 20px;
}
.carousel-indicators li.active {
    background-color: rgba(102,102,102,1);
    width: 20px;
    height: 20px;
}

.faq {
    background: url(../images/faq-bg.png) no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    padding-bottom: 60px;
}
.faq h2 {
    color: #DB6C00;
    margin: 50px 0 30px 0;
}
.faq h2 span {
    color: #db6c00;
    font-weight: 600;
}
.panel-heading [data-toggle="collapse"]:after
{
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    float: right;
    color: #fff;
    font-size: 18px;
    line-height: 22px;

    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after
{
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}
.panel-default {
    background-color: inherit;
}
.panel-group .panel {
    border-radius: 0;
    border: 1px solid #ddd;
}
.panel-default>.panel-heading {
    background-color: rgba(0,0,0,0.5);
    border-color: #ddd;
    border-radius: 0;
}
.panel-default>.panel-heading a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    display: block;
    padding: 10px 5px;
}
.panel-body {
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 18px;
    border: 0 !important;
}

.footer {
    background: #0069a8;
    padding: 50px 0 0 0;
}
.footer h2 {
    color: #fff;
    margin-bottom: 20px;
}
.footer p {
    color: #fff;
    font-size: 24px;
}
.footer .form-box {
    background: #db6c00;
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
	margin-bottom:16px;
}
.footer .form-box h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-control {
    border-radius: 0;
}
.btn {
    border-radius: 0;
}
.footer .form-box button {
    background: transparent;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border: 4px solid #0067ac;
    border-radius: 10px !important;
    padding: 8px 20px;
    text-transform: uppercase;
}
.footer .form-box textarea {
    height: 200px;
}


.top-form .form-box {
    background: #db6c00;
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
}
.top-form .form-box h3 {
    font-size: 30px !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}
.top-form .form-box p {
    font-size: 20px !important;
    color: #000 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
	font-weight:bold !important;
	font-style:italic !important;
}
.top-form .form-box button {
    background: transparent;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border: 4px solid #0067ac;
    border-radius: 10px !important;
    padding: 8px 20px;
    text-transform: uppercase;
}
.top-form .form-box textarea {
    height: 150px;
}
#carousel h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  
	  margin-bottom:20px;
	  line-height:25px;
}
#carousel h2 span {
    color: #db6c00;
    display: block;
    font-size: 45px;
	  font-weight: 600;
	   line-height:45px;
	 
	
}
#carousel h2 strong {
    color: #fff;	
}
#carousel p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
}
#carousel h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px;
}
#carousel ul {
    list-style: none;
}
#carousel ul {
    font-size: 30px;
    color: #fff;
    padding: 0;
}
#carousel ul span {
    font-size: 22px;
    color: #db6c00;
    display: inline-block;
    margin-right: 10px;
}

.disclaimer {
    font-size: 14px;
    margin-top: 20px;
}

#video {
    width: 100%;
    height: 645px;
    display: none;
}
.video img {
    height: 645px;
}

#navbar-top {
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #666;
}

.fancybox-opened {
    z-index: 9999;
}
h2 strong {
    color: #db6c00;
    font-weight: 600;
}
#steps {
    background: url(../images/ra-dots.png) no-repeat;
    background-position: 54% 105px;
}

.footer h5 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
.footer h6 {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}
.footer .sign {
    position: relative;
    left: 0%;
    top: 200px;
}

@media (max-width: 768px) {
    .mobile-center {
        text-align: center;
    }
    .navbar-brand {
        padding: 0;
    }
    .navbar-brand img {
        width: 100%;
    }
    .navbar-toggle {
        border: 1px solid #000;
    }
    .navbar-toggle .icon-bar {
        background: #000;
    }
    #carousel {
        height: 370px;
    }
    #carousel .item {
        height: 370px;
    }
    #carousel h2 span {
        margin-bottom: 15px;
    }
    .video img {
        width: 100%;
        height: auto;
    }
    #video {
        width: 100%;
        height: auto;
    }
    .blue-ad h3 {
        text-align: center;
    }
    .blue-ad h4 {
        text-align: center;
    }
    .steps h3 {
        text-align: center;
    }
    .steps a.btn-blue {
        text-align: center;
    }
    .steps img {
        width: 100%;
        margin-bottom: 20px;
    }
    #testimonials.carousel .item {
        text-align: center;
    }
    #testimonials {
        height: 700px;
    }
    #testimonials.carousel .item {
        height: 700px;
    }
    #testimonials img {
        margin-bottom: 20px;
    }
    #testimonials p {
        font-size: 18px;
    }
    #testimonials h5 {
        font-size: 25px;
    }
    .faq {
        height: auto;
    }
    .footer img {
        width: 100% !important;
    }
    .panel-heading [data-toggle="collapse"].collapsed:after {
        display: none;
    }
    #steps {
        background: none;
    }
    #navbar-top {
        position: relative !important;
    }
    .mobile-m-0 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar h3 {
        font-size: 20px;
        text-align: center !important;
        padding-top: 55px;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .navbar-nav {
        margin-top: 20px;
    }
    .top-form .form-box button {
        font-size: 15px;
    }
    .top-form {
        padding-left: 0;
        padding-right: 0;
    }
    .footer .form-box button {
        font-size: 15px;
    }
}

@media (min-width: 380px) and (max-width: 768px) {
    #video {
        width: 100%;
        height: 500px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-nav {
        margin-top: 80px;
        float: left !important;
    }
    .navbar-nav>li>a {
        font-size: 13px;
    }
    #navbar-top {
        position: relative !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-nav {
        margin-top: 80px;
        float: left !important;
    }
    .navbar-nav>li>a {
        font-size: 18px;
    }
    #navbar-top {
        position: relative !important;
    }
    #carousel-menu .col-md-15 {
        max-height: 350px;
        min-height: 350px;
    }
    #carousel ul {
        font-size: 25px;
    }
    #carousel .form-box p {
        font-size: 17px;
    }
    .video img {
        height: auto;
        width: 100%;
    }
    .blue-ad h3 {
        font-size: 36px;
    }
    .blue-ad h4 {
        font-size: 25px;
    }
    .blue-ad h4 span {
        font-size: 35px;
    }
    #steps {
        background: none;
    }
}
.newcta {background:#db6c00 !important; font-size:24px; color:#fff; font-weight:600; border: 4px solid #0067ac;
border-radius: 10px !important; max-width:380px; margin:0 auto;
padding: 8px 20px; text-align:center; margin-bottom:20px;}
.newcta a{ font-size:24px; color:#fff; font-weight:800; text-align:center; text-decoration:none;}
.newcta a span{font-weight:normal;}