﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

body {
    background: #f8f8f8;
    font-family: 'Roboto Condensed', sans-serif;
}

.logo_cont img {
    margin-top: 5px;
}

.dark {
    background: #000;
}

.dark1 {
    background: #2D2D2D;
}

.dark2 {
    background: #333333;
}

.light {
    background: #f8f8f8;
}

.ipr_blue {
    color: #1d88ca !important;
}

.no_border {
    border: none !important;
}

.deck1 {
    border-bottom: 1px solid #292929;
}

    .deck1 ul li {
        width: auto;
        float: left;
        padding: 10px 20px;
        border-right: 1px solid #292929;
        border-left: none;
        font-size: 15px;
    }

    .deck1 ul a:first-child li {
        border-left: 1px solid #292929;
        border-right: 1px solid #292929;
    }


    .deck1 ul a:last-child li {
        padding: 10px 0px 10px 20px;
        border-left: none;
        border-right: none;
    }

    .deck1 ul a:nth-child(4) li, .deck1 ul a:nth-child(5) li {
        border-left: none;
        border-right: none;
    }


    .deck1 ul a {
        color: #a0a0a0;
    }

        .deck1 ul a:hover {
            color: #1d88ca;
        }

.btn_tglr {
    font-size: 18px;
}

    .btn_tglr:hover {
        cursor: pointer;
    }

.tglr_cont {
    display: none;
    position: absolute;
    width: 200px;
    right: 20px;
    top: 30px;
    padding: 8px 10px;
    background: #F8F8F8;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 999;
}

.menu-sec ul {
    display: none;
}

.menu_sec_ul li i.fa-close {
    font-size: 20px;
    color: #ccc;
    padding: 10px 0;
    text-align: right;
    float: right;
}

.btn_cont {
    position: relative;
    z-index: 1020;
}

.banner_desc div.btn_cont {
    bottom: 10px;
}

a.btn_close:hover i.fa-close {
    color: #ff6d6d;
}

.menu_sec_ul hr {
    margin-bottom: 15px;
    margin-top: 5px;
}

.menu_sec_ul h3 {
    font-size: 24px;
    color: #7B7A7A;
    padding: 10px 0;
    margin-top: 5px;
    line-height: 18px;
}

.menu_sec_ul input[type="text"] {
    width: 90%;
    height: 30px;
    border: 1px solid #575757;
    background: #3f3f3f;
    color: #fff;
    padding-left: 10px;
}

.srch i {
    position: relative;
    right: 25px;
    color: #ccc;
    font-size: 16px;
}

.menu-sec {
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 8px 0;
    line-height: 18px;
}

.menu_trd_ul {
    margin: 30px 0;
}

    .menu_trd_ul li.menu-sec a {
        color: #000;
        font-weight: bold;
        font-size: 20px;
        padding-left: 20px;
        border-bottom: 1px solid #e9e9e9;
    }

    .menu_trd_ul li span {
        color: #1d88ca;
        font-weight: normal;
        font-size: 16px;
        float: right;
    }

    .menu_trd_ul li.menu-sec ul li a {
        font-size: 16px;
        color: #696969;
    }

/*.menu_trd_ul li.menu-sec ul li a:hover {
            color: #1d88ca;
        }*/

.menu_link_sec li {
    padding: 8px 0;
    text-align: left;
}

.menu-sec:hover {
    cursor: pointer;
}

.menu_link_sec li a {
    font-size: 18px;
    color: #fff;
    padding: 5px 0;
    line-height: 18px;
}

    .menu_link_sec li a:hover {
        color: #1d88ca;
    }

.menu-sec ul li a {
    font-size: 16px;
    color: #b5b5b5;
    float: left;
    width: 100%;
    padding: 5px 0 5px 10px;
    line-height: 18px;
}

    .menu-sec ul li a:hover {
        color: #1d88ca;
    }

