
body {
    font-family: 'Lato', sans-serif !important;
    position: relative;
    line-height: 1.6;
}

footer a:hover {
    color: white;
}

header {
    width: 100%;
    padding: 10px 0px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    z-index: 999;
    top: 0;
    position: fixed;
}

a:hover {
    text-decoration: none;
}

a.butn_explore {
    background: #8cc749;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    padding: 15px 30px;
    margin-top: 30px;
}

header h1 {
    font-size: 30px;
    text-indent: 40px;
    font-weight: bold;
}

.shrink {
    padding: 0px 0;
}

#navbar-right {
    float: left;
    padding: 13px 0px;
    float: left;
    padding: 8px 0 8px 0px;
    margin: 0 0% 0 1%;
}

#navbar-left {
    float: left;
    padding: 13px 0px;
    margin: 0 0.5% 0 1%;
}

#navbar-right a.btn {
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}

#navbar-left a.btn {
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}

.btn {
    border: none;
    outline: none;
    padding: 10px 5px 5px 5px;
    background-color: #fff;
    cursor: pointer;
    font-size: 18px;
}

    #navbar-left .active, .btn:hover {
        background-color: #8cc749;
        color: white;
    }

    .active, .btn:hover {
        background-color: #8cc749;
        color: white;
    }

.social_icon li {
    padding: 0 5px;
}

i.fab.fa-facebook-f {
    background: #4267b2;
    font-size: 16px;
    font-weight: 100;
}

i.fab.fa-twitter {
    background: #1da1f2;
    font-size: 16px;
    font-weight: 100;
}

i.fab.fa-google-plus-g {
    background: rgb(229, 57, 53);
    font-size: 16px;
    font-weight: 100;
}

i.fab.fa-linkedin-in {
    background: #0077B5;
    font-size: 16px;
    font-weight: 100;
}

i.fab.fa-pinterest {
    background: #bd1e2c;
    font-size: 16px;
    font-weight: 100;
}

i.fab.fa-instagram {
    background: #d62976;
    font-size: 16px;
    font-weight: 100;
}

.mycontainer {
    width: 90%;
    margin: 0 auto;
}


.container {
    max-width: 1380px;
}

.social_icon {
    display: inline-block;
    position: relative;
    top: 15px;
}

    .social_icon ul {
        display: inline-flex;
        list-style: none;
        padding-left: 0;
    }

#logo img {
    width: auto;
}

.img_div img {
    width: 345px;
}

li {
    list-style: none;
}

.contact_data {
    display: inline-flex;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
}

#servie_offer {
    background-image: url("../image/bg9.jpg");
    padding: 50px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

h3.heading {
    text-align: center;
    font-size: 33px;
    padding-bottom: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

.width-80 {
    width: 70%;
    float: left;
}

.width-20 {
    width: 30%;
    float: left;
    text-align: center;
}

section.category_sec, .blogs_sec, .counter_sec, .client_sec, .free_advice, .comment_page, .user_profile, .editor_sec {
    padding: 50px 0;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img_div:hover .imageservice {
    opacity: 0.7;
}

.img_div:hover .middle {
    opacity: 1;
}

.img_part img {
    width: 100%;
}

section.blogs_sec {
    background: #494949;
    color: white;
}

.blog_box {
    background: white;
    border: 1px solid #ddd;
    min-height: 250px;
    height: auto;
}

.para_part p {
    padding: 0px 4px;
}

.footer_top {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/bg2.png");
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer_bottom {
    background: #ccc;
    padding: 8px 0;
    text-align: center;
}

.footer_top {
    padding: 40px 0;
}
/*We are not using this css anymore and it is creating 404 error on google*/
/*.client_sec {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/client-bg2.jpg");
    height: 650px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
}*/

.hero-text {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #595959;
    top: 22em;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 50em;
}

    .hero-text button {
        border: none;
        outline: 0;
        display: inline-block;
        padding: 10px 25px;
        color: black;
        background-color: #ddd;
        text-align: center;
        cursor: pointer;
    }

        .hero-text button:hover {
            background-color: #494949;
            color: white;
        }

    .hero-text h1 {
        font-size: 62px;
        letter-spacing: 1px;
    }

    .hero-text p {
        margin: 0;
        font-size: 21px;
        padding: 30px 0;
        letter-spacing: 1px;
    }

    .hero-text h1.custom-h1 {
        margin: 0;
        font-size: 21px;
        padding: 30px 0;
        letter-spacing: 1px;
    }

button.butn_explore {
    background: #87c346;
    color: white;
    border-radius: 2px;
    font-weight: 600;
    padding: 15px 30px;
    font-size: 16px;
}

h3.heading span {
    border-bottom: 3px solid;
    padding: 12px 0;
}

button.subscribe_btn {
    background: #8cc749;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    padding: 15px 30px;
    margin-top: 30px;
}

.subscribe_btn:hover {
    background-color: #494949;
    color: white;
}

.width-20 i {
    background: #fff;
    color: #8cc749;
    font-size: 40px;
    padding: 16px 0;
    border-radius: 100px;
    width: 70px;
    height: 70px;
}

    .width-20 i:hover {
        color: #494949;
    }

.width-80 h4 {
    font-weight: 500;
    line-height: 63px;
}

.inner_box {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
}

.para_div a {
    color: #787878;
    font-weight: 600;
    font-size: 16px;
}

    .para_div a:hover {
        color: #8cc749;
        text-decoration: none;
    }

.para_div {
    padding: 14px 0;
}

.blog_box {
    color: #595959;
}

.para_part {
    padding: 15px 5px;
}

a.read_more {
    background: #8cc749;
    color: white;
    padding: 6px 13px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
}

    a.read_more:hover {
        background-color: #494949;
        color: white;
    }

.read_div {
    margin-top: 20px;
}

.footer_top h4 {
    padding-bottom: 25px;
}

    .footer_top h4 span {
        border-bottom: 2px solid;
        padding: 8px 0;
    }

.footer_top p {
    line-height: 24px;
}

.footer_top li {
    padding-bottom: 10px;
    text-decoration: underline;
}

.contact_data li {
    padding: 12px 20px 0 0;
}

section.about_sec, .privacy_sec, .payment_sec, .service_sec, .free_advice, .comment_page, .user_profile, .editor_sec {
    margin-top: 6em;
    background: #00000008;
    padding-top: 15px;
    padding-bottom: 30PX;
}

    .service_sec h4 {
        color: #00283a;
        font-weight: 500;
        margin-bottom: 14px !important;
    }

        .service_sec h4 span {
            border-bottom: 2px solid;
            padding-bottom: 3px;
        }

    .service_sec li {
        list-style: square;
        font-size: 20px;
        color: #8cc749;
    }

        .service_sec li span {
            font-size: 16px;
            color: #383a38;
        }

ul.sub_li li {
    list-style: disc;
    color: #ffa500;
}

.main_service {
    padding: 20px 0;
    border-bottom: 1px solid #ebe6e6;
}

.privacy_sec p {
    font-size: 15px;
    color: #595959;
    line-height: 26px;
    text-align: justify;
}

.privacy_sec .address p {
    line-height: 14px !important;
    margin: 6px !important;
}

.privacy_sec h4 {
    color: #00283a;
    font-weight: 500;
    margin-bottom: 14px !important;
}

    .privacy_sec h4 span {
        border-bottom: 2px solid;
        padding-bottom: 3px;
        line-height: 35px;
    }

.privacy_links a {
    color: #00283a;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid;
}

.privacy_links p strong {
    color: #383a38;
    font-size: 19px;
}

.privacy_box {
    padding: 20px 0;
    border-bottom: 1px solid #ebe6e6;
    font-size: 19px;
}

#header h2 {
    font-size: 23px;
    font-weight: 600;
    color: #494949;
    margin: 10px 0 20px 0 !important;
}

#header button.subscribe_btn {
    padding: 10px 21px;
    margin-top: 20px;
}

#header .form-control {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ddd;
}

.about_image {
    background-image: url('../image/ODhGlQKR.jpeg');
    height: 500px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 20px;
}

h3.heading_about {
    font-size: 33px;
    padding-bottom: 50px;
    font-weight: 600;
    padding-top: 30px;
    text-transform: uppercase;
}

h1.heading_about {
    font-size: 33px;
    padding-bottom: 50px;
    font-weight: 600;
    padding-top: 30px;
    text-transform: uppercase;
}


.heading_about span {
    border-bottom: 3px solid;
    padding: 7px 0;
}

.about_sec p {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    text-align: justify;
}

.about_sec .blue, .privacy_sec .blue {
    color: #226095;
}

.about_sec .red, .privacy_sec .red {
    color: #d81717;
}

.about_sec h5 {
    font-size: 21px;
    padding-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #484848;
    padding-top: 20px;
}

    .about_sec h5 span {
        border-bottom: 2px solid;
        padding: 7px 0;
        color: #152732;
    }

.about_sec li {
    list-style: square;
    font-size: 24px;
}

    .about_sec li span {
        font-size: 17px;
        vertical-align: text-bottom;
    }

p.study {
    color: #484848;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
}

footer ul {
    padding: 0;
}

.row.form_section {
    background: #494949;
    color: white;
    padding: 40px;
    box-shadow: 0 0 black;
    border-top: 6px solid #8cc749;
    border-radius: 2px;
}

.form_section h2 {
    color: #8cc749;
    padding-bottom: 20px;
}

.form_section h1 {
    color: #8cc749;
    padding-bottom: 20px;
}

.form_section a {
    color: #2196F3;
    font-size: 15px;
    line-height: 26px;
    text-decoration: underline;
}

.form_section p {
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
}

.form-control {
    border-radius: 0;
    border: 0;
    height: 33px;
    font-size: 14px;
    box-shadow: 0px 0px 4px #0006;
}

.blogs_main {
    margin-top: 6em;
    background: #00000008;
    padding-bottom: 30PX;
}

.contact_data i {
    background: white;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 100px;
    text-align: center;
}

.padding_zero i {
    padding: 0 10px 0 0;
}

