/* ===================== DESKTOP (min-width: 768px) ===================== */

/* --- Header structural styles (from site.css) --- */

.head1 {
    width: 100%;
    background-color: #ffffff;
    position: relative;
}

.head1 .topbar {
    background-color: #aa00aa;
    /* overridden by page_14291.css to #002844 */
    line-height: 1;
    padding: 13px;
    color: #ffffff;
    font-size: 16px;
}

.head1 .topbar .left {
    float: left;
}

.head1 .topbar .left a {
    color: #ffffff;
    text-decoration: none;
}

.head1 .topbar .right {
    float: right;
}

.head1 .logo2 {
    text-align: center;
    padding: 20px;
    padding-left: 0px;
}

.head1 .menu2 {
    text-align: center;
    display: flex;
    align-items: stretch;
}

.head1 .menu2 a {
    font-size: 18px;
}

.head1 .menu2>ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.head1 .menu2>ul li {
    list-style-type: none !important;
}

.head1 .menu2>ul>li>a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px;
    text-decoration: none;

}

.head1 .menu2>ul>li>a i {
    padding-left: 10px;
}

.head1 .menu2 li {
    margin-top: 0px;
}

.head1 .menu2 li a {
    display: inline-block;
}

.flex-head {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Header colour/brand overrides (from page_14291.css) --- */

@media (min-width: 768px) {
    .wb-header-14291 {
        padding: 0px;
        background-color: #002844;
        color: #FFFFFF !important;
        font-family: Inter, Sans-serif !important;
    }

    .wb-header-14291 .topbar {
        background-color: #002844;
    }

    .wb-header-14291 .left {
        color: #FFFFFF !important;
    }

    .wb-header-14291 .left a {
        color: #FFFFFF !important;
    }

    .wb-header-14291 .right {
        color: #FFFFFF !important;
    }

    .wb-header-14291 .eml {
        color: #FFFFFF !important;
    }

    .wb-header-14291 .menu2 a {
        color: #FFFFFF !important;
    }

    .wb-header-14291 .menu a {
        color: #FFFFFF !important;
    }

    .wb-header-14291 a {
        font-family: Inter, Sans-serif !important;
    }

    .wb-header-14291 ul li a.active {
        color: #E06A2C !important;
    }

    .wb-header-14291 ul li a.s-active {
        color: #E06A2C !important;
    }

    .wb-header-14291 .menu2 ul li:hover ul.l2 {
        background-color: #002844;
    }

    .hamburger {
        color: #E06A2C !important;
    }
}


/* ===================== MOBILE HEADER ===================== */

.head1_empty2-mob {
    padding-top: 79px;
}

.head1-mob {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 5;
    left: 0px;
    top: 0px;
    padding: 8px !important;
    font-size: 26px;
    min-height: 79px;
}

.head1-mob .logo2 {
    padding-bottom: 0px !important;
    max-width: calc(100% - 50px);
}

.head1-mob .hamburger {
    color: #242424;
    padding-right: 20px;
    padding-top: 10px;
    display: block;
}

.topbar {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}


/* ===================== MOBILE MENU (FLYOUT) ===================== */

.mobmenu {
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    color: #ffffff;
    transition: 0.5s all;
    z-index: 9999;
    overflow: hidden;
}

.mobmenu_show {
    right: 0px;
    visibility: visible;
}

.mobmenu .links {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    bottom: 0px;
    margin-bottom: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobmenu .bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 200px;
}

.mobmenu ul {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 15px;
}

.mobmenu ul.mnu-top {
    position: absolute;
    left: 0px;
    width: 100%;
    transition: all 0.3s;
}

.mobmenu ul.mnu-sub {
    position: absolute;
    visibility: hidden;
    left: 100%;
    top: 0px;
    width: 100%;
    transition: all 0.3s;
}

.mobmenu ul li {
    display: flex;
    padding: 10px;
    padding-left: 20px;
    font-size: 20px;
    text-align: left;
    margin: 0px !important;
}

.mobmenu ul li a:first-child {
    flex-grow: 1;
}

.mobmenu ul li a {
    color: #FFFFFF;
    /* overridden by page_14291.css */
}

.mobmenu ul li a:hover {
    text-decoration: none;
}

.mobmenu ul li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.mobmenu ul li span {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
}

.mobmenu ul li.mnu-back {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.mobmenu ul.out {
    left: -100%;
}

.mobmenu ul.in {
    left: 0;
    visibility: visible;
}

.mobmenu .closemenu {
    display: inline-block;
    text-align: left;
    color: #ffffff;
    /* overridden by page_14291.css to #002844 */
    font-size: 40px;
    font-weight: bold;
    padding: 20px;
    line-height: 0.5;
}

.mobmenu .contact {
    padding: 20px;
    word-wrap: no-wrap;
}

.mobmenu .contact .details {
    display: inline-block;
    width: 60%;
}

.mobmenu .contact b {
    font-size: 22px;
}

.mobmenu .round_border {
    padding: 10px;
    border: 1px solid #676767;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 25px;
    text-align: center;
    display: inline-block;
    color: #676767;
}

.mobmenu .social {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.mobmenu .icon {
    margin-right: 20px;
}

/* --- Mobile menu colour overrides (from page_14291.css) --- */

@media (max-width: 992px) {
    .mobmenu {
        background-color: #002844;
        color: #FFFFFF !important;
    }

    .mobmenu a {
        color: #FFFFFF !important;
        font-family: Inter, Sans-serif !important;
    }

    .mobmenu .contact span {
        border-color: #FFFFFF !important;
        color: #FFFFFF !important;
    }

    .mobmenu .social .icon i {
        color: #FFFFFF !important;
    }

    .mobmenu .closemenu {
        color: #002844;
    }

    .mobmenu .contact {
        color: #002844;
    }

    .hamburger {
        color: #E06A2C !important;
    }

    .wb-header-14291 {
        padding: 0px;
        background-color: #002844;
        color: #FFFFFF !important;
        font-family: Inter, Sans-serif !important;
    }

    .wb-header-14291 .topbar {
        background-color: #002844;
    }

    .wb-header-14291 .left {
        color: #FFFFFF !important;
    }

    .wb-header-14291 .left a {
        color: #FFFFFF !important;
    }

    .wb-header-14291 .right {
        color: #FFFFFF !important;
    }

    .wb-header-14291 .eml {
        color: #FFFFFF !important;
    }

    .wb-header-14291 .menu2 a {
        color: #FFFFFF !important;
    }

    .wb-header-14291 .menu a {
        color: #FFFFFF !important;
    }

    .wb-header-14291 a {
        font-family: Inter, Sans-serif !important;
    }

    .wb-header-14291 ul li a.active {
        color: #E06A2C !important;
    }

    .wb-header-14291 ul li a.s-active {
        color: #E06A2C !important;
    }

    .wb-header-14291 .menu2 ul li:hover ul.l2 {
        background-color: #002844;
    }
}


/* ===================== FOOTER ===================== */

/* Desktop (min-width: 768px) */
@media (min-width: 768px) {
    .wb-footer-14291 {
        background-color: #FFFFFF;
        font-family: Inter, Sans-serif;
    }

    .wb-footer-14291 .bottom {
        background-color: #002844;
        padding: 20px;
    }

    .wb-footer-14291 h3 {
        color: #E06A2C;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .wb-footer-14291 .txt {
        color: #FFFFFF;
        font-size: 14px;
    }

    .wb-footer-14291 ul {
        list-style-type: none;
        padding-left: 0px;
    }

    .wb-footer-14291 .second {
        float: right;
    }

    .wb-footer-14291 .adv {
        float: right;
        padding-right: 10px;
    }

    .wb-footer-14291 .social {
        float: left;
        padding-right: 35px;
    }

    .wb-footer-14291 .main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .wb-footer-14291 .icon {
        background-color: #E06A2C;
        border-radius: 30px;
        padding: 7px;
        color: #FFFFFF;
        display: inline-block;
        line-height: 13px;
        font-size: 11px;
        margin-right: 2px;
    }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .wb-footer-14291 {
        background-color: #FFFFFF;
        font-family: Inter, Sans-serif;
    }

    .wb-footer-14291 .bottom {
        background-color: #002844;
        padding: 20px;
    }

    .wb-footer-14291 h3 {
        color: #E06A2C;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .wb-footer-14291 .txt {
        color: #FFFFFF;
        font-size: 14px;
    }

    .wb-footer-14291 ul {
        list-style-type: none;
        padding-left: 0px;
    }

    .wb-footer-14291 .second {
        display: block;
    }

    .wb-footer-14291 .adv {
        display: block;
        padding-top: 40px;
        text-align: center;
    }

    .wb-footer-14291 .social {
        display: block;
        padding-top: 30px;
        text-align: center;
    }

    .wb-footer-14291 .main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .wb-footer-14291 .icon {
        background-color: #E06A2C;
        border-radius: 30px;
        padding: 12px;
        color: #FFFFFF;
        display: inline-block;
        line-height: 23px;
        font-size: 18px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.visible-xs-block {
    display: none !important;
}

.eml:hover {
    text-decoration: underline;
}

.menubutton {
    border-radius: 450px;
    background-color: #E06A2C;
    color: #FFFFFF !important;
    border: 2px solid #E06A2C;
    font-size: 18px !important;
    height: 30px !important;
    margin-left: 10px;

}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important
}

@media (max-width: 962px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
        z-index: 20;
    }

    .pull-left img {
        max-width: 75%;
    }

    .pull-right a {
        padding-right: 20px;
        padding-top: 10px;
        display: block;
    }
}

#sect-7 {
    background-image: url("/userfiles/CommercialServicesTradingLtd/ffImages/footer-background.jpg");
    background-position: center center;
    background-size: cover;
}

#sect-7 .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {

    #sect-7 .container {
        width: 750px;
    }
}

