
.orange {
    color:#f7931e;
}

h1, h2, h3, h4, h5, h6 {
    color: #003b77;
}

html body .bg-theme {
    background-color: #f7931e;
}

.bg-success {
    background-color: #EDFAE6 !important;
    border: 1px solid #B2D3A9;
    border-radius: 8px;
    padding: 15px 25px;
    color: #445E3C;
}

.bg-warning {
    background-color: #FFF3BB !important;
    border: 1px solid #D7CD4E;
    border-radius: 8px;
    padding: 15px 25px;
    color: #B67600;
}

.bg-danger {
    background-color: #F2C1C1 !important;
    border: 1px solid #AA7979;
    border-radius: 8px;
    padding: 15px 25px;
    color: #702A2A;
}

.btn-primary, .btn-primary.disabled {
    background: #f7931e;
    border: 1px solid #f7931e;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.btn-primary:hover, .btn-primary.disabled:hover,
.btn-primary.active, .btn-primary:active {
    background: #003b77 !important;
    border: 1px solid #003b77 !important;
}

.veticle-large-features-box {
    display: table-cell;
    float: left;
    background: #fff;
    width: 75px;
    height: 75px;
    line-height: 80px;
    text-align: center;
    transition: .25s ease-in-out;
    font-size: 30px;
    border-radius: 6px;
    color: #f7931e;
    position: relative;
    -webkit-box-shadow: 0 0 12px 0 rgb(71 119 244 / 20%);
    box-shadow: 0 0 12px 0 rgb(71 119 244 / 20%);
}

.fa-play:before {
    content: "\f04b";
}

.fa-arrow-right:before {
    content: "\f04b";
}

.video-play-icon a {
    font-size: 3em;
    color: #f7931e;
}

a.read-more, .tw-readmore {
    color: #f7931e;
    font-family: 'spartan_mbsemibold';
    font-size: 14px;
}

a {
    color: #003b77;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.icon-style .nav-tabs .nav-item.show .nav-link h5, .icon-style .nav-tabs .nav-item.show .nav-link i, .icon-style .nav-tabs .nav-link.active h5, .icon-style .nav-tabs .nav-link.active i {
    color: #f7931e;
}

.icon-style .nav-tabs .nav-item.show .nav-link, .icon-style .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fff;
    border-color: #003b77;
    color: #003b77;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f7931e;
    border-color: transparent;
}

span.current-page:before {
    content: '\e661';
    position: absolute;
    font-family: 'themify';
    color: #f7931e;
    left: -3px;
}

.nav-menu>.active>a, .nav-menu>.focus>a, .nav-menu>li:hover>a {
    color: #f7931e!important;
}

a.big-video-button {
    font-size: 40px;
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #f7931e;
    box-shadow: 0 5px 10px 0 rgb(130 136 184 / 20%);
    border-radius: 50%;
    line-height: 110px;
    color: #fff;
}

a.big-video-button {
    font-size: 40px;
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #f7931e;
    box-shadow: 0 5px 10px 0 rgb(130 136 184 / 20%);
    border-radius: 50%;
    line-height: 110px;
    color: #fff;
}

.about-content h2:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #f7931e;
    position: absolute;
    bottom: -6px;
}

.big-video-button:before {
    background: #f7931e;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    width: 110px;
    height: 110px;
    background-color: #f7931e;
}

.nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron, .nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #f7931e #f7931e transparent;
}

.required {
    color: #f7931e;
}

/* Video modal -----------------*/
.modal-dialog.custom {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body.custom {
    position: relative;
    padding: 0;
}
.modal-content.custom {
    overflow: visible !important;
}
.modal .modal-body .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}
.modal-body button.close span {
    font-size: 2rem;
}



/*--------------------------------------------------
	Responsive
---------------------------------------------------*/
@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .icon-style .nav-tabs .nav-item a > h5 {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .icon-style .nav-tabs .nav-item a > h5 {
        display: inline !important;
    }
    .custom-tab.icon-style .nav-tabs .nav-item {
        width: 50% !important;
    }
}

@media (max-width: 600px) {
    .icon-style .nav-tabs .nav-item a > h5 {
        display: inline !important;
    }
    .custom-tab.icon-style .nav-tabs .nav-item {
        width: 100% !important;
    }
    .custom-tab.icon-style .nav-tabs {
        margin-bottom: 25px !important;
    }
   .pd-0.overlay-top {
        padding-top: 0 !important;
    }
}

.large-features-box .large-features-icon-box img {
    max-width: 175px;
    margin: 0;
}

.large-features-2 img {
    max-width: 150px;
}

.large-features-2 .large-features-2-thumb {
    width: 150px;
    height: 150px;
    margin-right: 12px;
    display: inline-block;
}