.blog_col {
    padding: 16px 8px;
}

    .blog_col h3 a {
        color: #484848;
        font-size: 20px;
        font-weight: 600;
    }

    .blog_col h3 {
        padding: 10px 0;
        min-height: 70px;
        height: auto;
    }

        .blog_col h3 a:hover {
            color: #8cc749;
            text-decoration: none;
        }

    .blog_col p {
        min-height: 60px;
        margin: 0;
        color: #595959;
        height: auto;
    }

.left_post {
    color: #000;
    background-color: #fff;
    margin: 25px 0;
}

.header_grey {
    color: #fff;
    background-color: #484848;
    padding: 8px 16px;
}

.left_post ul {
    color: #595959;
    background-color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a.w3-bar-item.w3-black.w3-button {
    background: #383a38 !important;
}

.left_post ul li:hover {
    background-color: #ccc;
}

.left_post ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

    .left_post ul li img {
        float: left !important;
        margin-right: 16px !important;
    }

.whitebg {
    color: #000 !important;
    background-color: #fff !important;
}

.display_middle {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.padding_zero {
    padding: 8px 16px;
}

.shabox_box {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.padding_inner {
    padding: 10px 20px;
}

.tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.comnt {
    padding: 12px 24px !important;
}

span.date {
    opacity: .75;
    font-size: 14px;
    line-height: 33px;
    font-weight: 500;
}

.subs {
    padding: 0 15px 15px 15px;
}

footer button.subscribe_btn, #myModal .subscribe_btn, .about_sec .subscribe_btn {
    padding: 8px 18px;
    margin-top: 0;
}

    .about_sec .subscribe_btn:hover {
        background-color: #000000;
        color: white;
    }

.shabox_box.left_post li {
    border: none !important;
    padding: 0 16px !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    list-style: decimal;
}

.shabox_box.left_post ul li:hover {
    background-color: transparent;
}



/* 31 dec */

.count {
    line-height: 100px;
    margin-left: 30px;
}

.w-60 h1 {
    font-size: 50px;
    color: white;
}

.w-60 .TotalCountdata {
    font-size: 50px;
    color: white;
}

.TotalCountdata.homeCount {
    color: #8cc749;
}

section.counter_sec {
    background: #494949;
    padding: 60px 0;
}

h1#shiva {
    color: #8cc749;
}

.w-60 h4 {
    margin: 0 0 0 30px !important;
    font-weight: 600;
    color: white;
    font-size: 18px;
}

.w-40 {
    width: 30%;
    float: left;
}

.w-60 {
    width: 70%;
    float: left;
}

.w-100 {
    overflow: hidden;
    display: block;
}

.w-40 i {
    width: 96px;
    height: 96px;
    background: white;
    text-align: center;
    color: #8cc749;
    font-size: 50px;
    padding: 22px 0;
    border-radius: 0px 23px 15px;
}

.company_logo li {
    display: inline-block;
}

    .company_logo li a img {
        width: 120px;
        border: 1px solid #ddd;
        height: 120px;
        padding: 8px;
        border-radius: 85px;
        box-shadow: 1px 1px 6px #333;
        margin-left: 10px;
        margin-bottom: 10px;
    }

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -900px 0;
    }
}

.hero-image {
    width: 100%;
    height: 600px;
    background-image: url("../image/back2.jpg");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-size: cover;
    animation: animatedBackground 80s linear infinite;
    -ms-animation: animatedBackground 80s linear infinite;
    -moz-animation: animatedBackground 80s linear infinite;
    -webkit-animation: animatedBackground 80s linear infinite;
}

section.recent_work {
    margin-top: 6em;
    background: #00000008;
    padding-top: 15px;
    padding-bottom: 30PX;
}

.main_box {
    position: relative;
    margin-bottom: 30px;
}

.image_work {
    display: block;
    width: 100%;
    height: auto;
    /* border: 1px solid #4949494f; */
    border-bottom: 15px solid #8cc749;
    box-shadow: 0px 0px 6px #494949;
    border-radius: 2px 2px 0 0;
}

.overlay_work {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #010101ab;
    overflow: hidden;
    width: 91%;
    height: 0;
    transition: .5s ease;
    margin: 0 auto;
}

.main_box:hover .overlay_work {
    height: 100%;
}

.nav li.active {
    background: transparent;
}

.title_social .fb_hover {
    text-decoration: none !important;
}

.fb_id {
    position: relative;
    display: inline-block;
}

    .fb_id:hover .title_social {
        display: block;
    }

.tw_id:hover .title_social {
    display: block;
}

.in_id:hover .title_social {
    display: block;
}

.inst_id:hover .title_social {
    display: block;
}

.pinst_id:hover .title_social {
    display: block;
}

.title_social {
    display: none;
    position: absolute;
    width: 115px;
    height: 50px;
    background: white;
    text-align: center;
    padding: 10px 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 4px;
    top: -4em;
}

.setBackground {
    color: #fff;
    background: transparent;
    font-weight: 100;
    width: auto;
    height: auto;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
}

.tw_id .title_social {
    top: 0em;
}

.in_id .title_social {
    top: 0em;
}

.inst_id .title_social {
    top: 0em;
}

.pinst_id .title_social {
    top: 0em;
}

.title_social i.fab.fa-facebook-f, .title_social i.fab.fa-twitter, .title_social i.fab.fa-linkedin-in, .title_social i.fab.fa-instagram, .title_social i.fab.fa-pinterest {
    color: #ffffff;
    background: transparent !important;
    font-weight: 100;
    width: auto;
    height: auto;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
}

.title_social .fb_hover {
    background: #4267b2;
    padding: 8px;
    border-radius: 3px;
}

.title_social .twit_hover {
    background: #1da1f2;
    padding: 8px;
    border-radius: 3px;
}

.title_social .link_hover {
    background: #0077B5;
    padding: 8px;
    border-radius: 3px;
}

.title_social .inst_hover {
    background: #0077B5;
    padding: 8px;
    border-radius: 3px;
}

.title_social .pinst_hover {
    background: #0077B5;
    padding: 8px;
    border-radius: 3px;
}




.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

div#main {
    width: auto;
    float: left;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    transition: 0.3s;
}

#mySidenav a {
    text-align: left;
    font-weight: bold;
}

.sidenav a:hover {
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 0px 16px;
}


#slider {
    width: 500px;
    top: 100px;
    position: fixed;
}

#header {
    width: 280px;
    min-height: 400px;
    height: auto;
    position: absolute;
    left: 0px;
    border: 1px solid #d8d8d8;
    margin-left: 0;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 8px grey;
    background: white;
}

#sidebar {
    position: absolute;
    top: 200px;
    left: 290px;
}

#sidebar1 {
    position: absolute;
    top: 200px;
    left: 280px;
}

.fixed-side-navbar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99999;
    margin-top: -100px;
    text-align: right;
    padding: 30px 0;
    transition: all 0.3s;
}

    .fixed-side-navbar .nav > li.active a:after {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .fixed-side-navbar .nav > li.active a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 17px;
        margin-top: -8px;
        width: 22px;
        height: 22px;
        background: transparent;
        border: 3px solid rgba(0, 0, 0, 0.6);
        border-radius: 32px;
    }

    .fixed-side-navbar .nav > li a {
        color: black;
        min-height: 32px;
        background: transparent;
        padding: 5px 45px 5px 25px;
        border-right: none;
    }

        .fixed-side-navbar .nav > li a span {
            display: none;
            transition: all 0.2s;
        }

        .fixed-side-navbar .nav > li a:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 18px;
            margin-top: -7px;
            width: 20px;
            height: 20px;
            border-radius: 23px;
            background: rgb(140, 199, 73);
            transition: all 0.3s;
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
        }

        .fixed-side-navbar .nav > li a:hover {
            background-color: transparent;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-color: black;
            boder-right: 0;
        }

            .fixed-side-navbar .nav > li a:hover > span {
                color: black;
                display: block;
            }

.blogs_main i {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 6px 0px;
    text-align: center;
}

.quote {
    font-size: 20px !important;
    font-weight: bold;
    font-style: italic;
}

.carousel-control.right, .carousel-control.left {
    background: transparent;
}

.carousel-control {
    width: 0%;
}

#myCarousel p {
    font-size: 14px !important;
    color: white !important;
    line-height: 22px;
}

.DIV_1 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(120, 120, 120);
    cursor: default;
    float: left;
    height: 500px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(120, 120, 120);
    text-size-adjust: 100%;
    top: 0px;
    width: 100%;
    column-rule-color: rgb(120, 120, 120);
    perspective-origin: 585px 281.5px;
    transform-origin: 585px 281.5px;
    caret-color: rgb(120, 120, 120);
    border: 0px none rgb(120, 120, 120);
    font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
    outline: rgb(120, 120, 120) none 0px;
    padding: 0px 15px;
}
    /*.DIV_1*/

    .DIV_1:after {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
    /*.DIV_1:after*/

    .DIV_1:before {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
/*.DIV_1:before*/

#DIV_2 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(120, 120, 120);
    cursor: default;
    height: 76px;
    left: 0px;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(120, 120, 120);
    text-size-adjust: 100%;
    top: 0px;
    width: 1160px;
    column-rule-color: rgb(120, 120, 120);
    perspective-origin: 580px 38px;
    transform-origin: 580px 38px;
    caret-color: rgb(120, 120, 120);
    border: 0px none rgb(120, 120, 120);
    font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
    margin: 0px 0px 60px -20px;
    outline: rgb(120, 120, 120) none 0px;
}
    /*#DIV_2*/

    #DIV_2:after {
        box-sizing: border-box;
        clear: both;
        color: rgb(120, 120, 120);
        content: '';
        cursor: default;
        display: block;
        height: 0px;
        text-align: center;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        width: 1160px;
        column-rule-color: rgb(120, 120, 120);
        perspective-origin: 580px 0px;
        transform-origin: 580px 0px;
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
    /*#DIV_2:after*/

    #DIV_2:before {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        text-align: center;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
/*#DIV_2:before*/

#DIV_3 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(120, 120, 120);
    cursor: default;
    display: inline;
    left: 0px;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(120, 120, 120);
    text-size-adjust: 100%;
    top: 0px;
    column-rule-color: rgb(120, 120, 120);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(120, 120, 120);
    border: 0px none rgb(120, 120, 120);
    font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
    outline: rgb(120, 120, 120) none 0px;
}
    /*#DIV_3*/

    #DIV_3:after {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
    /*#DIV_3:after*/

    #DIV_3:before {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
