* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'JLR Emeric';
    src: url('../fonts/JLREmericSemiBold.woff2') format('woff2'), url('../fonts/JLREmericSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AllianceBold';
    src: url('../fonts/AllianceNo2-ExtraBold.eot');
    src: url('../fonts/AllianceNo2-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AllianceNo2-ExtraBold.woff2') format('woff2'),
        url('../fonts/AllianceNo2-ExtraBold.woff') format('woff'),
        url('../fonts/AllianceNo2-ExtraBold.ttf') format('truetype'),
        url('../fonts/AllianceNo2-ExtraBold.svg#AllianceNo.2-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Alliance No.2';
    src: url('../fonts/AllianceNo2-Regular.eot');
    src: url('../fonts/AllianceNo2-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AllianceNo2-Regular.woff2') format('woff2'),
        url('../fonts/AllianceNo2-Regular.woff') format('woff'),
        url('../fonts/AllianceNo2-Regular.ttf') format('truetype'),
        url('../fonts/AllianceNo2-Regular.svg#AllianceNo.2-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LEonardo-Demo';
    src: url('../fonts/LEonardoDemoUltralight.woff2') format('woff2'),
        url('../fonts/LEonardoDemoUltralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEonardo-Demo-bold';
    src: url('../fonts/LEonardoDemoBold.woff2') format('woff2'),
        url('../fonts/LEonardoDemoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futurism';
    src: url('../fonts/FuturismRegular.woff2') format('woff2'),
        url('../fonts/FuturismRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Furore';
    src: url('../fonts/Furore.woff2') format('woff2'),
        url('../fonts/Furore.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Cyclo';
    src: url('../fonts/Cyclo-Trial.woff2') format('woff2'),
        url('../fonts/Cyclo-Trial.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Demo Neuro Nexis';
    src: url('../fonts/DemoNeuroNexis.woff2') format('woff2'),
        url('../fonts/DemoNeuroNexis.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neuro Nexis';
    src: url('../fonts/NeuroNexis-Regular.woff2') format('woff2'),
        url('../fonts/NeuroNexis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.style-1 {
    
    /*font-weight: 100;*/
    /*letter-spacing: -5px;*/
    font-weight: 1200;
    font-family: 'AllianceBold' !important;
    font-weight: 600;

    span {
    font-family: 'Futurism' !important;
font-weight: 600;
margin-right: 2px;
    letter-spacing: -5px;

display: inline-block;

    }
    b {
    font-family: 'Furore' !important;

    }
}
.style-2 {
    span {
        font-family: 'Cyclo' !important;
        padding-right: 2px;
    }
}
.style-3 {
    span {
         font-family: 'Neuro Nexis' !important;
        padding-right: 2px;
                font-size: 42px;
        font-weight: 100;
        text-transform: initial;
        
    }
}

.hub_text {
    font-family: 'AllianceBold' !important;
    b {
        font-family: 'Furore' !important;
        font-size: 31px;
    }
}




body {
    font-family: "Poppins", sans-serif;
    color: #000;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    /* color: #000; */
}

h1,h2,h3,h4,h5 {
    font-family: 'AllianceBold';
    /*color: #000;*/
    font-weight: 600;
}

h3 {
    font-size: 40px;
    line-height: 40px;
}

.bg-black {
    background: #000;
    color: white;
    padding: 13px 50px;
    position: sticky;
    top: 0;
    z-index: 9;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.logo img {
    max-width: 100px;
    border-radius: 5px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-red li a {
    color: white;
}

.right-menu {
    list-style: none;
}

.right-menu li {
    display: inline-block;
    font-family: 'JLR Emeric';
    padding: 6px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    /* font-family: 'Alliance No.2'; */
}
.logo_text {
    color: white;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    /*font-family: 'JLR Emeric';*/
        font-family: 'AllianceBold';
        position: relative;

}

.logo_text:hover {
    color: white;
}
a.logo_text img {
    /* filter: brightness(0.5) invert(1); */
    margin-right: 10px;
    max-width: 200px;
    position: relative;
    top: 0;
    vertical-align: middle;
}
.right-menu li a {
    display: inline-block;
    position: relative;
    font-size: 12px;
}

.right-menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    /*background: #f18b2e;*/
    border: 1px solid #f18b2e;
    bottom: -1px;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: scaleX(0);
    opacity: 0;
    transform-origin: left;
}

.right-menu li a:hover:before {
   
    transform: scaleX(1);
    opacity: 1;
}

.right-menu li:hover {
    color: white;
}

.right-menu li.active {
    color: #f18b2e;
}

.right-menu li.button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    margin-left: 10px;
}

.right-menu li.button:hover, .right-menu li.button.active {
    background-color: #fff;
    color: #f69015;
}

.right-menu li.button a::before {
    display: none !important;
}

.right-menu li i {
    font-size: 25px;
}

.banner {
    text-align: center;
    overflow: hidden;
}

.banner img {
    object-fit: cover;
    width: 100%;
    max-height: calc(100vh - 63px);
}

.banner .caption {
    position: absolute;
    top: 0;
}

.banner .container {
    position: relative;
}

h3 {
    font-family: 'AllianceBold';
}

.banner .carousel-caption {
    display: flex;
    align-items: center;
    position: absolute;
    right: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    max-width: 1140px;
    right: 0;
    text-align: left;
    margin: auto auto;
}

.banner .carousel-caption > div {
    max-width: 500px;
}
.banner .carousel-caption.carousel-caption-big > div {
    max-width: 700px;
}

.banner h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 2px;
    color: #fff;
}

.banner p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.banner p.sub_text {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.banner p.sub_text + p {
    margin-top: 0;
}

.what-we-do {
    /*display: flex;*/
    padding: 0;
    min-height: 100vh;
    background: url(../images/banner2.jpg);
    background-size: cover;
    padding: 50px 100px;
}

.what-we-do h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 900;
}

.what-we-do-box {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.what-we-do ul li {
    display: block;
}

.what-we-do-left {
    /*border-right: 1px solid #ccc;*/
    width: 300px;
}

.what-we-do-right {
    padding: 0;
    width: calc(100% - 300px);
}

.what-we-do-left ul li {
    width: 100%;
    text-align: left;
}

.what-we-do-left ul li button {
    width: 100%;
    padding: 15px;
    border: none !important;
    border-radius: 0 !important;
    color: #000 !important;
}

.what-we-do-left ul li button:hover {
    background: #f2f2f2;
}

body .what-we-do-left ul li button.active {
    background-color: #05c1d6 !important;
    color: #000 !important;
}

body .what-we-do-left ul li button.live.active {
    background-color: #ffb619 !important;
    color: #000 !important;
}

body .what-we-do-left ul li button.insight.active {
    background-color: #ff9393 !important;
    color: #000 !important;
}

.what-we-do-right .tab-pane {
    padding: 80px;
    color: #000;
    height: 100%;
    min-height: 590px;
    position: relative;
}

.what-we-do-right .blue {
    background: #05c1d6;
}

.what-we-do-right .red {
    background: #ff9393;
}

.what-we-do-right .yellow {
    background: #ffb619;
}

.what-we-do-right div {
    height: 100%;
}

.what-we-do-right-box {
    animation: fadeInAnimation 1s ease 0s 1 normal forwards;
}

.what-we-do-right-box h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'LEonardo-Demo-bold';
}
.what-we-do-right-box h3 span {
    font-family: 'LEonardo-Demo';
}

.what-we-do-right-box h5 {
    font-size: 40px;
    font-family: 'Alliance No.2';
    line-height: 40px;
}

.what-we-do-right-box button {
    background: #fff;
    border: none;
    padding: 7px 20px;
    clear: both;
    font-weight: 600;
     border-radius: 0 !important;
    border: 2px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

span.button_block {
    display: table;
    margin-bottom: 50px;
    margin-top: 30px;
    /* max-width: 150px; */
    /* max-width: 100px; */
}
span.button_block > a {
    margin-right: 10px;
}

span.button_block button {
    margin-bottom: 10px;
}

.account_service_box {
    max-width: 1140px;
    margin: 0 auto;
}

span.button_block button.btn-line {
    background: transparent;
    border-color: #000;
    color: #000;
}

body .what-we-do-left ul li button {
    font-weight: 600;
    font-size: 18px;
    padding: 30px 30px;
    text-align: left;
    font-family: 'Alliance No.2';
    letter-spacing: 1px;
}

.account_service {
    padding: 70px 50px 50px;
    background: #03c1d6;
}

.flex {
    display: flex;
}

.account_service_box h5 {
    white-space: nowrap;
    margin-right: 50px;
    text-transform: uppercase;
    font-weight: normal;
}

.account_service_box h3 {
    font-size: 28px;
    font-family: 'Alliance No.2';
    line-height: 40px;
    text-transform: inherit;
    position: relative;
    top: -5px;
}

.account_service_box ul {
    padding: 0;
    line-height: normal;
    list-style: none;
    margin-top: 45px;
    display: inline-grid;
}

.account_service_box ul li {
    padding: 20px 15px;
    /* display: inline-block; */
    border: 1px solid white;
    margin-bottom: 15px;
    width: auto;
    display: inline-block;
    width: auto;
    text-align: center;
    background: white;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 25px;
    clear: both;
    cursor: pointer;
    font-size: 14px;
}

.account_service_box ul li:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

footer {
    background-color: #33383c;
    background-image: url(../images/footer-banner2.jpg);
    background-size: cover;
    padding: 30px 0px;
    position: relative;
    min-height: 200px;
}

footer .container {
    position: relative;
}

footer:before {
    content: "";
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

footer ul li {
    padding: 5px 0px;
}

.adress span , .contact span , .social span {
    color: #FFF;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
}

.adress li p , .contact li a , .social li a {
    color: #FFF;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 0;
}

.social li {
    float: left;
}

.adress , .contact , .social {
    list-style: none;
}

footer .fa {
    color: #9c9c9c;
    margin-right: 15px;
}

footer .fa:hover {
    color: #fff;
}

span.button_block button:hover {
    background: #000;
    color: white;
    border-color: #000;
}

.what-we-do-right .tab-pane figure {
    position: absolute;
    right: -50px;
    bottom: 0;
}

.what-we-do-right .tab-pane figure img {
    width: 22pc;
    bottom: -240px;
    height: 22pc;
    border-radius: 50%;
    position: relative;
    object-fit: contain;
    object-position: top;
    border: 5px solid #fff;
}

.what-we-do-right .green {
    background: #7be27f;
}

body .what-we-do-left ul li button.entertainment.active {
    background-color: #7be27f !important;
    color: #000 !important;
}

.what-we-do-right .purple {
    background: #ba93ff;
}

body .what-we-do-left ul li button.tech.active {
    background-color: #ba93ff !important;
    color: #000 !important;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.copyrights {
    color: white;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    border-top: 1px solid #898989;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

.copyrights p {
    margin-bottom: 0
}

ul.contact li {
    width: auto;
    display: inline-block;
    padding: 10px 15px;
}

body .what-we-do-left ul li button img {
    width: 30px;
    margin-right: 12px;
    vertical-align: middle;
    display: flex;
}

body .what-we-do-left ul li button {
    display: flex;
    align-items: center;
}

.copyrights ul {
    margin-bottom: 0;
    justify-content: space-between;
}

ul.adress {
    padding-left: 0;
}

/*company*/
.our_values {
    padding: 50px 0 25px;
    background: #c6d8d7;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

section.our_values ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

section.our_values ul li {
    display: inline-block;
    border: 2px solid #000;
    padding: 6px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

section.our_values ul li.active {
    background: #000;
    color: #fff;
}

section.our_values ul li:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.our_values_right.col-sm-8 {
    padding-left: 50px;
}

.our_values_col {
    margin-bottom: 25px;
}

.our_values_box {
    background: #2a2c3d;
    color: #fff;
    padding: 30px 35px 30px;
    cursor: pointer;
    border-radius: 15px;
    height: auto;
    min-height: 240px;
}

.top-head {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    min-height: 65px;
}

.top-head h5 {
    font-size: 16px;
}

.our_values_box img {
    max-width: 40px;
    margin: 0 0 15px auto;
    display: block;
    filter: brightness(0) invert(1);
    border-radius: 0;
}

.our_values_box img.free-dom {
    max-width: 60px;
    height: auto;
}

.our_values_box p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}

.our_values_left p {
    font-weight: 600;
}

.value_creation {
    background-color: #e1ff78;
    color: #000;
}

.our_values_box:hover {
    background-color: #e1ff78;
    color: #000;
}

.our_values_box:hover img {
    filter: brightness(0) invert(0);
    border-radius: 0;
}

.value_creation img {
    filter: none;
}

.our_values_box img.Objectivity {
    padding: 4px;
}

.people_network {
    background-color: #f4f8fe;
}

.people_network .people_right_sec img {
    width: 100%;
    object-fit: cover;
    height: 570px;
    object-position: center bottom;
    min-height: 100vh;
}

.people_network_row {
    display: flex;
    align-items: center;
}

.people_left_sec {
    padding: 100px;
}

.we_are_txt {
    color: #285ff6;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-family: 'Alliance No.2';
    letter-spacing: 1px;
}

.people_left_sec h5 {
    /* text-transform: uppercase; */
    font-weight: 900;
    font-size: 40px;
    color: #000;
}

.people_buttons {
    padding-left: 0;
    margin-top: 50px;
}

.people_buttons button {
    min-width: auto;
    padding: 7px 15px;
    clear: both;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}

.people_buttons button i {
    padding-left: 10px;
}

.btn_vision {
    background: transparent;
    border: 2px solid #000;
    text-transform: uppercase;
}

.btn_vision:hover {
    background-color: #000;
    color: #fff;
}

.btn_values {
    background: #f6c95d;
    border: 2px solid #f6c95d;
    text-transform: uppercase;
    margin-left: 10px;
}

.btn_values:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

.ambitious_vision {
    display: flex;
    height: initial;
    color: #000;
}

.ambitious_left_block {
    background: #c8d6d6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 0px 100px;
    min-height: 100vh;
}

.ambitious_block h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: 10px solid #e9fd8c;
    width: auto;
    font-weight: 900;
    max-width: 150px;
    font-family: "Poppins", sans-serif;
}

.ambitious_right_block {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 0px 100px;
    min-height: 100vh;
}

.vision_icon {
    width: 50px;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: -5px;
}

.right_arrow {
    max-width: 20px;
    vertical-align: middle;
    margin-top: -5px;
}

.ambitious_block {
    max-width: 50%;
    flex: 0 0 50%;
    height: 100%;
}

.ambitious_right_block h2 {
    /* border-bottom: 5px solid #000; */
}

.wifi_icon {
    transform: rotate(45deg);
    width: 35px;
    margin-top: 8px;
}

.ambitious_block p {
    padding-top: 50px;
    font-weight: 600;
    width: 90%;
    span {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        min-height: 63px;
    }
}
.ambitious_block ul {

    padding-left: 0;
    list-style: inside;
    li {
        font-size: 14px;
        font-weight: 600;
    }
}

.display_block {
    display: block;
}

.company_banner h3.main_title {
    color: #000;
    font-size: 30px;
    line-height: inherit;
}

.right-menu li a {
    color: inherit;
    text-decoration: none;
}

.ambitious_block.ambitious_right_block h2 {
    width: auto;
}

span.yellow_border {
    /* border-bottom: 10px solid #e9fd8c; */
}

span.black-border {
    /* border-bottom: 10px solid #000; */
    padding-bottom: 0px;
}

.black-text p {
    color: #000;
}

.banner .black-text h3 {
    color: #000;
}

.ambitious_block.ambitious_right_block h2 {
    border-bottom: 10px solid #000;
}

span.under-line {
    /* border-bottom: 5px solid #f00; */
}

/*our-people*/
.d_block {
    display: block;
}

.our_people p {
    /* font-family: 'Alliance No.2'; */
    /* font-weight: 600; */
    font-size: 15px;
}

.our_people {
    padding: 0 0px;
}

.our_people_left {
    padding-right: 80px;
}

.section_title span {
    border-bottom: 5px solid #000;
}

.our_people_right .section_title span {
    border-bottom: 4px solid #f69015;
}

.our_people .section_title {
    margin-bottom: 50px;
    font-weight: 600;
}

.contact_block {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.contact_btn {
    background: #000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    margin-right: 10px;
    min-width: auto;
    padding: 7px 15px;
    clear: both;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}
.contact_btn:hover {
    background: #f69015;
}

.contact_btn i {
    margin-left: 5px;
}

.apple_block img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.android_block img {
    width: 30px;
    vertical-align: middle;
}

.text_uppercase {
    text-transform: uppercase;
}

.our_difference {
    background-color: #b9d2e4;
    padding: 100px 0px;
}

.our_difference h4 {
    font-weight: 600;
}

.our_difference_left {
    padding-right: 50px;
    padding-top: 30px;
}

.sub_section {
    margin-top: 30px;
}

.italic_text {
    font-style: italic;
}

.sub_section h4 {
    margin-bottom: 15px;
}

.our_difference_left p, .stream_block p {
    /* font-family: 'Alliance No.2';
    font-weight: 600; */
    font-size: 14px;
}

.mobile_block {
    display: flex;
    align-items: center;
}

.mobile_block .mobile_image {
    width: 220px;
    object-fit: cover;
}

.stream_block {
    background-color: #fff;
    padding: 50px;
    margin-left: -1px;
    margin-top: -30px;
    border-radius: 0 30px 30px 0;
}

.stream_block p {
    margin-top: 40px;
}

.stream_block .stream_block_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}

.stream_block_title span {
    border-bottom: 4px solid #f69015;
}

.our_products_img {
    width: 100%;
    height: 100%;
}

.our_products {
    padding: 50px 0px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.our_products_right {
    /* font-weight: 600; */
    /* font-family: 'Alliance No.2'; */
    padding-left: 80px;
}

.our_products_right h5 {
    font-weight: 800;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.products_block .row {
    margin-bottom: 30px;
    /* flex-wrap: inherit; */
    margin: 0 0 30px;
}
.products_block .row > div.col-md-3 {
    width: 120px;
}
.products_block .row > div.col-md-9 {
    width: calc(100% - 120px);
}

.products_block p {
    font-size: 14px;
}

.product_logo {
    width: 80px;
    object-fit: cover;
}

.product_title {
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 4px solid;
    padding-bottom: 5px;
    font-size: 30px;
    border-image: linear-gradient(to right, #079876 0%, #0ec69b 33%,#f3c61c 33%, #f6c714 66%, #ffa143 66%) 5;
}

.products_block .row > div {
    width: auto;
}
img.voice {
    padding: 3px;
}


/*our-people*/
.d_block{
    display: block;
}
.our_people p{
    /* font-family: 'Alliance No.2'; */
    /* font-weight: 600; */
    font-size: 14px;
}

.our_people_row{
   margin: 0;
} 
.our_people_left{
    padding-right: 80px;
    background: #d7cdc1;
}
.our_people_left, .our_people_right{
    padding:130px 0px;
}
.our_people_left{
    padding-left: 100px;
    padding-right: 80px;
}
.our_people_right{
    padding-left: 70px;
    padding-right: 50px;
}
.section_title span{
    border-bottom: 5px solid #000;
}
.our_people_right .section_title span{
    border-bottom: 4px solid #de613e;
}
.our_people .section_title{
    margin-bottom: 50px;
    font-weight: 600;
}
.contact_block{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.people_img{
    width: 45px;
    margin-top: -15px;
}
.contact_btn{
    background: #000;
    color: #fff;
    padding: 6px 15px;
    border-radius: 0;
    border: none;
    margin-right: 10px;
}
.contact_btn i{
    margin-left: 5px;
}
.apple_block img{
    width:40px;
    vertical-align: middle;
    margin-right: 10px;
}
.android_block img{
    width:40px;
    vertical-align: middle;
}
.text_uppercase{
    text-transform: uppercase;
}
.our_difference{
    background-color: #b9d2e4;
    padding: 100px 0px;
}
.our_difference h4{
    font-weight: 600;
}
.our_difference_left{
    padding-right: 50px;
    padding-top: 30px;
}
.sub_section{
    margin-top: 30px;
}
.italic_text{
    font-style: italic;
}
.sub_section h4{
    margin-bottom: 15px;
}
.our_difference_left p, .stream_block p{
    /* font-family: 'Alliance No.2'; */
    /* font-weight: 600; */
    font-size: 14px;
}
.mobile_block{
    display: flex;
    align-items: center;
}
.mobile_block .mobile_image{
    width:250px;
    object-fit: cover;
}
.stream_block{
    background-color: #fff;
    padding: 50px;
    margin-left: -1px;
    margin-top: -30px;
}
.stream_block p{
    margin-top: 50px;
}
.stream_block .stream_block_title{
    text-transform: uppercase;
    font-weight: 600;
}
.stream_block_title span{
    border-bottom: 4px solid #000;
}
.our_products_img{
    width:100%;
    border-radius: 15px;
}
.our_products{
    padding:100px 0px;
}
.our_products_right{
    font-weight: 600;
    font-family: 'Alliance No.2';
    padding-left: 80px;
}
.our_products_right h5{
    font-weight: 600;
    font-size: 16px;
}
.products_block .row{
    margin-bottom: 30px;
}
.products_block p{
    font-size: 14px;
}
.product_logo{
    width:80px;
    object-fit: cover;
}
.product_title{
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 5px solid;
    padding-bottom: 5px;
    border-image: linear-gradient(to right, #4dc6b2 0%, #4dc6b2 33%,#fed733 33%, #fed733 66%, #f7a245 66%) 5;
}
.blue_title{
    color: #0f2d73;
    font-weight: bold;
}

.our_contact p{
    /* font-family: 'Alliance No.2'; */
    /* font-weight: 600; */
    font-size: 14px;
}
.for_info{
    margin-top: 0;
}
.conatct_title{
    margin-bottom: 0px;
}
.email_txt{
    margin-bottom: 0px;
}
.fill_in_txt{
    margin-top: 0px;
    margin-bottom: 40px;
}
.fill_in_txt img{
    width:15px;
}
.join_us_txt{
    font-weight: bold;
    margin-bottom: 0px;
}
.contact_form_main{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    width:75%;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.contact_form_sub{
    background-color: #d5e9ea;
    padding:30px;
    border-radius: 15px;
}
.submit_btn .btn{
    border-radius: 0;
    background: #54b9b3;
    border-color: #54b9b3;
    width: 180px;
    margin: 0 auto;
}
.submit_btn{
    text-align: center;
}
.contact_left{
    padding-right: 100px;
}
.our_contact{
    background-image:url("../images/contact_banner.png");
    background-size: cover;
    padding:100px 0px 50px 0px;
}
.captcha_block{
    margin: 0 auto 20px auto;
    width: 70%;
}
.captcha_block img{
    width:100%;
}
.what_we_do_banner{
    position: relative;
}
.wedo_banner_img{
    max-height: calc(100vh - 63px);
    object-fit: cover;
    width: 100%;
}
.what_we_do_banner .banner_info{
    /* position: absolute; */
    /* top:150px; */
    /* left:200px; */
}
.what_we_do_banner .banner_info .main_heading {
    font-weight: bold;
}
.what_we_do_banner .banner_info .sub_heading{
    font-weight: bold;
    color: #000;
}
.down_arrow_block{
    position: absolute;
    bottom: 70px;
    left: 50%;
}
.down_arrow_block img{
    width:30px;
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0px 0px 0px 1px #3255ff;
}
textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    outline: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0px 1px 9px 4px #8d9bdf70;
    box-shadow: 0px 0px 0px 1px #3255ff;
}
.submit_btn .btn:hover{
    background-color: #000;
    border-color: #000;
}
.submit_btn .btn:focus{
    box-shadow: none;
}
.coming_soon {
    min-height: calc(100vh - 151px);
    display: flex;
    justify-content: center;
    align-items: center;
}
span.under-line{
    position: relative;
}
span.under-line:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    background: url(../images/hand-write.png);
    left: 0;
    bottom: -6px;
    background-size: cover; 
}






/* careerpage start here */

section.our_difference.career-page ul {
    list-style: none;
    padding: 0;
    /* border-bottom: 1px solid #ccc; */
    display: block;
}

section.our_difference.career-page ul li {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 15px 15px;
    position: relative;
    cursor: pointer;
}
section.our_difference.career-page ul li::before {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
}
section.our_difference.career-page ul li:hover::before {
    border-color: #6a82f6;
}

section.our_difference.career-page {
    background-color: #fff;
    position: relative;
    background-image: url(../images/career_bg.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: bottom -150px left 0px;
}
.col-md-6.our_difference_left.career-right .sub_section h4 {
    font-size: 18px;
}
section.our_difference.career-page ul li i {
    font-size: 30px;
    vertical-align: middle;
    float: right;
}
section.our_difference.career-page ul li:hover {
    background: #f2fcfd;
}
.header_mbole {
    display: none;
}
h5.appreciate_h4 {
    color: #0f2d73;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.contact_form_sub input + p {
    color: red;
    font-size: 12px;
}
p#details_err {
    color: red;
    font-size: 12px;
}


@media (max-width: 767px) {
    .bg-black {        
        padding: 14px 0;
        z-index: 99;
        
    }
    .navbar-collapse .logo {
        display: none !important;
    }
    .header_mbole {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .right-menu li {
        width: 100%;
        margin-bottom: 15px;
        
    }
    
    .right-menu {
        padding: 0;
        border-top: 2px solid #fff;
        margin-top: 15px;
        padding-top: 15px;
    }
    .right-menu li.button {
        display: inline-block;
        width: auto;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        box-shadow: none;
    }
    .what-we-do h2 {
        
        font-size: 30px;
        margin-bottom: 30px;
       
    }
    body .what-we-do-left ul li button{
        padding: 20px 15px;
    }
    .what-we-do-right-box h5 {
        font-size: 25px;
        font-family: 'Alliance No.2';
        line-height: 25px;
    }
    .account_service_box h3 {
        font-size: 23px;
        font-family: 'Alliance No.2';
        line-height: 30px;
        
    }
    .people_buttons button {
        min-width: auto;
        padding: 5px 10px;
        clear: both;
        border-radius: 0;
        font-size: 12px;
        font-weight: 600;
    }
    .banner p {
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
    }   
}
.our_career_form .contact_form_main{
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    padding: 30px 0px 0px 0px;
}
.our_career_form .contact_form_sub {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.our_career_form input, .our_career_form select, .our_career_form textarea{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.our_career_form input:focus, .our_career_form select:focus, .our_career_form textarea:focus{
    border-color: #000006;
    outline: 0;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
}
.our_career_form .submit_btn .btn{
    border-radius: 5px;
    background: transparent;
    color: white;
    border: none;
    width: auto;
    padding: 5px 15px;
    text-transform: uppercase;
    margin: 0 0 0 auto;
    display: table;
    background: #f00;
}
p#interested_err, p#captcha_err{
    color: red;
    font-size: 12px;
}
.our_career_form .submit_btn .btn:hover {
    background: #000;
}
.our_career_form textarea {
    min-height: 100px;
}
.contact_form_sub .form-label {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
}
.banner h3 span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(87.5%, transparent), color-stop(0%, #ff0000));
    background-image: linear-gradient(180deg, transparent 87.5%, #ff0000 0%);
    background-position: 0 -0.2125em;
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .4s linear;
    transition: background-size .4s linear;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-position-y: bottom;
    cursor: pointer;
}

.banner h3 span:hover {
    background-size: 100% 100%;
}

.what-we-do-right-box ul {
    padding: 0;
    margin-left: -3px;
    position: relative;
    z-index: 1;;
}

.what-we-do-right-box ul li {
    display: inline-block;
    border: 1px solid #000;
    font-size: 13px;
    padding: 2px 10px;
    margin: 3px;
    cursor: pointer;
    /* background: #05e6ff; */
    &:hover {
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }
}

.partner_us {
    min-width: auto;
    padding: 7px 15px;
    clear: both;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #000;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
    &:hover {
        background-color: #000;
        border-color: #000;
    }
}
.what-we-do-new {
    background-color: #161616;
    padding: 50px 50px;
}
.what-we-do-new-main {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 160px);
    width: 100%;
}
.what-we-do-new-main-one {
    width: 50%;
    color: white;
    padding-right: 120px;
    min-width: 50%;
    position: relative;
    z-index: 1;
}
.what-we-do-new-main-two {
    width: 50%;
}

.what-we-do-new-main .carousel-caption {
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-we-do-new-main .carousel-caption p.sub_text {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.what-we-do-new-main .carousel-caption h3 {
    margin-bottom: 5px;
}
.what-we-do-new-main .carousel-item img {
    height: calc(100vh - 250px);
    object-fit: cover;
    border-radius: 15px;
}

.what-we-do-new-main-one h5 {
    color: #285ff6;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-weight: 600;
    /* font-family: 'Alliance No.2'; */
    letter-spacing: 1px;
    font-size: 25px;
    background: rgb(255, 171, 132);
    background: linear-gradient(90deg, rgba(212, 143, 250, 1) 0%, rgba(245, 150, 106, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    font-weight: 600;
}
.what-we-do-new-main-one h3 {

font-weight: 900;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 45px;
  
}
.partner {
    background-color: #161616;
    min-height: calc(100vh - 62px);
    display: flex;
    color: white;
    align-items: center;
    text-align: center;
    position: relative;
}
.partner-main p {
    max-width: 600px;
    margin: 0 auto 25px;

}
.partner-main a.btn {
    background: transparent;
    border: none;
    padding: 2px 0;
    clear: both;
    font-weight: 600;
    border-radius: 0 !important;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    color: white;
    border-bottom: 5px solid #01ddf4;
    box-shadow: none;
}
.partner-main a.btn:hover {
    /* background-color: #f18b2e; */
    border-color: #f18b2e;

}
.partner i {
    position: absolute;
    bottom: 50px;
    font-size: 25px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 5px;
    color: white;
    cursor: pointer;
}
.partner i:hover {
    color: #f18b2e;
    border-color: #f18b2e;
}
.our-investor-main {
    display: flex;
    align-items: center;
}
.our-investor-main > div{
    width: 50%;

 }
 .our-investor-main > div.our-investor-main-one{
    width: 60%;

 }
 .our-investor-main > div.our-investor-main-two{
    width: 40%;

 }
 .our-investor {
    padding: 100px 0;
    background-color: #bec8cb;
    background-image: url(../images/new/lines.png);
    background-repeat: no-repeat;
    background-position: right top -150px;
    background-size: 500px;
 }
 .our-investor-main-one a.btn {
    background-color: white;
    border-radius: 25px;
    border: none;
    color: #000;
    font-weight: 500;
    padding: 7px 20px;
    margin-top: 20px;
    font-size: 14px;
    
    
    
    
    
    
    
    
    
    
    
    
    &:hover {
        background-color: #000;
        color: white;
    }
 }
 .our-investor-main-two {
    background-color: #effd9a;
    border-radius:35px 0 35px 0;
    margin-left: 5%;
    padding: 30px;
 }
 .our-investor-main-two {
    display: flex;
 }
 .our-investor-main-two .our-investor-main-two-inner2 img{
    max-height: 350px;
 }
 .our-investor-main-two-inner2 {
    margin-left: 50px;
 }
 .our-investor-main-two-inner h3 {
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
    line-height: 30px;
    margin-bottom: 30px;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    span {
        display: block;
        text-align: center;
        position: relative;
        left: -64px;
    }
 }
 .our-investor-main-two-inner h4 {
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    margin-top: 40px;
 }
 .our-investor-main-two-inner a.btn {
    margin: 0;
    display: table;
    margin-top: 15px;
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 6px 15px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    font-size: 14px;
    
    
    
    
    
    
    
    
    &:hover {
        background-color: #2a2c3d;
    }
 }

 .leadership-section{
background: #dce0e4;
/* padding: 0 0; */

 }
 .leadership-section-main {
    display: flex;
    margin: 0 -50px;
 }
 .leadership-section-main > div {
    padding: 50px 50px;
    position: relative;
 }
 .leadership-section-main h3 {
    font-size: 25px;
    margin: 0;
}

.leadership-section-main h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #575757;
}
.leadership-section-main-one {
    background-color: #f2f2f2;
    position: relative;
    
}
.leadership-section-main-one::before {
    content: "";
    position: absolute;
    width: 1000%;
    height: 100%;
    background-color: #e9eeef;
    right:   0;
    top: 0;
    background: rgb(239,243,244);
    background: linear-gradient(74deg, rgba(239,243,244,1) 0%, rgba(200,209,215,1) 100%);
}
.leadership-section-main-two ul {
    list-style: none;
    margin: 25px 0 25px;
    padding: 0;
}

.leadership-section-main-two ul li img {
    width: 50px;
    padding: 6px;
}

.leadership-section-main-two ul li {
    display: inline-block;
    background: white;
    padding: 13px;
    margin-right: 2px;
    margin-bottom: 5px;
    border-radius: 8px;
    box-shadow: 6px 2px 4px 2px #acabab;
}
.leadership-section-main-two a {
    background-color: #000;
    border: none;
    color: white;
    text-decoration: none;
    padding: 8px 25px;
    /*text-transform: uppercase;*/
    margin-top: 10px;
    display: inline-block;
    &:hover {
        background-color: #2a2c3d;
    }
}
.leadership-section-main-one {
    
    background-color: transparent;
    
}
.leadership-section-main-one::after {
    content: "";
    background-image: url(../images/new/main2.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: bottom 0px right 10px;
    background-size: 500px;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    right: 30px;
}
.leadership-section-main-one a.btn{
    border-radius: 0;
    padding: 8px 25px;
    margin-top: 15px;
    position: absolute;
    bottom: 70px;
    right: 20px;
    min-height: 130px;
    border-radius: 4px;
    box-shadow: none;
    background: #01ade5;
    border: navajowhite;
    z-index: 2;
}
.partners-sponsers {
    background-color: #161616;
    /* min-height: calc(100vh - 62px); */
    padding: 50px 0;
}
.partners-sponsers-main-one {
    color: white;

}

.col-sm-6.partners-sponsers-main-two .accordion-item {
    background: transparent;
    color: white;
}

.col-sm-6.partners-sponsers-main-two .accordion-item button {
    background: transparent !important;
    border-bottom: 1px solid white;
    color: white;
    padding-left: 0;
    box-shadow: none;
    padding-right: 0;
    letter-spacing: 2px;
}

.col-sm-6.partners-sponsers-main-two .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.partners-sponsers-main-two  .accordion-button::after {
    filter: brightness(0) invert(1);
}
.what-we-do-banner {
    display: flex;
    width: 100%;
    max-width: 100% !important;
    /* align-items: center; */
}
.what-we-do-banner-one {
    text-align: left;
    width: 50%;
    min-width: 50%;
}
.what-we-do-banner-two {
   background-color: rgba(0,0,0,0.9);
   padding: 30px;
   width: 50%;
   margin-left: 50px;
   display: flex;
   align-items: center;
   border-radius: 10px;
   text-align: left;
   max-width: 310px;
   margin: 0 0 0 auto;
   min-height: 280px;
}
.what-we-do-banner-two h5{
    color: #9f9f9f;
    font-size: 14px;
    margin-bottom: 15px;
}
.what-we-do-banner-two a.btn{
    margin-top: 15px;
    font-size: 14px;
    border-radius: 0;
    background-color: #f7a245;
    color: #000;
    border: none;
    background: rgb(255,171,132);
background: linear-gradient(90deg, rgba(255,171,132,1) 0%, rgba(243,129,188,1) 100%);
    &:hover {
        background: linear-gradient(-90deg, rgba(255,171,132,1) 0%, rgba(243,129,188,1) 100%);
    }
}

.what-we-do-new-main-two .carousel-caption {    
    right: 50px;    
    left: 50px;
}

.what-we-do-banner-two i {
    font-size: 25px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
    float: right;
    margin-top: 60px;
}

.what-we-do-banner-two i:hover {
    background: white;
    color: #000;
}
.what-we-do-banner-two p {
    margin: 0;
}
.what-we-do-new .carousel-control-next, .what-we-do-new .carousel-control-prev {
    width: 60px;
}
.what-we-do-new .carousel-indicators {
    margin-bottom: -15px;
}

.what-we-do-new-main > div {
   
}

.what-we-do-new-main-one p {
    width: 100%;
    min-width: 100%;
}
.our-investor-main-one p.sub-text {
    font-weight: 600;
    font-size: 16px;
}
.leadership-section-main-one a {
    text-align: left;
}
.leadership-section-main-one span {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1;
}
.leadership-section-main-one a i {
    display: inline-block;
    font-size: 20px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 2px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    &:hover {
        background-color: white;
        color: #000;
    }

}

.col-sm-6.partners-sponsers-main-one h5 {
color: #5f5f5f;
margin-bottom: 35px;
}
.col-sm-6.partners-sponsers-main-one h3 {
    line-height: 45px;
    padding-right: 60px;
    span {
        color: #eafd79;
        display: block;
    }
}




.col-sm-6.partners-sponsers-main-two .accordion-button:not(.collapsed)::after {   
    background-image: url(../images/new/minus.png);

}

.col-sm-6.partners-sponsers-main-two .accordion-button::after {
    background-image: url(../images/new/plus.png);

}
.leadership-section-main-one > div {
    position: relative;
}
.col-sm-6.partners-sponsers-main-two {
    margin-top: 49px;
}








.brudcrump_insights {
    padding: 6px 0;
    background-color: #414141;
}
.brudcrump .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brudcrump ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
    color: white;
}
.brudcrump ul li {
    padding: 0 5px;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
}
.brudcrump ul li a {
    color: white;
    text-decoration: none;
}
.blog-page__brudcrump__search {
    background: #fff !important;
    border-radius: 10px;
    border-radius: 25px;
    padding: 5px 15px !important;
    min-height: inherit !important;
    display: flex
;
    align-items: center;
    width: 100%;
    max-width: 280px;
    padding-right: 8px !important;
}
.blog-page__brudcrump__search input {
    border: none;
    outline: none;
    list-style: none;
    line-height: 25px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 0;
}
.blog-page__brudcrump__search i.fa.fa-search {
    font-size: 16px;
    background: #000;
    color: #fff;
    padding: 4px 5px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}
.keywords {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}
.keywords ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.keywords ul li {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.keywords ul li.active {
    background: #f0fafe;
}
.social ul {
    list-style: none;
    padding: 0;
    display: table;
    margin-bottom: 15px;
    padding-bottom: 30px;
}
.social ul li {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    margin-right: 8px;
    border: 1px solid #ccc;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.social ul li i {
    font-size: 25px;
}
.social ul li.active {
    background-color: #0c63a8;
}
.social ul li.active i {
    color: #fff;
}
.blog-page__blogs__list__box__caption {
    padding: 0 10px;
}
.blogs-list a {
    position: relative;
}
.blogs-list figure img {
    width: 100%;
    border-radius: 25px;
    height: 230px;
    object-fit: cover;
    display: flex;
    object-position: 0 0;
}
.blog-page__blogs__list__box__caption h3 {
    margin: 15px 0 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    /* min-height: 40px; */
    /* max-width: 250px; */
}
.blog-page__blogs__list__box__caption h3 a {
    text-decoration: none;
    color: #000;
}
.blog-page__blogs__list__box__caption span {
    font-size: 13px;
    color: #777;
}
span.cat {
    display: inline-block;
    background: #f2f2f2;
    padding: 2px 20px;
    border-radius: 8px;
    /* margin-top: -41px; */
    float: right;
    text-transform: uppercase;
    /* color: #000; */
    margin-top: 0px;
}
.blog-page__blogs__list__box__caption p {
    margin-top: 15px;
}
.blogs-list {
    padding-bottom: 30px;
}
.keywords ul li:hover {
    background-color: #f2f2f2;
}
.source {
    color: #777;
}
.blog-page__blogs__list__box__caption p {
    margin-top: 15px;
}
.blog-page__blogs__list__box__caption {
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
}

.contact-page {
    background-color: #161616;
    min-height: calc(100vh - 60px);
    color: white;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.contact_page_main .form-control {
    background-color: transparent;
    border: none ;
    box-shadow: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 25px;
    color: white;

}
.contact_page_main .form-control::placeholder {
    color: white;
    opacity: 1;
}
.contact_page_main label {
    font-size: 14px;
    color: #bcbcbc;
    margin-bottom: 0;
}
.mobile-nuber {
    position: relative;
}
.mobile-nuber img {
    position: absolute;
    left: 0;
    top: 32px;
}
.mobile-nuber input {
    padding-left: 40px !important;
}
.contact_page_main .submit_btn button {
    /*background-color: #ffff47;*/
    /*color: #000;*/
    border: none;
    font-size: 14px;
    float: right;
    font-weight: 600;
    padding: 8px 25px;
    text-transform: uppercase;
        background: linear-gradient(90deg, rgba(255, 171, 132, 1) 0%, rgba(243, 129, 188, 1) 100%);
    border-radius: 8px;
    padding: 8px 25px;width: auto;
    &:hover {
         background: linear-gradient(180deg, rgba(255, 171, 132, 1) 0%, rgba(243, 129, 188, 1) 100%);
    }
}
.contact-page-one h3 {
    margin-bottom: 25px;
}
.contact-page-one h5 {
    color: #285ff6;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-weight: 600;
    /* font-family: 'Alliance No.2'; */
    letter-spacing: 1px;
    font-size: 25px;
    background: rgb(255, 171, 132);
    background: linear-gradient(90deg, rgba(212, 143, 250, 1) 0%, rgba(245, 150, 106, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    font-weight: 600;
}

.email-block {
    display: flex;
    margin-top: 25px;
    /* justify-content: space-between; */
}

.email-block h4 {
    font-size: 16px;
    margin-bottom: 9px;
    color: #b3b2b2;
}

.email-block-two {
    margin-left: 70px;
}

.email-block-two ul {
    padding: 0;
    display: flex;
}

.email-block-two ul li {
    padding: 0 5px;
    display: table;
    &:first-child {
        padding-left: 0;
    }
}

.email-block-two ul li i {
    font-size: 20px;
}

.pre-book {
    background-color: white;    
    display: flex;
    max-width: 450px;
    margin-top: 15px;
    
}
.pre-book input{
    background-color: transparent;
    padding: 8px 15px;
    border: none;
    box-shadow: none;
    width: calc(100% - 134px);
    font-size: 14px;
    outline: none;
    background-color: #272d29;
    border: 2px solid #898b80;
    color: white;
    border-right: none;
    
}
.pre-book button{
    background-color: #ffff47;
    color: #000;
    border: none;
    float: right;
    font-weight: 600;
    padding: 8px 25px;
    text-transform: uppercase;
    min-width: 134px;
    font-size: 14px;

    &:hover {
        background-color: #f18b2e;
    }
}
.email-block-two ul li i:hover {
    color: #e0e0e0;
}

@media (max-width: 767px) {
    .logo img {
        max-width: 180px;
        border-radius: 5px;
    }
    .our_values_left {
        margin-bottom: 50px;
    }
    .what-we-do-new-main {
        flex-wrap: wrap;
    }
    
    .what-we-do-new-main > div {
        width: 100%;
    }
    .what-we-do-new {
        padding: 35px 15px;
        position: relative;
    }
    .what-we-do-banner-two {
        width: 100%;
    }
    .what-we-do-banner-one {
        display: none;
    }
    
    .what-we-do-new-main .carousel-item img {
        height: 300px;
        
    }
    .what-we-do-new-main {
        min-height: auto;
    }
    .what-we-do-banner {
        display: none;
    }
    .what-we-do-new-main-one {
        padding-right: 0;
    }
    .what-we-do-new-main-one h3 {
        font-weight: 900;
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .what-we-do-new .carousel-indicators {
        margin-bottom: 0;
    }
    .our-investor-main {
        flex-wrap: wrap;
    }
    
    .our-investor-main > div {
        width: 100%;
    }
    .our-investor-main-two {
        margin-left: 0;
        margin-top: 80px;
    }
    .our-investor-main-two-inner2 {
        margin-left: 0;
    }
    .our-investor-main-two-inner h3 {
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 20px;
        text-align: left;
        line-height: 23px;
    }
    .our-investor-main-two .our-investor-main-two-inner2 img {
        max-height: 270px;
        padding-left: 15px;
    }
    .leadership-section-main {
        flex-wrap: wrap;
        margin: 0;
    }
    .leadership-section-main > div {
        padding: 15px;
        position: relative;
    }
    .leadership-section-main-one a.btn {
        border-radius: 0;
        padding: 8px 25px;
        margin-top: 15px;
        position: relative;
        bottom: 0;
        right: 20px;
        min-height: 130px;
        border-radius: 4px;
        box-shadow: none;
        background: #01ade5;
        border: navajowhite;
        z-index: 9;
        float: right;
    }
    h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .col-sm-6.partners-sponsers-main-one h3 {
        line-height: 25px;
        padding-right: 0;
    }
}

.what-we-do-new-main-one p a {
    display: block;
    color: white;
    text-decoration: none;
    margin-top: 15px;
    color: #ccc;
    cursor: pointer;
    &:hover {
        color: white;
    }
}




.banner.company_banner {
    background: #161616;
}
.banner.company_banner h5, .banner.home_banner h5 {
    color: #285ff6;
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-weight: 600;
    /* font-family: 'Alliance No.2'; */
    letter-spacing: 1px;
    font-size: 25px;
    background: rgb(255, 171, 132);
    background: linear-gradient(90deg, rgba(212, 143, 250, 1) 0%, rgba(245, 150, 106, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    font-weight: 600;
}
.banner.company_banner a.btn {
    margin-top: 15px;
    font-size: 14px;
    border-radius: 0;
    background-color: #f7a245;
    color: #000;
    border: none;
    background: rgb(255, 171, 132);
    background: linear-gradient(90deg, rgba(255, 171, 132, 1) 0%, rgba(243, 129, 188, 1) 100%);
    border-radius: 8px;
    padding: 8px 25px;
    font-weight: 500;
    text-transform: inherit;
}
.banner.company_banner a.btn:hover {
    background: linear-gradient(180deg, rgba(255, 171, 132, 1) 0%, rgba(243, 129, 188, 1) 100%);

}
.banner.home_banner {
    background: #161616;
}
.banner a.btn {
    margin-top: 15px;
    font-size: 14px;
    border-radius: 0;
    background-color: #f7a245;
    color: #000;
    border: none;
    background: rgb(255, 171, 132);
    background: linear-gradient(90deg, rgba(255, 171, 132, 1) 0%, rgba(243, 129, 188, 1) 100%);
    border-radius: 8px;
    padding: 8px 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact_page_main input + p, p#phone_err, p#details_err {
    color: red;
    font-size: 12px;
    margin-top: 0;
    position: relative;
    top: -20px;
}

p#success_msg.success_msg {
    background: #b9f9ae;
    color: #000;
    border: 3px solid #42ae13;
    border-radius: 15px;
    font-weight: 600;
    padding: 10px 25px;
    color: #1aa901;
    font-weight: 500;
    margin-top: 0;
    /*display: none;*/
}
p#error_msg.error_msg {
    background: #f4d8d8;   
    color: #000;
    border: 3px solid #ee7575;
    border-radius: 15px;
    font-weight: 600;
    padding: 10px 25px;
    color: red;
    margin-top: 0;
    
    font-weight: 500;

    /*display: none;*/
}


.what-we-do-new-main-one a.btn {
    margin-top: 15px;
    font-size: 14px;
    border-radius: 0;
    background-color: #f7a245;
    color: #000;
    border: none;
    background: rgb(255, 171, 132);
    background: linear-gradient(90deg, rgba(255, 171, 132, 1) 0%, rgba(243, 129, 188, 1) 100%);
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 400;
    /*text-transform: uppercase;*/
}
.what-we-do-banner-two.left {
    margin: 0 0 0 30px;

}

@media (max-width: 767px) {
    .our-investor-main > div.our-investor-main-one{
    width: 100%;

 }
 .our-investor-main > div.our-investor-main-two{
    width: 100%;

 }
}


.blogs-list .col-sm-4 {
    margin-bottom: 25px;
}
a {
    box-shadow: none !important;
    outline: none;
}
.account_service_box ul a {
    color: #000;
}
img.vision_icon.wifi_icon {
    transform: none;
    margin-bottom: 7px;
}

.contact_page_main .form-control option {
    color: #000;
    text-indent: 10px;
    /* background: red; */
    border-left: 15px solid white;
}

.contact_page_main select.form-control {
    padding-left: 10px;
    padding-right: 10px;
    max-height: 300px;
    overflow: auto;
    background-image: url(../images//new/down.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    appearance: none;
}
p#Prebookemail_err {
    color: red;
}
a.read_more {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    &:hover {
        color: #000;
    }
}

section.our_difference.career-page p#success_msg {
    display: none;
}
.social li i.fa.fa-google-plus.fa-2x {
    display: none;
}
.col-lg-3.col-md-3.col-sm-12.col-xs-12.footer_social_block ul.social {
    display: table;
    margin: 0 0 0 auto;
}

section.our_difference.career-page .submit_btn p {
    display: none;
}
section.our_difference.career-page textarea + p#details_err {
    top: 0;
}

.partner_with_us_text {
    display: flex;
    justify-content: center;
}

.banner.company_banner .carousel-caption {
    max-width: 100%;
    padding: 0 60px;
}
.banner.company_banner .carousel-control-next, .banner.company_banner .carousel-control-prev {
    width: 50px;
}