﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'GE SS Two';
    src: url('../Fonts/GESSTwoMedium-Medium.eot');
    src: url('../Fonts/GESSTwoMedium-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/GESSTwoMedium-Medium.woff2') format('woff2'), url('../Fonts/GESSTwoMedium-Medium.woff') format('woff'), url('../Fonts/GESSTwoMedium-Medium.ttf') format('truetype'), url('../Fonts/GESSTwoMedium-Medium.svg#GESSTwoMedium-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GE SS Two';
    src: url('../Fonts/GESSTwoLight-Light.eot');
    src: url('../Fonts/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'), url('../Fonts/GESSTwoLight-Light.woff2') format('woff2'), url('../Fonts/GESSTwoLight-Light.woff') format('woff'), url('../Fonts/GESSTwoLight-Light.ttf') format('truetype'), url('../Fonts/GESSTwoLight-Light.svg#GESSTwoLight-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'JF Flat';
    src: url('../Fonts/JFFlat-Regular.eot');
    src: url('../Fonts/JFFlat-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/JFFlat-Regular.woff2') format('woff2'), url('../Fonts/JFFlat-Regular.woff') format('woff'), url('../Fonts/JFFlat-Regular.ttf') format('truetype'), url('../Fonts/JFFlat-Regular.svg#JFFlat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.black {
    color: #000000
}

ul:before, ul:after {
    content: '';
    display: table;
}

ul:after {
    clear: both;
}

.full-img img {
    width: 100%;
    height: auto;
}

img.img-crop {
    display: block;
    max-width: none
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.table-div {
    display: table;
    height: 100%;
    width: 100%;
}

.wrapper {
    overflow: hidden;
}

.header {
    position: relative;
    z-index: 550;
}
/*.header-container{ padding:0 55px; position:relative;}*/
.header-container {
    padding: 0px 20px;
    position: relative;
}

.logo {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 400
}

.search-div .form-control, .search-div .form-control:focus {
    border: none;
    box-shadow: none;
    font-size: 30px;
    font-weight: 700;
    padding: 12px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
    background: none;
    border-radius: 0;
    text-align: center;
    color: #ccc;
}

    .search-div .form-control::-webkit-input-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .search-div .form-control::-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .search-div .form-control:-ms-input-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .search-div .form-control::-ms-input-placeholder {
        color: #0ccc00;
        opacity: 1;
    }

    .search-div .form-control::placeholder {
        color: #ccc;
        opacity: 1;
    }

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
}
    /* Overlay closing cross */
    .overlay .overlay-close {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 20px;
        top: 20px;
        overflow: hidden;
        border: none;
        background: url(../Images/cross.png) no-repeat center center;
        background-size: 100% 100%;
        text-indent: 200%;
        color: transparent;
        outline: none;
        z-index: 100;
        cursor: pointer;
    }
    /* Menu style */
    .overlay nav {
        text-align: center;
        position: relative;
        top: 50%;
        height: 60%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1000;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        position: relative;
    }

        .overlay ul li {
            display: block;
            height: 20%;
            height: calc(100% / 5);
            min-height: 54px;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .overlay ul li a {
                font-size: 54px;
                font-weight: 300;
                display: block;
                color: #fff;
                -webkit-transition: color 0.2s;
                transition: color 0.2s;
            }

                .overlay ul li a:hover, .overlay ul li a:focus {
                    color: #f0f0f0;
                }
/* Effects */
.overlay-door {
    visibility: hidden;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    transition: width 0.5s 0.3s, visibility 0s 0.8s;
}

    .overlay-door.open {
        visibility: visible;
        width: 100%;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
    }

    .overlay-door nav {
        position: absolute;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

    .overlay-door nav, .overlay-door .overlay-close {
        opacity: 0;
        -webkit-transition: opacity 0.3s 0.5s;
        transition: opacity 0.3s 0.5s;
    }

    .overlay-door.open nav, .overlay-door.open .overlay-close {
        opacity: 1;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .overlay-door.close nav, .overlay-door.close .overlay-close {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }


/*.header-top{ position:absolute; left:55px; top:0;  padding:10px 0;}*/
.header-top {
    position: absolute;
    left: 130px;
    top: 0;
    padding: 10px 0;
}

.header-links {
    float: right;
    margin: 0;
    padding: 0;
}

    .header-links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .header-links ul li {
            float: right;
            font-size: 14px;
        }

            .header-links ul li a {
                display: block;
                padding: 5px 0;
                line-height: 30px;
                display: block;
                color: #363636;
                font-size: 12px;
            }

                .header-links ul li a:after {
                    float: left;
                    margin: 10px 10px 0 10px;
                    background: url(../Images/bullet-sm.png) no-repeat center;
                    content: '';
                    width: 11px;
                    height: 11px;
                }

            .header-links ul li:last-child a:after {
                display: none;
            }

            .header-links ul li a:hover {
                color: #037097;
            }

    .header-links .card-body {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
    }

    .header-links .collapse:not(.show), .header-links .collapse {
        display: block;
    }

.menu-icon {
    background: url(../Images/menu.svg) no-repeat center;
    background-size: 20px 20px;
    height: 30px;
    width: 30px;
    float: right;
}

.header-icon-link {
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

    .header-icon-link li {
        float: right;
        margin-right: 2px;
    }

        .header-icon-link li a {
            display: block;
            background: #037097;
            line-height: 38px;
            display: block;
            color: #fff;
            padding: 0 11px;
        }

        .header-icon-link li .search-link {
            background: #db8515;
            height: 38px;
            padding: 0 7px;
            color: #fff;
            display: block;
            border: none;
            cursor: pointer;
        }

/*.header-setting{ float:left; margin-top:62px;}*/
.header-setting {
    float: left;
    margin-top: 62px;
    position: absolute;
    left: 130px;
}

#font-setting {
    float: right;
    margin: 0;
    padding: 0;
    line-height: none;
}

    #font-setting ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #font-setting ul li {
            float: right;
        }

            #font-setting ul li a {
                margin: 0 2px;
            }

            #font-setting ul li a, #font-setting ul li button {
                text-align: center;
                height: 24px;
                width: 24px;
                display: block;
                border: none;
                cursor: pointer;
                color: #181818;
                font-size: 16px;
                background: none;
                outline: 0;
                display: block;
                line-height: 24px
            }

            #font-setting ul li button {
                text-align: center;
                height: 24px;
                width: 24px;
                display: block;
                border: none;
                cursor: pointer;
                color: #181818;
                font-size: 16px;
                background: none;
                outline: 0;
                display: block;
                line-height: 24px
            }

                #font-setting ul li button:hover, #font-setting ul li a:hover, #font-setting ul li button:focus, #font-setting ul li a:focus, #font-setting ul li button:active, #font-setting ul li a:active {
                    border: none;
                }

                #font-setting ul li button.change-me {
                    background: url(../Images/eye.png) no-repeat center;
                }

            #font-setting ul li:first-child {
                margin-left: 8px;
                padding-left: 8px;
                border-left: 1px solid #bebebe;
            }

