.bg_overlay_browse {
    width: 100%;
    background: #333;
    opacity: .9;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    height: 100%;
    display: none;
}

.bg_content_browse {
    width: 380px;
    height: auto;
    padding: 15px 15px 20px 10px;
    position: fixed;
    background: #fff;
    z-index: 99999999;
    left: 50%;
    top: 0;
    margin-left: -200px;
    display: none;
}

    .bg_content_browse .left {
        float: left;
        width: 100px;
    }

        .bg_content_browse .left img {
            margin-top: 30px;
            margin-left: 20px;
        }

    .bg_content_browse .right {
        float: right;
        width: 250px;
    }

    .bg_content_browse p {
        line-height: 18px;
        margin: 0 0 10px 0 !important;
    }

    .bg_content_browse .btn-blue, .bg_content_browse .btn-orange {
        background: #ff8706;
        color: #fff !important;
        padding: 5px 10px;
        margin-right: 2px;
        text-decoration: none;
    }

    .bg_content_browse .btn-blue {
        background: #027af1;
    }

        .bg_content_browse .btn-blue:hover, .bg_content_browse .btn-orange:hover {
            background: #333;
            color: #fff !important;
        }
/****/
body {
    background: #eee !important;
    color: #333 !important;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 13px !important;
}

.no-padding {
    padding: 0 !important;
}

h1, h2, h3, h4, h5, li, p, ul {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    color: #333 !important;
    cursor: pointer;
    text-decoration: none !important;
}

    a:active {
        box-shadow: none !important;
    }

