


 /* font large / small css */

.large-font h1{
    font-size: 3rem ;
     transition: none;
}
.large-font h2{
    font-size: 2.25rem;
     transition: none;
}
.large-font h3{
    font-size: 22px;
     transition: none;
}
.large-font h4{
    font-size: 24px; 
    transition: none;
}
.large-font h5{
    font-size: 22px;
    transition: none;
}

.large-font p{
    font-size: 19px;
    transition: none;
}
.large-font small{
    font-size: 1em;
     transition: none;
}


.large-font .fa{
    font-size: inherit !important; 
    transition: none !important;
}

.large-font span{
    font-size: 19px; 
    transition: none;
}
.large-font .home-service-start h2{
    font-size: 44px !important;

}
.large-font .section-header h2{
    font-size: 42px !important;
}
.large-font .counter__item h3 span{
    font-size: 37px !important;
}
.large-font h3 a.text-white{
    font-size: 26px !important;
}




.theme-dark .services-item{
    background: #000000;
}
.theme-dark .txt-of-3{
    color:#fff;
}
.theme-dark .loan-title{
    color: #b22327;
}
.theme-dark .header-area.menu-fixed{
    background-color: #000000;
}
.theme-dark .header__main .main-menu ul li .sub-menu{
    background-color: #000000bf;
    border:0;
}
.theme-dark .header__main .main-menu ul li .sub-menu li:not(:last-child){
    border-bottom: 1px solid #000000;
}
.theme-dark .home-service-start h2{
    color: #ffffff;
}
.theme-dark .bob-details-data-popup {
    background: #222;
}
.theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6{
    color: #fff !important;
}
.theme-dark .form-control {
    color: #ffffff;
    background-color: #494747;
    border: 1px solid #494747;
}

.theme-dark .banner__inner-page h2{
    color: #72181d !important;
}
.theme-dark .table>:not(caption)>*>* {
    background-color: transparent;
}

.theme-dark .table>:not(caption)>*>* {
    color: #ffffff;
}
.theme-dark td {
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
}
.theme-dark .js-scroll-trigger{
    color: #f9f9f9;
}
.theme-dark .side-menu-list:before{
    border-left: 5px solid #f8f8f8;
}
.theme-dark .section-title .sub-title{
    color:#fff;
}
.theme-dark .whats-new{
    background-color: #222;
}