﻿
@charset "UTF-8";

html, body {
    font-family: 'Oswald', serif !important;
}

.btn {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
}

a, button {
    cursor: pointer !important;
}

.btn-round {
    border-radius: 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', serif !important;
    font-weight: 500 !important;
}

a, a:hover {
    text-decoration: none;
}

body {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #fdba2e;
    color: #fff;
}

label, div, section {
    box-sizing: border-box;
}

/**Header**/
.topBar {
    background-color: #1c1b52;
}

ul.tbMenu {
}

    ul.tbMenu > li {
        padding-left: 15px;
    }

        ul.tbMenu > li a {
            font-size: 18px;
            color: #fff;
            font-weight: 300;
            line-height: 40px;
        }

a.navbar-brand img {
    max-width: 100px;
}

/*.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #1c1b52;
}
.navbar-nav .show > .nav-link:hover {
    color: #da5a04;
}*/

.navbar-light .navbar-nav .nav-link {
    color: #1c1b52;
    font-weight: 500;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #da5a04;
    }

.slideContent {
    min-height: 600px;
    /* background-position: top center; */
    background-position: 100% 20%;
    background-size: cover;
    justify-content: center;
    align-items: end;
    color: #fff;
    text-align: center;
}

    .slideContent .content {
        padding-bottom: 90px;
        max-width: 1024px;
        margin: 0 auto;
    }

    .slideContent h3 {
        font-size: 48px;
    }


    .slideContent h5 {
        font-size: 30px;
        line-height: 70px;
        /*font-style: italic;*/
        font-weight: 300 !important;
        margin-bottom: 20px;
    }


.bg-theme {
    /*background-color: #1c1b52;*/
    background-color: #f7f7f7;
}

section {
    padding: 100px 0px;
}

.btn-theme,
.btn-theme:hover {
    color: #fff;
    background-color: #1c1b52;
    border-color: #1c1b52;
}

h2.wHeading {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
}

.styleBox {
    margin-top: 100px;
}

    .styleBox .wContentBox {
        background-color: #fff;
        max-width: 900px;
    }

        .styleBox .wContentBox h3 {
            font-size: 52px;
            font-weight: 500;
            line-height: 60px;
            color: #1c1b52;
        }


    .styleBox .imgBox {
        padding: 50px 0px;
        z-index: 999;
    }

    .styleBox.left .imgBox {
        margin-right: -150px;
    }

    .styleBox.left .wContentBox {
        padding: 100px 140px 100px 175px;
    }

    .styleBox.right .imgBox {
        margin-left: -150px;
    }

    .styleBox.right .wContentBox {
        padding: 100px 175px 100px 140px;
    }

.maxcontent {
    max-width: 700px;
    margin: 0 auto;
}

p.wPera {
    color: #fff;
}



.connect-up-to-date {
}


    .connect-up-to-date .connect-up-to-date-box {
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        position: relative;
        box-shadow: 0 17px 37px 0 #00000014;
        margin-bottom: 30px;
    }

        .connect-up-to-date .connect-up-to-date-box .connect-up-to-date-figure {
            overflow: hidden;
            border-radius: 10px;
            height: 350px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            width: 100%;
        }

            .connect-up-to-date .connect-up-to-date-box .connect-up-to-date-figure .child {
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center;
                border-radius: 10px;
                transition: .5s linear;
            }

                .connect-up-to-date .connect-up-to-date-box .connect-up-to-date-figure .child:hover {
                    transform: scale(1.2);
                    -webkit-filter: blur(1px);
                    border-radius: 10px;
                }

        .connect-up-to-date .connect-up-to-date-box ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 5%;
            left: 5%;
        }

            .connect-up-to-date .connect-up-to-date-box ul li {
                background-color: rgba(255, 255, 255, 0.95);
                text-align: left;
                border-radius: 40px;
                margin-bottom: 10px;
                text-transform: uppercase;
                height: 45px;
                width: 164px;
                display: grid;
                justify-content: center;
                align-items: center;
            }

                .connect-up-to-date .connect-up-to-date-box ul li a {
                    color: #1f1f20;
                    font-size: 14px;
                    font-weight: 800;
                    text-decoration: none;
                }

                    .connect-up-to-date .connect-up-to-date-box ul li a:hover {
                        color: #fdba2e
                    }

                    .connect-up-to-date .connect-up-to-date-box ul li a .fa {
                        margin-right: 15px;
                    }

        .connect-up-to-date .connect-up-to-date-box .connect-up-to-date-content {
            padding: 23px 19px;
        }

            .connect-up-to-date .connect-up-to-date-box .connect-up-to-date-content h3 {
                margin-bottom: 19px;
                font-size: 26px;
                min-height: 62px;
            }

            .connect-up-to-date .connect-up-to-date-box .connect-up-to-date-content p {
                font-size: 16px;
                margin-bottom: 20px;
                color: #1f1f20;
                height: 120px;
                overflow: hidden;
            }

