
====================================================================
Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #cccccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .sticky-header .logo {
        padding: 2px 0px;
    }

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .header-top {
    position: relative;
    padding: 10px 0px;
    background-color: #072235;
}

.header-top .top-left {
        position: relative;
        float: left;
    }

.header-top .top-left .top-links,
.header-top .top-left .social-links {
            position: relative;
            display: inline-block;
        }

.header-top .top-left ul > li {
            position: relative;
            margin-right: 30px;
            font-size: 15px;
            font-weight: 300;
            color: #d5d5d5;
            display: inline-block;
            font-family: 'Open Sans', sans-serif;
        }

.header-top .top-left ul > li:last-child {
                margin-right: 0px;
            }

.header-top .top-left ul > li > .icon {
                position: relative;
                top: 1px;
                color: #0d70b7;
                font-size: 18px;
                padding-right: 10px;
            }

.header-top .top-left .social-links a {
            display: inline-block;
            margin-left: 18px;
            line-height: 30px;
            color: #b9b9b9;
        }

.header-top .top-right {
        position: relative;
        float: right;
        padding: 0px;
    }

.header-top .top-right ul > li {
            position: relative;
            display: inline-block;
            margin-left: 20px;
            line-height: 30px;
            color: rgba(255,255,255,0.50);
        }

.header-top .top-right ul > li > a {
                position: relative;
                line-height: 30px;
                color: rgba(255,255,255,0.50);
            }

.header-top .top-right .social-links {
            display: inline-block;
        }