p {
    line-height: 22px;
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

h1, h2 {
    margin-bottom: 10px !important;
}

img {
    max-width: 100% !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.text-blue {
    color: #02abc8;
}

.text-orange {
    color: #ef642d;
}

.btn-blue {
    background: #248fcd;
    color: #fff !important;
}

.btn:hover {
    background: #333 !important;
    color: #fff !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.btn-gray-bordered {
    background: #fff !important;
    color: #333;
    border: 1px solid #333 !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

    .btn-gray-bordered:hover {
        background: #333 !important;
        color: #fff !important;
    }

header .logo-bar {
    background: #fff;
    padding: 8px 0;
}

header .logo-bar-fix {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0;
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

header .logo {
    display: block;
    float: left;
}

.helpline {
    text-align: right;
    color: #fff;
    margin-top: 25px;
    font-weight: 900;
}

    .helpline h4 {
        text-align: right;
        color: #333;
        font-size: 24px;
        font-weight: 900;
        font-style: italic;
    }

header .cont-nav ul {
    list-style: none;
    float: right;
    margin: 30px 0 !important;
}

    header .cont-nav ul li {
        float: left;
    }

    header .cont-nav ul a {
        display: block;
        padding: 0 10px;
        border-right: 1px solid #ccc;
        color: #999 !important;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear;
    }

    header .cont-nav ul li:first-child a {
        padding-left: 0;
    }

    header .cont-nav ul li:last-child a {
        border-right: 0;
    }

    header .cont-nav ul a .fa {
        margin-right: 5px;
    }

header .social-nav ul {
    list-style: none;
    margin: 25px 0 !important;
    float: right;
}

header .social-nav li {
    float: left;
}

    header .social-nav li:first-child {
        margin-top: 5px !important;
        margin-right: 10px !important;
        font-weight: 600;
        color: #999;
    }

    header.social-nav li a {
        border: 0 !important;
        padding: 0 !important;
    }

        header .social-nav li a .fa {
            background: #999;
            color: #000 !important;
            width: 30px;
            height: 30px;
            line-height: 29px;
            text-align: center;
            vertical-align: middle;
            border-radius: 100%;
            margin-left: 5px;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
        }

        header .social-nav li a:hover .fa {
            background: #c0a35f;
            color: #fff !important;
        }

header .nav-bar {
    background: #001c51;
    border-top: 0 solid #ddd;
    padding: 10px;
    background: url(../design_img/header-pattern.jpg);
}

section.slider {
    position: relative;
}

.soft-feature-bar {
    position: absolute;
    top: 30px;
    z-index: 111;
    right: 0;
    bottom: 30px;
    left: 0;
}

    .soft-feature-bar h4 {
        font-weight: 700;
        font-family: Raleway,sans-serif;
        color: #fff;
    }

    .soft-feature-bar .soft-feature-back {
        background: #000;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        opacity: .5;
    }

    .soft-feature-bar .soft-feature-main {
        position: relative;
    }

    .soft-feature-bar .soft-feature-top {
        background: #ffaf1c;
        padding: 15px;
    }

    .soft-feature-bar .soft-feature-bottom {
        overflow: hidden;
    }

        .soft-feature-bar .soft-feature-bottom p {
            border-bottom: 1px solid #666;
            padding: 10px 19px !important;
            margin-bottom: 0 !important;
            color: #fff;
        }

            .soft-feature-bar .soft-feature-bottom p a {
                color: #fff !important;
            }

            .soft-feature-bar .soft-feature-bottom p:before {
                content: url(../design_img/icon-check.png);
                margin-right: 10px;
                vertical-align: -5px;
            }

    .soft-feature-bar .soft-feature {
        background: #fff;
        height: 50px;
        margin-bottom: 10px;
    }

section.contents .container-gray {
    background: #f6f6f6;
}

section.contents .container-white {
    background: #fff;
}

section.contents .content-bar {
    padding: 15px 0;
    overflow: hidden;
}

.page-banner {
    background: #fff;
    height: auto;
    position: relative;
    padding: 0 0 8px;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    overflow: hidden;
}

    .page-banner h2 {
        font-weight: 600;
        font-size: 24px;
        color: #c0a35f;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

.main-head {
    font-weight: 700;
    font-family: Raleway,sans-serif;
}

    .main-head span {
        font-size: 18px !important;
        color: #666 !important;
        font-weight: 400;
        text-transform: none;
    }

        .main-head span.brdr {
            border-bottom: 1px solid #999;
            height: 1px;
            display: block;
            width: 100px;
            margin: 15px 0;
        }

.home-abt-bar {
    background: #fff;
    padding: 25px 15px 50px 15px !important;
}

    .home-abt-bar .main-head {
        color: #a5d239;
    }

        .home-abt-bar .main-head span.brdr {
            border-color: #a5d239;
        }

    .home-abt-bar .btn {
        margin-top: 23px;
        padding: 6px 10px;
    }

.how-win-bar .win-item {
    position: relative;
}

.how-win-bar .win-title {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    background: #fff;
    padding: 10px 20px !important;
    border: 1px solid #ccc;
    border-left: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px !important;
}

.about-images {
    float: left;
    position: relative;
    width: 100%;
    line-height: 0;
}

    .about-images > .about-border {
        position: absolute;
        top: -3px;
        right: -3px;
        width: 0;
        z-index: 1;
        height: 0;
        border-top: 250px solid #c0a35f;
        border-left: 250px solid transparent;
    }

        .about-images > .about-border:before {
            content: "";
            position: absolute;
            top: -252px;
            right: -2px;
            width: 0;
            z-index: 3;
            height: 0;
            border-top: 170px solid #c0a35f;
            border-left: 172px solid transparent;
        }

        .about-images > .about-border > span {
            display: block;
            position: absolute;
            top: -253px;
            right: -3px;
            width: 0;
            z-index: 2;
            height: 0;
            border-top: 257px solid #fff;
            border-left: 257px solid transparent;
        }

        .about-images > .about-border:after {
            content: "";
            position: absolute;
            top: -258px;
            right: -8px;
            width: 0;
            z-index: 1;
            height: 0;
            border-top: 181px solid #c0a35f;
            border-left: 185px solid transparent;
        }

    .about-images > img {
        z-index: 20;
        position: relative;
        width: 100%;
    }

.box {
    margin: 20px auto;
    display: table;
    border: 1px solid #ddd;
    background: #c0a35f;
    padding: 25px;
    text-align: center;
    color: #fff;
}

.about h3 {
    font-size: 18px;
    margin-bottom: 10px !important;
    color: #46ab00;
}

.about h5 {
    font-size: 16px;
    margin-bottom: 10px !important;
    color: #333;
}

.our-services h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #46ab00;
    font-weight: 600;
}

.our-services .col {
    border: 1px solid #eee;
    padding: 10px;
    border-bottom: 5px solid #c0a35f;
    min-height: 515px;
    margin-bottom: 15px;
}

.our-services h3 span {
    padding: 2px 10px;
    background: #c0a35f;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}

ul.mylist-1 {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    font-size: 14px;
}

    ul.mylist-1 li {
        line-height: 22px;
        text-align: justify;
        display: block;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        ul.mylist-1 li:last-child {
            border-bottom: 0 solid #ddd;
        }

        ul.mylist-1 li a {
            line-height: 24px;
            padding: 5px 15px !important;
            text-align: justify;
            font-size: 13px;
            width: 100%;
            display: block;
        }

            ul.mylist-1 li a:hover {
                background: #c0a35f;
                color: #fff !important;
            }

ul.mylist-2 {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 10px 0 15px 0 !important;
    font-size: 14px;
    text-transform: capitalize;
}

    ul.mylist-2 li {
        line-height: 22px;
        background: #fff;
        padding: 5px 15px !important;
        margin-bottom: 5px !important;
    }

        ul.mylist-2 li:before {
            content: "\f138   ";
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 5px;
            color: #ff6f28;
        }

.list-sec {
    margin-bottom: 25px;
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    border-radius: 5px 5px 0 0;
}

    .list-sec h4 {
        color: #fff;
        padding: 10px !important;
        background-image: -webkit-gradient(linear,left bottom,right top,from(#ff2f55),color-stop(#d61c6e),color-stop(#a22579),color-stop(#6a2b74),color-stop(#342961),to(#021f44));
        background-image: -webkit-linear-gradient(left bottom,#c0a35f,#c0a35f);
        background-image: -o-linear-gradient(left bottom,#051937,#004d7a,#007693,#00a0bf,#91c8ff);
        /*background-image: linear-gradient(to right top,#051937,#004d7a,#007693,#00a0bf,#91c8ff);*/
        border-radius: 5px 5px 0 0;
    }

.login-bar {
    overflow: hidden;
    position: relative;
}

.login-form {
    max-width: 480px;
    display: table;
    margin: 0 auto 25px;
    background: #fff;
    padding: 0 0 15px;
    border-radius: 5px;
    border-bottom: 5px solid #c0a35f !important;
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    border: 1px solid #ddd;
}

.login-form-1 {
    max-width: 100% !important;
    display: inline-block;
    margin: 0 auto 25px;
    background: #fff;
    padding: 0 0 15px;
    border-radius: 5px;
    border-bottom: 5px solid #c0a35f !important;
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    border: 1px solid #ddd;
    width: 100% !important;
}

.login-form h3 {
    text-align: center;
    margin-bottom: 25px !important;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
    background: #034774;
    color: #fff;
}

ul.mylist {
    list-style: none;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
    margin-bottom: 8px !important;
    font-size: 16px;
}

.custom-form-head {
    background: #f0f0f0;
    padding: 10px 10px 10px 10px !important;
    font-weight: 400;
    color: #444;
    margin: 10px 0 !important;
    font-weight: 500;
    border-left: 10px solid #00426f;
    font-size: 16px !important;
}

.m-table.m-table--head-bg-brand thead th {
    background: #034774;
    color: #fff;
    border-bottom: 0;
    border-top: 0;
}

.alert {
    min-height: 110px;
    margin-top: 10px;
}

.custom-alert {
    padding: 15px !important;
    margin-bottom: 15px;
}

    .custom-alert span {
        display: block;
        width: 98%;
    }

ul.sub-menu {
    list-style: none;
    float: right;
}

    ul.sub-menu li {
        float: left;
        display: inline-block;
        margin-right: 5px !important;
    }

        ul.sub-menu li a {
            display: inline-block;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 50px;
        }

            ul.sub-menu li a:hover {
                background: #c0a35f;
                color: #fff !important;
                border: 1px #c0a35f solid;
            }

.contact-bar p:not(.col-head) {
    color: #666;
}

.contact-bar .col-head {
    margin-bottom: 0 !important;
}

    .contact-bar .col-head strong {
        font-weight: 600 !important;
    }

.contact-bar h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
    color: #000;
}

.contact-bar .btn-1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.btn-1:hover {
    background: #333 !important;
    color: #fff !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.btn-red {
    background: #f40;
    color: #fff;
}

.contact-us ul.con {
    list-style: none;
}

    .contact-us ul.con li .icon-box, .contact-us ul.con li .text-box {
        display: table-cell;
        vertical-align: top;
    }

    .contact-us ul.con li .icon-box {
        width: 40px;
    }

        .contact-us ul.con li .icon-box i {
            font-size: 24px;
            color: #c0a35f;
            position: relative;
            top: 0;
        }

    .contact-us ul.con li {
        padding: 20px 0 !important;
        border-bottom: 1px solid rgba(158,158,158,.12);
    }

        .contact-us ul.con li:last-child {
            border-bottom: 0;
        }

.contact-us .cont {
    background: #f7f7f7;
    padding: 0 20px;
}

.contact-us h4 {
    background: #c0a35f;
    color: #fff;
    text-align: center;
    padding: 14px 0 !important;
}

.contact-us .text p {
    padding-bottom: 14px;
}

.contact-us .border-bottom {
    position: relative;
    border-bottom: 1px solid #eee;
    bottom: -60px;
}

.form-group label {
    font-weight: 400;
}

.form-group .form-control {
    border-radius: 0 !important;
    box-shadow: none;
}

.form-group .label-radio {
    margin-right: 15px;
}

.form-group input[type=radio] {
    margin-right: 5px;
    vertical-align: middle;
}

.form-group .label-check {
    margin-right: 15px;
}

.form-group input[type=checkbox] {
    margin-right: 5px;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: #c0a35f;
}

footer {
    background: #000;
    margin-top: 0 !important;
}

    footer .footer-bar {
        overflow: hidden;
        padding: 30px 0 20px 0 !important;
    }

        footer .footer-bar h4 {
            font-weight: 600;
            color: #a5d239;
            font-size: 14px;
            margin-bottom: 10px !important;
            text-transform: uppercase;
        }

    footer .cont-nav ul {
        list-style: none;
        margin-bottom: 20px !important;
    }

        footer .cont-nav ul li {
            line-height: 25px;
        }

        footer .cont-nav ul a {
            display: block;
            color: #666 !important;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
        }

            footer .cont-nav ul a:hover {
                color: #fff !important;
            }

    footer .site-nav ul {
        list-style: none;
        margin-bottom: 20px !important;
    }

        footer .site-nav ul li {
            line-height: 22px;
        }

        footer .site-nav ul a {
            display: block;
            color: #666 !important;
            text-transform: capitalize;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
        }

            footer .site-nav ul a:before {
                content: '\f054';
                font-family: FontAwesome;
                font-size: 10px;
                margin-right: 5px;
                color: #666;
            }

            footer .site-nav ul a:hover {
                color: #fff !important;
            }

    footer .social-nav ul {
        list-style: none;
        padding: 0 !important;
        float: left;
    }

    footer .social-nav li {
        float: left;
        margin-right: 5px !important;
    }

        footer .social-nav li a {
            border: 0 !important;
            padding: 0 !important;
        }

            footer .social-nav li a .fa {
                color: #fff !important;
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                border: 0;
                border-radius: 100%;
                vertical-align: middle;
                -webkit-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -o-transition: all .3s linear;
                -ms-transition: all .3s linear;
                transition: all .3s linear;
            }

            footer .social-nav li a .fa-facebook {
                background: #3b5a9a;
            }

            footer .social-nav li a .fa-twitter {
                background: #28a8e0;
            }

            footer .social-nav li a .fa-linkedin {
                background: #117bb8;
            }

            footer .social-nav li a .fa-youtube {
                background: #d81a1a;
            }

            footer .social-nav li a:hover .fa {
                background: #333;
                color: #fff !important;
            }

    footer .logo {
        margin-bottom: 40px !important;
        display: block;
    }

    footer .footer-bar-bottom {
        background: #fff;
        color: #333;
        padding: 10px 0 !important;
    }

        footer .footer-bar-bottom .copy {
            text-align: center;
            font-size: 13px !important;
            margin-bottom: 0 !important;
        }

        footer .footer-bar-bottom .co-name {
            margin-right: 5px;
        }

        footer .footer-bar-bottom .designer {
            margin-top: 2px !important;
            margin-left: 5px !important;
        }

            footer .footer-bar-bottom .designer img {
                border: 1px solid #bbbaba;
                border-radius: 100%;
                padding: 2px;
                background: #fff;
            }

#goDown, #goTop {
    border: 1px solid #eee;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    color: #333 !important;
    font-weight: 700;
    background: #eee;
    z-index: 9999;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.spectrum_slider_cntnt {
    width: 100%;
    margin-bottom: 25px;
}

.spectrum_slider_shadow {
    padding: 20px 10px;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.06);
    border-radius: 15px;
    background: #fff;
    height: auto;
    text-align: center;
    border: 1px solid #ddd;
    min-height: 210px;
}

.spectrum_slider_cntnt:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    border-radius: 15px;
    transition: all .5s;
}

    .spectrum_slider_cntnt:hover .spectrum_slider_shadow img {
        transform: scale(1.3);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.spectrum_slider_shadow img {
    width: 60px !important;
    height: 60px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.spectrum_slider_cntnt h2 {
    font-size: 14px;
    line-height: 24px;
}

    .spectrum_slider_cntnt h2 a {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #1d3571 !important;
        text-transform: capitalize;
        line-height: 24px;
    }

.spectrum_slider_shadow p {
    font-size: 13px !important;
}

.main-heading {
    background: #00426f;
    padding: 10px 10px 10px 10px !important;
    font-weight: 400;
    color: #fff;
    margin: 20px 0 !important;
    margin-top: 20px;
    font-weight: 600;
    border-left: 10px solid #00426f;
    font-size: 14px !important;
}

.ship-address {
    font-size: 13px;
}

    .ship-address strong {
        font-weight: 600;
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }

.shipping h4 {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
}

ul.mylist-1 ul.mylist-3 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-image: -webkit-linear-gradient(left bottom,#c0a35f,#c0a35f);
    top: -2px;
    left: 95%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    z-index: 111;
    border: 0 solid #f3f3f6;
}

    ul.mylist-1 ul.mylist-3 li {
        width: 350px;
        position: relative;
    }

        ul.mylist-1 ul.mylist-3 li a {
            text-align: left;
            color: #fff !important;
        }

ul.mylist-1 li:hover ul.mylist-3 {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

ul.right-menu li:hover ul.mylist-3 {
    left: -98% !important;
}

ul.mylist-1 ul.mylist-3 ul.mylist-4 {
    position: absolute;
    opacity: 0;
    padding: 0;
    margin: 0;
    top: -2px;
    left: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: #008eac;
}

    ul.mylist-1 ul.mylist-3 ul.mylist-4 li {
        width: 250px;
        float: left;
        text-align: left;
        display: none;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

    ul.mylist-1 ul.mylist-3 ul.mylist-4 a {
        color: #fff !important;
        background: #044676;
    }

    ul.mylist-1 ul.mylist-3 ul.mylist-4 li:last-child a {
        border: none !important;
    }

ul.mylist-1 ul.mylist-3 li:hover ul.mylist-4 {
    left: 100%;
    opacity: 1;
}

    ul.mylist-1 ul.mylist-3 li:hover ul.mylist-4 li {
        display: block;
    }

.top-bar {
    text-align: right;
    background: #014576;
}

.user-nav {
    display: inline-block;
}

.user-btn {
    position: relative;
    color: #fff;
}

    .user-btn a {
        color: #fff !important;
        padding: 5px 0;
        display: block;
    }

.top-nav .top-nav-level-2 {
    position: absolute;
    right: 0;
    top: 29px;
    z-index: 1111;
    list-style: none;
    background: #c0a35f;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 15px 28px rgba(0,0,0,.2);
    -moz-box-shadow: 0 15px 28px rgba(0,0,0,.2);
    box-shadow: 0 15px 28px rgba(0,0,0,.2);
    -webkit-transition: all .6s cubic-bezier(.075,.82,.165,1);
    -moz-transition: all .6s cubic-bezier(.075,.82,.165,1);
    -ms-transition: all .6s cubic-bezier(.075,.82,.165,1);
    -o-transition: all .6s cubic-bezier(.075,.82,.165,1);
    transition: all .6s cubic-bezier(.075,.82,.165,1);
    transform: translateY(-2em);
    border-top: 2px solid #00b2ec;
}

ul.user-nav {
    list-style: none;
}

.user-nav li {
    float: left;
    color: #fff;
}

    .user-nav li a {
        display: inline-block; /* float:left; */
        color: #fff !important;
        padding: 5px 10px;
        border-right: 1px solid #ddd;
    }

    .user-nav li:last-child a {
        padding: 5px 0px 0 10px;
        border-right: 0px solid #ddd;
    }

    .user-nav li ul li a {
        padding-left: 0px;
        padding-right: 0px;
        border-right: 0px solid #ddd;
        display: block !important;
    }

.top-nav.user-nav .top-nav-level-2 li {
    float: none;
    border-right: 0;
    text-transform: capitalize;
    margin: 0 !important;
    white-space: nowrap;
    min-width: 150px;
}

.top-nav .top-nav-level-2 li a {
    width: auto;
    padding: 10px 15px !important;
    border-bottom: 0;
    border-bottom: 1px solid #ddd;
    color: #fff !important;
    border: 0 !important;
    text-align: left;
}

.top-nav.user-nav a.logged-in:hover {
    background: 0 0;
}

.top-nav.user-nav > li > a.logged-in.hov::before {
    width: 100%;
    display: none;
}

.top-nav .top-nav-level-2 li:last-child a {
    border-bottom: 0;
}

.top-nav .top-nav-level-2 li a:hover {
    background: #eee;
    color: #333 !important;
}

.top-nav li:hover .top-nav-level-2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/**nav**/
#level_1 {
    list-style: none;
    margin: auto !important;
    display: table;
}

    #level_1 li {
        float: left;
        display: block;
        z-index: 999;
        margin: 0 0 !important;
        position: relative;
    }

        #level_1 li a {
            position: relative;
            display: block;
            text-decoration: none;
            color: #666 !important;
            zoom: 1;
            border: 1px solid #ccc;
            padding: 10px 25px;
            margin: 0 2px;
            text-transform: uppercase;
            -webkit-transition: all .4s ease-out;
            -moz-transition: all .4s ease-out;
            -ms-transition: all .4s ease-out;
            -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
        }

    #level_1 > li > a:before {
        background: #fff;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    #level_1 > li > a:after {
        content: '';
        display: block;
        background-image: -webkit-gradient(linear,left bottom,right top,from(#ff2f55),color-stop(#d61c6e),color-stop(#a22579),color-stop(#6a2b74),color-stop(#342961),to(#021f44));
        background-image: -webkit-linear-gradient(left bottom,#ff2f55,#d61c6e,#a22579,#6a2b74,#342961,#021f44);
        background-image: -o-linear-gradient(left bottom,#051937,#004d7a,#007693,#00a0bf,#91c8ff);
        background-image: linear-gradient(to right top,#c0a35f,#c0a35f);
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-out;
    }

    #level_1 li a:active:after, #level_1 li a:hover:after {
        left: 0;
        width: 100%;
    }

    #level_1 li a.has-nav span:after {
        content: "\f0d7    ";
        font: normal normal normal 16px/1 FontAwesome;
        color: #fff;
        margin-left: 10px;
    }

    #level_1 li a.active:after, #level_1 li a:hover:after {
        left: 0;
        width: 100%;
    }

    #level_1 li a.active, #level_1 li a:hover {
        color: #fff !important;
    }

    #level_1 #level_2 {
        position: absolute;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        background-image: -webkit-linear-gradient(left bottom,#c0a35f,#c0a35f);
        top: 55px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    #level_1 li:last-child #level_2 {
        right: 0;
    }

    #level_1 #level_2 li {
        width: 200px;
        float: none;
        text-align: left;
        position: relative;
    }

    #level_1 #level_2 a {
        color: #fff !important;
        text-transform: capitalize;
        border-bottom: 1px #464584 solid !important;
        padding: 10px 10px;
        border: 0;
        margin: 0;
    }

    #level_1 #level_2 li:last-child a {
        border-bottom: 0;
    }

    #level_1 #level_2 li a:hover {
        background: #c0a35f;
    }

    #level_1 #level_2 #level_3 {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        background: #010044;
        top: -2px;
        left: 95%;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

        #level_1 #level_2 #level_3 li {
            width: 200px;
            position: relative;
        }

        #level_1 #level_2 #level_3 a {
            border-bottom: 1px #464584 solid !important;
        }

        #level_1 #level_2 #level_3 li:last-child a {
            border: none !important;
        }

    #level_1 li:hover #level_2 {
        visibility: visible;
        top: 44px;
        opacity: 1;
    }

    #level_1 #level_2 li:hover #level_3 {
        left: 100%;
        opacity: 1;
        visibility: visible;
    }