/*#DIV_3:before*/

#DIV_4 {
    bottom: 95px;
    box-sizing: border-box;
    color: rgb(120, 120, 120);
    cursor: default;
    height: 14px;
    left: -1px;
    overflow-wrap: break-word;
    position: absolute;
    right: 1147px;
    text-align: center;
    text-decoration: none solid rgb(120, 120, 120);
    text-size-adjust: 100%;
    top: -33px;
    width: 14px;
    column-rule-color: rgb(120, 120, 120);
    perspective-origin: 7px 7px;
    transform-origin: 7px 7px;
    caret-color: rgb(120, 120, 120);
    background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(120, 120, 120);
    font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
    outline: rgb(120, 120, 120) none 0px;
}
    /*#DIV_4*/

    #DIV_4:after {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
    /*#DIV_4:after*/

    #DIV_4:before {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
/*#DIV_4:before*/

#H1_5 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: default;
    display: inline;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration: none solid rgb(255, 255, 255);
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: normal normal 700 normal 40px / 40px "Titillium Web", sans-serif;
    margin: 0px 0px 0px 20px;
    outline: rgb(255, 255, 255) none 0px;
}
    /*#H1_5*/

    #H1_5:after {
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(255, 255, 255);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(255, 255, 255);
        caret-color: rgb(255, 255, 255);
        border: 0px none rgb(255, 255, 255);
        font: normal normal 700 normal 40px / 40px "Titillium Web", sans-serif;
        outline: rgb(255, 255, 255) none 0px;
    }
    /*#H1_5:after*/

    #H1_5:before {
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(255, 255, 255);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(255, 255, 255);
        caret-color: rgb(255, 255, 255);
        border: 0px none rgb(255, 255, 255);
        font: normal normal 700 normal 40px / 40px "Titillium Web", sans-serif;
        outline: rgb(255, 255, 255) none 0px;
    }
/*#H1_5:before*/

#SPAN_6 {
    box-sizing: border-box;
    color: rgb(86, 204, 200);
    cursor: default;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration: none solid rgb(86, 204, 200);
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    column-rule-color: rgb(86, 204, 200);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(86, 204, 200);
    border: 0px none rgb(86, 204, 200);
    font: normal normal 800 normal 40px / 40px "Titillium Web", sans-serif;
    outline: rgb(86, 204, 200) none 0px;
}
    /*#SPAN_6*/

    #SPAN_6:after {
        box-sizing: border-box;
        color: rgb(86, 204, 200);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(86, 204, 200);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(86, 204, 200);
        caret-color: rgb(86, 204, 200);
        border: 0px none rgb(86, 204, 200);
        font: normal normal 800 normal 40px / 40px "Titillium Web", sans-serif;
        outline: rgb(86, 204, 200) none 0px;
    }
    /*#SPAN_6:after*/

    #SPAN_6:before {
        box-sizing: border-box;
        color: rgb(86, 204, 200);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(86, 204, 200);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(86, 204, 200);
        caret-color: rgb(86, 204, 200);
        border: 0px none rgb(86, 204, 200);
        font: normal normal 800 normal 40px / 40px "Titillium Web", sans-serif;
        outline: rgb(86, 204, 200) none 0px;
    }
/*#SPAN_6:before*/

#DIV_7 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(120, 120, 120);
    cursor: default;
    height: 1px;
    left: 0px;
    max-width: 480px;
    overflow-wrap: break-word;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(120, 120, 120);
    text-size-adjust: 100%;
    top: 0px;
    width: 480px;
    column-rule-color: rgb(120, 120, 120);
    perspective-origin: 240px 0.5px;
    transform-origin: 240px 0.5px;
    caret-color: rgb(120, 120, 120);
    background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(120, 120, 120);
    font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
    margin: 30px 340px 0px;
    outline: rgb(120, 120, 120) none 0px;
}
    /*#DIV_7*/

    #DIV_7:after {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
    /*#DIV_7:after*/

    #DIV_7:before {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
/*#DIV_7:before*/

#DIV_8 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(120, 120, 120);
    cursor: default;
    height: 5px;
    left: 580px;
    overflow-wrap: break-word;
    position: relative;
    right: -580px;
    text-align: center;
    text-decoration: none solid rgb(120, 120, 120);
    text-size-adjust: 100%;
    top: 0px;
    width: 80px;
    column-rule-color: rgb(120, 120, 120);
    perspective-origin: 40px 2.5px;
    transform-origin: 40px 2.5px;
    caret-color: rgb(120, 120, 120);
    background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(120, 120, 120);
    font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
    margin: 0px 0px 0px -40px;
    outline: rgb(120, 120, 120) none 0px;
}
    /*#DIV_8*/

    #DIV_8:after {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
    /*#DIV_8:after*/

    #DIV_8:before {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        overflow-wrap: break-word;
        text-align: center;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
/*#DIV_8:before*/

