/* Add here all your CSS customizations */
html body .tabs .nav-tabs .nav-link, 
html.dark body .tabs .nav-tabs .nav-link, 
html body .tabs .nav-tabs .nav-link:hover, 
html.dark body .tabs .nav-tabs .nav-link:hover, 
html.dark body .tabs .nav-tabs li.active .nav-link {
    color: #333;
}

.nav-tabs li .nav-link:hover {
	border-top: 3px solid #CE0A5E;
}

.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
	border-top: 3px solid #CE0A5E;
}

.vflag {
    border: 1px solid #EEE;
}
.vflag-padding {
    padding: 20px;
}

.vpartner {
    padding: 10px;
}

.pb-5, .py-5 {
    padding-bottom: 1rem !important;
}

.list.list-icons.list-icons-lg li {
    padding-top: 3px;
    padding-left: 20px;
}

#footer a:not(.btn) {
    color: #DDD;
}

#footer p {
    color: #AAA;
}

.social-icons-top:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li {
    background: #FFF !important;
}

.social-icons-top li a {
    height: 24px !important;
    width: 24px !important;
    line-height: 24px !important;
}

.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li {
    background: #F8F9FA;
}

.vhr {
    margin: 0px !important;
}

label {
    margin-bottom: 2px !important;
}


.form-control:not(.form-control-sm):not(.form-control-lg) {
    line-height: 20px;
}

.vfooter-services {
    line-height: 20px;
}

.vfooter-services-arrow {
    top: 4px !important;   
}

.vstory {
    font-size: 22px !important;
    letter-spacing: 0px !important;
}

a:hover {
    color: #014898;
}

.btn-outline.btn-primary:hover, html .btn-outline.btn-primary.hover {
    color: #FFF;
}

.vborder {
    border-width: 1px;
    border-color: #0055B6;
}

.vauthor1 {
    text-transform: capitalize;
}

.vauthor2 {
    line-height: 19px;
    font-weight: 500;
    color: #70704a;
}

.list li {
    margin-bottom: 6px;
}

.vminheight1 {
    min-height: 150px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 2px;
}
.toggle > .toggle-content > p {
    padding: 0px;
}
dl, ol, ul {
    margin-bottom: 0;
}
h4 {
    line-height: 30px;
    margin: 0 0 8px 0;
}
.font-weight-bold, b, strong {
    font-weight: 700 !important;
}


#header .header-nav-main nav > ul > li > a {
    text-transform: capitalize !important;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 0.5rem 12px;
}



.counters strong {
    font-size: 20px;
    line-height: 22px;
}
.counters label {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}
.vborder_box {
    border: 1px solid #0055B6;
    border-radius: 8px;
}