.tglr_cont ul li {
    width: 100%;
    text-align: right;
    border: none;
    border-bottom: 1px solid #ccc;
}

    .tglr_cont ul li:last-child {
        border-bottom: none;
    }

    .tglr_cont ul li a {
        color: #000;
    }

        .tglr_cont ul li a i {
            color: #acacac;
            margin-left: 10px;
        }

.navbar-nav li.dropdown {
  text-align: center;
}

.dropdown-menu li {
    text-align: center;
}

.CM_adj1 {
    margin-top: -3%;
}

.CM_adj2 {
    margin-top: -6%;
}

.CA_adj1 {
    margin-top: -5%;
}

.norm_label {
    font-size: 15px;
    color: #878787;
    float: left;
    padding-top: 17px;
    line-height: 18px;
}

.btn_explore {
    font-size: 21px;
    color: #fff !important;
    font-weight: 300 !important;
    line-height: 48px;
}

    .btn_explore:hover {
        cursor: pointer;
        color: #1d88ca !important;
    }

.explore_cont {
    height: auto;
    display: none;
    width: 100%;
    float: left;
}

    .explore_cont ul li {
        padding: 0 14px;
        /*float: left;*/
        text-align: center;
    }

        .explore_cont ul li a {
            color: #fff;
            padding: 0px 0;
            font-size: 16px;
            float: left;
            font-weight: 300;
            line-height: 47px;
        }

        .explore_cont ul li.act {
            /*color: #878787;*/
            display: none;
        }

        .explore_cont ul li:hover a {
            color: #1d88ca;
        }

.btn_video_cont {
    display: none;
    position: absolute;
    top: 38%;
    left: 47%;
}

    .btn_video_cont i {
        font-size: 5em;
        transition: 1s linear color;
        color: rgb(255, 228, 176);
        text-shadow: 0px 0px 25px #008FFF;
    }

    .btn_video_cont:hover i {
        color: rgb(255, 168, 0);
        transition: .5s linear color;
        cursor: pointer;
    }

.btn_request {
    font-size: 26px;
    background: #1d88ca;
    padding: 5px 20px;
    color: #fff !important;
    float: right;
    border: 1px solid #1d88ca;
    font-weight: 600 !important;
    margin-top: 6px;
    /*line-height: 30px;*/
}

.float_btn_left {
    float: left;
}

.btn_request:hover {
    background: #fff;
    color: #1d88ca !important;
    cursor: pointer;
}

.btn_small {
    font-size: 16px !important;
}

.btn_tglr2 {
    margin-top: 13px;
    font-size: 21px;
    color: #fff;
}

    .btn_tglr2:hover {
        margin-top: 13px;
        font-size: 21px;
        color: #1d88ca;
    }

.banner_desc {
    padding: 30px 20px 20px 0;
}

    .banner_desc h2 {
        font-size: 59px;
        color: #fff;
        word-wrap: break-word;
        font-weight: bold;
        /*margin-bottom: 25px;*/
        text-transform: uppercase;
    }

    .banner_desc p {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        font-weight: 300;
        color: #878787;
        line-height: 32px;
    }

.media_cont {
    background: none;
}

.media_cont {
    color: #ccc;
    font-size: 21px;
    text-align: center;
}

#flexi_dummy {
  min-height: 91.2px;
}
#flexi_dummy li {
    display: inline;
    float: left;
    padding: 0 26px;
    width: 20%;
}

    #flexi_dummy li img {
        width: 100%;
        float: left;
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
        cursor: pointer;
        position: relative;
        line-height: 0px;
    }