@media (min-width: 992px) {

    #sect-7 .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #sect-7 .container {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .wb-sect-14291-7 {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }
}


.wb-section .row.center,
.wb-section .frow.center,
.wb_section .row.center {
    display: flex;
    justify-content: center;
}

#sect-7 p,
#sect-7 a,
#sect-7 h2,
#sect-7 span {
    color: #ffffff;
}

.wb-section .wb_column_content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: auto;
    margin: 0px 20px;
}

.col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }
}

.col-md-1 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#sect-7 h2 {
    font-size: 34px;
    font-weight: bold;
}

#sect-7 span {
    font-size: 18px;
}

#sect-7 p {
    margin: 0 !important;
    font-size: 18px;
}

@media (min-width: 768px) {

    .wb-el-14291-7-0-1 {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        mobile-padding: off;
    }

    .wb-el-14291-7-0-2 {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }


    .wb-el-14291-7-0-2 .contact-line {
        display: flex;
        align-items: baseline;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .wb-el-14291-7-0-2 .contact-line .cglyph {
        display: inline-block;
        line-height: 20px;
        padding: 8px;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 50%;
        background-color: #E06A2C;
        border: 0px none;
        mobile-padding: off;
        transform: translateY(-2px);
    }

    .wb-el-14291-7-0-2 .contact-line i {
        font-size: 15px;
        line-height: 18px;
        color: #ffffff;
        mobile-padding: off;
    }

    .wb-el-14291-7-0-2 .contact-line a {
        font-family: Inter, Sans-serif;
        font-size: 20px;
        color: #FFFFFF;
        display: inline-block;
        word-break: break-word;
    }

    .wb-el-14291-7-0-4 a {
        display: inline-block;
        line-height: normal;
        padding: 8px;
        margin: 3px;
        border-radius: 450%;
        background-color: #E06A2C;
        border: 0px none #FFFFFF;
        mobile-padding: off;
    }

    .wb-el-14291-7-0-4 i {
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
        mobile-padding: off;
    }

    .wb-el-14291-7-0-4 {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.wb-el-14291-7-0-2 .wb_contact a:hover {
    text-decoration: underline;
}

.wb-footer-14291.container-fluid {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .wb-footer-14291 {
        background-color: #002844;
        ;
    }
}


@media (max-width: 768px) {

    .wb-el-14291-7-0-1 {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        mobile-padding: off;
        margin-left: 0px;
        margin-right: 0px;
    }

    .wb-el-14291-7-0-2 .contact-line i {
        font-size: 15px;
        line-height: 18px;
        color: #ffffff;
        mobile-padding: off;
    }

    .wb-el-14291-7-0-2 .contact-line {
        display: flex;
        align-items: baseline;
        line-height: 1.2;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .wb-el-14291-7-0-2 .contact-line .cglyph {
        display: inline-block;
        line-height: 20px;
        padding: 8px;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 50%;
        background-color: #E06A2C;
        border: 0px none;
        mobile-padding: off;
        transform: translateY(-2px);
    }

    .wb-el-14291-7-0-3 {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        mobile-padding: off;
        margin-left: 0px;
        margin-right: 0px;
    }

    .wb-sect-14291-7 {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .wb-el-14291-7-0-2 .contact-line a {
        font-size: 20px;
        color: #FFFFFF;
        display: inline-block;
        word-break: break-word;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .wb-el-14291-7-0-4 a {
        display: inline-block;
        line-height: normal;
        padding: 8px;
        margin: 3px;
        border-radius: 450%;
        background-color: #E06A2C;
        border: 0px none #FFFFFF;
        mobile-padding: off;
    }

    .wb-el-14291-7-0-4 i {
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
        mobile-padding: off;
    }

    footer .second {
        text-align: center;
    }

    .bottom.row {
        display: flex;
    }
}

@media (max-width: 991px ) {
    .wb-section .frow {
        display: flex;
        flex-direction: column;
        align-content: stretch;
    }
}

@media (min-width: 992px ) {
    .bottom.row{
        display: flex;
    }
}