@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Raleway:wght@300;400;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    font-size: 16px;
    color: #353333;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    scroll-behavior: smooth;
    background: white;
}

img {
    width: auto;
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
}

.clr {
    clear: both;
}

.banner {
    width: 100%;
}

.top_wrapper {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1000;
    transition: all 0.5s ease;
}

.wrapper {
    width: 96%;
    margin: 0px auto;
    max-width: 1300px;
}

.wrapper1 {
    width: 96%;
    margin: 0px auto;
    max-width: 1300px;
}

.logo {
    width: 25%;
    float: left;
    padding: 2px 0px 0px;
    transition: all 0.5s ease;
}

.logo img {
    transition: all 0.5s ease;
}

.logo_right {
    width: 75%;
    float: right;
    padding-top: 15px;
}

.social_top {
    float: right;
    padding: 5px 0px;
    display: block;
    width: 100%;
}

.social_top a {
    float: right;
    padding: 5px 12px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 5px;
}

.dx_menu {
    margin: 00px 0 0 0 !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.rmenu {
    color: white !important;
    background: #cf1f2a;
    padding: 8px 23px;
    border-radius: 4px;
}

.dx_menu {
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
    list-style: none;
    text-transform: uppercase;
}

.dx_menu li {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.dx_menu>li>a {
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    color: white;
}

.dx_menu li: hover>a,
.dx_menu li.active a {
    background: #000;
}

.dx_menu li a:hover {
    color: #ff5a00;
    border-bottom: 2px solid #ff5a00;
    padding-bottom: 8px;
}

.dx_menu li.right {
    float: right;
}

.dx_menu ul,
.dx_menu ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99999;
    width: 100%;
    background: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.dx_menu ul {
    top: 45px;
    left: 0;
    width: 200px;
}

.mega_box {
    width: 380px !important;
}

.dx_menu ul li ul {
    top: 0;
    left: 100%;
}

.dx_menu ul li {
    clear: both;
    width: 100%;
    border: none;
    font-size: 13px;
}

.dx_menu ul li a {
    padding: 10px 20px;
    width: 100%;
    color: #000 !important;
    font-size: 13px;
    text-decoration: none;
    float: left;
    clear: both;
    background: #eee;
}

.dx_menu ul li a:hover {
    padding-bottom: 8px;
}

.dx_menu>li .indicator {
    position: absolute;
    color: #dedede;
    top: 20px;
    right: 8px;
    font-size: 16px;
    display: none;
}

.dx_menu ul>li .indicator {
    top: 10px;
    right: 8px;
}

.thin>li>a {
    padding: 10px 22px;
}

.thin ul {
    top: 40px;
}

.thin>li .indicator {
    top: 10px;
}

.thick>li>a {
    padding: 40px 22px;
}

.thick ul {
    top: 100px;
}

.thick>li .indicator {
    top: 40px;
}

.dx_menu i {
    line-height: 20px !important;
    margin-right: 6px;
    font-size: 14px;
    float: left;
}

.dx_menu>li.showhide {
    display: none;
    background: none;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    cursor: pointer;
    margin-top: -00px;
}

.dx_menu>li.showhide span.title {
    margin: 16px 0 0 25px;
    float: left;
    display: none;
}

.dx_menu>li.showhide span.icon {
    margin: 17px 20px;
    float: right;
}

.dx_menu>li.showhide .icon em {
    margin-bottom: 5px;
    display: block;
    width: 40px;
    height: 3px;
    background: #b5ee22;
}

.orange li: hover>a,
.orange li.active a {
    background: #ff670f;
    color: #fff!important;
}

.dx_menu.vertical {
    width: 200px;
}

.dx_menu.vertical li {
    width: 100%;
}

.dx_menu.vertical li a {
    display: inline-block !important;
    width: 100%;
    padding: 18px 20px 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.dx_menu.vertical ul li {
    width: 100%;
}

.dx_menu.vertical ul,
.dx_menu.vertical ul li ul {
    width: 200px;
}

.dx_menu.vertical ul {
    top: 0;
    left: 100%;
}

.dx_menu.vertical ul li ul {
    top: 0px;
}

.dx_menu.vertical.right {
    float: right !important;
}

.dx_menu.vertical.right ul {
    left: -150px !important;
}

.dx_menu.vertical>li .indicator {
    top: 17px;
    right: 15px;
    font-size: 17px;
}

.dx_menu.vertical ul>li .indicator {
    top: 18px;
    right: 15px;
}

.sp_bnr {
    padding: 15px 1%;
    width: 25%;
    text-align: center;
    float: left;
    color: white;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.db_bg {
    background: #2e368f;
}

.lb_bg {
    background: #1b4a97;
}

.welcome_wrapper {
    padding: 45px 0px;
    width: 100%;
}

.wel_left {
    width: 65%;
    float: left;
}

.wel_left .matter {
    text-align: justify;
}

.wel_right {
    width: 30%;
    float: right;
}

.hed {
    color: black;
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 0px 20px;
    background: url(../images/hed_bg.png) bottom left no-repeat;
    margin-bottom: 15px;
}

.hed span {
    color: #1b4a97;
}

.hed_cnt {
    color: black;
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 0px 20px;
    background: url(../images/hed_bg.png) bottom center no-repeat;
    margin-bottom: 15px;
    text-align: center;
}

.hed_white {
    color: white;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px 20px;
    background: url(../images/hed_bg.png) bottom left no-repeat;
    margin-bottom: 15px;
}

.matter_abt {
    width: 100%;
    padding: 35px 0px 0px;
}

.vision_box {
    width: 50%;
    float: left;
    background: url(../images/vision_bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 25px 2%;
    color: white;
}

.mission_box {
    width: 50%;
    float: left;
    background: url(../images/mission_bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 25px 2%;
    color: white;
}

.mission_box .icon img {
    max-height: 95px;
}

.vision_box .icon img {
    max-height: 95px;
}

.arroe_div {
    padding: 12px 0px 0px;
    text-align: center;
    width: 100%;
}

.icon_hed {
    padding: 15px 0px;
    font-size: 22px;
    font-weight: bold;
}

.wel_fild_box {
    background: #f3f3f3;
    padding: 25px 5%;
    width: 100%;
    border-radius: 8px;
}

.black_hed {
    line-height: normal;
    padding: 0px 0px 15px;
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/hed_bg.png) bottom left no-repeat;
    margin-bottom: 15px;
}

.qfild {
    height: 50px;
    padding: 5%;
    width: 100%;
    border: 1px solid #e1e1e1;
    background: white;
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.qfild_msg {
    height: 150px;
    padding: 5%;
    width: 100%;
    border: 1px solid #e1e1e1;
    background: white;
    margin-bottom: 20px;
    border-radius: 8px;
    resize: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.qfild_btn {
    width: 100%;
    border: none;
    text-align: center;
    padding: 15px 0px;
    color: white;
    text-transform: uppercase;
    background: #ff0000;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    border-radius: 8px;
    font-weight: bold;
}

.news_wrapper {
    width: 100%;
    padding: 45px 0px;
    background: url(../images/news_bg.jpg) center center no-repeat;
    background-size: cover;
}

.news_item {
    width: 98%;
    margin: 0.5%;
    float: left;
    background: rgba(8, 96, 165, 0.6);
    color: #fff;
}

.news_item:hover {
    background: #00709e;
}

.news_item:hover .read_btn_ser {
    background: #fff;
}

.news_img {
    width: 100%;
}

.news_img img {
    min-width: 100%;
}

.news_hed {
    width: 100%;
    padding: 10px 3% 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.news_matter {
    width: 94%;
    float: left;
    padding: 0px 3% 15px;
    min-height: 95px;
}

.read_btn_news {
    font-size: 18px;
    color: white;
    margin: 0px auto;
    display: table;
    background: #88b907;
    padding: 10px 15px 10px 15px;
    color: #ed2228;
    float: right;
}

.white_wrapper {
    width: 100%;
    padding: 30px 0px;
    background: white;
}

.cnt_box {
    text-align: center;
}

.black_hed_mdm {
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 0px 12px;
    color: black;
    margin: 0px;
    line-height: normal;
}

.black_hed_imer {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0px 12px;
    color: black;
    margin: 0px;
    line-height: normal;
}

.thd_box {
    width: 30.33%;
    float: left;
    margin: 40px 1.5% 10px;
}

.ar_btn {
    padding: 10px 0px;
    display: table;
    width: auto;
    margin: 0px auto;
}

.footer {
    width: 100%;
    background: #272e3c;
    padding: 35px 0px 15px;
}

.footer .wrapper {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 120px;
    display: block;
}

.footer_item {
    width: 23%;
    float: left;
    padding: 5px 2% 5px 0px;
    display: block;
}

.footer_links {
    color: white;
    padding: 7px 0px;
    display: block;
}

.footer_links:hover {
    color: #12aa5e;
}

.footer_btm {
    padding: 4px 0px 05px;
    color: white;
    text-align: center;
    margin-top: -100px;
    width: 100%;
}

.footer_btm div {
    padding: 0px 0px;
    text-align: center;
}

.footer_btm div img {
    padding-bottom: 8px;
}

.footer_btm div a {
    color: white;
    padding: 7px 5px;
}

.foorter_hed {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 0px 12px;
    color: white;
    margin: 0px;
}

.top_link_mobile {
    display: none !important;
}

.dx_sp {
    display: none !important;
}

.banner_inner {
    width: 100%;
}

.banner_inner img {
    min-width: 100%;
}

.vision_box_inr {
    width: 100%;
    float: left;
    background: #2e368f;
    text-align: center;
    padding: 55px 4%;
    color: white;
}

.mission_box_inr {
    width: 100%;
    float: left;
    background: #12aa5e;
    text-align: center;
    padding: 55px 4%;
    color: white;
}

.mission_box_inr .icon img {
    max-height: 95px;
}

.vision_box_inr .icon img {
    max-height: 95px;
}

.list_style {
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.list_style li {
    padding: 6px 0px;
}

.matter {
    width: 100%;
    padding-bottom: 20px;
}

.inrfild {
    height: 50px;
    padding: 12px 10px;
    width: 100%;
    max-width: 700px;
    float: none;
    margin: 0px auto;
    display: block;
    border: 1px solid #e1e1e1;
    background: white;
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.inrfild_msg {
    height: 150px;
    padding: 12px 10px;
    width: 100%;
    max-width: 700px;
    float: none;
    margin: 0px auto;
    display: block;
    border: 1px solid #e1e1e1;
    background: white;
    margin-bottom: 20px;
    border-radius: 8px;
    resize: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.inrfild_btn {
    width: 100%;
    border: none;
    text-align: center;
    padding: 12px 10px;
    width: 100%;
    max-width: 700px;
    float: none;
    margin: 0px auto;
    display: block;
    color: white;
    text-transform: uppercase;
    background: #ff0000;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    border-radius: 8px;
    font-weight: bold;
}

.iframe-rwd {
    position: relative;
    padding-bottom: 37%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box_inr {
    width: 32%;
    border: 1px solid #e1e1e1;
    padding: 1%;
    margin: 1%;
    text-align: center;
    margin-left: 0px;
    margin-top: 12px;
    float: left;
}

.sml_hed {
    color: #7d1544;
    font-size: 16px;
    padding: 12px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.web_link {
    color: #12aa5e;
}

.fl_img {
    text-align: center;
}

.fl_img img {
    min-width: 100%;
}

.date {
    padding: 10px 0px;
    font-weight: bold;
    color: red;
}

.matter_news {
    width: 100%;
}

.news_left {
    float: left;
    width: 30%;
}

.news_right {
    float: left;
    width: 70%;
    padding: 5px 2%;
}

.news_box {
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.contact-box {
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.contact-list-1 {
    width: 30%;
    float: left;
    padding: 10px 10px 10px 10px;
    margin: 10px 0 20px 0;
}

.inr_link {
    padding: 30px 0px;
    display: block;
    color: black;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    transition: all 0.5s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.inr_link:hover {
    padding-left: 6%;
    width: 100%;
    color: white;
    background: #12aa5e;
}

.link_box_inr {
    width: 100%;
    padding: 25px 5%;
    background: #eeeeee;
    border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 1000px) {
    .sp_bnr {
        width: 50%;
        border-bottom: 1px solid #e1e1e1;
    }
    .db_bg {
        border-right: 1px solid #e1e1e1;
    }
    .wel_left {
        width: 100%;
    }
    .wel_right {
        width: 100%;
    }
    .footer_item {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        float: none;
    }
    .dx_menu>li>a {
        padding: 8px 5px;
    }
    .dx_menu {
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
    }
    .dx_menu.vertical {
        width: 100%;
    }
    .dx_menu li {
        display: block;
        width: 100% !important;
    }
    .dx_menu>li>a {
        padding-top: 15px;
        padding-bottom: 15px !important;
        padding-left: 25px;
        border-bottom: 2px solid #e1e1e1;
        background: white;
        color: black;
    }
    .dx_menu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .dx_menu ul,
    .dx_menu ul li ul,
    .dx_menu.vertical ul,
    .dx_menu.vertical ul li ul {
        width: 100%;
        left: 0;
        border-left: none;
        position: static;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: none;
    }
    .dx_menu ul li {
        border-left: none;
        border-right: none;
    }
    .dx_menu ul li a,
    .dx_menu.vertical ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dx_menu ul>li>a {
        padding-left: 40px !important;
    }
    .dx_menu>li .indicator {
        top: 15px;
        right: 25px;
        font-size: 16px;
        display: block;
    }
    .dx_menu ul>li .indicator {
        right: 24px;
    }
    .dx_menu.vertical ul>li .indicator {
        top: 10px;
        right: 15px;
    }
    .dx_menu>li>ul>li>a {
        padding-left: 40px !important;
    }
    .dx_menu>li>ul>li>ul>li>a {
        padding-left: 60px !important;
    }
    .dx_menu>li>ul>li>ul>li>ul>li>a {
        padding-left: 80px !important;
    }
    .mega_box {
        width: 100% !important;
    }
    .mega_box li {
        width: 100% !important;
        display: inline-block !important;
        clear: none !important;
    }
    .logo {
        width: 100%;
    }
    .logo_right {
        width: 100%;
        max-height: 99vh;
        overflow: auto;
        margin-top: -102px;
    }
    .dx_sp {
        display: block !important;
    }
    .dx_spspl {
        color: #1f7f4f !important
    }
    .dx_spgreen {
        background: #12aa5e !important;
        color: #fff !important;
    }
    .dx_spblue {
        background: #2e368f !important;
        color: #fff !important;
    }
}

@media only screen and (max-width: 1000px) {
    .thd_box {
        width: 100%;
    }
    .vision_box {
        width: 100%;
    }
    .mission_box {
        width: 100%;
    }
    .box_inr {
        width: 49%;
    }
}

@media only screen and (max-width: 800px) {
    .top_link_desk {
        display: none !important;
    }
    .news_left {
        width: 100%;
    }
    .news_left img {
        min-width: 100%;
    }
    .news_right {
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .sp_bnr {
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
    }
    .db_bg {
        border-bottom: 1px solid #e1e1e1;
        border-right: none;
    }
    .footer_item {
        display: inline-block;
        vertical-align: top;
        width: 99%;
        float: none;
    }
    .dn {
        display: none;
    }
    .box_inr {
        width: 100%;
    }
}

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
}

.cd-panel::after {
    /* overlay layer */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    z-index: 2000;
}

.cd-panel.cd-panel--is-visible::after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.cd-panel__header {
    position: fixed;
    width: 90%;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 2;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-transform 0.3s 0s;
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s;
    transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    line-height: normal;
}

.cd-panel__header h1 {
    color: #000;
    padding-left: 5%;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
}

.cd-panel--from-right .cd-panel__header {
    right: 0;
}

.cd-panel--from-left .cd-panel__header {
    left: 0;
}

.cd-panel--is-visible .cd-panel__header {
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.cd-panel__content ul {
    margin-left: 25px;
}

@media only screen and (min-width: 768px) {
    .cd-panel__header {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel__header {
        width: 50%;
    }
}

.cd-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    /* image replacement */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.cd-panel__close::before,
.cd-panel__close::after {
    /* close icon created in CSS */
    content: '';
    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #424f5c;
    /* this fixes a bug where pseudo elements are slighty off position */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-panel__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-panel__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-panel__close:hover {
    background-color: #424f5c;
}

.cd-panel__close:hover::before,
.cd-panel__close:hover::after {
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
    -webkit-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    transform: rotate(220deg);
}

.cd-panel__close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cd-panel__container {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    background: #dbe2e9;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
    .cd-panel__container {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel__container {
        width: 50%;
    }
}

.cd-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 5%;
    overflow: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
}

.cd-panel__content p {
    margin: 2em 0 8px;
}

.cd-panel__content p:first-of-type {
    margin-top: 0;
}


/* -------------------------------- 

x sigin/signup popup 

-------------------------------- */

.cd-signin-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 3000;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.cd-signin-modal.cd-signin-modal--is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-main-nav__item {
    color: #1f7f4f !important;
    padding: 5px 0px !important;
}

.flt {
    float: right;
    padding: 0px 3px;
    color: #1f7f4f;
    margin-top: 4px;
    font-weight: 600;
}

.cd-signin-modal__container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFF;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-signin-modal--is-visible .cd-signin-modal__container {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.cd-signin-modal__switcher:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

.cd-signin-modal__switcher li {
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
}

.cd-signin-modal__switcher li:first-child a {
    border-radius: .25em 0 0 0;
}

.cd-signin-modal__switcher li:last-child a {
    border-radius: 0 .25em 0 0;
}

.cd-signin-modal__switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d2d8d8;
    color: #809191;
}

.cd-signin-modal__switcher a.cd-selected {
    background: #FFF;
    color: #505260;
}

@media only screen and (min-width: 600px) {
    .cd-signin-modal__container {
        margin: 4em auto;
    }
    .cd-signin-modal__switcher a {
        height: 70px;
        line-height: 70px;
    }
}

.cd-signin-modal__form {
    padding: 1.4em;
}

.cd-signin-modal__fieldset {
    position: relative;
    margin: 1.4em 0;
}

.cd-signin-modal__fieldset:first-child {
    margin-top: 0;
}

.cd-signin-modal__fieldset:last-child {
    margin-bottom: 0;
}

.cd-signin-modal__label {
    font-size: 1.4rem;
}

.cd-signin-modal__label.cd-signin-modal__label--image-replace {
    /* replace text with an icon */
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.cd-signin-modal__label.cd-signin-modal__label--username {
    background-image: url("../img/cd-icon-username.svg");
    background-size: 20px;
}

.cd-signin-modal__label.cd-signin-modal__label--email {
    background-image: url("../img/cd-icon-email.svg");
    background-size: 20px;
}

.cd-signin-modal__label.cd-signin-modal__label--mobile {
    background-image: url("../img/cd-icon-mobile.svg");
    background-size: 20px;
}

.cd-signin-modal__label.cd-signin-modal__label--password {
    background-image: url("../img/cd-icon-password.svg");
    background-size: 20px;
}

.cd-signin-modal__input {
    margin: 0;
    padding: 0;
    border-radius: 0.25em;
}

.cd-signin-modal__input.cd-signin-modal__input--full-width {
    width: 100%;
}

.cd-signin-modal__input.cd-signin-modal__input--has-padding {
    padding: 12px 20px 12px 50px;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
    border-color: #343642;
    -webkit-box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-error {
    border: 1px solid #d76666;
}

.cd-signin-modal__input[type=submit] {
    padding: 16px 0;
    cursor: pointer;
    background: #12aa5e;
    color: #FFF;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-signin-modal__input[type=submit]:hover,
.cd-signin-modal__input[type=submit]:focus {
    background: #3599ae;
    outline: none;
}

.cd-signin-modal__hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #343642;
}

.cd-signin-modal__error {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: .8em;
    z-index: 2;
    color: #FFF;
    font-size: 1.3rem;
    border-radius: 0.25em;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-signin-modal__error::after {
    /* triangle */
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}

.cd-signin-modal__error.cd-signin-modal__error--is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 600px) {
    .cd-signin-modal__form {
        padding: 2em;
    }
    .cd-signin-modal__fieldset {
        margin: 2em 0;
    }
    .cd-signin-modal__fieldset:first-child {
        margin-top: 0;
    }
    .cd-signin-modal__fieldset:last-child {
        margin-bottom: 0;
    }
    .cd-signin-modal__input.cd-signin-modal__input--has-padding {
        padding: 16px 20px 16px 50px;
    }
    .cd-signin-modal__input[type=submit] {
        padding: 16px 0;
    }
}

.cd-signin-modal__message {
    padding: 1.4em 1.4em 0;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .cd-signin-modal__message {
        padding: 2em 2em 0;
    }
}

.cd-signin-modal__bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    text-align: center;
    font-size: 15px;
}

.cd-signin-modal__bottom-message a {
    color: #FFF;
    text-decoration: underline;
}

.cd-signin-modal__close {
    /* form X button on top right */
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url("../img/cd-icon-close.svg") no-repeat center center;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (min-width: 1170px) {
    .cd-signin-modal__close {
        display: none;
    }
}

.cd-signin-modal__block {
    display: none;
}

.cd-signin-modal__block.cd-signin-modal__block--is-selected {
    display: block;
}

.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
}

.cd-nugget-info a {
    position: relative;
    display: inline-block;
    padding: 0 2em;
    background-color: #da5067;
    border-radius: 50em;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.cd-nugget-info a:hover {
    opacity: .8;
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}

.cd-nugget-info span svg {
    display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #fff;
}

.cd-intro {
    position: relative;
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.cd-intro h1 {
    font-size: 2.2rem;
    color: rgba(52, 54, 66, 0.5);
}
.Webinar{width:100%;text-align: center; padding: 50px 0px; background:#fff url("../images/bg_Webinar.jpg") center top no-repeat; background-size: 100% 40%;}
.Webinar h1{text-align: center; margin-bottom: 50px;color: white;font-size: 32px;font-weight: bold;text-transform: uppercase;padding: 10px 0px 20px;background: url(../images/hed_bg.png) bottom center no-repeat;} 
.Webinar .item{padding: 10px 10px;}
.Webinar_item{ display: block;
               background: white; border-radius:12px; overflow: hidden; border-bottom:9px solid #2f3883;box-shadow: 1px 2px 7px -2px rgba(0,0,0,0.54);
               -webkit-box-shadow: 1px 2px 7px -2px rgba(0,0,0,0.54);
               -moz-box-shadow: 1px 2px 7px -2px rgba(0,0,0,0.54);
}
.Webinar_img img{min-width: 100%;min-height: 285px;}
.Webinar_item h4{ padding: 10px 20px; font-size:18px; font-weight: 600; color: black;}
.Webinar_btn{font-size: 18px;color: white;display: table;background: #88b907;padding: 10px;color: #ed2228;border-radius: 50%; margin: 10px auto;}
@media only screen and (min-width: 600px) {
    .cd-intro {
        height: 300px;
        line-height: 300px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-intro h1 {
        font-size: 3.2rem;
    }
}

@media only screen and (max-width: 1000px) {
    .cd-main-nav__item {
        color: #1f7f4f !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 25px !important;
    }
}