.header-top .top-right .social-links a {
                display: inline-block;
                margin-left: 12px;
                line-height: 30px;
                color: #848484;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

.dropdown-option {
    display: inline-block;
}

.dropdown-option li.language {
        border: 0px;
        padding-right: 0px;
        line-height: 1.4em;
    }

.language .dropdown-menu {
    top: 100%;
    width: 170px;
    border-radius: 0px;
    padding: 0px;
    margin-top: 10px;
    background-color: #222222;
    border: none;
    border-top: 3px solid #0d70b7;
}

.dropdown-option li.language > a {
    border: 0px;
    padding: 0px;
    font-size: 15px;
    background: none;
    font-weight: 300;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff !important;
    background-color: #0d70b7;
    font-family: 'Open Sans', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.language .dropdown-menu > li {
    padding-right: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.language .dropdown-menu > li:last-child {
        border-bottom: none;
    }

.language .dropdown-menu > li > a {
        padding: 5px 15px !important;
        color: #ffffff !important;
        text-align: left;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

.language .dropdown-menu > li > a:hover {
            color: #ffffff;
            background: #0d70b7;
        }

.main-header .header-upper {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}

.main-header .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    padding: 17px 0px;
}

    .main-header .logo-outer .logo img {
        position: relative;
        display: inline-block;
        max-width: 100%;
    }

.main-header .header-upper .upper-right {
    position: relative;
    float: right;
}

.main-header .header-upper .nav-outer {
    position: relative;
    padding-right: 80px;
}

.main-header .nav-outer .more-options {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
}

/*Search Box*/

.main-header .nav-outer .dropdown-outer {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

    .main-header .nav-outer .dropdown-outer .search-box-btn {
        position: relative;
        width: 40px;
        height: 40px;
        color: #0d70b7;
        cursor: pointer;
        font-size: 14px;
        background: none;
        line-height: 30px;
        border: 2px solid #ebebeb;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .main-header .nav-outer .dropdown-outer .search-box-btn:hover {
            border-color: #0d70b7;
        }

    .main-header .nav-outer .dropdown-outer .dropdown-menu {
        top: 75px;
        padding: 0px;
        width: 250px;
        border-radius: 0px;
        border-top: 2px solid #0d70b7;
    }

.main-header .search-panel .form-container {
    padding: 20px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"] {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 24px;
    height: 40px;
    background: #ffffff;
    padding: 7px 40px 7px 15px;
    border: 1px solid #e0e0e0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .main-header .search-panel input[type="text"]:focus,
    .main-header .search-panel input[type="search"]:focus {
        border-color: #0d70b7;
    }

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.main-menu {
    position: relative;
}

    .main-menu .navbar-collapse {
        padding: 0px;
    }

    .main-menu .navigation {
        position: relative;
        margin: 0px;
    }

        .main-menu .navigation > li {
            position: relative;
            float: left;
            margin-right: 25px;
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0px;
            }

.sticky-header .main-menu .navigation > li {
    padding: 0px;
    margin-right: 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 42px 0px;
    font-size: 15px;
    color: #222222;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Nunito Sans', sans-serif;
}

.main-menu .navigation > li.dropdown a,
.header-style-three .main-menu .navigation > li.dropdown > a {
    padding-right: 15px;
}

.main-header .main-menu .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 30px;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 13px 15px !important;
    color: #333333 !important;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before {
    display: none;
}

.header-upper .main-menu .navigation > li:hover > a,
.header-upper .main-menu .navigation > li.current > a,
.header-upper .main-menu .navigation > li.current-menu-item > a {
    color: #0d70b7;
    opacity: 1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
    color: #ffffff !important;
    background: #0d70b7 !important;
}

.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 120%;
    width: 270px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    background: #072235;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

    .main-menu .navigation > li > ul.from-right {
        left: auto;
        right: 0px;
    }

    .main-menu .navigation > li > ul > li {
        position: relative;
        width: 100%;
    }

        .main-menu .navigation > li > ul > li:last-child {
            border-bottom: none;
        }

        .main-menu .navigation > li > ul > li > a {
            position: relative;
            display: block;
            padding: 8px 25px;
            line-height: 22px;
            font-weight: 600;
            font-size: 15px;
            color: #ffffff;
            text-align: left;
            text-transform: capitalize;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            font-family: 'Nunito Sans', sans-serif;
        }

        .main-menu .navigation > li > ul > li:hover > a {
            color: #0d70b7;
        }

        .main-menu .navigation > li > ul > li.dropdown > a:after {
            font-family: 'FontAwesome';
            content: "\f105";
            position: absolute;
            right: 15px;
            top: 12px;
            width: 10px;
            height: 20px;
            display: block;
            line-height: 21px;
            font-size: 16px;
            font-weight: normal;
            text-align: center;
            z-index: 5;
        }

        .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
            color: #ffffff;
        }

        .main-menu .navigation > li > ul > li > ul {
            position: absolute;
            left: 100%;
            top: 20px;
            width: 270px;
            z-index: 100;
            display: none;
            padding: 10px 0px;
            background: #072235;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
            box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
        }

            .main-menu .navigation > li > ul > li > ul > li {
                position: relative;
                width: 100%;
            }

                .main-menu .navigation > li > ul > li > ul > li:last-child {
                    border-bottom: none;
                }

                .main-menu .navigation > li > ul > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 8px 25px;
                    line-height: 22px;
                    font-weight: 600;
                    font-size: 15px;
                    color: #ffffff;
                    text-align: left;
                    text-transform: capitalize;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    font-family: 'Nunito Sans', sans-serif;
                }

                    .main-menu .navigation > li > ul > li > ul > li > a:hover {
                        color: #0d70b7;
                    }

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .header-top.style-two .dropdown-option li.language {
    line-height: 1.5em;
    margin-right: 5px;
    border-right: 1px solid #dddddd;
}

    .main-header .header-top.style-two .dropdown-option li.language > a {
        top: -2px;
        background: none;
        line-height: 1em;
        padding-left: 0px;
        color: #848484 !important;
    }

.main-header .header-top.style-two {
    background-color: #f4f4f4;
}

    .main-header .header-top.style-two .top-left ul > li {
        color: #848484;
    }

    .main-header .header-top.style-two .top-left ul > li {
        padding-right: 12px;
        margin-right: 10px;
        border-right: 1px solid #dddddd;
    }

        .main-header .header-top.style-two .top-left ul > li:last-child {
            margin-right: 0px;
            padding-right: 0px;
            border: 0px;
        }

.header-style-two .header-upper .upper-right {
    padding-top: 30px;
}

.header-style-two .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 40px;
    font-size: 13px;
    color: #777777;
    text-align: left;
    text-transform: uppercase;
    padding: 4px 0px 20px 65px;
}

    .header-style-two .info-box:last-child {
        padding-left: 0px;
    }

    .header-style-two .info-box .icon-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        color: #0d70b7;
        font-size: 26px;
        text-align: center;
        line-height: 46px;
        border: 2px solid #f4f4f4;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .header-style-two .info-box li {
        position: relative;
        line-height: 20px;
        color: #848484;
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 300;
        text-transform: capitalize;
    }

    .header-style-two .info-box strong {
        font-weight: 700;
        color: #222222;
        font-size: 18px;
    }