.head {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

    .head span {
        background: #FFF;
        padding: 10px 25px;
        font-size: 22px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        top: 10px;
        position: relative;
    }

.feat_bnr {
    width: 100%;
    height: 200px;
    float: left;
    background: #d3d3d3;
    margin-bottom: 10px;
    overflow: hidden;
}

    .feat_bnr img {
        width: 100%;
        height: 200px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .feat_bnr:hover img {
        width: 120%;
        height: 300px;
    }

.feat_cont > div {
    padding: 0 12px;
}

.feat_cont h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.feat_cont p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #868686;
    text-align: left;
}

.team_cap {
    height: auto;
    padding: 2em 0 5em 0;
}

    .team_cap p {
        font-size: 24px;
        color: #dadada;
    }

.team {
    position: relative;
    margin-top: -70px;
    padding: 0px 30px;
}

.team_img span {
    width: 100%;
    height: 8em;
    line-height: 8em;
    float: left;
}

    .team_img span i.main {
        font-size: 8em;
    }

    .team_img span i.icon {
        font-size: 3.8em;
    }


.team_cont {
    float: left;
    margin-bottom: 3%;
    width: 100%;
}

.team > a {
    width: 100%;
    float: left;
}

.team a.one .team_img span i.main {
    color: #00CD6B;
}

.team a.one:hover .team_img span i.main {
    color: #fff;
}

.team a.one:hover .team_img span i.icon {
    color: #00CD6B;
}

.team a.two .team_img span i.main {
    color: #0099DE;
}

.team a.two:hover .team_img span i.main {
    color: #fff;
}

.team a.two:hover .team_img span i.icon {
    color: #0099DE;
}

.team a.three .team_img span i.main {
    color: #FF4B39;
}

.team a.three:hover .team_img span i.main {
    color: #fff;
}

.team a.three:hover .team_img span i.icon {
    color: #FF4B39;
}

.team a.four .team_img span i.main {
    color: #AF59BA;
}

.team a.four:hover .team_img span i.main {
    color: #fff;
}

.team a.four:hover .team_img span i.icon {
    color: #AF59BA;
}

.team_desc {
    margin-left: 50px;
    margin-top: 10px;
}

    .team_desc li {
        text-align: left;
        padding: 4px 0;
        border: none;
        border-bottom: 1px solid #e2e2e2;
    }

        .team_desc li:last-child, .team_desc li:first-child {
            border-bottom: none;
        }

    .team_desc h4 {
        font-size: 18px !important;
        font-weight: 600;
        color: #000 !important;
        text-align: left !important;
    }

    .team_desc li a {
        font-size: 18px;
        color: #1d88ca;
        text-align: left;
    }

/*.team_desc li a:hover {
            color: #000;
        }*/

.test_cap {
    position: relative;
    top: -20px;
    padding: 15px 35px;
    background: #1d88ca;
    font-weight: 600;
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
}

    .test_cap i {
        margin-right: 10px;
    }

.footy1 p {
    color: #f8f8f8;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
}

.footy1 i {
    color: #f8f8f8;
    float: left;
    text-align: left;
    font-size: 60px;
}

    .footy1 i.mail {
        font-size: 30px;
    }

.footy1 ul {
    padding-left: 20px;
    float: left;
}

    .footy1 ul li, .footy1 ul li a {
        color: #f8f8f8;
        text-align: left;
        font-size: 18px;
        line-height: 26px;
    }

        .footy1 ul li a:hover {
            color: #1d88ca;
        }

        .footy1 ul li span {
            color: #B3B3B3;
            padding-left: 20px;
            text-align: left;
        }

.v_line {
    border: none;
    text-align: center;
    border-bottom: 1px solid #515151;
    margin: 25px 0;
}

    .v_line span {
        position: relative;
        background: #000;
        top: 11px;
        left: 0%;
        padding: 0 15px;
        color: #fff;
        font-size: 16px;
    }

.footy2_item img {
    float: left;
    width: 50px;
}

.footy2_item ul {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

    .footy2_item ul li {
        color: #969696;
        font-size: 16px;
        text-align: left;
        padding: 2px 0;
    }

.footy2_item a:hover h5 {
    color: #1d88ca;
}

.footy2_item a:hover img {
    opacity: .6;
}

.footy2_item ul li h5 {
    color: #d4d4d4;
    font-size: 18px;
    font-weight: bold;
}

.footy3 li {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 10px;
}

    .footy3 li a {
        color: #fff;
    }

        .footy3 li a:hover {
            color: #1d88ca;
        }

    .footy3 li:last-child {
        color: #767676;
        font-size: 14px;
    }

.cat_ind {
    width: 100%;
    float: left;
}

    .cat_ind li {
        width: 12.5%;
        float: left;
        text-align: center;
    }

        .cat_ind li:hover {
            cursor: pointer;
        }

        .cat_ind li i {
            font-size: 38px;
            color: #CBCBCB;
        }

        .cat_ind li:hover i {
            color: #1d88ca;
        }

        .cat_ind li h4 {
            font-size: 16px;
            color: #fff;
            padding-top: 10px;
            font-weight: 600;
        }

li.cat_act i {
    color: #1d88ca;
}

li.cat_act:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    color: #1d88ca;
    position: relative;
    top: 55px;
    z-index: 1;
}

.cat_ind_cont {
    background: #d3d3d3;
}

.cat_main {
    width: 60%;
    /*min-height: 380px;*/
    float: left;
    background: #d3d3d3;
    padding: 0px 0px 30px 0px;
}

.full {
    width: 100% !important;
}

.cat_desc {
    width: 40%;
    /*min-height: 380px;*/
    float: left;
    background: #fff;
    padding: 30px 20px 0 20px;
}

.cat_main h3 {
    font-size: 22px;
    float: left;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    margin: 40px 0 5px 20px;
}

.cat_main h4 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    float: left;
    padding: 15px 0 10px 15px;
}

