﻿body {
    font-family: 'Open Sans', sans-serif;
}

/*Loader*/
.GMBloader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #fd00009c;
    margin: 3px 21px;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Desktop Header*/
@media screen and (min-device-width:640px) {
    * {
        margin: 0;
        box-sizing: border-box;
    }

    /* .container {
        width: 1170px;
margin: auto;
    } */

    .header {
        border-bottom: 1px solid #e8e8e8;
    }

    a {
        text-decoration: none;
    }

    .top-bar {
        float: left;
        background: #d84e55;
        /*#087dc2;*/
        width: 100%;
        padding: 10px 0;
    }

    .top-bar,
    .top-bar a,
    .top-bar h5 {
        color: #fff;
        font-size: 12px;
    }

    .top-bar h5 {
        padding: 10px 0;
    }

    .top-bar ul {
        margin: 0;
        padding: 10px 0px;
    }

    .top-bar ul li {
        display: inline;
        padding: 0 10px;
        border-right: 1px solid;
        cursor: pointer;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .dropdown {
        display: inline-block;
    }

    .dropdown,
    select {
        position: relative;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        right: 0;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        z-index: 101;
    }

    .dropdown-content a {
        color: #000;
        padding: 12px 16px;
        display: block;
    }

    .dropdown-content a:hover {
        background-color: #f1f1f1;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .logo {
        margin: 29px;
        margin-left: 3px;
        width: 100px;
        border: none;
        vertical-align: middle;
    }

    .menuB {
        text-transform: uppercase;
        float: right;
        padding: 0;
        margin: 0;
    }

    .menuB li {
        float: left;
        line-height: 90px;
        font-weight: 600;
        list-style: none;
    }

    .menuB li a {
        padding: 9px 17px 8px;
        margin: 0;
        font-size: 14px;
        color: #1f1f1f;
        position: relative;
    }

    .sub-menu {
        display: none;
        width: 193px;
        position: absolute;
        padding: 0px 0;
        background: #fff;
        border-top: 3px solid;
        top: 137px;
        box-shadow: aliceblue;
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
        z-index: 101;
        margin-left: -19px;
    }

    .sub-menu li {
        width: 100%;
        font-weight: 300;
        padding: 10px 0;
        line-height: 28px;
        border-bottom: 1px dashed #ececec;
    }

    .sub-menu li a {
        width: 100%;
    }

    .menu-itemss:hover .sub-menu {
        display: block;
    }
}

/*Mobile Header*/
@media screen and (max-device-width:640px) {
    .logoMobile {
        width: 100px;
        padding: 0.3rem .2rem;
        display: flex;
        margin: 8px;
    }
html body {
    display:block;

}

    .header {
        background: #e24648;
        box-shadow: 0 1px 9px rgba(0, 0, 0, .47);
        -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .47);
        -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, .47);
        -ms-box-shadow: 0 1px 9px rgba(0, 0, 0, .47);
        height: 4em;
        line-height: 2em;
        padding: 0px 0px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 600;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .slide-nav {
        position: fixed;
        width: 200px;
        border: 1px solid #dcdcdc;
        background: #fff;
        height: 100%;
        padding-top: 0em;
        left: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        overflow-y: auto;
        z-index: 550;
    }

    .slide-nav ul,
    .slide-nav ul .slide-nav li ul,
    .slide-nav li,
    .slide-nav li a {
        display: block;
        color: #151515;
        padding: 0 9px;
        line-height: 2.5em;
        white-space: nowrap;
        overflow: hidden;
        list-style-type: none;
        margin-top: 0px;
    }

    .userIcon .LogOut {
        width: 35px;
        border-radius: 16px;
        display: inline-block;
        color: #fff;
        font-size: 2em;
        float: right;
        position: absolute;
        right: 17px;
        top: 10px;
    }

    .userNametxt {
        color: #fff;
        font-size: .9em;
        position: absolute;
        right: 52px;
        top: 16px;
        width: 120px;
        overflow: hidden;
        text-align: end;
    }
}

@media (min-device-width: 990px){
.home_container_width {
    width: 100%;
}
}

ul.entry-post-meta {
    margin-bottom: 10px !important;
    margin: auto;
    text-align: end;
}


.modal-overlay {
    position: fixed;
    background: rgba(0, 0, 0, .46);
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s;
}

















/*------------------- 27 feb work-------------------- */


.header {
    border: none;
    box-shadow: 0 0 10px #e24648;
}

a {
    text-decoration: none;
}

.top-bar {
    color: #fff;
    font-size: 12px;
    float: left;
    background: #ec1b20;
    width: 100%;
}

.top-bar,
.top-bar a,
.top-bar h5 {
    color: #fff;
    font-size: 12px;
    padding: 0;
}

.top-bar h5 {
    padding: 10px 0;
}

.top-bar ul {
    margin: 0;
    /* padding: 10px 0px; */
}

.top-bar ul li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid;
    cursor: pointer;
    font-weight: 800;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dropdown {
    display: inline-block;
}

