body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.header {
    width: 100%;
    background: #131930;
}

.hdr_out {
    display: none;
    z-index: 100;
}

.hdr_in {
    z-index: 1;
}

.sb-slidebar-header {
  padding: 2rem;
}

.sb-slidebar-header .row {
  display: flex;
  align-items: center;
}

a.btn_close {
    float: right;
    padding: 5px;
    text-align: center;
    color: #fff;
}

    a.btn_close i {
        font-size: 28px;
        display: block;
    }

    a.btn_close span {
      font-size: 14px;
    }

.srch {
    text-align: center;
    margin: 1rem auto 2rem;
}

.srch form {
  position: relative;
}

.search-box {
    width: 90%;
    height: 30px;
    float: left;
    padding: 5px 5px 5px 40px;
    border-radius: 30px;
    border: none;
}

.srch button {
    position: absolute;
    top: 4px;
    left: 0;
    background-color: transparent;
    color: #00B3DD;
    border: none;
    padding: 0 15px;
    z-index: 50;
}

#menu_sec_h3 {
    color: #A2A2A2;
    padding: 5px;
}

.menu_sec_ul {
  padding: 2rem;
}

.norm_label {
    color: #A2A2A2;
    padding: 5px;
}

.nmw_blue {
    color: #00B3DD !important;
}

.menu-sec {
    color: #fff;
    font-size: 20px;
    padding: 5px;
}

.menu-sec .caret,
.menu-sec .fa {
  float: right;
}

    .menu-sec:hover {
        color: #00B3DD;
    }

    .menu-sec ul {
        display: none;
    }

        .menu-sec ul li a {
            color: #A2A2A2;
            font-size: 16px;
            padding: 5px;
        }

        .menu-sec ul li:hover a {
            color: #00B3DD;
        }

.menu_link_sec li a {
    width: 100%;
    float: left;
    margin: 7px;
    color: #A2A2A2;
}

.header .row {
  display: flex;
}

.head_panel {
    width: 100%;
    float: left;
}

    .head_panel ul {
        float: right;
    }

        .head_panel ul li {
            float: left;
            padding: 5px 10px;
        }

            .head_panel ul li:first-child {
                border-left: 1px solid #616161;
                border-right: 1px solid #616161;
            }

            .head_panel ul li:nth-child(2) {
                border-right: 1px solid #616161;
            }

            .head_panel ul li a {
                width: 100%;
                color: #fff;
                font-weight: 300;
            }

            .head_panel ul li.login a {
                margin: 0 50px;
            }

            .head_panel ul li a:hover {
                color: #00B3DD;
            }

.logo_cont {
  display: flex;
  align-items: center;
}

.logo_cont a {
    text-align: center;
}

.logo_cont a:first-child {
  margin-left: -15px;
  margin-right: 15px;
}

.logo_cont span i {
    font-size: 30px;
    color: #fff;
}

.logo_cont img {
  max-width: 100%;
  height: auto;
}

.home_ul li {
    font-size: 30px;
    color: #131930;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
}

    .home_ul li i {
        font-size: 20px;
        color: #00B3DD;
        text-align: left;
        margin-right: 10px;
    }

.mm {
    float: left;
    flex: 1;
}