.DIV_9 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(120, 120, 120);
    cursor: default;
    height: 427px;
    left: 0px;
    max-width: 100%;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(120, 120, 120);
    text-size-adjust: 100%;
    top: 0px;
    /* width: 1140px; */
    column-rule-color: rgb(120, 120, 120);
    perspective-origin: 570px 213.5px;
    transform-origin: 570px 213.5px;
    caret-color: rgb(120, 120, 120);
    border: 0px none rgb(120, 120, 120);
    font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
    outline: rgb(120, 120, 120) none 0px;
    overflow: hidden;
    padding: 0px 22px 75px 45px;
}
    /*.DIV_9*/

    .DIV_9:after {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
    /*.DIV_9:after*/

    .DIV_9:before {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
/*.DIV_9:before*/

.DIV_10 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(120, 120, 120);
    cursor: default;
    height: 2px;
    left: 0px;
    min-width: 960px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(120, 120, 120);
    text-size-adjust: 100%;
    top: 0px;
    width: 1073px;
    z-index: 9;
    backface-visibility: hidden;
    column-rule-color: rgb(120, 120, 120);
    perspective: 1000px;
    perspective-origin: 536.5px 1px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transform-origin: 0px 0px;
    caret-color: rgb(120, 120, 120);
    border: 0px none rgb(120, 120, 120);
    font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
    margin: 160px 0px 190px;
    outline: rgb(120, 120, 120) none 0px;
    transition: all 0.6s ease 0s;
}
    /*.DIV_10*/

    .DIV_10:after {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
    /*.DIV_10:after*/

    .DIV_10:before {
        box-sizing: border-box;
        color: rgb(120, 120, 120);
        cursor: default;
        text-decoration: none solid rgb(120, 120, 120);
        text-size-adjust: 100%;
        column-rule-color: rgb(120, 120, 120);
        caret-color: rgb(120, 120, 120);
        border: 0px none rgb(120, 120, 120);
        font: normal normal 400 normal 16px / 16px "Titillium Web", sans-serif;
        outline: rgb(120, 120, 120) none 0px;
    }
/*.DIV_10:before*/

.UL_11 {
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    height: 2px;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    width: 1083px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 541.5px 1px;
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    background: rgb(197, 205, 209) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    margin: 0px 0px 0px -10px;
    outline: rgb(197, 205, 209) none 0px;
    padding: 0px;
}
    /*.UL_11*/

    .UL_11:after {
        box-sizing: border-box;
        clear: both;
        color: rgb(197, 205, 209);
        content: '';
        cursor: default;
        display: table;
        height: 0px;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        width: 0px;
        column-rule-color: rgb(197, 205, 209);
        perspective-origin: 0px 0px;
        transform-origin: 0px 0px;
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.UL_11:after*/

/* .UL_11:before {
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    content: '"' '"';
    cursor: default;
    display: table;
    height: 0px;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    width: 0px;
    column-rule-color: rgb(197, 205, 209);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    outline: rgb(197, 205, 209) none 0px;
} */
/*.UL_11:before*/

.LI_12 {
    bottom: 0px;
    box-sizing: border-box;
    clear: both;
    color: rgb(197, 205, 209);
    cursor: default;
    display: block;
    float: left;
    height: 2px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: 0px;
    width: 216.6px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 108.3px 1px;
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    outline: rgb(197, 205, 209) none 0px;
}
    /*.LI_12*/

    .LI_12:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.LI_12:after*/

    .LI_12:before {
        bottom: -3px;
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        content: '';
        cursor: default;
        display: block;
        height: 8px;
        left: 0px;
        position: absolute;
        right: 208.6px;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        top: -3px;
        width: 8px;
        column-rule-color: rgb(197, 205, 209);
        perspective-origin: 4px 4px;
        transform-origin: 4px 4px;
        caret-color: rgb(197, 205, 209);
        background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.LI_12:before*/

.DIV_13, .DIV_39 {
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    display: none;
    left: -26px;
    min-width: 60px;
    position: absolute;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: -45px;
    visibility: hidden;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    transform-origin: 0% 0%;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 20px / 32px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 50%;
    outline: rgb(197, 205, 209) none 0px;
}
    /*.DIV_13, .DIV_39*/

    .DIV_13:after, .DIV_39:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 20px / 32px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.DIV_13:after, .DIV_39:after*/

    .DIV_13:before, .DIV_39:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 20px / 32px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.DIV_13:before, .DIV_39:before*/

.I_14, .I_27, .I_40, .I_53 {
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    speak: none;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    visibility: hidden;
    width: 40px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    transform-origin: 0% 0%;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 700 normal 20px / 20px icomoon;
    list-style: none outside none;
    outline: rgb(197, 205, 209) none 0px;
    transition: all 0.48s ease 0.18s;
}
    /*.I_14, .I_27, .I_40, .I_53*/

    .I_14:after, .I_27:after, .I_40:after, .I_53:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 700 normal 20px / 20px icomoon;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.I_14:after, .I_27:after, .I_40:after, .I_53:after*/

    .I_14:before, .I_27:before, .I_40:before, .I_53:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        content: '"?"';
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 700 normal 20px / 20px icomoon;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.I_14:before, .I_27:before, .I_40:before, .I_53:before*/

.I_15, .I_28, .I_41, .I_54 {
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    speak: none;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    visibility: hidden;
    width: 40px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    transform-origin: 0% 0%;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 700 normal 20px / 20px icomoon;
    list-style: none outside none;
    outline: rgb(197, 205, 209) none 0px;
    transition: all 0.48s ease 0.18s;
}
    /*.I_15, .I_28, .I_41, .I_54*/

    .I_15:after, .I_28:after, .I_41:after, .I_54:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 700 normal 20px / 20px icomoon;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.I_15:after, .I_28:after, .I_41:after, .I_54:after*/

    .I_15:before, .I_28:before, .I_41:before, .I_54:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        content: '"?"';
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 700 normal 20px / 20px icomoon;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.I_15:before, .I_28:before, .I_41:before, .I_54:before*/

.DIV_16, .DIV_42, .DIV_68 {
    bottom: -19px;
    box-sizing: border-box;
    color: rgb(249, 249, 249);
    cursor: pointer;
    height: 40px;
    left: -20px;
    position: absolute;
    right: 88.3px;
    text-align: center;
    text-decoration: none solid rgb(249, 249, 249);
    text-size-adjust: 100%;
    top: -19px;
    width: 40px;
    z-index: 1;
    backface-visibility: hidden;
    column-rule-color: rgb(249, 249, 249);
    perspective: 1000px;
    perspective-origin: 20px 20px;
    transform-origin: 0px 0px;
    user-select: none;
    caret-color: rgb(249, 249, 249);
    background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(249, 249, 249);
    border-radius: 40px 40px 40px 40px;
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 108.3px;
    outline: rgb(249, 249, 249) none 0px;
}
    /*.DIV_16, .DIV_42, .DIV_68*/

    .DIV_16:after, .DIV_42:after, .DIV_68:after {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
    /*.DIV_16:after, .DIV_42:after, .DIV_68:after*/

    .DIV_16:before, .DIV_42:before, .DIV_68:before {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
/*.DIV_16:before, .DIV_42:before, .DIV_68:before*/

.SPAN_17, .SPAN_30, .SPAN_43, .SPAN_56 {
    box-sizing: border-box;
    color: rgb(249, 249, 249);
    cursor: pointer;
    display: none;
    text-align: center;
    text-decoration: none solid rgb(249, 249, 249);
    text-size-adjust: 100%;
    backface-visibility: hidden;
    column-rule-color: rgb(249, 249, 249);
    perspective: 1000px;
    transform-origin: 0% 0%;
    user-select: none;
    caret-color: rgb(249, 249, 249);
    border: 0px none rgb(249, 249, 249);
    font: normal normal 400 normal 16px / 36px "Titillium Web", sans-serif;
    list-style: none outside none;
    outline: rgb(249, 249, 249) none 0px;
}
    /*.SPAN_17, .SPAN_30, .SPAN_43, .SPAN_56*/

    .SPAN_17:after, .SPAN_30:after, .SPAN_43:after, .SPAN_56:after {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 36px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
    /*.SPAN_17:after, .SPAN_30:after, .SPAN_43:after, .SPAN_56:after*/

    .SPAN_17:before, .SPAN_30:before, .SPAN_43:before, .SPAN_56:before {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 36px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
/*.SPAN_17:before, .SPAN_30:before, .SPAN_43:before, .SPAN_56:before*/

.I_18, .I_31, .I_44, .I_57, #I_72 {
    box-sizing: border-box;
    color: rgb(249, 249, 249);
    cursor: pointer;
    speak: none;
    text-align: center;
    text-decoration: none solid rgb(249, 249, 249);
    text-size-adjust: 100%;
    backface-visibility: hidden;
    column-rule-color: rgb(249, 249, 249);
    perspective: 1000px;
    transform-origin: 0% 0%;
    user-select: none;
    caret-color: rgb(249, 249, 249);
    border: 0px none rgb(249, 249, 249);
    font: normal normal 400 normal 16px / 16px icomoon;
    list-style: none outside none;
    outline: rgb(249, 249, 249) none 0px;
}
    /*.I_18, .I_31, .I_44, .I_57, #I_72*/

    .I_18:after, .I_31:after, .I_44:after, .I_57:after, #I_72:after {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        speak: none;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 16px icomoon;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
    /*.I_18:after, .I_31:after, .I_44:after, .I_57:after, #I_72:after*/

    .I_18:before, .I_31:before, .I_44:before, .I_57:before, #I_72:before {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        content: '"?"';
        cursor: pointer;
        speak: none;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 16px icomoon;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
/*.I_18:before, .I_31:before, .I_44:before, .I_57:before, #I_72:before*/

.SPAN_19, .SPAN_32, .SPAN_45, .SPAN_58 {
    box-sizing: border-box;
    color: rgb(249, 249, 249);
    cursor: pointer;
    text-align: center;
    text-decoration: none solid rgb(249, 249, 249);
    text-size-adjust: 100%;
    backface-visibility: hidden;
    column-rule-color: rgb(249, 249, 249);
    perspective: 1000px;
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    user-select: none;
    caret-color: rgb(249, 249, 249);
    border: 0px none rgb(249, 249, 249);
    font: normal normal 400 normal 16px / 40px "Titillium Web", sans-serif;
    list-style: none outside none;
    outline: rgb(249, 249, 249) none 0px;
}
    /*.SPAN_19, .SPAN_32, .SPAN_45, .SPAN_58*/

    .SPAN_19:after, .SPAN_32:after, .SPAN_45:after, .SPAN_58:after {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 40px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
    /*.SPAN_19:after, .SPAN_32:after, .SPAN_45:after, .SPAN_58:after*/

    .SPAN_19:before, .SPAN_32:before, .SPAN_45:before, .SPAN_58:before {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 40px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
/*.SPAN_19:before, .SPAN_32:before, .SPAN_45:before, .SPAN_58:before*/

#I_20, #I_33, #I_46, #I_59, #I_70 {
    box-sizing: border-box;
    color: rgb(249, 249, 249);
    cursor: pointer;
    speak: none;
    text-align: center;
    text-decoration: none solid rgb(249, 249, 249);
    text-size-adjust: 100%;
    backface-visibility: hidden;
    column-rule-color: rgb(249, 249, 249);
    perspective: 1000px;
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    user-select: none;
    caret-color: rgb(249, 249, 249);
    border: 0px none rgb(249, 249, 249);
    font: normal normal 400 normal 16px / 16px icomoon;
    list-style: none outside none;
    outline: rgb(249, 249, 249) none 0px;
}
    /*#I_20, #I_33, #I_46, #I_59, #I_70*/

    #I_20:after, #I_33:after, #I_46:after, #I_59:after, #I_70:after {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        speak: none;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 16px icomoon;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
    /*#I_20:after, #I_33:after, #I_46:after, #I_59:after, #I_70:after*/

    #I_20:before, #I_33:before, #I_46:before, #I_59:before, #I_70:before {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        content: '"?"';
        cursor: pointer;
        speak: none;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        perspective-origin: 0px 0px;
        transform-origin: 0px 0px;
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 16px icomoon;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
/*#I_20:before, #I_33:before, #I_46:before, #I_59:before, #I_70:before*/

.DIV_21, .DIV_47, .DIV_73 {
    bottom: -78px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    height: 80px;
    left: -1px;
    position: absolute;
    right: 107.3px;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: 0px;
    width: 2px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 1px 40px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 108.3px;
    outline: rgb(197, 205, 209) none 0px;
    transition: all 0.3s ease 0s;
}
    /*.DIV_21, .DIV_47, .DIV_73*/

    .DIV_21:after, .DIV_47:after, .DIV_73:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.DIV_21:after, .DIV_47:after, .DIV_73:after*/

    .DIV_21:before, .DIV_47:before, .DIV_73:before {
        bottom: 0px;
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        content: '';
        cursor: default;
        display: block;
        height: 8px;
        left: -3px;
        position: absolute;
        right: -3px;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        top: 72px;
        width: 8px;
        column-rule-color: rgb(197, 205, 209);
        perspective-origin: 4px 4px;
        transform-origin: 4px 4px;
        caret-color: rgb(197, 205, 209);
        background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.DIV_21:before, .DIV_47:before, .DIV_73:before*/

.DIV_22 {
    bottom: -247px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    height: 167px;
    left: 0px;
    min-width: 198px;
    position: absolute;
    right: -54.4px;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: 82px;
    width: 275px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 137.5px 83.5px;
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px -4px;
    outline: rgb(197, 205, 209) none 0px;
    transition: all 0.6s ease 0s;
}
    /*.DIV_22*/

    .DIV_22:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.DIV_22:after*/

    .DIV_22:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.DIV_22:before*/

#H3_23, #H3_49, #H3_75 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: default;
    height: 24.8px;
    min-width: 230px;
    text-align: left;
    text-decoration: none solid rgb(255, 255, 255);
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    width: 275px;
    backface-visibility: hidden;
    column-rule-color: rgb(255, 255, 255);
    perspective: 1000px;
    perspective-origin: 137.5px 12.4px;
    transform: matrix(1, 0, 0, 1, -30, 0);
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: normal normal 600 normal 18px / 25.2px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 3.2px 0px 8px;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.4s ease 0.3s;
}
    /*#H3_23, #H3_49, #H3_75*/

    #H3_23:after, #H3_49:after, #H3_75:after {
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(255, 255, 255);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(255, 255, 255);
        caret-color: rgb(255, 255, 255);
        border: 0px none rgb(255, 255, 255);
        font: normal normal 600 normal 18px / 25.2px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(255, 255, 255) none 0px;
    }
    /*#H3_23:after, #H3_49:after, #H3_75:after*/

    #H3_23:before, #H3_49:before, #H3_75:before {
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(255, 255, 255);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(255, 255, 255);
        caret-color: rgb(255, 255, 255);
        border: 0px none rgb(255, 255, 255);
        font: normal normal 600 normal 18px / 25.2px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(255, 255, 255) none 0px;
    }
/*#H3_23:before, #H3_49:before, #H3_75:before*/

.P_24 {
    box-sizing: border-box;
    color: rgb(191, 191, 191);
    cursor: default;
    height: 128px;
    min-width: 100%;
    text-align: left;
    text-decoration: none solid rgb(191, 191, 191);
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    width: 275px;
    backface-visibility: hidden;
    column-rule-color: rgb(191, 191, 191);
    perspective: 1000px;
    perspective-origin: 137.5px 64px;
    transform: matrix(1, 0, 0, 1, -30, 0);
    transform-origin: 0px 0px;
    caret-color: rgb(191, 191, 191);
    border: 0px none rgb(191, 191, 191);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 3px;
    outline: rgb(191, 191, 191) none 0px;
    transition: all 0.6s ease 0.3s;
}
    /*.P_24*/

    .P_24:after {
        box-sizing: border-box;
        color: rgb(191, 191, 191);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(191, 191, 191);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(191, 191, 191);
        caret-color: rgb(191, 191, 191);
        border: 0px none rgb(191, 191, 191);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(191, 191, 191) none 0px;
    }
    /*.P_24:after*/

    .P_24:before {
        box-sizing: border-box;
        color: rgb(191, 191, 191);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(191, 191, 191);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(191, 191, 191);
        caret-color: rgb(191, 191, 191);
        border: 0px none rgb(191, 191, 191);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(191, 191, 191) none 0px;
    }
/*.P_24:before*/

.LI_25, .LI_51 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    display: block;
    float: left;
    height: 2px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: 0px;
    width: 216.6px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 108.3px 1px;
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    background: rgb(58, 96, 152) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    outline: rgb(197, 205, 209) none 0px;
}
    /*.LI_25, .LI_51*/

    .LI_25:after, .LI_51:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.LI_25:after, .LI_51:after*/

    .LI_25:before, .LI_51:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.LI_25:before, .LI_51:before*/

.DIV_26, .DIV_52 {
    bottom: -45px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    display: none;
    left: -26px;
    min-width: 60px;
    position: absolute;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    visibility: hidden;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    transform-origin: 0% 0%;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 20px / 32px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 50%;
    outline: rgb(197, 205, 209) none 0px;
}
    /*.DIV_26, .DIV_52*/

    .DIV_26:after, .DIV_52:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 20px / 32px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.DIV_26:after, .DIV_52:after*/

    .DIV_26:before, .DIV_52:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 20px / 32px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.DIV_26:before, .DIV_52:before*/

.DIV_29, .DIV_55 {
    bottom: -19px;
    box-sizing: border-box;
    color: rgb(249, 249, 249);
    cursor: pointer;
    height: 40px;
    left: -20px;
    position: absolute;
    right: 88.3px;
    text-align: center;
    text-decoration: none solid rgb(249, 249, 249);
    text-size-adjust: 100%;
    top: -19px;
    width: 40px;
    z-index: 1;
    backface-visibility: hidden;
    column-rule-color: rgb(249, 249, 249);
    perspective: 1000px;
    perspective-origin: 20px 20px;
    transform-origin: 0px 0px;
    user-select: none;
    caret-color: rgb(249, 249, 249);
    background: rgb(58, 96, 152) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(249, 249, 249);
    border-radius: 40px 40px 40px 40px;
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 108.3px;
    outline: rgb(249, 249, 249) none 0px;
}
    /*.DIV_29, .DIV_55*/

    .DIV_29:after, .DIV_55:after {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
    /*.DIV_29:after, .DIV_55:after*/

    .DIV_29:before, .DIV_55:before {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
/*.DIV_29:before, .DIV_55:before*/

.DIV_34, .DIV_60 {
    bottom: -118px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    height: 120px;
    left: -1px;
    position: absolute;
    right: 107.3px;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: 0px;
    width: 2px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 1px 60px;
    transform: matrix(1, 0, 0, 1, 0, -120);
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    background: rgb(58, 96, 152) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 108.3px;
    outline: rgb(197, 205, 209) none 0px;
    transition: all 0.3s ease 0s;
}
    /*.DIV_34, .DIV_60*/

    .DIV_34:after, .DIV_60:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.DIV_34:after, .DIV_60:after*/

    .DIV_34:before, .DIV_60:before {
        bottom: 112px;
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        content: '';
        cursor: default;
        display: block;
        height: 8px;
        left: -3px;
        position: absolute;
        right: -3px;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        top: 0px;
        width: 8px;
        column-rule-color: rgb(197, 205, 209);
        perspective-origin: 4px 4px;
        transform-origin: 4px 4px;
        caret-color: rgb(197, 205, 209);
        background: rgb(58, 96, 152) none repeat scroll 0% 0% / auto padding-box border-box;
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.DIV_34:before, .DIV_60:before*/

.DIV_35, .DIV_61 {
    bottom: -1px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    height: 167px;
    left: 0px;
    min-width: 198px;
    position: absolute;
    right: -226.7px;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: -164px;
    width: 335px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 167.5px 83.5px;
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 108.3px;
    outline: rgb(197, 205, 209) none 0px;
    transition: all 0.6s ease 0s;
}
    /*.DIV_35, .DIV_61*/

    .DIV_35:after, .DIV_61:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.DIV_35:after, .DIV_61:after*/

    .DIV_35:before, .DIV_61:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.DIV_35:before, .DIV_61:before*/

#H3_36, #H3_62 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: default;
    height: 24.8px;
    min-width: 230px;
    text-align: left;
    text-decoration: none solid rgb(255, 255, 255);
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    width: 275px;
    backface-visibility: hidden;
    column-rule-color: rgb(255, 255, 255);
    perspective: 1000px;
    perspective-origin: 137.5px 12.4px;
    transform: matrix(1, 0, 0, 1, -30, 0);
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: normal normal 600 normal 18px / 25.2px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 3.2px 0px 8px 60px;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.4s ease 0.3s;
}
    /*#H3_36, #H3_62*/

    #H3_36:after, #H3_62:after {
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(255, 255, 255);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(255, 255, 255);
        caret-color: rgb(255, 255, 255);
        border: 0px none rgb(255, 255, 255);
        font: normal normal 600 normal 18px / 25.2px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(255, 255, 255) none 0px;
    }
    /*#H3_36:after, #H3_62:after*/

    #H3_36:before, #H3_62:before {
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(255, 255, 255);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(255, 255, 255);
        caret-color: rgb(255, 255, 255);
        border: 0px none rgb(255, 255, 255);
        font: normal normal 600 normal 18px / 25.2px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(255, 255, 255) none 0px;
    }
/*#H3_36:before, #H3_62:before*/

.P_37, .P_63 {
    box-sizing: border-box;
    color: rgb(191, 191, 191);
    cursor: default;
    height: 128px;
    min-width: 100%;
    text-align: left;
    text-decoration: none solid rgb(191, 191, 191);
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    width: 275px;
    backface-visibility: hidden;
    column-rule-color: rgb(191, 191, 191);
    perspective: 1000px;
    perspective-origin: 137.5px 64px;
    transform: matrix(1, 0, 0, 1, -30, 0);
    transform-origin: 0px 0px;
    caret-color: rgb(191, 191, 191);
    border: 0px none rgb(191, 191, 191);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 3px 60px;
    outline: rgb(191, 191, 191) none 0px;
    transition: all 0.6s ease 0.3s;
}
    /*.P_37, .P_63*/

    .P_37:after, .P_63:after {
        box-sizing: border-box;
        color: rgb(191, 191, 191);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(191, 191, 191);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(191, 191, 191);
        caret-color: rgb(191, 191, 191);
        border: 0px none rgb(191, 191, 191);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(191, 191, 191) none 0px;
    }
    /*.P_37:after, .P_63:after*/

    .P_37:before, .P_63:before {
        box-sizing: border-box;
        color: rgb(191, 191, 191);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(191, 191, 191);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(191, 191, 191);
        caret-color: rgb(191, 191, 191);
        border: 0px none rgb(191, 191, 191);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(191, 191, 191) none 0px;
    }
/*.P_37:before, .P_63:before*/

.LI_38 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    display: block;
    float: left;
    height: 2px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: 0px;
    width: 216.6px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 108.3px 1px;
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    outline: rgb(197, 205, 209) none 0px;
}
    /*.LI_38*/

    .LI_38:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.LI_38:after*/

    .LI_38:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.LI_38:before*/

.DIV_48, .DIV_74 {
    bottom: -221.4px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    height: 141.4px;
    left: 0px;
    min-width: 198px;
    position: absolute;
    right: -54.4px;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: 82px;
    width: 275px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 137.5px 70.7px;
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px -4px;
    outline: rgb(197, 205, 209) none 0px;
    transition: all 0.6s ease 0s;
}
    /*.DIV_48, .DIV_74*/

    .DIV_48:after, .DIV_74:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.DIV_48:after, .DIV_74:after*/

    .DIV_48:before, .DIV_74:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.DIV_48:before, .DIV_74:before*/

.P_50, .P_76 {
    box-sizing: border-box;
    color: rgb(191, 191, 191);
    cursor: default;
    height: 102.4px;
    min-width: 100%;
    text-align: left;
    text-decoration: none solid rgb(191, 191, 191);
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    width: 275px;
    backface-visibility: hidden;
    column-rule-color: rgb(191, 191, 191);
    perspective: 1000px;
    perspective-origin: 137.5px 51.2px;
    transform: matrix(1, 0, 0, 1, -30, 0);
    transform-origin: 0px 0px;
    caret-color: rgb(191, 191, 191);
    border: 0px none rgb(191, 191, 191);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 3px;
    outline: rgb(191, 191, 191) none 0px;
    transition: all 0.6s ease 0.3s;
}
    /*.P_50, .P_76*/

    .P_50:after, .P_76:after {
        box-sizing: border-box;
        color: rgb(191, 191, 191);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(191, 191, 191);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(191, 191, 191);
        caret-color: rgb(191, 191, 191);
        border: 0px none rgb(191, 191, 191);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(191, 191, 191) none 0px;
    }
    /*.P_50:after, .P_76:after*/

    .P_50:before, .P_76:before {
        box-sizing: border-box;
        color: rgb(191, 191, 191);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(191, 191, 191);
        text-rendering: optimizelegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(191, 191, 191);
        caret-color: rgb(191, 191, 191);
        border: 0px none rgb(191, 191, 191);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(191, 191, 191) none 0px;
    }
/*.P_50:before, .P_76:before*/

.LI_64 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    display: block;
    float: left;
    height: 2px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: 0px;
    width: 216.6px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 108.3px 1px;
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
    list-style: none outside none;
    outline: rgb(197, 205, 209) none 0px;
}
    /*.LI_64*/

    .LI_64:after {
        bottom: -3px;
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        content: '';
        cursor: default;
        display: block;
        height: 8px;
        left: 208.6px;
        position: absolute;
        right: 0px;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        top: -3px;
        width: 8px;
        column-rule-color: rgb(197, 205, 209);
        perspective-origin: 4px 4px;
        transform-origin: 4px 4px;
        caret-color: rgb(197, 205, 209);
        background: rgb(86, 204, 200) none repeat scroll 0% 0% / auto padding-box border-box;
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.LI_64:after*/

    .LI_64:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 16px / 25.6px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.LI_64:before*/

.DIV_65 {
    bottom: 27px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: default;
    height: 20px;
    left: -26px;
    min-width: 60px;
    position: absolute;
    right: 54.3px;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: -45px;
    visibility: hidden;
    width: 80px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 40px 10px;
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 400 normal 20px / 32px "Titillium Web", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 108.3px;
    outline: rgb(197, 205, 209) none 0px;
}
    /*.DIV_65*/

    .DIV_65:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 20px / 32px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.DIV_65:after*/

    .DIV_65:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: default;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 400 normal 20px / 32px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.DIV_65:before*/

.I_66 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    left: 0px;
    position: relative;
    right: 0px;
    speak: none;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: 0px;
    visibility: hidden;
    width: 40px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 20px 10px;
    transform: matrix(1, 0, 0, 1, -5, 0);
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 700 normal 20px / 20px icomoon;
    list-style: none outside none;
    outline: rgb(197, 205, 209) none 0px;
    transition: all 0.48s ease 0.18s;
}
    /*.I_66*/

    .I_66:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 700 normal 20px / 20px icomoon;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.I_66:after*/

    .I_66:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        content: '"?"';
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        perspective-origin: 0px 0px;
        transform-origin: 0px 0px;
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 700 normal 20px / 20px icomoon;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.I_66:before*/

.I_67 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(197, 205, 209);
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    left: 0px;
    position: relative;
    right: 0px;
    speak: none;
    text-align: left;
    text-decoration: none solid rgb(197, 205, 209);
    text-size-adjust: 100%;
    top: 0px;
    visibility: hidden;
    width: 40px;
    backface-visibility: hidden;
    column-rule-color: rgb(197, 205, 209);
    perspective: 1000px;
    perspective-origin: 20px 10px;
    transform: matrix(1, 0, 0, 1, 5, 0);
    transform-origin: 0px 0px;
    caret-color: rgb(197, 205, 209);
    border: 0px none rgb(197, 205, 209);
    font: normal normal 700 normal 20px / 20px icomoon;
    list-style: none outside none;
    outline: rgb(197, 205, 209) none 0px;
    transition: all 0.48s ease 0.18s;
}
    /*.I_67*/

    .I_67:after {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 700 normal 20px / 20px icomoon;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
    /*.I_67:after*/

    .I_67:before {
        box-sizing: border-box;
        color: rgb(197, 205, 209);
        content: '"?"';
        cursor: pointer;
        speak: none;
        text-align: left;
        text-decoration: none solid rgb(197, 205, 209);
        text-size-adjust: 100%;
        visibility: hidden;
        column-rule-color: rgb(197, 205, 209);
        perspective-origin: 0px 0px;
        transform-origin: 0px 0px;
        caret-color: rgb(197, 205, 209);
        border: 0px none rgb(197, 205, 209);
        font: normal normal 700 normal 20px / 20px icomoon;
        list-style: none outside none;
        outline: rgb(197, 205, 209) none 0px;
    }
/*.I_67:before*/

.SPAN_69 {
    box-sizing: border-box;
    color: rgb(249, 249, 249);
    cursor: pointer;
    text-align: center;
    text-decoration: none solid rgb(249, 249, 249);
    text-size-adjust: 100%;
    backface-visibility: hidden;
    column-rule-color: rgb(249, 249, 249);
    perspective: 1000px;
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    user-select: none;
    caret-color: rgb(249, 249, 249);
    border: 0px none rgb(249, 249, 249);
    font: normal normal 400 normal 16px / 36px "Titillium Web", sans-serif;
    list-style: none outside none;
    outline: rgb(249, 249, 249) none 0px;
}
    /*.SPAN_69*/

    .SPAN_69:after {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 36px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
    /*.SPAN_69:after*/

    .SPAN_69:before {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 36px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
/*.SPAN_69:before*/

.SPAN_71 {
    box-sizing: border-box;
    color: rgb(249, 249, 249);
    cursor: pointer;
    display: none;
    text-align: center;
    text-decoration: none solid rgb(249, 249, 249);
    text-size-adjust: 100%;
    backface-visibility: hidden;
    column-rule-color: rgb(249, 249, 249);
    perspective: 1000px;
    transform-origin: 0% 0%;
    user-select: none;
    caret-color: rgb(249, 249, 249);
    border: 0px none rgb(249, 249, 249);
    font: normal normal 400 normal 16px / 40px "Titillium Web", sans-serif;
    list-style: none outside none;
    outline: rgb(249, 249, 249) none 0px;
}
    /*.SPAN_71*/

    .SPAN_71:after {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 40px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
    /*.SPAN_71:after*/

    .SPAN_71:before {
        box-sizing: border-box;
        color: rgb(249, 249, 249);
        cursor: pointer;
        text-align: center;
        text-decoration: none solid rgb(249, 249, 249);
        text-size-adjust: 100%;
        column-rule-color: rgb(249, 249, 249);
        user-select: none;
        caret-color: rgb(249, 249, 249);
        border: 0px none rgb(249, 249, 249);
        font: normal normal 400 normal 16px / 40px "Titillium Web", sans-serif;
        list-style: none outside none;
        outline: rgb(249, 249, 249) none 0px;
    }
/*.SPAN_71:before*/

/*16 jan*/


.free_advice .table {
    width: 100%;
}

.free_advice button.subscribe_btn {
    margin-top: 0;
    margin-bottom: 12px;
}

.free_advice tr {
    border: solid 0px;
}

.free_advice td, .free_advice th {
    border-top: none !important;
    border-bottom: none !important;
}

.query_part a {
    color: #00283a;
    font-weight: 500;
    margin-bottom: 14px !important;
}

.border_query {
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.border_query {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.row.padd_bottom {
    padding-bottom: 10px;
}

    .row.padd_bottom:last-child {
        padding-bottom: 0px;
    }

span.form_heading {
    color: #1f5f7e;
    color: firebrick;
    border-bottom: 2px solid;
    font-weight: 500;
    font-size: 13px;
    vertical-align: top;
}

.padd_bottom i.fas.fa-comments {
    color: #252526;
    font-size: 20px;
    margin-right: 8px;
}

span.mceStatusbar_his {
    color: red;
    font-weight: 600;
    font-size: 13px;
}

.report_form .control-label {
    text-align: left !important;
    font-size: 14px !important;
}

.report_form .btncntl {
    width: 100%;
    height: 30px;
}

.report_form .form-control, .report_form textarea#Description {
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
    border: 1px solid #cacaca;
    background: #fefefe;
}

.report_form .subscribe_btn {
    background: #8cc749;
    border: none;
    color: white;
    font-size: 16px;
    /* padding: 8px 18px; */
    font-weight: 600;
    border-radius: 2px;
    padding: 15px 30px;
    margin-top: 30px;
}

    .report_form .subscribe_btn:hover {
        background-color: #494949;
        color: white;
    }

.modal-header h4 {
    color: #1c1d1c;
    font-weight: 500;
    width: 100%;
}

.modal-header .close {
    opacity: .5;
}

.modal-header {
    border-bottom: 1px solid #3a6022;
}

span.reporter_name {
    font-size: 13px;
    font-weight: 600;
    color: #2e6da4;
}

span.font_size {
    font-size: 14px;
    font-weight: 600;
    color: #383a38;
}



.image_people {
    width: 10%;
    float: left;
}

.name_people {
    width: 88%;
    float: left;
    padding-left: 0px;
    padding-top: 13px;
}

.post_heading {
    width: 100%;
    overflow: hidden;
    display: block;
}

.image_people img {
    width: 60%;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.name_people .h4_text {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
    color: #282828;
}

.name_people .h5_text {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 8px;
    color: #adaaaa;
    font-style: italic;
    padding-left: 50px;
}

.main_chat {
    padding: 10px 4px;
}

.first_child {
}

.main_chat pre {
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0;
}

.post_comment {
    border: 2px solid #eee;
    padding: 20px 10px;
    font-size: 14px;
    color: black;
    margin: 17px 0;
}

button.btn.reply_btn {
    background: transparent;
    font-size: 15px;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 0;
    color: blue;
    font-weight: 500;
}
/*.row.leave_cmnt {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}*/
.inner_chat {
    width: 90%;
    float: right;
}

.comment_page h3.heading_about {
    font-size: 28px;
    padding-bottom: 30px;
}

.row.date_time {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .row.date_time i {
        color: #383a38;
        font-size: 20px;
        margin-right: 10px;
    }

#Commntform h3 b {
    color: black;
    font-size: 20px;
    line-height: 32px;
}

#Commntform p {
    color: #898989;
    margin: 0;
}

#CommentDesc {
    width: 100% !important;
    height: 200px !important;
    resize: none;
}

#Commntform textarea#CommentDesc, #Commntform .form-control {
    background: #efefef;
    border: 1px solid #dddddd4d;
    box-shadow: none;
    border-radius: 4px;
}

#Commntform .form-control {
    height: 35px;
}

.comment_page {
    background: #ffffff;
}

#Commntform .buttonload {
    background-color: #8cc749;
    border: none;
    color: white;
    padding: 8px 18px;
    font-size: 16px;
}

#Commntform div.col-xs-12 {
    margin-bottom: 15px;
}

.FormClass textarea#Reply, .FormClass .form-control {
    box-shadow: none;
    border: 1px solid #e6e6e6;
}

.FormClass textarea#Reply {
    height: 200px;
    resize: none;
}