.cat_main p {
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    text-align: left;
    line-height: 30px;
    margin: 10px 15px;
}

.cat_desc h3 {
    font-family: 'Open Sans', sans-serif;
    float: left;
    color: #666;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    line-height: 27px;
    margin-bottom: 10px;
}

.cat_desc ul li p {
    font-family: 'Open Sans', sans-serif;
    width: 90%;
    float: left;
    font-weight: 300;
    font-size: 18px;
    color: #666666;
    text-align: left;
    line-height: 26px;
    /*margin-bottom: 5px;*/
}

.cat_desc ul li i {
    width: 10%;
    font-size: 28px;
    color: #6fb353;
    float: left;
}

.navbar-nav {
    width: 98%;
}

.text_cont {
    min-height: 400px;
    max-height: 400px;
    height: 400px;
}

.slider li, .typ1_sub p, .typ2_sub p, .typ3_sub p, .typ4_sub p {
    display: none;
    height: auto;
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
}

#p_name {
    width: 100%;
    float: left;
    line-height: 47px;
    font-size: 19px;
    color: #fff !important;
}

.btn_top_scroll {
    display: none;
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 1020;
    right: 5px;
    bottom: 50px;
}

    .btn_top_scroll a span {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        float: left;
        background: #1d88ca;
    }

        .btn_top_scroll a span i {
            float: left;
            color: #fff;
            font-size: 40px;
            padding-left: 12px;
            line-height: 45px;
        }

    .btn_top_scroll a:hover span {
        box-shadow: 0px 0px 30px 0px #57BFFF;
        -webkit-box-shadow: 0px 0px 30px 0px #57BFFF;
        -moz-box-shadow: 0px 0px 30px 0px #57BFFF;
        cursor: pointer;
    }

.menu_fixed {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1020;
    top: 95px;
    left: 0;
    right: 0;
}

    .menu_fixed .menu_news {
        /*left: 90px;*/
    }

.after_scroll {
    top: 0px !important;
    background: #000 !important;
}

.before_scroll {
    display:none !important;
    top: 95px !important;
    background: none;
}

.menu_news {
    border-bottom: 1px solid #E4E4E4;
    z-index: 3;
}

    .menu_news ul a {
        font-size: 20px;
        font-weight: 300;
        float: left;
        padding-right: 15px;
        color: #999999;
    }

        .menu_news ul a:hover {
            color: #000;
        }