.header-setting .social {
    float: right;
    margin: 0 12px 0 0;
    padding-left: 0;
    padding-right: 12px;
    border-right: 1px solid #bebebe;
    list-style: none;
}

    .header-setting .social li {
        float: right;
        margin-left: 12px;
    }

        .header-setting .social li:last-child {
            margin-left: 0;
        }

        .header-setting .social li a {
            height: 24px;
            line-height: 30px;
            display: block;
            text-align: center;
            font-size: 18px;
            color: #181818;
        }

            .header-setting .social li a:hover {
                color: #db8515;
                transition: 0.5s ease-in-out;
            }

.navigation {
    background: #037097;
    padding: 0 70px;
    position: relative;
    font-size: 16px;
}

.toggleMenu {
    display: none;
    height: 40px;
    width: 40px;
    text-transform: uppercase;
    background: url(../Images/toogle-open.png) no-repeat left #037097;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 15px;
}

    .toggleMenu.active {
        background: url(../Images/toogle-close.png) no-repeat left #037097;
        color: #fff;
    }

    .toggleMenu:hover {
        color: #fff;
    }

.menu {
    list-style: none;
    *zoom: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}

    .menu:before, .menu:after {
        content: "";
        display: table;
    }

    .menu:after {
        clear: both;
    }

    .menu ul {
        list-style: none;
        min-width: 280px;
        float: none;
        right: 0;
        top: 100%;
        position: relative;
    }

    .menu a {
        padding: 0;
        color: #fff;
        font-size: 18px;
    }

    .menu li {
        position: relative;
        padding: 0;
    }

    .menu > li > .parent:after {
        content: '\f0d7';
        margin-right: 5px;
        font-family: 'FontAwesome';
        font-size: 15px;
    }

    .menu li a:hover, .menu li:hover > a, .menu li.current-menu-item > a, .menu li.current-menu-parent > a {
        color: #fff;
        text-decoration: none;
    }

    .menu > li {
        display: table-cell;
        position: relative;
        background: url(../Images/menu-divider.png) no-repeat left;
    }

        .menu > li:last-child {
            background: none;
        }

        .menu > li > a {
            display: block;
            text-transform: uppercase;
            position: relative;
            text-align: center;
            padding: 14px 17px 14px;
        }

    .menu li ul {
        position: absolute;
        right: -9999px;
        margin: 0;
        list-style: none;
        padding: 0
    }

    .menu > li.hover > ul {
        right: 0;
        margin-right: 0;
    }

    .menu li li.hover ul {
        right: 100%;
        top: 0;
    }

    .menu li li {
        padding: 0;
        line-height: 22px;
        margin: 0;
    }

        .menu li li a {
            display: block;
            position: relative;
            z-index: 100;
            padding: 10px 15px;
            background: rgba(0,0,0,0.8);
            text-transform: inherit;
        }

        .menu li li:last-child {
            border-bottom: none;
        }

        .menu li li a:hover {
            color: #fff;
        }

        .menu li li li a {
            background-color: rgba(0,0,0,0.3);
            z-index: 200;
        }