.FormClass .form-control {
    height: 35px;
}

.FormClass div.col-md-12 {
    margin-bottom: 15px;
}

#.FormClass label, #Commntform label {
    font-size: 14px;
}

.FormClass .submit_rply {
    background-color: #8cc749;
    border: none;
    color: white;
    padding: 8px 18px;
    font-size: 16px;
}

code, kbd, pre, samp {
    font-family: inherit;
}

    pre.description {
        background: transparent;
        border: none;
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-radius: 0;
    }

h4.response {
    border-bottom: 2px solid #383a38;
    border-top: 2px solid #383a38;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
    color: #6ea333;
}

div#ShowComment {
    padding-top: 15px;
}
/*.comment_section_right {
    min-height: 662px;
    height: auto;
    padding: 10px 16px;
    border-left: 1px solid #ddd;
}
h4.author_name {
    color: #6c9d35;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 13px;
}
.img_author img {
    border: 5px solid #b0b6b0;
    border-radius: 2px;
}
.comment_section_right p {
    padding: 10px 0;
}*/
.search_div h5 {
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
}

.search_div li a {
    font-size: 15px;
    color: #2b97f3;
    text-decoration: underline;
    word-break: break-all;
}

.search_div ul {
    border-bottom: 1px solid #ddd;
}