.header-style-two .consult-btn {
    position: relative;
    top: -2px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 33px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #f4f4f4;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .header-style-two .consult-btn:hover {
        color: #ffffff;
        border-color: #0d70b7;
        background-color: #0d70b7;
    }

.header-style-two .header-lower {
    position: relative;
    background-color: #0d70b7;
}

    .header-style-two .header-lower .nav-outer {
        position: relative;
    }

    .header-style-two .header-lower .search-box {
        position: absolute;
        right: 0px;
        top: 0px;
    }

.header-style-two .main-menu .navigation > li {
    margin-right: 0px;
}

    .header-style-two .main-menu .navigation > li > a {
        color: #ffffff;
        padding: 20px 20px;
    }

    .header-style-two .main-menu .navigation > li.dropdown > a {
        padding-right: 30px;
    }

        .header-style-two .main-menu .navigation > li.dropdown > a:before {
            right: 15px;
        }

    .header-style-two .main-menu .navigation > li.home > a {
        padding: 19px 26px;
    }

        .header-style-two .main-menu .navigation > li.home > a > .fa {
            font-size: 20px;
        }

        .header-style-two .main-menu .navigation > li.home > a:before {
            display: none;
        }

    .header-style-two .main-menu .navigation > li.current > a,
    .header-style-two .main-menu .navigation > li > a:hover {
        background-color: rgba(0,0,0,0.05);
    }

.header-style-two .nav-outer .dropdown-outer .search-box-btn {
    height: 20px;
    right: auto;
    color: #ffffff !important;
    text-align: right;
    border: 0px;
    line-height: 1.2em;
    border-left: 1px solid rgba(255,255,255,0.50);
}

    .header-style-two .nav-outer .dropdown-outer .search-box-btn:hover {
        border-left: 1px solid rgba(255,255,255,0.50);
    }

    .header-style-two .nav-outer .dropdown-outer .search-box-btn:hover {
        border-left: 1px solid rgba(255,255,255,0.50);
    }

.header-style-two .nav-outer .dropdown-outer {
    margin-left: 25px;
    display: inline-block;
}

.header-style-two .nav-outer .more-options {
    margin-top: -13px;
}

    .header-style-two .nav-outer .more-options .location-dropdown a {
        padding: 0px;
        border: 0px;
        color: #ffffff;
        border-radius: 0px;
        background: none;
    }

    .header-style-two .nav-outer .more-options .location-dropdown {
        line-height: 1.4em;
        display: inline-block;
    }

        .header-style-two .nav-outer .more-options .location-dropdown a {
            border: 0px;
            padding: 0px;
            background: none;
            color: #ffffff;
        }

            .header-style-two .nav-outer .more-options .location-dropdown a:hover {
                background: none;
            }

        .header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu > li {
            padding: 0px !important;
            margin: 0px !important;
            float: none;
            display: block !important;
            border-bottom: 1px solid rgba(255,255,255,0.20);
        }

            .header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu > li:last-child {
                border-bottom: none;
            }

            .header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu > li > a {
                padding: 10px 20px !important;
                color: #ffffff !important;
                text-align: left;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu > li > a:hover {
                    color: #ffffff;
                    background-color: #0d70b7;
                }

.header-style-two .nav-outer .dropdown-outer .dropdown-menu,
.header-style-three .nav-outer .dropdown-outer .dropdown-menu {
    top: 43px;
}

.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    top: 100%;
    width: 170px;
    margin-top: 24px;
    background-color: #222222;
    border: none;
    border-top: 3px solid #0d70b7;
}