@media (min-width: 1200px) and (max-width: 1299px) {
    .menu a {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu a {
        font-size: 15px;
    }

    .menu > li > a {
        padding: 14px 10px;
    }
}

@media screen and (max-width:991px) {
    .main-nav .active {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #037097;
        z-index: 9999;
        display: block;
        padding: 0;
        width: auto;
    }

    .menu > li {
        float: none;
        display: block;
        border-top: 1px solid #0281ae;
        line-height: 30px;
        background: none;
    }

    .menu a {
        padding: 8px 25px;
        font-size: 16px;
    }

    .menu li {
        display: block;
    }

    .menu > li > a {
        text-align: right;
        padding: 8px 25px;
    }

    .menu > li > .parent {
        background-image: none;
    }

        .menu > li > .parent:after {
            content: '\f0d7';
            font-family: 'FontAwesome';
            position: absolute;
            top: 7px;
            left: 15px;
            right: auto;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }

    .menu li.hover > .parent:after {
        content: '\f0d8';
        font-family: 'FontAwesome';
        position: absolute;
        left: 15px;
        right: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .menu li li .parent:after {
        content: '\f0d7';
        font-family: 'FontAwesome';
        position: absolute;
        left: 15px;
        right: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .menu ul {
        display: block;
        width: auto;
        border-bottom: none;
        min-width: inherit
    }

    .menu > li.hover > ul, .menu li li.hover ul {
        position: static;
        margin-left: 0
    }

    .menu li li a {
        padding: 8px 35px;
    }

    .menu li li li a {
        padding: 5px 45px;
    }
}

.menu-lg {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: table;
}

    .menu-lg > li {
        display: table-cell;
        background: url(../Images/menu-divider.png) no-repeat left;
    }

        .menu-lg > li:last-child {
            background: none;
        }

        .menu-lg > li > a {
            display: block;
            text-transform: uppercase;
            text-align: center;
            padding: 11px 17px 14px;
            color: #fff;
        }

            .menu-lg > li > a.dropmenu {
                position: relative;
            }

                .menu-lg > li > a.dropmenu:after {
                    content: '\f107';
                    position: absolute;
                    font-family: 'FontAwesome';
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: 8px;
                    font-size: 14px;
                }

            .menu-lg > li > a:hover, .menu li.current-menu-item > a, .menu-lg > li:hover > a {
                color: #db8515;
                text-decoration: none;
            }

.megamenu {
    padding: 0;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
    color: #fff;
}

    .megamenu .full-img {
        position: relative;
    }

        .megamenu .full-img:before {
            background: rgba(0,0,0,0.3);
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 1
        }

    .megamenu .row-list {
        padding: 30px 70px
    }

.menu-lg .submenu {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

    .menu-lg .submenu li {
        margin-bottom: 8px;
    }

        .menu-lg .submenu li a {
            color: #fff;
        }

            .menu-lg .submenu li a:hover {
                color: #db8515;
                text-decoration: none;
            }

.menu-lg h5 {
    margin-bottom: 12px;
    font-size: 22px;
    color: #000
}

.more-link {
    color: #e0582a;
    font-weight: 700;
    text-transform: uppercase;
}

.megamenu .videos {
    padding: 40px;
    border-top: 1px solid #d8d8d8;
}

    .megamenu .videos .media {
        -webkit-align-items: center;
        align-items: center;
        font-weight: 700;
    }

        .megamenu .videos .media img {
            width: 100px;
        }

    .megamenu .videos a {
        font-weight: 700;
        color: #e0582a;
    }

    .megamenu .videos p {
        margin-bottom: 5px;
    }

.megamenu label {
    display: block;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.megamenu .form-control {
    border-radius: 60px;
    border-color: #afafaf;
}

.megamenu .form-group {
    margin-bottom: 30px;
}

.megamenu .col-cs-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.megamenu .col-cs-6 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 15px;
}

    .megamenu .col-cs-6 [class*=col-] {
        padding-top: 30px;
        border-top: 1px solid #a7a7a7;
    }

.megamenu .col-cs-4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 15px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .menu-lg > li > a, .menu-lg .submenu li a {
        font-size: 16px;
    }

    .megamenu .row-list {
        padding: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu-lg > li > a, .menu-lg .submenu li a {
        font-size: 15px;
    }

    .menu-lg > li > a {
        padding: 14px 10px;
    }

    .megamenu .row-list {
        padding: 20px;
    }
}



.banner {
    position: relative;
    overflow: hidden;
}

.banner-image {
    height: 422px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #014b5a;
}

.banner .carousel-caption {
    top: 41%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 70px;
    right: 70px;
    bottom: auto;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-align: inherit;
    z-index: 100
}

    .banner .carousel-caption .content {
        max-width: 550px;
        position: relative;
        padding: 15px 22px 15px 0;
        border-right: 6px solid #db8515;
    }

        .banner .carousel-caption .content h2 {
            font-size: 24px;
        }

.banner .carousel-indicators {
    width: auto;
    right: 70px;
    margin-left: 0;
    margin-right: 0;
    bottom: 150px;
}

.banner .carousel-control-div {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    width: 20px;
}

.banner .carousel-control-prev, .banner .carousel-control-next {
    background-color: rgba(0,0,0,0.4);
    height: 68px;
    width: 20px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 2px 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
    text-indent: -999px;
    z-index: 1000
}

.banner .carousel-control-prev {
    background: url(../Images/prev.png);
    height: 34px;
    width: 20px;
}

.banner .carousel-control-next {
    background: url(../Images/next.png);
    height: 34px;
    width: 20px;
}

    .banner .carousel-control-prev i, .banner .carousel-control-next i {
        display: none;
    }

.banner-tips {
    position: absolute;
    left: 0;
    border-left: 4px solid #db8515;
    padding-left: 2px;
    top: 41%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 360px;
}

    .banner-tips .content {
        padding: 10px;
        border: 1px solid #db8515;
        color: #fff;
        background: rgba(0,0,0,0.3);
    }

        .banner-tips .content h5 {
            background: url(../Images/tips.png) no-repeat right;
            padding-right: 34px;
            line-height: 28px;
            font-size: 18px;
        }

        .banner-tips .content a {
            color: #fff;
        }

.tab-content .content p {
    font-size: 15px;
    margin-bottom: 0px;
}

.banner-tips .content a:hover {
    color: #db8515
}

.banner-tips p {
    font-size: 15px;
}


.banner-icons {
    position: relative;
    margin-top: -112px;
}

    .banner-icons ul {
        margin: 0 -5px;
        padding: 0;
        list-style: none;
    }

    .banner-icons > ul > li {
        float: left;
        padding: 0 5px;
        width: 16.666%;
        float: right;
        position: relative;
        padding-top: 112px;
    }

        /*-moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;*/

        .banner-icons > ul > li:after {
            content: '';
            position: absolute;
            left: 5px;
            right: 5px;
            bottom: 0;
            z-index: 10;
            background: #db8515;
            height: 5px;
            content: '';
        }

        .banner-icons > ul > li .content {
            position: absolute;
            bottom: 0;
            left: 5px;
            right: 5px;
            background: rgba(3,112,151,0.6);
            color: #fff;
        }
        /*-moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;*/

        .banner-icons > ul > li:hover .content.hover {
            background: rgba(3,112,151,0.9);
            bottom: 100%;
            margin-bottom: -112px;
        }

        .banner-icons > ul > li .content .title-area { /*border-bottom:5px solid #db8515;*/
            padding: 10px;
            text-align: center;
            color: #fff;
            display: block;
            margin: 0 5px;
            height: 112px;
            z-index: 1
        }

            .banner-icons > ul > li .content .title-area span.icon {
                border: 1px solid #fff;
                border-radius: 50%;
                margin: 0 auto 5px;
                display: block;
                width: 58px;
                height: 58px;
                line-height: 54px;
            }

        .banner-icons > ul > li:hover .content .inner-link {
            position: relative;
            top: -368px;
        }

        .banner-icons > ul > li:hover .content.hover .inner-link {
            top: 0
        }

        .banner-icons > ul > li .content ol {
            margin: 0;
            padding: 0;
            overflow: hidden;
            list-style: none;
            height: 0;
            overflow: hidden;
            -moz-transition: height 1s ease;
            -webkit-transition: height 1s ease;
            -o-transition: height 1s ease;
            transition: height 1s ease;
        }

        .banner-icons > ul > li .content.hover ol {
            height: 368px;
        }

        .banner-icons > ul > li .content ol li {
            border-top: 1px solid rgba(255,255,255,0.2);
            text-align: center;
        }

            .banner-icons > ul > li .content ol li a {
                color: #fff;
                padding: 8px 12px;
                display: block;
            }

    .banner-icons .card {
        margin-bottom: 1px;
    }

    .banner-icons .card, .banner-icons .card-header, .banner-icons .card-body {
        border: none;
        padding: 0;
    }

        .banner-icons .card .btn {
            text-align: right;
            border-radius: 0;
            background: #037097;
            color: #fff;
            line-height: 30px;
            padding: 15px 10px;
            position: relative;
        }

            .banner-icons .card .btn:hover, .banner-icons .card .btn:focus {
                color: #fff;
                background: #037097
            }

            .banner-icons .card .btn .icon {
                height: 30px;
                width: 30px;
                line-height: 30px;
                text-align: center;
                display: inline-block;
                ;
                margin-left: 12px;
            }

            .banner-icons .card .btn[aria-expanded="false"]:after {
                background: url(../Images/down-arrow.svg) no-repeat center;
                background-size: 100%;
                height: 24px;
                width: 24px;
                left: 15px;
                top: 50%;
                margin-top: -12px;
                position: absolute;
                content: '';
            }

            .banner-icons .card .btn[aria-expanded="true"]:after {
                background: url(../Images/up-arrow.svg) no-repeat center;
                background-size: 100%;
                height: 24px;
                width: 24px;
                left: 15px;
                top: 50%;
                margin-top: -12px;
                position: absolute;
                content: '';
            }

    .banner-icons .card-body {
        background: #ebebeb;
    }

        .banner-icons .card-body ol {
            margin: 0;
            padding: 10px 0;
            list-style: none;
        }

            .banner-icons .card-body ol li {
                border-bottom: 1px solid rgba(0,0,0,0.2);
            }

                .banner-icons .card-body ol li:last-child {
                    border: none;
                }

                .banner-icons .card-body ol li a {
                    color: #363636;
                    padding: 8px 20px;
                    display: block;
                }

.latest-news-wrapper {
    padding: 0 70px;
    background: #ebebeb;
    border-bottom: 1px solid #db8515;
}

.latest-news {
    padding: 12px 150px 20px 0;
    position: relative;
}

    .latest-news h5 {
        position: absolute;
        width: 130px;
        color: #363636;
        font-size: 16px;
        line-height: 38px;
        text-align: center;
        border-left: 1px solid #db8515;
        top: 50%;
        margin-top: -19px;
        right: 0;
    }

.latest-news-scroll {
    overflow: hidden;
    direction: ltr
}

    .latest-news-scroll ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .latest-news-scroll ul li {
            direction: ltr;
            float: right;
            background: url(../Images/bullet-md.png) no-repeat left;
            margin-left: 25px;
            padding-left: 35px;
            font-size: 16px;
        }

            .latest-news-scroll ul li a {
                color: #363636;
            }

.section {
    padding: 40px 70px;
}

body.dark {
    background: #898989 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    body.dark .product-case p, body.dark .hr-tab .nav-tabs .nav-link {
        color: #000 !important
    }

    body.dark .hr-tab.tab-col-5 .nav-tabs .nav-link {
        color: #fff !important
    }

.w1 .hr-tab .nav-tabs {
    border: none;
    margin: 0;
    padding: 0;
}

    .w1 .hr-tab .nav-tabs .nav-item {
        padding: 0;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .w1 .hr-tab .nav-tabs .nav-link {
        color: #fff;
        background: #037097;
        border-radius: 0;
        border: none;
        text-transform: uppercase;
        text-align: center;
        display: block;
        width: 100%;
        position: relative;
        border-left: 1px solid #fff;
    }

        .w1 .hr-tab .nav-tabs .nav-link.active, .w1 .hr-tab .nav-tabs .nav-item.show .nav-link {
            background: #db8515;
            color: #fff;
        }

            .w1 .hr-tab .nav-tabs .nav-link.active:after {
                position: absolute;
                content: '';
                top: 100%;
                left: 50%;
                margin-left: -5px;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #db8515;
            }

.w1 .tab-content.main-tab-content {
    background: url(../Images/flag-bg.png) no-repeat top left;
    padding: 40px 0 0 0;
}

.w1 .vr-tab {
    background: url(../Images/sidebg-1.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

    .w1 .vr-tab .nav-tabs {
        border: none;
        margin: 0;
        padding: 0;
    }

        .w1 .vr-tab .nav-tabs .nav-item {
            padding: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            border-bottom: 1px solid #db8515;
        }

            .w1 .vr-tab .nav-tabs .nav-item:last-child {
                border: none;
            }

    .w1 .vr-tab .nav-link {
        color: #fff;
        border-radius: 0;
        border: none;
        text-transform: uppercase;
        text-align: center;
        display: block;
        width: 100%;
        position: relative;
        border-left: 1px solid #db8515;
        padding: 13px;
        background: none;
        display: block;
    }

    .w1 .vr-tab .nav-tabs .nav-link .content {
        display: none;
        padding-top: 20px;
    }

    .w1 .vr-tab .nav-tabs .nav-link h5 {
        font-size: 16px;
        margin: 0
    }

    .w1 .vr-tab .nav-tabs .nav-link.active h5 {
        font-size: 24px;
    }

    .w1 .vr-tab .nav-tabs .nav-link:hover h5 {
        color: #db8515;
    }

    .w1 .vr-tab .nav-tabs .nav-link.active, .w1 .vr-tab .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background: none;
    }

        .w1 .vr-tab .nav-tabs .nav-link.active .content {
            display: block;
        }

    .w1 .vr-tab button {
        border: none;
        cursor: pointer;
        background: none;
        color: #db8515;
        font-size: 15px;
        padding-bottom: 30px;
    }

.w1 .owl-carousel .item .box-content {
    padding: 5px;
    background: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    margin-right: 5px;
    text-align: center;
}

    .w1 .owl-carousel .item .box-content:last-child {
        margin-bottom: 0;
    }

    .w1 .owl-carousel .item .box-content img {
        display: block;
        margin: 0 auto 10px;
    }

    .w1 .owl-carousel .item .box-content p {
        font-size: 15px;
        color: black;
    }

        .w1 .owl-carousel .item .box-content p:hover {
            color: #db8515;
            ;
            transition: 0.5s ease-in-out
        }

.w1 .secondary-tab-content {
    padding: 20px 60px;
}

    .w1 .secondary-tab-content .owl-next, .w1 .secondary-tab-content .owl-prev {
        background-repeat: no-repeat;
        height: 28px;
        width: 16px;
        background-size: 16px 27px;
        background-position: center;
        position: absolute;
        top: 50%;
        margin-top: -14px;
    }

        .w1 .secondary-tab-content .owl-next i, .w1 .secondary-tab-content .owl-prev i {
            display: none;
        }

    .w1 .secondary-tab-content .owl-next {
        background-image: url(../Images/next-blue.png);
        right: -35px;
    }

    .w1 .secondary-tab-content .owl-prev {
        background-image: url(../Images/prev-blue.png);
        left: -35px;
    }


.w2 {
    background: #f4f4f4;
    border-bottom: 1px solid #db8515;
    border-top: 1px solid #db8515;
}

.latest-news-wrap {
    position: relative;
}

    .latest-news-wrap h3 {
        border-bottom: 5px solid #037097;
        padding-bottom: 12px;
        margin-bottom: 28px;
        font-size: 30px;
    }

    .latest-news-wrap .news-box .content-scroll {
        background: #fff;
        height: 388px;
        overflow: hidden
    }

    .latest-news-wrap .news-box .content {
        padding: 12px;
        color: #6d6d6d;
    }

        .latest-news-wrap .news-box .content .date {
            color: #fff;
            text-align: center;
            height: 53px;
            width: 49px;
            margin-left: 3px;
            background: #db8515;
            font-size: 15px;
        }

    .latest-news-wrap .item a .media-body {
        color: #014b5a;
        font-size: 16px;
        line-height: 20px;
    }

    .latest-news-wrap .news-box .media {
        align-items: center;
        -webkit-align-items: center;
        margin-bottom: 15px;
    }

    .latest-news-wrap .owl-nav {
        position: absolute;
        left: 0;
        top: -75px;
    }

    .latest-news-wrap .all-link {
        position: absolute;
        left: 70px;
        line-height: 30px;
        height: 30px;
        top: 5px;
    }

.social-tab h2 {
    margin-bottom: 25px;
    font-size: 30px;
}

.social-tab .nav-tabs {
    border: none;
    margin: 0;
    padding: 0;
}

    .social-tab .nav-tabs .nav-item {
        padding: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .social-tab .nav-tabs .nav-link {
        color: #fff;
        border-radius: 0;
        border: none;
        text-transform: uppercase;
        text-align: center;
        display: block;
        width: 100%;
        position: relative;
        border: none;
        background: none;
        font-size: 24px;
        padding: 4px;
    }

        .social-tab .nav-tabs .nav-link.active, .social-tab .nav-tabs .nav-item.show .nav-link {
            background: none;
            color: #fff;
        }

    .social-tab .nav-tabs .nav-item:nth-child(1), .social-tab .nav-tabs .nav-item:nth-child(1).active {
        background: #4b66a0;
    }

    .social-tab .nav-tabs .nav-item:nth-child(2), .social-tab .nav-tabs .nav-item:nth-child(2).active {
        background: #00aeef;
    }

    .social-tab .nav-tabs .nav-item:nth-child(3), .social-tab .nav-tabs .nav-item:nth-child(3).active {
        background: #ff0000;
    }

.social-tab .tab-content {
    padding: 30px;
    background: #fff;
    min-height: 385px;
    max-height: 385px;
}


.bx-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block
    }

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../Images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

        .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background: #000
        }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px; /*background:url(../Images/controls.png) 0 -32px no-repeat*/
}

    .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
        background-position: 0 0
    }

.bx-wrapper .bx-next {
    right: 10px; /*background:url(../Images/controls.png) -43px -32px no-repeat*/
}

    .bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover { /*background-position:-43px 0*/
    }

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 300
}

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none
    }

.bx-wrapper .bx-controls-auto {
    text-align: center
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0; /*background:url(../Images/controls.png) -86px -11px no-repeat;*/
        margin: 0 3px
    }

        .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
            background-position: -86px 0
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(../Images/controls.png) -86px -44px no-repeat;
        margin: 0 3px
    }

        .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
            background-position: -86px -33px
        }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80,80,80,.75);
    width: 100%
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px
    }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-next, .owl-prev {
    background-position: 0 0
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav {
    text-align: center;
    direction: ltr;
    margin-top: 0;
    height: 30px;
}

.owl-next, .owl-prev {
    border-radius: 0;
    height: 34px;
    width: 15px;
    margin: 0;
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 1px;
}

    .owl-next i, .owl-prev i {
        display: none;
    }

.owl-next {
    background-image: url(../Images/right-arrow.svg);
}

.owl-prev {
    background-image: url(../Images/left-arrow.svg);
}

.browse-link {
    border-bottom: 6px solid #db8515;
    padding-bottom: 51px;
    position: relative;
}

    .browse-link h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .browse-link ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .browse-link ul li {
            border-top: 1px solid #d7d7d7;
        }

            .browse-link ul li a {
                display: block;
                padding: 16px 25px 15px 0;
                background: url(../Images/link-icon.png) no-repeat right;
                display: block;
                font-size: 16px;
            }

                .browse-link ul li a:hover {
                    color: #037097;
                }

    .browse-link .bx-wrapper .bx-pager {
        display: none;
    }

    .browse-link .bx-wrapper .bx-controls-direction {
        direction: ltr;
    }

        .browse-link .bx-wrapper .bx-controls-direction a {
            position: relative;
            display: inline-block;
            top: auto;
            left: auto;
            right: auto;
            margin: 0;
        }

    .browse-link .bx-wrapper .bx-prev {
        background: url(../Images/left-arrow.svg) no-repeat center;
        background-size: 100%;
        height: 30px;
        width: 22px;
    }

    .browse-link .bx-wrapper .bx-next {
        background: url(../Images/right-arrow.svg) no-repeat center;
        background-size: 100%;
        height: 30px;
        width: 22px;
    }

    .browse-link .bx-controls-direction {
        width: auto;
        background: #fff;
        position: absolute;
        left: 15px;
        bottom: -68px;
        padding: 0 10px;
    }

    .browse-link .all-link {
        line-height: 30px;
        height: 30px;
        background: #fff;
        padding: 0 10px;
        position: absolute;
        bottom: -16px;
        left: 68px;
        font-size: 15px;
    }

.image-slider {
    padding-bottom: 40px;
    position: relative;
    border-bottom: 6px solid #db8515;
}

    .image-slider .image-block {
        position: relative;
        overflow: hidden;
        height: 162px;
    }

        .image-slider .image-block a {
            background: rgba(0,0,0,0.5);
            color: #fff;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1
        }

            .image-slider .image-block a span {
                display: block;
                padding: 12px;
                border-top: 1px solid #fff;
                position: absolute;
                text-align: center;
                left: 0;
                bottom: 0;
                right: 0;
            }

    .image-slider .owl-carousel .item .image-block {
        margin-bottom: 24px;
    }

        .image-slider .owl-carousel .item .image-block:last-child {
            margin-bottom: 0;
        }

    .image-slider .owl-nav {
        position: absolute;
        left: 30px;
        bottom: -58px;
        background: #fff;
        padding: 0 15px;
    }

    .image-slider .image-block img {
        transition: transform .2s linear;
        -webkit-transition: -webkit-transform .2s linear;
        height: auto;
        width: 100%
    }

    .image-slider .image-block:hover img {
        -webkit-transform: -webkit-scale(1.2) -webkit-rotate(0);
        transform: scale(1.2) rotate(0);
    }


.footer {
    background: #1e1e1e;
    color: #fff;
    font-size: 16px;
}

.footer-top {
    padding: 40px 70px;
}

.footer a {
    color: #fff;
    font-size: 14px;
}

    .footer a:hover {
        color: #db8515;
    }

footer p {
    font-size: 14px;
}

footer span {
    font-size: 14px;
}

.footmenu {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    list-style: none;
    border-bottom: 1px solid #db8515;
}

    .footmenu li {
        display: inline-block;
        margin-left: 15px;
        font-weight: 500;
    }

        .footmenu li a::before {
            content: ".";
            font-size: 40px;
            padding-left: 3px;
            color: #db8515;
            padding-right: 5px;
        }

        .footmenu li:last-child a::after {
            content: ""
        }


.footer-info {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    list-style: none;
    border-bottom: 1px solid #db8515;
}

    .footer-info li {
        margin-bottom: 15px;
        font-weight: 500;
    }

        .footer-info li:last-child {
            margin-bottom: 0;
        }

        .footer-info li .info {
            position: relative;
            padding-right: 70px;
        }

            .footer-info li .info small {
                position: absolute;
                top: 0;
                right: 0;
                font-size: 16px;
            }

    .footer-info .phone, .footer span {
        font-family: 'JF Flat';
    }

    .footer-info li .info a {
        color: #db8515;
    }

.footlogo .row {
    margin-left: -7px;
    margin-right: -7px;
}

    .footlogo .row [class*=col-] {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 14px;
    }

.footer .social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .footer .social li {
        float: right;
        margin-left: 15px;
        line-height: 35px;
        font-weight: 500;
        font-size: 22px;
    }

        .footer .social li a {
            display: block;
        }


.news-letter {
    float: left;
}

    .news-letter label {
        float: right;
        line-height: 35px;
        display: block;
        margin: 0;
        padding-left: 12px;
    }

    .news-letter .newsletter-form {
        position: relative;
        width: 210px;
        float: right;
    }

        .news-letter .newsletter-form .form-control, .news-letter .newsletter-form .form-control:focus {
            border-color: #db8515;
            background: #1e1e1e;
            color: #404040;
            border-radius: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            padding-left: 35px;
        }

        .news-letter .newsletter-form button[type=submit] {
            background: url(../Images/btn-arrow.png) no-repeat center;
            bottom: 0;
            width: 35px;
            border: none;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
        }


.footer-bottom {
    padding: 0 70px 40px;
}

.page-header {
    position: relative;
    padding: 36px 70px 0;
    background: #ebebeb
}

    .page-header h1 {
        font-size: 30px;
        border-right: 5px solid #db8515;
        padding-right: 20px;
    }

    .page-header ul {
        padding: 8px 0;
        margin: 0;
        list-style: none;
        border-bottom: 1px solid #037097;
        border-top: 1px solid #037097;
    }

        .page-header ul li {
            display: inline-block;
            line-height: 32px;
            font-weight: 500;
        }

            .page-header ul li i {
                color: #f7941d;
            }

            .page-header ul li a {
                display: block;
                height: 32px;
                width: 32px;
                color: #037097;
                font-size: 20px;
                text-align: center;
            }

                .page-header ul li a i {
                    color: #037097;
                }



.site-content {
    padding: 0 70px;
}

.page-content {
    padding: 50px 0;
    min-height: 80vh
}

    .page-content h2 {
        font-size: 30px;
    }

    .page-content hr {
        border-color: #f7941d;
    }

    .page-content p {
        margin-bottom: 20px;
    }

.page-sidebar {
    font-size: 20px;
    font-weight: 500;
    margin-top: -50px;
    position: relative;
    z-index: 10
}

    .page-sidebar h4 {
        color: #fff;
        padding: 13px 20px;
        background: #037097;
        font-size: 20px;
        margin: 0;
    }

    .page-sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .page-sidebar ul li {
            margin-bottom: 6px;
        }

            .page-sidebar ul li a {
                display: block;
                padding: 13px 20px;
                display: block;
                color: #363636;
                background: #d7d7d7;
                border-left: 6px solid #037097;
                font-size: 18px;
            }

                .page-sidebar ul li a:hover, .page-sidebar ul li.active a {
                    color: #363636;
                    border-color: #f7941d;
                }



/* new changes */
.rec1 {
    height: 3px;
    ;
    background-color: #db8515;
}

.news-box .content p {
    font-size: 16px;
    margin-bottom: 5px;
}

.breadcrumb a {
    font-size: 15px;
}

.breadcrumb-item.active {
    font-size: 16px;
    color: #db8515 !important;
}

.page-header span {
    font-size: 16px;
}

/*.bxslider li span{
    float:right;
    position:absolute;

}*/

.displayHidden {
    display: none;
}

/*new Logo*/
.logo1 {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 400;
}

@media (max-width: 991px) {
    .logo1 {
        display: none
    }
}

/*New Styles*/

.containerinf {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .containerinf {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .containerinf {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .containerinf {
        width: 100%;
    }
}

    .containerinf .col p {
        padding: .25rem .75rem;
    }


/* 2 columns (600px) */

@media only screen and (min-width:600px) {
    .containerinf .col {
        float: left;
        width: 50%;
    }
}


/* 3 columns (768px) */

@media only screen and (min-width:768px) {
    .containerinf .col {
        width: 33.333%;
    }
}


#MainContent_divContent a:hover {
    color: gray !important;
}

.customoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    opacity: 0;
    display: none;
}