.search_div li {
    padding-bottom: 10px;
}

.search_div {
    background: #0000000f;
    min-height: 240px;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px;
    margin-bottom: 20px;
}

    .search_div ul:last-child {
        border-bottom: none;
    }

.query_part .table > thead > tr > th, .query_part .table > tbody > tr > td {
    padding: 0px;
}

.comment_page h3.heading_about {
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 48px;
}

div#advertise {
    display: none;
}

li.translater {
    width: 141px;
}

i.fa.fa-thumbs-up {
    font-size: 16px;
    margin-right: 12px;
}

i.fa.fa-thumbs-down {
    font-size: 16px;
}

span.reporter_name {
    text-transform: capitalize;
}

.padd_bottom h4 {
    line-height: 22px;
    font-size: 16px;
}

.comment b {
    font-size: 13px;
}

div#WelcomeMsg {
    display: inline-flex;
    float: right;
    margin-top: 30px;
}

p#LoginUserName {
    color: #669531;
    font-weight: 700;
    padding-right: 20px;
    margin: 0;
    font-size: 18px;
}

a.logout_top {
    color: red;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 700;
    text-decoration: underline;
}

#show_all {
    margin-top: 32px;
}

#LoginDCForm {
    margin-top: 25px;
    margin-bottom: 20px;
}