.hmBlogArea {
    margin-bottom: 200px;
}

.hmBlogPosts {
    background-color: #fff;
    padding: 15px 0px;
    margin-top: 50px;
    margin-bottom: -200px;
}

footer {
    background-color: #1c1b52;
    background-size: cover;
    background-repeat: round;
    /* margin-top: -265px; */
}

.connect-footer {
    padding-top: 60px;
}

    .connect-footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .connect-footer ul li {
            line-height: 34px;
            color: #fff;
            font-size: 16px;
        }

            .connect-footer ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 16px;
                transition: all 0.3s ease-in;
            }

    .connect-footer h3 {
        font-size: 24px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 30px;
    }

    .connect-footer .connect-footer-top {
        display: flex;
        padding: 0 0 30px;
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

        .connect-footer .connect-footer-top .connect-footer-logo {
            width: 25%;
            position: relative;
            padding: 0 30px;
        }

            .connect-footer .connect-footer-top .connect-footer-logo ul {
                display: flex;
                padding: 10px 0
            }

                .connect-footer .connect-footer-top .connect-footer-logo ul li {
                    width: 25%;
                }

                    .connect-footer .connect-footer-top .connect-footer-logo ul li a {
                        margin-right: 10px;
                        font-size: 28px;
                    }

        .connect-footer .connect-footer-top .connect-footer-head-office {
            width: 25%;
            padding: 0 20px;
            position: relative;
        }

            .connect-footer .connect-footer-top .connect-footer-head-office ul li .fa {
                margin-right: 10px;
            }

        .connect-footer .connect-footer-top .connect-footer-useful-links {
            width: 25%;
            position: relative;
        }

            .connect-footer .connect-footer-top .connect-footer-useful-links h3 {
                padding: 0 20px
            }

            .connect-footer .connect-footer-top .connect-footer-useful-links ul li {
                width: 50%;
                float: left;
                padding: 0 0 0 20px;
            }

        .connect-footer .connect-footer-top .connect-footer-legel-info {
            width: 25%;
            padding: 0 20px;
        }

    .connect-footer .connect-footer-bottom {
        padding: 23px;
        display: flex;
        width: 100%;
        text-align: center;
    }

        .connect-footer .connect-footer-bottom p {
            font-size: 16px;
            color: #fff;
            text-align: center;
            margin: auto;
        }

.after:after {
    content: '';
    position: absolute;
    top: 28%;
    right: 0%;
    height: 74%;
    width: 1px;
    background-color: rgba(255, 255, 255, .25);
}

.scroll_to {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #da5a04;
    font-size: 16px;
    font-family: 'EB Garamond', serif;
    display: grid;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

    .scroll_to:hover {
        background-color: #1c1b52;
        color: #fff;
        text-decoration: none;
    }

.btn-outline-dark {
    color: #1c1b52;
    background-color: transparent;
    background-image: none;
    border-color: #1c1b52;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #1c1b52;
        border-color: #1c1b52;
    }

.page-head {
    min-height: 500px;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

    .page-head h3 {
        font-size: 70px;
    }

    .page-head p {
        font-size: 30px;
        font-style: normal;
        font-weight: 300;
    }

    .page-head .content {
        max-width: 900px;
		padding-top: 140px;
        margin: 0 auto;
    }

.membershipBox {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 80px;
    box-shadow: 1px 1px 20px #ccc;
}

    .membershipBox h3.title {
        text-align: center;
        font-size: 40px;
    }

    .membershipBox h4.price {
        min-height: 36px;
        margin-bottom: 30px;
    }

    .membershipBox h4.price {
        text-align: center;
        font-size: 30px;
    }


    .membershipBox .packageArea {
        min-height: 400px;
        margin-bottom: 30px;
    }

        .membershipBox .packageArea ul {
            margin-bottom: 0px;
        }

            .membershipBox .packageArea ul > li {
                padding: 20px 0px;
                border-bottom: 1px solid #959595;
                position: relative;
            }

                .membershipBox .packageArea ul > li:last-child {
                    border: 0px;
                }

                .membershipBox .packageArea ul > li i {
                    position: absolute;
                    left: -30px;
                    top: 28px;
                }

.p-50 {
    padding: 50px 0px;
}

.getTouch p {
    font-size: 24px;
}



/******OLD CSS*******/
.connect-btn-orange {
    background-color: #fdba2e;
    border: 1px solid #fdba2e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 14px;
    width: 189px;
    margin-right: 10px;
    height: 45px;
    justify-content: center;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.1s ease-in-out 0.1s;
}


.connect-btn-red {
    background-color: #da5a04;
    border: 1px solid #da5a04;
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 14px;
    width: 189px;
    margin-right: 10px;
    height: 45px;
    justify-content: center;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.1s ease-in-out 0.1s;
}

    .connect-btn-red:focus,
    .connect-btn-orange:focus {
        outline: none;
        box-shadow: none;
    }

    .connect-btn-red:hover {
        background-color: transparent;
        border: 2px solid #da5a04;
        color: #1f1f20;
    }

.connect-btn-orange:hover {
    background-color: transparent;
    border: 2px solid #fdba2e;
    color: #1f1f20;
}

.connect-what-we-do-thumbs .connect-btn-red {
    background-color: #1f1f20;
    border: 1px solid #1c1b52;
    color: #fff;
}

    .connect-what-we-do-thumbs .connect-btn-red:hover {
        background-color: #ffffff;
        border: 1px solid #1c1b52;
        color: #1f1f20;
    }


/*************** Login *****************/
.connect-login {
    padding: 108px 0;
}

.connect-login-wrapper {
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    padding: 65px 30px;
    border-radius: 8px;
}

    .connect-login-wrapper h2 {
        font-family: 'EB Garamond', serif;
        text-align: center;
        font-size: 40px;
        margin: 15px 0;
    }

    .connect-login-wrapper p {
        text-align: center;
        font-size: 20px;
    }

    .connect-login-wrapper form {
        padding: 40px 0 0;
        border-top: 1px solid #d4d4d4;
    }

form .form-group {
    margin-bottom: 30px;
}

form input.form-control {
    height: 58px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 7px 0px 0px #f0f0f0;
    border-radius: 8px;
}

form textarea.form-control {
    border: 1px solid #f0f0f0;
    box-shadow: 0px 7px 0px 0px #f0f0f0;
    border-radius: 8px;
}

    form input.form-control:focus,
    form textarea.form-control:focus {
        outline: none;
        border: 1px solid #fdba2e;
        box-shadow: 0px 7px 0px 0px #f0f0f0;
    }

    form input.form-control:hover,
    form textarea.form-control:hover {
        border: 1px solid #fdba2e;
        box-shadow: 0px 7px 0px 0px #fdba2e;
    }

.connect-login-wrapper form p {
    text-align: right;
    color: #1f1f20;
}

    .connect-login-wrapper form p a {
        color: #1f1f20;
        border-bottom: 1px solid #b4b4b4;
        text-decoration: none;
    }

        .connect-login-wrapper form p a:hover {
            border-bottom: 1px solid #fdba2e;
        }

.connect-login-wrapper form .connect-btn-red {
    width: 100%;
    margin-top: 8px;
}

.connect-what-we-do-bottom .connect-login-content-box {
    background-color: #fff;
    padding: 23px 18%;
    box-shadow: 0 17px 37px 0 #00000014;
    display: flex;
    border-radius: 9px;
    height: 200px;
}

    .connect-what-we-do-bottom .connect-login-content-box .connect-login-content {
        width: 100%;
        text-align: center;
    }

        .connect-what-we-do-bottom .connect-login-content-box .connect-login-content h3 {
            font-family: 'EB Garamond', serif;
            font-size: 30px;
            margin-bottom: 15px;
            color: #000;
        }

.connect-what-we-do-bottom .connect-what-we-do-bottom-box .connect-login-content p {
    font-size: 16px;
}

.connect-personal-detail {
    padding: 108px 0;
}

    .connect-personal-detail .connect-personal-detail-wrapper {
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
        padding: 65px 30px 40px;
        border-radius: 8px;
    }

        .connect-personal-detail .connect-personal-detail-wrapper form {
            padding: 65px 0 0;
        }

        .connect-personal-detail .connect-personal-detail-wrapper h2 {
            font-family: 'EB Garamond', serif;
            text-align: center;
            font-size: 40px;
            margin: 15px 0;
        }

        .connect-personal-detail .connect-personal-detail-wrapper form h4 {
            font-size: 28px;
            margin-bottom: 48px;
        }

            .connect-personal-detail .connect-personal-detail-wrapper form h4.mb_2 {
                margin-bottom: 20px;
            }

.border-color-red {
    color: #1c1b52;
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

    [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
        border: 2px solid #26a69a;
    }

    [type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after, [type="radio"]:checked + span:before, [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
        border-radius: 50%;
    }

    [type="radio"] + span:before, [type="radio"] + span:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        margin: 4px;
        width: 16px;
        height: 16px;
        z-index: 0;
        -webkit-transition: .28s ease;
        transition: .28s ease;
    }

    [type="radio"]:not(:checked) + span:after {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after {
        border: 2px solid #1c1b52;
    }

    [type="radio"].with-gap:checked + span:after {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
        background-color: #1c1b52;
    }

    [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
        border: 2px solid #1c1b52;
    }

    [type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-transition: .28s ease;
        transition: .28s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.origin label {
    margin-right: 22px;
}

.connect-personal-detail-wrapper form .btn-actions {
    display: flex;
    padding-top: 10px;
}

.connect-personal-detail-wrapper form .btn-actions-box {
    width: 50%;
    padding-right: 5px;
}

    .connect-personal-detail-wrapper form .btn-actions-box:nth-child(2) {
        padding-left: 5px;
    }

.connect-personal-detail-wrapper form .btn-actions .connect-btn-red {
    width: 100%;
}
/*************** end Login *****************/

/**************** Contact Us ****************/

.connect-contact-us {
    padding: 86px 0;
}

.connect-contact-us-content {
    padding: 0 0 0;
}

.connect-contact-us .connect-contact-us-content .connect-contact-us-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 17px 37px 0 #00000014;
    /* margin-bottom: 30px; */
    display: grid;
    justify-content: center;
    height: 198px;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transform: all .3s linear ease-in-out 0s;
}

    .connect-contact-us .connect-contact-us-content .connect-contact-us-box p {
        font-size: 22px;
        color: #1f1f20;
        margin: 0;
    }

    .connect-contact-us .connect-contact-us-content .connect-contact-us-box:hover {
        background-color: #1c1b52;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transform: all .3s linear ease-in-out 0s;
    }

        .connect-contact-us .connect-contact-us-content .connect-contact-us-box:hover p,
        .connect-contact-us .connect-contact-us-content .connect-contact-us-box:hover span {
            color: #fff;
        }

.connect-drop-down {
    display: flex;
    margin-bottom: 66px;
}

    .connect-drop-down select:focus {
        outline: none;
        box-shadow: none;
    }

    .connect-drop-down option {
    }

select::-ms-expand {
    display: none;
}

.selectdiv {
    position: relative;
    border: 2px solid #1c1b52;
    border-radius: 40px;
}

    .selectdiv.right {
        margin-left: auto;
    }

    .selectdiv:after {
        content: '';
        right: 30px;
        top: 20px;
        padding: 0 0 2px;
        position: absolute;
        pointer-events: none;
        background-image: url(../images/icons/select.png);
        width: 10px;
        height: 7px;
    }

    .selectdiv select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        border: 0;
        border-radius: 40px;
        height: 45px;
        text-align: center;
        justify-content: center;
        color: #1f1f20;
        padding: 0 50px 0 30px;
        font-size: 18px;
        font-weight: 500;
        -ms-word-break: normal;
        word-break: normal;
        width: 100%;
    }

.connect-contact-us.form {
    padding: 109px 0;
}

    .connect-contact-us.form span {
        font-size: 18px;
    }

.connect-contact-us a {
    text-decoration: none;
    color: #1f1f20;
}

.connect-what-we-do-bottom {
    background-image: url(../images/twitter-bg.png);
    background-size: cover;
    padding: 125px 0 90px;
}

    .connect-what-we-do-bottom .connect-what-we-do-bottom-box {
        background-color: #fff;
        padding: 23px 20px;
        box-shadow: 0 17px 37px 0 #00000014;
        display: flex;
        border-radius: 9px;
    }

        .connect-what-we-do-bottom .connect-what-we-do-bottom-box .connect-what-we-do-bottom-left-content {
            width: 70%;
        }

            .connect-what-we-do-bottom .connect-what-we-do-bottom-box .connect-what-we-do-bottom-left-content h3 {
                font-family: 'EB Garamond', serif;
                font-size: 30px;
                margin-bottom: 15px;
                color: #931318;
            }

        .connect-what-we-do-bottom .connect-what-we-do-bottom-box .connect-what-we-do-bottom-content h4 {
            font-size: 22px;
            color: #1f1f20;
            margin-bottom: 13px;
        }

        .connect-what-we-do-bottom .connect-what-we-do-bottom-box .connect-what-we-do-bottom-left-content p {
            font-size: 16px;
        }

    .connect-what-we-do-bottom .separator {
        width: 2px;
        height: 100px;
        background-color: #cccccc;
        margin: auto 22px;
    }

    .connect-what-we-do-bottom .connect-what-we-do-bottom-box .connect-btn-red {
        height: 45px;
        margin: auto;
        font-size: 14px;
        font-weight: 600;
    }

/**************** END Contact Us ****************/
.connect-detail-page .connect-detail-page-wrapper {
}

    .connect-detail-page .connect-detail-page-wrapper h4 {
        margin: 10px 0 25px;
    }

    .connect-detail-page .connect-detail-page-wrapper ul {
        padding-left: 19px;
    }

    .connect-detail-page .connect-detail-page-wrapper .connect-download-box {
        max-width: 555px;
    }

        .connect-detail-page .connect-detail-page-wrapper .connect-download-box a {
            text-decoration: none;
        }

        .connect-detail-page .connect-detail-page-wrapper .connect-download-box h4 {
            padding: 0;
        }

    .connect-detail-page .connect-detail-page-wrapper .connect-detail-page-wrapper-figure {
        overflow: hidden;
        border-radius: 10px;
        height: 448px;
        width: 100%;
        position: relative;
        margin-bottom: 22px;
    }

        .connect-detail-page .connect-detail-page-wrapper .connect-detail-page-wrapper-figure .child {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            border-radius: 10px;
            transition: .5s linear;
        }

            .connect-detail-page .connect-detail-page-wrapper .connect-detail-page-wrapper-figure .child:hover {
                transform: scale(1.2);
                -webkit-filter: blur(1px);
            }

        .connect-detail-page .connect-detail-page-wrapper .connect-detail-page-wrapper-figure ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 10px;
            left: 10px;
        }

            .connect-detail-page .connect-detail-page-wrapper .connect-detail-page-wrapper-figure ul li {
                background-color: rgba(255, 255, 255, 0.95);
                text-align: left;
                border-radius: 40px;
                margin-bottom: 10px;
                text-transform: uppercase;
                height: 45px;
                width: 164px;
                display: grid;
                padding: 0 0 0 32px;
                align-items: center;
            }

                .connect-detail-page .connect-detail-page-wrapper .connect-detail-page-wrapper-figure ul li a {
                    color: #1f1f20;
                    font-size: 14px;
                    font-weight: 800;
                    text-decoration: none;
                }

                    .connect-detail-page .connect-detail-page-wrapper .connect-detail-page-wrapper-figure ul li a .fa {
                        margin-right: 15px;
                    }

                    .connect-detail-page .connect-detail-page-wrapper .connect-detail-page-wrapper-figure ul li a:hover {
                        color: #fdba2e;
                    }

.connect-detail-page .connect-detail-page-right {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px 15px 50px 30px;
    box-shadow: 0px 18px 20px 0px rgba(0,0,0,.15);
}

    .connect-detail-page .connect-detail-page-right h4 {
        font-size: 22px;
    }

    .connect-detail-page .connect-detail-page-right .connect-detail-page-testimonial p {
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
        color: #1f1f20
    }

    .connect-detail-page .connect-detail-page-right .connect-detail-page-testimonial span {
        color: #1c1b52;
        font-size: 14px;
        font-weight: bold;
    }

    .connect-detail-page .connect-detail-page-right .connect-btn-red {
        width: 100%
    }

#dismiss {
    display: none;
}

.connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 17px 37px 0 #00000014;
    margin-bottom: 30px;
}

    .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box .connect-what-we-do-figure {
        overflow: hidden;
        border-radius: 10px;
        height: 345px;
        width: 100%;
    }

        .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box .connect-what-we-do-figure .child {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            border-radius: 10px;
            transition: .5s linear;
        }

            .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box .connect-what-we-do-figure .child:hover {
                transform: scale(1.2);
                -webkit-filter: blur(1px);
            }

    .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box .connect-what-we-do-thumbs {
        padding: 30px 19px;
    }

        .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box .connect-what-we-do-thumbs h3 {
            font-family: 'EB Garamond', serif;
            margin-bottom: 25px;
            font-size: 22px;
            height: 53px;
            overflow: hidden;
        }

        .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box .connect-what-we-do-thumbs p {
            font-size: 16px;
            margin-bottom: 20px;
            color: #1f1f20;
        }

    .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 20px;
        left: 20px;
    }

        .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box ul li {
            background-color: rgba(255, 255, 255, 0.95);
            text-align: left;
            border-radius: 40px;
            margin-bottom: 10px;
            text-transform: uppercase;
            height: 45px;
            width: 164px;
            display: grid;
            justify-content: center;
            align-items: center;
        }

            .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box ul li a {
                color: #1f1f20;
                font-size: 14px;
                font-weight: 800;
                text-decoration: none;
            }

                .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box ul li a .fa {
                    margin-right: 15px;
                }

                .connect-what-we-do .connect-what-we-do-content .connect-what-we-do-box ul li a:hover {
                    color: #fdba2e
                }