.header-style-three .header-top.style-three {
    background-color: #0d70b7;
}

.header-style-three .header-top .top-left .text {
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.header-style-three .header-top.style-three .top-nav {
    position: relative;
    display: inline-block;
}

    .header-style-three .header-top.style-three .top-nav li {
        position: relative;
        /*margin-right:0px;
	padding-right:10px;*/
        margin-left: 10px;
        line-height: 1em;
        display: inline-block;
    }

        .header-style-three .header-top.style-three .top-nav li:last-child {
            margin-right: 0px;
            border: 0px;
            padding-right: 0px;
        }

            .header-style-three .header-top.style-three .top-nav li:last-child a {
                border: 0px;
            }

        .header-style-three .header-top.style-three .top-nav li a {
            color: #ffffff;
            font-size: 16px;
            font-weight: 300;
            padding-right: 10px;
            border-right: 1px solid rgba(255,255,255,0.30);
        }

.header-style-three .header-top.style-three .top-right .social-links a {
    color: rgba(255,255,255,1);
}

.header-style-three .header-upper .upper-right {
    padding-top: 35px;
}

.header-style-three .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 40px;
    font-size: 13px;
    color: #777777;
    text-align: left;
    text-transform: uppercase;
    padding: 0px 0px 20px 55px;
}

.header-style-three .nav-outer .more-options {
    right: 30px;
    margin-top: -23px;
}

.header-style-three .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    color: #0d70b7;
    font-size: 26px;
    text-align: left;
    line-height: 40px;
    border-right: 1px solid #f4f4f4;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-three .info-box li {
    position: relative;
    line-height: 20px;
    color: #848484;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: capitalize;
}