.dropdown,
select {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 101;
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.logo {
    margin: 11px;
    margin-left: 11px;
    margin-left: 3px;
    width: 160px;
    border: none;
    vertical-align: middle;
}

.menuB {
    text-transform: uppercase;
    float: right;
    padding: 0;
    margin: 0;
}

.menuB li {
    float: left;
    line-height: 70px;
    font-weight: 600;
    list-style: none;
}

.menuB li:first-child a {
    background: #ec1b20 !important;
    color: #fff;
}

.menu-itemss a {
    cursor: pointer;
}

.sub-menu {
    display: none;
    width: 193px;
    position: absolute;
    padding: 0px 0;
    background: #fff;
    border-radius: 10px;
    border-top: none;
    border-bottom: 3px solid #ec1b20;
    top: 90px;
    box-shadow: aliceblue;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
    z-index: 101;
    margin-left: 3px;
}

.sub-menu li {
    width: 100%;
    font-weight: 300;
    padding: 10px 0;
    line-height: 28px;
    border-bottom: 1px dashed #ececec;
}

.sub-menu li a {
    width: 100%;
}

.sub-menu li a:hover {
    color: #ec1b20;
}

.menu-itemss:hover .sub-menu {
    display: block;
}


.search-tabs-bg .tabbable .tab-content .tab-pane {
    background: #ffffffa8;
    padding: 10px 25px;
    margin: 10px 0px 0px 0px !important;
    box-shadow: 0 0 10px black;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .1);
    border-radius: 30px !important;
}

.ancLink .button {
    background-color: #e24648 !important;
    background-position: 96% center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 9px 20px !important;
    text-indent: 0;
    margin-top: 17px !important;
    transition: all .2s ease 0s;
    font-family: open sans, sans-serif;
}

label {
    color: #302c2c;
    font-weight: 500;
    font-size: 20px;
}

.tabbable .tab-content .row input#MainContent_btnbussearch {
    border-radius: 10px !important;
    background-color: #ec1b20 !important;
    padding: 8px 20px !important;
    font-weight: 600;
}

.tabbable .tab-content .row {
    align-items: center;
    justify-items: center;
    margin-top: 0px;
    padding-top: 13px;
    margin-bottom: 19px;
}

div#desktop .vc_custom {
    min-height: 450px;
    background-size: cover;
    padding: 0px 25px 0 25px;
}

#primary {
    width: 770px;
    padding: 0;
    margin-top: 41px;
}

#secondary-left.secondary-has-left-sidebar {
    float: left;
    margin-top: 41px;
}

.widget h3.widgettitle {
    display: block;
    position: relative;
    font-size: 25px !important;
    color: #ec1b20 !important;
    clear: both;
    width: 100%;
    padding-left: 16px !important;
    padding: 0 0 12px;
    font-weight: 600;
    border-bottom: 1px solid #e4e8ea;
}

h2 {
    font-size: 30px;
    margin: 40px 40px 15px;
    color: #ec1b20;
    font-weight: 600;
    text-transform: uppercase;
}

section#secondary-left {
    background-color: #FFF;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.owl-stage .owl-item .col-md-12 {
    background: #df494924;
    /* border: 10px solid #f7f7f7; */
    padding: 20px;
    border-radius: 20px;
    margin-top: 3px;
    /* box-shadow: 0 0 5px; */
    min-height: 140px !important;
    margin-bottom: 40px;
    outline: 0px solid #ec1b20;
    outline-offset: -10px;
}

.owl-stage .owl-item .col-md-12 p {
    font-size: 14px;
    padding-top: 15px;
}

.owl-stage .owl-item .col-md-12 h4::first-letter {
    text-transform: uppercase;
}

div#desktop::first-letter {
    transform: uppercase;
}

div#desktop .container-fluid .container .col-md-3 {
    /* background: #ffff; */
    border: 0px solid #f7f7f7;
    padding: 0px 15px;
    outline: 0px;
    border-radius: 0px;
}

footer#footer .column aside p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.dt-sc-social-icons li {
    border: none;
}

#footer .dt-sc-social-icons li a {
    margin: 0;
    width: 45px;
    font-size: 21px;
    height: 46px;
    margin-right: 8px;
    /* background-color: #998d8d !important; */
    box-shadow: 0 0 4px black;
    /* border-radius: 24px !important; */
}

footer#footer .column aside.widget ul li {
    font-size: 16px;
    font-weight: 500;
}

.footer-row2 .dt-sc-ico p {
    font-size: 13px;
    align-items: center;
    color: white;
    margin: auto;
    margin-top: 2px;
}

#footer .copyright.type2 {
    padding: 0;
}

#footer .copyright.type2 {
    padding: 0px 0 0px;
    background-color: #ec1b20 !important;
}

.tabbable .tab-content .row {
    align-items: center;

}

#primary .recent-posts-widget .entry-place-meta {
    background: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px;
    font-size: 15px;
}