.ON_bnr {
    /*background:red url(../images/ON_6.jpg) no-repeat 0% 50%;*/
}

.ON_bnr {
    position: static;
}

    .ON_bnr .video-container {
        margin-top: -24px;
        padding-bottom: 102.4%;
    }

    .ON_bnr .video-container-wrapper {
        position: absolute;
        right: 0;
    }

        .ON_bnr .video-container-wrapper video {
            width: 100%;
            position: absolute;
            right: 0;
            width: 100%;
            cursor: pointer;
        }

        .ON_bnr .video-container-wrapper .btn_video_cont {
            display: none;
        }


.SH_bnr {
    /*top: -30px;*/
}

.news_cont h1 {
    font-size: 40px;
    font-weight: 800;
    margin-top: 3%;
    color: #000;
    margin-bottom: 3%;
}

.head1 {
    font-size: 40px;
    font-weight: 800;
    margin-top: 3%;
    color: #000 !important;
    margin-bottom: 3%;
}

.gray_box1 {
    background: #ececec;
}

.blue_box_head2 {
    font-size: 32px;
    font-weight: 400;
    padding: 10px 20px;
    text-align: center;
    color: #000;
}

.blue_box_ul, .blue_ul {
    margin: 20px 0 10px 0;
}

    .blue_box_ul li {
        margin: 0px 0 10px 0;
    }

        .blue_box_ul li p {
            font-size: 26px;
            text-align: left;
            font-weight: 300;
            color: #000;
            line-height: 32px;
        }

        .blue_box_ul li:hover {
        }

    .blue_ul li {
        margin-bottom: 15px;
    }

        .blue_ul li p {
            font-size: 35px;
            text-align: center;
            font-weight: 300;
            color: #000;
            line-height: 40px;
            text-transform: capitalize;
        }

        .blue_ul li > ul {
            width: 100%;
        }

            .blue_ul li > ul > li {
                font-size: 28px;
                text-align: center;
                font-weight: 300;
                color: #000;
                line-height: 32px;
                text-transform: capitalize;
            }

                .blue_ul li > ul > li i {
                    margin-right: 10px;
                }

        .blue_ul li span i.fa-circle {
            margin-right: 10px;
            color: #E0E0E0;
        }

        .blue_ul li:hover span i.fa-circle {
            margin-right: 10px;
            color: #3498DB;
            line-height: 65px;
            border: 3px solid #FFF;
            border-radius: 50%;
            box-shadow: 0 0 2px #888;
            height: 100%;
            width: 100%;
        }

        .blue_ul li:hover span i:nth-child(2) {
            color: #fff;
        }

        .blue_ul li span i:nth-child(2) {
            color: #0099DE;
        }

.MD_img_cont {
    width: 38%;
    /* height: 100px; */
    position: absolute;
    top: 31%;
    left: 31%;
}

.im span i.fa-circle {
    color: #E0E0E0;
}

.icn:hover .im span i.fa-circle {
    color: #0099DE;
    line-height: 49px;
    border: 3px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0 2px #888;
    height: 96%;
    width: 60%;
    left: 16px;
}

.icn:hover .im span i:nth-child(2) {
    color: #fff;
    left: -2px;
}

.im span i:nth-child(2) {
    color: #0099DE;
}


.news_cont p {
    font-size: 26px;
    text-align: left;
    font-weight: 300;
    color: #000;
    line-height: 34px;
    margin-bottom: 20px;
}

.news_cont.noRelative {
    position: static;
}

span.main_letter {
    font-size: 50px;
    text-align: left;
    /*float: left;*/
    font-weight: 300;
    color: #1d88ca;
    line-height: 20px;
}

p.main_para {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
}

.blue_box {
    background: #cfcfcf;
    padding: 20px 30px;
    border: 5px solid #000;
    border-radius: 4px;
}