.header-style-three .info-box strong {
    font-weight: 700;
    color: #222222;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}

.header-style-three .nav-outer {
    position: relative;
    padding: 0px 30px;
    background-color: #072235;
}

.header-style-three .main-menu .navigation > li {
    padding-right: 15px;
}

    .header-style-three .main-menu .navigation > li:last-child:after {
        display: none;
    }

    .header-style-three .main-menu .navigation > li > a {
        padding: 20px 0px;
        color: #ffffff;
    }

    .header-style-three .main-menu .navigation > li:after {
        position: absolute;
        content: '';
        right: 0px;
        top: 22px;
        width: 1px;
        height: 25px;
        background-color: #143750;
    }

.header-style-three.fixed-header .main-menu .navigation > li {
    padding-right: 0px;
}

    .header-style-three.fixed-header .main-menu .navigation > li:after {
        display: none;
    }

    .header-style-three.fixed-header .main-menu .navigation > li > a,
    .header-style-four.fixed-header .main-menu .navigation > li > a {
        color: #222222;
    }

.header-style-three .nav-outer .dropdown-outer {
    display: inline-block;
    margin-right: 20px;
}

    .header-style-three .nav-outer .dropdown-outer .search-box-btn {
        width: auto;
        height: auto;
        right: auto;
        color: #ffffff;
        border: 0px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        line-height: 1.2em;
        border-left: 1px solid rgba(255,255,255,0.30);
    }

/*Header Style Four*/

.header-style-four {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

    .header-style-four .header-top {
        background: none;
        padding-bottom: 0px;
    }

        .header-style-four .header-top .top-left ul > li,
        .header-style-four .header-top .top-right .social-links a {
            color: #a7a7a7;
        }

        .header-style-four .header-top .top-right .dropdown-option {
            position: relative;
            top: -3px;
        }

            .header-style-four .header-top .top-right .dropdown-option li.language {
                margin-left: 0px;
            }

                .header-style-four .header-top .top-right .dropdown-option li.language > a {
                    background: none;
                    padding-left: 0px;
                }

    .header-style-four .header-upper .nav-outer {
        padding-right: 100px;
    }

    .header-style-four .main-menu .navigation > li {
        margin-right: 0px;
    }

        .header-style-four .main-menu .navigation > li > a {
            color: #ffffff;
            padding-top: 35px;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 35px;
            top: 1px;
            border-bottom: 3px solid transparent;
        }

            .header-style-four .main-menu .navigation > li.current a,
            .header-style-four .main-menu .navigation > li > a:hover {
                border-color: #0d70b7;
            }

    .header-style-four .nav-outer .dropdown-outer .dropdown-menu {
        top: 62px;
    }

    .header-style-four .main-menu .navigation > li.dropdown a {
        padding-right: 30px;
    }

    .header-style-four .main-menu .navigation > li.dropdown > a:before {
        right: 12px;
    }

    .header-style-four .header-upper .header-upper-inner {
        border-bottom: 1px solid rgba(255,255,255,0.20);
    }

    .header-style-four .logo-outer {
        padding: 10px 0px;
    }

    .header-style-four .nav-outer .more-options {
        margin-top: -14px;
    }

        .header-style-four .nav-outer .more-options .cart-box {
            display: inline-block;
            color: #ffffff;
            font-size: 16px;
        }

            .header-style-four .nav-outer .more-options .cart-box a {
                color: #ffffff;
            }

            .header-style-four .nav-outer .more-options .cart-box .total-cart {
                position: absolute;
                content: '';
                right: -8px;
                top: -3px;
                width: 15px;
                height: 15px;
                color: #ffffff;
                font-size: 11px;
                font-weight: 700;
                text-align: center;
                line-height: 16px;
                border-radius: 50%;
                padding-left: 1px;
                z-index: -1;
                background-color: #0d70b7;
            }

    .header-style-four .nav-outer .dropdown-outer {
        display: inline-block;
        margin-right: 15px;
    }

        .header-style-four .nav-outer .dropdown-outer .search-box-btn {
            width: auto;
            height: auto;
            right: auto;
            color: #ffffff;
            border: 0px;
            padding-top: 3px;
            padding-bottom: 3px;
            padding-right: 15px;
            line-height: 1.2em;
            border-right: 1px solid rgba(255,255,255,0.30);
        }

/*** 

====================================================================
	Main Slider One
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

    .main-slider .color-grey {
        color: #222222 !important;
    }

    .main-slider .tp-caption {
        z-index: 5;
    }

        .main-slider .tp-caption .theme-btn {
            z-index: 5;
            min-width: 200px;
            margin-bottom: 5px;
        }

    .main-slider .title {
        position: relative;
        font-size: 26px;
        font-weight: 800;
        color: #ffffff;
        font-style: italic;
        font-family: 'Nunito Sans', sans-serif;
    }

    .main-slider h1 {
        position: relative;
        color: #ffffff;
        font-size: 80px;
        line-height: 1em;
        letter-spacing: 0px;
        font-weight: 800;
        text-align: center;
    }

    .main-slider h2 {
        font-size: 48px;
        color: #23459D;
        font-weight: 800;
        line-height: 1.1em;
        padding-bottom: 35px;
        border-bottom: 1px solid #0d70b7;
    }

        .main-slider h2.dark-text {
            color: #222222;
            padding-bottom: 0px;
            border: 0px;
        }

    .main-slider .text {
        font-weight: 400;
        line-height: 1.6em;
        color: #21aade;
        font-size: 24px;
        font-family: 'Roboto',sans-serif;
    }

        .main-slider .text.color-grey {
            color: #222222;
            font-weight: 400;
        }

        .main-slider .text.light {
            color: #959595;
        }

        .main-slider .text.small-text {
            font-size: 20px;
        }

    .main-slider .tp-dottedoverlay {
        background: rgba(0,0,0,0.10) !important;
    }

    .main-slider .tp-bannertimer,
    .main-slider .tp-bullets {
        display: none !important;
    }

    .main-slider .uranus.tparrows {
        width: 40px;
        height: 100px;
        background-color: #484848;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }

        .main-slider .uranus.tparrows:before {
            width: auto;
            height: auto;
            font-size: 20px;
            color: #ffffff;
            line-height: 100px;
        }

        .main-slider .uranus.tparrows:hover {
            background-color: #0d70b7;
        }

            .main-slider .uranus.tparrows:hover::before {
                opacity: 1;
            }

/***