@media only screen and (min-width:320px) and (max-width:767px) {
    #level_1 {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #level_1 li a {
        padding: 5px 5px;
        text-transform: capitalize;
        font-size: 13px !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #level_1 li a {
        padding: 10px 12px;
    }
}
/**resnav**/
.my_res_btn_bar {
    float: right;
    margin: 10px 10px 0 0 !important;
    cursor: pointer;
    width: 25px;
    height: auto;
    display: none;
}

    .my_res_btn_bar .btn_close, .my_res_btn_bar .btn_open {
        display: block;
        height: 25px;
        overflow: hidden;
    }

        .my_res_btn_bar .btn_close span, .my_res_btn_bar .btn_open span {
            width: 100%;
            height: 2px;
            display: block;
            margin-bottom: 5px;
            background: #fff;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -ms-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }

            .my_res_btn_bar .btn_close span:nth-child(1) {
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                margin-top: 7px;
            }

            .my_res_btn_bar .btn_close span:nth-child(3) {
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin-top: -7px;
            }

.my_res_nav_col {
    width: 100%;
    overflow: hidden;
    display: none;
}

    .my_res_nav_col ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .my_res_nav_col li {
        background: 0 0;
        position: relative;
        z-index: 999;
        margin: 0 0;
    }

    .my_res_nav_col > li:first-child > a {
        border-top: 1px solid #ccc;
    }

    .my_res_nav_col li a {
        display: block;
        padding: 0;
        text-decoration: none;
        background: #fff;
        color: #666 !important;
        zoom: 1;
        padding: 10px 10px;
        border-bottom: 1px solid #eee;
        text-transform: capitalize;
        font-size: 13px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        cursor: pointer;
    }

        .my_res_nav_col li a.has-nav, .my_res_nav_col li a.less-nav {
            position: relative;
        }

            .my_res_nav_col li a.has-nav:after, .my_res_nav_col li a.less-nav:after {
                position: absolute;
                right: 15px;
                top: 0;
                bottom: 0;
                padding-top: 13px;
                padding-left: 10px;
                content: "\f067   ";
                font: normal normal normal 10px/1 FontAwesome;
                color: #999;
            }

            .my_res_nav_col li a.less-nav:after {
                content: "\f068    ";
            }

        .my_res_nav_col li a:before {
            content: "\f105   ";
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 5px;
            color: #666;
        }

        .my_res_nav_col li a:hover {
            background: #010044;
            color: #fff !important;
        }

my_res_nav_col li a:hover:before {
    color: #fff !important;
}

.my_res_nav_col ul li ul {
    display: none;
}

    .my_res_nav_col ul li ul li a {
        padding-left: 20px !important;
    }

        .my_res_nav_col ul li ul li a:before {
            content: '';
        }

@media only screen and (min-width:320px) and (max-width:767px) {
    .my_res_btn_bar {
        width: 15px;
        display: block;
    }
}
/**responsive**/
@media only screen and (min-width:320px) and (max-width:991px) {
    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 21px !important;
    }

    h3 {
        font-size: 19px !important;
    }

    h4 {
        font-size: 15px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    header .cont-nav ul {
        float: left;
        margin: 10px 0 !important;
    }

        header .cont-nav ul a.call .cont-text {
            display: none;
        }

    header .social-nav ul {
        margin: 5px 0 !important;
        float: left;
    }

    .login-form {
        display: block;
    }

    ul.sd-menu li a.h-nav, ul.sd-menu li a.l-nav {
        position: relative;
    }

        ul.sd-menu li a.h-nav:after, ul.sd-menu li a.l-nav:after {
            position: absolute;
            right: 15px;
            top: 0;
            bottom: 0;
            padding-top: 13px;
            padding-left: 10px;
            content: "\f067   ";
            font: normal normal normal 10px/1 FontAwesome;
            color: #444;
        }

    ul.mylist-1 li ul.mylist-3 {
        display: none;
        opacity: 1;
        visibility: hidden;
        position: static;
        background-image: -webkit-linear-gradient(left bottom,#c0a35f,#c0a35f);
    }

    ul.sd-menu li ul {
        display: block;
        visibility: visible !important;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        box-shadow: none !important;
    }

    ul.mylist-1 li a.l-nav:after {
        content: "\f068    ";
    }

    ul.mylist-1 li ul.mylist-3 li a {
        color: #fff !important;
    }

    ul.mylist-1 ul.mylist-3 li {
        width: 100%;
    }

    ul.mylist-1 li:hover ul.mylist-3 {
        left: 100%;
        opacity: 1;
        display: none;
        visibility: hidden;
    }

    ul.sd-menu li ul li a.hs-nav, ul.sd-menu li ul li a.ls-nav {
        position: relative;
    }

        ul.sd-menu li ul li a.hs-nav:after, ul.sd-menu li ul li a.ls-nav:after {
            position: absolute;
            right: 15px;
            top: 0;
            bottom: 0;
            padding-top: 13px;
            padding-left: 10px;
            content: "\f067   ";
            font: normal normal normal 10px/1 FontAwesome;
            color: #fff;
        }

        ul.sd-menu li ul li a.ls-nav:after {
            content: "\f068    ";
        }

    ul.mylist-1 ul.mylist-3 ul.mylist-4 {
        position: relative;
        opacity: 1;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        border-top: 1px #fff solid;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        display: none;
        background: #088ee6;
    }

    ul.mylist-1 ul.mylist-3 li:hover ul.mylist-4 {
        left: 0;
        opacity: 1;
        position: relative;
    }

        ul.mylist-1 ul.mylist-3 li:hover ul.mylist-4 li {
            display: block;
            width: 100%;
            float: none;
        }

    ul.sd-menu li a::before, ul.sd-menu li ul li a::before, ul.sd-menu li ul li ul li a::before {
        content: "\f105 ";
        font: normal normal normal 14px/1 FontAwesome;
        margin-right: 5px;
        color: #666;
    }

    ul.sd-menu li ul li a::before, ul.sd-menu li ul li ul li a::before {
        color: #fff;
    }

    ul.mylist-1 ul.mylist-3 ul.mylist-4 li {
        width: 100%;
        float: none;
        text-align: left;
        display: block !important;
        position: relative;
        padding-left: 15px !important;
        border: 0 solid #ddd;
    }

    ul.mylist-1 ul.mylist-3 ul.mylist-4 a {
        color: #fff !important;
        border-bottom: 0 #fff solid !important;
        background: #088ee6;
        padding: 5px 10px 5px 10px !important;
    }

    ul.mylist-1 ul.mylist-3 ul.mylist-4 li a:hover {
        background: 0 0;
        color: #fff !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .list-sec h4 {
        font-size: 13px !important;
    }

    ul.mylist-1 li a {
        line-height: 20px;
        padding: 5px 8px !important;
        text-align: left;
        font-size: 12px;
    }

    .no-padding {
        padding: 0 !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    ul.mylist-1 li a {
        padding: 5px 10px !important;
        text-align: left;
    }

    .soft-feature-bar {
        top: 15px;
        bottom: 0;
    }

        .soft-feature-bar .soft-feature-bottom p {
            padding: 10px !important;
        }

    .service-name {
        font-size: 16px !important;
    }

    .col-1 h2 {
        font-size: 18px;
    }

        .col-1 h2:after {
            margin-left: 10px;
            font-size: 20px;
        }
}