.blue_box2 {
    background: #cfcfcf;
    padding: 20px 30px;
    /*border: 5px solid #000;*/
    border-radius: 4px;
}

.blue_box .sub_head, .blue_box .main_para {
    /*color: #fff;*/
}

.sub_head {
    font-size: 37px;
    text-align: left;
    line-height: 40px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
}

.b2b_cont {
    background: #1d89ca;
    padding: 10px 14px;
}

.b2b_cont_left {
    background: #3498db;
    padding: 10px 5px;
}

.b2b_cont h3 {
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
}

.b2b_cont_left h3 {
    font-weight: 400;
    padding: 10px 20px;
    color: #000;
}

.b2b_cont li span {
    width: 30px;
    height: 35px;
    margin-right: 10px;
    float: left;
    margin: 15px 0;
}

.b_val {
    line-height: 65px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 20px;
}

    .b_val span {
        margin-right: 20px !important;
    }

.pie_img, .b2b_cont {
    margin-top: -60px;
}

.ON3_bnr {
    top: -30px;
}
/*-----------------------MEDIA STARTS----------------------------*/
@media (max-width: 560px) {
    .banner_desc {
        padding: 0px 20px 20px 20px;
        text-align: center;
        /*margin-top: -30% !important;*/
    }

    .btn_explore {
        font-size: 16px !important;
    }

    .ON_bnr {
        float: left;
    }

    .ON_txt {
        float: right;
    }

    .team_cap {
        height: 200px;
    }

    .nbs-flexisel-nav-left {
        left: 10px !important;
    }

    .nbs-flexisel-nav-right {
        right: 5px !important;
    }

    .cat_ind li h4 {
        display: none;
    }
}

@media (max-width: 768px) {
    .deck2, .deck1 {
        display: none !important;
    }

    .only_news {
        display: none !important;
    }

    body {
        background: #000;
    }

    .mp-pusher {
        padding: 0 10px;
    }

    /*.team_cap {
        height: auto;
    }*/

    .media_cont {
        /*margin-top: -70px;*/
    }

    .banner_desc {
        padding: 0px 20px 20px 20px;
        text-align: center;
        margin-top: 3%;
    }

    .btn_cont {
        text-align: center;
        position: relative;
        z-index: 1020;
    }

    .SH_zval {
        z-index: 9999;
    }

    .footy1 > div {
        margin-bottom: 30px;
    }

    .footy1 div {
        text-align: center;
    }

    .feat_cont > div {
        margin-bottom: 30px;
    }


    .footy2_item ul {
        display: none;
    }


    .pie_img {
        margin-top: 0px;
    }

    .b2b_cont {
        margin-top: 0px;
    }

    .cat_main {
        width: 100%;
    }

    .cat_desc {
        width: 100%;
    }

    .cat_ind li h4 {
        font-size: 10px;
    }

    .cat_ind li i {
        font-size: 30px;
    }
}