.mm_ul {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

    .mm li.act {
        background: #0B0F1E;
        border-radius: 4px;
    }

    .mm ul li {
        padding: 5px 15px;
    }

    @media (min-width: 1200px) and (max-width: 1280px) {
      .mm ul li {
        padding: 5px;
      }
    }

        .mm ul li a {
            width: 100%;
            float: left;
            text-align: center;
            padding: 3px 0;
            color: #fff;
            font-weight: 400;
            font-size: 18px;
            /*margin-right: 10%;*/
        }

            .mm ul li a:hover {
                color: #fff;
            }

            .mm ul li a i {
                margin-left: 10px;
            }

.mm_sub {
    display: none;
    width: 100%;
    float: left;
    /*padding: 5px 0px;*/
    border-radius: 4px;
}

.hdr_out .mm_sub {
    position: static;
}

.hdr_in .mm_sub {
    position: absolute;
    width: 23.4%;
    top: 53px;
    background: #0B0F1E;
    border-radius: 4px;
    z-index: 500;
    margin-left: -25px;
}

.mm_sub ul {
    width: 100%;
}

    .mm_sub ul li {
        width: 100%;
        float: left;
        padding: 5px 10px;
        border-bottom: 2px solid rgba(255, 255, 255, .2);
    }

        .mm_sub ul li:last-child {
            border-bottom: none;
        }

        .mm_sub ul li a {
            width: 100%;
            float: left;
            text-align: center;
            padding: 3px 0;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
        }

.header_btn_cont {
    width: auto;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    margin-left: auto;
}

.btn_cont {
    width: 100%;
    float: left;
    text-align: center;
    padding: 2% 0;
    margin-bottom: 3%;
}


.btn_base {
    font-size: 24px;
    background: #00B3DD;
    padding: 5px 20px;
    color: #fff !important;
    /*float: left;*/
    border: 1px solid #00B3DD;
    font-weight: 600 !important;
    margin: 10px 0;
    border-radius: 30px;
}

.header_btn_cont .btn_base {
    /* float: right; */
}

.header_btn_cont a.btn_base {
    color: #fff !important;
}

.header_btn_cont ul {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.header_btn_cont ul a {
  color: #fff;
  margin-left: 25px;
}

.btn_small {
    font-size: 16px;
}

.btn_base:hover, .btn_base:visited, .btn_base:active {
    color: #fff !important;
    background: #00B3DD;
    border: 1px solid #00B3DD;
}

.main {
}

.sub_head_pop {
    width: 100%;
    text-align: center;
    margin: 15px 0;
    float: left;
}



    .sub_head_pop span {
        background: #fff;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        padding: 10px 3%;
        color: #222;
    }

.main_head {
    color: #00B3DD;
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    padding: 2% 0;
}

.nmw_blue1 {
    color: #48758a !important;
}

.icon_slider {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 2% 3%;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    background: #fff;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 55%;
        height: auto;
        min-height: 100px;
    }

    .nbs-flexisel-item p {
        width: 70%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 22px;
        font-size: 20px;
        text-align: center;
        font-weight: 400;
        color: #00B3DD;
    }

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

.sub_head {
    color: #222222;
    text-align: left;
    font-size: 50px;
    font-weight: 600;
    padding: 2% 0;
}

p.par {
    width: 90%;
    color: #222222;
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    padding: 0 0 2% 0;
}

    p.par span {
        color: #00B3DD;
        font-weight: 600;
    }

p.par1 {
    width: 100%;
    color: #131930;
    text-align: left;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    padding: 0 0 2% 0;
}

.small {
    font-size: 18px !important;
}

span.fa1 {
    width: 4em;
}

    span.fa1 i:first-child {
        font-size: 4em;
        color: #00B3DD;
        border: 0px solid #00B3DD;
        border-radius: 50%;
        width: 1em;
        height: 1em;
        line-height: .98em;
    }

    span.fa1 i:nth-child(2) {
        font-size: 2em;
        line-height: 2em;
    }

.pic_adj1 {
    /* margin-top: -10%; */
}

.pic_adj2 {
    width: 120%;
    margin-left: -18%;
}

.social_hap_box {
    width: 100%;
    border: 4px solid #5cb85c;
}

    .social_hap_box table {
        width: 100%;
    }

        .social_hap_box table th {
            background: #5cb85c;
            color: #fff;
            font-size: 30px;
            text-align: center;
            padding: 2% 0;
        }

        .social_hap_box table td img {
            width: 80px;
        }

        .social_hap_box table td {
            padding: 5px 10px;
        }

            .social_hap_box table td p {
                width: 100%;
                float: left;
                text-align: left;
                font-size: 16px;
                color: #222;
                line-height: 20px;
            }

            .social_hap_box table td .timePosted {
                width: 100%;
                float: left;
                text-align: left;
                font-size: 14px;
                color: #999;
                line-height: 16px;
            }

.our_story_box {
    background: #014060;
    padding: 0 20px 2% 20px;
}

    .our_story_box h2 {
        color: #fff;
        padding: 2% 0px;
        font-size: 30px;
        text-align: center;
    }

    .our_story_box p {
        text-align: left;
        font-size: 18px;
        color: #fff;
        line-height: 26px;
    }

    .our_story_box .sub_head_pop {
        margin-top: -46px;
    }

        .our_story_box .sub_head_pop span {
            color: #014060;
        }

    .our_story_box div.box {
        background: #fff;
        padding: 0 5%;
        text-align: center;
    }

        .our_story_box div.box img {
            width: 100%;
        }

.box ul li img {
    float: left;
    width: 75%;
    height: 4.5em;
}

.box ul li {
    width: 50%;
    float: left;
    padding: 2% 8px;
}

.social_hap_box, .our_story_box {
    height: 620px;
    float: left;
    width: 100%;
    margin-bottom: 3%;
}

.footer {
    margin-top: 50px;
    background: #131930;
    padding-bottom: 4rem;
}

    .footer .sub_head_pop {
        margin-top: -1%;
    }

        .footer .sub_head_pop a {
            background: #00B3DD;
            font-size: 30px;
            color: #fff !important;
            padding: 5px 20px;
        }

            .footer .sub_head_pop a:hover {
                background: #00B3DD;
            }

.copy_links ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.copy_links ul li:hover a {
    color: #00B3DD;
}

.scrollToTop {
    opacity: .3;
    width: 100px;
    height: 130px;
    padding: 10px;
    text-align: center;
    background: none;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 40px;
    display: none;
    background: url('../images/Arrow-Up.png') no-repeat 0px 20px;
}

    .scrollToTop:hover {
        opacity: 1;
    }

.home_features div.row:hover span.fa1 i:first-child {
    color: #F1F1F1;
    border: 2px solid #00B3DD;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.home_features div.row:hover span.fa1 i:nth-child(2) {
    color: #00B3DD;
}

.search_input input[type=text] {
    width: 100%;
    height: 70px;
    padding: 5px 10px;
    border-radius: 8px;
    border: 20px solid #00B3DD;
}

.search_input span {
    position: absolute;
    right: 25px;
    color: #32B1DB;
    top: 23px;
    font-size: 18px;
}

    .search_input span:hover {
        cursor: pointer;
        color: #014060;
    }

.browse_cont {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 8px;
    padding: 5px 10px;
    background: #014060;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .browse_cont p {
        font-size: 22px;
        color: #fff;
        float: left;
        font-weight: 600;
        line-height: 38px;
        text-align: center;
        width: 100%;
    }

.browse_part {
    display: none;
    width: 100%;
    height: auto;
    float: left;
    padding: 5px 0px;
}

.browse_cont p:hover {
    cursor: pointer;
    color: #00B3DD;
}

.browse_part li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
}

    .browse_part li a:hover {
        color: #00B3DD;
    }

.btn_subscribe {
    background: #014060;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
    float: left;
    margin-bottom: 10px;
}

    .btn_subscribe:hover {
        background: #005784;
        color: #fff;
        cursor: pointer;
    }

    .btn_subscribe i {
        font-size: 16px;
        margin-left: 5px;
    }

.link1 {
    color: #00B3DD;
    font-size: 18px;
    font-weight: 600;
    float: left;
    margin-bottom: 5px;
}

.hr1 {
    border: 2px solid #808284;
}

.feat_item, .item_container {
    margin: 3% 0 0 0;
}

    .feat_item .element-item {
    }

.search_button {
    background: none;
    border: 0px;
}


.item_cont {
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 0 3% 0;
    border: 2px solid #00B3DD;
}

    .item_cont h3 {
        background: #00B3DD;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        line-height: 28px;
        text-align: left;
        padding: 2% 5%;
        word-wrap: break-word;
    }

    .item_cont span {
        color: #00B3DD;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }

    .item_cont p {
        color: #787875;
        padding: 2% 5%;
        line-height: 24px;
        font-size: 17px;
        font-weight: 400;
        text-align: left;
        width: 100%;
        float: left;
    }

    .item_cont img {
        vertical-align: top;
        max-height: 200px;
        max-width: 70%;
        margin: auto;
    }

    .item_cont div.cont_6, .item_cont div.cont_4 {
        padding: 2% 5%;
    }

.grid .item_cont div.cont_1 span {
    padding: 0 5%;
    color: #787875;
}

.grid .item_cont p {
    line-height: 24px;
    font-size: 15px;
}

.grid .item_cont img {
    max-height: 200px;
    max-width: 100%;
}

.ui-group {
    width: 100%;
    float: left;
    text-align: center;
}

    .ui-group a, .ui-group span {
        font-size: 24px;
        padding: 5px;
    }

    .ui-group button {
        background: none;
        border: none;
        color: #787875;
        font-weight: 600;
        font-size: 16px;
        margin: 0 10px;
        padding: 5px;
    }

        .ui-group button:hover {
            color: #00B3DD;
        }

        .ui-group button.is-checked {
            color: #00B3DD;
        }

.tbl_speciality {
    width: 100%;
    float: left;
    background: #b8c7ce;
    border-radius: 8px;
}

    .tbl_speciality td img.map_img {
        width: 100px;
        max-width: 100px;
        max-height: 65px;
        margin-right: 10px;
        float: left;
    }

.map_img1 {
    width: 80px;
    max-width: 80px;
    height: auto;
    max-height: 60px;
    margin-left: 10px;
}

.tbl_style1 {
    background: #F3F3F4 !important;
}

    .tbl_style1 tr th {
        border-bottom: 3px solid #8b8c8e !important;
    }

    .tbl_style1 tr td {
        border-bottom: 2px solid #8b8c8e !important;
    }

.tbl_full_dist {
    background: #7495a5;
}

.tbl_speciality tr td {
    padding: 7px 20px;
    border-bottom: 2px solid #63717a;
    font-size: 21px;
    font-weight: 400;
    line-height: 60px;
    color: #434343;
}

.tbl_speciality tr:last-child td {
    border-bottom: none;
}

.tbl_speciality tr th {
    border-bottom: 3px solid #63717a;
    padding: 20px 20px;
    font-size: 24px;
    font-weight: 600;
    color: #131930;
}

.tbl_full_dist tr th {
    border-bottom: 3px solid #3e6071;
    color: #222;
}

.tbl_full_dist tr td {
    border-bottom: 2px solid #3e6071;
    color: #222;
}

.tbl_speciality td i.fa-download {
    color: #434343 !important;
}

    .tbl_speciality td i.fa-download:hover {
        color: #00B3DD !important;
    }

.tbl_speciality tr th:nth-child(2), .tbl_speciality tr td:nth-child(2) {
    text-align: left;
}

.tbl_speciality tr td:nth-child(2) {
    font-size: 40px;
    color: #1a2831;
}

.tbl_pr tr td:nth-child(2) {
    font-size: 24px;
    color: #131930;
}

.sol_sub_menu {
    width: 90%;
    float: right;
}

    .sol_sub_menu ul > li > a {
        color: #00B3DD;
        font-size: 15px;
        font-weight: 600;
        width: 100%;
        float: left;
        padding: 1% 0;
        line-height: 24px;
    }

.sol_desc_ul1 {
    float: left;
    width: 100%;
}
/*.sol_desc_ul1::-webkit-scrollbar {
    display: none;
}*/
.sol_menu {
    padding: 1% 2%;
    width: 100%;
    float: left;
    border-radius: 8px;
    position: sticky;
    top: 0;
    background-color: #F3F3F4;
    /*transition: margin-top .5s;
    -webkit-transition: margin-top .5s;*/
}

.mode1 {
    width: 28% !important;
    position: fixed !important;
    top: 110px;
    z-index: 1;
    opacity: .4 !important;
}

    .mode1:hover {
        opacity: 1 !important;
    }

    .mode1 ul {
        display: none;
    }

.set1 {
    width: 26% !important;
}

.op1 ul {
    display: block !important;
}

.op1 {
    opacity: 1 !important;
}

.tgl_sol_menu {
    cursor: pointer;
}

    .tgl_sol_menu i {
        float: right;
        color: #00B3DD;
    }

.sol_menu h2 {
    color: #131930;
    font-size: 26px;
    font-weight: 600;
    padding: 2% 0;
    line-height: 32px;
}

.sol_menu li a {
    color: #014060;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    float: left;
    padding: 2% 0;
    line-height: 26px;
}

    .sol_menu li a:hover {
        color: #00B3DD;
    }



.sol_desc {
    float: left;
    width: 100%;
}


    .sol_desc div.cont_2 {
        text-align: center;
    }

    .sol_desc h2 {
        color: #131930;
        font-size: 38px;
        font-weight: 600;
        margin-bottom: 1%;
        line-height: 40px;
    }

        .sol_desc h2 a {
            color: #131930;
        }

        .sol_desc h2:hover a {
            color: #00B3DD;
        }

    .sol_desc span.fa1 {
        /*width: 9em;*/
    }

    .sol_desc p {
        color: #131930;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 2%;
        line-height: 35px;
    }

.sol_desc_ul1 li ul {
}

.sol_desc div > ul > li {
    margin-bottom: 20px;
}

.sol_desc ul li span {
    color: #00B3DD;
    font-size: 22px;
    margin-right: 1%;
}

.sol_desc:hover span.fa1 i:first-child {
    /*font-size: 5em;*/
    color: #F7F7F6;
    border: 2px solid #00B3DD;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    line-height: .98em;
}

.sol_desc:hover span.fa1 i:nth-child(2) {
    color: #00B3DD;
}

.ul_half {
    width: 50%;
    float: left;
}

.blue_box {
    background: #014060;
    width: 100%;
    float: left;
    padding: 3% 2%;
    border-radius: 8px;
}

    .blue_box h1 {
        text-align: center;
        font-size: 3em;
        color: #fff;
        width: 100%;
        float: left;
        line-height: 1.23em;
        font-weight: 600;
        margin-bottom: 2%;
    }

    .blue_box p {
        text-align: center;
        font-size: 1.5em;
        color: #fff;
        width: 100%;
        float: left;
        margin-bottom: 2%;
        line-height: 1.5em;
    }

        .blue_box h1, .blue_box p span.em2 {
            color: #b1c9eb;
        }

        .blue_box p.large {
            text-align: center;
            font-size: 2.2em;
            color: #fff;
            width: 100%;
            float: left;
            margin-bottom: 2%;
            line-height: 1.6em;
        }

        .blue_box p a {
            color: #fff;
        }

        .blue_box p span {
            font-weight: 600;
        }

        .blue_box p i {
            margin-right: 10px;
        }

.blue_box2 {
    background: #fff;
    border: 3px solid #49758b;
    width: 100%;
    float: left;
    padding: 0 0 3% 0;
    border-radius: 8px;
}

.black_box {
    background: #131930;
}

    .black_box li a, .blue_box2 li i {
        color: #fff !important;
    }

    .black_box li:hover a, .blue_box2 li:hover i {
        color: #00B3DD !important;
    }

.blue_box2 h1 {
    text-align: center;
    font-size: 3em;
    background: #49758b;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 1.23em;
    font-weight: 600;
    margin-bottom: 2%;
    padding: 5px 0;
}

.blue_box2 ul {
}

.blue_box2 li {
    padding: 0 0 0 5%;
    font-size: 2em;
    color: #222222;
    margin-bottom: 15px;
    font-weight: 600;
}

    .blue_box2 li i {
        font-size: 1.5em;
        color: #00783f;
        margin-right: 15px;
    }

    .blue_box2 li a {
        color: #131930;
    }

.blue_box3 {
    background: #fff;
    border: 3px solid #014060;
    width: 100%;
    float: left;
    padding: 0 0 3% 0;
    border-radius: 8px;
}

.blue_box1 {
    border: 3px solid #0177a9 !important;
}

.red_box {
    border: 3px solid #d60036 !important;
}

.blue_box3 h1 {
    text-align: center;
    font-size: 2.2em;
    background: #014060;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 1.23em;
    font-weight: 600;
    margin-bottom: 2%;
    padding: 10px 10px;
}

.red_box h1 {
    background: #d60036 !important;
}

.blue_box1 h1 {
    background: #0177a9 !important;
}

.ipr_red {
    color: #d60036 !important;
}

.blue_box3 ul {
}

.blue_box3 li {
    padding: 0 0 0 5%;
    font-size: 2em;
    color: #222222;
    margin-bottom: 15px;
    font-weight: 400;
}

    .blue_box3 li i {
        font-size: 1.3em;
        color: #00783f;
        margin-right: 15px;
    }

.bluebox_plain {
    background: #00B3DD;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.investor_box {
}

.ul_star li {
    width: 100%;
    color: #222222;
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    padding: 0 0 2% 0;
}

    .ul_star li i {
        color: #48758a;
        margin-right: 20px;
    }



.region_box {
    width: 100%;
    float: left;
    border-radius: 8px;
    padding: 10px 0;
    background: #e7e7e7;
}

    .region_box h2 {
        width: 100%;
        float: left;
        border-bottom: 2px solid #616161;
    }

.region_outlets {
    display: none;
}

.region_box_ul > li {
    padding: 15px 10px;
    line-height: 32px;
    font-size: 24px;
    cursor: pointer;
    color: #131930;
    background: #e7e7e7;
    font-weight: 600;
    border-bottom: 2px solid #909090;
}

    .region_box_ul > li.act {
        border-bottom: 2px solid #b8c7ce;
        background: #c1c1c1;
    }

    .region_box_ul > li i {
        color: #014060;
        margin-right: 10px;
    }


.region_box span {
    width: 50%;
    float: left;
    padding: 10px;
}

.region_sub {
    display: none;
    width: 90%;
    float: right;
}

    .region_sub table {
        width: 100%;
        float: left;
        padding: 10px;
    }

        .region_sub table tr {
            border-bottom: 2px solid #ADADAD;
        }

            .region_sub table tr:last-child {
                border-bottom: 0px solid #ADADAD;
            }

            .region_sub table tr td {
                text-align: left;
                vertical-align: text-top;
                padding: 10px 0px;
                line-height: 24px;
                font-size: 18px;
                color: #131930;
                font-weight: 400;
            }

                .region_sub table tr td:first-child {
                    width: 60%;
                }

                .region_sub table tr td:nth-child(2) {
                    width: 40%;
                }

.region_box_ul li p {
    padding: 0px;
    margin: 0px;
}

.region_sub table tr td ul li {
    border-bottom: 1px solid #b8c7ce;
    line-height: 24px;
    font-size: 20px;
    padding: 5px 0;
    color: #222;
    font-weight: 400;
}

    .region_sub table tr td ul li:last-child {
        border-bottom: 0px solid #ccc;
    }

.region_box_ul p > span {
    color: #131930;
    float: left;
    border: 0;
}

    .region_box_ul p > span:first-child {
        width: 100%;
    }

    .region_box_ul p > span:nth-child(2) {
        display: none;
        width: 37%;
    }

.show {
    display: block;
}

.icon_cont div img {
    width: 100%;
    margin: 20px;
}

ul.icon_cont li img {
    max-width: 400px;
    max-height: 150px;
    margin: 20px;
}

.contact_form {
    width: 100%;
    float: left;
    padding: 10px 50px;
}

.contact_ul li {
    width: 50%;
    float: left;
    padding: 15px 20px;
    margin-bottom: 10px;
}

    .contact_ul li label {
        width: 100%;
        float: left;
        font-size: 23px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #222;
    }

    .contact_ul li input[type=text] {
        width: 100%;
        float: left;
        height: 40px;
        border-radius: 6px;
        padding-left: 10px;
        font-size: 20px;
        border: 2px solid #acacac;
    }

    .contact_ul li.full {
        width: 100%;
        float: left;
    }

        .contact_ul li.full label {
            width: 100%;
            text-align: center;
        }

        .contact_ul li.full textarea {
            width: 100%;
            float: left;
            padding-left: 10px;
            font-size: 20px;
            height: 300px;
            border-radius: 6px;
            border: 2px solid #acacac;
        }

.contact_head_pop {
    text-align: center;
    width: 100%;
}

    .contact_head_pop span {
        font-size: 40px;
        color: #131930;
        font-weight: 600;
        text-align: center;
        background: #fff;
        padding: 10px 40px;
    }

.contact_det {
    background: #fff;
    padding: 10px 40px;
    width: 100%;
    float: left;
}

    .contact_det ul li h3 {
        font-size: 28px;
        color: #222;
        font-weight: 600;
        text-align: left;
        margin: 4% 0;
        width: 100%;
        float: left;
    }

        .contact_det ul li h3 i {
            color: #00B3DD;
            font-size: 28px;
            margin-left: 15px;
        }


    .contact_det ul li span {
        font-size: 21px;
        color: #222;
        font-weight: 400;
        text-align: left;
        margin: 4% 0;
        width: 100%;
        float: left;
    }

.about_feat_list {
    margin: 50px 0;
}

    .about_feat_list li {
        margin-bottom: 20px;
    }

        .about_feat_list li p {
            font-size: 30px;
            color: #222;
            font-weight: 600;
            text-align: left;
            width: 100%;
            float: left;
        }

        .about_feat_list li:hover span i:first-child {
            /*font-size: 5em;*/
            color: #F7F7F6;
            border: 2px solid #00B3DD;
            border-radius: 50%;
            width: 1em;
            height: 1em;
            line-height: .98em;
        }



        .about_feat_list li:nth-child(1) span.fa1 i:nth-child(1) {
            color: #ff681d;
        }

        .about_feat_list li:nth-child(1):hover span i:first-child {
            color: #fff;
            border: 2px solid #ff681d;
        }

        .about_feat_list li:nth-child(1):hover span i.fa-inverse {
            color: #ff681d;
        }

        .about_feat_list li:nth-child(2) span.fa1 i:nth-child(1) {
            color: #5cb85c;
        }

        .about_feat_list li:nth-child(2):hover span i:first-child {
            color: #fff;
            border: 2px solid #5cb85c;
        }

        .about_feat_list li:nth-child(2):hover span i.fa-inverse {
            color: #5cb85c;
        }

        .about_feat_list li:nth-child(3) span.fa1 i:nth-child(1) {
            color: #00B3DD;
        }

        .about_feat_list li:nth-child(3):hover span i:first-child {
            color: #fff;
            border: 2px solid #00B3DD;
        }

        .about_feat_list li:nth-child(3):hover span i.fa-inverse {
            color: #00B3DD;
        }

        .about_feat_list li:nth-child(4) span.fa1 i:nth-child(1) {
            color: #ff322d;
        }

        .about_feat_list li:nth-child(4):hover span i:first-child {
            color: #fff;
            border: 2px solid #ff322d;
        }

        .about_feat_list li:nth-child(4):hover span i.fa-inverse {
            color: #ff322d;
        }

        .about_feat_list li:nth-child(5) span.fa1 i:nth-child(1) {
            color: #af0157;
        }

        .about_feat_list li:nth-child(5):hover span i:first-child {
            color: #fff;
            border: 2px solid #af0157;
        }

        .about_feat_list li:nth-child(5):hover span i.fa-inverse {
            color: #af0157;
        }

.box_ul_adj1 {
    margin-top: 22%;
}
/*---------------------------------RWD CSS-----------------------------------------------*/
@media (max-width:568px) {
    .mm {
        width: 100%;
    }

    .header_btn_cont {
        width: 100%;
        text-align: center;
    }

        .header_btn_cont .btn_base {
            float: right;
        }

    .pic_adj1 {
        margin-top: 0px;
    }

    .main_head {
        text-align: left;
    }

    .region_sub table tr td ul li, .region_sub table tr td {
        line-height: 16px;
        font-size: 16px;
    }

    .region_box_ul > li {
        padding: 10px 5px;
        line-height: 18px;
        font-size: 20px;
    }

    .region_box_ul p > span:nth-child(2) {
        width: 100%;
    }

    .region_sub table tr td:first-child {
        width: 40%;
    }

    .region_sub table tr td:nth-child(2) {
        width: 60%;
    }

    .map_img1 {
        width: 40px;
        max-width: 40px;
        height: auto;
        max-height: none;
    }





    .tbl_speciality td i.fa-download {
        float: right;
        margin-right: 10px;
    }

    .tbl_speciality td img.map_img {
        display: none;
    }

    span.fa1 {
        /*width: 3em;
        float: left;*/
    }

        span.fa1 i:first-child {
            /*font-size: 3em;*/
        }

        span.fa1 i:nth-child(2) {
            /*font-size: 1.2em;
            line-height: 2.3em;*/
        }

    .element-item {
        width: 100%;
    }

    .head_panel ul {
        float: left;
        width: 100%;
    }

        .head_panel ul li.login a {
            margin: 0;
        }

        .head_panel ul li:first-child, .head_panel ul li:nth-child(2) {
            padding: 5px 10px;
            width: 15%;
            float: left;
            text-align: center;
        }

        .head_panel ul li:nth-child(3), .head_panel ul li:nth-child(4) {
            padding: 5px 0px;
            width: 35%;
            float: left;
            text-align: center;
        }



    .ul_half {
        width: 100%;
    }



    .tbl_speciality tr td:first-child {
        width: 85%;
    }

    .tbl_speciality tr td:nth-child(2) {
        width: 15%;
    }

    .mode1 {
        width: 70% !important;
    }

    .contact_ul li {
        width: 100%;
    }



    .sub_head {
        font-size: 30px !important;
    }

    .callbacks_nav {
        display: none;
    }

    .box ul li img {
        width: 100%;
        height: auto;
    }

    .footer .sub_head_pop {
        margin-top: -4%;
    }
}

@media (min-width:568px) and (max-width:768px) {
    .element-item {
        width: 100%;
    }

    .mode1 {
        width: 50% !important;
    }

    .footer .sub_head_pop {
        margin-top: -2%;
    }

    .sub_head {
        font-size: 35px !important;
    }
}

@media (max-width:768px) {
    .our_story_box .sub_head_pop {
        margin-top: -43px;
    }

    .social_hap_box table td img {
        width: 40px;
        vertical-align: text-top;
        margin-top: -25px;
    }

    .contact_det ul li h3 {
        text-align: center;
    }

    .contact_det ul li span {
        text-align: center;
    }

    .btn_cont {
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .box_ul_adj1 {
        margin-top: 0;
    }

    .tbl_speciality tr td {
        line-height: 1.43;
    }

    .set1 {
        opacity: .3 !important;
    }

        .set1:hover {
            opacity: 1 !important;
        }

    .scrollToTop {
        bottom: -25px;
        right: -45px;
    }

    .sol_desc p {
        font-size: 16px;
        line-height: 26px;
    }

    .sol_desc h2 {
        font-size: 28px;
    }

    .btn_base {
        font-size: 14px;
    }

    .main_head {
        font-size: 35px !important;
    }

    .tbl_speciality tr td:nth-child(2) {
        font-size: 30px !important;
    }

    .about_feat_list li p {
        font-size: 16px;
    }

    .blue_box h1 {
        font-size: 2em;
    }

    .blue_box p.large {
        font-size: 1.2em;
    }


    .blue_box p span.em2 {
        font-size: 1em !important;
    }

    .footer .sub_head_pop a {
        font-size: 22px;
    }

    p.par {
        width: 100%;
        font-size: 17px;
        line-height: 26px;
    }

    p.par1 {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
    }

    .home_ul li {
        font-size: 19px;
        line-height: 28px;
    }

    .social_hap_box table th {
        font-size: 22px;
    }

    .social_hap_box table td {
        padding: 5px 5px 0 5px;
    }

    .our_story_box h2 {
        font-size: 22px;
    }

    .blue_box2 h1 {
        font-size: 2em;
    }

    .blue_box2 li {
        font-size: 1.5em;
    }

    .blue_box3 h1 {
        font-size: 1.5em;
        line-height: 1.43em;
    }

    .blue_box3 li {
        font-size: 1.2em;
    }

    .tbl_speciality tr th {
        font-size: 20px;
    }

    .tbl_speciality tr td {
        padding: 10px 10px;
        font-size: 16px !important;
        line-height: 1.4em !important;
    }

    .tbl_speciality td img.map_img {
        width: 55px;
        max-width: 55px;
        max-height: 50px;
        margin-right: 5px;
    }

    .mode1 {
        display: none;
    }

    .contact_ul li label {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .contact_ul li input[type=text] {
        height: 30px;
        border-radius: 4px;
        padding-left: 5px;
        font-size: 16px;
        border: 1px solid #acacac;
    }

    .contact_ul li.full textarea {
        padding-left: 5px;
        font-size: 16px;
        height: 100px;
        border-radius: 4px;
        border: 1px solid #acacac;
    }

    .contact_head_pop span {
        font-size: 30px;
    }

    .contact_form {
        padding: 10px 0px;
    }

    .about_feat_list li span.fa1 {
        width: 2em;
    }

        .about_feat_list li span.fa1 i:first-child {
            font-size: 2em;
        }

        .about_feat_list li span.fa1 i:nth-child(2) {
            font-size: .8em;
        }
}

@media (min-width:568px) and (max-width:992px) {
    span.fa1 {
        /*width: 4em;*/
        /*float: left;*/
    }

        span.fa1 i:first-child {
            /*font-size: 4em;*/
        }

        span.fa1 i:nth-child(2) {
            /*font-size: 2em;
            line-height: 2em;*/
        }
}

@media (min-width:768px) and (max-width:992px) {
    .our_story_box .sub_head_pop {
        margin-top: -50px;
    }

    .element-item {
        width: 48%;
    }

    .box ul li img {
        width: 55%;
    }

    .set1 {
        width: 28% !important;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    span.fa1 {
        width: 4em;
    }

        span.fa1 i:first-child {
            font-size: 4em;
        }

        span.fa1 i:nth-child(2) {
            font-size: 2em;
            line-height: 1.9em;
        }
}

@media (min-width:992px) {
    .grid .element-item:first-child, .grid .element-item:nth-child(2) {
        width: 40%;
    }

    .grid .element-item:first-child {
        margin-left: 8%;
    }
}

@media (max-width:992px) {
    span.fa1 {
        width: 3em;
    }

        span.fa1 i:first-child {
            font-size: 3em;
        }

        span.fa1 i:nth-child(2) {
            font-size: 1.2em;
            line-height: 2.4em;
        }

    .mm {
        display: none;
    }

    .social_hap_box, .our_story_box {
        height: auto;
    }

    .pic_adj1 {
        margin-top: 0%;
    }

    .contact_det ul li h3 {
        font-size: 24px;
    }

    .contact_det ul li span {
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .box ul li img {
        width: auto;
    }
}

@media (min-width:1636px) {
    .social_hap_box, .our_story_box {
        height: 650px;
    }
}

.hero-video {
  position: relative;
}

.hero-video-embed {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 480px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hero-video-embed {
    min-height: 600px;
  }
}

.hero-video-embed video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
}

.hero-video-embed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(19,25,48);
  background: linear-gradient(90deg, rgba(19,25,48,1) 0%, rgba(19,25,48,0) 100%);
}

.hero-video-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  right: 80px;
  color: white;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .hero-video-content {
    left: 40px;
    right: 40px;
  }
}

.slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 0 auto;
}

.slider-panel {
  opacity: 0 !important;
  transition-property: opacity !important;
}

.rslides1_on {
  opacity: 1 !important;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .slider-panel {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .rslides1_on {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.slider-panel-content {
  position: relative;
  height: 100%;
}

.slider-panel h1 {
  font-weight: 600;
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .slider-panel h1 {
    text-align: center;
    font-size: 40px;
  }
}

.slider-panel li {
  margin: 0 0 20px;
  font-size: 30px;
  -webkit-backface-visibility: visible;
  position: static;
  display: list-item;
  width: 100%;
  left: inherit;
  top: inherit;
}

@media screen and (max-width: 767px) {
  .slider-panel li {
    font-size: 20px;
  }
}

.slider-panel li:first-child {
  position: static;
  display: list-item;
  float: none;
}

.slider-panel ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slider-panel ul li {
  list-style-type: none;
  background-image: url(../fonts/circle-check.svg);
  background-repeat: no-repeat;
  padding-left: 48px;
  min-height: 36px;
}

.rslides_tabs {
  text-align: center;
  align-self: flex-end;
}

.rslides_tabs li {
  display: inline-block;
  margin: 0 5px;
}

.rslides_tabs a {
  font-size: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 2px solid white;
  background-color: transparent;
}

.rslides_tabs .rslides_here a {
  background-color: white;
}


.main_head_sub {
  font-size: 27px;
  margin-bottom: 3rem;
}

.pg-hero {
  text-align: center;
  padding-bottom: 40px;
}

.pg-hero img {
  max-width: 100%;
  height: auto;
}

.pg-details {
  font-size: 22px;
  line-height: 1.6;
  padding-bottom: 60px;
}

.pg-details ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pg-details ul li {
  list-style-type: none;
  background-image: url(../fonts/circle-check.svg);
  background-repeat: no-repeat;
  padding-left: 48px;
  min-height: 36px;
  margin-bottom: 1rem;
}

.pg-details li {
  font-weight: 600;
}

.pg-details h2 {
  font-size: 24px;
  font-weight: 600;
}

.pg-details .list-inline li {
  vertical-align: top;
  width: 24%;
}

.highlight img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .highlight {
    display: flex;
    align-items: center;
  }

  .highlight-img {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .highlight-txt {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3rem;
  }

  .highlight.reverse .highlight-img {
    order: 2;
  }

  .highlight.reverse .highlight-txt {
    padding-left: 0;
    padding-right: 1rem;
  }
}

.pg-details .highlight .list-inline li {
  vertical-align: top;
  width: 48%;
}

.spacer {
  height: 40px;
}