#show_all a {
    color: #19b2f1;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

#LoginDCForm label {
    font-size: 14px;
    padding: 0 10px;
}

#LoginDCForm input {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ddd;
    border-radius: 0;
    height: 33px;
    font-size: 14px;
    padding: 6px 12px;
    background: #fff;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

button#btnLoginuser {
    background: #337ab7;
    color: white;
    border: none;
    border-radius: 1px;
    height: 30px;
    padding: 0 15px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 700;
}

/* login1 */
.login_container {
    background: #73bf43;
    min-height: 100vh;
    padding: 15px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.login_md label {
    font-family: 'Lato', sans-serif;
}

.login_md {
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 40px;
}

    .login_md label {
        font-size: 14px;
        color: #555555;
        line-height: 1.4;
        font-weight: 600;
        display: inline-block;
        margin-bottom: .5rem;
    }

span.heading_login {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    color: #555555;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    display: block;
    font-weight: 500;
    padding-bottom: 20px;
}

h5.heading_login {
    font-family: 'Lato', sans-serif;
    color: #555555;
    text-align: left;
    width: 100%;
    display: block;
    font-weight: 600;
    padding-bottom: 20px;
}

.login_container .form-group {
    position: relative;
    margin-bottom: 30px;
}

.login_container .form-control {
    color: #555555;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 20px 0 20px;
    font-weight: 500;
    border: 1px solid #ced4da !important;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
    font-size: 16px;
    height: 40px;
    letter-spacing: 1px;
}

.login_btn {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 40px;
    background-color: #333333;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none;
    cursor: pointer;
}

body.login_body {
    margin: 0;
}
/*login end*/


.client_details .table {
    width: 41%;
}

button#UploadBtn {
    background: #8cc749;
    color: white;
    padding: 4px 13px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    margin: 16px 0;
}

.freecode_details input#File {
    display: inline-block;
}

.freecode_details table.table {
    border: 1px solid #ddd;
}

.freecode_details .table td, .freecode_details .table th {
    border-bottom-width: 2px;
    border: 1px solid #ddd;
}

button.delete {
    background: #8cc749;
    color: white;
    padding: 4px 13px;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    margin: 16px 0;
}

.home_details table.table {
    border: 1px solid #ddd;
    width: 100%;
}

.home_details .table td, .home_details .table th {
    border-bottom-width: 2px;
    border: 1px solid #ddd;
}

.navi {
    overflow: hidden;
    background-color: #333;
}

    .navi ul {
        margin-top: 0;
        margin-bottom: 0;
    }

.bullet li {
    list-style: square;
    color: #383a38;
}

#ShowMsg {
    color: white !important;
}

.download_file span {
    color: #3196c0;
    text-decoration: underline;
}

.form_div {
    width: 30%;
    display: inline;
}

@media only screen and (max-width: 767px) {

    .form_phone {
        display: normal;
        width: 30%;
        float: left;
        text-align: left;
        margin: 0 00px 10px 05px;
    }

    .form_phone_button {
        height: 10vh;
        padding: 9.5% 0 0 0;
    }

    .dashboard-admin .col-sm-5th-offset-0 {
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 0;
    }

    .form_phone input {
        width: 100%;
    }

    .form_div {
        display: none;
    }

    .myservice .adminservice {
        width: 100%;
        height: 100%;
        min-height: 60vh;
        min-width: 100%;
    }

    .Ptitle {
        text-align: center;
        font-weight: 700;
        margin-bottom: 5px;
        height: auto;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .col-sm-5th-offset-0 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 350px) {
    .form_phone {
        width: 100%;
        float: right;
    }

    .col-sm-5th-offset-0 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .myservice .adminservice {
        width: 100%;
        height: 100%;
        min-height: 50vh;
        min-width: 100%;
    }

    .form_phone_button {
        height: 10vh;
        padding: 1vh 0 0 0;
    }
}

@media only screen and (min-width: 768px) {

    .form_phone {
        display: none;
    }

    .col-sm-5th-offset-0 {
        margin-left: 10%;
    }

        .col-sm-5th-offset-0 img {
            height: 240px !important;
        }

    #logo-left {
        float: left;
    }

    .dashboard-admin .col-sm-5th-offset-0 {
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .p10 {
        padding: 15px 5px;
        min-height: 10vh;
    }

    .myservice .adminservice {
        width: 100%;
        height: 100%;
        min-height: 65vh;
        min-width: 100%;
    }

    .Ptitle {
        text-align: center;
        font-weight: 700;
        margin-bottom: 5px;
        height: 35px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}

.download_btn a {
    background: #8cc749;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    padding: 8px 20px;
}

div#FreeCode {
    /*margin: 134px 0px;*/
    /*overflow: scroll;
    min-height: 500px;
    height: 500px;*/
}

.download_btn {
    margin-bottom: 12px;
    width: 50%;
    float: right;
    text-align: right;
}

    .download_btn p {
        color: red;
    }

.back_button {
    width: 50%;
    float: left;
}

    .back_button a {
        color: #1196cc;
        text-decoration: underline;
    }

.create_blog {
    background: #8cc749;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    padding: 8px 20px;
}

.add_blog_details input#Title {
    min-width: 70.5%;
}

.craete_blogs {
    background: #8cc749;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    padding: 8px 20px;
}

button.buttonload {
    padding: 5px 15px !important;
}

.chat_list {
    border: 2px solid #383a38;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 20px;
}

div#slider {
    z-index: 1039;
}

i.fa.fa-thumbs-up, i.fa.fa-thumbs-down {
    cursor: pointer;
}

    i.fa.fa-thumbs-up:hover {
        color: #008cf7 !important;
    }

    i.fa.fa-thumbs-down:hover {
        color: #008cf7 !important;
    }


.chat_list {
    border: 2px solid #383a387a;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: inset 0px 0px 5px #00000047;
    background: #f4f4f4;
}

.post_comment {
    border: 2px solid #ccc;
    padding: 20px 10px;
    font-size: 14px;
    color: black;
    margin: 17px 0;
}

.user_profile .form-control {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ddd;
}

section.user_profile {
    background: #383a3826;
}

.container.user_container {
    border: 2px solid #448bcb;
    border-radius: 3px;
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
}

.costom_user_cont {
    border: 2px solid #8cc749 !important;
}

    .costom_user_cont h3 {
        background: #8cc749 !important;
    }

.user_container .row {
    background: white;
    padding-bottom: 20px;
}

.user_container h3 {
    background: #448bcb;
    color: white;
    font-size: 20px;
    padding: 6px 20px;
    font-weight: 500;
    margin-bottom: 20px !important;
}

.user_container button.subscribe_btn {
    padding: 7px 20px;
    margin-top: -4px;
}

.user_container .col-md-4 {
    margin-bottom: 15px;
}

.input_cls img {
    margin-bottom: 10px;
}

a.bck {
    background: #8cc749;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    padding: 8px 26px;
}

    a.bck:hover {
        background-color: #494949;
        color: white;
    }

.row.back_top {
    margin: 0 0 18px 0px;
}

#FreeCodeSubmit .form_control {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ddd;
    height: 34px;
    margin-bottom: 10px;
    padding: 4px 6px;
    width: 100%;
}

input#UploadBtn {
    background: #337ab7;
    color: white;
    border: none;
    border-radius: 1px;
    height: 30px;
    padding: 0 15px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 700;
}

form#FreeCodeSubmit, form#PhrasesSubmit {
    border: 1px solid #8cc749;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
}