@media (min-width: 768px) {

    .SH_zval {
        z-index: 9999;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .nav li.dropdown, .dropdown-menu {
        width: 20%;
    }
}

@media (max-width: 992px) {
    
    .btn_explore {
    display:none;   
    }
    .CM_adj1 {
        margin-top: 1%;
    }

    .CM_adj2 {
        margin-top: -2%;
    }

    .text_cont {
        height: auto !important;
        min-height: initial;
    }

    .team {
        margin-top: -8%;
    }

    .team_img span i.icon {
        font-size: 2.8em;
        margin-left: 3%;
    }



    .team_desc {
        margin-left: 0px;
        float: left;
        margin-top: 20px;
    }

    .team_cap {
        height: 140px;
    }

    #p_name {
        /*line-height: 19px;*/
        font-size: 16px;
        font-weight: 600;
        color: #fff !important;
    }

    .explore_cont ul li {
        padding: 5px 5px;
        /*float: left;*/
        text-align: center;
    }

        .explore_cont ul li a {
            color: #fff;
            padding: 0px 0;
            font-size: 16px;
            float: left;
            font-weight: 300;
            line-height: 17px;
        }

    explore_cont {
        height: auto;
    }

    .btn_explore {
        font-size: 21px;
        float: left !important;
        color: #fff !important;
        font-weight: 400 !important;
        line-height: 36px;
    }

        .btn_explore img {
            display: none;
        }

    .btn_request_cont {
        text-align: center !important;
        height: 30px;
    }

        .btn_request_cont .btn_request_adj {
            /*float: none !important;*/
        }

    .pie_img, .b2b_cont {
        margin-top: 0px;
    }

    .ON_bnr {
        right: 0px;
    }

    .nbs-flexisel-nav-right {
        right: -10px;
    }

    .nbs-flexisel-nav-left {
        right: -10px;
    }

    .blue_ul li p {
        font-size: 16px;
        line-height: 21px;
    }

    .blue_ul li {
        margin-bottom: 10px;
    }

        .blue_ul li:hover span i.fa-circle {
            margin-right: 10px;
            line-height: 31px;
            border: 2px solid #FFF;
        }

        .blue_ul li p span {
            float: left;
        }

    .icn:hover .im span i.fa-circle {
        line-height: 49px;
        border: 3px solid #FFF;
        height: 100%;
        width: 100%;
        left: 0;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .banner_desc h2 {
        font-size: 42px;
    }

    .slider li, .typ1_sub p, .typ2_sub p, .typ3_sub p, .typ4_sub p {
        padding: 0 10px;
    }

    .btn_request {
        font-size: 23px;
    }

    .text_cont {
        min-height: 320px;
        max-height: 320px;
        height: 320px;
    }

    .pie_img, .b2b_cont {
        margin-top: 0px;
    }

    #p_name {
        line-height: 26px;
    }
}

.cioreview_banner {
  padding: 25px 60px 30px;
  background: white;
  position: relative;
  z-index: 1;
}
#homeBanner.cioreview_banner {
  margin: 15px 0 33px;
  padding: 0;
  background-color: #fff;
}


.cioreview_banner-logo {
  float: left;
  margin: -10px 15px -65px;
  width: 200px;
  background: url("../fonts/cio-review-award.svg") no-repeat 0 0;
  background-size: contain;
	transition: 0.3s all ease;
}
#homeBanner .cioreview_banner-logo {
  margin: 15px 40px 0 0;
  background: url("../images/cio_review_v2.png") no-repeat 50% 50%;
  background-size: contain;
  width: 261px;
  height: 261px;
}
.cioreview_banner-logo:hover {
	/* transform: scale(1.25); */
}

.cioreview_banner-logo img {
  visibility: hidden;
  width: 100%;
}
.cioreview_banner-text {
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  max-width: 1000px;
  padding-top: 15px;
}
#homeBanner .cioreview_banner-text {
  font-size: 20px;
  color: #000;
}
#homeBanner .cioreview_banner-text-head {
  font-size: 40px;
  font-weight: 300;
  margin: 30px 0 15px;
}
#homeBanner .cioreview_banner-text-p {
  font-size: 20px;
  margin: 15px 0;
}
#homeBanner .cioreview_banner-text > a {
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
}


