﻿/*
    Project Name : Heron
*/


/*
[generic Table of contents]
* body
    + header
        - .logo

    + navigation

    + .slider
        - #slider-with-blocks-1     
        
    + #about
        - .heron

    + #estimation
        - .estimation-toggle
            - .estimation
                - form
        - .toggle
    
    + .services
        - #service-carousel
            - .item
                    
    + #cities
        - #map

    + #newsletter
        - #newsletter-form

    + #featured-work
        - featured work gallery     

    + #latest-news
        - .news-holder
            
    + #plans
        - .price-container

    + #testimonials
        - #partners

    + #footer
        - .footer-detail
*/



@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,500,600,700');
body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #575757;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

a,
button,
.btn {
    transition: all 0.4s ease;
}

.spacer {
    height: 80px;
}

.spacer-70 {
    height: 70px;
}

.spacer-50 {
    height: 50px;
}






/* form-submision */

.formOverlay:before {
    content: "\f110";
    font-family: fontawesome;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #059dde;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10%;
    font-size: 56px;
    margin-top: -34px;
}

.formOverlay {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.alert strong {
    display: inline-block;
    width: 100%;
}

.alert .message-icon {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}

.alert span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    float: left;
    width: 80%;
    margin-left: 15px;
    margin-top: 5px;
}

.form-control.error {
    border-color: rgba(166, 0, 0, 0.4) !important;
    box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4);
}

label.error {
    display: none !important;
}






/* section seperator */

.seperator:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: #059dde;
    top: 50%;
    left: -195%;
    height: 1px;
    width: 50px;
    margin-top: -0.5px;
}

.seperator:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #059dde;
    top: 50%;
    right: -195%;
    height: 1px;
    width: 50px;
    margin-top: -0.5px;
}

.seperator {
    position: relative;
    width: 30px;
    height: 7px;
    transform: skew(-22deg);
    -webkit-transform: skew(-22deg);
    -moz-transform: skew(-22deg);
    margin: 25px auto 40px;
    border-top: 3px solid #059dde;
    border-bottom: 3px solid #059dde;
}

#shortcode-cont {
    padding: 80px 0px;
}






/* section seperator */

.section-desc .section-heading {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #034A67!important;
    /* text-transform: uppercase; */
}

.section-desc .section-subHeading {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    color: #034A67;
    font-size: 24px;
    /* text-transform: uppercase; */
    margin: 0px;
}

.section-desc .section-heading span {
    color: #ffc72e;
}

.section-desc .section-text {
    font-family: 'Roboto';
    padding: 0px 190px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7em;
    color: #636363;
    margin-top: 0px;
    margin-bottom: 15px;
}

.section-desc .section-heading-light {
    color: #fff!important;
}

.section-desc .section-text-light {
    color: #fff;
}

.sep-style {
    border: 2px solid #fff;
    margin: 15px auto 15px;
    width: 72px;
}

.sep-left {
    margin-left: 0px;
}

img {
    max-width: 100%;
}

* {
    margin: 0px;
    padding: 0px;
}








/*for scroll button to reach on top*/


/*.backtotop {
    display: inline-block;
    width: 100%;
    position: relative;
}*/

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 93px;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    z-index: 9999;
    display: none;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    background: #034A67;
    padding: 10px;    
}

.back-to-top:hover,
.back-to-top:focus {
    color: #ffffff;
}

.overflow {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #35383e;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus,
a:active,
a:visited {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1 {
    font-size: 35px;
    margin: 0;
}

h3 {}

.nospace {
    padding-left: 0;
}

#header {
    color: #8c8c8c;
    font-size: 13px;
    letter-spacing: 0.2px;
    padding: 20px 0 12px;
    font-weight: 400;
}

.for-contact-info {
    display: inline-block;
    width: 100%;
}

.for-timing {
    display: inline-block;
    width: 100%;
}

#header .fa {
    margin-right: 3px;
    color: #454545;
    transition: all 0.4s ease;
}

#header a:hover .fa {
    color: #059dde;
}

#header address {
    display: inline;
    margin: 0;
    color: #202020;
    font-size: 14px;
    font-weight: 400;
}

#header li,
#header span {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
}

#header a {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}

#header a:hover {
    color: #059dde;
}

.color {
    color: #454545;
}

.theme-row {
    margin-top: 50px;
}

.formOverlay:before {
    content: "\f110";
    font-family: fontawesome;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #059dde;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 56px;
    margin-top: -25px;
    margin-left: -25px;
}

.formOverlay {
    background: transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}

.alert {
    margin: 0px;
}






/*NAVIGATION*/

.navigation {
    background: rgba(0, 0, 0, 0.90);
    width: 100%;
    position: absolute;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: #059dde;
    height: 100%;
}






/* .navigation:before, */

.navigation:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation:after {
    left: 100%;
    background: #212022;
}

.for-logo {
    padding-right: 26px;
    /*overflow: hidden;*/
}

.navigation .logo {
    background: #059dde;
    height: auto;
    /*100px*/
    margin-top: 0px;
    position: relative;
    width: 100%;
    transform: skew(-20deg);
}

.navigation .logo span {
    background-color: #059dde;
    position: absolute;
    right: -8px;
    /*top: -25px;*/
    height: 100%;
    transform: rotate(0deg);
    width: 5px;
}

.navigation .logo img {
    transform: skew(20deg);
}

.navigation .logo a {
    display: inline-block;
    padding: 18px 16px 20px 0px;
}






/* info card */

.logo .logo-infocard {
    display: none;
}

.oigm {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navigation .logo:before {
        display: block;
        content: url(../images/hoverme.html);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }

    /** ==> Uncomment this if you want logo hover on all nav **/
    /*.logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
    .logo .logo-infocard {
        display: block;
        position: absolute;
        top: 100%;
        left: -25px;
        margin-top: 20px;
        width: 410px;
        padding: 20px 15px 20px 25px;
        background: #059dde;
        border-radius: 2px;
        font-size: 13px;
        display: block;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
        z-index: 1;
        /*transform: skew(-20deg);*/
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-backface-visibility: hidden;
    }
    /*.logo-infocard p,
    .logo-infocard p a {
        font-size: 13
    }*/
    .logo-infocard strong {
        font-size: 14px;
    }
    .infocard-text {
        padding-left: 5px;
    }
    .infocard-text p {
        margin-bottom: 15px;
    }
    .logo-infocard .infocard-wrapper {
        margin-top: 25px;
    }
    .logo-infocard .infocard-wrapper p:first-child {
        margin-bottom: 18px;
    }
    .back-skew {
        /*transform: skew(20deg);*/
    }
    .back-skew.infocard-text,
    .back-skew .logo-text {
        transform: skew(20deg);
    }
    .logo-text {
        /*margin-left: -12px;*/
        font-size: 12px;
    }
    .logo-infocard .social-icons li a {
        margin-right: 12px;
        font-size: 14px;
    }
    .logo-infocard .social-icons li a:last-child {
        margin-right: 0px;
    }
    .logo-infocard p,
    .logo-infocard p a,
    .logo-infocard a,
    .logo-infocard p a i.fa {
        color: #fff;
    }
    #infocard .oigm {
        padding: 0px;
    }
    #infocard a {
        padding: 0px;
        transition: all 0.3s ease 0s;
    }
    .logo-infocard a:hover,
    .logo-infocard a:active,
    .logo-infocard a:focus {
        color: #000000;
        text-decoration: none;
    }
    .logo-infocard p img {
        transform: skew(0deg);
    }
    .logo .contact-details {
        background: url(../images/say_hi.html) no-repeat right top;
    }
    .logo .social-icons {
        margin-left: 0;
        padding-left: 0;
    }
    .logo:hover .logo-infocard {
        visibility: visible;
        opacity: 1;
        margin-top: 2px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        z-index: 2;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .logo .logo-infocard {
        transform: skew(20deg);
        left: 0px;
    }
    .back-skew {
        transform: skew(-20deg);
    }
    .back-skew.infocard-text {
        transform: skew(0deg);
    }
    .logo-infocard .logo-text {
        margin-left: 10px;
    }
}






/* info card */

.navigation .navbar.navbar-default {
    background-color: transparent;
    border: medium none;
    z-index: 999;
}

.navigation .navbar {
    margin-bottom: 0;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation .navbar-collapse {
    margin-right: 30px;
}

.navigation .navbar li {
    z-index: 999;
    margin-left: 5px;
    margin-top: 31px;
    margin-bottom: 31px;
    -moz-transform: skew(-22deg);
    -webkit-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
    transition: all 0.3s ease 0s;
}

.navigation .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    padding: 8px 22px;
    display: inline-block;
    text-shadow: none;
    font-weight: 400;
    background: transparent !important;
    -moz-transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -o-transform: skew(22deg);
    -ms-transform: skew(22deg);
    transform: skew(22deg);
}

.navigation .navbar-default .navbar-nav>li.active,
.navigation .navbar-default .navbar-nav>li:hover {
    background: #059dde;
    color: #fff;
}

.navigation .navbar-default .navbar-nav>li.active a,
.navbar-default .navbar-nav>li:hover a,
.navigation .navbar-default .navbar-nav>li a:hover {
    color: #fff;
}

.navigation .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent !important;
    color: #fff;
}






/* dropdown menu */

.navigation .dropdown-menu>li>a:focus,
.navigation .dropdown-menu>li>a:hover {
    background: transparent;
    transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -moz-transform: skew(22deg);
}

.navigation .caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.navigation .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #059dde;
    min-width: 160px;
}

.navigation .dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom: 1px solid #0067b1;
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation .dropdown .dropdown-menu li:focus,
.navigation .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -moz-transform: skew(22deg);
}

.navigation .dropdown .dropdown-menu li a:active,
.navigation .dropdown .dropdown-menu li a:focus {
    transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -moz-transform: skew(22deg);
}

.navigation .dropdown .dropdown-menu li:hover {
    background: #fff;
}

.navigation .dropdown .dropdown-menu li:hover a {
    color: #000;
}

.navigation .dropdown-menu li a:hover {
    background: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: transparent;
}

.dropdown .dropdown-menu .dropdown .dropdown-menu {
    top: 20px;
    left: 100%;
    padding: 0px;
}

.dropdown .dropdown-menu .dropdown.open .dropdown-menu {
    top: 0px;
}

.dropdown .dropdown-menu .dropdown .caret {
    float: right;
    clear: both;
    display: inline-block;
    border-left-color: transparent;
    /*margin-top: 10px;
    transform: rotate(-90deg);*/
}

.dropdown .dropdown-menu .dropdown:hover .caret {
    border-left-color: transparent;
}

@media (max-width: 767px) {
    .dropdown .dropdown-menu .dropdown .caret {
        border-left-color: transparent;
    }
    .dropdown .dropdown-menu .dropdown:hover .caret {
        border-left-color: transparent;
    }
}
/* dropdown menu */

/* Searchbar */

.hiden-form {
    min-height: 0px !important;
}

.search-container {
    position: absolute;
    right: 0;
    height: 101%;
    display: inline-block;
    z-index: 999;
    background: rgba(0, 122, 209, 1);
    padding: 0px 30px;
}

.search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.search-container .searchbox-icon-closed:before {
    content: '\f00d' !important;
}

.search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.search-container .searchbox-icon:focus,
.search-container .searchbox-icon:active {
    outline: none;
}

#search-form {
    position: relative;
}

#search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

#search-form .search-group .form-control {
    color: #999999;
    background: rgba(255, 255, 255, 0.0);
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

#search-form .search-group-active {
    top: -1px;
    opacity: 1;
}

#search-form .search-group-active .form-control {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    z-index: 6;
}

#search-form .search-group .search-icon {
    height: 100%;
    background: rgba(0, 122, 209, 1);
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

#search-form .search-group .search-icon i.fa {
    color: #fff;
}

#search-form .search-group-active .search-icon {
    z-index: 7;
}

#search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

#search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

#search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

#search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}

.top-nav2 {
    display: inline-block;
    width: 100%;
}

.color-scheme {
    position: fixed;
    right: -200px;
    z-index: 1000;
    top: 78px;
}

.color-icon {
    float: left;
    width: 50px;
    border: 1px solid #dadada;
    height: 50px;
    padding-top: 10px;
    background-color: #fff;
}

.fa-cog {
    color: #000;
}

.color-scheme-inner {
    float: left;
    background-color: #fff;
    width: 200px;
    box-shadow: 0 4px 3px 0px rgba(0, 0, 0, 0.75);
}

.color-scheme-inner ul {
    list-style: none;
}

.color-scheme-inner .heron-colors {
    padding: 20px 15px;
    display: none;
}

.heron-colors p {
    color: #333;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 12px;
}

.color-scheme-inner h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 48px;
    font-family: 'RobotoRegular';
    margin: 0;
    background: #059dde;
}

.colors li {
    margin: 0 5px;
    float: left;
    width: 30px;
    margin-bottom: 7px;
    height: 30px;
    cursor: pointer;
    display: inline;
    border-radius: 5px;
}

.colors li.activeColor {
    border: 1px solid #000;
}

hr {
    border-bottom: 2px solid #ff9c11;
}






/* General button style */

.red-button {
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    background: #059dde;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
    -moz-transform: skew(-22deg);
    -webkit-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
}

.red-button span {
    display: block;
    /*transition: all 0.3s ease 0s;*/
    -moz-transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -o-transform: skew(22deg);
    transform: skew(22deg);
}

.red-button:after {
    content: "";
    background: #059dde;
    /*height: 111px;*/
    top: 0;
    position: absolute;
    right: -6px;
    bottom: 0;
    width: 3.5px;
    transition: all 0.3s ease 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
}

.red-button:hover,
.red-button:active,
.red-button:focus {
    color: #059dde;
    text-decoration: none;
    outline: none;
    background: #ffffff;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
}

.red-button:hover:after {
    background: #ffffff;
    right: -1px;
}





/******************* Sliders *******************/

#slider-1 .slide-1 .hps-title1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#slider-1 .slide-1 .hps-title2 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    /*text-transform: uppercase;*/
}

#slider-1 .slide-2 .hps-title1 {
    font-size: 50px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

#slider-1 .slide-2 .hps-title2 {
    font-size: 36px;
    font-weight: 400;
    color: #333;
}

#slider-2 .slide-1 .hps-title1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#slider-2 .slide-1 .hps-title2 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    /*text-transform: uppercase;*/
}

#slider-2 .slide-2 .hps-title1 {
    color: #222;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0 1px white;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0px;
    padding: 17px 23px;
    font-size: 29px;
    line-height: 26px;
}

#slider-2 .slide-2 .hps-title1 .sub-title {
    font-weight: 300;
    font-size: 0.7em;
}

#slider-2 .slide-2 .hps-title2 {
    color: white;
    text-shadow: 0 1px black;
    background-color: #222;
    font-weight: 400;
    margin: 0px;
    padding: 10px 25px;
    font-size: 13px;
    line-height: 13px;
}

#slider-2 .slide-2 .hps-title3 {
    margin: 0px;
    padding: 18px 25px;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    text-shadow: 0 1px black;
    background-color: #df192a;
}

#slider-2 .slide-2 .hps-title3-vimeo {
    margin: 0px;
    padding: 17px 25px;
    font-size: 15px;
    line-height: 15px;
    background-color: #1bb6ec;
}

#slider-3 .slide-1 .light-title {
    font-size: 36px;
    line-height: 28px;
    text-transform: capitalize;
}

#slider-3 .slide-1 .bold-title {
    font-size: 45px;
    line-height: 36px;
    color: rgba(0, 122, 209, 1);
}

#slider-3 .slide-1 .normal-desc {
    color: #fff;
    font-size: 16px;
}

#slider-3 .slide-1 .text-box {
    background: rgba(51, 55, 54, 0.26);
}

.ms-link {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background: rgba(0, 122, 209, 1);
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    transition: all 0.4s ease;
}

.ms-link:hover {
    border-radius: 5px;
    color: #fff;
    background: rgba(0, 122, 209, 0.7);
    transition: all 0.4s ease;
}

#slider-3 .slide-2 .light-title {
    /*text-transform: capitalize;*/
    color: #000;
    font-size: 42px;
    line-height: 32px;
    font-weight: 500;
}

#slider-3 .slide-2 .bold-title {
    color: rgba(0, 122, 209, 1);
    font-size: 65px;
    font-weight: 700;
    line-height: 52px;
}

#slider-3 .slide-2 .normal-desc {
    color: #000;
    /*text-transform: ;*/
    font-size: 20px;
    line-height: 1.6em;
}

#slider-4 .slide-1 .light-title {
    font-size: 36px;
    line-height: 28px;
    text-transform: capitalize;
}

#slider-4 .slide-1 .bold-title {
    font-size: 45px;
    line-height: 36px;
    color: rgba(0, 122, 209, 1);
}

#slider-4 .slide-1 .normal-desc {
    color: #fff;
    font-size: 16px;
}

#slider-4 .slide-1 .text-box {
    background: rgba(0, 0, 0, 0.4);
}

#slider-4 .slide-2 .light-title {
    /*text-transform: capitalize;*/
    color: #000;
    font-size: 32px;
    line-height: 28px;
    font-weight: 600;
}

#slider-4 .slide-2 .bold-title {
    color: rgba(0, 122, 209, 1);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 40px;
}

#slider-4 .slide-2 .normal-desc {
    color: #000;
    /*text-transform: ;*/
    font-size: 20px;
    line-height: 1.6em;
    width: 46%;
    text-align: right;
}

#slider-5 .ms-skin-light-6 .ms-tooltip-point .ms-point-border,
#slider-5 .ms-skin-light-6 .ms-tooltip-point .ms-point-center {
    display: none;
}

#slider-5 .slide-1 .hps-title1 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
}

#slider-5 .slide-1 .hps-title2 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
}

#slider-5 .slide-1 .normal-desc {
    width: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    text-align: right;
}

#slider-5 .slide-2 .hps-title {
    font-size: 45px !important;
    font-weight: 500;
    text-transform: capitalize;
}

#slider-5 .slide-2 .hps-title1 {
    background: rgba(0, 122, 209, 1);
    font-size: 55px;
    font-weight: 700;
}

#slider-5 .slide-2 .normal-desc {
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    width: 40%;
}

#slider-6 .hps-title1 {
    font-size: 32px;
    line-height: 30px;
    background-color: #059dde;
}

#slider-6 .hps-title2 {
    font-size: 42px;
    font-weight: 400;
}

#slider-6 .ms-link {
    text-transform: uppercase;
    padding: 10px 25px;
    font-size: 20px;
}

#slider-6 .slide-video .hps-vicapton-box {
    width: 50%;
    height: 20%;
}

#slider-7 .slide-1 .light-title {
    font-size: 30px;
    line-height: 26px;
    color: #222;
    letter-spacing: 1px;
    font-weight: 600;
}

#slider-7 .slide-1 .bold-title {
    font-size: 45px;
    line-height: 38px;
    font-family: 'Roboto';
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

#slider-7 .slide-1 .normal-desc {
    margin: 0px;
    font-size: 20px;
    width: 45%;
    line-height: 1.6em;
    color: #222;
    text-shadow: -1px 2px 10px rgba(255, 255, 255, 0.5);
}

#slider-7 .slide-1 .ms-link {
    background-color: #222;
}

#slider-7 .slide-2 .light-title {
    font-size: 30px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

#slider-7 .slide-2 .bold-title {
    font-size: 45px;
    line-height: 38px;
    font-family: 'Roboto';
    font-weight: 900;
    color: #059fd0;
    text-transform: uppercase;
}

#slider-7 .slide-2 .normal-desc {
    margin: 0px;
    font-size: 20px;
    width: 45%;
    line-height: 1.6em;
    color: #fff;
}






/*#slider-7 .slide-2 .ms-link {
    background-color: #222;
}*/


/******************* Sliders *******************/


/******************* Icons *******************/

.tabs-style .tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}

.tabs-style .tab-content h4 {
    margin-bottom: 25px;
    font-weight: 500;
}






/*.tabs-style .tab-content .ex-icon {
        margin-bottom: 10px;
    }*/

.tabs-style .tab-content .ex-icon a {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    background: transparent;
    padding-left: 15px;
    font-weight: 300;
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    color: #333;
}

.tabs-style .tab-content .ex-icon a:hover {
    background: #059dde;
    color: #fff;
}

.tabs-style .tab-content .ex-icon a:hover span {
    color: #fff;
}

.tabs-style .tab-content .ex-icon a i {
    margin-right: 8px;
    font-size: 12px;
    /*float: left;*/
    /*transition: all 0.05s ease;*/
}

.tabs-style .tab-content .ex-icon a:hover i {
    font-size: 20px;
    /*line-height: 35px;*/
    float: left;
    margin-top: 7px;
}








/******************* Icons *******************/


/******************* Banner Element *******************/

#banner-1 {
    padding: 240px 0px 150px;
    background: url(../images/banner1-bg.html) center center;
    background-size: cover;
}

#banner-1 .bHeading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 55px;
}

#banner-1 .bText {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #0c0d26;
    margin-top: 10px;
}

#banner-1 .btn {
    margin-top: 15px;
    border-radius: 25px;
    padding: 8px 30px;
}

#banner-2 {
    padding: 80px 0px 70px;
    background: url(../images/banner2-bg.html) center center;
    background-size: cover;
}

#banner-2 .banner-text {
    margin-top: 200px;
}

#banner-2 .bHeading {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#banner-2 .btn {
    background: #ffc72e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 25px;
    border: none;
    border-radius: 0px;
}

#banner-2 .banner2-form {
    background: #0f5b93;
    padding: 30px 20px;
    border-top: 8px solid #ffc72e;
}

#banner-2 .banner2-form h3 {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin: 0px 0px 20px;
    text-align: center;
}

#banner-2 .banner2-form .form-control {
    background: #fff;
    border-radius: 0px;
}

#banner-2 .banner2-form input {
    height: 45px;
}

#banner-3 {
    padding: 220px 0px 0px;
    background: url(../images/banner3-bg.html) center center;
    background-size: cover;
}

#banner-3 .banner-text {
    margin-bottom: 170px;
}

#banner-3 .for-abs-image {
    position: relative;
}

#banner-3 .bHeading {
    font-family: 'Poppins';
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

#banner-3 h3 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 25px;
}

#banner-3 .bHeading span,
#banner-3 h3 span {
    color: #ffc72e;
}

#banner-3 .bText {
    color: #fff;
    line-height: 1.6em;
    font-size: 16px;
    margin-bottom: 35px;
}

#banner-3 .abs-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#banner-3 .btn {
    background: #ffc72e;
    color: #000;
    border: none;
    padding: 8px 25px;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}





/******************* Team Elements *******************/


/*.team-page {
    background: #d0e7f9;    
}*/


/*-- Team 1 --*/

.team-1 {
    background: #d0e7f9;
    /*background: #fcf5ed;*/
    padding: 80px 0px 90px;
}

.team-1 .section-desc .section-heading {
    margin-bottom: 140px;
}

.team-1 .namecard-wrap {
    padding: 40px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .05);
    background: #fff;
}

.team-1 .namecard-wrap .namecard-body h3 {
    font-size: 36px;
    line-height: 1.0em;
    text-transform: uppercase;
    font-weight: 700;
    color: #059dde;
}

.team-1 .namecard-wrap .namecard-body h3 span {
    color: #a78b7b;
    font-size: 16px;
    font-weight: 400;
}

.team-1 .namecard-wrap .namecard-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #a0a0a0;
}

.team-1 .btn-custom {
    background: #059dde;
    border-radius: 25px;
    padding: 8px 25px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid transparent;
    margin-top: 25px;
    transition: all 0.4s ease;
}

.team-1 .btn-custom:hover {
    background: transparent;
    border: 1px solid #059dde;
    color: #059dde;
}

.team-1 .namecard-head {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: -140px;
    overflow: hidden;
    border-radius: 50%;
    border: 13px solid #fff;
    transition: all 0.4s ease;
}

.team-1 .namecard-head>img {
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.team-1 .namecard-head .social-links {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.team-1 .namecard-head .social-links>a {
    color: #AAA;
}

.team-1 .namecard-head .social-links>a:hover {
    color: #059dde
}

.team-1 .namecard-head .social-links>a:hover>i {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.team-1 .namecard-wrap:hover .namecard-head:hover>img {
    opacity: 0;
    filter: alpha(opacity=30)
}

.team-1 .namecard-wrap:hover .namecard-head {
    border: 13px solid #ffc72e;
}

.team-1 .namecard-wrap:hover .namecard-head .social-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (max-width:980px) {
    .team-1 .namecard-wrap {
        padding: 25px
    }
    .team-1 .namecard-wrap {
        margin-bottom: 140px;
    }
    .team-1 .col-md-4:last-child .namecard-wrap {
        margin-bottom: 0px;
    }
}

.team-1 .namecard-foot {
    background: transparent;
    border: 0
}






/*-- Team 2 --*/

.team-2 {
    padding: 90px 0px 80px;
    background: #f7f7f7;
}

.team-2 .hover_listing {
    letter-spacing: 0;
    padding: 0;
    margin: 0px;
}

.team-2 .hover_listing li {
    border-right: 2px solid #fafafb;
}

.team-2 .hover_listing li .img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
    position: relative;
}

.team-2 .hover_listing li h3 {
    line-height: normal;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team-2 .hover_listing li p {
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 15px;
    color: #646464;
    line-height: 1.6em;
}

.team-2 .hover_listing li h3 a {
    color: inherit;
}

.team-2 .hover_listing li h3 a:hover {
    text-decoration: none;
}

.team-2 .hover_listing li .img img {
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}

.team-2 .hover_listing li:hover .img img {
    opacity: .1;
}

.team-2 ul.hover-social-icons {
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -20px 0 0 0;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-2 .hover_listing li:hover .img {
    background: #059dde;
}

.team-2 .hover_listing li:hover .img ul.hover-social-icons {
    opacity: 1;
}

.team-2 ul.hover-social-icons li {
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.team-2 ul.hover-social-icons li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #059dde;
    text-decoration: none;
    padding: 0;
    margin: 0 12px 0 0;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.team-2 ul.hover-social-icons li a:hover {
    color: #fff;
    background-color: #000;
}

@media (max-width: 980px) {
    .team-2 .hover_listing li .img img {
        width: 100%;
    }
}






/*-- Team 3 --*/

.team-3 .team-slider {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.team-3 {
    padding: 90px 0px;
}

.team-3>.row {
    margin-left: 0px;
    margin-right: 0px;
}

.team-3 .team-slider * {
    outline: none;
}

.team-3 .team-slider .slide-content {
    position: relative;
    perspective: 800px;
}

.team-3 .team-slider .slide-content .slide-details {
    position: absolute;
    background-color: rgba(5, 157, 222, 0.9);
    width: 82%;
    height: 156px;
    left: 50%;
    margin-left: -41%;
    top: 50%;
    margin-top: -78px;
    text-align: left;
    padding: 30px;
    transform: scale(0.7) rotateX(45deg);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-3 .team-slider .slide-content .slide-details .person-name {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.team-3 .team-slider .slide-content .slide-details .person-details {
    color: #ffffff;
}

.team-3 .team-slider .slide-content:hover .slide-details {
    transform: scale(1) rotateX(0deg);
    opacity: 1;
}

.team-3 .team-slider a {
    position: relative;
    display: inline-block;
}

.team-3 .team-slider img {
    width: 100%;
    display: inline;
}

.team-3 .team-slider .slick-prev,
.team-3 .team-slider .slick-next {
    border: 0;
    background: none;
    font-size: 0;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.team-3 .team-slider .slick-prev {
    left: 20px;
}

.team-3 .team-slider .slick-next {
    right: 20px;
}

.team-3 .team-slider .slick-prev:after {
    content: "\f060";
    font: normal normal 14px/1 FontAwesome;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 8px;
    color: #c8c7c7;
}

.team-3 .team-slider .slick-next:after {
    content: "\f061";
    font: normal normal 14px/1 FontAwesome;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 8px;
    color: #c8c7c7;
}






/*-- Team 4 --*/

.team-4 {
    background: url(../images/team4-bg.jpg) center center;
    background-size: cover;
    padding: 80px 0px;
}

.team-4 .packge-boxes,
.team-4 .workout-boxes,
.team-4 .team-container {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.team-4 .packge-container {
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.team-4 .packge-container .packge-top {
    border: 2px solid #feffff;
    position: relative;
}

.team-4 .packge-container .packge-img,
.team-4 .workout .workout-img {
    margin-bottom: 22px;
    position: relative;
}

.team-4 .packge-container .packge-content h4,
.team-4 .workout .workOut-text h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team-4 .packge-container .packge-content h5 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

.team-4 .packge-container .packge-content p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #616161;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px 15px;
}

.team-4 .packge-container .packge-content .training-duration {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #9c9c9c;
    margin-bottom: 30px;
}

.team-4 .packge-container .packge-content .packge-price {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 30px;
}

.team-4 .packge-container .packge-content .packge-price span {
    font-weight: bold;
}

.team-4 .packge-container .btn-enroll {
    background: transparent none repeat scroll 0 0;
    color: #fb8e2f;
    display: inline-block;
    font-family: roboto;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 12px 25px;
    border: 1px solid #fb8e2f;
    transition: all 0.3s ease 0s;
    border-radius: 0px;
}

.team-4 .packge-container .btn-enroll span {
    position: relative;
}

.team-4 .packge-container:hover .btn-enroll {
    background: #fb8e2f;
    border-color: #fb8e2f;
    color: #ffffff;
}

.team-4 .section-heading h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0px;
}

.team-4 .section-heading h2 span {
    width: 100px;
    height: 2px;
    border: none;
    background: #fff;
    margin: 15px auto 55px;
    display: block;
}

.team-4 .overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.team-4 .packge-container {
    transition: all 0.3s ease 0s;
}

.team-4 .packge-container:hover .overlay {
    opacity: 1;
}

.team-4 .overlay-text {
    position: relative;
    top: 40%;
    color: #ffffff;
}

.team-4 .overlay-text p {
    font-size: 18px;
    margin: 0px;
}

.team-4 .overlay-text span {
    font-size: 44px;
    position: relative;
    bottom: 10px;
    font-weight: lighter;
}

@media (max-width: 980px) {
    .team-4 {
        padding-bottom: 50px;
    }
    .team-4 .packge-container .packge-img img {
        width: 100%;
    }
    .team-4 .packge-container {
        margin-bottom: 30px;
    }
}






/*-- Team 5 --*/

.team-5 {
    background: url(../images/team5-bg.html) center center;
    background-size: cover;
    padding: 60px 0px 70px;
}

.team-5 .section-heading h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0px;
}

.team-5 .section-heading h2 span {
    width: 100px;
    height: 2px;
    border: none;
    background: #fff;
    margin: 15px auto 55px;
    display: block;
}

.team-5 .team-box {
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #059dde;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.team-5 .team-box .member-info {
    color: #fff;
    background: rgba(5, 157, 222, 0.8);
    padding: 15px;
    text-align: center;
    position: absolute;
    width: 80%;
    bottom: -25.5%;
    right: 0px;
    transition: bottom 0.3s ease 0s, text-align 0.3s ease 0s, background 0.4s ease 0s, width 0.3s ease 0s;
    -webkit-transition: bottom 0.3s ease 0s, text-align 0.3s ease 0s, background 0.4s ease 0s, width 0.3s ease 0s;
    -moz-transition: bottom 0.3s ease 0s, text-align 0.3s ease 0s, background 0.4s ease 0s, width 0.3s ease 0s;
}

.team-5 .team-box:hover {
    border-color: #059dde;
}

.team-5 .team-box:hover .member-info {
    width: 100%;
    /*background: rgba(184,71,70,0.8);*/
    bottom: 0;
    text-align: center;
}

.team-5 .team-box .member-info h3 {
    font-weight: 600;
    font-size: 23px;
    margin: 0px 0px 25px;
}

.team-5 .team-box .member-info p {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
}

.team-5 .team-box .member-info .social-icons {
    margin: 0px;
}

.team-5 .team-box .member-info .social-icons li {
    margin-right: 10px;
    font-size: 24px;
}

.team-5 .team-box .member-info .social-icons li:last-child {
    margin-right: 0px;
}

.team-5 .team-box .member-info .social-icons a {
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.team-5 .team-box .member-info .social-icons a:hover {
    color: #022444;
}

@media(max-width: 980px) {
    .team-5 {
        padding-bottom: 40px;
    }
    .team-5 .team-box {
        margin-bottom: 30px;
    }
    .team-5 .team-box img {
        width: 100%;
    }
    .team-5 .team-box .member-info {
        bottom: -100%;
    }
}






/******************* Team Elements *******************/


/******************--change--********************/


/******************* Client Logos *******************/

#logos-1 {
    background: #f8f8f8;
    padding: 30px 0px;
    margin-top: 30px;
}

#logos-1 ul.brands-list li {
    display: inline-block;
    margin: 0 0.5%;
    width: 15%;
}

#logos-2 {
    margin-top: 30px;
}

#logos-2 .bx-viewport {
    background: none;
    box-shadow: none;
    border: none;
    height: auto !important;
}

#logos-3 {
    background: #e4442a;
    padding: 30px 0px;
    margin-top: 30px;
}

#logos-3 .clients-image .tooltip {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 7px 10px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    color: #ffffff;
    visibility: hidden;
    margin: 0 15px;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#logos-3 .clients-image .item-three-column:hover .tooltip,
#logos-3 .clients-image.style:hover .tooltip {
    bottom: 110%;
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
    filter: alpha(opacity=100);
}

#logos-3 .clients-image .tooltip::after {
    border-top: 6px solid rgba(0, 0, 0, 0.8);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 100%;
    z-index: 99999;
}

#logos-3 .clients-image.style .item-img:hover {
    cursor: pointer;
    opacity: 0.4;
}

#logos-4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#logos-4 #partners-slider .item {
    margin-left: 25px;
}

#logos-5 ul.partners {
    margin: 0;
    width: 100%;
    max-width: 1140px;
    text-align: center;
    margin-top: 30px;
    padding: 0px;
}

#logos-5 ul.partners li.first {
    margin-left: 0;
}

#logos-5 ul.partners li {
    display: inline-block;
    margin: 10px 35px;
    margin-left: 35px;
}

#logos-5 ul.partners li.last {
    margin-right: 0;
}

#logos-6 {
    background: #f1f1f1;
    padding: 60px 0px;
    margin-top: 30px;
}

#logos-6 .client-carousel img {
    width: auto;
    display: inline-block;
    vertical-align: bottom;
    padding: 0px 5px;
}

#logos-7 {
    margin-top: 30px;
}

#logos-8 {
    margin-top: 30px;
    background: #f1f1f1;
    padding: 60px 0px;
}

#logos-9 {
    background: url(../images/clientbg.html);
    background-size: cover;
    padding: 88px 0px;
    text-align: center;
    margin-top: 30px;
}

#logos-9 h2 {
    font-weight: 500;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

#logos-9 p {
    line-height: 24px;
    margin: 20px 0px 0px;
    padding: 0px;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
}

#logos-9 .gallery {
    padding-top: 65px;
    padding-bottom: 106px;
}

#logos-9 .media-left,
#logos-9 .media-body {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#logos-9 .media-body {
    margin-top: 25px;
}

#logos-9 .media-body p span {
    color: #3065b5;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}

#logos-9 .media-body p.testi-name {
    margin: 55px 0px;
}

#logos-9 .media .fa.fa-quote-left {
    background-color: #3065b5;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 38px;
    width: 26px;
}

#logos-9 .testi-designation {
    color: #909090 !important;
}

#logos-10 {
    margin-top: 30px;
}

@media (max-width: 767px) {
    #logos-3 {
        text-align: center;
    }
}

@media (max-width: 640px) {
    #logos-1 ul.brands-list {
        text-align: center;
    }
    #logos-1 ul.brands-list li {
        width: 31.33%;
        margin-bottom: 15px;
    }
}





/******************* Client Logos *******************/


/******************* Form Sections *******************/

#estimation.form-2 {
    background: url(../images/form2-bg.html) center center;
    background-size: cover;
}

#estimation.form-2 input,
#estimation.form-2 textarea {
    background: #fff;
    border-color: #acacac;
}

#estimation.form-3 {
    background: url(../images/form3-bg.html) center center;
    background-size: cover;
}

#estimation.form-3 .form3-img img {
    margin-left: -60px;
}

#estimation.form-3 h2,
#estimation.form-3 p {
    color: #fff;
}

#estimation.form-3 input,
#estimation.form-3 textarea {
    border-color: #fff;
}

.form-btn {
    background: #0593CF;
    padding: 12px 40px;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    position: relative;
    z-index: 999;
}

.form-btn:hover {
    background: #1A1A23;
}

#estimation.form-4 {
    background: url(../images/form4-bg.html) center center;
    background-size: cover;
}

#estimation.form-4 h2.section-heading,
#estimation.form-4 p {
    color: #fff;
}

#estimation.form-4 input,
#estimation.form-4 textarea {
    background: #fff;
    border-color: #fff;
}

#estimation.form-1 h2.section-heading,
#estimation.form-2 h2.section-heading,
#estimation.form-3 h2.section-heading,
#estimation.form-4 h2.section-heading,
#estimation.form-5 h2.section-heading {
    font-size: 36px;
}

#estimation.form-5 {
    background: url(../images/form5-bg.html) center center;
    background-size: cover;
    overflow: hidden;
}

#estimation.form-5 h2.section-heading,
#estimation.form-5 p {
    color: #fff;
}

#estimation.form-5 input,
#estimation.form-5 textarea {
    background: #fff;
    border-color: #000;
}

#estimation.form-5 .sep-style {
    border-color: #fff;
}

#estimation.form-5 .form-btn {
    background: #007ad1;
    border: 2px solid #fff;
}

#estimation.form-5 .form-btn:hover {
    background: #fff;
    color: #000;
}

.for-abs-img {
    position: relative;
}

.form5-li {
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 0;
}

#estimation.form-5 #estimation-text {
    position: relative;
    z-index: 10;
}





/** Form Section Responsive **/

@media (max-width: 1024px) {
    .form5-li img {
        width: 85%;
    }
}

@media (max-width: 980px) {
    #estimation.form-5 {
        padding-bottom: 0px;
    }
    .form5-li {
        position: static;
    }
    #estimation.form-3 {
        padding-bottom: 0px;
    }
    #estimation.form-3 .form3-img img {
        margin-left: 0px;
    }
    #estimation.form-2 {
        position: relative;
    }
    .form-2-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background: rgba(255, 255, 255, 0.3);
    }
}





/******************* Form Sections *******************/


/******************* Newsletter Elements *******************/

#newsletter-2 {
    background: url(../images/varieties.html) top left no-repeat;
    background-size: cover;
    padding: 75px 0px 140px;
    text-align: center;
    margin-top: 30px;
}

#newsletter-2 #varieties-images {
    margin-top: 50px;
}

#newsletter-2 h2 {
    display: inline-block;
    width: 100%;
    font-size: 41px;
    font-family: roboto;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}

#newsletter-2 p {
    font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    padding: 35px 0;
}

#newsletter-2 .btn-submit {
    background-color: #059dde;
    font-size: 16px;
    border-radius: 0;
    padding: 17px 35px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

#newsletter-2 .btn-submit:hover {
    background-color: #252525;
    border-color: #252525;
    transition: all 0.3s ease 0s;
    color: #fff;
}

#newsletter-2 .form-control {
    height: 55px;
    border-radius: 0;
    border: none;
}

#newsletter-2 .counter-border {
    display: inline-block;
    margin-bottom: 25px;
}

#newsletter-2 .counter {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 48px;
}

#newsletter-2 .counter-border .plus {
    color: white;
    font-size: 48px;
}

#newsletter-2 .box-text p {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}

#newsletter-3 {
    padding: 40px 0px;
    background-color: #f3f3f3;
    margin-top: 40px;
}

#newsletter-3 .subscribe-contant {}

#newsletter-3 .subscribe-contant h2 {
    font-family: 'Roboto', sans-serif;
    color: #282e3f;
    font-size: 30px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

#newsletter-3 .subscribe-contant p {
    font-family: 'Roboto', sans-serif;
    color: #494949;
    font-size: 14px;
    margin: 0px;
    font-weight: normal;
}

#newsletter-3 .subscribe-form {
    background: #e8e8e8;
    padding: 10px;
}

#newsletter-3 .subscribe-form input {
    padding: 28px;
    border: none
}

#newsletter-3 .subscribe-form .btn-subscribe {
    padding: 17px 14px;
    background: #282e3f;
    font-style: initial;
    color: white;
    border: none;
    font-weight: normal;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    transition: all 0.3s ease 0s;
}

#newsletter-3 .subscribe-form .btn-subscribe:hover {
    background-color: #059dde;
    transition: all 0.3s ease 0s;
}

#newsletter-4 {
    background-color: #ffab00;
    padding: 50px 0px;
    position: relative;
    margin-top: 30px;
}

#newsletter-4 .newsletter-block {
    display: inline-block;
    width: 100%;
}

#newsletter-4 .form-inline .form-control {
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: 50px;
    width: 100%;
    color: #2e2e2e;
}

#newsletter-4 .form-inline .form-control::-webkit-input-placeholder {
    color: #7b7b7b
}

#newsletter-4 .form-inline .form-control:focus {
    border-color: #2e2e2e;
}

#newsletter-4 .btn-default {
    background-color: #2e2e2e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}

#newsletter-4.btn-default:hover {
    background-color: #fff;
    color: #2e2e2e;
    transition: all 0.3s ease 0s;
}

#newsletter-5 {
    width: 100%;
    z-index: 100;
    background: url(../images/signup-bg.html);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 40px;
}

#newsletter-5 .newsletter_box {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 0 100px 0;
    text-align: center;
}

#newsletter-5 .newsletter_form_wrap p.success_box {
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px white;
    -moz-text-shadow: 1px 1px 1px white;
    -webkit-text-shadow: 1px 1px 1px white;
}

#newsletter-5 #newsletter-form {
    padding: 0 0 15px 0!important;
    margin: 0!important;
}

#newsletter-5 #email_newsletter {
    width: 70%;
    max-width: 370px;
    height: 54px;
    padding: 0 10px;
    border: 2px solid #3498db;
    background-color: transparent;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-size: 14px;
    margin: 0 -4px 0 0;
}

#newsletter-5 #submit-button-newsletter {
    width: 30%;
    max-width: 140px;
    height: auto;
    line-height: 54px;
    background-color: #3498db;
    border: none;
    color: #fff;
    margin: 0 0 0 0;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-5 #submit-button-newsletter:hover {
    color: #454545;
    background-color: #fff;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-5 input#email_newsletter::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

#newsletter-5 input#email_newsletter:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

#newsletter-5 input#email_newsletter::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

#newsletter-5 input#email_newsletter:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

#newsletter-5 .info_transparent {
    margin: 0 auto!important;
    overflow: hidden;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 110px;
    max-width: 1170px;
    text-align: center;
}

#newsletter-5 .info_transparent h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-family: raleway;
    font-weight: 300;
}

#newsletter-5 span.nospam {
    display: block;
    padding-top: 5px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
}

#newsletter-6 {
    position: relative;
    width: 100%;
    z-index: 10;
    background: url(../images/bg.html);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#newsletter-6 .parallax_title {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

#newsletter-6 .newsletter_box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 110px 0 110px 0;
    text-align: center;
}

#newsletter-6 .newsletter_form_wrapper {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

#newsletter-6 .newsletter_form_box {
    margin: 0 auto;
    max-width: 505px;
    padding: 15px 10px 15px 15px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

#newsletter-6 #newsletter-form #email_newsletter {
    width: 100%;
    max-width: 320px;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    color: #656565;
    font-size: 14px;
    margin: 0 10px 0 0;
}

#newsletter-6 #newsletter-form #submit-button-newsletter {
    width: 140px;
    height: 44px;
    background-color: #3498db;
    border: 1px solid #059dde;
    color: #fff;
    display: inline;
    margin: 0 5px 0 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    vertical-align: top;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-6 #newsletter-form #submit-button-newsletter:hover {
    color: #454545;
    background-color: #fff;
    border: 1px solid #fff;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-6 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #656565;
}

#newsletter-6 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #656565;
}

#newsletter-6 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #656565;
}

#newsletter-6 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #656565;
}

#newsletter-6 p.success_box {
    font-size: 16px;
    color: #fff!important;
    padding-top: 20px;
}

#newsletter-7 {
    background: #252525;
    margin-top: 40px;
}

#newsletter-7 .section-heading {
    font-size: 25px;
    color: #fff;
    margin-top: 0px;
}

#newsletter-7 .subscribe-form {
    padding: 60px 0px;
    background: transparent !important;
}

#newsletter-7 .subscribe-form .form-control {
    height: 54px !important;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    color: #333;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#newsletter-7 .section-heading span {
    color: #059dde;
}

#newsletter-7 .w-bg {
    padding: 73px 0px;
}

#newsletter-7 .subscribe-form .form-control:focus {
    color: #fff;
    border-color: rgb(1, 100, 167);
    background: rgb(1, 100, 167);
    border-right: 1px solid rgba(0, 0, 0, 0.28);
    background: rgba(0, 0, 0, 0.41);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#newsletter-7 .subscribe-form .btn-sub {
    padding: 0px;
    line-height: 52px;
    background: #059dde;
    padding: 0px 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 15px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#newsletter-7 .subscribe-form .btn-sub:hover,
#newsletter-7 .subscribe-form .btn-sub:active,
#newsletter-7 .subscribe-form .btn-sub:focus {
    background: rgba(0, 126, 212, 1);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    outline: none;
    box-shadow: none;
}

#newsletter-8 {
    background: #0e1f39;
    padding: 70px 0 70px;
    margin-top: 40px;
}

#newsletter-8 .feedback_main h2 {
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#newsletter-8 .feedback_main p {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 45px;
}

#newsletter-8 .feedback_form .btn {
    border-radius: 0px 50px 50px 0px;
    /* height: 53px; */
    padding-left: 0px;
    font-size: 22px;
    width: 174px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 11px;
    font-family: Raleway;
    padding-bottom: 10px;
    background: #059dde;
    background-image: linear-gradient(to right, #0041a5 25%, #059dde 100%);
    background-image: linear-gradient(to right, #0041a5 25%, #059dde 100%);
    border-color: #059dde;
}

#newsletter-8 .feedback_form .btn:hover {
    background-image: none;
    background-color: #fff;
    color: #242340;
    transition: all 0.3s ease 0s;
}

#newsletter-8 .feedback_form .form-control {
    border-radius: 50px 0px 0px 50px;
    height: 53px;
    padding-left: 20px;
    font-size: 18px;
    width: 585px;
}

#newsletter-9 {
    background-color: #e7e7e7;
    padding: 50px 0px 70px;
    margin-top: 40px;
}

#newsletter-9 h2,
#newsletter-9 h3 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

#newsletter-9 h2 a {
    color: #000;
}

#newsletter-9 hr {
    background-color: rgba(0, 0, 0, 0.3);
    width: 50px;
    border: 0.5px solid rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#newsletter-9 .form-control {
    padding-bottom: 30px;
    padding-left: 13px;
    /* width: 80%; */
    padding-top: 30px;
    float: left;
    margin-right: 10px;
    width: 99%;
    /* border-radius: 12px; */
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#newsletter-9 .input-group {
    width: 55%;
    margin-top: 25px;
    margin-left: 25%;
    margin-right: 25%;
}

#newsletter-9 .btn-submit {
    background-color: #000;
    color: #fff;
    font-size: 26px;
    padding: 11px 26px;
    text-transform: uppercase;
    /* padding-left: 8px; */
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

#newsletter-9 .btn-submit i {
    margin-right: 10px;
}

#newsletter-10 {
    background: #0595d9;
    padding: 50px 0;
    margin-top: 40px;
}

#newsletter-10 h6 {
    font-size: 25px;
    color: #fff;
    margin: 0 0 25px;
    text-align: center;
    font-weight: 600;
}

#newsletter-10 .intro-newsletter {
    background: rgba(0, 0, 0, 0.1);
    padding: 8px;
    border-radius: 5px;
    width: 536px;
    margin: 0 auto;
    display: table;
    position: relative;
}

#newsletter-10 .intro-newsletter input {
    width: 400px;
    height: 50px;
    border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    background: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 13px;
    float: left;
    margin: 0;
}

#newsletter-10 .intro-newsletter button {

    background: #fff;
    line-height: 50px;
    color: #0595d9;
    padding: 0px 30px;
    border-radius: 5px;
    border: none;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    width: 110px;
    margin-left: 10px;
    float: left;
    font-size: 25px;
}

@media (max-width: 1024px) {
    .nl3-heading,
    .nl3-desc {
        width: 100%;
    }
}

@media (max-width: 980px) {
    #newsletter .red-button {
        margin-top: 0px !important;
    }
    #subscribe-form {
        margin-top: 20px;
    }
    #newsletter-3 .subscribe-contant {
        display: inline-block;
    }
    #newsletter-text {
        margin-top: 0px;
    }
    #newsletter-2 {
        padding: 0px 0px 70px;
    }
    #newsletter-5 .info_transparent {
        padding: 70px 0px 0px;
        width: 100%;
        max-width: none;
    }
    #newsletter-5 .newsletter_box {
        padding-bottom: 70px;
    }
    #newsletter-6 .newsletter_box {
        padding: 70px 0px 90px 0px;
    }
    #newsletter-8 .feedback_form .form-control {
        width: 70%;
        display: inline-block;
        float: left;
    }
    #newsletter-8 .feedback_form .btn {
        width: 29%;
        display: inline-block;
        float: left;
    }
}

@media (max-width: 767px) {
    #newsletter {
        padding-bottom: 80px;
    }
    #newsletter-6 .newsletter_form_wrapper {
        display: inline-block;
        width: 100%;
    }
    #newsletter-6 .newsletter_form_box {
        max-width: none;
        display: inline-block;
        width: 100%;
    }
    #newsletter-6 .newsletter_form {
        display: inline-block;
        width: 100%;
    }
    #newsletter-6 #newsletter-form #email_newsletter {
        width: 67%;
        float: left;
        max-width: none;
    }
    #newsletter-6 #newsletter-form #submit-button-newsletter {
        width: 28%;
        float: right;
    }
    #newsletter-7 .w-bg {
        padding: 60px 15px 0px;
    }
    #newsletter-7 .subscribe-form {
        padding-top: 0px;
    }
    #newsletter-10 .intro-newsletter {
        width: 100%;
        display: inline-block;
    }
    #newsletter-10 .subscribe {
        display: inline-block;
        width: 100%;
    }
    #newsletter-10 .intro-newsletter input {
        width: 83%;
    }
    #newsletter-10 .intro-newsletter button {
        width: 15%;
        float: right;
        padding: 0px;
    }
    #newsletter-5 .newsletter_form_wrap {
        padding: 0px 15px;
    }
    #newsletter-9 .input-group {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 550px) {
    #newsletter-10 .intro-newsletter input {
        width: 82%;
    }
}

@media (max-width: 360px) {
    #newsletter-6 #newsletter-form #email_newsletter {
        width: 65%;
        float: left;
        max-width: none;
    }
    #newsletter-10 .intro-newsletter input {
        width: 80%;
    }
}





/******************* Newsletter Elements *******************/


/******************* Testimonials Elements *******************/


/***********************Testimonial1******************/

#testimonial-1 {
    padding: 60px 0px 65px;
}

#testimonial-1 .theme-row {
    margin-top: 20px;
}

#testimonial-1 .testimonial1-container {
    display: inline-block;
    width: 100%;
}





/*.section-heading h2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 48px;
    color: #282828;
    text-align: center;
    text-transform: uppercase;
}*/


/*.seperator {
    width: 105px;
    height: auto;
    border-bottom: 2px solid #b90101;    
    height: 3px;
    margin: 20px auto;
}*/


/*.seperator span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    background: #022444;
}*/

#testimonial-1 .testimonial1-container .testimonial1-carousel {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.35);
}

#testimonial-1 .media-left,
#testimonial-2 .media-left,
#testimonial-1 .media-body,
#testimonial-2 .media-body {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#testimonial-1 .media-left {
    border-top: 2px solid #f2f2f2;
}

#testimonial-1 .upper-paragraph {
    font-family: "Roboto";
    font-style: italic;
}

#testimonial-1 figure img {
    margin-top: 50px;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

#testimonial-1 .media-body {
    margin-top: 48px;
}

#testimonial-1 .upper-paragraph {
    font-family: "Roboto";
    font-size: 15px;
    color: #747474;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
}

#testimonial-1 .testi-name span {
    color: #059dde;
    font-size: 16px;
    padding-right: 6px;
    display: block;
    text-transform: uppercase;
}

#testimonial-1 .testi-name span:last-child {
    border-right: none;
    padding-left: 10px;
    color: #000;
    text-transform: capitalize;
}

#testimonial-1 p.testi-name {
    margin: 15px 0px;
}

#testimonial-1 .media,
#testimonial-2 .media {
    padding: 50px 150px 0px;
    position: relative;
}

#testimonial-1 .media .fa.fa-quote-right,
#testimonial-2 .media .fa.fa-quote-right {
    background: #059dde none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 38px;
    width: 26px;
}

#testimonial-1 figure {
    text-align: center;
    margin-top: 30px;
}

#testimonial-1 .owl-theme .owl-controls {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    #testimonial-1 .section-desc .section-heading {
        font-size: 35px;
    }
}





/***********************Testimonial-1******************/


/*******************Testimonial-2*************/

.testi2-bg-parallax {
    background-attachment: fixed;
    background: url(../images/section_bg.html) no-repeat center;
    background-size: cover;
    padding: 70px 0 50px;
}

#testimonial-2 .media-left {
    border-top: 2px solid #f2f2f2;
    padding-top: 20px;
}

#testimonial-2 .quote-sign {
    margin-bottom: 50px;
}

#testimonial-2 .testimonial2 .item {
    text-align: center;
}

#testimonial-2 .testimonial2 blockquote {
    padding: 10px 102px;
    margin: 0 0 20px;
    font-size: 14.5px;
    color: #fff;
    font-family: "Roboto";
    border: none;
    font-weight: 400;
    font-weight: normal;
}

@media(max-width: 767px) {
    #testimonial-2 blockquote {
        padding: 10px 0;
    }
    .testi2-bg-parallax {
        background-attachment: scroll;
    }
    #testimonial-2 .testimonial2 blockquote {
        padding: 10px;
    }
}





/*******************testimonial-2*************/


/******************testimonial-3***************/

#testimonial-3 .testimonial3 .item {
    text-align: left;
}

#testimonial-3.bg-f2f4f8 {
    background-color: #f2f4f8;
}

#testimonial-3 .flat-title-section.w90 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2px 0 35px;
    font-family: "Poppins";
    font-size: 48px;
    font-weight: 600;
    color: #059dde;
    padding-left: 10px;
}

#testimonial-3 .mag-bottom0px {
    margin-bottom: 0;
}

#testimonial-3 h2 {
    margin: 0px 0 20px 0;
    color: #21242b;
    line-height: 1.1;
    margin: 0px 0 20px 0;
    color: #21242b;
    line-height: 1.1;
    font-size: 48px;
    font-family: "Poppins";
    font-weight: 600;
    font-style: normal;
}

#testimonial-3.pad-bottom70px {
    padding-bottom: 55px;
    padding-top: 55px;
}

#testimonial-3 .testimonial3 .flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 50px 0 25px;
}

#testimonial-3 .testimonial3 .flat-divider.d48px {
    height: 48px;
}

#testimonial-3 .testimonial3 .flat-divider {
    width: 100%;
    position: relative;
}

#testimonial-3 .testimonial3 .flat-testimonial {
    background: #fff;
    padding: 35px 25px;
    border: 2px solid #cce9ed;
    position: relative;
    margin-bottom: 18px;
}

#testimonial-3 .testimonial3 .flat-testimonial .testimonial-meta {
    margin-bottom: 10px;
}

#testimonial-3 .testimonial3 .flat-testimonial .testimonial-image {
    margin-bottom: 11px;
    line-height: 0;
}

#testimonial-3 .testimonial3 .flat-testimonial .testimonial-author .author-name {
    color: #21242b;
    margin-right: 3px;
    text-transform: uppercase
}

#testimonial-3 .testimonial3 .flat-testimonial .testimonial-author .author-info {
    display: inline;
}

#testimonial-3 .testimonial3 .flat-testimonial .testimonial-content blockquote {
    margin: 0;
    padding: 0;
    position: relative;
    color: inherit;
}

#testimonial-3 blockquote,
#testimonial-3 q {
    hyphens: none;
    quotes: none;
}

#testimonial-3 .flat-testimonial:before {
    content: "";
    position: absolute;
    background: #cce9ed;
    width: 17px;
    height: 17px;
    bottom: -11px;
    left: 25px;
    -webkit-transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
    -o-transform: skewY(-45deg);
    transform: skewY(-45deg);
}

#testimonial-3 .flat-testimonial .testimonial-meta:after {
    width: 40px;
    height: 30px;
    content: "";
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 75px;
    z-index: 9;
}

#testimonial-3 .flat-testimonial:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 19px;
    height: 17px;
    bottom: -5px;
    left: 27px;
    -webkit-transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
    -o-transform: skewY(-45deg);
    transform: skewY(-45deg);
}

#testimonial-3 .testimonial3 .col-sm-4 {
    width: auto;
}

#testimonial-3 .flat-title-section span {
    color: #059dde;
}

#testimonial-3 .flat-title-section.style:after {

    content: "";
    position: relative;
    display: inline-block;
    background: url(../images/bg-heading.html);
    width: 200%;
    height: 16px;
    margin: 0 -200% 0 25px;
}

@media(max-width: 768px) {
    #testimonial-3 h2 {
        text-align: center;
        font-size: 41px;
    }
    #testimonal-4 h2 {
        font-size: 35px !important;
    }
}

@media(max-width: 1900px) {
    #testimonial-3 .testimonial3 .flat-testimonial .testimonial-content blockquote {
        border: none;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    #testimonial-3 .testimonial3 .flat-testimonial .testimonial-content blockquote {
        border: none;
        font-size: 12px;
    }
}

@media(max-width: 1200px) and (min-width: 1025px) {
    #testimonial-3 .testimonial3 .flat-testimonial .testimonial-content blockquote {
        border: none;
        font-size: 15px;
    }
}





/*******************testimonial-3****************/


/*******************testimonial-4***************/

#testimonal-4 {
    padding: 35px 0px;
}

#testimonal-4 .seperator1 {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin-top: 25px;
}

#testimonal-4 .carousel {
    position: relative;
}

#testimonal-4 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#testimonal-4 .item span .comma-left {
    float: left;
}

#testimonal-4 .item p {
    font-size: 17px;
    color: #969696;
    margin-top: 50px;
    line-height: 25px;
    padding: 0px 145px;
}

#testimonal-4 .item h4 {
    font-size: 30px;
    font-weight: 400;
    color: #059dde;
}

#testimonal-4 .clearfix {
    margin: 35px 0;
}

#testimonal-4 .item span .comma-right {
    float: right;
}

@media(max-width: 767px) {
    #testimonal-4 .item p {
        padding: 0 10px;
    }
}





/******************testimonial-4***************/


/******************testimonial-5***************/

#testimonial-5 {
    background: url(../images/testi-bg.html) center center;
    background-size: cover;
    padding: 45px 0px 40px;
}

#testimonial-5 .hosting-car .item .testi-item {
    padding: 15px 15px 15px 60px;
    margin-left: 46px;
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background: #fff;
}

#testimonial-5 .hosting-car .item .testi-item .testi-img {
    position: absolute;
    left: -48px;
    top: 50%;
    margin-top: -48px;
}

#testimonial-5 .hosting-car .item .testi-item .testi-img img {
    border: 1px solid #d6d6d6;
}

#testimonial-5 .hosting-car .item .testi-item .testi-text p {
    font-size: 15px;
    color: #747474;
    padding: 0px 15px 0px 25px;
    margin: 0px;
    margin-top: -10px;
    clear: both;
    font-family: "Roboto";
    text-align: left;
}

#testimonial-5 .hosting-car .item .testi-item .testi-text i.fa {
    color: #c6c6c6;
}

#testimonial-5 .hosting-car .item .testi-item .testi-text i.fa-flip-horizontal {}

#testimonial-5 .hosting-car .item .testi-item .testi-text h4 {
    font-size: 15px;
    padding-left: 25px;
    color: #059dde;
    font-style: italic;
    margin: 0px;
    margin-top: 10px;
    clear: both;
    font-family: "Poppins";
}

#testimonial-5 .seperator5 {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 18px;
}

#testimonial-5 .seperator5 .hr-line {
    background: #f37506;
    border-radius: 25px;
    border: 1px solid #f37506;
    width: 82px;
    height: 4px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#testimonial-5 .seperator5 .vr-line {
    width: 4px;
    height: 10px;
    background: #f37506;
    border: 1px solid #f37506;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -2px;
}

#testimonial-5 .owl-carousel .owl-stage {
    transform: translate3d(0px, 0px, 0px);
    transition: 0.25s;
    width: 1225px;
}

#testimonial-5 .owl-carousel .item:first-child,
#testimonial-5 .owl-carousel .item:nth-child(3) {
    padding-right: 0px;
    padding-left: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
}

#testimonial-5 .owl-carousel .item:nth-child(2),
#testimonial-5 .owl-carousel .item:last-child {
    /* padding-left: 0px;*/
    padding-top: 26px;
    padding-bottom: 26px;
    padding-right: 26px;
}

@media(max-width: 1024px) {
    #testimonial-5 {
        padding: 42px 0px 0px;
    }
}

@media(max-width: 375px) {
    #testimonial-5 .section-heading {
        font-size: 30px;
    }
}





/******************testimonilal-5***************/


/******************testimonial-6***************/


/* ______----- Testimonials -----______ */

#testimonial-6 {
    /*background: url(../images/qa-bg.jpg);*/
    padding: 110px 0px;
}

#testimonial-6 .section-desc {
    color: rgba(255, 255, 255, 0.30);
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    font-family: "Poppins";
}

#testimonial-6 .section-heading span {
    color: #f05d2d;
}

#testimonial-6 .testi-carousel-cont {
    margin-top: 60px;
}

#testimonial-6 .testi-carousel-cont h3 {
    color: #fff;
}

#testimonial-6 .testi-carousel-cont h3 .stars {
    margin-left: 50px;
    font-size: 25px;
    font-weight: 500;
}

#testimonial-6 p {
    padding: 40px 150px;
    margin: 0px;
    font-weight: 500;
    color: #35383e;
    line-height: 1.7em;
    font-style: italic;
    position: relative;
}

#testimonial-6 p .quote-left,
#testimonial-6 p .quote-right {
    width: auto;
    position: absolute;
    color: rgba(14, 14, 14, 0.30);
    font-size: 24px;
}

#testimonial-6 p .quote-left {
    left: 113px;
    top: 15px;
}

#testimonial-6 p .quote-right {

    right: 105px;

    bottom: 0;
}

#testimonial-6 .testi-carousel-cont p .quote-left {
    left: 125px;
    top: 0px;
}

#testimonial-6 .bx-wrapper .bx-viewport {
    background: transparent;
    border: 0px;
    box-shadow: none;
    padding: 0px;
}

#testimonial-6 .testi-carousel-cont p .quote-right {
    right: 140px;
    bottom: 0px;
}

#testimonial-6 .owl-thumbs {
    margin-top: 30px;
}

#testimonial-6 .owl-thumbs .owl-thumb-item {
    display: inline-block;
    margin-right: 40px;
    opacity: 0.20;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

#testimonial-6 .owl-thumbs .owl-thumb-item:last-child {
    margin-right: 0px;
}

#testimonial-6 .owl-thumbs .owl-thumb-item img {
    margin-bottom: 20px;
    width: 80%;
    transition: all 0.3s ease 0s;
}

#testimonial-6 .owl-thumbs .owl-thumb-item h4 {
    color: #8dc63f;
    font-size: 14px;
    font-weight: 400;
}

#testimonial-6 .owl-thumbs .owl-thumb-item h4 span {
    color: #909090;
    font-style: italic;
}

#testimonial-6 .owl-thumbs .owl-thumb-item.active {
    opacity: 1;
}

#testimonial-6 #bx-pager a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

#testimonial-6 #bx-pager a img {
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

#testimonial-6 #bx-pager a.active img {
    border-color: #034A67;
}

#testimonial-6 #bx-pager a span {
    font-size: 18px;
    color: #0e0e0e;
    font-family: 'Source Sans Pro';
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.4s ease;
}

#testimonial-6 #bx-pager a.active span {
    color: #034A67;
}

@media (max-width: 980px) {
    #testimonial-5 .theme-row {
        margin-top: 0px;
    }
    #testimonial-6 #bx-pager a {
        width: 18.33%;
    }
    #testimonial-6 #bx-pager a span {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    #testimonal-4 .item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #testimonial-6 .section-heading {
        font-size: 35px;
    }

    #testimonial-6 .testi-carousel-cont p {
        padding: 40px 10px;
    }
    #testimonial-6 .bx-wrapper .bx-viewport {
        height: auto;
    }
    #testimonial-6 p {
        padding: 0;
    }
    #testimonial-6 li {
        padding-left: 15px;
        padding-right: 15px;
    }
    #testimonial-6 #bx-pager {
        display: none !important;
    }
    #testimonial-6 .bx-wrapper {
        margin-bottom: 0px;
    }
    #testimonial-9 .extra-space {
        display: none;
    }
    #testimonial-10 .feedback_block .testi-media {
        margin-bottom: 20px;
    }
    #testimonial-10 .clearfix {
        display: none;
    }
    #our-community .community-container .community-text-box:after {
        left: 64px !important;
        top: 0px !important;
        transform: rotate(120deg) !important;
    }
    #our-community .bx-wrapper {
        z-index: 99;
    }
    #testimonial-20 .owl-next {
        right: 0px;
    }
    #testimonial-20 .owl-prev {
        left: 0px;
    }
}





/******************testimonial6***************/


/******************testimonial7***************/

#testimonial-7 .section_box .testimonials_margins {
    padding: 70px 0 25px 0;
}

#testimonial-7 .section_box {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0 20px 0;
    position: relative;
}

#testimonial-7 .row .twelvecol {
    width: 100%;
    float: left;
}

#testimonial-7 .onecol,
#testimonial-7 .twocol,
#testimonial-7 .threecol,
#testimonial-7 .fourcol,
#testimonial-7 .fivecol,
#testimonial-7 .sixcol,
#testimonial-7 .sevencol,
#testimonial-7 .eightcol,
#testimonial-7 .ninecol,
#testimonial-7 .tencol,
#testimonial-7 .elevencol {
    margin-right: 3.8%;
    float: left;
    min-height: 1px;
}

#testimonial-7 .testimonials_wrapper {
    width: 100%;
    float: left;
    padding-top: 39px;
    margin-bottom: 30px;
    text-align: center;
}

#testimonial-7 .testimonials_item {
    position: relative;
    z-index: 100;
    padding-bottom: 0;
    width: 100%;
}

#testimonial-7 .testimonials_box {
    background-color: #f3f3f3;
    border-bottom: 2px solid #e3e3e3;
    padding: 55px 20px 30px 20px;
    position: relative;
    z-index: 100;
    border-radius: 3px 3px 5px 5px;
}

#testimonial-7 .testimonials_box p {
    margin: 0;
    color: #656565;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}

#testimonial-7 img.autor_pic {
    position: absolute;
    display: block;
    top: -39px;
    left: 50%;
    margin-left: -39px;
    width: 70px;
    height: 70px;
    padding: 2px 2px;
    background-color: #fff;
    border: 2px solid #e3e3e3;
    border-radius: 39px 39px;
}

#testimonial-7 .testimonials_box .testimonials_arrow {
    background: none repeat scroll 0 0 #f3f3f3;
    border-right: 2px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
    display: block;
    width: 14px;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    bottom: -9px;
    position: absolute;
    z-index: 50;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#testimonial-7 p.autor {
    display: block;
    font-weight: 300;
    margin-top: 20px;
    font-size: 14px;
    color: #bd1c1d;
}

#testimonial-7 p.autor span {
    text-transform: uppercase;
    color: #454545;
    font-weight: 700;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}

@media(min-width: 992px) {
    #testimonial-7 .col-md-4 {
        width: auto;
    }
}





/******************testimonial7***************/


/******************testimonial8***************/

#testimonial8 {
    display: none;
}

#testimonial8 .section_gap {
    padding-bottom: 60px;
}

#testimonial8 .white_section {
    background-color: #fff;
}

#testimonial8 .section_gap {
    padding: 79px 0 65px;
}

#testimonial8 .heading {
    text-align: left;
    padding-bottom: 60px;
}

#testimonial8 .heading h1 {
    color: #5cc904;
    display: block;
    line-height: 63px;
    text-transform: uppercase;
    padding: 22px;
    border-left: 8px solid;
    border-color: #5cc904;
    font-size: 73px;
    font-weight: 700;
    margin: 0px 0 15px;
    font-family: "Poppins";
}

#testimonial8 .heading h1 span {
    display: block;
    font-size: 33px;
    line-height: 27px;
}

#testimonial8 .heading p {
    font-size: 16px;
    font-weight: 400;
    color: #8c9099;
    line-height: 24px;
}

#testimonial8 .imageSlide {
    text-align: center;
    padding-bottom: 60px;
}

#testimonial8 .imageBox {
    background-color: #00aeda;
    width: 98px;
    height: 98px;
    overflow: hidden;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: top;
    margin-bottom: 13px;
    opacity: 1;
}

#testimonial8 img {
    max-width: 100%;
}

#testimonial8 .imageBox.activeImage:after {
    content: "";
    width: 27px;
    height: 23px;
    background: url(../images/testi-hover.html) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -13px;
}

#testimonial8 .imageBox.activeImage {
    background-color: #94ca38;
}

#testimonial8 .imageBox.activeImage {
    opacity: 1;
    position: relative;
}

#testimonial8 .imageBox {
    width: 98px;
    height: 98px;
    overflow: hidden;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: top;
    margin-bottom: 13px;
}

#testimonial8 .footerTopContent {
    margin-top: 65px;
    text-align: center;
    position: relative;
}

#testimonial8 .quote {
    display: block;
    width: 31px;
    height: 26px;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#testimonial8 .quote i {
    color: #5cc904;
    font-size: 32px;
}

#testimonial8 .footerTopContent li {
    display: block;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#testimonial8 .footerTopContent p {
    font-size: 16px;
    line-height: 24px;
    color: #8c9099;
    margin-bottom: 25px;
    font-family: "Poppins";
}

#testimonial8 .uppercase {
    text-transform: uppercase;
}

#testimonial8 h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: normal;
    font-weight: 700;
    margin: 0px 0 22px;
    color: #000;
}

@media(max-width: 767px) {
    #testimonial8 .heading h1 {

        font-size: 35px;
    }

    #testimonial8 .heading h1 span {
        font-size: 25px;
    }
}





/******************testimonial8***************/


/******************testimonial9***************/

#testimonial-9 {
    background: url(../images/testimonial-bg.html) top left no-repeat;
    background-size: cover;
    padding: 35px 0px 65px;
}

#testimonial-9 .sep-style {
    margin-left: 0px;
}

#testimonial-9 .media-left,
#testimonial-9 .media-body {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#testimonial-9 .media-left img {
    margin-top: 30px;
}

#testimonial-9 .media-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: left;
    font-weight: lighter;
    font-style: italic;
    color: white;
    padding: 11px 0px 0px 24px;
    margin: 0px;
}

#testimonial-9 .media-body p span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #0698d7;
    font-weight: lighter;
    font-style: normal;
    margin: 0px;
}

#testimonial-9 .media-body p.testi-name {
    margin: 0px;
    padding-top: 30px;
}

#testimonial-9 .media {
    padding: 25px 35px;
    border: 2px solid #696d79;
}

#testimonial-9 .media .fa.fa-quote-left {
    color: #ffffff;
    font-size: 15px;
    float: left;
}

#testimonial-9 .media .fa.fa-quote-right {
    font-size: 15px;
    color: #ffffff;
    float: right;
    margin: 0px;
}

#testimonial-9 .section-heading1 h2 {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 48px;
    margin: 0px;
    position: relative;
    display: inline-block;
    /* text-transform: uppercase; */
    color: #ffffff;
}

#testimonial-9 .section-heading1 img {
    display: block;
    margin: 20px 0px 0px;
}

#testimonial-9 .extra-space {
    padding-top: 40px;
}

@media(max-width: 767px) {
    #testimonial-9 .media-left,
    #testimonial-9 .media-body {
        padding: 10px;
    }

    #testimonial-9 .section-heading1 h2 {
        font-size: 35px;
    }
}





/******************testimonial9***************/


/******************testimonial10**************/

#testimonial-10 {
    padding: 60px 0 70px;
}

#testimonial-10 .section-desc .section-heading {
    font-size: 44px;
}

#testimonial-10 .testi-media {
    border: 1px solid #e1e1e1;
    padding: 30px 20px 20px 20px;
    border-radius: 4px;
}

#testimonial-10 .img-testi {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

#testimonial-10 .quote-left,
#testimonial-10 .quote-right {
    position: absolute;
    color: #e2e2e2;
}

#testimonial-10 .quote-left {
    left: 0px;
    top: 0px;
}

#testimonial-10 .quote-right {
    right: 5px;
    bottom: 35px;
}

#testimonial-10 .feedback_info p {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

#testimonial-10 .feedback_item {
    background-color: #fff;
    /*padding: 45px 30px;*/
}

#testimonial-10 .feedback_info {
    position: relative;
    padding: 20px 0px 0px 30px;
}

#testimonial-10 .feedback_info h4 {
    color: #cf4141;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}

#testimonial-10 .feedback_info h4 span {
    color: #575757;
}

#testimonial-10 h3 {
    color: #2b2b2b;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    font-family: "Poppins";
}

#testimonial-10 .feedback_main p {

    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px;
}

#testimonial-10 .feedback_main .theme-sep {
    width: 68px;
    height: 4px;
    margin: 20px auto 25px;
    display: block;
}

#testimonial-10 .feedback_main .theme-sep .left {
    background: #d9d9d9;
    width: 50%;
    height: 100%;
    float: left;
}

#testimonial-10 .feedback_main .theme-sep .right {
    width: 50%;
    float: left;
    height: 100%;
    background: #cf4141;
}

#testimonial-10 .clearfix {
    margin: 35px 0;
}

#testimonial-10 .feedback_block .testi-media {
    border: 1px solid #e1e1e1;
    padding: 30px 20px 20px 20px;
    border-radius: 4px;
}

#testimonial-10 .feedback_block .img-testi {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

#testimonial-10 .feedback_block .feedback_info {
    position: relative;
    padding: 20px 0px 0px 30px;
}

#testimonial-10 .feedback_block .feedback_info .quote-left {
    left: 0px;
    top: 0px
}

#testimonial-10 .feedback_block .feedback_info .quote-left,
#testimonial-10 .quote-right {
    position: absolute;
    color: #e2e2e2;
}

#testimonial-10 .feedback_block .feedback_info .quote-right {
    right: 5px;
    bottom: 35px;
}

#testimonial-10 .feedback_block .feedback_info p {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 22px;
}

#testimonial-10 .feedback_block .feedback_info h4 {
    color: #059dde;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: "Poppins";
}

#tesimonial-10 .feedback_block .feedback_info h4 span {
    color: #575757;
}

@media(max-width: 767px) {
    #testimonial-10 h3 {
        font-size: 35px;
    }

    #testimonial-10 .feedback_block .testi-media {
        margin-bottom: 5px;
    }
    #testimonial-10 .section-desc .section-text {
        padding: 0;
    }
}





/******************testimonial10**************/


/******************testimonial-11**************/

#testimonial-11 {
    background: url(../images/testimonial-bg.html) no-repeat;
    background-size: cover;
    padding: 70px 0px;
}

#testimonial-11 .section-desc h2 {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 48px;
    color: #FFFFFF;
    margin: 0px;
    position: relative;
    text-align: center;
}

#testimonial-11 .section-desc .section-text {
    color: #fff;
}

#testimonial-11 .seperator11 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

#testimonial-11 .section-heading1 p {
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7em;
    margin: 40px 0;
    text-align: center;
}

#testimonial-11 .section-heading1 img {
    max-width: 100%;
}

@media(max-width: 375px) {
    /*#testimonial11 .ms-staff-carousel{
        display: none;
    }*/
    #testimonial-11 .section-desc .section-text {
        padding: 0;
    }
}

.ms-staff-carousel .ms-staff-info h3 {
    color: #059dde;
    font-family: "Poppins";
    font-weight: 500;
}

.ms-staff-carousel .ms-staff-info .ms-socials li a:hover {
    background-color: #059dde;
}

@media(max-width: 767px) {
    #testimonial-1 .media {
        padding: 50px 0px 0px;
    }
    #testimonial-1 .theme-row {
        margin-top: 0px;
    }
}





/***********************Testimonial-11******************/


/******************testimonial12**************/

#testimonal-12 {
    padding: 50px 0px;
    overflow: hidden;
}

#testimonal-12 .color {
    color: #3c3354;
    margin-left: 8px;
}

#testimonal-12 .features-slider {
    position: relative;
}

#testimonal-12 .slides li h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}

#testimonal-12 .p2 {
    color: #565656;
    font-weight: normal;
}

#testimonal-12 .features-slider ul li {
    width: 100%;
}

#testimonal-12 .features-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 40px;
}

#testimonal-12 .features-slider li h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin-top: 40px;
}

#testimonal-12 .features-slider li p {
    color: #333;
    font-weight: 400;
    padding-bottom: 40px;
    font-weight: lighter;
}

#testimonal-12 .features-slider .flickity-page-dots {
    text-align: left;
    margin-top: 50px;
    position: static;
}

#testimonal-12 .testi-img {
    text-align: left;
}

#testimonal-12 .right {
    float: right;
}

#testimonal-12 .flickity-page-dots .dot {
    background-color: #48b7e7 !important;
}

#testimonal-12 .section-heading h2 {

    font-family: "Poppins";
    font-weight: normal;
    font-size: 48px;
    color: #ff007c;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

#testimonal-12 .seperator11 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

#testimonal-12 .features-slider {
    position: relative;
}

#testimonal-12 .features-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 40px;
}

#testimonal-12 .features-slider ul li {
    width: 100%
}

#testimonal-12 .features-slider li h3 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #ffc72e;
    margin-top: 40px;
    text-transform: uppercase;
}

#testimonal-12 .features-slider li p {
    color: #333;
    padding-bottom: 40px;
    font-weight: lighter;
}

#testimonal-12 .features-slider .flickity-page-dots {
    text-align: left;
    margin-top: 50px;
    position: static;
}

#testimonal-12 .flickity-page-dots .dot {
    background-color: #555555 !important;
    width: 10px;
}

#testimonal-12 .right {
    float: right;
}

#testimonal-12 .testi-img {
    text-align: left;
    display: inline-block;
}

#testimonal-12 .testi-img img {
    display: inline-block;
    width: 100%;
}

@media(max-width: 767px) {
    #testimonal-12 .section-heading h2 {
        font-size: 23px;
    }

    #testimonal-12 .seperator11 img {
        max-width: 100%;
    }

    #testimonal-12 .testi-img img {
        max-width: 100%;
    }
}







/******************testimonial12**************/


/******************testimonial13**************/

#testimonial-13 {
    padding: 50px 0px;
}

#testimonial-13 .adds {
    margin-top: 48px;
}

#testimonial-13 .tabber-img {
    margin-top: 50px;
}

#testimonial-13 .adds .tab-content {
    padding: 5% 0% 8%;
    margin: 1% 0 5% 0;
}

#testimonial-13 .adds .tab-content h2 {
    font-family: "Poppins";
    font-weight: 600;
    color: #35383e;
    line-height: 2.2em;
    font-size: 48px;
    margin: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#testimonial-13 .adds .tab-content p {
    font-family: "Roboto";
    line-height: 25px;
    font-weight: 400;
    color: #585858;
    font-size: 15px;
    margin-bottom: 30px;
}

#testimonial-13 .adds .tab-content ul {
    margin-left: 0px;
    padding-left: 0px;
    margin: 0px;
}

#testimonial-13 .adds .tab-content ul li {
    font-family: "Arimo";
    font-weight: 400;
    color: #585858;
    line-height: 2.2em;
    list-style: none;
    font-size: 16px;
    /*text-transform: uppercase;*/
}

#testimonial-13 .adds .tab-content ul li::before {
    color: #787878;
    content: "Ã¯â‚¬â€°";
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-right: 12px;
    text-decoration: inherit;
}

#testimonial-13 .adds .nav-tabs {
    border-bottom: 0px;
    margin: 8.5% 0 0 0%;
}

#testimonial-13 .adds .nav-tabs>li {
    margin-right: 15px;
}

#testimonial-13 .adds .nav-tabs>li>a {
    border-radius: 0px;
    border: 1px solid #ececec;
    background: #ffffff;
    color: #585858;
    font-family: "Arimo";
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 12px 20px;
    text-transform: uppercase;
}

#testimonial-13 .adds .nav-tabs>li.active>a,
#testimonial-13 .nav-tabs>li.active>a:focus,
#testimonial-13 .nav-tabs>li.active>a:hover {
    background-color: #ff6c00;
    color: #ffffff;
    border: none;
}

#testimonial-13 #testimonial .bx-wrapper .bx-viewport {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
}

#testimonial-13 .bx-wrapper {
    margin-top: 30px;
}

#testimonial-13 .testimonial-slider {
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 0px;
}

#testimonial-13 a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ececec #ececec;
    border-image: none;
    border-style: none solid solid;
    border: 1px solid #ececec;
    border-top: none;
    display: inline-block;
    padding: 10px 30px;
    color: #6f6f6f;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    text-decoration: none;
}

#testimonial-13 .testimonial-content {
    border: 1px solid #ececec;
    padding: 80px 30px 80px 30px;
    position: relative;
}

#testimonial-13 a span {
    margin-left: 10px;
}

#testimonial-13 .testimonial-slider>li {
    list-style: none;
}

#testimonial-13 .testimonial-content i.fa {
    margin: 30px 0px 50px;
    font-size: 22px;
    color: #dfe1e3;
    position: absolute;
}

#testimonial-13 .testimonial-content .quote-left {
    top: 10px;
    left: 30px;
}

#testimonial-13 .testimonial-content .quote-right {
    bottom: 0px;
    right: 30px;
}

#testimonial-13 .testimonial-content p {
    color: #585858;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14.99px !important;
    /*padding: 0px 30px;*/
    line-height: 1.9em;
}

#testimonial-13 #bx-pager a {
    margin-right: 30px;
    font-family: "Roboto";
    font-size: 16px !important;
    color: #00355b;
    text-decoration: none;
    outline: none;
}

#testimonial-13 #bx-pager a.active {
    color: #71b100;
}

#testimonial-13 .section-sep {
    display: inline-block;
    width: 118px;
    height: 3px;
    background: #e8e8e8;
    margin-top: 20px;
    margin-bottom: 10px;
}

#testimonial-13 .bx-wrapper .bx-viewport {
    width: auto !important;
    height: auto !important;
    box-shadow: none;
    border: none;
}

#testimonial-13 .bx-wrapper {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    #testimonial-13 .section-heading {
        font-size: 35px;
    }
}





/******************testimonial13**************/


/******************testimonial14**************/

#testimonial14 {
    padding: 65px 0px;
}

#testimonial14 .adds {
    margin-top: 30px;
}

#testimonial14 .adds .tab-content {
    padding: 2% 0% 8%;
    margin: 1% 0 5% 0;
}


#testimonial14 .adds .tab-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #35383e;
    line-height: 2.2em;
    font-size: 18px;
    margin: 0px !important;
    text-transform: uppercase;
}

#testimonial14 .adds .tab-content p {
    font-family: "OpenSansRegular";
    font-weight: normal;
    color: #6f6f6f;
    font-size: 15px;
}

#testimonial14 .adds .tab-content ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 30px;
}

#testimonial14 .adds .tab-content ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #35383e;
    line-height: 2.2em;
    list-style: none;
    font-size: 15px;
}

#testimonial14 .adds .tab-content ul li:before {
    content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
    color: #71b100;
}

#testimonial14 .adds .nav-tabs {
    border-bottom: 0px;
    margin: 8.5% 0 0 0%;
}

#testimonial14 .adds .nav-tabs>li.active>a {
    background-color: #71b100;
    border-radius: 0px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-right: 10px;
    line-height: 1.42857;
    border: none;
    padding: 11px 15px;
}

#testimonial14 .adds .nav-tabs>li>a {
    border-radius: 0px;
    line-height: 1.42857;
    margin-right: 10px;
    background: #ffffff;
    color: #000000;
    font-family: "OpenSansRegular";
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 10px 15px;
}

#testimonial14 .testimonial-text h1 {
    color: #71B100;
    margin-top: 0px;
}

#testimonial14 .bx-wrapper .bx-viewport {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
}

#testimonial14 .bx-wrapper {
    margin-top: 30px;
}

#testimonial14 .testimonial-slider {
    padding: 0px;
}

#testimonial14 .testimonial-content {
    margin: 0px 150px;
}

#testimonial14 .testimonial-content i.fa {
    margin: 30px 0px 50px;
    font-size: 28px;
    color: #b4b9bd;
}

#testimonial14 .testimonial-content p {
    color: #35383e;
    font-family: "OpenSansRegular";
    font-size: 16px !important;
}

#testimonial14 #bx-pager a {
    margin-right: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    color: #00355b;
    text-decoration: none;
    outline: none;
}

#testimonial14 #bx-pager a.active {
    color: #71b100;
}

#testimonial14 #bx-pager a img {
    margin: 0px 10px;
}

#testimonial14 .testimonial-text h2 {
    color: #71B100;
    margin-top: 0px;
    font-family: "Poppins";
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
}

#testimonial14 .center,
.half {
    background: #00355b;
}

#testimonial14 hr.half {
    margin-top: 0px !important;
    width: 100px !important;
    background: #00355b;
}

#testimonial14 .testimonial-slider li {
    list-style-type: none;
}

@media(max-width: 767px) {
    #testimonial14 .testimonial-text h2 {
        font-size: 35px;
    }

    #testimonial14 .testimonial-content {
        margin: 0;
    }

    #testimonial13 .bx-wrapper {
        margin-bottom: 0;
    }
    #testimonial14 .bx-wrapper {
        padding: 0 10px;
    }
    #testimonial14 #bx-pager a {
        margin-right: 0;
    }
}





/******************testimonial14**************/


/******************testimonial15**************/

#testimonial-15 {
    padding: 50px 0px;
    text-align: center;
}

#testimonial-15 .media-left,
#testimonial .media-body {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#testimonial-15 .media-body {
    margin-top: 25px;
}

#testimonial-15 .media-body p span {
    color: #059dde;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}

#testimonial-15 .media-body p.testi-name {
    margin: 55px 0px;
}

#testimonial-15.img-circle {
    border-radius: 50%;
    position: absolute;
    left: 45%;
}

#testimonial-15 .media {
    padding: 50px 0px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 50px;
}

#testimonial-15 .media .fa.fa-quote-left {
    background-color: #059dde;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 38px;
    width: 26px;
}

#testimonial-15 .testi-designation {
    color: #909090 !important;
}

#testimonial-15 .testimonial_main h2 {
    font-weight: 600;
    color: #b50e44;
    font-size: 48px;
    text-transform: capitalize;
    font-family: "Poppins";
}

#testimonial-15 .seperator15 {
    margin: 25px auto;
}

#testimonial-15 .testimonial_main p {
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #2f2f2f;
    font-size: 14px;
}

#testimonial-15 .img-circle {
    border-radius: 50%;
    position: absolute;
    left: 45%;
}

#testimonial-15 .owl-carousel .owl-wrapper-outer {
    padding-bottom: 50px;
}

@media(max-width: 767px) {
    #testimonial-15 .media .fa.fa-quote-left {
        top: -8px;
    }

    #testimonial-15 .testimonial_main h2 {
        font-size: 35px;
    }

    #testimonial-15 .img-circle {
        left: 37%;
    }
    #testimonial-15 .section-desc .section-text {
        padding: 0;
    }
}





/******************testimonial15**************/


/******************testimonial16**************/


/* Our Community */

#our-community {
    padding: 60px 0px;
}

#our-community .section-desc .section-text {
    padding: 0px !important;
}

div.testimonial-16.module.parallax-3 {
    background-image: url(../images/community-bg.html);
}

#our-community .community-container {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

#our-community .community-container .community-text-box {
    background: #059dde;
    /*padding:0px 30px 0px 0px;*/
    color: #fff;
    position: relative;
}

#our-community .community-container .community-text-box:after {
    border-color: transparent #059dde;
    border-style: solid;
    border-width: 50px 82px 0px 0px;
    content: "";
    display: block;
    left: -64px;
    position: absolute;
    top: 81px;
    width: 0;
    z-index: 1;
    transform: rotate(-20deg);
}

#our-community .community-container .community-text-box p {
    font-size: 16px;
}

#our-community .community-container .community-text-box p.community-title {
    margin: 0px;
    font-weight: bold;
}

#our-community .community-container .community-text-box p span {
    font-weight: normal;
}

#our-community .community-container p.become-translator span {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#our-community .bx-viewport {
    background: none;
    box-shadow: none;
    border: none;
}

#our-community .communitySlider {
    padding: 0px;
}

#our-community .communitySlider li {
    position: relative;
    padding: 30px 30px 30px 70px;
    width: 100% !important;
    margin-left: 5px;
}

#our-community .communitySlider li i.fa {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 35px;
}

#our-community .btn-gray {
    background: #585858;
    border-color: #585858;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(65, 65, 65, 0.95);
    -moz-box-shadow: 0px 5px 0px 0px rgba(65, 65, 65, 03.95);
    box-shadow: 0px 5px 0px 0px rgba(65, 65, 65, 0.95);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    color: #fff;
    font-size: 18px;
}

#our-community .btn-gray:hover {
    background: #059dde;
    border-color: #059dde;
    color: #fff;
    -webkit-box-shadow: 0px 3px 0px 0px rgb(5, 157, 222);
    -moz-box-shadow: 0px 3px 0px 0px rgb(5, 157, 222);
    box-shadow: 0px 3px 0px 0px rgb(5, 157, 222);
    -webkit-transition: all 0.3s ease 0s;
}

#our-community .section-heading16 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 48px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 15px;
}

#our-community .section-desc {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #414141;
    margin-bottom: 0px;
    line-height: 1.7em;
    margin-top: 0px;
    padding: 0px 150px;
}

#our-community .section-seperator {
    background: #7dc343;
    display: inline-block;
    width: 40px;
    height: 2px;
    margin-top: 20px;
    position: relative;
}

#our-community .section-seperator span {
    background: #7dc343;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: -2.5px;
    margin-left: -2.5px;
}

@media(max-width: 767px) {
    #our-community .section-desc {
        padding: 0;
    }

    #our-community .section-heading16 {
        font-size: 35px;
    }
}





/******************testimonial16**************/


/******************testimonial17**************/

#testimonial-17 {
    background: url(../images/testimonial.html);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

#testimonial-17 img {
    margin-top: 50px;
    margin-bottom: 38px;
}

#testimonial-17 h6 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    margin-top: 40px;
}

#testimonial-17 p {
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    font-weight: lighter;
    color: #636363;
    font-style: italic;
    font-size: 18px;
    font-family: "Roboto";
}

@media(max-width: 767px) {}





/******************testimonial17**************/


/******************testimonial18**************/

#cmptr_repair-testimonial {
    background: url(../images/testi-bg18.html) center no-repeat;
    background-size: cover;
    padding: 80px 0px;
    text-align: center;
}

#cmptr_repair-testimonial .seperator18 {
    display: inline-block;
    width: 82px;
    margin-left: auto;
    margin-right: auto;
    line-height: 0px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 50px;
}

#cmptr_repair-testimonial .seperator18 .big-line {
    display: inline-block;
    width: 82px;
    height: 1px;
    background: #d9d9d9;
    margin: 1px;
}

#cmptr_repair-testimonial .seperator18 .small-line {
    display: inline-block;
    width: 52px;
    background: #d9d9d9;
    height: 1px;
}

#cmptr_repair-testimonial h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    font-family: "Poppins";
}

#cmptr_repair-testimonial .testi-row {
    margin-top: 30px;
}

#cmptr_repair-testimonial .item img {
    display: inline-block;
    width: auto;
    margin-top: 30px;
}

#cmptr_repair-testimonial .item p {
    margin: 55px 80px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.9em;
    position: relative;
}

#cmptr_repair-testimonial .item p .quote-left,
#cmptr_repair-testimonial .item p .quote-right {
    position: absolute;
}

#cmptr_repair-testimonial .item p .quote-left {
    left: -20px;
    top: -70px;
}

#cmptr_repair-testimonial .item p .quote-right {
    right: 0px;
    bottom: -50px;
}

#cmptr_repair-testimonial .item h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #017bc4;
    margin-top: 30px;
    margin-bottom: 0px;
}

#cmptr_repair-testimonial .seperator18 .big-line {
    display: inline-block;
    width: 82px;
    height: 1px;
    background: #d9d9d9;
    margin: 1px;
}

#cmptr_repair-testimonial .seperator18 .small-line {
    display: inline-block;
    width: 52px;
    background: #d9d9d9;
    height: 1px;
}

#cmptr_repair-testimonial .seperator18 .sep-style {

    border: none;
    margin: 0;
    width: auto;
    height: auto;
    background-color: #fff;
}

#cmptr_repair-testimonial .owl-controls {
    display: none !important;
}

@media(max-width: 767px) {
    #cmptr_repair-testimonial h2 {
        font-size: 35px;
    }
    #cmptr_repair-testimonial .item p {
        margin: 0;
    }
}





/******************testimonial18**************/


/******************testimonial19**************/

#feedback19 {
    padding: 60px 0;
}

#feedback19 .feedback-block p {
    background-color: #fff;
    font-size: 14px;
    padding: 24px;
    border: 1px solid #e1e1e1;
    color: #636363;
    position: relative;
}

#feedback19 .user-information {
    margin-top: 20px;
    display: block;
}

#feedback19 .user-information .user-name h4 {
    color: #575757;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

#feedback19 .user-information .user-name h4 span {
    color: #575757;
    font-weight: 500;
}

#feedback19 .feedback-block p::before {
    border-color: transparent transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 0 20px 23px;
    bottom: -22px;
    content: "";
    height: 0;
    left: 49px;
    position: absolute;
}

#feedback19 .feedback-block p::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 49.8px;
    bottom: -20px;
    border-width: 0 20px 22px;
    border-style: solid;
    border-color: #fff transparent transparent #fff;
}

#feedback19 .user-name {
    padding-left: 0;
}

#feedback19 .user-image i.fa {
    color: #059dde;
}

#feedback19 hr {
    border: 3px solid #059dde;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 67px;
}

#feedback19 .col-sm-6 {
    width: 100%;
}

@media(max-width: 767px) {
    #feedback19 .section-desc .section-text {
        padding: 0;
    }
}





/******************testimonial19**************/


/******************testimonial20**************/

#testimonial-20 {
    padding: 5% 0;
}

#testimonial-20 .stories_block {
    padding: 0 7%;
}

#testimonial-20 #stories_slider {
    background-color: #f1f1f1;
    margin-top: 55px;
    padding: 33px 0;
}

#testimonial-20 .stories_block h2 {
    color: #656565;
    font-family: "Poppins";
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 31px;
    text-transform: uppercase;
}

#testimonial-20 .student_image {
    background-color: #fff;
    border: medium none;
    border-radius: 50%;
    height: 160px;
    padding-top: 17px;
    width: 160px;
    margin: 0 auto;
}

#testimonial-20 .slider {
    padding: 0 90px;
}

#testimonial-20 #stories_slider .item {
    padding: 0 5%;
}

#testimonial-20 #stories_slider .item h3 {
    color: #656565;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#testimonial-20 #stories_slider .item h4 {
    color: #2a2a2a;
    font-family: "Poppins";
    font-size: 14px;
}

#testimonial-20 .owl-prev {
    background-color: #82ceef !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: bold;
    height: 29px;
    left: -23px;
    position: absolute;
    top: 43%;
    width: 38px;
}

#testimonial-20 .owl-next {
    background-color: #059dde !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: bold;
    height: 29px;
    right: -23px;
    position: absolute;
    top: 43%;
    width: 38px;
}

@media(max-width: 767px) {
    #testimonial-20 .slider {
        padding: 0;
    }
    #testimonial-20 .section-desc .section-text {
        padding: 0;
    }
}





/****************** testimonial20 **************/


/******************* Testimonials Elements *******************/


/******************* Gallery Elements *******************/

#gallery-section {
    padding: 70px 0px;
}

#gallery-section .section-desc .section-heading {
    text-align: center;
}

#gallery-section #gallery-3 {
    margin-top: 50px;
}

.heron-bg.default-gallery {
    padding-bottom: 75px;
}

#gallery-1 {
    background-color: #ffffff;
    min-height: 460px;
    height: 100%;
    position: relative;
}

#gallery-1 .outer-border {
    border: 1px solid #fff;
    height: 100%;
}

#gallery-1 .outer-border a:hover i.fa {
    color: rgba(255, 255, 255, 0.48);
}

#gallery-1 .outer-border h4 {
    color: #ffffff;
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

#gallery-1 .outer-border p {
    color: #ffffff;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

#gallery-1 .outer-border h4 {
    margin-top: 13%;
}

#gallery-1 .mosaicflow {
    margin-bottom: 1%;
    margin-top: 4%;
}

#gallery-1 .mosaicflow__column {
    float: left;
}

#gallery-1 .mosaicflow__item {
    position: relative;
}

#gallery-1 .mosaicflow__item .hoover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    background: #fd3c3d;
    opacity: 0;
    top: 25px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#gallery-1 .mosaicflow__item .hoover .fa {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#gallery-1 .mosaicflow__item:hover .hoover {
    opacity: 1;
    top: 0px;
}

#gallery-1 .new-images {
    display: none;
}

#gallery-1 .new-images1 .outer-border h4 {
    margin-top: 30%;
}

#gallery-2 {
    background: url(../images/gallaryback.html) center no-repeat;
    background-size: cover;
    margin-top: 50px;
}

#gallery-2 .gallerytext {
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    color: #fff;
}

#gallery-2 hr {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    width: 118px;
    height: 3px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

#gallery-2 .project_main h2 {
    color: #fff;
}

#gallery-2 .service-caption h3 {
    margin-left: 10px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

#gallery-2 .services-container .service-detail {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#gallery-2 .services-container .service-detail:hover .service-hover {
    opacity: 1;
    top: 0;
    height: 100%;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
}

#gallery-2 .services-container .service-detail:hover .service-hover h3 {
    opacity: 1;
}

#gallery-2 .services-container .service-detail:hover .service-caption {
    bottom: -50%;
    -webkit-transition-delay: 0.25s;
}

#gallery-2 .services-container .service-detail .service-hover {
    background: rgba(247, 247, 247, 0.97);
    display: inline-block;
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    height: 100%;
    transform: translate(0px, -52px);
    -webkit-transform: translate(0px, -52px);
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.40s ease;
    transition: all 0.40s ease;
    color: #059dde;
}

#gallery-2 .services-container .service-detail .service-hover h3 {
    color: #059dde;
    margin: 22px;
    opacity: 0.1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    font-weight: bold;
}

#gallery-2 .services-container .service-detail .service-hover p {
    text-align: center;
    color: #000;
    margin-top: 0px;
    padding: 0px 20px;
}

#gallery-2 .services-container .service-detail .service-caption {
    background: rgb(247, 247, 247);
    display: inline-block;
    width: 100%;
    color: #059dde;
    -webkit-transition: all 0.40s ease;
    transition: all 0.40s ease;
}

#gallery-3 {
    background: #f3f3f3;
}

#gallery-3 .gallery-text h1 {
    color: #5cc2e2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    margin: 0px;
}

#gallery-3 .gallery-img {
    margin-top: 20px;
}

#gallery-3 .gallery-img div[class^="col-"],
#gallery-3 .gallery-img .container-fluid {
    padding: 0px;
}

#gallery-3 .gallery-img img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#gallery-3 .overlay {
    background-color: rgba(62, 62, 56, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    width: 100%;
}

#gallery-3 .overlay .work-info {
    background: #00afda none repeat scroll 0 0;
    height: 100%;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    width: 100%;
}

#gallery-3 .gallery-image .overlay .work-info .work-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#gallery-3 .gallery-img .gallery-image:hover .overlay {
    background: rgba(62, 62, 56, 0.8) none repeat scroll 0 0;
}

#gallery-3 .gallery-img .gallery-image:hover .overlay .work-info {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#gallery-3 .gallery-img .gallery-image .overlay .work-info .work-text h1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 0px;
}

#gallery-4 {}

#gallery-4 h1 {
    color: #fff;
}

#gallery-4 .services-container {
    margin-top: 50px;
}

#gallery-4 .services-container .service-detail {
    /*margin-bottom: 30px;*/
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#gallery-4 .services-container .service-detail .service-hover {
    background: rgba(255, 255, 255, 0.0);
    display: inline-block;
    width: 70%;
    height: 70%;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    /* padding:5px;*/
    position: absolute;
    border: 2px solid #059dde;
    top: 15%;
    left: 15%;
    -webkit-transition: all 0.3s ease ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#gallery-4 .services-container .service-detail .service-hover a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    display: none;
}

#gallery-4 .services-container .service-detail .service-hover a i.fa {
    font-size: 40px;
    color: #059dde;
}

#gallery-4 .services-container .service-detail:hover .service-hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}

#gallery-4 .services-container .service-detail:hover .service-hover a {
    display: block;
}

#gallery-4 .services-container .service-detail:hover .service-hover h3,
#gallery-4 .services-container .service-detail:hover .service-hover .triangle {
    text-transform: uppercase;
    display: none;
}

#gallery-4 .overlay {
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#gallery-4 .services-container .service-detail:hover .overlay {
    background: rgba(255, 255, 255, 0.7);
}

#gallery-4 .main-service {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#gallery-4 .main-service h3 {
    position: relative;
    bottom: 10px;
    margin: 10px 0px 5px;
    color: #333;
}

#gallery-4 .triangle {
    border-bottom: 40px solid rgba(255, 255, 255, 0.5);
    border-left: 177px solid transparent;
    border-right: 177px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -40px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    width: 0;
    color: #000 !important;
    transform: none !important;
}

#gallery-4 .services-container .service-detail:hover .main-service {
    opacity: 0;
}

#gallery-4 hr {
    border: 0;
    height: 1px;
    width: 150px !important;
    position: relative;
    margin: 20px auto 4px;
}

#gallery-4 .center-white,
#gallery-4 .half-center-white {
    background: #fff;
}

#gallery-4 hr.half-center-white {
    margin-top: 0px !important;
    width: 100px !important;
}

#gallery-5 {
    background: url(../images/services.html) top left no-repeat;
    background-size: cover;
    margin-top: 40px;
}

#gallery-5 .services-text {
    transition: all 0.3s ease 0s;
}

#gallery-5 .services-text img {
    max-height: 45px;
    min-height: 45px;
}

#gallery-5 .services-text span {
    display: block;
    color: #ffffff;
    font-family: 'Arimo', sans-serif;
    font-size: 24px;
    margin-top: 10px;
}

#gallery-5 .services-text:hover span {
    color: #ff6c00;
}





/*---- Acoordion ----*/

#gallery-5 .accordion {
    width: 100%;
    max-width: 1170px;
    height: 625px;
    overflow: hidden;
    margin-top: -1px;
}

#gallery-5 .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

#gallery-5 .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 625px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

#gallery-5 .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

#gallery-5 .accordion ul li:nth-child(1) {
    background-image: url("../images/accordion-img-1.html");
}





/* Accordion 1 Image */

#gallery-5 .accordion ul li:nth-child(2) {
    background-image: url("../images/accordion-img-2.html");
}





/* Accordion 2 Image */

#gallery-5 .accordion ul li:nth-child(3) {
    background-image: url("../images/accordion-img-3.html");
}





/* Accordion 3 Image */

#gallery-5 .accordion ul li:nth-child(4) {
    background-image: url("../images/accordion-img-4.html");
}





/* Accordion 4 Image */

#gallery-5 .accordion ul li:first-child {
    width: 50%;
}

#gallery-5 .accordion ul:hover li {
    width: 20%;
}

#gallery-5 .accordion ul:hover li:hover {
    width: 50%;
}

@media screen and (max-width: 600px) {
    #gallery-5 .accordion {
        height: auto;
    }
    #gallery-5 .accordion ul li:first-child {
        width: 90%;
        margin-top: 80px;
    }
    #gallery-5 .accordion ul li:last-child {
        margin-bottom: 80px;
    }
    #gallery-5 .accordion ul li,
    #gallery-5 .accordion ul li:hover,
    #gallery-5 .accordion ul:hover li,
    #gallery-5 .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 90%;
        -webkit-transition: none;
        transition: none;
        margin: 30px auto;
        height: 300px;
    }
}

#gallery-6 .container-fluid {
    padding: 0px;
    margin-top: 40px;
}

#gallery-6 .nopadding {
    padding: 0px;
}

#gallery-6 .overlay {
    background-color: rgba(62, 62, 56, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    width: 100%;
}

#gallery-6 .overlay .work-info {
    background: #059dde;
    height: 100%;
    text-align: center;
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in 0.2s;
    -moz-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
    -ms-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
    width: 100%;
}

#gallery-6 .gallery-img .overlay .work-info .work-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#gallery-6 .gallery-img .overlay .work-info .work-text a {
    outline: 0;
}

#gallery-6 .gallery-img:hover .overlay {
    background: rgba(114, 99, 94, 0.7) none repeat scroll 0 0;
}

#gallery-6 .gallery-img:hover .overlay .work-info {
    transform: scale(1);
}

#gallery-6 .gallery-img h2 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 0px !important;
}

#gallery-6 .work-text .pretty-photo img {
    margin-top: 15px;
    transition: all 0.3s ease 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

#gallery-6 .work-text .pretty-photo:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

#gallery-6 .gallery-img>img {
    width: 100%;
    overflow: hidden;
}

#gallery-6 .item-hover {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
    background: transparent;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    color: #fff;
    transition: all 0.1s ease 0s;
}

#gallery-6 .item-hover i.fa {
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.1s ease-in 0s;
}

#gallery-6 .item-hover .hztl-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: transparent;
    border: none;
}

#gallery-6 .item-hover .hztl-line:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 1px;
    background: rgba(255, 255, 255, 0.0);
    left: -12px;
    top: 50%;
    margin-top: -0.5px;
    transition: background 0.4s ease 0s, left 0.3s ease 0s;
}

#gallery-6 .item-hover .hztl-line:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 1px;
    background: rgba(255, 255, 255, 0.0);
    right: -12px;
    top: 50%;
    margin-top: -0.5px;
    transition: background 0.4s ease 0s, right 0.3s ease 0s;
}

#gallery-6 .item-hover .vrtcl-line:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.0);
    top: -12px;
    left: 50%;
    margin-left: -0.5px;
    transition: background 0.4s ease 0s, top 0.3s ease 0s;
}

#gallery-6 .item-hover .vrtcl-line:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.0);
    bottom: -12px;
    left: 50%;
    margin-left: -0.5px;
    transition: background 0.4s ease 0s, bottom 0.3s ease 0s;
}

#gallery-6 .item-hover:hover i.fa {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

#gallery-6 .item-hover:hover .hztl-line:before {
    background: rgba(255, 255, 255, 1);
    left: -6px;
}

#gallery-6 .item-hover:hover .hztl-line:after {
    background: rgba(255, 255, 255, 1);
    right: -6px;
}

#gallery-6 .item-hover:hover .vrtcl-line:before {
    background: rgba(255, 255, 255, 1);
    top: -6px;
}

#gallery-6 .item-hover:hover .vrtcl-line:after {
    background: rgba(255, 255, 255, 1);
    bottom: -6px;
}

#gallery-7 {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

#gallery-7 .destination-images {
    margin-top: 15px;
}

#gallery-7 .destination-images img {
    width: 100%;
}

#gallery-7 .detination-detail {
    background: #059dde;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

#gallery-7 .detination-detail p {
    margin: 0px;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    float: left;
    text-transform: capitalize;
}

#gallery-7 .detination-detail span {
    float: right;
    font-size: 14px;
    color: #ffffff;
}

#gallery-8 {
    display: inline-block;
}

#gallery-8 .gallary_item {
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 20%;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

#gallery-8 .gallary_item img {
    width: 100%;
}

#gallery-8 .image_hover hr {
    margin-left: 0;
    margin-top: 19px;
}

#gallery-8 hr {
    border: 2px solid #059dde;
    margin-bottom: 22px;
    margin-top: 23px;
    width: 50px;
}

#gallery-8 .image_hover {
    bottom: 0;
    left: 0;
    padding-top: 77%;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

#gallery-8 .gallary_item:hover .image_hover {
    background: rgba(0, 0, 0, 0.49) none repeat scroll 0 0;
    padding-left: 20px;
    padding-top: 26%;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

#gallery-8 .image_hover h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

#gallery-8 .image_hover h4 span {
    display: inline-block;
}

#gallery-8 .image_hover hr {
    margin-left: 0;
    margin-top: 19px;
}

#gallery-9 .blog-image {
    display: block;
    max-width: 100%;
    height: auto
}

#gallery-9 .blog-item {
    text-align: center;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

#gallery-9 .blog-item>.list-group {
    margin: 0px;
}

#gallery-9 .blog-wrap {
    padding: 15px
}

#gallery-9 .blog-item {
    padding: 0;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

#gallery-9 .blog-item:hover .blog-image {
    opacity: 0;
    filter: alpha(opacity=30)
}

#gallery-9 .blog-item:hover .blog-body {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#gallery-9 .blog-body {
    background: #fff;
    display: block;
    padding: 25px;
    left: 10%;
    top: 10%;
    position: absolute;
    width: 80%;
    height: 80%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

#gallery-9 .blog-title {
    padding-top: 34%
}

#gallery-9 .blog-title>small {
    color: #333;
    margin-top: 5px;
    display: block;
}

#gallery-9 .blog-title .icon-link {
    color: #d0d0d0
}

#gallery-9 .blog-title .icon-link:hover {
    color: #059dde;
}

@media (max-width:767px) {
    #gallery-9 .blog-title {
        font-size: 26px
    }
}

@media (max-width:480px) {
    #gallery-9 .blog-title {
        padding-top: 30%
    }
}

#gallery-9 .blog-head {
    background-color: #059dde;
}

#gallery-9 .blog-image {
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    width: 100%
}

#gallery-9 .hidden-lg,
#gallery-9 .blog-title .icon-link {
    display: none !important;
}

#gallery-9 .blog-item {
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    overflow: hidden;
    position: relative;
}

#gallery-9 a.text-link {
    color: #059dde;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}

#gallery-10 .hover_listing {
    padding: 0;
    margin: 40px -10px 30px 0;
}

#gallery-10 .hover_listing li .img {
    display: inline-flex;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    position: relative;
    border-right: 3px solid #fff;
}

#gallery-10 .hover_listing li h3 {
    line-height: normal;
    margin-bottom: 5px !important;
}

#gallery-10 .hover_listing li h3 a {
    color: #000 !important;
    font-size: 18px !important;
}

#gallery-10 .hover_listing li h3 a:hover {
    text-decoration: none;
}

#gallery-10 .hover_listing li p {
    color: #8c9099 !important;
    font-size: 14px !important;
    margin: 0px !important;
    padding-bottom: 22px !important;
}

#gallery-10 .hover_listing li .img img {
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    width: 100%;
}

#gallery-10 ul.hover-social-icons li a {
    color: #059dde !important;
}

#gallery-10 ul.hover-social-icons li a:hover {
    background-color: rgba(5, 157, 222, 0.8) !important;
    color: #fff !important;
}

#gallery-10 .hover_listing li .img:hover img,
#gallery-10.hover_listing li .img:hover img {
    opacity: .1;
}

#gallery-10 .hover_listing li .img .play-btn {
    width: 64px;
    height: 64px;
    color: #fff;
    border-color: #fff;
    line-height: 64px;
    font-size: 25px;
    display: block;
    margin-top: -32px;
    margin-left: -32px;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}

#gallery-10 .btn-primary {
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #059dde;
    border: 1px solid #059dde;
    display: inline-block;
    padding: 0 47px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#gallery-10 .hover_listing {
    margin-bottom: 0;
}

#gallery-10 .hover_listing li p:last-child {
    padding-bottom: 0;
}

#gallery-10 .hover_listing li .img ul.hover-social-icons {
    display: none;
}

#gallery-10 .hover_listing li .img:hover ul.hover-social-icons {
    display: block;
}

#gallery-10 ul.hover-social-icons {
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -20px 0 0 0;
}

#gallery-10 .hover_listing li .img:hover {
    background: #059dde;
}

#gallery-10 .noPadd {
    padding: 0px !important;
}

#gallery-10 ul.hover-social-icons li {
    display: inline-block;
    vertical-align: middle;
    border: none;
}

#gallery-10 ul.hover-social-icons li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #eed580;
    text-decoration: none;
    padding: 0;
    margin: 0 12px 0 0;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#gallery-10 ul.hover-social-icons li a:hover {
    color: #fff;
    background-color: #000;
}

@media (max-width: 767px) {
    #gallery-3 .gallery-img img {
        width: 100%;
    }
    #gallery-8 {
        display: inline-block;
        width: 100%;
    }
    #gallery-8 .gallary_item {
        width: 60%;
        margin: 0px auto;
    }
}

@media (max-width: 480px) {
    #gallery-8 .gallary_item {
        width: 80%;
    }
}

@media (max-width: 360px) {
    #gallery-8 .gallary_item {
        width: 100%;
    }
    #gallery-9 .blog-title {
        font-size: 18px;
        padding-top: 0px;
    }
}






/******************* Gallery Elements *******************/


/******************* Content Elements *******************/


/***-- content 1 ---***/

#content-1 {
    padding: 75px 0 120px
}

#content-1 h2 {
    margin-bottom: 10px
}

#content-1 .workout-img a {
    display: inline-block;
}

#content-1 .about-heading {
    font-weight: 700;
    color: #059dde;
    font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
}

#content-1 .media {
    margin-top: 40px
}

#content-1 .media i.fa {
    font-size: 28px;
    color: #059dde;
}

#content-1 .media h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-top: 0px;
    text-transform: uppercase;
}

#content-1 .media p {
    margin: 0
}

#content-1 .media .media-body {
    padding-left: 20px
}

#content-1 .about-heading .line-seperator {
    width: 70px;
    height: 2px;
    display: block;
    background: #000;
    margin-top: 15px;
    margin-bottom: 30px
}





/***-- content 1 ---***/


/***-- content 2 ---***/

#content-2 {
    background: url(../images/best-bg.html) center no-repeat;
    background-size: cover;
    padding: 75px 0px 0px;
}

#content-2 .Best-main {
    margin-bottom: 50px;
}

#content-2 .section-desc h2,
#content-2 .section-desc p {
    color: #fff;
}

#content-2 .section-desc h2 {
    margin-bottom: 15px;
}

#content-2 .Best-text h4 {
    font-family: 'Poppins';
    color: #fff;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 26px;
}

#content-2 .Best-text p {
    color: #fff;
    margin-top: 20px;
}

#content-2 .Best-text .btn-submit {
    width: 100%;
    height: 63px;
    line-height: 50px;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#content-2 .Best-text .btn-submit:hover {
    background-color: #fff;
    color: #017bc4;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}





/***-- content 2 ---***/


/***-- content 3 ---***/

#content-3 {
    padding: 60px 0px 65px;
}

#content-3 .about-heading {
    font-weight: 500;
    color: #059dde;
    font-size: 26px;
    margin: 0px;
    margin-bottom: 25px;
}

#content-3 .media {
    margin-top: 40px;
}

#content-3 .media p {
    margin: 0px;
}

#content-3 .media .media-body {
    padding-left: 25px;
}

#content-3 .about-heading .line-seperator {
    width: 70px;
    height: 2px;
    display: block;
    background: #059dde;
    margin-top: 15px;
    margin-bottom: 15px;
}

#content-3 .info-heading {
    font-weight: normal;
    font-size: 18px;
    color: #353535;
    margin-top: 0px;
    margin-bottom: 15px;
}





/***-- content 3 ---***/


/***-- content 4 ---***/

#content-4 {
    background: url(../images/startup-bg.html);
    background-size: cover;
    padding: 100px 0 90px;
}

#content-4 .sep-style {
    margin-left: 0px;
}

#content-4 .luncher_block img {
    border-radius: 5px;
}

#content-4 .luncher_block h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
    line-height: 1.3em;
}

#content-4 .luncher_block h3 span {
    text-transform: none;
}

#content-4 .luncher_block h5 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-top: 0px;
}

#content-4 .luncher_block p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

#content-4 .luncher_block .theme-sep {
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 35px;
}

#content-4 .luncher_block ul {
    list-style: outside none none;
    margin-top: 40px;
    padding: 0;
}

#content-4 .luncher_block ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 50%;
    float: left;
}

#content-4 .luncher_block ul li::before {
    color: #fff;
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
    left: 0;
    font-weight: normal;
    margin-right: 15px;
}

#content-4 .luncher_block .btn {
    background-color: #fff;
    margin-top: 32px;
    color: #333;
}

#content-4 .luncher_block .btn:hover {
    color: #fff;
}





/***-- content 4 ---***/


/***-- content 5 ---***/

#content-5 {
    padding: 75px 0px;
}

#content-5 .learn-text h3 {
    color: #1c1c1d;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
}

#content-5 .learn-text h2 {
    font-weight: 500;
    font-size: 36px;
    color: #059dde;
    margin: 0px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

#content-5 .learn-text h3,
#content-5 .learn-text h2,
#content-5 .learn-text img,
#content-5 .learn-text p {
    margin-bottom: 20px;
}

#content-5 .learn-text p {
    color: #000;
}

#content-5 .learn-text .sep-style {
    margin-top: 0px;
    margin-bottom: 25px;
}

#content-5 .learn-text .btn-learn {
    font-family: 'Roboto', sans-serif;
    width: 215px;
    height: 59px;
    margin-top: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #059dde;
    color: #fff;
    font-size: 16px;
    border: none;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0px;
    font-style: normal;
    transition: all 0.3s ease 0s;
}

#content-5 .learn-text .btn-learn:hover {
    background-color: #008dca;
}





/***-- content 5 ---***/


/***-- content 6 ---***/

#content-6 {
    background: url(../images/content6bg.html) center no-repeat;
    background-size: cover;
    padding: 75px 0px;
}


#content-6 .section-desc h2 {
    color: #fff;
}

#content-6 .learn-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

#content-6 .learn-text p {
    color: #fff;
    margin-top: 40px;
}

#content-6 .learn-text .btn-submit {
    padding: 14px 60px;
    color: #fff;
    background-color: transparent;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #fff;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}

#content-6 .learn-text .btn-submit:hover {
    background-color: #fff;
    color: #ffc72e;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}





/***-- content 6 ---***/


/***-- content 7 ---***/

#content-7 {
    background: #f3f3f3;
    padding: 80px 0px;
}

#content-7 .adds {
    margin-top: 48px;
}

#content-7 .tabber-img {
    margin-top: 50px;
}

#content-7 .adds .tab-content {
    padding: 5% 0% 8%;
    margin: 1% 0 5% 0;
}

#content-7 .adds .tab-content h2 {
    font-weight: 400;
    color: #35383e;
    line-height: 2.2em;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#content-7 .adds .tab-content p {
    line-height: 25px;
    font-weight: 400;
    color: #585858;
    font-size: 15px;
    margin-bottom: 30px;
}

#content-7 .adds .tab-content ul {
    margin-left: 0px;
    padding-left: 0px;
    /*margin-top: 30px;*/
    margin: 0px;
}

#content-7 .adds .tab-content ul li {
    font-weight: 400;
    color: #585858;
    line-height: 2.2em;
    list-style: none;
    font-size: 16px;
    /*text-transform: uppercase;*/
}

#content-7 .adds .tab-content ul li::before {
    color: #787878;
    content: "ï€‰";
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-right: 12px;
    text-decoration: inherit;
}

#content-7 .adds .nav-tabs {
    border-bottom: 0px;
    margin: 8.5% 0 0 0%;
}

#content-7 .adds .nav-tabs>li {
    margin-right: 15px;
}

#content-7 .adds .nav-tabs>li>a {
    border-radius: 0px;
    border: 1px solid #ececec;
    /*margin-right: 10px;*/
    background: #ffffff;
    color: #585858;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 12px 20px;
    text-transform: uppercase;
}

#content-7 .adds .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #059dde;
    color: #ffffff;
    border: none;
}





/***-- content 7 ---***/


/***-- content 9 ---***/

#content-9 {
    padding: 75px 0 0;
}

#content-9 .main_block {
    margin-bottom: 50px;
}

#content-9 .heading h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 700;
}

#content-9 .text {
    border-left: 5px solid #02a7df;
    padding: 5px 0 5px 25px;
}

#content-9 .heading h3 span {
    color: #059dde;
}

#content-9 .feature_block h3 {
    color: #454345;
    font-size: 18px;
    font-weight: 600;
}

#content-9 .feature_block p {
    color: #a7a7a7;
}

.feature_block img {
    width: 100%;
}

#content-9 .feature_info .feature-program {
    margin-bottom: 55px;
    margin-top: 77px;
    padding-left: 0;
}

#content-9 .feature_info h4 {
    color: #454345;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

#content-9 .feature_info p {
    display: flex;
}

#content-9 .feature_info p i {
    color: #059dde;
    margin-top: 3px;
    margin-right: 12px;
}

#content-9 .feature_block .btn {
    background-color: transparent;
    border: 1px solid #059dde;
    color: #454345;
    font-weight: 600;
    margin-right: 25px;
    padding: 12px 0;
    text-transform: uppercase;
    width: 160px;
}

#content-9 .hvr-sweep-to-bottom::before {
    background: #059dde;
}

#content-9 .feature_block .btn:hover {
    color: #fff;
    background: #059dde;
}

#content-9 .feature_block .no-padding {
    padding: 0;
}





/***-- content 9 ---***/


/***-- content 10 ---***/

#content-10 {
    padding: 65px 0px;
}

#content-10 .sep-style {
    margin-left: 0px;
}

#content-10 h2 {
    color: #000;
    margin: 20px 0px 8px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

#content-10 h2 span {
    color: #059dde;
}

#content-10 h3 {
    color: #585858;
    font-size: 18px;
}

#content-10 .faded-text {
    color: #c8c8c8;
    font-size: 15px;
    font-style: italic;
    margin: 0px;
    font-weight: 400;
}

#content-10 p {
    color: #6f6f6f;
    margin: 30px 0px 8px;
    font-size: 15px;
}

#content-10 .info {
    margin-top: 30px;
}

#content-10 .info i.fa {
    color: #059dde;
    font-size: 40px;
}

#content-10 .info h4 {
    color: #35383e;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px;
}

#content-10 .info p {
    color: #6f6f6f;
    font-size: 16px !important;
    margin: 5px 0px !important;
}

.clear {
    margin-top: 20px;
}

#content-10 #info-icons {
    margin-top: 30px;
    position: relative;
}

#content-10 #info-icons img {
    margin-right: 15px;
}

#content-10 .agent-img {
    margin-top: 25px;
}

#content-10 #info-icons a {
    font-size: 30px;
    margin-right: 15px;
    color: #059dde;
}

#content-10 #info-icons a:hover {
    color: rgba(5, 157, 222, 0.7);
}





/***-- content 10 ---***/


/***-- content 11 ---***/

div.module.parallax {
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.module.parallax-11 {
    background: url(../images/content11-bg.jpg) center center;
    padding: 110px 0;
}

#content-11 .luncher_block hr {
    border-color: white;
    text-align: left;
    display: -webkit-inline-box;
}

#content-11 .luncher_block .section-desc .section-heading {
    color: #fff !important;
    /* font-size: 34px; */
    /*margin-top: 8px;*/
    margin-bottom: 50px;
}
#content-11 .btn-wwd {
    margin-top: 20px;
}
#content-11 .luncher_block h4 {
    color: #fff;
}

#content-11 .luncher_block p {
    color: #fff;
}

#content-11 .luncher_block ul {
    list-style: outside none none;
    margin-top: 10px;
    padding: 0;
}

#content-11 .luncher_block ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    /* text-transform: uppercase; */
    font-family: roboto;
}

#content-11 .luncher_block ul li::before {
    color: #fff;
    content: "\f00c";
    font-family: fontawesome;
    font-size: 16px;
    left: 0;
    font-weight: normal;
    margin-right: 15px;
}

#content-11 .luncher_block img {
    max-width: 100%;
}

.btn-wwd {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #fff !important;
    /* background: #fff; */
    padding: 12px 35px;
    /* margin-top: 25px; */
    border: 1px solid #fff;
}

.btn-wwd:hover {
    background: #ffffff;
    color: #034A67 !important;
}





/***-- content 11 ---***/


/***-- content 12 ---***/

#content-12 {
    padding: 90px 0;
    background-color: #f8f8f8;
}

#content-12 .aboutus_main hr {
    margin: 25px 0px;
}

#content-12 .tour-img {
    margin-top: 25px;
}

#content-12 .tour-img:hover {
    transform: rotateX(-7deg) scale(1.05);
    transition: all 0.7s ease 0s;
}

#content-12 .tour-img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s
}

#content-12 .panel-group {
    margin-top: 30px;
}

#content-12 .panel-heading.active,
#content-12 .active i,
#content-12 .active a {
    background-color: #059dde !important;
    color: #fff !important;
    border-color: #059dde !important;
    transition: all 0.3s ease 0s;
}

#content-12.panel-heading.active {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.19);
}

#content-12 .panel-heading {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

#content-12 .panel {
    border: none;
    border-radius: 0px;
    margin: 0 0 14px;
    padding: 0;
    display: block;
    box-shadow: none;
}

#content-12 .panel-body {
    border: 0;
    background: #f8f8f8;
}

#content-12 .about-us-panel-text {
    padding-right: 0;
}

#content-12 .panel-group i {
    background-color: #fff;
    color: #059dde;
    /* height: 46px; */
    /* line-height: 48px; */
    margin: 0px 15px 0 0px;
    padding: 14px 0px;
    position: relative;
    font-size: 14px;
    top: -0.5px;
    text-align: center;
    width: 46px;
    border-right: 1px solid #d7d7d7;
    transition: all 0.3s ease 0s;
}

#content-12.panel-heading {
    padding: 0;
}

#content-12 .panel a {
    color: #575757;
    font-size: 18px;
    padding: 0px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    /*line-height: 48px;*/
    display: block;
    transition: all 0.3s ease 0s;
}





/***-- content 12 ---***/


/***-- content 13 ---***/

#content-13 {
    padding: 70px 0px 80px;
    background: url(../images/content13-bg.html) center center;
    background-size: cover;
}

#content-13 #websiteImage {
    margin-top: 20px;
}

#content-13 #websiteText h4 {
    text-transform: uppercase;
    color: #2b2b2b;
    font-size: 24px;
}

#content-13 #websiteText hr {
    width: 53px;
    height: 4px;
    border: none;
    background: #059dde;
    margin-left: 0px;
    border-radius: 5px;
}

#content-13 #websiteText h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

#content-13 #websiteText h5 {
    font-weight: 600;
    font-size: 20px;
    color: #ffc72e;
}

#content-13 #websiteText p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0px 20px;
    margin: 0px;
}

#content-13 #websiteText ul {
    margin: 0px;
    padding: 0px;
}

#content-13 #websiteText ul li {
    list-style: none;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

#content-13 #websiteText ul li i.fa {
    color: #059dde;
    margin-right: 10px;
}

#content-13 #websiteText a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 20px;
    background: #ffc72e;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    margin-top: 40px;
}

#content-13 #websiteText a:hover {
    color: #059dde;
    background: #fff;
}





/***-- content 13 ---***/


/***-- content 14 ---***/

#content-14 {
    background: #ffffff;
    padding: 75px 0px;
}

#content-14 h2 {
    margin-bottom: 10px;
}

#content-14 .tab-content .sep-style {
    margin-left: 0px;
    margin-bottom: 25px;
}

#content-14 .adds,
#content-14 .tabber-img {
    margin-top: 50px;
}

#content-14 .adds .tab-content {
    padding: 0;
    margin: 0;
}

#content-14 .adds .tab-content h3 {
    font-weight: 500;
    color: #059dde;
    font-size: 30px;
    margin: 0px !important;
    text-transform: uppercase;
}

#content-14 .adds .tab-content ul {
    padding-left: 0px;
    margin-top: 25px;
    column-count: 2;
}

#content-14 .adds .tab-content ul li {
    font-weight: bold;
    color: #000;
    line-height: 2.2em;
    list-style: none;
    font-size: 15px;
    text-transform: uppercase;
}

#content-14 .adds .tab-content ul li i.fa {
    margin-right: 15px;
}

#content-14 .btn-default {
    margin-top: 15px;
    position: relative;
    font-size: 16px;
    background-color: #059dde;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

#content-14 .btn-default:hover {
    background-color: #0087c1;
}





/***-- content 14 ---***/


/***-- content 15 ---***/

#content-15 {
    background: url(../images/content15-bg.html) center no-repeat;
    background-size: cover;
    padding: 75px 0px 0;
}

#content-15 .section-desc .section-heading {
    color: #fff;
}

#content-15 .section-desc .sep-style {
    margin-left: 0px;
}

#content-15 .section-desc p {
    color: #fff;
    margin-bottom: 50px;
}

#content-15 .learn_main {
    margin-bottom: 40px;
}

#content-15 .learn_main h3 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

#content-15 .learn_main p {
    color: #FFFFFF;
}

#content-15 .learn-text h2 {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

#content-15 .learn-text h2,
.learn-text p {
    color: #fff;
}

#content-15 .learn-text ul {
    padding: 0px;
    margin: 0px;
}

#content-15 .learn-text ul>li {
    padding: 0px;
    margin: 20px 0px 0;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    list-style: none;
    display: inline-flex;
}

#content-15 .number {
    display: block;
    width: 69px;
    float: left;
}

#content-15 .points {
    padding-left: 20px;
    padding-top: 10px;
}

#content-15 .learn-text .points h4 {
    color: #fff;
    /*padding-bottom: 5px;*/
    margin-top: 0px;
    text-align: left;
}

#content-15 .learn-text .points p {
    color: #fff;
    text-align: left;
}





/***-- content 15 ---***/


/***-- content 16 ---***/

#content-16 {
    padding: 75px 0px;
}

#content-16 .learn-text h3 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 28px;
    font-weight: 500;
    color: #000;
}

#content-16 .learn-text h4 {
    color: #565656;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 22px;
}

#content-16 .learn-text .sep-style {
    margin-bottom: 30px;
}

#content-16 .learn-text p {
    color: #000;
    line-height: 1.7em;
}

#content-16 .learn-text .btn-learn {
    border-radius: 4px;
    background-color: #059dde;
    color: #fff;
    font-size: 16px;
    padding: 15px 35px;
    margin-top: 40px;
    border: none;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0px;
    font-style: normal;
    transition: all 0.3s ease 0s;
}

#content-16 .learn-text .btn-learn:hover {
    background-color: #293a66;
}





/***-- content 16 ---***/


/***-- content 17 ---***/

#content-17 {
    background: url(../images/content17-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 75px 0px;
}

#content-17 .section-desc {
    margin-bottom: 40px;
}

#content-17 .section-desc p,
#content-17 .section-desc h2 {
    color: #fff!important;
}

#content-17 .section-desc .section-subHeading {
    color: #fff;
}

#content-17 .section-desc .section-heading {
    font-size: 34px;
}

#content-17 .section-desc .sep-style {
    margin: 10px 0px 25px;
    width: 70px;
}

#content-17 .learn-text h3 {
    font-family: 'Source Sans Pro';
    font-size: 24px;
    margin-top: 0px;
    font-weight: 500;
}

#content-17 .learn_main {
    margin-bottom: 40px;
}

#content-17 .learn_main h2 {
    color: #fff;
    font-size: 40px;
}

#content-17 .learn_main p {
    color: #FFFFFF;
}

#content-17 .learn-text h2,
.learn-text p {
    color: #fff;
}

#content-17 .learn-text ul {
    padding: 0px;
    margin: 0px;
}

#content-17 .learn-text ul>li {
    padding: 0px;
    margin: 0px 0px 15px;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    list-style: none;
    display: inline-block;
}

#content-17 .number i.fa {
    width: 68px;
    float: left;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}

#content-17 .points {
    padding-left: 85px;
    padding-top: 10px;
}

#content-17 .learn-text .points p {
    text-align: left;
}





/***-- content 17 ---***/


/***-- content 18 ---***/

#content-18 {
    padding: 80px 0px;
}

#content-18 .sep-style {
    margin: 15px 0px 25px;
}

#content-18 h3 {
    margin-bottom: 25px;
    margin-top: 0px;
}

#content-18 p {
    margin-top: 25px;
    margin-bottom: 35px;
}

#content-18 ul {
    padding: 0px;
    margin: 0px;
}

#content-18 ul>li {
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #6b6b6b;
    font-size: 16px;
    list-style: none;
}

#content-18 ul>li>i.fa {
    color: #059dde;
    font-size: 16px;
    padding-right: 15px;
}

#content-18 .support-img {
    text-align: right;
}





/***-- content 18 ---***/


/***-- Content Responsive -- ***/

@media(max-width: 980px) {
    #content-1 .workout-img {
        text-align: center;
        margin-bottom: 45px;
    }
    #content-2 .Best-img {
        text-align: center;
        margin-top: 40px;
    }
    #content-4 .luncher_block {
        margin-top: 40px;
    }
    #content-4 .luncher_block ul {
        display: inline-block;
        margin-bottom: 0px;
    }

    #content-5 {
        text-align: center;
    }
    #content-5 .learn-img {
        margin-bottom: 30px;
    }

    #content-6 .learn-text {
        margin-bottom: 30px;
    }

    
    #content-8 .learn-video {
        margin-top: 0px;
    }

    #content-9 .feature_info .feature-program {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    #content-9 .feature_block .btn {
        margin-top: 30px;
    }
    #content-10 .agent-img {
        text-align: left;
    }

    #content-15 {
        padding-bottom: 75px;
    }
    #content-15 .learn-img {
        display: none;
    }

    #content-16 {
        text-align: center;
    }
    #content-16 .learn-img {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #content-3 .workout-img {
        margin-bottom: 30px;
    }
    #content-11 br {
        display: none;
    }
    #content-11 ul {
        margin: 0px !important;
    }
    #content-11 .luncher_block {
        margin-top: 30px;
    }
}




/** Element 3 **/

.service-3 {
    padding: 110px 0;
}

.service-3 .seperator-line {
    margin: 15px auto;
}

.service-3 h2 {
    font-weight: 600;
    color: #059dde;
    font-size: 36px;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
}

.service-3 .work_main {
    padding-bottom: 53px;
}

.service-3 .work-section-1 ul,
.work-section-2 ul {
    padding: 0px;
    margin: 0px;
}

.service-3 .work-section-1 ul>li,
.work-section-2 ul>li {
    padding: 0px;
    margin: 0px 0px 50px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    list-style: none;
    /*display: inline-flex;*/
}

.service-3 .work-section-1 ul>li:last-child,
.work-section-2 ul>li:last-child {
    margin-bottom: 0px;
}

.service-3 .number i.fa {
    width: 70px;
    font-size: 28px;
    /* float: left; */
    padding: 3px;
    height: 70px;
    border: 1px solid #034A67;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.4s ease;
}

.service-3 .number i.fa:before {
    width: 62px;
    height: 62px;
    display: inline-block;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid transparent;
    background: #034A67;
}

.service-3 .for-abs-img .abs-image {
    /*max-width: none;
    margin-left: -25px;
    width: 108%;*/
    margin-top: 85px;
}

.service-3 .points-1 {
    /*padding-right: 15px;*/
    padding-top: 0px;
}

.service-3 .points-2 {
    /*padding-left: 15px;*/
}

.service-3 .work-section-1 .points-1 h4 {
    font-family: 'Source Sans Pro';
    font-size: 22px;
    color: #1e1e1d;
    margin-top: 25px;
    margin-bottom: 8px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.service-3 .work-section-2 .points-2 h4 {
    font-family: 'Source Sans Pro';
    font-size: 22px;
    color: #1e1e1d;
    margin-top: 25px;
    margin-bottom: 8px;
    font-weight: 600;
    transition: all 0.5s ease;
}
.service-3 li:hover h4 {

}
.service-3 .work-section-1 .points-1 p {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #575757;
    font-size: 15px;
    /*text-align: right;*/
}

.service-3 .work-section-2 .points-2 p {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #575757;
    font-size: 15px;
    /*text-align: left;*/
}

.service-3 li:hover h4 {
    color: #034A67 !important;
}

.service-3 li:hover .number i.fa {
    color: #034A67;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.service-3 li:hover .number i.fa:before {
    border-color: #034A67;
    background: transparent;
}

@media (max-width: 980px) {
    .service-3 .for-abs-img .abs-image {
        width: auto;
        max-width: 100%;
        margin: 0px;
    }
}





/** Element 3 **/


/***-- content 8 ---***/

#content-8 {
    background: url(../images/content8-bg.png) center no-repeat #034A67;
     background-size: cover; 
    padding: 110px 0px;
    /*background-position: -100% bottom;*/
}

#content-8 .sep-style {
    margin-bottom: 30px;
    margin-left: 0px;
    border-color: #fff;
}

#content-8 .learn-main h4 {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    /* text-transform: uppercase; */
    margin: 0px;
}

#content-8 .learn-main {

    margin-left: 70px;
}

#content-8 .learn-text {
    margin-left: 70px;
    margin-top: 50px;
}

#content-8 .learn-main h2 {
    color: #fff;
    margin-top: 0px;
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    /* text-transform: uppercase; */
}

#content-8 .learn-text p {
    color: #fff;
    line-height: 1.6em;
}

#content-8 .learn-text .btn-submit i.fa {
    font-size: 36px;
    vertical-align: sub;
    margin-right: 15px;
}

#content-8 .learn-text .btn-submit {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #fff;
    background: transparent;
    padding: 12px 35px;
    margin-top: 40px;
    border: 1px solid #fff;
}

#content-8 .learn-text .btn-submit:hover {
    background-color: #fff;
    color: #059dde;
    border-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#content-8 .learn-video {
    margin-top: 150px;
    text-align: center;
}
#content-8 .learn-video a {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.76);
    font-size: 0px;
    padding: 5px;
    border-radius: 50%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
#content-8 .learn-video a:hover {
    background: rgba(255,255,255,0.9);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#content-8 .learn-video a svg .play-circle {
    fill: #034A67;
}
#content-8 .learn-video a svg .play-icon {
    fill: #034A67;
}

#content-8 .learn-video img {
    text-align: right;
    display: block;
    margin: 0 auto;
}





/***-- content 8 ---***/


/******************* Service Elements *******************/


/******************* Footer Elements *******************/

.sep-cont-2 {
    margin-top: 50px;
    margin-bottom: 50px;
}






/** Footer Element 1 **/

.footer-1 {
    background: #090909;
    padding: 70px 0px 0px;
}

.footer-1 a {
    transition: all 0.4s ease 0s;
}

.footer-1 .footer-detail h3 {
    /*font-family: 'Lora';*/
    font-size: 22px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer-1 .footer-detail .theme-sep {
    width: 70px;
    height: 2px;
    margin-left: 0px;
    border: none;
    background: #059dde;
    margin-bottom: 50px;
}

.footer-1 p,
.footer-1 li,
.footer-1 a {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.footer-1 a:hover {
    color: #059dde;
}

.footer-1 .news-date {
    color: #059dde;
}

.footer-1 .f-news-media .media-left {
    padding-right: 20px;
}

.footer-1 .f-news-media img {
    max-width: none;
    border-radius: 5px;
}

.footer-1 .f-news-media .media-body a {
    margin-bottom: 5px;
    display: inline-block;
}

.footer-1 .footer-services li {
    margin-bottom: 15px;
}

.footer-1 .footer-services li a i.fa {
    margin-right: 10px;
}

.footer-1 .fl-project {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
}

.footer-1 .fl-project li {
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 30%;
    float: left;
}

.footer-1 .fl-project li a {
    display: inline-block;
    position: relative;
}

.footer-1 .fl-project li a img {
    border-radius: 5px;
}

.footer-1 .fl-project li a i.fa {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    top: 0px;
    left: 0px;
    text-align: center;
    border-radius: 5px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transition: all 0.5s ease;
}

.footer-1 .fl-project li a i.fa:before {
    position: relative;
    top: calc(50% - 10px);
    /* 50% - 3/4 of icon height */
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.3s
}

.footer-1 .fl-project li:hover a i.fa {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.footer-1 .fl-project li:hover a i.fa:before {
    opacity: 1;
}

.footer-1 .f-contact li {
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    display: inline-flex;
}

.footer-1 .f-contact li:last-child {
    margin-bottom: 0px;
}

.footer-1 .f-contact li i.fa {
    margin-top: 2px;
    margin-right: 10px;
}

.copyright-1 {
    margin-top: 70px;
    background: #059dde;
    padding: 35px 0px;
}

.copyright-1 p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
}

.copyright-1 p a {
    color: #fff;
}






/** Footer Element 2 **/

.footer-2 {
    background: #0088CC;
    position: relative;
    overflow: hidden;
    padding: 75px 0px 0px;
}

.footer-2 a {
    transition: all 0.4s ease;
    color: #fff;
}

#footer-2-svg {
    display: none;
}

.footer-2 .footer-body {
    position: relative;
    z-index: 999;
}

.footer-2 .water {
    position: absolute;
    height: 125%;
    width: 100%;
    z-index: 5;
    bottom: 0;
    left: 0;
    background: rgba(28, 118, 204, 0.44);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.footer-2 .water__inner {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.footer-2 .water__wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}

.footer-2 .water__wave_back {
    right: 0;
    fill: rgba(28, 118, 204, 0.20);
    -webkit-animation: wave-back 2.0s infinite linear;
    animation: wave-back 2.0s infinite linear;
}

.footer-2 .water__wave_middle {
    right: 0;
    fill: transparent;
    -webkit-animation: wave-back 0s infinite linear;
    animation: wave-back 0s infinite linear;
}

.footer-2 .water__wave_front {
    left: 0;
    fill: rgba(28, 118, 204, 0.44);
    margin-bottom: -1px;
    -webkit-animation: wave-front 2.5s infinite linear;
    animation: wave-front 2.5s infinite linear;
}

@-webkit-keyframes wave-front {
    100% {
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes wave-front {
    100% {
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes wave-middle {
    100% {
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes wave-middle {
    100% {
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes wave-back {
    100% {
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}

@keyframes wave-back {
    100% {
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .footer-2 .water {
        background: transparent;
    }
}

.footer-2 .seperator:before {
    width: 15px;
    left: -25px;
}

.footer-2 .seperator {
    margin-left: 0px;
    margin-top: 15px;
    border-color: #fff;
}

.footer-2 .seperator:after {
    width: 82px;
    right: -92px;
}

.footer-2 .footer-detail {
    position: relative;
}

.footer-2 .footer-services a {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 25px;
}

.footer-2 .footer-services a i.fa {
    position: absolute;
    top: 3px;
    left: 0px;
}

.footer-2 .footer-detail {
    padding-bottom: 60px;
    display: inline-block;
    width: 100%;
}

.footer-2 .footer-detail a {
    color: #fff;
    font-weight: normal;
    font-family: roboto;
}

.footer-2 .footer-detail a:hover {
    color: #fff;
}

.footer-2 .footer-detail .fa {
    margin-right: 2px;
}

.l-project i.fa {
    padding-right: 12px;
}

.footer-2 .l-project a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-2 .footer-detail h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0px;
}

.footer-2 p.footer {
    color: #fff!important;
    font-size: 12px !important;
    margin: 10px 0px 0px;
}

.footer-2 .footer-detail ul li {
    border-bottom: 1px solid #33a0d6;
    display: flex;
    color: #fff;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-2 .footer-detail ul li a:hover,
footer .copy-right a:hover {
    color: rgba(255, 255, 255, 0.79);
}

.footer-2 .l-post .row {
    margin-bottom: 20px;
}

.footer-2 .footer-detail #mail,
footer .copy-right a {
    color: #ffffff;
}

.footer-2 .copy-right {
    border-top: 1px solid #66b8e0;
    padding: 20px 0;
    margin-bottom: 0px;
    position: relative;
    color: #fff;
}

.footer-2 .copy-right a {
    color: #fff;
}






/** Footer Element 3 **/

.footer-3 {
    background: #f4f4f4;
    padding: 60px 0px 0px;
}

.footer-3 a {
    transition: all 0.4s ease;
}

.footer-3 .vid-heading {
    margin-bottom: 30px;
    position: relative;
}

.footer-3 .vid-heading span {
    position: relative;
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #0098D8;
    border-bottom: 1px solid #0098D8;
    padding-bottom: 12px;
    display: inline-block;
    z-index: 10;
}

.footer-3 .hding-bottm-line {
    height: 1px;
    width: 100%;
    display: inline-block;
    background: #d0d0d0;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
}

.footer-3 .vid-heading span {
    font-size: 16px;
}

.footer-3 .hding-bottm-line {
    z-index: 0;
}

.footer-3 .footer-about img {
    width: 63%;
}

.footer-3 .footer-about p {
    color: #575757;
    line-height: 1.6em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-3 .footer-about .bottom-social li {
    margin-right: 5px;
    padding: 0px;
}

.footer-3 .footer-about .bottom-social li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: #e8e8e8;
    color: #979797;
    display: inline-block;
}

.footer-3 .footer-about .bottom-social li a:hover {
    background: #0098D8;
    color: #fff;
}

.footer-3 .latest-post h4 {
    color: #363636;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer-3 .latest-post p {
    color: #979797;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-3 .category-list li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -10px;
}

.footer-3 .category-list li a {
    color: #575757;
    padding: 12px 0px 12px 15px;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.footer-3 .category-list li a:hover {
    color: #0098D8;
}

.footer-3-form .form-control {
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
    color: #575757;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
}

.footer-3-form .btn-send {
    background: #0098D8;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    outline: none;
    transition: all 0.4s ease;
}

.footer-3-form .btn-send:hover,
.btn-send:active,
.btn-send:focus {
    background: #0181b7;
    color: #fff;
}

.footer-3-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #c2c2c2;
}

.footer-3-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #c2c2c2;
}

.footer-3-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2c2c2;
    opacity: 1;
}

.footer-3-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #c2c2c2;
    opacity: 1;
}

.copyright-3 {
    margin-top: 60px;
    padding: 20px 0px;
    background: #0098D8;
    color: #fff;
}

.copyright-3 p {
    margin: 0px;
    font-size: 16px;
}

.copyright-3 p a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.copyright-3 p a:hover,
#copyright p a:active,
#copyright p a:focus {
    color: #ffffff;
}






/** Footer Element 4 **/

.footer-4 {
    background-color: #059dde;
    padding: 20px 0;
}

.footer-4 .footer-detail a {
    color: rgb(255, 255, 255);
    margin-left: 15px;
    text-align: center;
}

.footer-4 .footer-detail h3 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    margin: 0;
}

.footer-4 .footer-detail a i.fa {
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    transition: all 0.3s ease 0s;
}

.footer-4 .footer-detail a i.fa:hover {
    background-color: #FFFFFF;
    color: #059dde;
    /*border: none;*/
    transition: all 0.3s ease 0s;
}

.footer-4 a {
    color: #fff;
}

.footer-4 p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    padding-top: 20px;
}






/** Footer Element 5 **/

.footer-5 {
    padding: 65px 0px 0px;
    background: #20262a;
}

.footer-5 .footer-heading {
    font-size: 20px;
    color: #fff;
    border-left: 2px solid #059dde;
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 35px;
}

.footer-5 .f-about-img {
    margin-bottom: 15px;
}

.footer-5 p {
    margin: 0px;
    line-height: 1.7em;
}

.footer-5 p,
.footer-5 a,
.footer-5 li {
    font-size: 14px;
    color: #8b97a2;
}

.footer-5 a:hover {
    color: #059dde;
}

.footer-5 .footer-links {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.footer-5 .footer-links .vr-line {
    position: absolute;
    left: -15px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #2e3336;
}

.footer-5 .footer-links li {
    display: inline-flex;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #2e3336;
}

.footer-5 .footer-links li:last-child {
    border: none;
}

.footer-5 .footer-links li i.fa {
    /* color: #f37506; */
    margin-top: 2px;
    margin-right: 12px;
}

.footer-5 .f-getInTouch .footer-links li {
    border: none;
    margin-bottom: 10px;
}

.footer-5 .f-getInTouch .footer-links li:last-child {
    margin-bottom: 40px;
}

.copyright-5 {
    background-color: #3078b8;
    padding: 25px 0;
    margin-top: 60px;
}

.copyright-5 .footer-detail a {
    color: rgb(255, 255, 255);
    margin-left: 10px;
    text-align: center;
}

.copyright-5 .footer-detail h3 {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
    font-weight: 400;
}

.copyright-5 .footer-detail a i.fa {
    font-size: 14px;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}

.copyright-5 .footer-detail a i.fa:hover {
    color: #333;
}

.copyright-5 a {
    color: #fff;
}

.copyright-5 p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
}






/** Footer Element 6 **/

.footer-6 {
    padding: 25px 0;
    background-color: #070e19;
}

.footer-6 p {
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
}

.footer-6 .footer_menu ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    color: white;
    margin-right: 10px;
}

.footer-6 .footer_menu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-6 .footer_menu ul li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}






/** Navigation Elements **/

#navigation-elements {
    background: #d0e7f9;
    /*background: url(../images/nav-temp.jpg) center center;*/
    background-size: cover;
    padding: 80px 0px;
}

.m-50 {
    margin-top: 100px;
}

.navigation-1,
.navigation-2,
.navigation-3,
.navigation-4,
.navigation-5,
.navigation-6,
.navigation-7,
.navigation-8,
.navigation-9,
.navigation-10,
.navigation-11,
.navigation-12,
.navigation-13,
.navigation-14,
.navigation-15,
.navigation-16,
.navigation-17,
.navigation-18,
.navigation-19 {
    font-family: 'Poppins';
    position: absolute !important;
}

#navigation-elements .navigation-1,
#navigation-elements .navigation-2,
#navigation-elements .navigation-3,
#navigation-elements .navigation-4,
#navigation-elements .navigation-5,
#navigation-elements .navigation-6,
#navigation-elements .navigation-7,
#navigation-elements .navigation-8,
#navigation-elements .navigation-9,
#navigation-elements .navigation-10,
#navigation-elements .navigation-11,
#navigation-elements .navigation-12,
#navigation-elements .navigation-13,
#navigation-elements .navigation-14,
#navigation-elements .navigation-15,
#navigation-elements .navigation-16,
#navigation-elements .navigation-17,
#navigation-elements .navigation-18,
#navigation-elements .navigation-19 {
    position: relative !important;
}






/***********___ nav megamenu ___***********/

.megamenu-header {
    padding: 10px 0 5px;
    background-color: #484848;
}

.megamenu-header .for-contact-info {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.megamenu-header .for-timing {
    width: 100%;
}

.megamenu-header .fa {
    margin-right: 3px;
    font-size: 17px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.megamenu-header a:hover .fa {
    color: #249fd1;
}

.megamenu-header span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.megamenu-header .timing-three .top-social {

    text-align: right;
}

.megamenu-header a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}

.megamenu-header a:hover {
    color: rgba(255, 255, 255, 0.86);
}

.nav-megamenu .dropdown .dropdown-menu .caret {
    margin-top: -11px;
}

@media only screen and (max-width: 1200px) {
    .megamenu-header a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 980px) {

    .megamenu-header .for-contact-info,
    .megamenu-header .timing-three .top-social,
    .megamenu-header .timing-one {
        text-align: center;
        padding: 6px 0;
    }
    .megamenu-header a {
        font-size: 16px;
    }
    .megamenu-header .for-timing {
        margin-top: 0px;
    }
    .megamenu-header .timing-three .top-social {
        padding-top: 0px;
    }
    .nav-megamenu .container {
        width: 100%;
    }
    .nav-megamenu .navbar-nav {
        padding-top: 24px;
    }
    .nav-megamenu .search-container {
        right: 30px !important;
    }
    .nav-megamenu .dropdown .dropdown-menu .caret {
        margin-top: -11px;
    }
}

@media (max-width: 800px) {
    .nav-megamenu .navbar-nav {
        padding-top: 15px;
    }
}

@media (max-width:767px) {
    .megamenu-header .for-contact-info .info-phone {
        /* text-align: left; */
    }
    .nav-megamenu>span {
        height: 87px !important;
    }
    .nav-megamenu .logo a {
        padding: 12px 0px !important;
    }
}

@media (max-width: 640px) {
    .megamenu-header {
        padding: 15px 0px 12px;
    }
    .megamenu-header .for-timing {
        margin-top: 0px;
    }
    .megamenu-header .for-timing .timing-three {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 360px) {
    .megamenu-header .for-contact-info .info-phone span {
        /* display: block; */
    }
}

@media (max-width: 320px) {
    .megamenu-header {
        text-align: center;
    }
    .megamenu-header .for-contact-info .info-phone {
        text-align: center;
    }
    .megamenu-header .for-timing .timing-three {
        text-align: center;
    }
    .megamenu-header span,
    .megamenu-header li {
        display: inline-block;
    }
    .megamenu-header {
        font-size: 11px;
    }
}

.nav-megamenu {
    background: rgb(255, 255, 255);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.nav-megamenu.nma {
    position: absolute;
}

.nav-megamenu span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: #ffc72e;
    height: 100%;
}

.nav-megamenu:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.nav-megamenu:after {
    left: 100%;
    background: #212022;
}

.nav-megamenu .for-logo {
    padding-right: 26px;
}

.nav-megamenu .logo {
    background: #ffc72e;
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.nav-megamenu .logo span {
    background-color: #ffc72e;
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.nav-megamenu .logo img {}

.nav-megamenu .logo a {
    display: inline-block;
    padding: 18px 16px 19px 0px;
}

.nav-megamenu nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.nav-megamenu .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.nav-megamenu .navbar-collapse {
    margin-right: 30px;
}

.nav-megamenu .navbar li {
    z-index: 999;
    margin-left: 0px;
    margin-top: 31px;
    margin-bottom: 31px;
    transition: all 0.3s ease 0s;
}

.nav-megamenu .navbar-nav>li>a {
    color: #1e1f20;
    font-size: 15px;
    padding: 8px 20px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.nav-megamenu .navbar-default .navbar-nav>li.active,
.nav-megamenu .navbar-default .navbar-nav>li:hover {
    background: #ffc72e;
}

.nav-megamenu .navbar-default .navbar-nav>li:hover a,
.nav-megamenu .navbar-default .navbar-nav>.active>a {
    color: #fff;
}

.nav-megamenu .navbar-collapse {
    padding-left: 0px;
}





/******************************
***********dropdown menu*********
*******************************/

.nav-megamenu .dropdown-menu>li>a:focus,
.nav-megamenu .dropdown-menu>li>a:hover {
    background: transparent;
}

.nav-megamenu .dropdown .dropdown-menu {
    background-color: #ffc72e;
    min-width: 160px;
    padding: 30px 0px 0px;
    /* margin-top: 10px; */
    border: 1px solid #2682a9;
    border-top: none;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.nav-megamenu .dropdown .dropdown-menu.mega-dropdown-menu {
    padding: 30px 10px;
}

.nav-megamenu .dropdown .dropdown-menu.mega-dropdown-menu>li {
    border-bottom: none;
}

.nav-megamenu .dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom: 1px solid #0092cd;
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.nav-megamenu .dropdown .dropdown-menu>li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-megamenu .dropdown .dropdown-menu .dropdown li:last-child {
    border-bottom: none !important;
}

.nav-megamenu .dropdown .dropdown-menu li:focus,
.nav-megamenu .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.nav-megamenu .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    /* text-transform: uppercase; */
}

.nav-megamenu .dropdown .dropdown-menu li a:active,
.nav-megamenu .dropdown .dropdown-menu li a:focus {}

.nav-megamenu .dropdown .dropdown-menu li:hover {
    background: white;
}

.nav-megamenu .dropdown .dropdown-menu li:hover>a {
    color: #000;
}

.nav-megamenu .dropdown-menu li a:hover {
    background: transparent !important;
}






/******************************
***********fixing navbar*********
*******************************/

.nav-megamenu .hiden-form {
    min-height: 0px !important;
}

.nav-megamenu .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: #ffc72e;
    padding: 0px 25px;
}

.nav-megamenu .search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.nav-megamenu .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.nav-megamenu .search-container .searchbox-icon:focus,
.nav-megamenu .search-container .searchbox-icon:active {
    outline: none !important;
}

.nav-megamenu .search-form {
    position: relative;
}

.nav-megamenu .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    right: -15px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.nav-megamenu .search-form .search-group .form-control {
    font-family: 'Open Sans';
    color: #fff;
    background: #484848;
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.nav-megamenu .search-form .search-group .search-icon {
    height: 100%;
    background: #ffc72e;
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.nav-megamenu .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.nav-megamenu .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.nav-megamenu .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.nav-megamenu .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.nav-megamenu .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}






/***** mega dropdown *****/

.for-megamenu {
    position: relative;
}

.nav-megamenu .navbar,
.nav-megamenu .col-md-10 {
    position: static;
}

.mega-image {
    margin-top: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.nav-megamenu .dropdown-menu .dropdown-header {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.nav-megamenu .dropdown-menu .dropdown-header:hover {
    background: transparent !important;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu>li:hover {
    background: transparent !important;
    color: #fff !important;
}

.mega-dropdown-menu>li:hover a {
    color: #fff !important;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.nav-megamenu .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu>li>ul>li:hover>a {
    color: #000 !important;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
}






/***** mega dropdown *****/


/******************************
***********navigation-2 responsive*********
*******************************/

@media (min-width: 1680px) {
    .nav-megamenu span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .nav-megamenu span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .nav-megamenu span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .nav-megamenu span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .nav-megamenu .navbar li {
        margin-bottom: 23px;
        margin-top: 25px;
    }
    .nav-megamenu .navbar-nav>li>a {
        padding: 6px 9px;
    }
}

@media (max-width: 1024px) {
    .nav-megamenu span {
        right: 90%;
    }
    .nav-megamenu .navbar-nav>li>a {
        padding: 8px 10px;
    }
    .nav-megamenu .logo a {
        /* padding: 30px 16px 22px 0; */
    }
    .nav-megamenu .navbar-nav>li>a {
        font-size: 14px !important;
    }
    .nav-megamenu .logo a {
        padding: 18px 16px 20px 0px !important;
    }
}

@media only screen and (max-width: 980px) {
    .nav-megamenu span {
        right: 82%;
    }
    .nav-megamenu .navbar li {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .nav-megamenu .logo a {
        /* padding: 16px; */
    }
    .nav-megamenu .logo img {
        width: 91%;
    }
    .nav-megamenu .for-logo {
        overflow: hidden;
        padding-right: 0;
    }
    .nav-megamenu .navbar-nav>li {
        margin-left: 1px;
    }
    .nav-megamenu .navbar-nav>li>a {
        font-size: 14px;
        padding: 5px 5px;
    }
    .nav-megamenu .search-container {
        padding: 0px 25px;
        right: -50px;
    }
    .nav-megamenu .navbar-default {
        padding-bottom: 0px;
    }
    .nav-megamenu .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 15px;
    }
}

@media (max-width: 800px) {
    .nav-megamenu .logo img {
        width: 92%;
    }
    .nav-megamenu .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .nav-megamenu {
        background: #fff;
    }
    .nav-megamenu .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }
    .nav-megamenu .navbar-header {
        text-align: center;
    }
    .nav-megamenu .dropdown .dropdown-menu {
        padding: 15px 15px;
        border: none;
        box-shadow: none;
    }
    .nav-megamenu .dropdown-menu .dropdown-header {
        padding-left: 0px !important;
    }
    .mega-dropdown-menu>li>ul>li:hover>a {
        color: #ffc72e !important;
    }
    .mega-image {
        margin-top: 15px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }
    /*.mega-image img {
        width: 50%;
    }*/
    .nav-megamenu .navbar-default .navbar-toggle {
        border-color: #249fd1;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
        z-index: 9999;
    }
    .nav-megamenu .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        background-color: #249fd1;
        top: 18px;
    }
    .nav-megamenu .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }
    .nav-megamenu span {
        height: 100px;
    }
    .nav-megamenu .navbar-default .navbar-nav>li.active,
    .nav-megamenu .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
    .nav-megamenu .navbar-default .navbar-nav>li.active>a,
    .nav-megamenu .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        display: block;
    }
    .nav-megamenu .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }
    .nav-megamenu .dropdown .dropdown-menu li {
        border-bottom: none;
    }
    .nav-megamenu .dropdown .dropdown-menu li:hover {
        background: transparent;
    }
    .nav-megamenu .navbar-nav>li>a {
        font-size: 15px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }
    .nav-megamenu .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav-megamenu .nav-collapse {
        background: #414141 !important;
    }
    .nav-megamenu .for-hden-search>.row>.pull-right {
        float: none !important;
    }
    .nav-megamenu .dropdown .dropdown-menu {
        background-color: transparent;
    }
    .nav-megamenu .logo a {
        padding: 30px;
    }
    .nav-megamenu .logo {
        text-align: center;
    }
}





/***********___ end nav megamenu ___***********/


/***********___ Mobile Nav ___***********/

.slicknav_menu {
    display: none;
}

@media (max-width: 800px) {
    .slicknav_menu {
        display: block;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        padding-left: 0px;
        padding-right: 0px;
    }
    .slicknav_menu .slicknav_nav {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        padding-top: 10px;
    }
    .fsnm .nav {
        display: none;
    }
    .slicknav_arrow {
        width: auto !important;
        background: transparent !important;
        position: static !important;
        height: auto !important;
    }
    .slicknav_icon.slicknav_no-text {
        position: static;
        background: transparent;
    }
    .slicknav_icon.slicknav_no-text span {
        position: static;
    }
    .slicknav_menu .slicknav_menutxt {
        background: transparent;
        width: auto;
        height: auto;
    }
    .fsnm {
        background: rgb(76, 76, 76) !important;
    }
    .fsnm .col-xs-12 {
        width: 100%;
    }
    .fsnm .col-xs-12:nth-child(2) {
        padding: 0px;
    }
    .fsnm>span {
        display: none;
    }
    .fsnm .logo:before {
        content: '';
        width: 50%;
        height: 100%;
        position: absolute;
        left: -60px;
        top: 0px;
        background: #ffc72e;
    }
    .fsnm .logo a {
        position: relative;
    }
    .fsnm .slicknav_nav .caret {
        display: none;
    }
    .fsnm .dropdown-menu {
        background-color: transparent !important;
        position: static;
        width: 100%;
        padding: 0px !important;
        border: none !important;
        box-shadow: none !important;
        margin-left: 0px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .fsnm li {
        border-bottom: 1px solid #404040 !important;        
    }
    .fsnm .dropdown .dropdown-menu li {
        width: 100%;
    }
    .fsnm .mega-image {
        display: none;
    }
    .slicknav_nav a:hover,
    .navigation-4 .dropdown .dropdown-menu li a:hover {
        background: transparent;
        color: #034A67 !important;
    }
    .slicknav_nav .slicknav_arrow {
        font-size: 1em;
        float: right;
    }
    .navigation-4 .dropdown .dropdown-menu li:hover {
        background: transparent !important;
    }
    .fsnm .mega-dropdown-menu ul {
        display: block !important;
    }
    .fsnm .mega-dropdown-menu li>a.slicknav_item {
        display: none !important;
    }
    .slicknav_nav .slicknav_row:hover {
        background: transparent;
    }
    .fsnm .navbar li {
        display: inline-block;
        width: 100%;
    }
    .fsnm .dropdown .dropdown-menu li a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .fsnm .navbar li {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .fsnm .for-logo {
        overflow: visible !important;
    }
    .fsnm .navbar li,
    .fsnm .navbar-default .dropdown .dropdown-menu li a {
        transform: skew(0deg) !important;
        -webkit-transform: skew(0deg) !important;
        -moz-transform: skew(0deg) !important;
    }

    .navigation-4.fsnm .logo:before,
    .navigation-7.fsnm .logo:before,
    .navigation-8.fsnm .logo:before,
    .navigation-9.fsnm .logo:before,
    .navigation-10.fsnm .logo:before,
    .navigation-11.fsnm .logo:before,
    .navigation-12.fsnm .logo:before,
    .navigation-13.fsnm .logo:before,
    .navigation-16.fsnm .logo:before,
    .navigation-18.fsnm .logo:before {
        content: none;
    }
    .navigation-15.fsnm .logo:before {
        background: #fff;
    }
    .navigation-18.fsnm span.slicknav_arrow,
    .navigation-18.fsnm .slicknav_icon.slicknav_no-text {
        display: inline-block;
    }
    .navigation-6.fsnm .slicknav_menu:last-child {
        display: none !important;
    }
    .nav-megamenu.fsnm .search-form {
        z-index: -1;
    }
}

@media (max-width: 767px) {
    .fsnm .navbar-header {
        display: none;
    }
}





/***********___ Mobile Nav ___***********/


/***************************
***********header-1*********
****************************/

.header-1 {
    padding: 10px 0 0;
    background-color: #fff;
}

.header-1 .for-contact-info {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.header-1 .for-timing {
    /* display: inline-block; */
    width: 100%;
}

.header-1 .fa {
    margin-right: 3px;
    color: #11a1de;
    transition: all 0.4s ease;
}

.header-1 a:hover .fa {
    color: #db1c23;
}

.header-1 address {
    display: inline;
    margin: 0;
    color: #383838;
    font-size: 14px;
    font-weight: 400;
}

.header-1 span {
    color: #11a1de;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.header-1 .timing-three p {
    display: inline-block;
    margin-left: 10px;
    color: #383838;
    font-size: 14px;
    font-weight: 500;
}

.header-1 a {
    color: #383838;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.header-1 a:hover {
    color: #db1c23;
}






/******************************
***header-1 responsive*********
******************************/

@media only screen and (max-width: 1024px) {
    .header-1 address,
    .header-1 a,
    .header-1 span,
    .header-1 .timing-three p {
        font-size: 12px;
        margin-left: 0;
    }
    .header-1 .for-contact-info,
    .header-1 .timing-one,
    .header-1 .timing-three {
        text-align: center;
    }
}

@media only screen and (max-width: 980px) {
    .header-1 address,
    .header-1 a,
    .header-1 span,
    .header-1 .timing-three p {
        font-size: 16px;
    }
    .header-1 a {
        font-size: 18px;
        margin: 0px 0 20px;
        display: inline-block;
    }
    .header-1 .info-phone a {
        margin-top: 25px;
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .header-1 .for-contact-info .info-phone {
        /* text-align: left; */
    }
}

@media (max-width: 640px) {
    .header-1 {
        padding: 15px 0px 12px;
    }
    .header-1 .for-timing {
        /* margin-top: 25px; */
    }
    .header-1 .for-timing .timing-three {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 480px) {
    .header-1 address {
        margin-bottom: 15px;
        display: block;
    }
    .header-1 address i.fa {
        margin-top: 3px;
        margin-right: 8px;
    }
}

@media (max-width: 360px) {
    .header-1 .for-contact-info address {
        /* display: none; */
        /* margin-bottom: 25px; */
    }
}

@media (max-width: 320px) {
    .header-1 {
        text-align: center;
    }
    .header-1 .for-contact-info .info-phone {
        text-align: center;
    }
    .header-1 .for-timing .timing-three {
        text-align: center;
    }
    .header-1 span {
        display: inline-block;
    }
    .header-1 {
        font-size: 11px;
    }
}






/******************************
***********navigation-1*********
*******************************/

.navigation-1 {
    background: rgba(238, 238, 238, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-1 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: #ffc72e;
    height: 100%;
}

.navigation-1:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-1:after {
    left: 100%;
    background: #212022;
}

.navigation-1 .for-logo {
    padding-right: 26px;
}

.navigation-1 .logo {
    background: #ffc72e;
    height: auto;
    margin-top: 0px;
    /* text-align: center; */
    position: relative;
    width: 100%;
    transform: skew(-20deg);
}

.navigation-1 .logo span {
    background-color: #ffc72e;
    position: absolute;
    right: -8px;
    height: 100%;
    transform: rotate(0deg);
    width: 5px;
}

.navigation-1 .logo img {
    transform: skew(20deg);
}

.navigation-1 .logo a {
    display: inline-block;
    padding: 23px 16px 23px 0px;
}

.navigation-1 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-1 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-1 .navbar-collapse {
    margin-right: 30px;
}

.navigation-1 .navbar li {
    z-index: 999;
    margin-left: 5px;
    margin-top: 27px;
    margin-bottom: 27px;
    -moz-transform: skew(-22deg);
    -webkit-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
    transition: all 0.3s ease 0s;
}

.navigation-1 .navbar-nav>li>a {
    color: #333333;
    font-size: 15px;
    padding: 8px 13px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
    -moz-transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -o-transform: skew(22deg);
    -ms-transform: skew(22deg);
    transform: skew(22deg);
}

.navigation-1 .navbar-default .navbar-nav>li.active,
.navigation-1 .navbar-default .navbar-nav>li:hover {
    background: #ffc72e;
}

.navigation-1 .navbar-default .navbar-nav>li.active a,
.navigation-1 .navbar-default .navbar-nav>li:hover a {
    color: #fff;
}






/******************************
***********dropdown menu*********
*******************************/

.navigation-1 .dropdown-menu>li>a:focus,
.navigation-1 .dropdown-menu>li>a:hover {
    background: transparent;
    transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -moz-transform: skew(22deg);
}

.navigation-1 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffc72e;
    min-width: 160px;
    margin: -1px;
}

.navigation-1 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid rgb(238, 238, 238); */
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-1 .dropdown .dropdown-menu li:last-child {
    border: none;
}

.navigation-1 .dropdown .dropdown-menu li:focus,
.navigation-1 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-1 .navbar-default .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    transform: skew(22deg);
    font-weight: 500;
    /* text-transform: uppercase; */
    -webkit-transform: skew(22deg);
    -moz-transform: skew(22deg);
}

.navigation-1 .dropdown .dropdown-menu li a:active,
.navigation-1 .dropdown .dropdown-menu li a:focus {
    transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -moz-transform: skew(22deg);
}

.navigation-1 .dropdown .dropdown-menu li:hover {
    background: #fff;
}

.navigation-1 .dropdown .dropdown-menu li:hover a {
    color: #000;
}

.navigation-1 .dropdown-menu li a:hover {
    background: transparent !important;
}






/******************************
***********fixing navbar*********
*******************************/

.navigation-1 .hiden-form {
    min-height: 0px !important;
}

.navigation-1 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: #ffc72e;
    padding: 0px 25px;
}

.navigation-1 .search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-1 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-1 .search-container .searchbox-icon:focus,
.navigation-1 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-1 .search-form {
    position: relative;
}

.navigation-1 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    background-color: #000;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-1 .search-form .search-group .form-control {
    color: #999999;
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-1 .search-form .search-group .search-icon {
    height: 100%;
    background: #059dde;
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-1 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-1 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-1 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-1 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-1 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}

.search-group-active {
    top: -1px !important;
    opacity: 1 !important;
}

.search-group-active .form-control,
.search-group-active .search-icon {
    z-index: 1 !important;
}






/*.navigation-2 .search-group-active {
    top: -1px !important;
    opacity: 1 !important;
}*/


/******************************
***********navigation-1 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-1 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-1 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-1 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-1 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-1 .navbar li {
        margin-bottom: 14px;
        margin-top: 22px;
    }
}

@media (max-width: 1024px) {
    .navigation-1 span {
        right: 86%;
    }
    .navigation-1 .navbar-nav>li>a {
        padding: 8px 10px;
    }
}

@media only screen and (max-width: 980px) {
    .navigation-1 span {
        right: 82%;
    }
    .navigation-1 .navbar li {
        margin-bottom: 31px;
        margin-top: 30px;
    }
    .navigation-1 .logo a {
        padding: 23px 0 26px 0;
    }
    .navigation-1 .logo img {
        width: 91%;
    }
    .navigation-1 .for-logo {
        overflow: hidden;
        padding-right: 24px;
    }
    .navigation-1 .navbar-nav>li {
        margin-left: 3px;
    }
    .navigation-1 .navbar-nav>li>a {
        font-size: 14px;
        padding: 4px 5px;
    }
    .navigation-1 .search-container {
        padding: 0px 25px;
        right: -50px;
    }
    .navigation-1 .navbar-default {
        padding-bottom: 0px;
    }
    .navigation-1 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 800px) {
    .navigation-1 .logo img {
        width: 92%;
        margin: 0 auto;
    }
    .navigation-1 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-1 {
        background: rgba(0, 0, 0, 0.85);
    }
    .navigation-1 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }
    .navigation-1 .navbar-header {
        text-align: center;
    }
    .navigation-1 .navbar-default .navbar-toggle {
        border-color: #ddd;
        display: inline-block;

        float: none !important;
        padding: 20px;
        text-align: left;
        float: none !important;
        margin: 25px 0;
    }
    .navigation-1 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        background-color: #fff;
        top: 18px;
    }
    .navigation-1 span {
        height: 90px;
    }
    .navigation-1 .navbar-default .navbar-nav>li.active,
    .navigation-1 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        transition: all 0.3s;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
    .navigation-1 .navbar-default .navbar-nav>li.active>a,
    .navigation-1 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
    .navigation-1 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }
    .navigation-1 .dropdown .dropdown-menu li {
        border-bottom: none;
    }
    .navigation-1 .dropdown .dropdown-menu li:hover {
        background: transparent;
        ;
    }
    .navigation-1 .navbar-nav>li>a {
        font-size: 16px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }
    .navigation-1 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navigation-1 .nav-collapse {
        background: #414141 !important;
    }
    .navigation-1 .for-hden-search>.row>.pull-right {
        float: none !important;
    }
    .navigation-1 .dropdown .dropdown-menu {
        background-color: transparent;
        transition: all 0.3s;
    }

    .navigation-1 .logo {
        text-align: center;
    }

    .navigation-1 .navbar-default .dropdown .dropdown-menu li a {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
}






/***************************
***********header-2*********
****************************/

.header-2 {
    padding: 10px 0 5px;
    background-color: #484848;
}

.header-2 .for-contact-info {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.header-2 .for-timing {
    width: 100%;
}

.header-2 .fa {
    margin-right: 3px;
    font-size: 17px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.header-2 a:hover .fa {
    color: #249fd1;
}

.header-2 span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.header-2 .timing-three .top-social {

    text-align: right;
}

.header-2 a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}

.header-2 a:hover {
    color: rgba(255, 255, 255, 0.86);
}












/******************************
***header-2 responsive*********
******************************/

@media only screen and (max-width: 1200px) {
    .header-2 a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 980px) {

    .header-2 .for-contact-info,
    .header-2 .timing-three .top-social,
    .header-2 .timing-one {
        text-align: center;
        padding: 6px 0;
    }

    .header-2 a {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .header-2 .for-contact-info .info-phone {
        /* text-align: left; */
    }
}

@media (max-width: 640px) {
    .header-2 {
        padding: 15px 0px 12px;
    }
    .header-2 .for-timing {
        margin-top: 0px;
    }
    .header-2 .for-timing .timing-three {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 360px) {
    .header-2 .for-contact-info .info-phone span {
        /* display: block; */
    }
}

@media (max-width: 320px) {
    .header-2 {
        text-align: center;
    }
    .header-2 .for-contact-info .info-phone {
        text-align: center;
    }
    .header-2 .for-timing .timing-three {
        text-align: center;
    }
    .header-2 span,
    .header-2 li {
        display: inline-block;
    }
    .header-2 {
        font-size: 11px;
    }
}












/******************************
***********navigation-2*********
*******************************/

.navigation-2 {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-2 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: #ffc72e;
    height: 100%;
}












/******************************
***********navigation-2:before*********
*******************************/

.navigation-2:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-2:after {
    left: 100%;
    background: #212022;
}

.navigation-2 .for-logo {
    padding-right: 26px;
}

.navigation-2 .logo {
    background: #ffc72e;
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-2 .logo span {
    background-color: #ffc72e;
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-2 .logo img {}

.navigation-2 .logo a {
    display: inline-block;
    padding: 27px 16px 27px 0px;
}

.navigation-2 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-2 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-2 .navbar-collapse {
    margin-right: 30px;
}

.navigation-2 .navbar li {
    z-index: 999;
    margin-left: 5px;
    margin-top: 31px;
    margin-bottom: 31px;
    transition: all 0.3s ease 0s;
}

.navigation-2 .navbar-nav>li>a {
    color: #1e1f20;
    font-size: 15px;
    padding: 8px 20px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-2 .navbar-default .navbar-nav>li.active,
.navigation-2 .navbar-default .navbar-nav>li:hover {
    background: #ffc72e;
}

.navigation-2 .navbar-default .navbar-nav>li:hover a,
.navigation-2 .navbar-default .navbar-nav>.active>a {
    color: #fff;
}






/******************************
***********dropdown menu*********
*******************************/

.navigation-2 .dropdown-menu>li>a:focus,
.navigation-2 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-2 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffc72e;
    min-width: 160px;
    /* margin-top: 10px; */
}

.navigation-2 .dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom: 1px solid #0092cd;
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-2 .dropdown .dropdown-menu li:last-child {

    border-bottom: none;
}

.navigation-2 .dropdown .dropdown-menu li:focus,
.navigation-2 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-2 .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    /* text-transform: uppercase; */
}

.navigation-2 .dropdown .dropdown-menu li a:active,
.navigation-2 .dropdown .dropdown-menu li a:focus {}

.navigation-2 .dropdown .dropdown-menu li:hover {
    background: white;
}

.navigation-2 .dropdown .dropdown-menu li:hover a {
    color: #000;
}

.navigation-2 .dropdown-menu li a:hover {
    background: transparent !important;
}












/******************************
***********fixing navbar*********
*******************************/

.navigation-2 .hiden-form {
    min-height: 0px !important;
}

.navigation-2 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: #ffc72e;
    padding: 0px 25px;
}

.navigation-2 .search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-2 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-2 .search-container .searchbox-icon:focus,
.navigation-2 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-2 .search-form {
    position: relative;
}

.navigation-2 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-2 .search-form .search-group .form-control {
    color: #fff;
    background: #484848;
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-2 .search-form .search-group .search-icon {
    height: 100%;
    background: rgb(36, 159, 209);
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-2 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-2 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-2 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-2 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-2 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}












/******************************
***********navigation-2 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-2 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-2 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-2 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-2 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-2 .navbar li {
        margin-bottom: 23px;
        margin-top: 25px;
    }
    .navigation-2 .navbar-nav>li>a {
        padding: 6px 9px;
    }
}

@media (max-width: 1024px) {
    .navigation-2 span {
        right: 90%;
    }
    .navigation-2 .navbar-nav>li>a {
        padding: 8px 10px;
    }
    .navigation-2 .logo a {
        /* padding: 30px 16px 22px 0; */
    }
}

@media only screen and (max-width: 980px) {
    .navigation-2 span {
        right: 82%;
    }
    .navigation-2 .navbar li {
        margin-bottom: 32px;
        margin-top: 33px;
    }
    .navigation-2 .logo a {
        /* padding: 16px; */
    }
    .navigation-2 .logo img {
        width: 91%;
    }
    .navigation-2 .for-logo {
        overflow: hidden;
        padding-right: 0;
    }
    .navigation-2 .navbar-nav>li {
        margin-left: 1px;
    }
    .navigation-2 .navbar-nav>li>a {
        font-size: 14px;
        padding: 5px 5px;
    }
    .navigation-2 .search-container {
        padding: 0px 25px;
        right: -50px;
    }
    .navigation-2 .navbar-default {
        padding-bottom: 0px;
    }
    .navigation-2 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 767px) {
    /*.navigation-2 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {
    .navigation-2 .logo img {
        width: 92%;
    }
    .navigation-2 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-2 {
        background: #fff;
    }
    .navigation-2 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }
    .navigation-2 .navbar-header {
        text-align: center;
    }
    .navigation-2 .navbar-default .navbar-toggle {
        border-color: #249fd1;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }
    .navigation-2 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        background-color: #249fd1;
        top: 18px;
    }
    .navigation-2 .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }
    .navigation-2 span {
        height: 100px;
    }
    .navigation-2 .navbar-default .navbar-nav>li.active,
    .navigation-2 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
    .navigation-2 .navbar-default .navbar-nav>li.active>a,
    .navigation-2 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        display: block;
    }
    .navigation-2 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }
    .navigation-2 .dropdown .dropdown-menu li {
        border-bottom: none;
    }
    .navigation-2 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }
    .navigation-2 .navbar-nav>li>a {
        font-size: 15px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }
    .navigation-2 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navigation-2 .nav-collapse {
        background: #414141 !important;
    }
    .navigation-2 .for-hden-search>.row>.pull-right {
        float: none !important;
    }
    .navigation-2 .dropdown .dropdown-menu {
        background-color: transparent;
    }
    .navigation-2 .logo a {
        padding: 30px;
    }
    .navigation-2 .logo {
        text-align: center;
    }
}












/***************************
***********header-3*********
****************************/

.header-3 {
    padding: 10px 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

.header-3 .for-contact-info {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-top: 6px;
}

.header-3 .fa {
    margin-right: 3px;
    color: #ffc72e;
    transition: all 0.4s ease;
}

.header-3 a:hover .fa {
    /* color: #249fd1; */
}

.header-3 address {
    display: inline;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.header-3 .search-box {
    padding: 0 15px;
}

.header-3 .search-box input {
    background-color: #ffc72e;
    border-radius: 25px 0px 0px 25px;
    border-color: #ffc72e;
    color: #fff;
}

.header-3 .search-box .input-group-btn button {
    background-color: #ffc72e;
    /* border: none; */
    border-color: #ffc72e;
    border-left-color: #fff;
    transition: all 0.3s;
    border-radius: 0;
}

.header-3 .search-box .input-group-btn button:hover {
    background-color: #1e1f20;
    transition: all 0.3s;
}

.header-3 .search-box .input-group-btn button i.fa {
    color: #fff;
}

.header-3 .search-box input::-webkit-input-placeholder {
    color: #fff
}

.header-3 .search-box input::-moz-placeholderr {
    color: #fff
}

.header-3 a {
    color: #383838;
    font-size: 14px;
    /* padding-top: 5px; */
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.header-3 a:hover {
    color: rgb(245, 152, 40);
}












/******************************
***header-3 responsive*********
******************************/

@media only screen and (max-width: 980px) {
    .header-3 .for-contact-info .info-address,
    .header-3 .timing-one {
        text-align: center;
        margin-bottom: 9px;
    }
    .header-3 .for-contact-info .info-phone {
        text-align: center;
        margin-bottom: 3px;
    }
    .header-3 a {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .header-3 .for-contact-info .info-phone {
        /* text-align: left; */
    }
}

@media (max-width: 640px) {
    .header-3 {
        padding: 15px 0px 12px;
    }
}

@media (max-width: 480px) {
    .header-3 address {
        /* display: flex; */
    }
    .header-3 address i.fa {
        margin-top: 3px;
        margin-right: 8px;
    }
}

@media (max-width: 360px) {
    .header-3 .for-contact-info address {
        display: none;
    }
}

@media (max-width: 320px) {
    .header-3 {
        text-align: center;
    }
    .header-3 .for-contact-info .info-phone {
        text-align: center;
    }
    .header-3 {
        font-size: 11px;
    }
    .header-3 .timing-one {

        text-align: center;

        margin: 12px 0;
    }
}












/******************************
***********navigation-3*********
*******************************/

.navigation-3 {
    background: rgba(57, 57, 57, 0.9);
    width: 100%;
    position: relative;
    z-index: 99;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-3 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: #ffc72e;
    height: 100%;
}












/******************************
***********navigation-3:before*********
*******************************/

.navigation-3:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-3:after {
    left: 100%;
    background: #212022;
}

.navigation-3 .for-logo {
    padding-right: 26px;
}

.navigation-3 .logo {
    background: #ffc72e;
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    border-radius: 0 50px 50px 0px;
    z-index: 10;
}

.navigation-3 .logo span {
    top: 0;
    position: absolute;
    right: -3px;
    bottom: 0;
    border-radius: 55px;
    width: 70%;
    z-index: 1;
    box-shadow: 3px 0px #ffc72e, 3px 0px 1px 0px #ffc72e;
    -moz-box-shadow: 3px 0px #000, 3px 0px 1px 2px #000;
    background: transparent;
}

.navigation-3 .logo img {}

.navigation-3 .logo a {
    display: inline-block;
    padding: 21px 16px 21px 0px;
}

.navigation-3 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-3 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-3 .navbar-collapse {
    margin-right: 30px;
}

.navigation-3 .navbar li {
    z-index: 999;
    margin-left: 5px;
    border-radius: 25px;
    margin-top: 27px;
    margin-bottom: 24px;
    transition: all 0.3s ease 0s;
}

.navigation-3 .navbar-nav>li>a {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 20px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-3 .navbar-default .navbar-nav>li.active,
.navigation-3 .navbar-default .navbar-nav>li:hover {
    background: #ffc72e;
}

.navigation-3 .navbar-default .navbar-nav>li:hover a,
.navigation-3 .navbar-default .navbar-nav>.active>a {
    color: #fff;
}












/******************************
***********dropdown menu*********
*******************************/

.navigation-3 .dropdown-menu>li>a:focus,
.navigation-3 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-3 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffc72e;
    min-width: 160px;
    border-radius: 25px;
    overflow: hidden;
}

.navigation-3 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #f59828; */
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    border-radius: 0;
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-3 .dropdown .dropdown-menu li:focus,
.navigation-3 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-3 .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 500;
    /* font-size: 16px; */
}

.navigation-3 .dropdown .dropdown-menu li a:active,
.navigation-3 .dropdown .dropdown-menu li a:focus {}

.navigation-3 .dropdown .dropdown-menu li:hover {
    background: white;
    /* border-radius: 0px; */
}

.navigation-3 .dropdown .dropdown-menu li:hover a {
    color: #000;
}

.navigation-3 .dropdown-menu li a:hover {
    background: transparent !important;
}












/******************************
***********fixing navbar*********
*******************************/

.navigation-3 .hiden-form {
    min-height: 0px !important;
}

.navigation-3 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: none;
    z-index: 999;
    background: #249fd1;
    padding: 0px 30px;
}

.navigation-3 .search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-3 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-3 .search-container .searchbox-icon:focus,
.navigation-3 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-3 .search-form {
    position: relative;
    display: none;
}

.navigation-3 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-3 .search-form .search-group .form-control {
    color: #999999;
    /*background: rgba(255, 255, 255, 0.0);*/
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-3 .search-form .search-group .search-icon {
    height: 100%;
    background: #059dde;
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-3 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-3 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-3 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-3 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-3 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}












/******************************
***********navigation-3 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-3 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-3 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-3 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-3 span {
        right: 68%;
    }
}

@media (max-width: 1024px) {
    .navigation-3 span {
        right: 90%;
    }
    .navigation-3 .navbar-nav>li>a {
        padding: 8px 10px;
    }
    .navigation-3 .logo a {
        /* padding: 30px 16px 22px 0; */
    }
}

@media (max-width: 1200px) {
    .navigation-3 .navbar li {
        margin-bottom: 14px;
        margin-top: 20px;
    }
    .navigation-3 .navbar-nav>li>a {
        padding: 5px 12px;
    }
}

@media only screen and (max-width: 980px) {


    .navigation-3 span {
        right: 82%;
    }


    .navigation-3 .navbar li {
        margin-bottom: 24px;
        margin-top: 31px;
    }

    .navigation-3 .logo a {
        padding: 31px 0 28px 0;
    }
    .navigation-3 .logo img {
        width: 91%;
    }
    .navigation-3 .for-logo {
        overflow: hidden;
    }
    .navigation-3 .navbar-nav>li {
        margin-left: 1px;
    }
    .navigation-3 .navbar-nav>li>a {
        font-size: 13px;
        padding: 4px 8px;
    }
    .navigation-3 .search-container {
        padding: 0px 25px;
        right: -50px;
    }
    .navigation-3 .navbar-default {
        padding-bottom: 0px;
    }
    .navigation-3 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }

    .navigation-3 .dropdown .dropdown-menu li a {
        font-size: 13px;
    }
}

@media (max-width: 800px) {
    .navigation-3 .logo img {
        width: 92%;
    }
    .navigation-3 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-3 {
        background: rgb(255, 255, 255);
    }
    .navigation-3 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }
    .navigation-3 .navbar-header {
        text-align: center;
    }
    .navigation-3 .navbar-default .navbar-toggle {
        border-color: #ffc72e;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }
    .navigation-3 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        top: 18px;
    }
    .navigation-3 span {
        height: 100px;
    }
    .navigation-3 .navbar-default .navbar-nav>li.active,
    .navigation-3 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
    .navigation-3 .navbar-default .navbar-nav>li.active>a,
    .navigation-3 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
    }
    .navigation-3 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }
    .navigation-3 .dropdown .dropdown-menu li {
        border-bottom: none;
    }
    .navigation-3 .dropdown .dropdown-menu {
        background-color: transparent;
    }
    .navigation-3 .navbar-nav>li>a {
        font-size: 15px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }
    .navigation-3 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navigation-3 .nav-collapse {
        background: #414141 !important;
    }
    .navigation-3 .for-hden-search>.row>.pull-right {
        float: none !important;
    }
    .navigation-3 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }

    .navigation-3 .for-logo {
        padding-right: 10px;
    }

    .navigation-3 .logo {
        text-align: center;
    }
}





/***************************
***********header-4*********
****************************/

.header-4 {
    padding: 10px 0 10px;
    border-bottom: 1px solid #fff;
    /*background-color: #ffc72e;*/
}

.header-4 .for-contact-info {
    display: inline-block;
    width: 100%;
    text-align: left;
    /* margin-top: 2px; */
}

.top_info_list,
.top_social_list {
    padding: 0px;
    margin: 0px;
    /*font-size: 0px;*/
}
.top_info_list a,
.top_info_list li,
.top_social_list a,
.top_social_list li {
    color: #fff;
    margin: 0px;
    /*font-size: 14px;*/
}
.top_info_list {
    margin-top: 4px;
}
.top_info_list li {
    margin-right: 20px;
}
.top_social_list {
    text-align: right;    
}
.top_social_list a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}
.top_social_list a:hover {
    background: #034A67;
    color: #fff;
    border:1px solid #034A67;
}
.top_social_list a i.fa {
    margin-right: 0px;
}
.top_info_list a:hover,
.top_social_list a:hover {
    color: #034A67;
}

.header-4 .for-timing {
    width: 100%;
    margin-top: 2px;
}

.header-4 .fa {
    margin-right: 3px;
    color: #ffffff;
    /* border: 1px solid #fff; */
    /* border: none; */
    transition: all 0.4s ease;
}

.header-4 .top-social a:hover .fa {
    color: #ffc72e;
}

.header-4 address {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 8px;
}

.header-4 span {
    color: #db1c23;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.header-4 a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    /*margin-top: 8px;*/
    transition: all 0.3s ease 0s;
}

.header-4 .info-phone {
    margin-top: 5px;
}

.header-4 .top-social {
    color: #fff;
    /* text-align: center; */
}

.header-4 .top-social li {
    color: #fff;
}

.header-4 .top-social a {
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    line-height: 30px;
}

.header-4 .top-social a:hover {
    background-color: #fff;
    color: #034A67;
}
.header-4 .top-social a:hover i.fa {
    color: #034A67 !important;
}

.header-4 .top-social a i.fa {
    margin-right: 0px;
}

/******************************
***header-4 responsive*********
******************************/

@media only screen and (max-width: 980px) {
    .header-4 .for-contact-info .info-address,
    .header-4 .top-social {
        text-align: center;
    }
    .header-4 .for-contact-info .info-phone {
        text-align: center;
    }
    .header-4 .for-timing .timing-one {
        margin-bottom: 10px;
        text-align: center;
    }
    .header-4 a {
        /* font-size: 20px; */
    }
    .header-4 .top-social i.fa {
        /* font-size:12px; */
        /* text-align: center; */
    }
}

@media (max-width:767px) {
    .header-4 {
        display: none;
    }
    .header-4 .for-contact-info .info-phone {
        text-align: center;
    }
    .header-4 .for-timing .timing-one {
        text-align: center;
    }
    .slicknav_btn {
        margin-right: 15px;
    }
}

@media (max-width: 640px) {
    .header-4 {
        padding: 15px 0px 12px;
    }
    .header-4 .for-timing {
        margin-top: 0px;
    }
    .header-4 .for-timing .timing-three {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 480px) {
    .header-4 .for-timing .timing-one {
        margin-bottom: 10px !important;
    }
    .header-4 address {
        /* display: flex; */
    }
    .header-4 address i.fa {
        margin-top: 3px;
        margin-right: 8px;
    }
    .header-4 .top-social li {
        /* padding: 0px; */
    }
}

@media (max-width: 360px) {
    .header-4 .for-contact-info address {
        /* display: none; */
    }
    .header-4 .for-contact-info .info-phone span {
        /* display: block; */
    }
}

@media (max-width: 320px) {
    .header-4 {
        text-align: center;
    }
    .header-4 .for-contact-info .info-phone {
        text-align: center;
    }
    .header-4 .for-timing .timing-one {
        text-align: center;
    }
    .header-4 .for-timing .timing-three {
        text-align: center;
    }
    .header-4 span,
    .header-4 li {
        display: inline-block;
    }
    .header-4 {
        font-size: 11px;
    }
}












/******************************
***********navigation-4*********
*******************************/

.navigation-4 {
    /*background: rgba(255, 255, 255, 0.9);*/
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-4 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
}





/******************************
***********navigation-4:before*********
*******************************/

.navigation-4:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-4:after {
    left: 100%;
    background: #212022;
}

.navigation-4 .for-logo {
    padding-right: 26px;
}

.navigation-4 .logo {
    background: rgba(255, 255, 255, 0);
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-4 .logo span {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-4 .logo img {}

.navigation-4 .logo a {
    display: inline-block;
    padding: 23px 16px 23px 0px;
}

.navigation-4 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-4 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}
.navigation-4 .navbar-nav {
    margin-right: 0px;
    padding-right: 15px;
}
.navigation-4 .navbar-collapse {
    margin-right: 30px;
}

.navigation-4 .navbar li {
    z-index: 999;
    margin-left: 5px;
    margin-top: 27px;
    margin-bottom: 28px;
    transition: all 0.3s ease 0s;
}

.navigation-4 .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    padding: 8px 13px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-4 a {
    font-family: 'Roboto';
    text-transform: uppercase;
}

.navigation-4 .navbar-default .navbar-nav>li.active,
.navigation-4 .navbar-default .navbar-nav>li:hover {
    background: #034A67;
    border-radius: 5px;    
}
.navigation-4 .navbar-default .navbar-nav>li.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;    
}
.navigation-4 .navbar-default .navbar-nav>li:hover a,
.navigation-4 .navbar-default .navbar-nav>.active>a {
    color: #fff;
}

/******************************
***********dropdown menu*********
*******************************/

.navigation-4 .dropdown-menu>li>a:focus,
.navigation-4 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-4 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #034A67;
    border-radius: 5px;
    min-width: 160px;
    margin: -1px;
}

.navigation-4 .dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom: 1px solid #028ac3;
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-4 .dropdown .dropdown-menu li:focus,
.navigation-4 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-4 .navbar-default .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 500;
    /* font-size: 16px; */
}

.navigation-4 .dropdown .dropdown-menu li a:active,
.navigation-4 .dropdown .dropdown-menu li a:focus {}

.navigation-4 .dropdown .dropdown-menu li:hover {
    background: white;
}

.navigation-4 .dropdown .dropdown-menu li:hover a {
    color: #000;
}

.navigation-4 .dropdown-menu li a:hover {
    background: transparent !important;
}

.navigation-4 .dropdown.drpd-effect > .dropdown-menu {
    display:block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    border-top-left-radius: 0px;
    transition: all 400ms ease;
}
.navigation-4 .dropdown.drpd-effect.open>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.navigation-4 .navbar-right .dropdown-menu {
    left: 1px;
    right: unset;     
}
.navigation-4 .navbar-right .dropdown-menu li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/******************************
***********fixing navbar*********
*******************************/

.navigation-4 .hiden-form {
    min-height: 0px !important;
}

.navigation-4 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: transparent;
    padding: 0px 15px;
}

.navigation-4 .search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-4 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-4 .search-container .searchbox-icon:focus,
.navigation-4 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-4 .search-form {
    position: relative;
}

.navigation-4 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-4 .search-form .search-group .form-control {
    font-family: 'Roboto';
    color: #fff;
    background: rgba(255,255,255,0.42);
    height: 60px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-4 .search-form .search-group .search-icon {
    height: 100%;
    background: #059dde;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.navigation-4 .search-form .search-group .search-icon:hover {
    background: #0284bb;
}
.navigation-4 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-4 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: rgba(0,0,0,0.6);
}

.navigation-4 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0,0,0,0.6);
}

.navigation-4 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0,0,0,0.6);
    opacity: 1;
}

.navigation-4 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: rgba(0,0,0,0.6);
    opacity: 1;
}

/******************************
***********navigation-4 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-4 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-4 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-4 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-4 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-4 .navbar li {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .navigation-4 span {
        right: 90%;
    }
    .navigation-4 .navbar-nav>li>a {
        padding: 8px 10px;
        /* font-size: 15px; */
    }
    .navigation-4 .logo a {
        /* padding: 30px 16px 22px 0; */
    }
}

@media only screen and (max-width: 980px) {
    .navigation-4 span {
        right: 82%;
    }
    .navigation-4 .navbar li {
        margin-bottom: 31px;
        margin-top: 30px;
    }
    .navigation-4 .logo a {
        padding: 22px 0 15px 0;
    }
    .navigation-4 .logo img {
        width: 91%;
    }
    .navigation-4 .for-logo {
        overflow: hidden;
        padding-right: 24px;
    }
    .navigation-4 .navbar-nav>li {
        margin-left: 1px;
    }
    .navigation-4 .navbar-nav>li>a {
        font-size: 13px;
        padding: 4px 5px;
    }
    .navigation-4 .search-container {
        padding: 0px 25px;
        right: -50px;
        display: none;
    }
    .fixedNavbar.navbar-fixed {
        top: -100px;
    }
    .navigation-4 .navbar-default {
        padding-bottom: 0px;
    }
    .navigation-4 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .top_info_list li {
        padding: 0px 3px;
        margin: 0px;
    }    
    .top_info_list li,
    .top_info_list a {
        font-size: 12px;
    }

    .navigation-4 .dropdown .dropdown-menu li a {
        font-size: 12px;
    }
}

@media (min-width: 767px) {
    /*.navigation-4 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {
    .navigation-4 .logo img {
        width: 92%;
        margin: 0 auto;
    }
    .navigation-4 .search-container {
        display: none;
    }
    .fixedNavbar.navbar-fixed {
        top: 0px;
    }
    .fixedNavbar.navbar-fixed .slicknav_menu .slicknav_nav {
        background: transparent;
    }
}

@media (max-width: 640px) {
    .navigation-4 {
        /* background: rgba(0, 0, 0, 0.85); */
    }
    .navigation-4 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
        /* height: 150px; */
        /* overflow-y: scroll; */
        /* overflow-x: hidden; */
    }
    .navigation-4 .navbar-header {
        text-align: center;
    }
    .navigation-4 .navbar-default .navbar-toggle {
        border-color: #ffc72e;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }
    .navigation-4 .navbar-toggle .icon-bar {
        left: 10px;
        background-color: #000;
        height: 1px;
        top: 18px;
    }
    .navigation-4 .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }
    .navigation-4 span {
        height: 100px;
    }
    .navigation-4 .navbar-default .navbar-nav>li.active,
    .navigation-4 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
    .navigation-4 .navbar-default .navbar-nav>li.active>a,
    .navigation-4 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
    .navigation-4 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }
    .navigation-4 .dropdown .dropdown-menu li {
        border-bottom: none;
    }
    .navigation-4 .dropdown .dropdown-menu {
        background-color: transparent;
    }
    .navigation-4 .navbar-nav>li>a {
        font-size: 15px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }
    .navigation-4 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navigation-4 .nav-collapse {
        background: #414141 !important;
        padding-right: 1px;
    }
    .navigation-4 .for-hden-search>.row>.pull-right {
        float: none !important;
    }
    .navigation-4 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }
    .navigation-4 .logo {
        text-align: center;
    }
}












/******************************
***********navigation-5*********
*******************************/

.navigation-5 {
    background: rgba(57, 57, 57, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-5 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: #ffc72e;
    height: 100%;
}












/******************************
***********navigation-5:before*********
*******************************/

.navigation-5:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-5:after {
    left: 100%;
    background: #212022;
}

.navigation-5 .for-logo {
    padding-right: 26px;
}

.navigation-5 .logo {
    background: #ffc72e;
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-5 .logo span {
    background-color: #ffc72e;
    position: absolute;
    right: -4px;
    height: 100%;
    width: 5px;
}

.navigation-5 .logo img {}

.navigation-5 .logo a {
    display: inline-block;
    padding: 27px 16px 26px 0px;
}

.navigation-5 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-5 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-5 .navbar-collapse {
    margin-right: 30px;
}

.navigation-5 .navbar li {
    z-index: 999;
    margin-left: 5px;
    -moz-transform: skew(-22deg);
    -webkit-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
    margin-top: 31px;
    margin-bottom: 31px;
    transition: all 0.3s ease 0s;
}

.navigation-5 .navbar-nav>li>a {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 13px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    -moz-transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -o-transform: skew(22deg);
    -ms-transform: skew(22deg);
    transform: skew(22deg);
    font-weight: 500;
    background: transparent !important;
}

.navigation-5 .navbar-default .navbar-nav>li.active,
.navigation-5 .navbar-default .navbar-nav>li:hover {
    background: #ffc72e;
}

.navigation-5 .navbar-default .navbar-nav>li:hover a,
.navigation-5 .navbar-default .navbar-nav>.active>a {
    color: #fff;
}












/******************************
***********dropdown menu*********
*******************************/

.navigation-5 .dropdown-menu>li>a:focus,
.navigation-5 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-5 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffc72e;
    /* margin-top: 20px; */
    min-width: 160px;
}

.navigation-5 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #c3440e; */
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-5 .dropdown .dropdown-menu li:focus,
.navigation-5 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-5 .navbar-default .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    -moz-transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -o-transform: skew(22deg);
    -ms-transform: skew(22deg);
    transform: skew(22deg);
    /* text-transform: uppercase; */
    font-weight: 500;
    /* font-size: 16px; */
}

.navigation-5 .dropdown .dropdown-menu li a:active,
.navigation-5 .dropdown .dropdown-menu li a:focus {}

.navigation-5 .dropdown .dropdown-menu li:hover {
    background: white;
}

.navigation-5 .dropdown .dropdown-menu li:hover a {
    color: #000;
}

.navigation-5 .dropdown-menu li a:hover {
    background: transparent !important;
}












/******************************
***********fixing navbar*********
*******************************/

.navigation-5 .hiden-form {
    min-height: 0px !important;
}

.navigation-5 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: #ffc72e;
    padding: 0px 25px;
}

.navigation-5 .search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-5 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-5 .search-container .searchbox-icon:focus,
.navigation-5 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-5 .search-form {
    position: relative;
}

.navigation-5 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-5 .search-form .search-group .form-control {
    color: #999999;
    /*background: rgba(255, 255, 255, 0.0);*/
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-5 .search-form .search-group .search-icon {
    height: 100%;
    background: #059dde;
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-5 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-5 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-5 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-5 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-5 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}






/******************************
***********navigation-5 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-5 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-5 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-5 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-5 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-5 .navbar li {
        margin-bottom: 23px;
        margin-top: 25px;
    }
}

@media (max-width: 1024px) {
    .navigation-5 span {
        right: 90%;
    }
    .navigation-5 .navbar-nav>li>a {
        padding: 8px 10px;
    }
    .navigation-5 .logo a {
        /* padding: 30px 16px 22px 0; */
    }
}

@media only screen and (max-width: 980px) {
    .navigation-5 span {
        right: 82%;
    }

    .navigation-5 .navbar li {
        margin-bottom: 32px;
        margin-top: 30px;
    }
    .navigation-5 .logo a {
        padding: 25px 16px 24px 0;
    }
    .navigation-5 .logo img {
        width: 91%;
    }
    .navigation-5 .for-logo {
        overflow: hidden;
        padding-right: 0;
    }
    .navigation-5 .navbar-nav>li {
        margin-left: 1px;
    }
    .navigation-5 .navbar-nav>li>a {
        font-size: 14px;
        padding: 4px 5px;
    }
    .navigation-5 .search-container {
        padding: 0px 25px;
        right: -50px;
    }
    .navigation-5 .navbar-default {
        padding-bottom: 0px;
    }
    .navigation-5 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 767px) {
    /*.navigation-5 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {
    .navigation-5 .logo img {
        width: 92%;
    }
    .navigation-5 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-5 {
        background: rgba(0, 0, 0, 0.85);
    }
    .navigation-5 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }
    .navigation-5 .navbar-header {
        text-align: center;
    }
    .navigation-5 .navbar-default .navbar-toggle {
        border-color: #fff;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }
    .navigation-5 .for-hden-search>.row>.pull-right {
        float: none !important;
    }
    .navigation-5 .navbar-toggle .icon-bar {
        left: 10px;
        background-color: #fff;
        height: 1px;
        top: 19px;
    }

    .navigation-5 span {
        height: 90px;
    }
    .navigation-5 .navbar-default .navbar-nav>li.active,
    .navigation-5 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
    .navigation-5 .navbar-default .navbar-nav>li.active>a,
    .navigation-5 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
    .navigation-5 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }
    .navigation-5 .dropdown .dropdown-menu li {
        border-bottom: none;
    }
    .navigation-5 .dropdown .dropdown-menu {
        padding: 0px;
        background-color: transparent;
    }
    .navigation-5 .navbar-nav>li>a {
        font-size: 15px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }
    .navigation-5 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navigation-5 .nav-collapse {
        background: #414141 !important;
    }
    .navigation-5 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }
    .navigation-5 .navbar-default .dropdown .dropdown-menu li a {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
}














/***************************
***********header-6*********
****************************/

.header-6 {
    padding: 10px 0 10px;
    background-color: #fff;
}

.header-6 .logo-image {}

.header-6 a:hover .fa {
    color: #249fd1;
}

.header-6 .search-box input {
    background-color: transparent;
    border-color: #ffc72e;
    color: #26345f;
}

.header-6 .search-box {

    margin-top: 6px;
}

.header-6 .search-box .input-group-btn button {
    border-color: #ffc72e;
    border-left-color: #ffffff;
    transition: all 0.3s;
    border-radius: 0;
}


.header-6 .search-box .input-group-btn button:hover {
    background-color: #26345f;
    transition: all 0.3s;
}

.header-6 .search-box .input-group-btn button:hover i.fa {
    color: #fff;
}

.header-6 .search-box .input-group-btn button i.fa {
    color: #ffc72e;
    font-size: 16px;
}

.header-6 .search-box input::-webkit-input-placeholder {
    color: #26345f
}

.header-6 .search-box input::-moz-placeholderr {
    color: #26345f
}

.header-6 .top-social {

    padding-top: 15px;

    text-align: right;
}

.header-6 .top-social a i.fa {
    color: #ffc72e;
    font-size: 20px;
}

.header-6 a:hover {
    color: rgb(245, 152, 40);
}












/******************************
***header-6 responsive*********
******************************/

@media (max-width: 998px) {
    .m-20-sm {
        margin-top: 20px;
    }

    .navigation-6 .contact-container {
        text-align: center;
        /* display: -webkit-inline-box; */
    }

    .header-6 .top-social {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .header-6 {
        padding: 15px 0px 12px;
    }
}


@media (max-width: 320px) {
    .header-6 {
        text-align: center;
    }
}












/******************************
***********navigation-6*********
*******************************/

.navigation-6 {
    background: rgba(5, 157, 221, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    /* font-size: 0px; */
    transition: all 0.3s ease 0s;
}

.navigation-6 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: #f59828;
    height: 100%;
}

.navigation-6 .contact-container {
    display: block;
}

.navigation-6 .contact-container a {
    color: #fff;
    float: right;
    display: inline-block;
    padding-top: 30px;
    padding-left: 25px;
    text-align: right;
    font-size: 14px;
}

.navigation-6 .contact-container a i.fa {

    padding-right: 5px;
}











/******************************
***navigation-6:before*********
*******************************/

.navigation-6:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-6:after {
    left: 100%;
    background: #212022;
}

.navigation-6 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-6 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-6 .navbar-collapse {
    /* margin-right: 30px; */
}

.navigation-6 .navbar li {
    z-index: 999;
    margin-right: 25px;
    /* border-radius: 25px; */
    margin-top: 7px;
    /* margin-bottom: 31px; */
    transition: all 0.3s ease 0s;
}

.navigation-6 .navbar-nav>li>a {
    color: #ffffff;
    font-size: 15px;
    padding: 25px 5px;
    /* text-transform: uppercase; */
    display: inline-block;
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-6 .navbar-default .navbar-nav>li.active,
.navigation-6 .navbar-default .navbar-nav>li:hover {
    /* background: #f59828; */
    border-bottom: 3px solid #fff;
}

.navigation-6 .navbar-default .navbar-nav>li:hover a,
.navigation-6 .navbar-default .navbar-nav>.active>a {
    color: #fff;
}











/******************************
***********dropdown menu*********
*******************************/

.navigation-6 .dropdown-menu>li>a:focus,
.navigation-6 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-6 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffc72e;
    min-width: 160px;
    /* border-radius: 25px; */
}

.navigation-6 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #f59828; */
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-6 .dropdown .dropdown-menu li:focus,
.navigation-6 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-6 .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    /* text-transform: uppercase; */
}

.navigation-6 .dropdown .dropdown-menu li a:active,
.navigation-6 .dropdown .dropdown-menu li a:focus {}

.navigation-6 .dropdown .dropdown-menu li:hover {
    background: white;
    /* border-radius: 0px; */
}

.navigation-6 .dropdown .dropdown-menu li:hover a {
    color: #000;
}

.navigation-6 .dropdown-menu li a:hover {
    background: transparent !important;
}











/******************************
***********fixing navbar*********
*******************************/


/******************************
*navigation-6 responsive*********
*******************************/

@media (max-width: 1200px) {

    .navigation-6 .navbar-nav>li>a,
    .navigation-6 .contact-container a {
        font-size: 13px;
        padding: 13px 5px;
    }
    .navigation-6 .contact-container a {
        margin-top: 8px;
    }
    .navigation-6 .navbar li {
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {

    .navigation-6 .navbar-nav>li>a {
        padding: 8px 10px;
    }

    .navigation-6 .navbar li {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 980px) {

    .navigation-6 .navbar-nav>li {
        margin-left: 5px;
    }

    .navigation-6 .contact-container a {

        margin-top: 12px;

        font-size: 16px;
    }

    .navigation-6 .navbar-nav>li>a {
        font-size: 14px;
        padding: 11px 11px;
    }

    .navigation-6 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-6 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}


@media (max-width: 640px) {
    .navigation-6 {
        /* background: rgba(0, 0, 0, 0.85); */
    }

    .navigation-6 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }

    .navigation-6 .navbar-header {
        text-align: center;
    }

    .navigation-6 .navbar-default .navbar-toggle {
        border-color: #fff;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-6 .navbar-toggle .icon-bar {
        left: 10px;
        background-color: #fff;
        height: 2px;
        top: 16px;
    }

    .navigation-6 span {
        height: 100px;
    }

    .navigation-6 .navbar-default .navbar-nav>li.active,
    .navigation-6 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        border: none;
        -moz-transform: skew(0deg);
    }

    .navigation-6 .navbar-default .navbar-nav>li.active>a,
    .navigation-6 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
    }

    .navigation-6 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-6 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-6 .dropdown .dropdown-menu {
        background-color: transparent;
    }

    .navigation-6 .navbar-nav>li>a {
        font-size: 15px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-6 .nav-collapse {
        background: #414141 !important;
    }

    .navigation-6 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }
}














/***************************
***********header-7*********
****************************/

.header-7 {
    background-color: #f7f7f7;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 14px 0 7px;
}

.header-7 .for-contact-info {
    width: 100%;
    text-align: left;
}

.header-7 .for-contact-info a {

    display: inline-block;
    margin-right: 10px;
}

.header-7 .timing p {
    /* float: left; */
    color: #1e1f20;

    display: inline-block;

    font-weight: 500;

    font-size: 14px;
}

.header-7 .fa {
    margin-right: 3px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.header-7 a:hover .fa {
    color: #1e1f20;
}

.header-7 .skew-div {

    position: absolute;

    width: 100%;

    left: 81%;

    transform: skew(30deg);

    top: 0;

    height: 100%;

    background-color: #189bcf;
}

.header-7 a {
    color: #1e1f20;
    font-size: 14px;
    font-weight: 400;
}

.header-7 a:hover {
    color: rgb(30, 31, 32);
}

.header-7 .top-social {
    color: #fff;
    display: inline-block;
    float: right;
}

.header-7 .top-social a {

    text-align: center;

    display: inline-block;

    margin-left: 15px;

    font-size: 15px;
}


.header-7 .top-social a i.fa {
    margin-right: 0px;
}












/******************************
***header-7 responsive*********
******************************/

@media only screen and (min-width: 1500px) {
    .header-7 .skew-div {

        left: 77%;
    }
}

@media only screen and (min-width: 1700px) {
    .header-7 .skew-div {

        left: 74%;
    }
}

@media only screen and (min-width: 2000px) {
    .header-7 .skew-div {

        left: 70%;
    }
}

@media only screen and (min-width: 2302px) {
    .header-7 .skew-div {

        left: 67%;
    }
}

@media only screen and (max-width: 980px) {
    .header-7 .for-contact-info .info-address {
        text-align: center;
        margin-bottom: 12px;
    }

    .header-7 .skew-div {

        left: 76%;
    }
}

@media only screen and (max-width: 917px) {
    .header-7 .skew-div {

        left: 78%;
    }
}


@media only screen and (max-width: 838px) {
    .header-7 .skew-div {

        left: 81%;
    }
}

@media (max-width:767px) {

    .header-7 .top-social {
        float: none;
    }

    .header-7 .fa {
        color: #189bcf;
    }
}

@media (max-width: 640px) {
    .header-7 {
        padding: 15px 0px 12px;
    }
}

@media (max-width: 480px) {

    .header-7 .top-social li {
        padding: 0px;
    }
}

@media (max-width: 320px) {
    .header-7 {
        text-align: center;
    }

    .header-7 span,
    .header-7 li {
        display: inline-block;
    }

    .header-7 {
        font-size: 11px;
    }
}












/******************************
***********navigation-7*********
*******************************/

.navigation-7 {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-7 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
}












/******************************
***********navigation-7:before*********
*******************************/

.navigation-7:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-7:after {
    left: 100%;
    background: #212022;
}

.navigation-7 .for-logo {
    padding-right: 26px;
}

.navigation-7 .logo {
    background: rgba(255, 255, 255, 0);
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-7 .logo span {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-7 .logo img {}

.navigation-7 .logo a {
    display: inline-block;
    padding: 20px 16px 20px 0px;
}

.navigation-7 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-7 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-7 .navbar-collapse {
    margin-right: 30px;
}

.navigation-7 .navbar li {
    z-index: 999;
    margin-left: 5px;
    margin-top: 24px;
    margin-bottom: 24px;
    transition: all 0.3s ease 0s;
}

.navigation-7 .navbar-nav>li>a {
    color: #1e1f20;
    font-size: 15px;
    padding: 8px 13px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-7 .navbar-default .navbar-nav>li.active,
.navigation-7 .navbar-default .navbar-nav>li:hover {
    background: #ffffff;
}

.navigation-7 .navbar-default .navbar-nav>li:hover a,
.navigation-7 .navbar-default .navbar-nav>.active>a {
    color: #189bcf;
}












/******************************
***********dropdown menu*********
*******************************/

.navigation-7 .dropdown-menu>li>a:focus,
.navigation-7 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-7 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #f7f7f7;
    min-width: 160px;
}

.navigation-7 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #189bcf; */
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-7 .dropdown .dropdown-menu li:focus,
.navigation-7 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-7 .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    /* text-transform: uppercase; */
    /* font-size: 16px; */
}

.navigation-7 .dropdown .dropdown-menu li a:active,
.navigation-7 .dropdown .dropdown-menu li a:focus {}

.navigation-7 .dropdown .dropdown-menu li:hover {
    background: #189bcf;
}

.navigation-7 .dropdown .dropdown-menu li:hover a {
    color: #ffffff;
}

.navigation-7 .dropdown-menu li a:hover {
    background: transparent !important;
}












/******************************
***********fixing navbar*********
*******************************/

.navigation-7 .hiden-form {
    min-height: 0px !important;
}

.navigation-7 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: rgba(255, 255, 255, 0);
    padding: 0 12px;
}

.navigation-7 .search-container .searchbox-icon:before {
    color: #189bcf;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-7 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-7 .search-container .searchbox-icon:focus,
.navigation-7 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-7 .search-form {
    position: relative;
}

.navigation-7 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-7 .search-form .search-group .form-control {
    color: #fff;
    background: #484848;
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-7 .search-form .search-group .search-icon {
    height: 100%;
    background: rgb(24, 155, 207);
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-7 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-7 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-7 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-7 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-7 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}












/******************************
***********navigation-7 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-7 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-7 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-7 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-7 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-7 .navbar li {
        /* margin-bottom: 14px; */
        margin-top: 18px;
        margin-bottom: 19px;
    }
}

@media (max-width: 1024px) {
    .navigation-7 span {
        right: 90%;
    }

    .navigation-7 .navbar-nav>li>a {
        padding: 8px 10px;
    }

    .navigation-7 .logo a {
        /* padding: 30px 16px 22px 0; */
    }
}



@media only screen and (max-width: 980px) {
    .navigation-7 .logo span {
        right: 82%;
        display: none;
    }

    .navigation-7 .navbar li {
        margin-bottom: 31px;
    }

    .navigation-7 .logo a {
        padding: 22px 0px 15px 0;
        text-align: center;
        display: block;
    }

    .navigation-7 .logo img {
        /* width: 100%; */
        /* text-align: center; */
        /* margin: 0 auto; */
        display: inline-block;
    }

    .navigation-7 .for-logo {
        overflow: hidden;
        padding-right: 15px;
    }

    .navigation-7 .navbar-nav>li {
        /* margin-left: 7px; */
    }

    .navigation-7 .navbar-nav>li>a {
        font-size: 16px;
        /* padding: 4px 5px; */
    }

    .navigation-7 .search-container {
        padding: 0px 25px;
        /* right: -50px; */
        display: none;
    }

    .navigation-7 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-7 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 767px) {
    /*.navigation-7 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {

    .navigation-7 .logo img {
        /* width: 92%; */
    }

    .navigation-7 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-7 {
        background: rgb(255, 255, 255);
    }

    .navigation-7 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }

    .navigation-7 .navbar-header {
        text-align: center;
    }

    .navigation-7 .navbar-default .navbar-toggle {
        border-color: #189bcf;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-7 .navbar-toggle .icon-bar {
        left: 10px;
        height: 2px;
        background-color: #189bcf;
        top: 18px;
    }

    .navigation-7 span {
        height: 100px;
    }

    .navigation-7 .navbar-default .navbar-nav>li.active,
    .navigation-7 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-7 .navbar-default .navbar-nav>li.active>a,
    .navigation-7 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-7 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-7 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-7 .dropdown .dropdown-menu {
        background-color: transparent;
    }

    .navigation-7 .navbar-default .dropdown .dropdown-menu li a {
        color: #fff;
        font-size: 15px;
    }

    .navigation-7 .navbar-nav>li>a {
        font-size: 16px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-7 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-7 .nav-collapse {
        background: #189bcf !important;
    }

    .navigation-7 .for-hden-search>.row>.pull-right {
        float: none !important;
    }

    .navigation-7 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }
}













/***************************
***********header-8*********
****************************/

.header-8 {
    background-color: #ffc72e;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 10px 0 10px;
}

.header-8 .for-contact-info {
    width: 100%;
    text-align: left;
}

.header-8 .for-contact-info a {

    display: inline-block;
    margin-right: 10px;
}

.header-8 .timing p {
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    margin: 0;
    margin-left: 10px;
}

.header-8 .fa {
    margin-right: 3px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.header-8 a:hover .fa {
    color: #ffffff;
}

.header-8 a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.header-8 a:hover {
    /* color: rgb(30, 31, 32); */
}

.header-8 .top-social {
    color: #fff;
    text-align: right;
}

.header-8 .top-social a {

    text-align: center;

    display: inline-block;
    /* margin-left: 15px; */
    /* font-size: 18px; */
}


.header-8 .top-social a i.fa {
    margin-right: 0px;
}












/******************************
***header-8 responsive*********
******************************/

@media only screen and (max-width: 1200px) {
    .header-8 .top-social {
        text-align: left;
    }
    .header-8 a {
        font-size: 12px;
    }
    .header-8 .top-social li {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 980px) {
    .header-8 .for-contact-info .info-address {
        text-align: center;
        margin-bottom: 12px;
    }

    .header-8 .top-social,
    .header-8 .timing p {
        text-align: center;
    }
}

@media (max-width:767px) {

    .header-8 .top-social {
        float: none;
    }

    .header-8 .fa {
        /* color: #189bcf; */
    }
}

@media (max-width: 640px) {
    .header-8 {
        padding: 15px 0px 12px;
    }
}

@media (max-width: 480px) {

    .header-8 .top-social li {
        padding: 0px;
    }
}

@media (max-width: 320px) {
    .header-8 {
        text-align: center;
    }

    .header-8 li {
        display: inline-block;
    }

    .header-8 {
        font-size: 11px;
    }
}












/******************************
***********navigation-8*********
*******************************/

.navigation-8 {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-8 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
}












/******************************
***********navigation-8:before*********
*******************************/

.navigation-8:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-8:after {
    left: 100%;
    background: #212022;
}

.navigation-8 .for-logo {
    padding-right: 26px;
}

.navigation-8 .logo {
    background: rgba(255, 255, 255, 0);
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-8 .logo span {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-8 .logo img {}

.navigation-8 .logo a {
    display: inline-block;
    padding: 18px 15px 16px 0px;
}

.navigation-8 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-8 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-8 .navbar-collapse {
    margin-right: 30px;
}

.navigation-8 .navbar li {
    z-index: 999;
    margin-right: 30px;
    margin-top: 22px;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
}

.navigation-8 .navbar-nav>li>a {
    color: #1e1f20;
    font-size: 16px;
    padding: 9px 3px 25px;
    display: inline-block;
    font-family: 'Roboto';
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-8 .navbar-default .navbar-nav>li.active,
.navigation-8 .navbar-default .navbar-nav>li:hover {
    background: rgba(255, 255, 255, 0);
}

.navigation-8 .navbar-default .navbar-nav>li:hover a,
.navigation-8 .navbar-default .navbar-nav>.active>a {
    color: #ef0f17;
    border-bottom: 3px solid #ef0f17;
}












/******************************
***********dropdown menu*********
*******************************/

.navigation-8 .dropdown-menu>li>a:focus,
.navigation-8 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-8 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffffff;
    min-width: 160px;
}

.navigation-8 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid rgba(158, 0, 9, 0.24); */
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-8 .dropdown .dropdown-menu li:focus,
.navigation-8 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-8 .navbar-nav .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    /* color: #fff; */
    font-weight: 500;
    /* text-transform: uppercase; */
    border: none;
}

.navigation-8 .dropdown .dropdown-menu li a:active,
.navigation-8 .dropdown .dropdown-menu li a:focus {}

.navigation-8 .dropdown .dropdown-menu li:hover {
    background: #189bcf;
}

.navigation-8 .dropdown .dropdown-menu li:hover a {
    color: #ffffff;
}

.navigation-8 .dropdown-menu li a:hover {
    background: transparent !important;
}






/******************************
***********fixing navbar*********
*******************************/

.navigation-8 .hiden-form {
    min-height: 0px !important;
}

.navigation-8 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: rgba(255, 255, 255, 0);
    padding: 0 17px;
}

.navigation-8 .search-container .searchbox-icon:before {
    color: #ffc72e;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-8 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-8 .search-container .searchbox-icon:focus,
.navigation-8 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-8 .search-form {
    position: relative;
}

.navigation-8 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-8 .search-form .search-group .form-control {
    color: #999999;
    background: #484848;
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-8 .search-form .search-group .search-icon {
    height: 100%;
    background: #ffc72e;
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-8 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-8 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-8 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-8 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-8 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}






/******************************
***********navigation-8 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-8 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-8 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-8 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-8 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-8 .navbar li {
        margin-right: 20px;
    }
    .navigation-8 .navbar-nav>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .navigation-8 span {
        right: 90%;
    }

    .navigation-8 .search-container .searchbox-icon {
        margin-top: 0;
    }

    .navigation-8 .navbar-nav>li>a {
        padding: 8px 10px;
    }

    .navigation-8 .logo a {
        padding: 27px 16px 22px 0;
    }

    .navigation-8 .navbar li {
        margin-right: 5px;
    }
}



@media only screen and (max-width: 980px) {
    .navigation-8 .logo span {
        right: 82%;
        display: none;
    }

    .navigation-8 .navbar li {
        margin-bottom: 31px;
    }

    .navigation-8 .logo a {
        padding: 22px 0px 15px 0;
        text-align: center;
        display: block;
    }

    .navigation-8 .logo img {
        /* width: 100%; */
        /* text-align: center; */
        /* margin: 0 auto; */
        display: inline-block;
    }

    .navigation-8 .for-logo {
        overflow: hidden;
        padding-right: 15px;
    }

    .navigation-8 .navbar-nav>li {
        margin-right: 15px;
    }

    .navigation-8 .navbar-nav>li>a {
        font-size: 14px;
        /* padding: 4px 5px; */
    }

    .navigation-8 .search-container {
        padding: 0px 25px;
        /* right: -50px; */
        display: none;
    }

    .navigation-8 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-8 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 767px) {
    /*.navigation-8 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {


    .navigation-8 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-8 {
        background: rgb(255, 255, 255);
    }

    .navigation-8 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }

    .navigation-8 .navbar-header {
        text-align: center;
    }

    .navigation-8 .navbar-default .navbar-toggle {
        border-color: #ffc72e;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-8 .navbar-toggle .icon-bar {
        left: 10px;
        height: 2px;
        top: 18px;
    }

    .navigation-8 span {
        height: 100px;
    }

    .navigation-8 .navbar-default .navbar-nav>li.active,
    .navigation-8 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        margin-bottom: 0;
        -moz-transform: skew(0deg);
    }

    .navigation-8 .navbar-default .navbar-nav>li.active>a,
    .navigation-8 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        border: none;
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-8 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-8 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-8 .dropdown .dropdown-menu {
        background-color: transparent;
    }

    .navigation-8 .navbar-nav>li>a {
        font-size: 15px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-8 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-8 .nav-collapse {
        background: #ffc72e !important;
    }

    .navigation-8 .for-hden-search>.row>.pull-right {
        float: none !important;
    }

    .navigation-8 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }
    .navigation-8 .navbar-default .dropdown .dropdown-menu li a {
        color: #fff;
    }
}










/******************************
***********navigation-9*********
*******************************/

.navigation-9 {
    background: rgba(5, 157, 221, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-9 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: rgba(5, 157, 221, 0);
    height: 100%;
}












/******************************
***********navigation-9:before*********
*******************************/

.navigation-9:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-9:after {
    left: 100%;
    background: #212022;
}

.navigation-9 .for-logo {
    padding-right: 26px;
}

.navigation-9 .logo {
    background: rgba(5, 157, 221, 0);
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-9 .logo span {
    background-color: rgba(5, 157, 221, 0);
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-9 .logo img {}

.navigation-9 .logo a {
    display: inline-block;
    padding: 18px 16px 16px 0px;
}

.navigation-9 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-9 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-9 .navbar-collapse {
    margin-right: 30px;
}

.navigation-9 .navbar li {
    z-index: 999;
    margin-left: 5px;
    margin-top: 27px;
    margin-bottom: 27px;
    transition: all 0.3s ease 0s;
}

.navigation-9 .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    padding: 5px 13px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-9 .navbar-default .navbar-nav>li.active,
.navigation-9 .navbar-default .navbar-nav>li:hover {
    background: #fff;
}

.navigation-9 .navbar-default .navbar-nav>li:hover a,
.navigation-9 .navbar-default .navbar-nav>.active>a {
    color: #189bcf;
}












/******************************
***********dropdown menu*********
*******************************/

.navigation-9 .dropdown-menu>li>a:focus,
.navigation-9 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-9 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #fff;
    min-width: 160px;
}

.navigation-9 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #4dc7bc; */
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-9 .dropdown .dropdown-menu li:focus,
.navigation-9 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-9 .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;

    /* font-size: 16px; */
}

.navigation-9 .dropdown .dropdown-menu li a:active,
.navigation-9 .dropdown .dropdown-menu li a:focus {}

.navigation-9 .dropdown .dropdown-menu li:hover {
    background: #189bcf;
}

.navigation-9 .dropdown .dropdown-menu li:hover a {
    color: #fff;
}

.navigation-9 .dropdown-menu li a:hover {
    background: transparent !important;
}












/******************************
***********fixing navbar*********
*******************************/

.navigation-9 .hiden-form {
    min-height: 0px !important;
}

.navigation-9 .search-container {
    position: absolute;
    right: 0;
    display: none;
    height: 100%;
    /* display: inline-block; */
    z-index: 999;
    background: #1e1f20;
    padding: 0px 30px;
}

.navigation-9 .search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-9 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-9 .search-container .searchbox-icon:focus,
.navigation-9 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-9 .search-form {
    position: relative;
}

.navigation-9 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-9 .search-form .search-group .form-control {
    color: #999999;
    /*background: rgba(255, 255, 255, 0.0);*/
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-9 .search-form .search-group .search-icon {
    height: 100%;
    background: rgb(30, 31, 32);
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-9 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-9 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-9 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-9 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-9 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}












/******************************
***********navigation-9 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-9 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-9 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-9 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-9 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-9 .navbar li {
        /* margin-bottom: 14px; */
    }
}

@media (max-width: 1024px) {
    .navigation-9 span {
        right: 90%;
    }

    .navigation-9 .navbar-nav>li>a {
        padding: 8px 10px;
    }

    .navigation-9 .logo a {
        padding: 29px 16px 0px 0;
    }
}



@media only screen and (max-width: 980px) {
    .navigation-9 span {
        right: 82%;
    }

    .navigation-9 .navbar li {
        margin-bottom: 31px;
    }

    .navigation-9 .logo a {
        /* padding: 22px 16px 15px 0; */
        display: block;
        text-align: center;
    }

    .navigation-9 .logo img {
        /* width: 91%; */
        display: inline-block;
        text-align: center;
    }

    .navigation-9 .for-logo {
        overflow: hidden;
        padding-right: 0;
    }

    .navigation-9 .navbar-nav>li {
        margin-right: 5px;
    }

    .navigation-9 .navbar-nav>li>a {
        font-size: 14px;
        padding: 6px 15px;
    }

    .navigation-9 .search-container {
        padding: 0px 25px;
        right: -50px;
    }

    .navigation-9 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-9 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 767px) {
    /*.navigation-9 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {

    .navigation-9 .logo img {
        /* width: 92%; */
    }

    .navigation-9 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-9 {
        background: rgb(255, 255, 255);
    }

    .navigation-9 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
        /* height: 150px; */
        /* overflow-y: scroll; */
        /* overflow-x: hidden; */
    }

    .navigation-9 .navbar-header {
        text-align: center;
    }

    .navigation-9 .navbar-default .navbar-toggle {
        border-color: #4dc7bc;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-9 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        top: 18px;
    }

    .navigation-9 .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }

    .navigation-9 span {
        height: 100px;
    }

    .navigation-9 .navbar-default .navbar-nav>li.active,
    .navigation-9 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-9 .navbar-default .navbar-nav>li.active>a,
    .navigation-9 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-9 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-9 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-9 .dropdown .dropdown-menu {
        background-color: transparent;
    }

    .navigation-9 .navbar-nav>li>a {
        font-size: 16px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-9 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-9 .nav-collapse {
        background: #414141 !important;
    }

    .navigation-9 .for-hden-search>.row>.pull-right {
        float: none !important;
    }

    .navigation-9 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }

    .navigation-9 .logo a {
        padding: 28px 0 27px 0px;
    }
    .navigation-9 .navbar-default .dropdown .dropdown-menu li a {
        color: #fff
    }
}













/******************************
***********navigation-10*********
*******************************/

.navigation-10 {
    background: #1e1e1d;
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-10 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: rgba(5, 157, 221, 0);
    height: 100%;
}












/******************************
***********navigation-10:before*********
*******************************/

.navigation-10:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-10:after {
    left: 100%;
    background: #212022;
}

.navigation-10 .for-logo {
    padding-right: 26px;
}

.navigation-10 .logo {
    background: rgba(5, 157, 221, 0);
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-10 .logo span {
    background-color: rgba(5, 157, 221, 0);
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-10 .logo img {}

.navigation-10 .logo a {
    display: inline-block;
    padding: 21px 16px 15px 0px;
}

.navigation-10 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-10 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-10 .navbar-collapse {
    margin-right: 30px;
}

.navigation-10 .navbar li {
    z-index: 999;
    margin-left: 5px;
    border-radius: 37px;
    margin-top: 30px;
    margin-bottom: 27px;
    transition: all 0.3s ease 0s;
}

.navigation-10 .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-10 .navbar-default .navbar-nav>li.active,
.navigation-10 .navbar-default .navbar-nav>li:hover {
    background: #ffbe0e;
}

.navigation-10 .navbar-default .navbar-nav>li:hover a,
.navigation-10 .navbar-default .navbar-nav>.active>a {
    color: #000;
    /* font-weight: 500; */
}






/******************************
***********dropdown menu*********
*******************************/

.navigation-10 .dropdown-menu>li>a:focus,
.navigation-10 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-10 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffffff;
    min-width: 160px;
    overflow: hidden;
    border-radius: 28px;
}

.navigation-10 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #c3083f; */
    background: transparent;
    transform: skew(0deg);
    border-radius: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-10 .dropdown .dropdown-menu li:focus,
.navigation-10 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-10 .navbar-nav .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    /* color: #fff; */
    border: none;
    font-weight: 500;
    /* font-size: 16px; */
    /* text-transform: uppercase; */
}

.navigation-10 .dropdown .dropdown-menu li a:active,
.navigation-10 .dropdown .dropdown-menu li a:focus {}

.navigation-10 .dropdown .dropdown-menu li:hover {
    background: #189bcf;
}

.navigation-10 .dropdown .dropdown-menu li:hover a {
    color: #fff;
}

.navigation-10 .dropdown-menu li a:hover {
    background: transparent !important;
}






/******************************
***********fixing navbar*********
*******************************/

.navigation-10 .hiden-form {
    min-height: 0px !important;
}

.navigation-10 .search-container {
    background: transparent;
    height: 100%;
    display: inline-block;
    z-index: 999;
    padding: 25px 0;
}



.navigation-10 .search-container .searchbox-icon {
    background: #ffbe0e;
    border: none;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    color: #000;
    border: 2px solid #ffbe0e;
    font-weight: 800;
    border-radius: 25px;
    line-height: 14px;
    padding: 10px 30px;
    position: static;
    margin: 0px;
    text-transform: uppercase;
}

.navigation-10 .search-container .searchbox-icon:before {
    content: none;
}

.navigation-10 .search-container .searchbox-icon:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.navigation-10 .search-container .searchbox-icon:focus,
.navigation-10 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-10 .search-form {
    position: relative;
}

.navigation-10 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-10 .search-form .search-group .form-control {
    color: #999999;
    /*background: rgba(255, 255, 255, 0.0);*/
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-10 .search-form .search-group .search-icon {
    height: 100%;
    background: rgb(195, 8, 63);
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-10 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-10 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-10 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-10 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-10 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}






/******************************
***********navigation-10 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-10 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-10 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-10 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-10 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-10 .navbar li {
        margin-bottom: 14px;
        margin-top: 23px;
    }

    .navigation-10 .navbar-nav>li>a {
        font-size: 14px;
        padding: 2px 10px;
    }
    .navigation-10 .search-container .searchbox-icon {

        padding: 6px 15px;
    }
}

@media (max-width: 1024px) {
    .navigation-10 span {
        right: 90%;
    }

    .navigation-10 .navbar-nav>li>a {
        padding: 8px 10px;
    }

    .navigation-10 .logo a {
        padding: 27px 16px 21px 0;
    }
}



@media only screen and (max-width: 980px) {
    .navigation-10 span {
        right: 82%;
    }

    .navigation-10 .navbar li {
        margin-bottom: 31px;
    }

    .navigation-10 .logo a {
        padding: 22px 16px 15px 0;
        display: block;
        text-align: center;
    }

    .navigation-10 .logo img {
        /* width: 91%; */
        display: inline-block;
        /* text-align: center; */
    }

    .navigation-10 .for-logo {
        overflow: hidden;
        padding-right: 0;
    }

    .navigation-10 .navbar-nav>li {
        margin-left: 1px;
    }

    .navigation-10 .navbar-nav>li>a {
        font-size: 14px;
        padding: 4px 19px;
    }

    .navigation-10 .search-container {
        /* padding: 0px 25px; */
        /* right: -50px; */
        display: none;
    }

    .navigation-10 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-10 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 767px) {
    /*.navigation-10 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {

    .navigation-10 .logo img {
        /* width: 92%; */
    }

    .navigation-10 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-10 {
        background: rgb(5, 157, 221);
    }

    .navigation-10 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }

    .navigation-10 .navbar-header {
        text-align: center;
    }

    .navigation-10 .navbar-default .navbar-toggle {
        border-color: #fff;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-10 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        background-color: #fff;
        top: 18px;
    }

    .navigation-10 .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }

    .navigation-10 span {
        height: 100px;
    }

    .navigation-10 .navbar-default .navbar-nav>li.active,
    .navigation-10 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-10 .navbar-default .navbar-nav>li.active>a,
    .navigation-10 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        margin-bottom: 0;
        -moz-transform: skew(0deg);
    }

    .navigation-10 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-10 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-10 .dropdown .dropdown-menu {
        background-color: transparent;
    }

    .navigation-10 .navbar-nav>li>a {
        font-size: 14px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-10 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-10 .nav-collapse {
        background: #ffc72e !important;
    }

    .navigation-10 .for-hden-search>.row>.pull-right {
        float: none !important;
    }

    .navigation-10 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }

    .navigation-10 .logo a {
        padding: 16px 16px 15px 0;
    }
    .navigation-10 .navbar-default .dropdown .dropdown-menu li a {
        color: #fff;
        margin-left: 25px;
    }
}













/***************************
***********header-11*********
****************************/

.header-11 {
    background-color: #ffc72e;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    /* padding: 20px 0 15px; */
}

.header-11 .for-contact-info {
    width: 100%;
    text-align: left;
}

.header-11 .for-contact-info a {

    display: inline-block;

    margin-right: 10px;

    margin-top: 13px;
}

.header-11 .fa {
    /* margin-right: 3px; */
    color: #ffffff;
    font-size: 14px;
    transition: all 0.4s ease;
}

.header-11 a:hover .fa {
    color: #189bcf;
    background-color: #ffffff;
    /* padding: 25px; */
}

.header-11 a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.header-11 a:hover {
    color: #fff;
}

.header-11 .top-social {
    color: #fff;
    display: inline-block;
    float: right;
}

.header-11 .top-social li {
    padding: 0;
    margin: 0
}


.header-11 .top-social a {

    text-align: center;

    display: inline-block;
    /* margin-left: 15px; */
    font-size: 18px;
}


.header-11 .top-social a i.fa {
    margin-right: 0px;
    padding: 15px 20px;
}












/******************************
***header-11 responsive*********
******************************/

@media only screen and (max-width: 980px) {
    .header-11 .for-contact-info .info-address {
        text-align: center;
        margin-bottom: 12px;
    }
}

@media (max-width:767px) {

    .header-11 .top-social {
        float: none;
    }

    .header-11 .fa {
        /* color: #189bcf; */
    }
}

@media (max-width: 640px) {
    .header-11 {
        padding: 15px 0px 12px;
    }
}

@media (max-width: 480px) {

    .header-11 .top-social li {
        padding: 0px;
    }
}

@media (max-width: 320px) {
    .header-11 {
        text-align: center;
    }

    .header-11 li {
        display: inline-block;
    }

    .header-11 {
        font-size: 11px;
    }
}












/******************************
***********navigation-11*********
*******************************/

.navigation-11 {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-11 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
}












/******************************
***********navigation-11:before*********
*******************************/

.navigation-11:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-11:after {
    left: 100%;
    background: #212022;
}

.navigation-11 .for-logo {
    padding-right: 26px;
}

.navigation-11 .logo {
    background: rgba(255, 255, 255, 0);
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-11 .logo span {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-11 .logo img {}

.navigation-11 .logo a {
    display: inline-block;
    padding: 31px 15px 20px 0px;
}

.navigation-11 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-11 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-11 .navbar-collapse {
    margin-right: 30px;
}

.navigation-11 .navbar li {
    z-index: 999;
    margin-right: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;
}

.navigation-11 .navbar-nav>li>a {
    color: #1e1f20;
    font-size: 15px;
    padding: 15px 5px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-11 .navbar-default .navbar-nav>li.active,
.navigation-11 .navbar-default .navbar-nav>li:hover {
    background: rgba(255, 255, 255, 0);
}

.navigation-11 .navbar-default .navbar-nav>li:hover a,
.navigation-11 .navbar-default .navbar-nav>.active>a {
    color: #189bcf;
    font-weight: 500;
    border-bottom: 3px solid #189bcf;
}












/******************************
***********dropdown menu*********
*******************************/

.navigation-11 .dropdown-menu>li>a:focus,
.navigation-11 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-11 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #f7f7f7;
    min-width: 160px;
}

.navigation-11 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #ff6300; */
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-11 .dropdown .dropdown-menu li:focus,
.navigation-11 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-11 .navbar-default .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    /* color: #fff; */
    font-weight: 500;
    /* text-transform: uppercase; */
    /* font-size: 16px; */
    border-bottom: none;
}

.navigation-11 .dropdown .dropdown-menu li a:active,
.navigation-11 .dropdown .dropdown-menu li a:focus {}

.navigation-11 .dropdown .dropdown-menu li:hover {
    background: #189bcf;
}

.navigation-11 .dropdown .dropdown-menu li:hover a {
    color: #ffffff;
}

.navigation-11 .dropdown-menu li a:hover {
    background: transparent !important;
}












/******************************
***********fixing navbar*********
*******************************/

.navigation-11 .hiden-form {
    min-height: 0px !important;
}

.navigation-11 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: rgba(255, 255, 255, 0);
    padding: 21px;
}

.navigation-11 .search-container .searchbox-icon:before {
    color: #189bcf;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-11 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-11 .search-container .searchbox-icon:focus,
.navigation-11 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-11 .search-form {
    position: relative;
}

.navigation-11 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-11 .search-form .search-group .form-control {
    color: #fff;
    background: #484848;
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-11 .search-form .search-group .search-icon {
    height: 100%;
    background: #059dde;
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-11 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-11 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-11 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-11 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-11 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}






/******************************
***********navigation-11 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-11 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-11 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-11 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-11 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-11 .navbar li {
        /* margin-bottom: 22px; */
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .navigation-11 span {
        right: 90%;
    }

    .navigation-11 .navbar-nav>li>a {
        padding: 8px 10px;
    }

    .navigation-11 .logo a {
        /* padding: 20px 16px 22px 0; */
    }
    .navigation-11 .navbar li {
        margin-right: 14px;
    }
}



@media only screen and (max-width: 980px) {
    .navigation-11 .logo span {
        right: 82%;
        display: none;
    }

    .navigation-11 .navbar li {
        margin-bottom: 31px;
    }

    .navigation-11 .logo a {
        padding: 22px 0px 15px 0;
        text-align: center;
        display: block;
    }

    .navigation-11 .logo img {
        /* width: 100%; */
        /* text-align: center; */
        /* margin: 0 auto; */
        display: inline-block;
    }

    .navigation-11 .for-logo {
        overflow: hidden;
        padding-right: 15px;
    }

    .navigation-11 .navbar-nav>li {
        margin-right: 20px;
    }

    .navigation-11 .navbar-nav>li>a {
        font-size: 14px;
        /* padding: 4px 5px; */
    }

    .navigation-11 .search-container {
        /* padding: -2px 21px; */
        right: 0;
        top: -7px;
        display: none;
    }

    .navigation-11 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-11 .navbar-collapse {
        margin-right: 0px;
        /* padding-right: 0px; */
    }
}

@media (min-width: 767px) {
    /*.navigation-11 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {

    .navigation-11 .logo img {
        /* width: 92%; */
    }

    .navigation-11 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-11 {
        background: rgb(255, 255, 255);
    }

    .navigation-11 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }

    .navigation-11 .navbar-header {
        text-align: center;
    }

    .navigation-11 .navbar-default .navbar-toggle {
        border-color: #189bcf;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-11 .navbar-toggle .icon-bar {
        left: 10px;
        height: 2px;
        background-color: #0c0d26;
        top: 18px;
    }

    .navigation-11 span {
        height: 100px;
    }

    .navigation-11 .navbar-default .navbar-nav>li.active,
    .navigation-11 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-11 .navbar-default .navbar-nav>li.active>a,
    .navigation-11 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        border: none;
        -moz-transform: skew(0deg);
    }

    .navigation-11 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-11 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-11 .dropdown .dropdown-menu {
        background-color: transparent;
    }

    .navigation-11 .navbar-nav>li>a {
        font-size: 15px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-11 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-11 .nav-collapse {
        background: #189bcf !important;
    }

    .navigation-11 .for-hden-search>.row>.pull-right {
        float: none !important;
    }

    .navigation-11 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }

    .navigation-11 .navbar-default .dropdown .dropdown-menu li a {
        color: #fff
    }
}












/******************************
***********navigation-12*********
*******************************/

.navigation-12 {
    background: rgba(5, 157, 221, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-12 span {
    position: absolute;
    right: 85%;
    width: 100%;
    /*background: #ffc72e;*/
    height: 100%;
}












/******************************
***********navigation-12:before*********
*******************************/

.navigation-12:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-12:after {
    left: 100%;
    background: #212022;
}

.navigation-12 .for-logo {
    padding-right: 26px;
}

.navigation-12 .logo {
    /*background: #ffc72e;*/
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-12 .logo span {
    /*background-color: #ffc72e;*/
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-12 .logo img {}

.navigation-12 .logo a {
    display: inline-block;
    padding: 27px 16px 20px 0px;
}

.navigation-12 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-12 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-12 .navbar-collapse {
    margin-right: 30px;
}

.navigation-12 .navbar li {
    z-index: 999;
    margin-right: 25px;
    border-radius: 25px;
    margin-top: 20px;
    margin-bottom: 23px;
    transition: all 0.3s ease 0s;
}

.navigation-12 .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    padding: 15px 3px;
    /* transition: all 0.3s ease 0s; */
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-12 .navbar-default .navbar-nav>li.active,
.navigation-12 .navbar-default .navbar-nav>li:hover {
    background: transparent;
}

.navigation-12 .navbar-default .navbar-nav>li:hover a,
.navigation-12 .navbar-default .navbar-nav>.active>a {
    color: #fff;
    /* transition: all 0.3s ease 0s; */
    /* font-weight: 600; */
    border-bottom: 3px solid;
}












/******************************
***********dropdown menu*********
*******************************/

.navigation-12 .dropdown-menu>li>a:focus,
.navigation-12 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-12 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffc72e;
    min-width: 160px;
    overflow: hidden;
    /* border-radius: 25px; */
}

.navigation-12 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #13a76b; */
    background: transparent;
    transform: skew(0deg);
    border-radius: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-12 .dropdown .dropdown-menu li:focus,
.navigation-12 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-12 .navbar-nav .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    border: none;
    font-weight: 500;
    /* font-size: 16px; */
}

.navigation-12 .dropdown .dropdown-menu li a:active,
.navigation-12 .dropdown .dropdown-menu li a:focus {}

.navigation-12 .dropdown .dropdown-menu li:hover {
    background: #ffffff;
}

.navigation-12 .dropdown .dropdown-menu li:hover a {
    color: #ffc72e;
}

.navigation-12 .dropdown-menu li a:hover {
    background: transparent !important;
}












/******************************
***********fixing navbar*********
*******************************/

.navigation-12 .hiden-form {
    min-height: 0px !important;
}

.navigation-12 .search-container {
    background: transparent;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    padding: 30px 0;
}



.navigation-12 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
    padding: 8px 30px;
    position: static;
    margin: 0px;
    text-transform: uppercase;
}

.navigation-12 .search-container .searchbox-icon:before {
    content: none;
}

.navigation-12 .search-container .searchbox-icon:hover {
    background: #fff;
    color: #ffc72e;
}

.navigation-12 .search-container .searchbox-icon:focus,
.navigation-12 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-12 .search-form {
    position: relative;
}

.navigation-12 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-12 .search-form .search-group .form-control {
    color: #999999;
    /*background: rgba(255, 255, 255, 0.0);*/
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-12 .search-form .search-group .search-icon {
    height: 100%;
    background: rgb(195, 8, 63);
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-12 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-12 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-12 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-12 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-12 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}












/******************************
***********navigation-12 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-12 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-12 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-12 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-12 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-12 .navbar li {
        /* margin-bottom: 14px; */
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .navigation-12 span {
        right: 90%;
    }

    .navigation-12 .navbar-nav>li>a {
        padding: 8px 10px;
        font-size: 14px;
    }

    .navigation-12 .logo a {
        /* padding: 20px 16px 22px 0; */
    }

    .navigation-12 .navbar li {
        margin-right: 3px;
    }
}



@media only screen and (max-width: 980px) {
    .navigation-12 span {
        right: 82%;
    }

    .navigation-12 .navbar li {
        margin-bottom: 31px;
    }

    .navigation-12 .logo a {
        padding: 22px 0px 15px 0;
        display: block;
        text-align: center;
    }

    .navigation-12 .logo img {
        /* width: 91%; */
        display: inline-block;
        text-align: center;
    }

    .navigation-12 .for-logo {
        overflow: hidden;
        padding-right: 0;
    }

    .navigation-12 .navbar-nav>li {
        margin-right: 14px;
    }

    .navigation-12 .navbar-nav>li>a {
        font-size: 14px;
        /* padding: 4px 5px; */
    }

    .navigation-12 .search-container {
        /* padding: 0px 25px; */
        display: none;
        right: -55px;
        top: -3px;
    }

    .navigation-12 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-12 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 767px) {
    /*.navigation-12 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {

    .navigation-12 .logo img {
        /* width: 92%; */
    }

    .navigation-12 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-12 {
        background: rgba(0, 0, 0, 0.85);
    }

    .navigation-12 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }

    .navigation-12 .navbar-header {
        text-align: center;
    }

    .navigation-12 .navbar-default .navbar-toggle {
        border-color: #ffc72e;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-12 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        background-color: #fff;
        top: 18px;
    }

    .navigation-12 .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }

    .navigation-12 span {
        height: 100px;
    }

    .navigation-12 .navbar-default .navbar-nav>li.active,
    .navigation-12 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-12 .navbar-default .navbar-nav>li.active>a,
    .navigation-12 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        border: none;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-12 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-12 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-12 .dropdown .dropdown-menu {
        background-color: transparent;
    }

    .navigation-12 .navbar-nav>li>a {
        font-size: 14px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-12 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-12 .nav-collapse {
        background: #ffc72e !important;
    }

    .navigation-12 .for-hden-search>.row>.pull-right {
        float: none !important;
    }

    .navigation-12 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }

    .navigation-12 .logo a {
        padding: 27px 16px 28px 0px;
    }
}













/******************************
***********navigation-13*********
*******************************/

.navigation-13 {
    background: rgba(5, 157, 221, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-13 span {
    position: absolute;
    right: 85%;
    width: 100%;
    /*background: #ffc72e;*/
    height: 100%;
}












/******************************
***********navigation-13:before*********
*******************************/

.navigation-13:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-13:after {
    left: 100%;
    background: #212022;
}

.navigation-13 .for-logo {
    padding-right: 26px;
}

.navigation-13 .logo {
    /*background: #ffc72e;*/
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-13 .logo span {
    /*background-color: #ffc72e;*/
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-13 .logo img {}

.navigation-13 .logo a {
    display: inline-block;
    padding: 18px 16px 5px 0px;
}

.navigation-13 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-13 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-13 .navbar-collapse {
    margin-right: 30px;
}

.navigation-13 .navbar li {
    z-index: 999;
    margin-right: 25px;
    border-radius: 25px;
    /* margin-top: 25px; */
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}

.navigation-13 .navbar-nav>li>a {
    color: #fff;
    border-top: 3px solid transparent;
    font-size: 15px;
    padding: 27px 3px 0;
    /* transition: all 0.3s ease 0s; */
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-13 .navbar-default .navbar-nav>li.active,
.navigation-13 .navbar-default .navbar-nav>li:hover {
    background: transparent;
}

.navigation-13 .navbar-default .navbar-nav>li:hover a,
.navigation-13 .navbar-default .navbar-nav>.active>a {
    color: #fff;
    /* transition: all 0.3s ease 0s; */
    /* font-weight: 500; */
    border-top: 3px solid;
}












/******************************
***********dropdown menu*********
*******************************/

.navigation-13 .dropdown-menu>li>a:focus,
.navigation-13 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-13 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffffff;
    min-width: 160px;
    overflow: hidden;
    /* border-radius: 25px; */
    /* margin-top: 17px; */
}

.navigation-13 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #009ea7; */
    background: transparent;
    transform: skew(0deg);
    border-radius: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-13 .dropdown .dropdown-menu li:focus,
.navigation-13 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-13 .navbar-nav .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #ffc72e;
    border: none;
    /* text-transform: uppercase; */
    font-weight: 500;
    /* font-size: 16px; */
}

.navigation-13 .dropdown .dropdown-menu li a:active,
.navigation-13 .dropdown .dropdown-menu li a:focus {}

.navigation-13 .dropdown .dropdown-menu li:hover {
    background: #ffc72e;
}

.navigation-13 .dropdown .dropdown-menu li:hover a {
    color: #ffffff;
}

.navigation-13 .dropdown-menu li a:hover {
    background: transparent !important;
}












/******************************
***********fixing navbar*********
*******************************/

.navigation-13 .search-container {
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    padding: 30px 0;
    background: transparent;
}

.navigation-13 .search-container p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}












/******************************
***********navigation-13 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-13 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-13 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-13 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-13 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-13 .navbar li {
        /* margin-bottom: 14px; */
        margin-right: 19px;
    }
}

@media (max-width: 1024px) {
    .navigation-13 span {
        right: 90%;
    }

    .navigation-13 .navbar-nav>li>a {
        /* padding: 28px 0 10px; */
    }

    .navigation-13 .logo a {
        padding: 22px 16px 22px 0;
    }

    .navigation-13 .navbar li {
        margin-right: 13px;
    }
}



@media only screen and (max-width: 980px) {
    .navigation-13 span {
        right: 82%;
    }

    .navigation-13 .navbar li {
        margin-bottom: 31px;
    }

    .navigation-13 .logo a {
        padding: 22px 16px 15px 0;
        display: block;
        text-align: center;
    }

    .navigation-13 .logo img {
        /* width: 91%; */
        display: inline-block;
        text-align: center;
    }

    .navigation-13 .for-logo {
        overflow: hidden;
        padding-right: 0;
    }

    .navigation-13 .navbar-nav>li {
        margin-right: 30px;
    }

    .navigation-13 .navbar-nav>li>a {
        font-size: 14px;
        padding: 4px 5px;
    }

    .navigation-13 .search-container {
        /* padding: 0px 25px; */
        /* right: -50px; */
        display: none;
    }

    .navigation-13 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-13 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 767px) {
    /*.navigation-13 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {

    .navigation-13 .logo img {
        /* width: 92%; */
    }

    .navigation-13 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-13 {
        background: rgba(0, 0, 0, 0.85);
    }

    .navigation-13 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }

    .navigation-13 .navbar-header {
        text-align: center;
    }

    .navigation-13 .navbar-default .navbar-toggle {
        border-color: #ddd;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-13 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        background-color: #fff;
        top: 18px;
    }

    .navigation-13 .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }

    .navigation-13 span {
        height: 100px;
    }

    .navigation-13 .navbar-default .navbar-nav>li.active,
    .navigation-13 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-13 .navbar-default .navbar-nav>li.active>a,
    .navigation-13 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        border: none;
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-13 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-13 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-13 .dropdown .dropdown-menu {
        background-color: transparent;
    }

    .navigation-13 .navbar-nav>li>a {
        font-size: 14px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        border: none;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-13 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-13 .nav-collapse {
        background: #ffc72e !important;
    }

    .navigation-13 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }

    .navigation-13 .logo a {
        padding: 29px 0px 26px 0;
    }
    .navigation-13 .navbar-nav .dropdown .dropdown-menu li a {
        color: #fff
    }
}










/******************************
***********navigation-14*********
*******************************/

.navigation-14 {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-14 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: #ffc72e;
    height: 100%;
}












/******************************
***********navigation-14:before*********
*******************************/

.navigation-14:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-14:after {
    left: 100%;
    background: #212022;
}

.navigation-14 .for-logo {
    padding-right: 26px;
}

.navigation-14 .logo {
    background: #ffc72e;
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    border-radius: 0 50px 50px 0px;
    z-index: 10;
}

.navigation-14 .logo span {
    top: 0;
    position: absolute;
    right: -3px;
    bottom: 0;
    border-radius: 55px;
    width: 70%;
    z-index: 1;
    box-shadow: 3px 0px #ffc72e, 3px 0px 1px 0px #ffc72e;
    -moz-box-shadow: 3px 0px #000, 3px 0px 1px 2px #000;
    background: transparent;
}

.navigation-14 .logo img {}

.navigation-14 .logo a {
    display: inline-block;
    padding: 23px 16px 22px 0px;
}

.navigation-14 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-14 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-14 .navbar-collapse {
    margin-right: 30px;
}

.navigation-14 .navbar li {
    z-index: 999;
    margin-right: 2px;
    border-radius: 25px;
    margin-top: 27px;
    margin-bottom: 27px;
    transition: all 0.3s ease 0s;
}

.navigation-14 .navbar-nav>li>a {
    color: #1e1f20;
    font-size: 15px;
    padding: 8px 20px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-14 .navbar-default .navbar-nav>li.active,
.navigation-14 .navbar-default .navbar-nav>li:hover {
    background: #ffc72e;
}

.navigation-14 .navbar-default .navbar-nav>li:hover a,
.navigation-14 .navbar-default .navbar-nav>.active>a {
    color: #fff;
}












/******************************
***********dropdown menu*********
*******************************/

.navigation-14 .dropdown-menu>li>a:focus,
.navigation-14 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-14 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffc72e;
    min-width: 160px;
    overflow: hidden;
    border-radius: 20px;
}

.navigation-14 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #f59828; */
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    border-radius: 0;
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-14 .dropdown .dropdown-menu li:focus,
.navigation-14 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-14 .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    /* font-size: 16px; */
}

.navigation-14 .dropdown .dropdown-menu li a:active,
.navigation-14 .dropdown .dropdown-menu li a:focus {}

.navigation-14 .dropdown .dropdown-menu li:hover {
    background: white;
    /* border-radius: 0px; */
}

.navigation-14 .dropdown .dropdown-menu li:hover a {
    color: #ffc72e;
}

.navigation-14 .dropdown-menu li a:hover {
    background: transparent !important;
}












/******************************
***********fixing navbar*********
*******************************/

.navigation-14 .hiden-form {
    min-height: 0px !important;
}

.navigation-14 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: #ffc72e;
    padding: 0px 25px;
}

.navigation-14 .search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-14 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-14 .search-container .searchbox-icon:focus,
.navigation-14 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-14 .search-form {
    position: relative;
    /* display: none; */
}

.navigation-14 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-14 .search-form .search-group .form-control {
    color: #fff;
    background: #484848;
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-14 .search-form .search-group .search-icon {
    height: 100%;
    background: #059dde;
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-14 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-14 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-14 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-14 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-14 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}












/******************************
***********navigation-14 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-14 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-14 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-14 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-14 span {
        right: 68%;
    }
}

@media (max-width: 1024px) {
    .navigation-14 span {
        /* right: 90%; */
    }

    .navigation-14 .navbar-nav>li>a {
        padding: 8px 10px;
    }

    .navigation-14 .logo a {
        /* padding: 16px 15px 18px 0; */
    }
}

@media (max-width: 1200px) {
    .navigation-14 .navbar li {
        margin-bottom: 14px;
        margin-top: 24px;
        /* margin-right: 3px; */
    }

    .navigation-14 .navbar-nav>li>a {
        padding: 8px 14px;
    }
}

@media only screen and (max-width: 980px) {


    .navigation-14 span {
        /* right: 89%; */
    }


    .navigation-14 .navbar li {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .navigation-14 .logo a {
        padding: 27px 16px 24px 0;
    }

    .navigation-14 .logo img {
        width: 91%;
    }

    .navigation-14 .for-logo {
        overflow: hidden;
        /* padding-right: 0; */
    }

    .navigation-14 .navbar-nav>li {
        /* margin-left: 1px; */
    }

    .navigation-14 .navbar-nav>li>a {
        font-size: 12px;
        padding: 5px 9px;
    }

    .navigation-14 .search-container {
        padding: 0px 25px;
        right: -50px;
        /* display: none; */
    }

    .navigation-14 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-14 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 800px) {

    .navigation-14 .logo img {
        width: 92%;
        margin: 0 auto;
    }

    .navigation-14 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-14 {
        background: rgb(5, 157, 221);
    }

    .navigation-14 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }

    .navigation-14 .navbar-header {
        text-align: center;
    }

    .navigation-14 .navbar-default .navbar-toggle {
        border-color: #fff;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-14 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        top: 18px;
        background-color: #fff;
    }

    .navigation-14 span {
        height: 100px;
    }

    .navigation-14 .navbar-default .navbar-nav>li.active,
    .navigation-14 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-14 .navbar-default .navbar-nav>li.active>a,
    .navigation-14 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
    }

    .navigation-14 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-14 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-14 .dropdown .dropdown-menu {
        background-color: transparent;
    }

    .navigation-14 .navbar-nav>li>a {
        font-size: 14px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-14 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-14 .nav-collapse {
        background: #ffc72e !important;
    }

    .navigation-14 .for-hden-search>.row>.pull-right {
        float: none !important;
    }

    .navigation-14 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }

    .navigation-14 .for-logo {
        /* padding-right: 18px; */
    }
    .navigation-14 .logo {
        text-align: center;
    }
    .navigation-14 .navbar-default .dropdown .dropdown-menu li a {
        color: #fff;
    }
}












/******************************
***********navigation-15*********
*******************************/

.navigation-15 {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-15 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: #ffffff;
    height: 100%;
}












/******************************
***********navigation-15:before*********
*******************************/

.navigation-15:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-15:after {
    left: 100%;
    background: #212022;
}

.navigation-15 .for-logo {
    padding-right: 26px;
}

.navigation-15 .logo {
    background: #ffffff;
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-15 .logo span {
    background-color: #ffffff;
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-15 .logo img {}

.navigation-15 .logo a {
    display: inline-block;
    padding: 20px 16px 19px 0px;
}

.navigation-15 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-15 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-15 .navbar-collapse {
    margin-right: 60px;
}

.navigation-15 .navbar li {
    z-index: 999;
    margin-right: 20px;
    /* margin-top: 31px; */
    /* margin-bottom: 31px; */
    transition: all 0.3s ease 0s;
}

.navigation-15 .navbar-nav>li>a {
    color: #1e1f20;
    font-size: 15px;
    padding: 32px 15px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-15 .navbar-default .navbar-nav>li.active,
.navigation-15 .navbar-default .navbar-nav>li:hover {
    background: #ffc72e;
}

.navigation-15 .navbar-default .navbar-nav>li:hover a,
.navigation-15 .navbar-default .navbar-nav>.active>a {
    color: #fff;
}












/******************************
***********dropdown menu*********
*******************************/

.navigation-15 .dropdown-menu>li>a:focus,
.navigation-15 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-15 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffc72e;
    min-width: 160px;
}

.navigation-15 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #1e1f20; */
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-15 .dropdown .dropdown-menu li:focus,
.navigation-15 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-15 .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    /* text-transform: uppercase; */
    /* font-size: 16px; */
}

.navigation-15 .dropdown .dropdown-menu li a:active,
.navigation-15 .dropdown .dropdown-menu li a:focus {}

.navigation-15 .dropdown .dropdown-menu li:hover {
    background: white;
}

.navigation-15 .dropdown .dropdown-menu li:hover a {
    color: #000;
}

.navigation-15 .dropdown-menu li a:hover {
    background: transparent !important;
}












/******************************
***********fixing navbar*********
*******************************/

.navigation-15 .hiden-form {
    min-height: 0px !important;
}

.navigation-15 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: #ffc72e;
    padding: 0px 25px;
}

.navigation-15 .search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.navigation-15 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-15 .search-container .searchbox-icon:focus,
.navigation-15 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-15 .search-form {
    position: relative;
}

.navigation-15 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-15 .search-form .search-group .form-control {
    color: #fff;
    background: #484848;
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-15 .search-form .search-group .search-icon {
    height: 100%;
    background: #059dde;
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-15 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-15 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-15 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-15 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-15 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}












/******************************
***********navigation-15 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-15 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-15 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-15 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-15 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-15 .navbar li {
        margin-right: 5px;
    }
}

@media (max-width: 1024px) {
    .navigation-15 span {
        right: 90%;
    }

    .navigation-15 .navbar-nav>li>a {
        /* padding: 8px 10px; */
    }

    .navigation-15 .logo a {
        padding: 25px 16px 11px 0;
    }
}



@media only screen and (max-width: 980px) {
    .navigation-15 span {
        right: 82%;
    }

    .navigation-15 .navbar li {
        /* margin-bottom: 31px; */
    }

    .navigation-15 .logo a {
        padding: 14px 0 17px;
    }

    .navigation-15 .logo img {
        width: 91%;
    }

    .navigation-15 .for-logo {
        overflow: hidden;
        padding-right: 0;
    }

    .navigation-15 .navbar-nav>li {
        /* margin-left: 1px; */
    }

    .navigation-15 .navbar-nav>li>a {
        font-size: 14px;
        padding: 26px 6px;
    }

    .navigation-15 .search-container {
        padding: 0px 25px;
        right: -50px;
        /* height: 68%; */
        display: none;
    }

    .navigation-15 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-15 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0;
    }
}

@media (min-width: 767px) {
    /*.navigation-15 .logo:before {
        display: block;
        content: url(../images/hoverme.png);
        width: 98px;
        height: 35px;
        right: 85%;
        margin-right: 20px;
        top: 40px;
        position: absolute;
    }*/
}

@media (max-width: 800px) {

    .navigation-15 .logo img {
        width: 92%;
    }

    .navigation-15 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-15 {
        background: rgb(5, 157, 221);
    }

    .navigation-15 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
        /* height: 150px; */
        /* overflow-y: scroll; */
        /* overflow-x: hidden; */
    }

    .navigation-15 .navbar-header {
        text-align: center;
    }

    .navigation-15 .navbar-default .navbar-toggle {
        border-color: #fff;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-15 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        top: 18px;
        background-color: #fff;
    }

    .navigation-15 .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }

    .navigation-15 span {
        height: 69px;
    }

    .navigation-15 .navbar-default .navbar-nav>li.active,
    .navigation-15 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-15 .navbar-default .navbar-nav>li.active>a,
    .navigation-15 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-15 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-15 .dropdown .dropdown-menu li {
        border-bottom: none;
        margin-left: 20px;
    }

    .navigation-15 .dropdown .dropdown-menu {
        background-color: transparent;
    }

    .navigation-15 .navbar-nav>li>a {
        font-size: 14px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        margin-left: 16px;
        padding: 19px 0;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-15 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-15 .nav-collapse {
        background: #ffc72e !important;
    }

    .navigation-15 .for-hden-search>.row>.pull-right {
        float: none !important;
    }

    .navigation-15 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }
    .navigation-15 .logo {
        text-align: center;
    }
    .navigation-15 .navbar-default .dropdown .dropdown-menu li a {
        color: #fff;
    }
}












/******************************
***********navigation-16*********
*******************************/

.navigation-16 {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-16 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100%;
}






/******************************
***********navigation-16:before*********
*******************************/

.navigation-16:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-16:after {
    left: 100%;
    background: #212022;
}

.navigation-16 .for-logo {
    /* padding-right: 26px; */
}

.navigation-16 .logo {
    background: rgba(255, 255, 255, 0);
    height: auto;
    margin-top: 0px;
    position: relative;
    /* width: 100%; */
    /* transform: skew(0deg); */
}

.navigation-16 .logo span {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    right: -8px;
    display: none;
    height: 100%;
    width: 5px;
}

.navigation-16 .logo img {}

.navigation-16 .logo a {
    display: inline-block;
    padding: 18px 0px 19px 0px;
}

.navigation-16 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-16 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-16 .navbar-collapse {
    margin-right: 0;
}

.navigation-16 .navbar li {
    z-index: 999;
    margin-right: 19px;
    border-radius: 25px;
    margin-top: 23px;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}

.navigation-16 .navbar-nav>li>a {
    color: #292929;
    font-size: 14px;
    padding: 5px 3px;
    /* transition: all 0.3s ease 0s; */
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-16 .navbar-default .navbar-nav>li.active,
.navigation-16 .navbar-default .navbar-nav>li:hover {
    background: transparent;
}

.navigation-16 .navbar-default .navbar-nav>li:hover a,
.navigation-16 .navbar-default .navbar-nav>.active>a {
    color: #ffc72e;
    /* transition: all 0.3s ease 0s; */
    /* font-weight: 600; */
    /* border-bottom: 3px solid; */
}






/******************************
***********dropdown menu*********
*******************************/

.navigation-16 .dropdown-menu>li>a:focus,
.navigation-16 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-16 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffc72e;
    min-width: 160px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 10px;
}

.navigation-16 .dropdown .dropdown-menu li {
    margin: 0px;
    /* border-bottom: 1px solid #13a76b; */
    background: transparent;
    transform: skew(0deg);
    border-radius: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-16 .dropdown .dropdown-menu li:focus,
.navigation-16 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-16 .navbar-nav .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 13px;
}

.navigation-16 .dropdown .dropdown-menu li a:active,
.navigation-16 .dropdown .dropdown-menu li a:focus {}

.navigation-16 .dropdown .dropdown-menu li:hover {
    background: #ffffff;
}

.navigation-16 .dropdown .dropdown-menu li:hover a {
    color: #ffc72e;
}

.navigation-16 .dropdown-menu li a:hover {
    background: transparent !important;
}






/******************************
***********fixing navbar*********
*******************************/

.navigation-16 .hiden-form {
    min-height: 0px !important;
}

.navigation-16 .search-container {
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    padding: 18px 0;
    background: transparent;
}



.navigation-16 .search-container .searchbox-icon {
    background: #ffc72e;
    border: none;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 900;
    border: 1px solid #ffc72e;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    padding: 8px 30px;
    position: static;
    margin: 0px;
    text-transform: uppercase;
}

.navigation-16 .search-container .searchbox-icon:before {
    content: none;
}


.navigation-16 .search-container .searchbox-icon:hover {
    background: #ffffff;
    color: #ffc72e;
    border: 1px solid #ffc72e;
}

.navigation-16 .search-container .searchbox-icon:focus,
.navigation-16 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-16 .search-form {
    position: relative;
}

.navigation-16 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-16 .search-form .search-group .form-control {
    color: #999999;
    /*background: rgba(255, 255, 255, 0.0);*/
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-16 .search-form .search-group .search-icon {
    height: 100%;
    background: rgb(195, 8, 63);
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-16 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-16 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-16 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-16 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-16 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}






/******************************
***********navigation-16 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-16 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-16 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-16 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-16 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-16 .navbar li a {
        font-size: 12px;
    }

    .navigation-16 .navbar li {
        margin-right: 12px;
        /* margin-bottom: 15px; */
        /* margin-top: 24px; */
    }
}

@media (max-width: 1024px) {
    .navigation-16 span {
        right: 90%;
    }

    .navigation-16 .navbar li {
        margin-right: 10px;
    }

    .navigation-16 .navbar-nav>li>a {
        font-size: 14px;
    }
    .navigation-16 .search-container {
        display: none;
    }
}



@media only screen and (max-width: 980px) {
    .navigation-16 span {
        right: 82%;
    }

    .navigation-16 .navbar li {
        margin-bottom: 31px;
    }

    .navigation-16 .logo a {
        padding: 22px 0px 15px 0;
        text-align: center;
        display: block;
    }

    .navigation-16 .logo img {
        /* width: 91%; */
        display: inline-block;
        text-align: center;
    }

    .navigation-16 .for-logo {
        overflow: hidden;
        padding-right: 24px;
    }

    .navigation-16 .navbar-nav>li {
        margin-left: 1px;
    }

    .navigation-16 .navbar-nav>li>a {
        font-size: 13px;
        /* padding: 4px 5px; */
    }

    .navigation-16 .search-container {
        /* padding: 0px 25px; */
        right: -50px;
    }

    .navigation-16 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-16 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
}


@media (max-width: 800px) {

    .navigation-16 .logo img {
        /* width: 2%; */
    }

    .navigation-16 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-16 {
        /* background: rgba(0, 0, 0, 0.85); */
    }

    .navigation-16 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
    }

    .navigation-16 .navbar-header {
        text-align: center;
    }

    .navigation-16 .navbar-default .navbar-toggle {
        border-color: #ffc72e;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-16 .navbar-toggle .icon-bar {
        left: 10px;
        background-color: #000;
        height: 1px;
        top: 18px;
    }

    .navigation-16 .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }

    .navigation-16 span {
        height: 100px;
    }

    .navigation-16 .navbar-default .navbar-nav>li.active,
    .navigation-16 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-16 .navbar-default .navbar-nav>li.active>a,
    .navigation-16 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-16 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
    }

    .navigation-16 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-16 .dropdown .dropdown-menu {
        background-color: transparent;
        margin-left: 15px;
    }

    .navigation-16 .navbar-nav>li>a {
        font-size: 14px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-16 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-16 .nav-collapse {
        background: #ffc72e !important;
    }

    .navigation-16 .for-hden-search>.row>.pull-right {
        float: none !important;
    }

    .navigation-16 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }

    .navigation-16 .logo a {
        padding: 13px 0px;
    }
}






/***************************
***********header-18*********
****************************/

.header-18 {
    padding: 15px 0px;
    background-color: #ffc72e;
}

.header-18 .for-contact-info {
    display: inline-block;
    width: auto;
    text-align: left;
    padding-left: 25px;
}

.padding-right-zero {
    padding-right: 0px;
}

.padding-left-zero {
    padding-left: 0px;
}

.header-18 .for-timing {
    width: auto;
    display: inline-block;
    padding-left: 25px;
}

.header-18 .fa {
    margin-right: 3px;
    color: #ffffff;
    /* border: 1px solid #fff; */
    /* border: none; */
    transition: all 0.4s ease;
}

.header-18 a:hover .fa {
    color: rgba(255, 255, 255, 0.74);
}

.header-18 span {
    color: #db1c23;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.header-18 a {
    /* text-align: center; */
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}

.header-18 a:hover {
    color: rgba(255, 255, 255, 0.86);
}

.header-18 .top-social {
    color: #fff;
    /* text-align: center; */
}

.header-18 .timing-three,
.header-18 .timing-one {
    color: #fff;
    display: inline-block;
    padding-left: 25px;
}

.header-18 .top-social a {
    /* border: 1px solid #fff; */
    /* border-radius: 50%; */
    /* text-align: center; */
    display: inline-block;
    /* width: 30px; */
    margin-left: 25px;
    /* height: 30px; */
    /* line-height: 30px; */
}

.header-18 .top-social a:hover {
    /* background-color: #fff */
}

.header-18 .top-social a i.fa {
    margin-right: 0px;
}






/******************************
***header-18 responsive*********
******************************/

@media only screen and (max-width: 980px) {
    .header-18 .for-contact-info .info-phone {
        text-align: center;
    }
    .header-18 .for-timing .timing-one,
    .header-18 .timing-three,
    .header-18 .timing-one {
        /* margin-bottom: 10px; */
        /* text-align: center; */
        padding-left: 0;
    }
    .header-18 .for-timing {
        padding-left: 8px;
    }
}

@media (max-width:767px) {
    .header-18 .for-contact-info .info-phone {
        text-align: center;
    }
    .header-18 .for-timing .timing-one {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .header-18 {
        padding: 15px 0px 12px;
    }
    .header-18 .for-timing {
        margin-top: 0px;
    }
    .header-18 .for-timing .timing-three {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 480px) {
    .header-18 .for-timing .timing-one {
        margin-bottom: 10px !important;
    }
    .header-18 .top-social li {
        /* padding: 0px; */
    }
}

@media (max-width: 360px) {
    .header-18 .for-contact-info .info-phone span {
        /* display: block; */
    }
}

@media (max-width: 320px) {
    .header-18 {
        text-align: center;
    }
    .header-18 .for-contact-info .info-phone {
        text-align: center;
    }
    .header-18 .for-timing .timing-one {
        text-align: center;
    }
    .header-18 .for-timing .timing-three {
        text-align: center;
    }
    .header-18 span,
    .header-18 li {
        display: inline-block;
    }
    .header-18 {
        font-size: 11px;
    }
}






/******************************
***********navigation-18*********
*******************************/

.navigation-18 {
    background: rgba(255, 255, 255, 0.9);
}

.navigation-18 .band-color {
    background: linear-gradient(to right, #fff 0%, #fff 77%, #ffc72e 66%, #ffc72e 100%);
    width: 100%;
    height: 50px;
    right: auto;
    position: absolute;
}

.navigation-18 {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-18 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: #ffffff;
    height: 100%;
    display: none;
}






/******************************
***********navigation-18:before*********
*******************************/

.navigation-18:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-18:after {
    left: 100%;
    background: #212022;
}

.navigation-18 .for-logo {
    padding-right: 26px;
}

.navigation-18 .logo {
    background: rgba(255, 255, 255, 0);
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}


.navigation-18 .logo img {}

.navigation-18 .logo a {
    display: inline-block;
    padding: 35px 16px 22px 0px;
    text-align: center;    
}

.navigation-18 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-18 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-18 .navbar-collapse {
    margin-right: 30px;
}

.navigation-18 .navbar li {
    /* z-index: 999; */
    margin-right: 30px;
    border-bottom: 2px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s ease 0s;
}

.navigation-18 .navbar-nav>li>a {
    color: #333333;
    font-size: 15px;
    padding: 5px 5px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-18 .navbar-default .navbar-nav>li.active,
.navigation-18 .navbar-default .navbar-nav>li:hover {
    /* background: #1e1f20; */
    border-bottom: 2px solid #ffc72e;
}

.navigation-18 .navbar-default .navbar-nav>li:hover a {
    color: #ffc72e;
}






/******************************
***********dropdown menu*********
*******************************/

.navigation-18 .dropdown-menu>li>a:focus,
.navigation-18 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-18 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #ffc72e;
    min-width: 160px;
}

.navigation-18 .dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    padding: 0;
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-18 .dropdown .dropdown-menu li:focus,
.navigation-18 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-18 .navbar-default .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.navigation-18 .dropdown .dropdown-menu li a:active,
.navigation-18 .dropdown .dropdown-menu li a:focus {}

.navigation-18 .dropdown .dropdown-menu li:hover {
    background: white;
}

.navigation-18 .dropdown .dropdown-menu li:hover a {
    color: #000;
}

.navigation-18 .dropdown-menu li a:hover {
    background: transparent !important;
}






/******************************
***********fixing navbar*********
*******************************/

.navigation-18 .hiden-form {
    min-height: 0px !important;
}

.navigation-18 .search-container {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    z-index: 999;
    background: rgba(255, 255, 255, 0);
    padding: 0px 10px;
}

.navigation-18 .search-container .searchbox-icon:before {
    color: #ffc72e;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 14px;
    transition: all 0.3s ease 0.1s;
}

.navigation-18 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -12px;
}

.navigation-18 .search-container .searchbox-icon:focus,
.navigation-18 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-18 .search-form {
    position: relative;
}

.navigation-18 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-18 .search-form .search-group .form-control {
    color: #fff;
    background: #484848;
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-18 .search-form .search-group .search-icon {
    height: 100%;
    background: #ffc72e;
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-18 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-18 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-18 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-18 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-18 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}






/******************************
***********navigation-18 responsive*********
*******************************/

@media (max-width: 1200px) {
    .navigation-18 .navbar li {
        margin-right: 5px;
    }
    .navigation-18 .navbar li a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .navigation-18 span {
        right: 90%;
    }
    .navigation-18 .navbar-nav>li>a {
        padding: 8px 10px;
    }
}

@media only screen and (max-width: 980px) {
    .navigation-container-18 span {
        right: 82%;
    }
    .navigation-18 .navbar li {
        /* margin-bottom: 31px; */
    }
    .navigation-18 .navbar-nav>li {
        /* margin-left: 1px; */
    }
    .navigation-18 .navbar-nav>li>a {
        font-size: 12px;
        padding: 4px 5px;
    }
    .navigation-18 .search-container {
        padding: 0px 25px;
        right: -50px;
        display: none;
    }
    .navigation-18 .navbar-default {
        padding-bottom: 0px;
    }
    .navigation-18 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
    .navigation-container-18 .band-color {
        background: linear-gradient(to right, #fff 0%, #fff 77%, #ffc72e 66%, #ffc72e 100%);
        right: 0;
    }
}

@media (max-width: 800px) {
    .navigation-18 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-18 {
        /* background: rgba(0, 0, 0, 0.85); */
    }
    .navigation-18 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
        /* height: 150px; */
        /* overflow-y: scroll; */
        /* overflow-x: hidden; */
    }
    .navigation-18 .navbar-header {
        text-align: center;
    }
    .navigation-18 .navbar-default .navbar-toggle {
        border-color: #ffc72e;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }
    .navigation-18 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        background-color: #bc463a;
        top: 18px;
    }
    .navigation-18 .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }
    .navigation-18 span {
        height: 100px;
    }
    .navigation-18 .navbar-default .navbar-nav>li.active,
    .navigation-18 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        border: none;
        -moz-transform: skew(0deg);
    }
    .navigation-18 .navbar-default .navbar-nav>li.active>a,
    .navigation-18 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }
    .navigation-18 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        border: none;
        -moz-transform: skew(0deg);
        margin-left: 33px;
        margin-bottom: 0;
    }
    .navigation-18 .dropdown .dropdown-menu li {
        border-bottom: none;
    }
    .navigation-18 .dropdown .dropdown-menu {
        background-color: transparent;
    }
    .navigation-18 .navbar-nav>li>a {
        font-size: 14px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }
    .navigation-18 .nav-collapse {
        background: #414141 !important;
    }
    .navigation-18 .for-hden-search>.row>.pull-right {
        float: none !important;
    }
    .navigation-18 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }
    .navigation-18 .logo img {
        margin: auto;
    }
    .navigation-18 .logo a {
        display: inherit;
        text-align: center;
    }
    .navigation-18 .band-color {
        display: none
    }
    .navigation-18 .padding-left-zero {
        padding-left: 15px;
    }
}








/******************************
***********navigation-19*********
*******************************/

.navigation-19 {
    background: rgba(5, 157, 221, 0.9);
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 0px;
    transition: all 0.3s ease 0s;
}

.navigation-19 span {
    position: absolute;
    right: 85%;
    width: 100%;
    background: rgba(5, 157, 221, 0);
    height: 100%;
}


.navigation-19 .large-screen-navigation .navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navigation-19 .large-screen-navigation .navbar .navbar-collapse {
    text-align: center;
}

.navigation-19 .large-screen-navigation .center-logo {

    margin-top: 34px;

    margin-bottom: 25px;
}

.navigation-19 .large-screen-navigation .center-logo:hover {
    border: none !important;
}

.navigation-19 .large-screen-navigation .center-logo a {

    margin: 0;
    padding: 0
}







/******************************
***********navigation-19:before*********
*******************************/

.navigation-19:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.navigation-19:after {
    left: 100%;
    background: #212022;
}

.navigation-19 .for-logo {
    padding-right: 26px;
}

.navigation-19 .logo {
    background: #ffc72e;
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* transform: skew(0deg); */
}

.navigation-19 .logo span {
    background-color: #ffc72e;
    position: absolute;
    right: -8px;
    height: 100%;
    width: 5px;
}

.navigation-19 .logo img {}

.navigation-19 .logo a {
    display: inline-block;
    padding: 12px 16px 12px 0px;
}

.navigation-19 nav {
    background-color: transparent !important;
    border: medium none !important;
    z-index: 999;
}

.navigation-19 .navbar {
    margin-bottom: 0 !important;
    z-index: 999;
    border: none;
    border-radius: 0px;
}

.navigation-19 .navbar-collapse {
    margin-right: 30px;
}

.navigation-19 .navbar li {
    margin-right: 50px;
    margin-top: 34px;
    border-bottom: 3px dotted #ffc72e;
    margin-bottom: 35px;
    transition: all 0.3s ease 0s;
}

.navigation-19 .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    padding: 10px 0px;
    display: inline-block;
    /* text-transform: uppercase; */
    text-shadow: none;
    font-weight: 500;
    background: transparent !important;
}

.navigation-19 .navbar-default .navbar-nav>li.active,
.navigation-19 .navbar-default .navbar-nav>li:hover {
    border-bottom: 3px dotted #fff;
}

.navigation-19 .navbar-default .navbar-nav>li:hover a,
.navigation-19 .navbar-default .navbar-nav>.active>a {
    color: #fff;
    transition: all 0.3s ease 0s;
}






/******************************
***********dropdown menu*********
*******************************/

.navigation-19 .dropdown-menu>li>a:focus,
.navigation-19 .dropdown-menu>li>a:hover {
    background: transparent;
}

.navigation-19 .dropdown .dropdown-menu {
    padding: 0px;
    background-color: #fff;
    min-width: 160px;
}

.navigation-19 .dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom: 1px solid #ffc72e;
    background: transparent;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transition: all 0.3s ease 0s;
}

.navigation-19 .dropdown .dropdown-menu li:focus,
.navigation-19 .dropdown .dropdown-menu li:active {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
}

.navigation-19 .navbar-default .dropdown .dropdown-menu li a {
    padding: 8px 15px;
    color: #ffc72e;
    font-weight: 500;
    /* font-size: 16px; */
}

.navigation-19 .dropdown .dropdown-menu li a:active,
.navigation-19 .dropdown .dropdown-menu li a:focus {}

.navigation-19 .dropdown .dropdown-menu li:hover {
    background: #189bcf;
}

.navigation-19 .dropdown .dropdown-menu li:hover a {
    color: #fff;
}

.navigation-19 .dropdown-menu li a:hover {
    background: transparent !important;
}






/******************************
***********fixing navbar*********
*******************************/

.navigation-19 .hiden-form {
    min-height: 0px !important;
}

.navigation-19 .search-container {
    position: absolute;
    right: 0;
    /* display: none; */
    height: 100%;
    /* display: inline-block; */
    top: 0;
    z-index: 999;
    background: #ffc72e;
    padding: 0;
}

.navigation-19 .search-container .searchbox-icon:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 17px;
    transition: all 0.3s ease 0.1s;
}

.navigation-19 .search-container .searchbox-icon {
    background: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    /*margin-left: -12px;
    margin-top: -18px;*/
}

.navigation-19 .search-container .searchbox-icon:focus,
.navigation-19 .search-container .searchbox-icon:active {
    outline: none !important;
}

.navigation-19 .search-form {
    position: relative;
}

.navigation-19 .search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    opacity: 0;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    transition: all 0.3s ease 0.1s;
}

.navigation-19 .search-form .search-group .form-control {
    color: #fff;
    background: #484848;
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}

.navigation-19 .search-form .search-group .search-icon {
    height: 100%;
    background: #059dde;
    border: none;
    position: absolute;
    padding: 0px 22.5px;
    top: 50%;
    font-size: 16px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}

.navigation-19 .search-form .search-group .search-icon i.fa {
    color: #fff;
}

.navigation-19 .search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #999999;
}

.navigation-19 .search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.navigation-19 .search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.navigation-19 .search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}






/******************************
***********navigation-19 responsive*********
*******************************/

@media (min-width: 1680px) {
    .navigation-19 span {
        right: 78%;
    }
}

@media (min-width: 1920px) {
    .navigation-19 span {
        right: 78%;
    }
}

@media (min-width: 1972px) {
    .navigation-19 span {
        right: 73%;
    }
}

@media (min-width: 2400px) {
    .navigation-19 span {
        right: 68%;
    }
}

@media (max-width: 1200px) {
    .navigation-19 .navbar li {
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .navigation-19 span {
        right: 90%;
    }

    .navigation-19 .navbar-nav>li>a {
        padding: 8px 10px;
    }
    .navigation-19 .search-container {
        display: none;
    }

    .navigation-19 .logo a {
        padding: 19px 16px 0px 0;
    }
}



@media only screen and (max-width: 980px) {
    .navigation-19 span {
        right: 82%;
    }

    .navigation-19 .navbar li {
        margin-bottom: 26px;
        margin-top: 20px;
    }

    .navigation-19 .logo a {
        padding: 22px 0px 15px 0;
        display: block;
        text-align: center;
    }

    .navigation-19 .logo img {
        /* width: 91%; */
        display: inline-block;
        text-align: center;
    }

    .navigation-19 .for-logo {
        overflow: hidden;
        padding-right: 0;
    }

    .navigation-19 .navbar-nav>li {}

    .navigation-19 .navbar-nav>li>a {
        font-size: 14px;
        padding: 6px 15px;
    }

    .navigation-19 .search-container {
        padding: 0px 19px;
        right: -50px;
    }

    .navigation-19 .navbar-default {
        padding-bottom: 0px;
    }

    .navigation-19 .navbar-collapse {
        margin-right: 0px;
        padding-right: 0px;
    }
    .navigation-19 .navbar li {
        margin-right: 15px;
    }
}

@media (max-width: 800px) {

    .navigation-19 .logo img {
        /* width: 92%; */
    }

    .navigation-19 .search-container {
        display: none;
    }
}

@media (max-width: 640px) {
    .navigation-19 {
        background: rgb(255, 255, 255);
    }

    .navigation-19 .navbar-nav {
        margin: 7.5px 0px 7.5px -15px;
        /* height: 150px; */
        /* overflow-y: scroll; */
        /* overflow-x: hidden; */
    }

    .navigation-19 .navbar-header {
        text-align: center;
    }

    .navigation-19 .navbar-default .navbar-toggle {
        border-color: #4dc7bc;
        display: inline-block;
        margin: 15px 0px;
        float: none !important;
        padding: 20px;
        text-align: center;
    }

    .navigation-19 .navbar-toggle .icon-bar {
        left: 10px;
        height: 1px;
        top: 18px;
    }

    .navigation-19 .navbar li {
        /* margin-top: 8px; */
        /* margin-bottom: 8px; */
    }

    .navigation-19 span {
        height: 100px;
    }

    .navigation-19 .navbar-default .navbar-nav>li.active,
    .navigation-19 .navbar-default .navbar-nav>li:hover {
        background: none;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        border: none;
    }

    .navigation-19 .navbar-default .navbar-nav>li.active>a,
    .navigation-19 .navbar-default .navbar-nav>li:hover>a {
        color: #ffffff !important;
        transform: skew(0deg);
        display: block;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
    }

    .navigation-19 .navbar-default .navbar-nav>li {
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        margin-left: 10px;
        border: none;
    }

    .navigation-19 .dropdown .dropdown-menu li {
        border-bottom: none;
    }

    .navigation-19 .dropdown .dropdown-menu {
        background-color: transparent;
        margin-left: 15px;
    }

    .navigation-19 .navbar-nav>li>a {
        font-size: 16px;
        color: #fff !important;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        display: block;
        -moz-transform: skew(0deg);
        transition: all 0.3s ease 0s;
    }

    .navigation-19 .col-md-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navigation-19 .nav-collapse {
        background: #414141 !important;
    }

    .navigation-19 .for-hden-search>.row>.pull-right {
        float: none !important;
    }

    .navigation-19 .dropdown .dropdown-menu li:hover {
        background: transparent;
    }

    .navigation-19 .logo a {
        padding: 26px 0px 29px 0;
    }
    .navigation-19 .navbar-default .dropdown .dropdown-menu li a {
        color: #fff
    }
}

.default-tNavigation {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.default-tNavigation .navigation-4 {
    position: static !important;
}
/*fixing navbar*/
.default-tNavigation .navigation-4.fixedNavbar.navbar-fixed {
    background-color: rgba(255, 255, 255, 1);
    top: 0px;
    z-index: 100;
    position: fixed !important;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    z-index: 9999;
}

.default-tNavigation .navigation-4.fixedNavbar.navbar-fixed .navbar-nav>li>a {
    color: #333;
}
.default-tNavigation .navigation-4.fixedNavbar.navbar-fixed .search-container .searchbox-icon:before {
    color: #333;
}
.default-tNavigation .navigation-4.fixedNavbar.navbar-fixed .navbar-nav>li:hover>a,
.default-tNavigation .navigation-4.fixedNavbar.navbar-fixed .navbar-nav>li.active>a {
    color: #fff;
}
.default-tNavigation .navigation-4.fixedNavbar .logo img {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.default-tNavigation .navigation-4.fixedNavbar.navbar-fixed .logo img {
    -webkit-filter: invert(.8);
    filter: invert(.8);
    transition-property: filter;
    transition-duration: 1s;        
}

/*fixing navbar*/
/** Navigation Elements **/


/** Footer Element 7 **/

.footer-7 {
    background: #171717;
    padding: 15px 0px;
    border: none;
}

.footer-7 p {
    color: #fff;
    margin: 0px;
    margin-top: 14px;
}

.footer-7 .social-links ul {
    margin-top: 3px;
}

.footer-7 .social-links ul li {
    color: #fff;
}

.footer-7 .social-links ul a {
    background: transparent;
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
}

.footer-7 a {
    transition: all 0.4s ease;
}

.footer-7 .social-links ul a:hover {
    background: #03a5e8;
    border-color: #03a5e8;
}






/** Footer Element 8 **/

.footer-8 {
    background: url(../images/footer8-bg.jpg) top left no-repeat;
    padding-top: 70px;
    background-size: cover;
}

.footer-8 .prefooter-detail {}
.footer-8 .prefooter-detail .gallery a {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 8px;
    position: relative;
}
.footer-8 .prefooter-detail .gallery a img {
    transition: all 0.5s ease;
    opacity: 1;    
}
.footer-8 .prefooter-detail .gallery a .lp-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 22px;
    color: #fff;
    transition: all 0.5s ease;
}
.footer-8 .prefooter-detail .gallery a:hover img {
    opacity: 0.5;
}
.footer-8 .prefooter-detail .gallery a:hover .lp-pop {
    transform: translate(-50%, -50%) scale(1);
}
.footer-8 .prefooter-detail h2 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 0px 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
}

.footer-8 .prefooter-detail p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 13px;
    margin: 0px;
    font-weight: normal;
    line-height: 25px;
    padding-top: 30px;
}

.footer-8 .prefooter-detail ul {
    margin: 0px;
    padding: 0px;
}

.footer-8 .prefooter-detail ul li {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 13px;
    margin: 0px;
    font-weight: normal;
    line-height: 35px;
    list-style: none;
    text-transform: capitalize;
}
.footer-8 .prefooter-detail ul li a {
    color: #fff;
}
.footer-8 .prefooter-detail ul li a:hover {
    /*color: #2a2a2a;*/
}
.footer-8 .prefooter-detail ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 8px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}
.footer-8 .prefooter-detail ul li:hover:before {
    margin-right: 15px;
}
.footer-8 .gallery>img {
    float: left;
    margin: 0px 8px 12px 0px;
    width: 30.0%;
    height: auto;
    display: inline-block;
}

.footer-8 .gallery {
    /*height: 250px;*/
}

.footer-8 .footer-detail a {
    color: #fff;
    transition: all 0.3s ease 0s;
}

.footer-8 .footer-detail {
    display: inline-block;
    margin-top: 20px;
}

.footer-8 .footer-detail a i.fa {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    margin: 0 4px;
    text-align: center;
    width: 40px;
    background: transparent;
    transition: all 0.5s ease;
}

.footer-8 .footer-detail a:hover i.fa {
    background: rgba(255,255,255,1);
    color: #034A67;
}

.footer-8 .icon {
    border: 1px solid #ffffff;
    border-radius: 50%;
    float: left;
    height: 40px;
    margin-right: 13px;
    text-align: center;
    width: 40px;
}

.footer-8 .icon i {
    font-size: 18px;
    line-height: 39px;
}

.footer-8 ul.footer li:before {
    content: none;
}

.footer-8 ul.footer li p a {
    color: #fff;
}

.footer-8 a,
.footer-8 a i.fa {
    transition: all 0.4s ease;
}

.footer-8 ul.footer li p a:hover {
    margin-left: 5px;
}

.footer-8 .description p {
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin-top: 19px;
    padding: 0px;
}

.copyright-8 {
    background: #2a2a2a;
    margin-top: 40px;
    border-top: 1px solid #4d4d4d;
    padding: 20px 0px;
}

.copyright-8 p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
}

.copyright-8 p a {
    color: #059dde;
    text-decoration: none;
}






/** Footer Element 9 **/

#footer-9-map {
    height: 380px;
}

.footer-9 {
    background: #2b2b2b;
    padding: 60px 0px 0px;
    font-size: 0px;
}

.footer-9 a,
.footer-9 li,
.footer-9 p {
    color: #cecece;
    font-size: 16px;
}

.footer-9 p {
    line-height: 1.7em;
}

.footer-9 .about-us-box .about-text {
    padding-right: 40px;
}

.footer-9 a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.footer-9 a:hover {
    color: #fff;
}

.footer-9 .bottom-heading {
    font-weight: 600;
    font-size: 36px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 30px;
}

.footer-9 .bottom-heading .bottom-heading-line {
    background: #ffffff;
    height: 2px;
    width: 80px;
    display: block;
    margin-top: 15px;
}

.footer-9 .services-list li {
    margin-bottom: 15px;
}

.footer-9 .copyright-9 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #000000;
    padding: 15px 0px;
    margin-top: 60px;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.footer-9 .get-intouch-box .contact-desc {
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-9 .get-intouch-box .media {
    margin-top: 35px;
}

.footer-9 .get-intouch-box .media .media-body {
    font-size: 0px;
}

.footer-9 .get-intouch-box .media .media-body p {
    margin-top: -4px;
    margin-bottom: 0px;
}

.footer-9 .get-intouch-box i.fa {
    font-size: 22px;
    color: #f3f3f3;
}

.footer-9 .copyright-9 p {
    margin-bottom: 0px;
    color: #fff;
}

.footer-9 .copyright-9 a {
    color: rgba(255, 255, 255, 0.10);
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 70px;
    margin-left: 8px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.footer-9 .copyright-9 a i.fa {
    font-size: 26px;
    color: #fff;
    line-height: 70px;
}

.footer-9 .copyright-9 a:hover {
    color: #ffffff;
    border-color: #059dde;
    background: #059dde;
}

.footer-9 .copyright-9 .copyright-text,
.footer-9 .copyright-9 .author-text {
    text-align: left;
    margin-top: 8px;
    padding-right: 0px;
}






/** Footer Element 10 **/

.footer-10 {
    padding-top: 50px;
    background: #fff;
    border: none;
}

.footer-10 a {
    transition: all 0.4s ease;
}

.footer-10 .footer-info h3 {
    color: #0f0f0f;
    font-weight: 400;
    font-size: 20px;
}

.footer-10 hr.large {
    border: none;
    border-top: 2px solid #000;
    width: 90px;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.footer-10 p,
.footer-10 p a,
.footer-10 a {
    color: #0f0f0f;
    font-size: 14px;
}

.footer-10 a:hover {
    color: #10b1df;
}

.footer-10 .footer-info .social {
    margin-top: 30px;
}

.footer-10 .footer-info .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #0f0f0f;
    line-height: 40px;
    text-align: center;
    margin-right: 12px;
    color: #0f0f0f;
}

.footer-10 .footer-info .social a:hover {
    background: #10b1df;
    border-color: #10b1df;
    color: #111111;
}

.footer-10 .footer-info .bottom-services ul {
    margin: 0px;
    padding: 0px;
}

.footer-10 .footer-info .bottom-services ul li {
    margin-bottom: 10px;
}

.footer-10 .footer-info .bottom-services ul li a:hover {
    color: #10b1df;
}

.footer-10 .footer-contact {
    margin: 0px;
    padding: 0px;
}

.footer-10 .footer-contact li {
    margin-bottom: 20px;
    color: #0f0f0f;
    display: inline-flex;
    width: 100%;
}

.footer-10 .footer-contact li i.fa {
    margin-right: 10px;
}

.footer-10 .copy-right {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #059dde;
}

.footer-10 .copy-right p {
    color: #fff;
    margin: 0px;
}

.footer-10 .copy-right p a {
    color: #fff;
}






/** Footer Element 11 **/

.footer-11 {
    padding: 40px 0 0px;
    background-color: #055691;
    border: none;
}

.footer-11 p {
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
}

.footer-11 .footer_menu ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    color: white;
    margin-right: 10px;
}

.footer-11 .footer_menu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-11 .footer_menu ul li a {
    color: white;
    text-decoration: none;
}

.footer-11 .bank_logo {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.footer-11 .bank_logo a {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.footer-11 .bank_logo a img {
    display: -webkit-inline-box;
    display: -moz-inline-box;
}

.copyright-11 {
    background-color: #ffc72e;
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
}

.copyright-11 p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.copyright-11 a {
    text-decoration: none;
    color: #fff;
}






/** Footer Element 12 **/

.footer-12 {
    background: #282e3f;
    padding-top: 70px;
}

.footer-12 .prefooter-detail {}

.footer-12 .prefooter-detail h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 0px 50px;
    padding-bottom: 30px;
    border-bottom: 3px solid #3e4353;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.footer-12 .prefooter-detail p {
    font-family: 'Roboto', sans-serif;
    color: #737a8c;
    font-size: 14px;
    margin: 0px;
    font-weight: normal;
    line-height: 25px;
    padding-top: 35px;
}

.footer-12 a {
    transition: all 0.4s ease;
}

.footer-12 .prefooter-detail p a {
    color: #737a8c;
}

.footer-12 .prefooter-detail ul {
    margin: 0px;
    padding: 0px;
}

.footer-12 .prefooter-detail ul li {
    font-family: 'Roboto', sans-serif;
    color: #94979f;
    font-size: 14px;
    margin: 0px;
    font-weight: normal;
    line-height: 35px;
    list-style: none;
    text-transform: capitalize;
}

.footer-12 .prefooter-detail ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #94979f;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    bottom: 1px;
}

.footer-12 .gallery>img {
    float: left;
    margin: 0px 3px 12px 0px;
    width: 30%;
}

.footer-12 .gallery {
    display: inline-block;
}

.footer-12 .footer-detail {
    display: inline-block;
    margin-top: 25px;
}

.footer-12 .footer-detail a i.fa {
    color: #94979f;
    text-align: left;
    width: 25px;
    font-size: 16px;
    margin-right: 6px;
}

.footer-12 .footer-detail a:hover i.fa {
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
}

.footer-12 .icon {
    border-radius: 50%;
    float: left;
    height: 40px;
    margin-right: 0px;
    text-align: center;
    width: 40px;
}

.footer-12 .icon i {
    font-size: 18px;
    line-height: 39px;
    color: #94979f;
}

.footer-12 ul.footer li:before {
    content: none;
}

.footer-12 .description p {
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin-top: 19px;
    padding: 0px;
}

.copyright-12 {
    padding: 20px 0px;
}

.copyright-12 hr {
    border: none;
    height: 1px;
    background: #3e4353;
}

.copyright-12 p {
    margin: 0px;
    color: #94979f;
    font-size: 14px;
}

.copyright-12 p a {
    color: #94979f;
    text-decoration: none;
}






/** Footer Element 13 **/

.footer-13 {
    background-color: #2e2e2e;
    padding: 60px 0 0;
}

.footer-13 a {
    color: #fff;
    transition: all 0.4s ease;
}

.footer-13 a:hover {
    color: #059dde;
}

.footer-13 .pre-footer-block .contact-icon {
    display: inline-block;
    border: 1px solid #7d7d7d;
    width: 76px;
    height: 76px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 76px;
    border-radius: 50%;
}

.footer-13 .pre-footer-block i {
    color: #fff;
    font-size: 24px;
    line-height: 76px;
}

.footer-13 .pre-footer-block h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 20px;
}

.footer-13 .pre-footer-block p {
    color: #FFFFFF;
    font-size: 15px;
}

.copyright-13 {
    background-color: #212121;
    padding: 30px 0px;
    margin-top: 50px;
}

.copyright-13 .social-icon i {
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.copyright-13 .social-icon i:hover {
    color: #059dde;
    transform: rotateX(-7deg) scale(2);
    transition: all 0.7s ease 0s;
}

.copyright-13 .social-icon a {
    /*margin-bottom: 20px;*/
    display: -webkit-inline-box;
    display: -moz-inline-box;
}

.copyright-13 .footer-bottom a {
    color: #929292;
    font-size: 14px;
}






/** Footer Element 14 **/

.footer-14 {
    background-image: url(../images/footer-14-bg.jpg);
    padding: 60px 0px 0px;
    font-size: 0px;
}

.footer-14 a,
.footer-14 li,
.footer-14 p {
    color: #8b8b8b;
    font-size: 15px;
}

.footer-14 p {
    line-height: 1.7em;
}

.footer-14 .about-us-box .about-text {
    padding-right: 40px;
}

.footer-14 a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.footer-14 a:hover {
    color: #fff;
}

.footer-14 .bottom-heading {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
}

.footer-14 .bottom-heading .bottom-heading-line {
    background: #fff;
    height: 2px;
    width: 80px;
    display: block;
    margin-top: 15px;
}

.footer-14 .services-list li {
    margin-bottom: 15px;
}

.footer-14 .copyright-14 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #ffbe0e;
    padding: 15px 0px;
    margin-top: 60px;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.footer-14 .get-intouch-box .media {
    margin-top: 20px;
}

.footer-14 .get-intouch-box .media .media-body {
    font-size: 0px;
}

.footer-14 .get-intouch-box .media .media-body p {
    margin-top: -4px;
    margin-bottom: 0px;
}

.footer-14 .get-intouch-box i.fa {
    font-size: 22px;
    color: #8b8b8b;
}

.footer-14 .copyright-14 p {
    margin-bottom: 0px;
    color: #000;
}

.footer-14 .copyright-14 a {
    color: #000;
    margin-left: 8px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.footer-14 .copyright-14 a:hover {
    color: #19171C;
}

.footer-14 .copyright-14 .copyright-text {
    text-align: right;
    padding-right: 0px;
}

@media (max-width: 980px) {
    .footer-1 .footer-detail {
        margin-bottom: 50px;
    }
    .footer-3 .bottom-post,
    .footer-3 .bottom-categories,
    .footer-3 .footer-about {
        margin-bottom: 50px;
    }
    .footer-5 .footer-box {
        margin-bottom: 50px;
    }
    .copyright-5,
    .copyright-3 {
        margin-top: 30px;
    }
    .footer-8 .prefooter-detail {
        margin-bottom: 50px;
    }
    .footer-10 .abt,
    .footer-10 .ser,
    .footer-10 .cnt {
        margin-bottom: 50px;
    }
    .footer-11 .bank_logo {
        text-align: right;
    }
    .footer-11 .footer_menu ul {
        margin-top: 20px;
        /*text-align: center;*/
    }
    .footer-12 .prefooter-detail {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer-4,
    .footer-4 p,
    .footer-6 p,
    .footer-6 .footer_menu ul,
    .footer-7,
    .footer-7 .text-right,
    .copyright-9,
    .copyright-9 p,
    .footer-11,
    .footer-11 p,
    .footer-11 .bank_logo,
    .footer-11 .footer_menu ul {
        text-align: center !important;
    }
    .footer-1 .fl-project {
        display: inline-block;
        width: 100%;
        /*margin-bottom: 50px;*/
    }
    .footer-1 .fl-project li {
        width: 10%;
        margin-bottom: 10px;
    }
    .footer-3 .footer-about img {
        width: auto;
    }
    .footer-6 .footer_menu ul {
        margin-top: 20px;
    }
    .footer-7 {
        padding-bottom: 25px;
    }
    .footer-8 .prefooter-detail ul,
    .footer-8 .gallery {
        display: inline-block;
        width: 100%;
    }
    .footer-8 .gallery>img {
        width: 10%;
    }
    .footer-9 .get-intouch-box {
        margin-bottom: 40px;
    }
    .footer-11 p {
        margin-bottom: 25px;
    }
    .copyright-11 p {
        margin-bottom: 0px;
    }
    .footer-12 .gallery>img {
        width: 10%;
    }
    .footer-14 .copyright-14 {
        border-radius: 0px;
        text-align: center;
    }
    .footer-14 .copyright-14 .copyright-text {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .footer-8 .prefooter-detail ul.footer li {
        display: inline-flex;
        margin-bottom: 20px;
        width: 100%;
    }
    .footer-8 .prefooter-detail ul.footer li p {
        line-height: 16px;
        margin-top: 8px;
    }
}

/******************* Footer Elements *******************/


/* main-slider Revolution */

#mainSlider {
    position: relative;
}

#mainSlider .tp-banner-container {
    width: 100%;
    position: relative;
    /*padding:0;*/
}

#mainSlider .tp-banner-container .tp-banner {
    width: 100%;
    position: relative;
}

#mainSlider .slide-1 .btn {
    border-radius: 25px;
    margin-top: 20px;
    padding: 8px 30px;
}

#mainSlider .slide-2 .sub-text {
    color: #fff;
    font-size: 45px !important;
    margin-bottom: 0px !important;
    font-weight: 500 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

#mainSlider .mainText {
    font-family: 'Source Sans Pro';
    color: #fff;
    font-size: 65px;
    /*text-transform: uppercase;*/
    font-weight: 700;
}

#mainSlider .slide-2 .sub-text {
    font-size: 30px;
}

#mainSlider .slide-2 .tp-caption {
    z-index: 0 !important;
}

#mainSlider .slide-2 .tp-caption a {
    position: relative;
    z-index: 99 !important;
}

#mainSlider .slide-2 .main-text {
    /*text-transform: capitalize !important;*/
    font-size: 55px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    margin: 10px 0 10px;
    font-weight: 700;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
}

#mainSlider .tp-caption a {
    color: #fff;
}

#mainSlider .tp-caption a:hover {
    color: #0074c6;
}

.banner-icon-list {
    margin: 0px;
    padding: 0px;
}

.banner-icon-list li {
    margin-right: 35px;
    text-align: center;
}

.banner-icon-list li span {
    display: block;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: underline;
}

.banner-icon-list li .b-icon {
    margin-bottom: 10px;
}

.icon-caption {
    display: block;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-size: 24px;
    text-transform: capitalize;
    /*text-decoration: underline;*/
}
.icon-caption a {
    display: inline-block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.icon-caption a:hover {
    color: #fff !important;
    /*transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);*/
}
.caption-icon a {
    display: inline-block;
}
.caption-icon a img {
    transform:rotateZ(0deg);
    -webkit-transform:rotateZ(0deg);
    -moz-transform:rotateZ(0deg);
    transition: all 0.6s ease;
}
.caption-icon a:hover img {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}

.mdbanner-btn {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #fff !important;
    background: transparent;
    border-radius: 5px;
    padding: 12px 35px;
    margin-top: 25px;
    border: 1px solid #fff;
}

.mdbanner-btn.mdbanner-purchase {
    background: transparent;
    color: #fff !important;
    margin-left: 25px;
}
.mdbanner-btn:hover {
    background: #fff !important;
    color: #034A67 !important;
}
.mdbanner-btn.mdbanner-purchase:hover {
    color: #034A67 !important;
}
.tparrows.default {
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.tparrows.default.tp-leftarrow:before {
    content: '\f104';
    color: #fff;
    font-size: 28px;
    font-family: 'FontAwesome';
    margin-right: 4px;
}
.tparrows.default.tp-rightarrow:before {
    content: '\f105';
    color: #fff;
    font-size: 28px;
    font-family: 'FontAwesome';
    margin-left: 4px;
}
.tparrows.default:hover {
    background: #034A67;
    border-color: #034A67;    
}
#mainSlider .slide-1:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
    background: rgba(0,0,0,0.3);
}
@media (max-width: 1024px) {
    #mainSlider .slide-2 .sub-text,
    #mainSlider .slide-2 .main-text,
    #mainSlider .slide-2 .lmbtn-layer {
        left: 20px !important;
    }
    #mainSlider .slide-2 .pnbtn-layer {
        left: 255px !important;
    }
}

/******************* Portfolio *******************/
#our-recentw {
    padding: 110px 0px 0px;
}
.recentw-btn.controls {
    margin-bottom: 45px;
}
.recentw-btn.controls button {
    /*border: none;
    padding-bottom: 0px;
    -moz-transform: unset;
    -webkit-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
    transform: unset;*/
}
.recentw-btn.controls button .rw-text {
    position: relative;
    font-family: 'Source Sans Pro';
    /*font-size: 25px;*/
    /*padding: 0px 10px 10px;
    color: #2f2f2f;
    text-transform: capitalize;
    -moz-transform: unset;
    -webkit-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
    transform: unset;*/
}
/*.recentw-btn.controls button span .btn-btm-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #034A67 !important;
    bottom: 0px;
    left: 0px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);  
    transition: all 0.5s ease;  
}*/
.recentw-btn.controls button.active,
.recentw-btn.controls button.active .rw-text,
.recentw-btn.controls button:hover,
.recentw-btn.controls button:hover .rw-text,
.recentw-btn.controls button:focus,
.recentw-btn.controls button:focus .rw-text {
    /*background: transparent !important;*/
    /*color: #034A67 !important;*/
    border-color: #034A67;
    box-shadow: none;
    outline: none;
}
/*.recentw-btn.controls button.active .btn-btm-line,
.recentw-btn.controls button:hover .btn-btm-line,
.recentw-btn.controls button:focus .btn-btm-line {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}*/

#portfolio-list .mix {
    margin-bottom: 0px;
}
#portfolio-list{
    display: inline-block;
    width: 100%;
}     
#portfolio-list img{
        width: 100%;
    }
#portfolio-list > div{
        padding: 0 2px;
        overflow: hidden;
    }   
#portfolio-list .portfolio-holder{
        position: relative;
        margin-bottom: 4px;
    }
#portfolio-list .portfolio-holder .overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(87,79,75,.6);
        top: -100%;
        left: 0;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -o-transition: .6s;
         -ms-transition: .6s;
        transition: .6s;
    }
    #portfolio-list .portfolio-holder:hover .overlay{
        top: 0;
    }
    #portfolio-list .portfolio-holder .overlay h3{
        color: #fff;
        font-size: 26px;        
        font-family: 'Source Sans Pro';
        font-weight: 600;
        margin: 0px;
        position: absolute;
        left: 0px;
        text-align: center;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }   
    #portfolio-list .portfolio-holder .overlay h3 small{
        color: #fff;
        font-size: 18px;
        display: block;
        margin-bottom:5px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
    }
    #portfolio-list a{
        color: #fff;
    }
    #portfolio-list a:hover small{
        color: #fff !important;
    }
    #portfolio-list .portfolio-holder a.fancybox,.portfolio-wrapper #portfolio-list .portfolio-holder a.fancybox:hover{
        position: absolute;
        bottom: -100%;
        right: -100%;
        display: inline-block;
        height: 44px;
        width: 44px;
        background: #034A67;
        text-align: center;
        line-height: 44px;
        color: #212121 !important;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -o-transition: .6s;
        -ms-transition: .6s;
        transition: .6s;
    }
    #portfolio-list .portfolio-holder a.fancybox i.fa {
        color: #fff;
    }
    #portfolio-list .portfolio-holder:hover a.fancybox{
        bottom: 0;
        right: 0;
    }

    @media (max-width: 1024px) {
        .recentw-btn.controls button {
            padding: 8px 8px;
        }
        #portfolio-list .portfolio-holder .overlay h3 {
            margin-top: 30px;
        }        
    }
    @media (max-width: 980px) {
        
        .recentw-btn.controls button .rw-text {
            font-size: 18px;
        }
    }


/******************* heron section *******************/

.heron-bg {
    background: #ffffff;
    padding: 90px 0 40px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease 0s;
}

.about-info {
    margin-top: 40px;
}

.about-info .media {
    margin-bottom: 50px;
}

.about-info .media img {
    max-width: none;
    margin-top: 10px;
}

.about-info .media-body {
    padding-left: 20px;
}

.media-heading {
    font-size: 20px;
    font-weight: 300;
    color: #424242;
    margin-bottom: 18px;
}

.media-desc {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    line-height: 1.7em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.gray-bg {
    background: #f3f3f3;
}

/*********************** free estimation quota *********************/

div.module.parallax {
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.module.parallax-1 {
    background-image: url(../images/estimation.html);
    padding-top: 65px;
    position: relative;
}

.myrow {
    font-size: 0;
}

.myrow>* {
    float: none;
    display: inline-block;
    font-size: 14px;
    /* if using LESS it's quicker to just use @font-size-base */
}

.myrow>*:last-child {
    vertical-align: bottom;
}

#estimation .section-desc p.section-text {
    margin-bottom: 0px;
}

#estimation .seperator {
    margin-left: 62px;
    margin-bottom: 25px;
}

#estimation .section-desc .section-text {
    padding: 0px;
}

#form-estimation {
    margin-top: 35px;
    margin-bottom: 85px;
}

#estimation-form .field-container-lft {
    padding-right: 10px;
}

#estimation-form .field-container-rght {
    padding-left: 10px;
}

#estimation-form .form-group {
    margin-bottom: 20px;
}

#estimation-form .form-control {
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid #5a5a5a;
    color: #404040;
}

#estimation-form textarea.form-control {
    height: 165px;
}

form#estimation-form .btn {
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    right: 25px;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100px;
    -moz-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    margin-left: 15px;
}

form#estimation-form .btn:after {
    content: "";
    background: #5b3832;
    height: 111px;
    top: 0;
    position: absolute;
    right: 3px;
    bottom: 0;
    width: 3px;
}

#estimation-form .red-button {
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#estimation-form .red-button:hover,
#estimation-form .red-button:hover:after {
    background: #1A1A23;
    color: #ffffff;
}

#estimation-img img {
    display: inline-block;
}

.toggle {
    background: #059dde;
    color: #fff;
    -moz-transform: skew(-22deg);
    -webkit-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
    margin-left: -32.5px;
    display: inline-block;
    position: absolute;
    top: -14px;
    width: 50px;
    height: 30px;
    left: 50%;
    right: 0;
    cursor: pointer;
}

.toggle .toggle-arrow {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}

.toggle .toggle-arrow:before {
    content: "\f102";
    font-family: fontawesome;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: -5px;
    margin-bottom: -11px;
    -moz-transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -o-transform: skew(22deg);
    -ms-transform: skew(22deg);
    transform: skew(22deg);
    display: block;
}

.toggle .toggle-arrow.active:before {
    content: "\f103";
    font-family: fontawesome;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: -5px;
    margin-bottom: -12px;
    -moz-transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -o-transform: skew(22deg);
    -ms-transform: skew(22deg);
    transform: skew(22deg);
    display: block;
}

/**************************** our services **************************/

#services {
    height: auto;
    position: relative;
    padding: 90px 0px;
    color: #fff;
}

#service-carousel {
    margin-top: 100px;
}

#service-carousel .item {
    margin-right: 15px;
    margin-left: 15px;
}

#service-carousel .item .red-button {
    margin-right: 20px;
    margin-top: 20px;
}

#service-carousel .item .item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
}

#service-carousel .item .item-inner h4 {
    font-weight: 400;
    text-transform: uppercase;
    bottom: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
}

#service-carousel .item .item-inner .bottom-overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    left: 0;
    min-height: 50%;
    position: absolute;
    width: 100%;
}

#service-carousel .item img {
    border: 2px solid #e0e0e0;
}

#service-carousel .owl-buttons {
    position: absolute;
    right: 15px;
    top: -50px;
}

#service-carousel .owl-buttons .owl-next,
#service-carousel .owl-buttons .owl-prev {
    text-align: center;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    background: #059dde;
    color: #ffffff;
    padding: 4px 16px;
    display: inline-block;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
    -moz-transform: skew(-22deg);
    -webkit-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
}

#service-carousel .owl-buttons .owl-next:hover,
#service-carousel .owl-buttons .owl-prev:hover {
    background: #1A1A23;
}

#service-carousel .owl-controls .owl-buttons div {
    height: auto;
    width: auto;
    line-height: normal;
    margin-left: 5px;
}

#service-carousel .owl-buttons .owl-next i.fa,
#service-carousel .owl-buttons .owl-prev i.fa {
    -moz-transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -o-transform: skew(22deg);
    -ms-transform: skew(22deg);
    transform: skew(22deg);
}

#service-carousel .red-button:hover {
    background: #2b2b2b;
    color: #fff;
}

#service-carousel .red-button:after:hover {
    background: #2b2b2b;
}







/********************** cities we serve ****************************/

#cities {
    /*height:635px;*/
    background: #f7f7f7;
}

#cities .seperator {
    margin-left: 62px;
}

#cities .nopadding-left {
    padding-left: 0px;
}

#cities .section-desc .section-text {
    padding: 0px;
}

#map {
    height: 675px;
}

#cities-text {
    padding: 90px 0px;
}

#cities-text ul {
    -moz-column-count: 2;
    -webkit-column-count: 3;
    column-count: 2;
}

ul#cities-list {
    margin-top: 50px;
}

ul#cities-list li {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #636363;
    font-size: 14px;
    line-height: 35px;
}

ul#cities-list li i.fa {
    margin-right: 10px;
    color: #059dde;
}

ul#cities-list li.disable {
    color: #d1d1d1;
}

ul#cities-list li.disable i.fa {
    color: #d1d1d1;
}






/******************** newsletter *********************/

#newsletter {
    background: #059dde;
    padding: 60px 0px;
}

#newsletter .red-button {
    background: #fff;
    color: #059dde;
    margin: 0px;
    margin-top: 20px;
    font-weight: 500;
}

#newsletter .red-button:after {
    background: #fff;
}

#newsletter .red-button:hover {
    background: #2b2b2b;
    color: #ffffff;
}

#newsletter .red-button:hover:after {
    background: #2b2b2b;
}

#newsletter-text h2 {
    margin: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
    font-size: 30px;
    color: #ffffff;
}

#newsletter-text p {
    font-size: 14px;
    margin-top: 15px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: normal;
}

#newsletter-form .form-group {
    margin-bottom: 0px;
    margin-top: 20px;
    display: inline-block;
    width: 65%;
    float: left;
}

#newsletter-form input.form-control {
    background: transparent;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    margin-top: 0px;
    padding: 0 10px;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#newsletter-form input:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

.input-bottom-line {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 0%;
    background: #2B2B2B;
    bottom: 0px;
    left: 0px;
    transition: width 0.5s ease 0.2s;
}

#newsletter-form .input-bottom-line {
    background: rgba(255, 255, 255, 1);
}

#newsletter-form ::-webkit-input-placeholder {
    /* Chrome */
    color: rgba(255, 255, 255, 0.20);
}

#newsletter-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.20);
}

#newsletter-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.20);
    opacity: 1;
}

#newsletter-form :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: rgba(255, 255, 255, 0.20);
    opacity: 1;
}






/* general form animation style */

.form-group {
    position: relative;
}

.input-bottom-line {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 0%;
    background: #2B2B2B;
    bottom: 0px;
    left: 0px;
    transition: width 0.5s ease 0.2s;
}

#estimation-form .input-bottom-line {
    background: #059dde;
}

.form-control:focus~.input-bottom-line {
    width: 100%;
}






/* general form animation style */


/************************** feature section ************************/

.feature {
    background-color: #ffffff;
    min-height: 460px;
    height: 100%;
    padding: 50px 0 70px;
    position: relative;
}

.outer-border {
    border: 1px solid #fff;
    height: 100%;
}

.outer-border a:hover i.fa {
    color: #333333;
}

.outer-border h4 {
    color: #ffffff;
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.outer-border p {
    color: #ffffff;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.outer-border h4 {
    margin-top: 13%;
}

.mosaicflow {
    margin-bottom: 1%;
    margin-top: 4%;
}

.mosaicflow__column {
    float: left;
}

.mosaicflow__item {
    position: relative;
}

.mosaicflow__item .hoover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    background: rgba(5, 157, 221, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mosaicflow__item .hoover .fa {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-top: 0px;
    transition: all 0.3s ease 0s;
}

.mosaicflow__item:hover .hoover {
    opacity: 1;
}

.new-images {
    display: none;
}

.new-images1 .outer-border h4 {
    margin-top: 100px;
    margin-bottom: 15px;
    text-transform: capitalize;
}






/***************************** latest news *****************************/

div.module.parallax-3 {
    background-image: url(../images/news-letter-bg.html);
    padding: 90px 0px 70px;
}






/*#latest-news
{
    background: #f7f7f7;
    padding:90px 0px 70px;
}*/

#latest-news .section-desc .section-heading {
    color: #424242;
}

#latest-news p {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    color: #636363;
    line-height: 25px;
}

.news-holder {
    margin-top: 60px;
    display: inline-block;
    width: 100%;
}

.news-holder .red-button:first-child {
    margin-left: 8px;
}

.news-holder .red-button,
.detail-info-cont .red-button {
    padding: 8px 16px;
    margin-right: 5px;
    margin-top: 0px;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 500;
    cursor: default;
    font-style: italic;
}

.news-holder .red-button:hover,
.news-holder .red-button:active,
.news-holder .red-button:focus,
.detail-info-cont .red-button:hover,
.detail-info-cont .red-button:active,
.detail-info-cont .red-button:focus {
    background: #059dde;
    color: #fff;
}

.news-holder .red-button:last-child,
.detail-info-cont .red-button:last-child {
    margin-right: 0px;
    background: #424242;
}

.news-holder .red-button:after,
.detail-info-cont .red-button:after {
    content: none;
}

.news-holder .red-button i.fa,
.detail-info-cont .red-button i.fa {
    font-size: 6px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 5px;
    display: inline-block;
}

.news-holder .news-container {
    padding-bottom: 80px;
}

.news-holder .news-container .news-image {
    position: relative;
}

.news-holder .news-text {
    position: absolute;
    top: 92%;
    background: transparent;
    padding: 0px;
    width: 100%;
    height: auto;
    overflow: auto;
    transition: top 0.3s ease 0s, background 0.6s ease 0s, height 0.9s ease 0s, padding 0.3s ease 0s;
}

.news-holder .news-text h1 {
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}

.news-holder .news-text p {
    color: #000;
    font-size: 14px !important;
    display: none;
    margin-bottom: 10px;
    line-height: 1.7em;
    transition: all 0.3s ease 0s;
    transition-delay: 0.6s;
}

.news-holder .news-text .news-read-more {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    display: none;
    transition: all 0.3s ease 0s;
}

.news-holder .news-text .news-read-more:hover {
    color: #000000;
}

.news-holder .news-container:hover .news-text {
    top: 0px;
    background: rgba(0, 122, 209, 0.9);
    height: 100%;
    padding: 18px;
}

.news-holder .news-container:hover .red-button {
    background: #fff;
    color: #059dde;
}






/*.news-holder .news-container:hover .grey-button {
    color: #ffffff;
}*/

.news-holder .news-container:hover .news-text h1 {
    color: #fff;
}

.news-holder .news-container:hover .news-text p {
    display: block;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 0px !important;
    color: #fff !important;
}

.news-holder .news-container:hover .news-text p.news-text-desc {
    line-height: 1.6em !important;
}

.news-holder .news-container:hover .news-text .news-read-more {
    display: block;
}






/******************** pricing plan ******************/

#plans {
    padding: 90px 0;
    overflow: hidden;
}

#plans .price-plan {
    margin-top: 60px;
}

#plans .price-plan .panel-default {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 0px;
    box-shadow: 0 0 8.3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8.3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8.3px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    backface-visibility: hidden;
    border: none;
}

.price-container {
    padding: 25px 0px;
}

#plans .price-plan .panel-default:hover {
    background: url(../images/price-hover.html) top left no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: transparent;
    box-shadow: 0 0 9.3px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 9.3px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 9.3px 3px rgba(0, 0, 0, 0.35);
    transform: scale(1.23, 1.10);
    position: relative;
    z-index: 999;
}

.panel-hover:hover {
    z-index: 999;
}

#plans .price-plan .panel-default:hover .panel-price {
    background: transparent;
}

#plans .price-plan .panel-default:hover h2,
#plans .price-plan .panel-default:hover p,
#plans .price-plan .panel-default:hover .panel-body ul li,
#plans .price-plan .panel-default:hover .panel-body ul li.disable-li {
    color: #ffffff !important;
}

#plans .price-plan .panel-default h2,
#plans .price-plan .panel-default p {
    font-family: "Roboto", sans-serif;
}

#plans .price-plan .panel-default h2 {
    font-size: 18px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #2b2b2b;
    font-weight: 500;
    font-family: roboto;
}

#plans .price-plan .panel-default p {
    font-size: 14px;
    text-transform: uppercase;
    color: #636363;
    font-weight: 500;
}

.panel-price {
    background: #059dde;
    padding: 20px 0px;
    margin-top: 20px;
}

.panel-price h2 {
    margin: 0px;
    color: #ffffff !important;
    font-size: 40px !important;
    font-family: "Roboto", sans-serif;
    font-weight: normal !important;
    text-transform: lowercase !important;
}

span.per,
span.dollar {
    font-size: 16px;
    font-weight: lighter;
}

.per {
    position: relative;
    right: 7px;
}

.dollar {
    bottom: 23px;
    font-size: 16px;
    left: 7px;
    position: relative;
}

#plans .price-plan .panel-default .panel-body ul li {
    line-height: 1.9em;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #eeeeee;
    margin: 0px 15px 0px;
    font-size: 14px;
    padding: 10px 0px;
    color: #636363;
}

#plans .red-button {
    background: #2b2b2b;
}

#plans .red-button:after {
    background: #2b2b2b;
}

#plans .red-button:hover {
    background: #ffffff;
}

#plans .red-button:hover:after {
    background: #ffffff;
}

#plans .price-plan .panel-default .panel-body ul li.disable-li {
    color: #d1d1d1;
}

.panel-body {
    padding: 40px 15px 15px 15px;
}

div.triangle {
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    position: absolute;
    top: -9px;
    left: -23px;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 60px solid #000000;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

span.sale-text {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    position: absolute;
    bottom: -54px;
    left: -126px;
    right: -126px;
    width: auto;
    height: auto;
    text-transform: uppercase;
}






/* Price-Plan */


/************************** testimonial *************************/

div.module.parallax-2 {
    background-image: url(../images/testimonial.html);
    padding: 80px 0px 35px;
}

#testimonial h2 {
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    color: #282828;
    margin: 0px 0px 40px;
    text-align: left;
}

#partners {
    display: inline-block;
}

ul#partners li {
    float: left;
    margin-bottom: 1px;
    margin-right: 1px;
}

ul#partners li a {
    background-color: rgba(0, 0, 0, 0.10);
    display: inline-block;
    text-align: center;
    padding: 23.5px 30px;
    transition: all 0.3s ease 0s;
}

ul#partners li a:hover {
    background-color: rgba(0, 122, 209, 0.90);
}

#testimonial .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    background: rgba(87, 87, 87, 0.10);
    padding: 25px 0px;
    height: 311px !important;
}

#testimonial .bx-wrapper img {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

#testimonial .testimonial-img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    border-top: 1px solid #059dde;
    padding-top: 20px;
    background: rgba(0, 0, 0, 0.05);
    padding-bottom: 44px;
}

#testimonial .testimonial-content p {
    color: #636363;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 10px 50px 20px;
    line-height: 1.7em;
}

#testimonial .testimonial-img span {
    font-size: 16px;
    font-weight: 500;
    color: #059dde;
    position: relative;
    top: 10px;
}

#testimonial .testimonial-img p {
    font-size: 12px;
    color: #424242;
    font-weight: 500;
    margin: 0px;
    font-style: normal;
    position: relative;
    top: 8px;
}

#testimonial .testimonial-content i.fa {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #949494;
}





/** Scrol images **/

#content-17-cont {
    padding: 75px 0px 60px;
    overflow: hidden;
}

#content-17 {
    /*overflow: hidden;*/
}

.scrol-images {
    margin: 0px;
    padding: 0px;
}

.scrol-images li {
    position: absolute;
}

.scrol-images li:nth-child(1) {
    left: -10px;
    top: -110px;
}

.scrol-images li:nth-child(2) {
    left: 115px;
    top: -40px;
}

.scrol-images li:nth-child(3) {
    right: -40px;
    top: -100px;
}

.scrol-images li:nth-child(4) {
    right: -350px;
    top: -140px;
}

.scrol-images li:nth-child(5) {
    top: 140px;
    left: 60px;
}

.scrol-images li:nth-child(6) {
    right: -220px;
    top: 165px;
}

.scrol-images li:nth-child(7) {
    top: 335px;
    left: -40px;
}

.list-inline>li:nth-child(8) {
    left: 270px;
    top: 448px;
}

.scrol-images li:nth-child(9) {
    top: 424px;
    right: -360px;
}





/*********************** footer **************************/

footer {
    background: #080808;
    border-top: 3px solid #059dde;
    color: #8b8b8b;
    font-size: 14px;
    padding-top: 80px;
}

#footer .fa-angle-double-right:before {
    content: '-';
}

#footer .seperator:before {
    width: 15px;
    left: -25px;
}

#footer .seperator {
    margin-left: 25px;
    margin-top: 15px;
}

#footer .seperator:after {
    width: 82px;
    right: -92px;
}

.footer-detail {
    position: relative;
}

.footer-services a {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 25px;
}

.footer-services a i.fa {
    position: absolute;
    top: 2px;
    left: 0px;
}

.footer-detail {
    display: inline-block;
    width: 100%;
}

.footer-detail .sep-style {
    margin-left: 0px;
    margin-bottom: 40px;
}

.footer-detail a {
    color: #a8a8a8;
    font-weight: normal;
}

.footer-detail li {
    color: #a8a8a8;
}

.footer-detail a:hover {
    color: #fff;
}

.footer-detail .fa {
    margin-right: 2px;
}

.footer-detail h3 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0px;
}

p.footer {
    color: #525252;
    font-size: 12px;
    margin: 10px 0px 0px;
}

.footer-detail ul li {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.footer-detail ul li a:hover,
footer .copy-right a:hover {
    color: #fff;
}

.l-post .row {
    margin-bottom: 20px;
}

.footer-detail .l-container {
    padding: 0px 8px 8px 0px;
}

.footer-detail .latest-project {
    position: relative;
}

.l-project-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 122, 209, 0);
    text-align: center;
    transition: all 0.6s ease 0s;
}

.l-project-hover .l-project-hover-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.3s ease 0s;
}

.l-project-hover .l-project-hover-inner a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    margin-top: -10px;
    margin-left: -8px;
    transition: all 0.3s ease 0s;
}

.footer-detail .latest-project:hover .l-project-hover {
    background: rgba(0, 122, 209, 0.8);
}

.footer-detail .latest-project:hover .l-project-hover .l-project-hover-inner {
    transform: scale(1);
    border: 1px solid rgba(255, 255, 255, 1);
    transition-delay: 0.3s;
}

.footer-detail .latest-project:hover .l-project-hover .l-project-hover-inner a {
    color: rgba(255, 255, 255, 1);
    transform: scale(1);
    transition-delay: 0.6s;
}

.footer-detail #mail,
footer .copy-right a {
    color: #8b8b8b;
}

footer .copy-right {
    border-top: 1px solid rgba(0, 122, 209, 0.5);
    padding: 20px 0;
    margin-bottom: 0px;
    position: relative;
    font-weight: 500;
}

/* About Page */

.about-title {
    background-image: url(../images/about-title-bg.html);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#page-title {
    padding: 170px 0px 70px;
}

#page-title.napt {
    padding: 70px 0px 60px;
}

#page-title h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0px;
}

.breadcrumb li a {
    color: #999999;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.breadcrumb li a:hover,
.breadcrumb li a:active,
.breadcrumb li a:focus {
    color: #ffffff;
    outline: none;
}

.breadcrumb li.active {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

/* About Image */

#about-us {
    padding-top: 90px;
}

#about-us .section-text {
    padding: 0px 30px;
}

.about-main-img {
    margin-top: 50px;
}






/* Our mission */

#our-mission {
    padding: 90px 0px 60px;
}

#our-mission .section-desc h1.section-heading,
#our-mission .section-desc p.section-text {
    color: #fff;
}

div.module.mission-parallax {
    background-image: url(../images/mission-bg.html);
    padding: 75px 0px;
}

.mission-cont {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.media img {
    max-width: none;
}

.mission-media {
    background: #fff;
    margin-bottom: 30px;
}

.mission-media .media-left {
    position: relative;
}

.media-span {
    background-color: #fff;
    position: absolute;
    right: -0px;
    top: -5px;
    height: 105%;
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    width: 25px;
}

.mission-media .media-left .mission-media-image {}

.mission-media .media-body {
    padding-left: 8px;
}

.mission-media .media-body h3 {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 15px;
}

.mission-media .media-body p {
    font-size: 14px;
    color: #636363;
    font-weight: 500;
    line-height: 1.8em;
}

.mission-media .red-button {
    padding: 5px 12px;
    margin-left: 0px;
}

.mission-media .red-button:hover {
    background: #2b2b2b;
    color: #fff;
}






/* Our Team */

#our-team {
    padding: 90px 0px 0px;
}

.team-cont {
    margin-top: 40px;
}

.team-memb {
    position: relative;
}

.team-memb img {
    width: 92%;
}

.right-line {
    position: absolute;
    width: 1px;
    height: 70%;
    display: inline-block;
    background: #e5e5e5;
    right: -15px;
    top: 14%;
}

.team-memb-info {
    position: absolute;
    bottom: -100%;
    left: -50px;
    width: 75%;
    height: auto;
    display: inline-block;
    background: rgba(0, 122, 209, 0.0);
    padding: 15px;
    transform: skew(-22deg);
    -moz-transform: skew(-22deg);
    -webkit-transform: skew(-22deg);
    transition: left 0.3s ease 0s, bottom 0.3s ease 0s, background 0.6s ease 0s;
}

.team-memb:hover .team-memb-info {
    background: rgba(0, 122, 209, 0.95);
    bottom: 0;
    left: 50px;
}

.memb-info-inner {
    border: 2px solid rgba(255, 255, 255, 0.30);
    padding: 30px 0px;
    opacity: 1;
}

.memb-info-text {
    transform: skew(22deg);
    -moz-transform: skew(22deg);
    -webkit-transform: skew(22deg);
    color: #fff;
}

.memb-info-text h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

.memb-info-line {
    width: 40px;
    height: 2px;
    background: #fff;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.memb-info-text p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.memb-social li a {
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease 0s;
}

.memb-social li a:hover,
.memb-social li a:active,
.memb-social li a:focus {
    color: #2b2b2b;
    outline: none;
}






/* Services */

div.module.heron-service-parallax {
    background-image: url(../images/about-services-bg.html);
    padding: 75px 0px;
}

.heron-service-parallax .section-desc h1.section-heading,
.heron-service-parallax .section-desc p.section-text {
    color: #fff;
}






/* Contact Page */

.contact-title {
    background-image: url(../images/contact-title-bg.html);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#contact-us {
    padding: 90px 0px;
}

#contact-us .seperator {
    margin-left: 60px;
    margin-right: 0px;
}

#contact-us .section-desc p.section-text {
    padding: 0px;
}

.heron-form-cont {
    margin-top: 50px;
}

.heron-contact-form input {
    height: 45px;
}

.heron-contact-form .form-control {
    background-color: #f7f7f7;
    color: #2b2b2b;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #d7d7d7;
}

.heron-contact-form .input-bottom-line {
    background: #059dde;
}

.heron-contact-form ::-webkit-input-placeholder {
    /* Chrome */
    color: #d5d5d5;
}

.heron-contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #d5d5d5;
}

.heron-contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d5d5d5;
    opacity: 1;
}

.heron-contact-form :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #d5d5d5;
    opacity: 1;
}

.heron-contact-form .form-control.error {
    -webkit-box-shadow: 0 0px 0px rgba(56, 165, 74, 0.0) inset, 0px 0px 0px 1px rgba(255, 40, 48, 1);
    -moz-box-shadow: 0 0px 0px rgba(56, 165, 74, 0.0) inset, 0px 0px 0px 1px rgba(255, 40, 48, 1);
    box-shadow: 0 0px 0px rgba(56, 165, 74, 0.0) inset, 0px 0px 0px 1px rgba(255, 40, 48, 1);
}

.heron-contact-form .red-button:hover {
    background: #2b2b2b;
    color: #fff;
}

.contact-info {
    /*padding-top: 198px;*/
}

.contact-info-line {
    width: 52px;
    height: 2px;
    display: inline-block;
    background: #059dde;
    margin-top: 30px;
    margin-bottom: 25px;
}

.contact-info h4 {
    font-size: 30px;
    font-weight: 300;
    color: #2b2b2b;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact-info p {
    line-height: 1.6em;
    margin: 0px;
}

.contact-info p,
.contact-info a {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
}

.contact-info .contact-media {
    margin-top: 58px;
}

.contact-info .media-left {
    vertical-align: middle;
    padding: 0px 20px;
}

.contact-info .media-left i.fa {
    font-size: 20px;
    color: #059dde;
}

.contact-info .media-body {
    padding: 20px 15px 20px 0px;
}

.contact-info .address-media {
    background: #059dde;
}

.contact-info .address-media i.fa,
.contact-info .address-media p {
    color: #fff;
}

.contact-info .email-media,
.contact-info .phone-media {
    margin-top: 0px;
    background: #f7f7f7;
}

.contact-info .email-media {
    border-bottom: 1px solid #e5e5e5;
}

.contact-info .email-media a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease 0s;
}

.contact-info .email-media a:hover {
    color: #059dde;
}






/* Location Page */

.location-title {
    background-image: url(../images/location-title-bg.html);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}






/*#location-search-form {
    padding: 35px 0px 55px; 
}*/

#newsletter.location-form {
    padding: 35px 0px 55px;
}

#location-form .form-group {
    width: 80%;
}

#location-form label {
    width: 15%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

#location-form .form-control {
    width: 84% !important;
}

#location-form .input-bottom-line {
    left: 15.5%;
    transition: width 0.5s ease 0.2s;
}

#location-form .form-control:focus~.input-bottom-line {
    width: 84%;
}

#location-cities {
    padding: 90px 0px;
}

#location-cities ul {
    margin-top: 0px;
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
}

#location-cities ul li {
    padding-left: 1px;
}

#location-cities ul li a {
    color: #636363;
    padding-left: 0px;
    transition: all 0.1s ease 0s;
}

#location-cities ul li a:hover {
    color: #059dde;
    padding-left: 3px;
}

#location-cities .seperator {
    margin-left: 60px;
    margin-right: 0px;
}

#location-cities ul li.disable a {
    cursor: default;
    text-decoration: none;
    pointer-events: none;
    -moz-pointer-events: none;
}

#location-cities ul li.disable a:hover {
    padding-left: 0px;
    cursor: default;
    color: #636363;
}






/* sub seperator */

.sub-seperator {
    background: #059dde;
    width: 52px;
    height: 2px;
    display: inline-block;
    margin: 25px 0px;
}






/* sub seperator */


/* Latest News Page */

.news-title {
    background-image: url(../images/news-title-bg.html);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#latest-news-section {
    padding: 90px 0px 20px;
}

#latest-news-section .news-holder {
    margin-top: 0px;
}

#latest-news-section .news-holder .news-container {
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.news-button {
    position: absolute;
    top: 95.5%;
    width: 100%;
    display: inline-block;
    height: auto;
}

.latst-news-text {
    margin-top: 48px;
}

.latst-news-text h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #424242;
}

.latst-news-text p {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    line-height: 1.6em;
}

.latst-news-text a {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #636363;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.latst-news-text a:hover {
    color: #059dde;
}

#latest-news-section .news-holder .news-container:hover .red-button {
    color: #fff;
    background: #059dde;
}

#latest-news-section .news-holder .news-container:hover .red-button:last-child {
    background: #424242;
    color: #fff;
}






/* pagination */

#pagination .pagination-cont {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

#pagination .pagination>li>a {
    background: transparent;
    border-radius: 0px;
    border: none;
    color: #424242;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    transition: all 0.3s ease 0s;
}

#pagination .pagination>li>a>span {
    display: inline-block;
    transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
}

#pagination .pagination>li:first-child>a,
#pagination .pagination>li:last-child>a {
    border-radius: 0px;
    font-weight: 500;
}

#pagination .pagination>li>a:hover,
#pagination .pagination>li>a:active,
#pagination .pagination>li>a:focus {
    background: #059dde;
    color: #fff;
}

#pagination .pagination>li:first-child>a:hover,
#pagination .pagination>li:last-child>a:hover {
    background: #424242;
    color: #fff;
}

/* News Detail Page */

#detail-page {
    padding: 90px 0px 60px;
}

.detail-info-cont {
    margin-top: 30px;
    margin-bottom: 30px;
}

.detail-info-cont h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 400;
    color: #424242;
}

.detail-info-button {
    margin-bottom: 20px;
}

.detail-info-cont p {
    font-size: 15px;
    line-height: 1.5em;
    color: #636363;
    margin-bottom: 10px;
    font-weight: 400;
}

/*page sidebar */

.page-sidebar h3 {
    font-size: 18px;
    font-weight: 400;
    color: #424242;
    margin-top: 0px;
    margin-bottom: 15px;
}

.sidebar-services,
.sidebar-news {
    margin-bottom: 30px;
}

.sidebar-news h3,
.sidebar-flicker h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.heron-service-list li a {
    padding: 20px 15px;
    display: inline-block;
    background: #ececec;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 2px solid #ffffff;
    color: #636363;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.heron-service-list li a:hover {
    background: #059dde;
    color: #ffffff;
}

.sidebar-news a {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #636363;
    margin-bottom: 0px;
    margin-top: 5px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.sidebar-news a:hover {
    color: #059dde;
}

.sidebar-flicker li {
    margin-bottom: 15px;
}

.detail-sep-line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #ececec;
    margin-bottom: 30px;
}

/* Service Page */

.service-page-title {
    background-image: url(../images/service-title.html);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#service-page {
    padding: 90px 0px 30px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

#service-page img {
    border: 2px solid #e0e0e0;
}

.rf-image {
    position: relative;
    display: inline-block;
    width: 100%;
}

.rf-image .bottom-overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    left: 0;
    min-height: 50%;
    position: absolute;
    width: 100%;
}

.rf-image h4 {
    color: #fff;
    bottom: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
}

.mix {
    display: none;
    /*transition: all 0.3s ease 0s;*/
}

.controls {
    margin-bottom: 50px;
}

.mix {
    margin-bottom: 30px;
}

.mix p {
    margin: 30px 0px;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}

.mix .red-button {
    margin: 0 0 30px 15px !important;
}

.mix .red-button:hover,
.mix .red-button:active,
.mix .red-button:focus {
    background: #1a1a23 none repeat scroll 0 0;
    color: #ffffff;
    outline: medium none;
    text-decoration: none;
    transition-delay: 0s;
}

.mix .red-button:hover::after {
    background: #1a1a23;
    right: -1px;
}

.controls button {
    color: #059dde !important;
    font-size: 14px;
    padding: 8px 22px;
    display: inline-block;
    text-shadow: none;
    outline: none;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 8px;
    background: transparent !important;
    border: 1px solid #059dde;
    -moz-transform: skew(-22deg);
    -webkit-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
    transition: all 0.3s ease 0s;
}

.controls button:last-child {
    margin-right: 0px;
}

.controls button span {
    display: inline-block;
    -moz-transform: skew(22deg);
    -webkit-transform: skew(22deg);
    -o-transform: skew(22deg);
    -ms-transform: skew(22deg);
    transform: skew(22deg);
}

.controls button.active,
.controls button:hover,
.controls button:focus {
    background: #059dde !important;
    color: #ffffff !important;
}

/* service detail page */

.services-detail-title {
    background-image: url(../images/services-detail-title-bg.html);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#services-detail {
    padding: 100px 0px;
}

#services-left {}

#services-left img {
    border: 2px solid #e0e0e0;
}

#services-right {}

#services-right h1 {
    margin: 0px;
    font-size: 30px;
    font-weight: 300;
    color: #424242;
}

#services-right p {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
}

ul.detail-list {
    margin-top: 40px;
}

ul.detail-list li {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
}

ul.detail-list li span {
    color: #059dde;
}

.detail-list>li::before {
    color: #059dde;
    content: "ï¡";
    font-family: fontawesome;
    font-size: 14px;
    margin-right: 10px;
}

#detail-boxes {
    margin: 65px 0px;
}

.detail-boxes {
    background: #f6f6f6;
    padding: 35px 30px;
    border: 1px solid #e0e0e0;
}

.detail-boxes h1,
#detail-text h1 {
    margin: 0px;
    font-weight: 400;
    color: #2b2b2b;
    font-size: 18px;
}

.detail-boxes .sub-seperator,
#detail-text .sub-seperator {
    margin: 15px 0px;
}

.detail-boxes p,
#detail-text p {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

/* Work Page */

.work-page-title,
.work-detail-title {
    background-image: url(../images/work-page-title.html);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#work-page {
    padding: 90px 0px 80px;
}

.rf-image {
    overflow: hidden;
}

#work-page .rf-image img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s ease 0s;
}

.work-overlay {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    text-align: center;
    position: absolute;
    transition: all 0.3s ease 0s;
}

.work-overlay-button {
    /*background: rgba(255,255,255,0.8);*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -60px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.work-overlay-button a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    outline: none;
    position: relative;
    transform: scale(0) rotate(380deg);
    -webkit-transform: scale(0) rotate(380deg);
    -moz-transform: scale(0) rotate(380deg);
    transition: all 0.3s ease 0s;
    /*transition-delay: 0.3s;*/
}

.work-overlay-button a i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.work-overlay-button a:last-child {
    margin-right: 0px;
}

.work-overlay-button a:hover {
    color: #059dde;
    border-color: #059dde;
}

#work-page .rf-image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.rf-image:hover .work-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.rf-image:hover .work-overlay-button {}

.rf-image:hover .work-overlay-button a {
    background: rgba(255, 255, 255, 0);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}






/* Work detail page */

#work-detail {
    padding: 90px 0px;
}

#work-detail #detail-text {
    margin-top: 50px;
}

#detail-text h1 {
    font-size: 30px;
    color: #424242;
    font-weight: 300;
}





/* 404 page */

#page-404 {
    padding: 60px 0px 80px;
}

.four0four-cont {
    text-align: center;
}

.four0four {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 200px;
    color: #ffc72e;
    margin-top: 0px;
}

.four0four span {
    display: inline-block;
}

.four0four-sub {
    font-family: 'Poppins';
    font-weight: 500;
    color: #333;
    font-size: 24px;
    padding: 0px 300px;
    margin-bottom: 25px;
}

@media (max-width: 640px) {
    .four0four-sub {
        padding: 0px;
    }
}

.four0four-info {
    font-family: 'Poppins';
    color: #333;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
}

.return-home,
.btn-user {
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
}

/* underconstruction page */

#page-uc {
    padding: 80px 0px 60px;
}

#page-uc .four0four-sub {
    padding: 0px;
}

#page-uc .four0four-info span {
    padding-bottom: 4px;
    display: inline-block;
    border-bottom: 2px solid #a1a1a1;
}

.countdown {
    margin: 40px auto 20px;
}

.is-countdown {
    display: inline-block;
    background: none;
    border: none;
}

.countdown-section {
    display: inline-block;
    width: auto !important;
    background: #059dde;
    color: #fff;
    padding: 12px 30px 25px;
    margin-right: 15px;
    border-radius: 5px;
    transition: all 0.4s ease;
    margin-bottom: 20px;
}

.countdown-amount {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 60px;
    color: #fff;
}

.countdown-period {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

/* Login Page */

#user-page {
    padding: 80px 0px;
}

.login-heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 36px;
    color: #ffc72e;
    margin-top: 0px;
    margin-bottom: 30px;
}

.user-form {
    padding: 40px 60px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.user-form h4 {
    margin-top: 0px;
    margin-bottom: 25px;
}

.user-form .form-control {
    height: 45px;
    margin-bottom: 20px;
    border-color: #e1e1e1;
}

#login-form input[type=password] {
    margin-bottom: 10px;
}

.forgot {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.user-form .btn-user {
    margin-top: 15px;
    padding: 6px 30px;
}





/* Faq Page */

#faq-page,
#careers-page {
    padding: 80px 0px;
}

#faq-page .section-text,
#careers-page .section-text {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 35px;
}

#faq-page .section-heading,
#careers-page .section-heading {
    color: #ffc72e;
    margin-bottom: 15px;
}

.faq-accordion .panel {
    margin-bottom: 20px !important;
}

.faq-accordion .panel-body h4 {
    margin-bottom: 30px;
}

.faq-accordion .panel-body p {
    margin-bottom: 30px;
}

#services-content .theme-color {
    color: #353535!important;
}

@media (max-width: 1024px) {
    .top_social_list li {
        padding-left: 3px;
        padding-right: 3px;
    }
    #content-17 .section-desc .section-heading {
        font-size: 28px;
    }
    .scrol-images li:nth-child(3) {
        right: -135px;
    }
    .scrol-images li:nth-child(5) {
        left: -10px;
    }
    .scrol-images li:nth-child(6) {
        top: 185px;
    }
    .list-inline>li:nth-child(8) {
        left: 242px;
        top: 500px;
    }
}

@media (max-width: 980px) {
    .header-4 .timing-three {
        display: none;
    }
    .header-4 .for-contact-info .info-address,
    .header-4 .top-social {
        display: none !important;
    }
    .for-abs-img {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #content-17-cont {
        padding: 0px;
    }
    #content-17 .scrol-content,
    #content-17 .scrol-content ul,
    #content-17 .scrol-content ul li {
        display: none;
    }
    #content-11 .luncher_block {
        /*text-align: center;*/
        margin-bottom: 25px;
    }
    #content-8 {
        background-position: 110% !important;
    }
}

@media (max-width: 800px) {
    .header-4 a {
        margin-top: 0px;
    }
    .navigation-4 .navbar-default {
        margin-top: -65px;
        border: none;
    }
    .navigation-4 .slicknav_menu {
        background: transparent;
        border-top: none;
    }
    .slicknav_menu .slicknav_nav {
        margin-top: 25px;
    }
    .navigation-4.fsnm {
        /*border-bottom: 1px solid rgba(255,255,255,0.5);*/
        background: transparent !important;
    }
    .navigation-4.fsnm.navbar-fixed {
        background: rgb(76, 76, 76) !important;
    }
    .slicknav_menu .slicknav_nav {
        background: rgba(0, 0, 0, 0.6);
        padding: 15px;
    }
    .slicknav_menu .slicknav_nav li {
        margin-left: 0px;
    }
    .slicknav_btn {
        background: #fff;
    }
    .slicknav_menu .slicknav_icon-bar {
        background: #686868;
    }
    .navigation-4 .dropdown.drpd-effect > .dropdown-menu {
        /*display: block;*/
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        /*border-top-left-radius: 0px;*/
        /*transition: all 400ms ease;*/
    }
}
@media (max-width: 767px) {
    #content-11 .btn-wwd {
        float: left;
        margin-top: 20px;
    }
}
@media (max-width:640px) {
    .navigation-4 .logo {
        text-align: left !important;
    }
}

@media (max-width: 640px) {
    .mdbanner-btn {
        font-weight: 500;
        font-size: 18px;
        padding: 10px 25px;
    }
    #mainSlider .slide-2 .sub-text {
        font-size: 32px !important;
        top: 175px !important;
    }
    #mainSlider .slide-2 .main-text {
        font-size: 34px !important;
        top: 218px !important;
    }
    #mainSlider .slide-2 .pnbtn-layer {
        left: 175px !important;
    }
}

@media (max-width: 480px) {
    .mdbanner-btn {
        font-weight: 500;
        font-size: 18px;
        padding: 10px 25px;
    }
    #mainSlider .slide-2 .sub-text {
        font-size: 32px !important;
        top: 135px !important;
    }
    #mainSlider .slide-2 .main-text {
        font-size: 34px !important;
        top: 178px !important;
    }
    #mainSlider .slide-2 .pnbtn-layer {
        left: 175px !important;
        top: 242px !important;
    }
    #mainSlider .slide-2 .lmbtn-layer {
        top: 242px !important;
    }
}






/* ---------------------------------- BLOG SECTION ---------------------------------- */

#blog {
    padding: 100px 0 90px;
}

.blog-content {
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 30px;
}

.blog-content img {
    border-radius: 5px;
}

.blog-content .img-holder {
    position: relative;
}

.blog-content .img-holder .overlay {
    background: rgba(87, 79, 75, .6);
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
}

.blog-content:hover .img-holder .overlay {
    left: 0;
}

.blog-content .img-holder .author {
    position: absolute;
    bottom: 25px;
    right: -100%;
    height: auto;
    width: 100%;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
}

.blog-content:hover .img-holder .author {
    right: 0;
}

.blog-content:hover .img-holder .author span {
    height: 53px;
    width: 61px;
    background: #034A67;
    border-radius: 2px;
    font-size: 30px;
    display: inline-block;
    line-height: 55px;
    margin-bottom: 20px;
}
.blog-content:hover .img-holder .author span i.fa {
    color: #fff;
}
.blog-content .img-holder .author-link,
.blog-content .img-holder .author-link a {
    color: #fff;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
}

.blog-content .img-holder .author-link a:hover {
    color: #fff;
    text-decoration: underline;
}

.blog-content .blog-ceontent-holder {
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}

.blog-content h4 {
    font-family: 'Source Sans Pro';
    font-size: 22px;
    color: #1e1e1d;
    /*margin-top: 25px;*/
    /*margin-bottom: 8px;*/
    font-weight: 600;
    transition: all 0.5s ease;

    /*font-size: 20px;*/
    /*font-weight: normal;*/
    margin: 25px 0 10px;
}

.blog-content h4 a:hover {
    color: #034A67 !important;
    /*text-decoration: underline;*/
}

.blog-content .date {
    float: left;
    display: inline-block;
    color: #8d8d8d;
}

.blog-content .comments {
    float: right;
    display: inline-block;
    color: #8d8d8d;
}

@media (max-width: 767px) {
    .blog-content .img-holder {
        width: 320px;
        margin-left: auto;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
    }
}
@media (max-width: 480px) {
    .blog-content .img-holder {
        width: 100%;
    }
}





/* ---------------------------------- CONTENT DEFAULT ---------------------------------- */

.content-default {
    background: url(../images/content-default.png) center #f6f6f6;
    background-size: cover;
    padding: 110px 0px 60px;
}



/* ---------------------------------- CONTENT DEFAULT  2---------------------------------- */

#content_default_2 {
    background: none;
    background-size: cover;
    padding: 110px 0px;
}


#content_default_2 .luncher_block hr {
    border-color: white;
    text-align: left;
    display: -webkit-inline-box;
}

#content_default_2 .luncher_block .section-desc .section-heading {
    color: #034A67 !important;
    /*margin-top: 8px;*/
    margin-bottom: 45px;
}

#content_default_2 .luncher_block h4 {
    color: #034A67;
}

#content_default_2 .luncher_block p {
    /* color: #fff; */
}

#content_default_2 .luncher_block ul {
    list-style: outside none none;
    margin-top: 10px;
    padding: 0;
}

#content_default_2 .luncher_block ul li {
    font-weight: 400;
    line-height: 30px;
    display: flex;
    font-family: roboto;
}

#content_default_2 .luncher_block ul li::before {
    /* color: #fff; */
    content: "\f00c";
    font-family: fontawesome;
    font-size: 16px;
    left: 0;
    font-weight: normal;
    margin-right: 15px;
}

#content_default_2 .luncher_block img {
    max-width: 100%;
    border-radius: 5px;
}

#content_default_2 .btn-wwd {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #034A67 !important;
    background: #ffffff;
    padding: 12px 35px;
    margin-top: 25px;
    border: 1px solid #034A67;
}

#content_default_2 .btn-wwd:hover {
    background: #034A67;
    color: #ffffff !important;
}





/** Element 7 **/

.section-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6em;
    margin: 0px;
    color: #747474;
}

.theme-container {
    margin-top: 60px;
}

.theme-box {
    margin-bottom: 50px;
}

.theme-box .box-icon i.fa {
    color: #324750;
    font-size: 32px;
}

.theme-box h3 {
    font-weight: 600;
    color: #2b3238;
    font-size: 22px;
    margin: 20px 0px 10px;
    font-family: 'Source Sans Pro';
}

.theme-box p {
    font-weight: 400;
    color: #757575;
    font-size: 15px;
}



/* ---------------------------------- PORTFOLIO SECTION ---------------------------------- */

#portfolio {
    padding: 110px 0 0;
    display: -webkit-box;
}

#portfolio .portfolio-wrapper {
    position: relative;
}

#portfolio .portfolio-wrapper ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

#portfolio .portfolio-wrapper ul li {
    display: inline-block;
    margin: 0 25px;
    line-height: 15px;
}

#portfolio .portfolio-wrapper ul li a {
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}

#portfolio .portfolio-wrapper ul li span.spliter {
    width: 0;
}

#portfolio .portfolio-wrapper ul li:hover span.spliter,
#portfolio .portfolio-wrapper ul li.active span.spliter {
    width: 100%;
}

#portfolio .portfolio-wrapper ul li.active a {
    color: #ffeb3b;
}

#portfolio .portfolio-wrapper #portfolio-list {
    margin: 60px 0 0 0;
}

#portfolio .portfolio-wrapper #portfolio-list img {
    width: 100%;
}

#portfolio .portfolio-wrapper #portfolio-list>div {
    padding: 0 2px;
    overflow: hidden;
}

#portfolio .portfolio-wrapper #portfolio-list .portfolio-holder {
    position: relative;
    margin-bottom: 4px;
}

#portfolio .portfolio-wrapper #portfolio-list .portfolio-holder .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(87, 79, 75, .6);
    top: -100%;
    left: 0;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
}

#portfolio .portfolio-wrapper #portfolio-list .portfolio-holder:hover .overlay {
    top: 0;
}

#portfolio .portfolio-wrapper #portfolio-list .portfolio-holder .overlay h3 {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-top: 26%;
}

#portfolio .portfolio-wrapper #portfolio-list .portfolio-holder .overlay h3 small {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

#portfolio .portfolio-wrapper #portfolio-list a {
    color: #fff;
}

#portfolio .portfolio-wrapper #portfolio-list a:hover small {
    color: #ffeb3b !important;
}

#portfolio .portfolio-wrapper #portfolio-list .portfolio-holder a.fancybox,
#portfolio .portfolio-wrapper #portfolio-list .portfolio-holder a.fancybox:hover {
    position: absolute;
    bottom: -100%;
    right: -100%;
    display: inline-block;
    height: 44px;
    width: 44px;
    background: #ffeb3b;
    text-align: center;
    line-height: 44px;
    color: #212121 !important;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
}

#portfolio .portfolio-wrapper #portfolio-list .portfolio-holder:hover a.fancybox {
    bottom: 0;
    right: 0;
}

.spliter {
    display: inline-block;
    height: 6px;
    background: #ffeb3b;
    border-radius: 10px;
    width: 72px;
    clear: both;
    transition: all 0.4s ease;
}




/*gallery*/
#gallery {
    background-color: #ffffff;
    padding: 110px 0 0;
}
.gallery-images{
    margin-top:75px;

}
.gallery-images .container-fluid {
    padding: 0px;
}
.nopadding {
    padding: 0px;
}
.overlay {
    background-color: rgba(62, 62, 56, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    width: 100%;
}
.overlay .work-info {
    background: rgba(5, 157, 221, 0.78);
    height: 100%;
    text-align: center;
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in 0.2s;
    -moz-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
    -ms-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
    width: 100%;
}
.gallery-img .overlay .work-info .work-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-img .overlay .work-info .work-text i.fa{
    
margin-top: 15px;
    
color: #fff;
}
.gallery-img .overlay .work-info .work-text a {
    outline: 0;
    font-size: 30px;
}
.gallery-img:hover .overlay {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
.gallery-img:hover .overlay .work-info {
    transform: scale(1);
}
.gallery-img h2 {
    color: #fff !important;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 0px !important;
}
.work-text .pretty-photo img {
    margin-top: 15px;
    transition: all 0.3s ease 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.work-text .pretty-photo:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.gallery-img>img {
    width: 100%;
    overflow: hidden;
}
















/***************************** Pricing ******************************/
#pricing {
	padding: 60px 0px;
	background: #034A67; 
}
#pricing .heading h2 {
	color: #fff;
}
.pricing {
	display: inline-block;
	width: 100%;
}
.pricing--norbu .pricing__item {
	padding: 15px;
	color: #fff;
	cursor: default;
	border: 1px solid rgba(255,255,255,0.4);
	background: rgba(255,255,255,0.08);
	border-radius: 10px;
	-webkit-transition: border-color 0.3s, background 0.3s;
	transition: border-color 0.3s, background 0.3s;
}

.pricing--norbu .pricing__item:hover {
	border: 1px solid rgba(255,255,255,1);
	background: rgba(255,255,255,0.18);
}

.pricing--norbu .pricing__title {
	font-family: 'Raleway';
	font-size: 2em;
	font-weight: 700;
	margin: 0.5em 0;
	padding: 1em;
	position: relative;
}

.pricing--norbu .pricing__title::after {
	content: '';
	position: absolute;
	width: 20%;
	height: 1px;
	background: #fff;
	left: 40%;
	bottom: 0;
}

.pricing--norbu .icon {
	display: inline-block;
	min-width: 2em;
}

.pricing--norbu .pricing__price {
	font-size: 3.5em;
	padding: 0.5em 0 0 0;
	font-weight: 400;
	position: relative;
	z-index: 100;
}

.pricing--norbu .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--norbu .pricing__period {
	font-size: 0.30em;
	display: block;
	padding: 1em;
}

.pricing--norbu .pricing__sentence {
	padding: 1em 2em;
	font-size: 1.1em;
	margin: 0 auto 1em;
}

.pricing--norbu .pricing__feature-list {
	font-size: 1.15em;
	margin: 0 2em;
	letter-spacing: 0;
	padding: 2em 0;
	list-style: none;
}

.pricing--norbu .pricing__feature {
	line-height: 1.4;
}

.pricing--norbu .pricing__feature::before {
	content: "\f006";
	font-weight: normal;
	font-family: 'Fontawesome';
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.75em 0 0;
	margin-top: -2px;
}

.pricing--norbu .pricing__action {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 16px;
	flex: none;
	padding: 1.0em 0;
	color: #034A67;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.pricing--norbu .pricing__action:hover,
.pricing--norbu .pricing__action:focus {
	background: #fff;
}

.map {
        height: 400px;
        width: 100%;
       }