body {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Raleway', sans-serif;
    color: #626467;
}

.font-raleway {
    font-family: 'Raleway', sans-serif;
}

a:hover {
    text-decoration: none;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.header.active .top-header {
    height: 0;
    transform: scale(0);
}

.top-header {
    background-color: #123055;
    transition: all ease .5s;
}
.top-header a {
    color: #fccb79;
    padding: 10px 0;
}
.top-header a:hover {
    color: #b72025;
}

.navbar-light .navbar-nav .nav-link {
    color: #123055;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 15px;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #b72025;
}
.navbar-light .navbar-nav li:nth-last-child(1) .nav-link {
    padding-right: 0;
}

section {
    padding: 90px 0;
}

.btn:focus,
button:focus {
    outline: none;
    box-shadow: none;
}
.btn-theme {
    font-size: 22px;
    font-weight: 700;
    border-radius: 50px;
    border: 0;
    padding: 8px 30px;
    color: #fff;
    background: rgba(18,48,85,1);
    background: -moz-linear-gradient(left, rgba(18,48,85,1) 0%, rgba(183,32,37,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(18,48,85,1)), color-stop(100%, rgba(183,32,37,1)));
    background: -webkit-linear-gradient(left, rgba(18,48,85,1) 0%, rgba(183,32,37,1) 100%);
    background: -o-linear-gradient(left, rgba(18,48,85,1) 0%, rgba(183,32,37,1) 100%);
    background: -ms-linear-gradient(left, rgba(18,48,85,1) 0%, rgba(183,32,37,1) 100%);
    background: linear-gradient(to right, rgba(18,48,85,1) 0%, rgba(183,32,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123055', endColorstr='#b72025', GradientType=1 );
}
.btn-theme:hover {
    color: #fff;
    background: rgba(183,32,37,1);
    background: -moz-linear-gradient(left, rgba(183,32,37,1) 0%, rgba(18,48,85,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(183,32,37,1)), color-stop(100%, rgba(18,48,85,1)));
    background: -webkit-linear-gradient(left, rgba(183,32,37,1) 0%, rgba(18,48,85,1) 100%);
    background: -o-linear-gradient(left, rgba(183,32,37,1) 0%, rgba(18,48,85,1) 100%);
    background: -ms-linear-gradient(left, rgba(183,32,37,1) 0%, rgba(18,48,85,1) 100%);
    background: linear-gradient(to right, rgba(183,32,37,1) 0%, rgba(18,48,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72025', endColorstr='#123055', GradientType=1 );
}
.btn-theme svg {
    margin-left: 10px;
}

a#myBtn {
    position: relative;
    padding: 8px 30px;
    padding-right: 70px;
    color: #fff !important;
}
a#myBtn:before {
    content: '';
    position: absolute;
    background: url(../img/arrow-white.svg);
    width: 22px;
    height: 18px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

p {
    text-align: justify;
}

.title {
    font-size: 40px;
    font-weight: 700;
    color: #123055;
    padding-left: 120px;
    position: relative;
    margin-bottom: 45px;
}
.title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 3px;
    background-color: #b72025;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

#our-insurances-carousel .item {
    background-image:  url(../img/our-insurance-bg.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    text-align: center;
    padding: 60px 20px;
    position: relative;
    z-index: 1;
}
#our-insurances-carousel .item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fccb79;
    opacity: 0;
    z-index: -1;
}
#our-insurances-carousel .item:hover:before {
    opacity: 1;
}
#our-insurances-carousel .item img {
    width: auto;
    margin: auto;
    margin-bottom: 30px;
}
#our-insurances-carousel .item h4 {
    font-size: 24px;
    font-weight: 700;
    color: #123055;
    margin-bottom: 20px;
    height: 50px;
}
#our-insurances-carousel .item p {
    margin-bottom: 30px;
    color: #626467;
    text-align: justify;
    font-size: 16px;
}
@media screen and (min-width:768px) {
    #our-insurances-carousel .item p {
        min-height: 240px;
    }
}
#our-insurances-carousel .item svg {
    fill: #123055;
}
#our-insurances-carousel .item:hover svg {
    fill: #b72025;
}

.list-why {
    list-style: none;
    padding-left: 0;
}
.list-why li {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 5px;
}
.list-why li:nth-last-child(1) {
    border-bottom: 0;
}
.list-why li h5 {
    font-size: 24px;
    font-weight: 700;
    color: #123055;
    margin-bottom: 5px;
}
.list-why li h5 svg {
    fill: #123055;
    margin-left: 20px;
}
.list-why li p {
    margin-bottom: 10px;
}

.footer {
    padding: 90px 0 0;
    color: #fff;
    background-color: #123055;
}

.widget img {
    margin-bottom: 20px;
}
.widget h5 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.widget h5:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 5px;
    border-radius: 50px;
    background-color: #fccb79;
}
.widget a {
    color: #fff;
}
.widget a:hover {
    color: #b72025;
}
.widget .form-control {
    border: 0;
    border-bottom: 1px solid #fccb79;
    border-radius: 0;
    height: 45px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    color: #fff;
}
.widget textarea.form-control {
    min-height: 100px;
}
.widget .form-control:focus {
    outline: none;
    box-shadow: none;
}
.widget .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}
.widget .form-control::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}
.widget .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}
.widget .form-control:-moz-placeholder {
    color: #fff;
    font-size: 14px;
}
.widget .btn {
    background: rgba(9,32,60,1);
    background: -moz-linear-gradient(left, rgba(9,32,60,1) 0%, rgba(183,32,37,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9,32,60,1)), color-stop(100%, rgba(183,32,37,1)));
    background: -webkit-linear-gradient(left, rgba(9,32,60,1) 0%, rgba(183,32,37,1) 100%);
    background: -o-linear-gradient(left, rgba(9,32,60,1) 0%, rgba(183,32,37,1) 100%);
    background: -ms-linear-gradient(left, rgba(9,32,60,1) 0%, rgba(183,32,37,1) 100%);
    background: linear-gradient(to right, rgba(9,32,60,1) 0%, rgba(183,32,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09203c', endColorstr='#b72025', GradientType=1 );
}
.widget .btn:hover {
    background: rgba(183,32,37,1);
    background: -moz-linear-gradient(left, rgba(183,32,37,1) 0%, rgba(9,32,60,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(183,32,37,1)), color-stop(100%, rgba(9,32,60,1)));
    background: -webkit-linear-gradient(left, rgba(183,32,37,1) 0%, rgba(9,32,60,1) 100%);
    background: -o-linear-gradient(left, rgba(183,32,37,1) 0%, rgba(9,32,60,1) 100%);
    background: -ms-linear-gradient(left, rgba(183,32,37,1) 0%, rgba(9,32,60,1) 100%);
    background: linear-gradient(to right, rgba(183,32,37,1) 0%, rgba(9,32,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72025', endColorstr='#09203c', GradientType=1 );
}

#more {display: none;}

.footer-bottom {
    font-size: 14px;
    padding: 22px;
    margin-top: 70px;
    color: #fff;
    background-color: #09203c;
}
.footer-bottom p {
    margin-bottom: 0;
    text-align: center;
}
.footer-bottom a {
    color: #fff;
    padding: 10px;
}
.footer-bottom a:hover {
    color: #b72025;
}