@media (min-width: 1200px) {
  #homeBanner .container-fluid {
    max-width: 1170px;
  }
  #homeBanner .cioreview_banner-logo {
    /* transform: scale(1.55) */
  }
  #homeBanner .cioreview_banner-logo:hover {
    /* transform: scale(1.3); */
  }
}
@media (min-width: 990px) {
  @media (max-width: 1199px) {
    #homeBanner .cioreview_banner-logo {
      /* transform: scale(1.5); */
    }
    #homeBanner .cioreview_banner-logo:hover {
      /* transform: scale(1.2); */
    }
  }
  #homeBanner .cioreview_banner-text {
    font-size: 24px;
    text-align: left;
  }
  #homeBanner .cioreview_banner-text-more {
    float: left;
  }
}
@media (min-width: 821px) {
  @media (max-width: 990px) {
    #homeBanner .cioreview_banner-text {
      font-size: 18px;
      text-align: left;
    }
    #homeBanner .cioreview_banner-text-head {
      font-size: 28px;
    }
    #homeBanner .cioreview_banner-logo {
      transform: scale(1);
    }
    #homeBanner .cioreview_banner-logo:hover {
      /* transform: scale(1.2); */
    }
    #homeBanner .cioreview_banner-text-more {
      float: left;
    }
  }
}
@media (max-width: 820px) {
  @media (min-width: 600px) {
    .cioreview_banner {
      padding-left: 15px;
      padding-right: 15px;
    }
    .cioreview_banner-logo {
      width: 150px;
      margin-left: 0;
    }
    #homeBanner .cioreview_banner-logo {
      /* transform: scale(1.4); */
    }
    .cioreview_banner-text {
      padding-top: 0;
    }
    #homeBanner .cioreview_banner-text {
      margin-bottom: 30px;
    }
  }
}
@media (max-width: 600px) {
    .cioreview_banner {
      padding-left: 0;
      padding-right: 0;
    }
    .cioreview_banner-logo,
    #homeBanner .cioreview_banner-logo {
      width: 150px;
      height: 100px;
      display: block;
      margin: -15px auto 5px;
      float: none;
    }
    #homeBanner .cioreview_banner-logo {
      margin: 0 auto;
      width: 150px;
      height: 150px;
      margin: 0 auto;
    }    
    .cioreview_banner-text {
      padding-top: 0;
    }
    #homeBanner .cioreview_banner-text {
      margin-bottom: 30px;
    }
    #homeBanner .cioreview_banner-text-head {
      font-size: 28px;
    }
}





/* ai_container */
.ai_container.v2 {
  padding: 30px 0 0 0;
  padding-bottom: 80px;
  position: relative;
  background: #000;
  font-family: "Open Sans";
}
.ai_container.v2 .container {
  display: flex;
}
.ai_container-logo img {
  max-width: 100%;
}

.ai_container-text {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
}

@media (min-width: 992px) {
  .ai_container-logo {
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 0;
    left: 30%;
    z-index: 0;
    background: url("../images/Ai_Logo_02.png") no-repeat 50% 50%;
    background-size: contain;
  }
  .ai_container-logo img {
    opacity: 0;
  }
  .ai_container-text {
    flex: 0 0 54%;
    z-index: 1;
    position: relative;
  }
  .ai_container-text-title > div {
    font-size: 59px;
    font-weight: 700;
  }
  .ai_container-text-title > h3 {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 991px) {
  .ai_container-logo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.3;
  }
  .ai_container-logo img {
    float: right;
  }
  .ai_container-text {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;  
  }
}

.ai_container-text-title {
  padding: 30px 0 20px;
}
.ai_container-text-title h3 {
}
.ai_container-text-title h3 span {
}
.ai_container-text-title div {
}
.ai_container-text-body ul {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
.ai_container-text-body ul li {
  padding: 5px 0;
}
.ai_container-text-body ul li:before {
  content: "•";
  margin-right: 10px;
}
.ai_container-text-body .btn-default {
  background-color: #1c88ca;
  color: white;
  border-color: #1c88ca;
  border-radius: 0;
  border-width: 2px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 20px;
  transition: all 0.1s ease;
}
.ai_container-text-body .btn-default:hover {
  background: white;
  border-color: white;
  color: black;
}

.metatron {
  width: 167px;
  height: auto;
  padding: 0 5px;
  margin-top: -8px;
}

.brands-head {
  background: #FFF;
  padding: 10px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  
  display: block;
  margin: -47px auto 0;
  width: 290px;
}


.menu_sec_ul {
  text-transform: uppercase;
}