/*********
Custom Theme Style 

Added By Developer v1.0.0

************/
.bc-txt {
    color: #104CBA !important;
}

.office-time{
    margin-right: 25px;
}

.header-three .main-header{
    background: #fff;
}

.header-three.header-five .main-header.sticky-bar {
    background-color: #fff;
    box-shadow: 0px 11px 16px 0px rgb(16 76 186 / 10%);
}

.header-three.header-five .main-navigation #mainmenu > li > ul {
    border-top: 2px solid #104cba;
}

.header-five .container nav:after{
    display: none;
}

.qa-mega .qa-mega-title > a {
    display: none !important;
}

.header-three.header-five .main-navigation ul li.qa-mega ul.sub-menu li + li > a {
    border-top: 1px solid #e9e9e9;
}

.header-three.header-five .main-navigation ul li.qa-mega ul.sub-menu li.qa-mega-title {
    padding-bottom: 0px;
}

.header-three.header-five .main-navigation ul li.qa-mega ul.sub-menu li.qa-mega-title > ul.sub-menu {
    padding-top: 0px;
}

.header-three.header-five .main-navigation ul li.qa-mega ul.sub-menu li a {
    padding: 6px 15px;
    font-size: 15px;
}

.restly-service-six .service-hbtn .theme-btns {
    display: inline-block;
    padding: 12px 20px;
}

.center_tabs .nav-tabs {
    justify-content: center !important;
}

.center_tabs .restly-section-tabs-wrapper ul.nav-tabs > li {
    padding: 0 50px;
}

.restly-section-tabs-wrapper .tab_list ul {
    border: 0 !important;
}

.main-navigation ul li a {
    padding: 30px 18px 30px 18px;
}

.restly-company-info-wrapper .company-info-widget ul {
    padding: 0;
    list-style: none;
}

.breadcroumb-area {
    position: relative;
    z-index: 0;
}

.breadcroumb-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(6 19 44 / 88%), rgb(6 19 44 / 15%));
    z-index: -1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.restly-input.message textarea {
    padding-right: 50px;
}

.restly-input:after{
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 25px;
    color: #104cba;
    z-index: 999;
    font-weight: 700;
    top: 20px;
}
.restly-input.subject:after {
    content: "\f27a";
}

.restly-input.company:after{
    content: "\f02e";
}
.restly-input.address::after{
    content: "\f5a0";
}
.restly-input.city::after{
    content: "\f3c5";
}

.service_cols .wpcf7-list-item {
    width: 30%;
}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .to-top{
        right: 15px;
    }
    .header-three.header-five .main-navigation ul li.qa-mega ul.sub-menu li.qa-mega-title > ul.sub-menu {
        display: block !important;
    }

    .header-three.header-five .main-navigation ul li.qa-mega ul.sub-menu li a {
        padding: 9px 10px;
    }

    .header-three.header-five .main-navigation ul li.qa-mega ul.sub-menu li + li > a {
        border-top: 1px solid #525252;
    }

    .header-three ul#mainmenu {
        margin-top: 18px !important;
    }

    ul#mainmenu ul {
        padding-left: 0;
    }

    ul#mainmenu > li > ul {
        padding-left: 15px;
    }

    .header-three .stellarnav .menu-toggle span.bars {
        margin-right: 0;
        top: -3px;
    }

    .header-three.header-three.header-five .header-top {
        display: none;
    }

    .restly-home-banner {
        background-position: 65% 50%;
    }

    .breadcroumb-area {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .breadcroumn-contnt .brea-title {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 0px;
    }
    
    .page-child .breadcroumn-contnt .brea-title {
        font-size: 34px;
        line-height: 44px;
    }
    
    .service_cols .wpcf7-list-item {
        width: 100%;
    }
}

@media only screen and (min-width: 692px) and (max-width: 991px) {
    .service_cols .wpcf7-list-item {
        width: 45%;
    }
}
