/**
*****************************************
@File: Softrait Theme Colors

* This file contains the colors for the actual theme, this
is the file you need to edit to change the color of the
theme.
*****************************************
**/
a{
    color: #108fcf;
}
a:hover,a:active{
    color: #E08918;
}

.FooterLink {
    color: #fff;
}
.FooterLink:hover {
    color: #E08918;
}

.primary-bg{
    background: #108fcf;
}
.secondary-bg{
    background: #202020
}
.secondary-bg:active{
    background: #202020;
}

.primary-color{
    color: #108fcf;
}

.btn-theme-primary{
    background: #2F4559;
    color: #fff;
}
.btn-theme-primary:hover{
    background: #2F4559;

    transition: all 0.3s ease-in-out 0s; 
}

.box-style-1 > .primary-bg:hover,
.box-style-2 > .primary-bg:hover{
    background: #0e80c4;
    transition: all 0.3s ease-in-out 0s;
}


.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-controls .owl-page span{
    background: #108fcf;
}
#main-navigation .sub-menu:after{
    border-bottom-color: #1B2833;
}

.video-overlay{
    background-image: linear-gradient(to bottom, rgba(36, 57, 76, 0.8), rgba(36, 57, 76, 0.8));
    background-image: -moz-linear-gradient(top, rgba(36, 57, 76, 0.8), rgba(36, 57, 76, 0.8));
    background-image: -o-linear-gradient(top, rgba(36, 57, 76, 0.8), rgba(36, 57, 76, 0.8));
    background-image: -webkit-linear-gradient(top, rgba(36, 57, 76, 0.8), rgba(36, 57, 76, 0.8));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#main-banner.secondary-overlay{
    background-image: linear-gradient(to bottom, rgba(36, 57, 76, 0.9), rgba(36, 57, 76, 0.9)), url('../images/image_bg_02.jpg');
    background-image: -moz-linear-gradient(top, rgba(36, 57, 76, 0.9), rgba(36, 57, 76, 0.9)), url('../images/image_bg_02.jpg');
    background-image: -o-linear-gradient(top, rgba(36, 57, 76, 0.9), rgba(36, 57, 76, 0.9)), url('../images/image_bg_02.jpg');
    background-image: -webkit-linear-gradient(top, rgba(36, 57, 76, 0.9), rgba(36, 57, 76, 0.9)), url('../images/image_bg_02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#video.secondary-overlay{
    background-image: linear-gradient(to bottom, rgba(36, 57, 76, 0.9), rgba(36, 57, 76, 0.9)), url('../images/image_bg_02.jpg');
    background-image: -moz-linear-gradient(top, rgba(36, 57, 76, 0.9), rgba(36, 57, 76, 0.9)), url('../images/image_bg_02.jpg');
    background-image: -o-linear-gradient(top, rgba(36, 57, 76, 0.9), rgba(36, 57, 76, 0.9)), url('../images/image_bg_02.jpg');
    background-image: -webkit-linear-gradient(top, rgba(36, 57, 76, 0.9), rgba(36, 57, 76, 0.9)), url('../images/image_bg_02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#testimonials figure.testimonial-card .author span {
    color: #108fcf;

}
.full-width-tabs > ul.nav.nav-tabs > li > a:before,
.full-width-tabs > ul.nav.nav-tabs > li > a:after{
    border-bottom: 12px solid #0e80c4;
    border-bottom: 12px solid #0e80c4;
}
.full-width-tabs > ul.nav.nav-tabs > li.active > a,
.full-width-tabs > ul.nav.nav-tabs > li > a:hover{
    background: #0e80c4;
}

#faq-categories .nav-pills > li.active > a, 
#faq-categories .nav-pills > li.active > a:hover, 
#faq-categories .nav-pills > li.active > a:focus {
    border-left: 3px solid #108fcf;
}
/*COMING SOON*/
.newsletter_wrap {
    border:4px solid #108fcf;
}
#mc-embedded-subscribe {
    background-color:#108fcf;

}
.blog-card .details a:hover {
    color: #108fcf;
}
.blog-card .description p:after {
    background: #108fcf;
}
.blog-card .description a {
    color: #108fcf;
}
.blog-meta span i{
    color: #108fcf;
}
#custom-search-input button {
    color:#108fcf;
}
.pricing-content .type {
    background-color: #108fcf;
}
.pricing-content .price {
    background-color: #1B2833;
}
.modal-header{
    background-color: #1B2833 !important;
}


}

