 
.header-top {color: #b6b6b6;padding: 4px 0 4px 0px;color: #878787;font-size: 16px;/* margin-right: 24px; */position: relative;color: #ffffff;font-size: 16px;font-weight: 200;margin-left: 0px;border-bottom: 1px solid #f1f1f1;}
.header-icons > a {
    color: #969595;
    display: inline-block;
    font-size: 13px;
    margin: 0px 6px;
}
.header-icons > a:hover {color: #fff}
.search-container button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #b6b6b6;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 2px;
    top: 0
}
.search-container form:hover button{color: #fff}
.search-container form {
    background: #083561 none repeat scroll 0 0;
    border-radius: 30px;
    height: 33px;
    position: relative;
    -webkit-transition: width 0.5s ease 0s;
    transition: width 0.5s ease 0s;
    width: 133px;
}
.search-container form:hover {width: 165px;}
.search-container {float: right;}
.search-container input {
    border: 0 none;
    height: 100%;
    padding: 0 12px;
}
.header-top .col-md-4 > span {display: block; padding: 4px 0;}
.header-icons {padding: 0px 0 0px;text-align: RIGHT;position: relative;color: #878787;font-size: 16px;font-weight: 200;margin-left: 0px;}
.logo-wrapper {float: left;width: 34%;}
.logo a {display: inline-block;}
.logo {padding: 9px 0;}
.header-main-content {
    float: left;
    padding-left: 0px;
    padding-top: 31px;
    width: 47.5%;
}
.quote-btn {
    display: inline-block;
    float: right;
    padding: 23px 0;
    text-align: right;
    position: relative;
    float: right;
    padding: 14px 0px;
    margin-left: 9px;
    /* width: 18.5%; */
}
.quote-btn > button {
    background: #02648e none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 6px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.quote-btn > button:hover {background: #307fa0 none repeat scroll 0 0;}
.header-info > img {
    display: inline-block;
    padding-right: 0px;
    position: relative;
    top: -12px;
}
.header-info {
    float: left;
    padding-left: 6px;
    text-align: center;
    /* width: 50%; */
    position: relative;
    float: right;
    margin-top: 20px;
    margin-left: 8px;
}
.header-info-text > h4 {
    color: #4b25a0;
    font-size: 18px;
    line-height: 15px;
}
.header-info-text {display: inline-block; text-align: left;}
.header-info-text > span {
    color: #000000;
    font-family: 'Merriweather', serif;
    font-size: 10px;
}
.header-main {position: relative;}
.header-main.white:before {
    /* background: #ffffff none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: -60px;
    /* position: absolute; */
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 35%;
}
.header-main.white:after {
    background: #ffffff00 none repeat scroll 0 0;
    /* border-right: 15px solid #cc1f0c; */
    content: "";
    height: 100%;
    left: 24.5%;
    /* position: absolute; */
    top: 0;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 95px;
}
.header-area, .header-two-area, .header-three-area, .header-four-area {position: relative;box-shadow: 0px 1px 7px rgb(0 0 0 / 30%);margin: 0;}
.mainmenu-area {
    /* background: rgb(2 100 142) none repeat scroll 0 0; */
    position: relative;
    /* box-shadow: 1px 3px 5px rgb(0 0 0 / 30%); */
    margin: 0 0 0 29px;
}
.fixed {
    left: 0;
    /* position: absolute; */
    /* top: 100%; */
    /* width: 100%; */
    z-index: 9;
    height: 83px;
}
.main-menu ul li {
    /* display: inline-block; */
    /* margin: 10px 0px 0px; */
    /* padding: 14px 0; */
    /* position: relative; */
}
.main-menu ul li a {
    color: #1379a4;
    font-family: 'robotoregular',Arial,Helvetica,sans-serif ! important;
    font-size: 16px;
    position: relative;
    font-weight: 300;
}
.main-menu nav > ul > li:hover > a {/* color: #ffffff; */}
.main-menu ul li ul.submenu {
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    left: -30px;
    opacity: 0;
    /* padding: 19px 15px 14px; */
    position: absolute;
    text-align: left;
    top: 90%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 210px;
    z-index: -9;
}
.main-menu ul li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    top: 100%
}
.main-menu ul li ul.submenu li {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    /* -webkit-transform: scale(1, 0); */
    /* transform: scale(1, 0); */
    background: #02648e;
}
.main-menu ul li ul.submenu li a {
    border-radius: 2px;
    color: #ffffff;
    display: block;
    /* font-family: "Poppins",sans-serif; */
    font-size: 13px;
    padding: 8px 15px;
    text-transform: capitalize;
    text-align: left;
    border-bottom: 1px solid silver;
}
.main-menu ul li ul.submenu li:hover > a {
    background: #002e5b none repeat scroll 0 0;
    color: #ffffff;
}
.main-menu ul li ul.submenu.megamenu {
    padding: 15px 20px;
    right: auto;
    white-space: nowrap;
    width: auto;
}
.main-menu ul li ul.submenu.megamenu > li {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 185px;
}
.main-menu ul li ul.submenu.megamenu > li > a {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px
}
.main-menu ul li ul.submenu.megamenu li > a:hover{background: #002e5b; color: #fff}
.main-menu.text-left span {float: right;}
.header-sticky.sticky {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.sticky .main-menu > nav > ul > li {/* padding: 20px 0; */}
.sticky .logo {padding: 10px 0;}
.header-area .sticky, .header-two-area .sticky, .header-three-area .sticky, .header-four-area .sticky {
    background: rgb(255 255 255) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
.header-two-area .main-menu nav > ul > li:hover > a {color: #fde428}
.header-two-area .main-menu ul li ul.submenu li:hover > a {
    background: #002e5b none repeat scroll 0 0;
    color: #fde428;
}
.header-three-area .header-info-text > h4, .header-three-area .header-info-text > span, .header-four-area .header-info-text > h4, .header-four-area .header-info-text > span {
    color: #303030;
}
.header-three-area .header-main-content, .header-four-area .header-main-content {
    padding: 40px 0 0;
    width: 33.3333%;
}
.header-three-area .header-info, .header-four-area .header-info {
    padding-left: 0;
    text-align: left;
    width: 100%;
}
.header-three-area .logo-wrapper, .header-four-area .logo-wrapper {
    margin: auto;
    text-align: center;
    width: 33.33%;
}
.header-three-area .quote-btn, .header-four-area .quote-btn {width: 33.33%;}
.header-three-area .quote-btn button:hover, .header-four-area .quote-btn button:hover {
    background: #002e5b none repeat scroll 0 0;
    color: #ffffff;
}
.header-four-area .quote-btn button {
    background: #006B63 none repeat scroll 0 0;
    color: #ffffff;
}
.header-four-area .quote-btn button:hover {background: #002e5b none repeat scroll 0 0;}
.header-four-area .mainmenu-area {
    background: rgba(237, 237, 237, 0.45) none repeat scroll 0 0;
}
.main-menu ul li ul.submenu.megamenu > li:hover > a{
    background: inherit; 
    color: #002e5b
}
.header-two-area .header-top .col-md-4 > span {color: #ddd;}
.header-two-area .header-icons > a, .header-two-area .search-container button {color: #ddd;}
.header-two-area .header-icons > a:hover, .header-two-area .search-container:hover button {color: #FDE428;}
.header-two-area .search-container > form {background: #02726a none repeat scroll 0 0;}
/*----------------------------------------*/
/*  Mobile Menu
/*----------------------------------------*/
.mobile-menu-area { display: none}
.mean-container .mean-bar:after {display: none}
.mean-container .mean-nav ul li a {
    background: #ffffff none repeat scroll 0 0;
    color: #2D3E50;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {background: none; top: -4px;}
.mean-container .mean-nav ul li a.mean-expand:hover {background: none}
.mean-container .mean-nav ul li li a {
    color: #4e4f54;
    opacity: .90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    border-top: 0;
}
.mean-container .mean-nav ul li li{background: #fff}
.mean-container a.meanmenu-reveal {color: #2D3E50}
.mean-container a.meanmenu-reveal:hover span {background: #006B63}
.mean-last {margin-bottom: 20px}
.mobile-menu {position: relative}
.header-two-area .mobile-menu-area, .header-two-area .mean-container .mean-nav {
    background: #006b63 none repeat scroll 0 0;
}
.header-two-area .mean-container a.meanmenu-reveal:hover span{background: #002E5B}


.quote-btn > button span{
display: block;
    font-size: 12px;

}

@media only screen and (max-width:768px){
.logo  a img{width: 232px ! important;margin: 0 auto;}
.logo-box{width: 100%;}


.header-info {
    float: left;
    padding-left: 6px;
    text-align: center;
    /* width: 50%; */
    position: relative;
    float: right;
    margin-top: 16px;
    margin-left: 8px;
}

.fixed {
    left: 0;
    /* position: absolute; */
    /* top: 100%; */
    /* width: 100%; */
    z-index: 9;
    height: 76px;
}


.header-top {
    color: #b6b6b6;
    padding: 4px 0 4px 0px;
    /* color: #878787; */
    font-size: 16px;
    /* margin-right: 24px; */
    position: relative;
    color: #ffffff;
    font-size: 12px;
    font-weight: 200;
    margin-left: 0px;
    border-bottom: 1px solid #f1f1f1;
}
      
}