#FreeCodeSubmit h4, #PhrasesSubmit h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.editor_sec {
    padding-top: 45px !important;
}

div#FileDiv {
    float: right;
}

#FileDiv a {
    background: orange;
    color: white;
    border: none;
    border-radius: 2px;
    height: 30px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
}

textarea#Description {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ddd;
    resize: none;
    width: 100%;
    max-width: 100%;
    height: 34px;
    min-height: 60px;
    height: auto;
}

textarea#phrases {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ddd;
    resize: none;
    width: 100%;
    max-width: 100%;
    height: 34px;
    min-height: 60px;
    height: auto;
}

.admin_ip input {
    width: 100%;
    max-width: 100%;
}

p.description_admin {
    color: #3c763d;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 0;
    font-weight: 600;
}

h3.title_admin {
    color: #383a38cc;
    font-family: acme;
    display: inline-block;
}

div#FileDiv {
    margin-bottom: 10px;
}

#FileDiv a {
    background: transparent;
    color: orange;
    text-decoration: underline;
}

.back_button {
    margin-bottom: 10px;
}

a.resolved {
    color: #4d90fe;
    margin-right: 10px;
}

.edit_bttn {
    background: #337ab7;
    color: white;
    border: none;
    border-radius: 1px;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
}

.cd_2 button {
    margin-bottom: 10px;
}

    .cd_2 button.delete {
        background: #8cc749;
        color: white;
        padding: 4px 13px;
        border-radius: 1px;
        font-size: 14px;
        font-weight: 600;
        border: none;
        margin: 0;
    }

.cd_2 .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
}

a.notdone {
    color: #fe6a4d;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .mydrop-user {
        padding: 5px;
        border: none;
        float: right;
        margin: -0.5vh 00% 0 0;
    }

    #logo-left {
        float: left;
    }

    .costom_user_cont {
        margin-top: 70px !important;
    }

    .myservice .adminservice {
        width: 100%;
        height: 100%;
        min-height: 70vh;
        min-width: 100%;
    }

    .p10 {
        padding: 15px 5px;
        min-height: 11vh;
    }

    .dashboard-admin .col-sm-5th-offset-0 {
        margin-left: 8%;
    }

    .Ptitle {
        text-align: center;
        font-weight: 700;
        margin-bottom: 5px;
        height: 50px;
        vertical-align: middle;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .col-md-5th-offset-0 {
        margin-left: 6%;
    }

        .col-md-5th-offset-0 img {
            height: 150px !important;
        }

    .mydrop-user .active, .btn:hover {
        background-color: #efefef;
        color: #a1a1a1;
    }

    .mydrop-user .userspece {
        margin: 5px 20px;
        font-size: 20px;
    }

    .mydrop-user ul {
        background-color: #efefef;
        color: #a1a1a1;
        margin: 10px 0px 0 -70px;
        border: none;
        padding: 10px;
    }

        .mydrop-user ul li {
            background-color: #efefef;
            color: #555;
            padding: 5px;
            margin: 2px 0 2px 0;
        }

            .mydrop-user ul li:hover {
                background-color: #8cc749;
                font-weight: 500;
                color: #000000;
                padding: 5px;
                margin: 2px 0 2px 0;
            }

    .my-menu-top {
        margin: 0 0% 0 0;
    }

        .my-menu-top a {
            padding: 10px 10px;
            margin: 1vh 0 0 0;
        }
}


@media (min-width: 1180px) {



    .col-md-5th-offset-0 {
        margin-left: 3%;
    }

    .myservice .adminservice {
        width: 100%;
        height: 100%;
        min-height: 70vh;
        min-width: 100%;
    }

    .p10 {
        padding: 15px 5px;
        min-height: 12vh;
    }

    .col-md-5th-offset-0 img {
        height: 210px !important;
    }

    .Ptitle {
        text-align: center;
        font-weight: 700;
        margin-bottom: 5px;
        height: 30px;
        vertical-align: middle;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}

@media (min-width: 1710px) {

    .my-menu-top {
        margin: 0 5% 0 0;
    }

        .my-menu-top a {
            padding: 10px 10px;
            margin: 1vh 0 0 0;
        }
}

@media (min-width: 1980px) {

    .my-menu-top {
        margin: 0 20% 0 0;
    }

        .my-menu-top a {
            padding: 12px 18px;
            margin: 1.2vh 0 0 0;
        }
}

@media (max-width: 1450px) {
    .mydrop-user {
        margin: 0vh 00% 0 0;
    }

    .my-menu-top {
        margin: 0 0% 0 0;
    }

    #navbar-left a.btn {
        font-size: 12px !important;
    }

    .my-menu-top a {
        padding: 8px 7px;
        margin: 1vh 0 0 0;
    }
}

@media (max-width: 1350px) {
    .mydrop-user {
        margin: 0vh 00% 0 0;
    }

    .my-menu-top {
        margin: 0 0% 0 0;
    }

        .my-menu-top a {
            padding: 4px 4px;
            margin: 1vh 0 0 0;
        }
}

@media (min-width: 1390px) {
    .container {
        width: 1380px;
    }
}

/*  img */


#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */


/* Modal Content (image) */
.modal-content {
    margin: 10vh auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */


.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div#main {
        margin: 1% 0 0 0;
        float: right;
    }

    .social_icon {
        float: right;
    }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #logo-left {
        float: none;
    }

    .mydrop-user {
        padding: 5px;
        border: none;
        float: right;
        margin: 00vh 00% 0 0;
    }

        .mydrop-user .active, .btn:hover {
            background-color: #efefef;
            color: #a1a1a1;
        }

        .mydrop-user .userspece {
            margin: 5px 20px;
            font-size: 20px;
        }

        .mydrop-user ul {
            background-color: #efefef;
            color: #a1a1a1;
            margin: 10px 0px 0 -70px;
            border: none;
            padding: 10px;
        }

            .mydrop-user ul li {
                background-color: #efefef;
                color: #555;
                padding: 5px;
                margin: 2px 0 2px 0;
            }

                .mydrop-user ul li:hover {
                    background-color: #8cc749 !important;
                    font-weight: 500 !important;
                    color: #000000 !important;
                    padding: 5px !important;
                    margin: 2px 0 2px 0 !important;
                }

    .p10 {
        padding: 15px 5px;
        min-height: 8vh;
    }
}

.ad-thumb {
    height: 150px;
    width: 250px;
}

.ad-myimg {
    height: auto;
    width: 100%;
}

.closeissue {
    margin: 0rem 0rem -1rem auto;
    margin-top: -1.5rem !important;
    color: #000;
    font-size: 2rem;
    padding: 1rem 1rem;
}


.user_profile_img {
    border-radius: 0%;
    width: 50px;
    height: auto;
    margin: 0 5px 0 0;
}

.user_profile_button {
    height: 50px;
}

i.comment-edit-delete {
    color: #494949;
    cursor: pointer;
}

    i.comment-edit-delete:hover {
        color: #008cf7;
    }

.social_icon .sociol_anima:hover {
    width: 97.5%;
    margin-left: 1.25%;
}





@media only screen and (min-width: 1450px) and (max-width: 1559px) {
    section.about_sec, .privacy_sec, .payment_sec, .service_sec, .free_advice, .comment_page, .user_profile, .editor_sec {
        margin-top: 10.5em;
    }
}

@media only screen and (min-width: 1230px) and (max-width: 1470px) {
    section.about_sec, .privacy_sec, .payment_sec, .service_sec, .free_advice, .comment_page, .user_profile, .editor_sec {
        margin-top: 10.5em;
    }
}


/* 404 page style */

@import url(https://fonts.googleapis.com/css?family=opensans:500);

.error404 body {
    font-family: 'Open Sans', sans-serif;
}

.error404 .c {
    text-align: center;
    display: block;
    position: relative;
    width: 80%;
    margin: 100px auto;
}

.error404 ._404 {
    font-size: 220px;
    position: relative;
    display: inline-block;
    z-index: 2;
    height: 250px;
    letter-spacing: 15px;
}

.error404 ._1 {
    text-align: center;
    display: block;
    position: relative;
    letter-spacing: 12px;
    font-size: 4em;
    line-height: 80%;
}

.error404 ._2 {
    text-align: center;
    display: block;
    position: relative;
    font-size: 20px;
}

.error404 .btn {
    background-color: #8cc749;
    position: relative;
    display: inline-block;
    width: 358px;
    padding: 5px;
    z-index: 5;
    font-size: 25px;
    margin: 5px auto;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}


.error404 hr {
    padding: 0;
    border: none;
    border-top: 5px solid #8cc749;
    color: #8cc749;
    text-align: center;
    margin: 10px auto;
    width: 420px;
    height: 10px;
    z-index: -10;
}

    .error404 hr:after {
        content: "\2022";
        display: inline-block;
        position: relative;
        top: -0.75em;
        font-size: 2em;
        padding: 0 0.2em;
        background: #fff;
    }

.custom-dropdownmenu {
    position: relative;
    display: inline-block;
}

    .custom-dropdownmenu:hover > ul.dropdown-menu {
        display: block;
    }


.custom-mobile-menu {
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 0;
    padding-left: 30px;
}

    .custom-mobile-menu li:hover {
        background-color: #8cc749;
    }

/*Custom checkbox Css*/

.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkboxcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox  Start*/
.checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #8cc749;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 9px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom checkbox  Start*/

.newmedia {
    padding: 3px;
}

/* Home page Yittbox video CSS */
#YittboxVideo h2.modal-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

@media (min-width: 1600px) {
    #YouTubevideo {
        display: block !important;
        width: 100% !important;
        height: 700px !important;
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    #YouTubevideo {
        display: block !important;
        width: 100% !important;
        height: 350px !important;
    }
}

@media (max-width: 758px) {
    #YouTubevideo {
        display: block !important;
        width: 100% !important;
        height: 250px !important;
    }
}
/* Home page Yittbox video CSS */

@media (min-width: 758px) {
    img#MSExcelCreationandDesign {
        margin-top: 90px !important;
    }
}


form#project-client-form {
    height: calc(100vh - 110px);
    overflow: auto;
}