.connect-what-we-do .connect-what-we-do-desc {
    padding: 48px 4% 0;
    text-align: center;
}

    .connect-what-we-do .connect-what-we-do-desc p {
        font-size: 18px;
        margin-bottom: 0
    }

/******OLD CSS END*******/


form.contactForm {
}

    form.contactForm .form-group {
        margin-bottom: 25px;
    }

    form.contactForm input,
    form.contactForm select {
        background-color: #fff;
        border-radius: 50px !important;
        border: 1px solid #d7d7d7;
        box-shadow: none !important;
    }

    form.contactForm textarea {
        background-color: #fff;
        border-radius: 25px !important;
        border: 1px solid #d7d7d7;
        box-shadow: none !important;
    }

ul.contactIcons {
    margin-top: 30px;
}

    ul.contactIcons > li {
        margin-bottom: 10px;
    }

        ul.contactIcons > li span {
            display: inline-block;
            padding-left: 15px;
        }

.subscribeArea {
}

    .subscribeArea input[type="email"] {
        margin: 50px 0px;
    }

@media (min-width: 1500px) {
    .container {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1024px) {
    section {
        padding: 50px 0px;
    }

    .styleBox.left .imgBox {
        margin-right: 0;
    }

    .styleBox.right .imgBox {
        margin-left: 0px;
    }

    .styleBox.left .imgBox {
        margin-left: 0;
    }

    .styleBox.right .wContentBox,
    .styleBox.left .wContentBox {
        padding: 50px;
    }

    .styleBox .wContentBox {
        background-color: #fff;
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 24px;
        font-weight: 500;
    }
}


@media (max-width: 992px) {
    .styleBox .wContentBox h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .membershipBox {
        margin-bottom: 50px;
    }

    .styleBox .wContentBox {
        max-width: 375px;
    }

    .styleBox.right .wContentBox, .styleBox.left .wContentBox {
        padding: 30px;
    }

    .connect-up-to-date .connect-up-to-date-box .connect-up-to-date-figure {
        height: 250px;
    }

    .membershipBox .packageArea {
        min-height: 0;
    }
}

@media only screen and (max-width: 640px) {
    .slideContent h3 {
        font-size: 30px;
    }

    .slideContent h5 {
        font-size: 20px;
        line-height: 20px;
    }

    .slideContent {
        min-height: 450px;
    }

    h2.wHeading {
        font-size: 28px;
    }

    section {
        padding: 20px 0px;
    }

    .styleBox {
        margin-top: 50px;
    }

        .styleBox .d-flex {
            display: block !important;
        }

        .styleBox .imgBox {
            padding: 0;
        }

        .styleBox.right .wContentBox, .styleBox.left .wContentBox {
            padding: 30px;
            max-width: 100% !important;
        }

    .connect-footer .connect-footer-top .connect-footer-logo,
    .connect-footer .connect-footer-top .connect-footer-head-office,
    .connect-footer .connect-footer-top .connect-footer-legel-info {
        width: 100%;
        padding: 20px;
    }

    .connect-footer .connect-footer-top {
        display: block;
    }

    .navbar-light .navbar-toggler {
        color: #1c1b52;
        border-color: #1c1b52;
    }

    .membershipBox {
        padding: 30px 30px 30px 40px;
    }
}


/******NEW HOME PAGE******/
.sideImg {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bgLightGray {
    background-color: #f7f7f7;
}

.btn-theme-red {
    font-size: 18px;
    color: #fff;
    background-color: #da5a04;
    border-color: #da5a04;
}


    .btn-theme-red:hover {
        color: #da5a04;
        background-color: #fff;
    }

.btn-theme-red-outline {
    color: #da5a04;
    background-color: #fff;
    border-color: #da5a04;
}

    .btn-theme-red-outline:hover {
        color: #fff;
        background-color: #da5a04;
    }

.rightBox .sideBox .contentB,
.leftBox .sideBox .contentB {
    max-width: 640px;
}

.rightBox .sideBox .contentB {
    margin-left: auto;
}

    .rightBox .sideBox .contentB h3,
    .leftBox .sideBox .contentB h3 {
        font-size: 48px;
        margin-bottom: 40px;
        text-transform: capitalize !important;
    }

    .rightBox .sideBox .contentB p,
    .leftBox .sideBox .contentB p {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 40px;
    }

.slideContent h3 {
    text-transform: uppercase;
}

.bgdk .wHeading {
    color: #000;
}

.wConnect {
    margin-bottom: 100px;
}

.maxcontent p {
    font-size: 20px;
    font-weight: 300;
}

.icBox h3 {
    color: #da5a04;
}

.icBox p {
    margin-bottom: 1rem !important;
}

    .icBox p:last-child {
        margin-bottom: 0rem !important;
    }

.connect-what-we-do .connect-what-we-do-desc p {
    font-weight: 300;
}

.mobileHead {
    display: none;
}

@media only screen and (min-width: 12px) {
    .leftBox .sideBox {
        padding-left: 40px !important;
    }

    .rightBox .sideBox {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .leftBox .sideBox {
        padding-left: 100px !important;
    }

    .rightBox .sideBox {
        padding-right: 100px !important;
    }
}

@media only screen and (max-width: 640px) {
    .sideImg {
        min-height: 50vh;
    }

    .wConnect {
        margin-bottom: 20px;
    }

    .rightBox .sideBox,
    .leftBox .sideBox {
        padding-left: 15px !important;
        padding-top: 30px !important;
        padding-right: 15px !important;
        padding-bottom: 30px !important;
    }

        .rightBox .sideBox .contentB h3, .leftBox .sideBox .contentB h3 {
            font-size: 28px;
            margin-bottom: 30px;
        }

    .getTouch p {
        margin-bottom: 30px !important;
    }

    .page-head {
        min-height: 320px;
        padding: 10px;
    }
}



@media only screen and (max-width: 640px) {
    .slideContent {
        min-height: 0;
        height: 227px;
        position: relative;
        margin-bottom: 281px;
    }

        .slideContent .content {
            padding: 40px 0px;
            max-width: 1024px;
            margin: 0 auto;
            /* margin-top: 100%; */
            position: absolute;
            top: 227px;
            background: #1c1b52;
        }

    .desktopHead {
        display: none !important;
    }

    .mobileHead {
        margin: 0 auto;
        color: #fff;
        background: #1c1b52;
        display: block;
    }

        .mobileHead img {
            max-width: 100%
        }

        .mobileHead .mhcontent {
            text-align: center;
            padding: 30px 20px;
        }

            .mobileHead .mhcontent h5 {
                font-size: 20px;
            }

    ul.tbMenu > li a {
        line-height: 40px;
    }

    a.navbar-brand img {
        max-width: 100px;
        max-height: 65px;
    }
}






.our-team-section {
    position: relative;
    background-color: #efefef;
    padding-top: 50px 0px;
}


.our-team {
    padding: 0 0 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #00325a;
}

    .our-team:hover {
        border-bottom: 5px solid #2f2f2f;
    }

    .our-team .pic {
        display: inline-block;
        width: 180px;
        height: 180px;
        margin-bottom: 30px;
        z-index: 1;
        position: relative;
    }

        .our-team .pic:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #00325a;
            position: absolute;
            bottom: 135%;
            right: 0;
            left: 0;
            opacity: 1;
            transform: scale(3);
            transition: all 0.3s linear 0s;
        }

    .our-team:hover .pic:before {
        height: 100%;
        background: #2f2f2f;
    }

    .our-team .pic:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #ffffff00;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all 0.3s linear 0s;
    }

    .our-team:hover .pic:after {
        background: #da5a04;
    }

    .our-team .pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transform: scale(1);
        transition: all 0.9s ease 0s;
        box-shadow: 0 0 0 14px #f7f5ec;
        transform: scale(0.7);
        position: relative;
        z-index: 2;
    }

    .our-team:hover .pic img {
        box-shadow: 0 0 0 14px #f7f5ec;
        transform: scale(0.7);
    }

    .our-team .team-content {
        margin-bottom: 0px;
    }

        .our-team .team-content p {
            padding: 0px 10px;
            margin: 0;
            font-size: 14px;
            margin-top: 10px;
        }

    .our-team .title {
        font-size: 22px;
        font-weight: 700;
        color: #4e5052;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .our-team .post {
        display: block;
        font-size: 15px;
        color: #4e5052;
        text-transform: capitalize;
    }

    .our-team .social {
        width: 100%;
        padding: 10px 0px;
        margin: 0;
        background: #2f2f2f;
        position: absolute;
        bottom: -100px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .social {
        bottom: 0;
    }

    .our-team .social li {
        display: inline-block;
    }

        .our-team .social li a {
            display: block;
            padding-top: 6px;
            font-size: 15px;
            color: #fff;
            transition: all 0.3s ease 0s;
        }

            .our-team .social li a:hover {
                color: #2f2f2f;
                background: #f7f5ec;
            }
button.btn.btn-link,
button.btn.btn-link.collapsed {
    color: #1c1b52;
}
    button.btn.btn-link:hover,
    button.btn.btn-link.collapsed:hover {
        color: #da5a04;
    }
    button.btn.btn-link.collapsed{

    }
    @media only screen and (max-width: 990px) {
        .our-team {
        margin-top: 30px;
    }
}
.connect-what-we-do .connect-what-we-do-desc p span {
    font-family: 'Oswald',sans-serif !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}
.connect-what-we-do .connect-what-we-do-desc ul > li {
    font-family: 'Oswald',sans-serif !important;
    font-size: 20px !important ;font-weight:300 !important;
}
.connect-what-we-do .connect-what-we-do-desc span {
    font-family: 'Oswald',sans-serif !important;
    font-size: 20px !important;
    font-weight:300 !important;
        
}
.sectionQA .card-header button {
    font-weight: 300;
    font-size: 20px;
}
.sectionQA .card-body {
    font-weight: 300;
    font-size: 20px;
    padding-left: 45px;
}
@media(max-width:640px) {
    .connect-footer {
        padding-top: 30px;
    }
    .after:after{
        display:none;
    }
    .connect-footer h3 {
        margin-bottom: 10px;
    }
    .contactForm h2{
        font-size:1.5rem !important;
    }
    .contactIcons i.fa.fa-map-marker {
        TOP: 31PX;
        POSITION: RELATIVE;
    }
}