#primary .widget h3.widgettitle {
    display: block;
    position: relative;
    font-size: 18px !important;
    clear: both;
    width: 100%;
    padding-left: 16px !important;
    padding: 14px 0 12px;
    padding-left: 0px;
    font-weight: 600;
    border-bottom: 1px solid #e4e8ea;
    background: #ec1b20;
    margin-top: 0;
    color: white !important;
    border-radius: 19px 20px 0px 0px;
}

.widget.widget_recent_entries h3.widgettitle {
    background-color: #ec1b20;
    margin-top: 0;
    font-size: 18px !important;
    padding: 14px 0 12px;
    border-radius: 19px 20px 0px 0px;
    color: white !important;

}

section#secondary-left ul li {
    padding: 0px 14px 0px 11px;
}

#footer .widget ul li a:hover {
    color: #ec1b20;
}

#secondary-left.secondary-has-left-sidebar .recent-posts-widget ul.entry-post-meta {
    display: flex !important;
    flex-wrap: wrap;
    /* margin-bottom: 0 !important; */
}

#secondary-left.secondary-has-left-sidebar .recent-posts-widget ul.entry-post-meta li {
    width: 50%;
    padding: 5px 10px !important;
    text-align: left;
    font-size: 16px !important;
    border-bottom: 1px solid #ddd;
}

.entry-detail ul li span a {
    text-align: center;
    color: black;
    font-size: 16px !important;
}

.entry-detail ul li span a:hover {
    color: #ec1b20;
}

div#desktop .container .col-md-3 h4 {
    font-size: 19px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
}

.menuB .sub-menu li a {
    background-color: white !important;
    color: black;
}

.dt-sc-ico>h5 {
    font-size: 18px;
    color: white !important;
}

.footer-row3 .container .column p br {
    display: none;
}

#footer .footer-row3 {
    border-top: 1px solid #e4e8ea;
    padding: 6px 0 0px 0px;
    float: left;
    width: 100%;
}

#footer .footer-row2 h4 {
    font-weight: 500;
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}

.footer-widgets-wrapper a img.targetImage {
    width: 150px !important;
}

footer#footer .footer-row2 .column.dt-sc-one-fourth.first {
    border-right: 1px solid #ddd;
    text-align: center;
}

footer#footer .footer-row2 .column.dt-sc-one-fourth {
    text-align: center;
    border-right: 1px solid #ddd;
}

footer#footer .footer-row2 .column.dt-sc-one-fourth:last-child a {
    text-decoration: none;
    color: #ec1b20;
}

footer#footer .footer-row2 .column.dt-sc-one-fourth:last-child a:hover {
    color: #eb4a4d;
}

footer#footer .footer-row2 .column.dt-sc-one-fourth:last-child {
    border-right: none;
}

#footer .footer-row2 {
    background-color: #232121;
}

.menuB li a:hover {
    color: #ec1b20;
}

#footer .dt-sc-social-icons .facebook a:hover {
    color: #3b5998;
}

.owl-nav button img {
    width: 40px;
}
.owl-carousel.owl-loaded {
    display: block;
    position: relative;
}

.owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    display: flex;
    height: 0px;
    align-items: center;
}

.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    display: flex;
    height: 0px;
    align-items: center;
}

/* .owl-nav button img {
    width: 40px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #ec1b20;
} */
/* .owl-carousel.banner-owl-slider.owl-loaded.owl-drag {
    padding: 15px;
} */

/* .row.simple-card {
    padding: 0px 18px 20px 18px;
} */

.row.simple-card .col-md-4 .inner-card {
    background-color: white;
    margin: 10px;
    padding: 40px;
    min-height: 145px;
    border-radius: 20px;
    box-shadow: 0 0 10px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 550px;
    margin-top: 40px;
}


@media (min-width:1200px) {
    .container {
        min-width: 90%;
        padding: 0;
    }
    .footer-widgets-wrapper aside.widget {
        margin-top: 20px;
    }
    .footer-widgets-wrapper .column.dt-sc-three-fourth {
        width: 100%;
    }
    .footer-widgets-wrapper .column.dt-sc-one-fourth.first{
        width: 100%;
    }
    .footer-widgets-wrapper aside.widget .dt-sc-tabs-frame-content .column.dt-sc-one-fourth.space.first{
        width: 23.3%;
    }
    label {
        color: #302c2c;
        font-weight: 500;
        font-size: 15px;
    }
    .tabbable .tab-content .row input#MainContent_btnbussearch {
        border-radius: 10px !important;
        background-color: #ec1b20 !important;
        padding: 8px 13px !important;
        font-weight: 600;
        font-size: 15px;
    }
}
@media (max-width:992px) {
    .container {
        min-width: 100%;  
    }

}

/* .row.simple-card {
    padding: 0 10px 0 10px;
} */
/* .row.simple-card {
    padding: 0 10px 0 10px;
} */
/* .row.carousel {
    padding-left: 22px;
    padding-right: 22px;
} */
/* .card-main {
    padding-left: 12px;
    padding-right: 12px;
} */