@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
body {
    color:#333333; 
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size:18px; 
    margin: 0; 
    padding: 0; 
    line-height: normal;
}
a, a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header {
    background-color: #022342;
    margin: 0 0 -20px 0;
}
#header a, .main-menu ul, .main-menu li, .main-menu a {
    display: inline-block;
}
.logo-sec .logo a {
    background-color: #f9f9f6;
    padding: 60px 20px;
    position: relative;
    z-index: 99;
}
.logo-sec .h-call a {
    text-align: center;
    color: #fff;
    background-color: #f37923;
    border-radius: 0 0 10px 10px;
    padding: 10px 50px 15px 50px;
    font-weight: 600;
}
.logo-sec .h-call a:hover {
    background-color: #0054a6;
}
.menu-sec {
    background-color: #0054a6;
    margin: -75px 0 0 0;
}
.main-menu li {
    margin: 14px 0 14px 30px;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu a {
    color: #fff;
    font-weight: 600;
}
.main-menu a:hover, #footer a:hover {
    color: #f37923;
}
#footer {
    background-color: #0a5aa8;
    font-weight: 500;
}
#footer .text1 {
    font-weight: 600;
}
.home-left video{ max-width:100%;}

.main-bg {
    background-image: url(../images/main-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #15487a;
}

@media screen and (max-width: 1362px) {
    .main-menu li {
        margin: 14px 0 14px 10px;
        font-size: 18px;
    }
    .logo-sec .logo a {
        padding: 40px 10px;
    }
    .z-t-20 {
        font-size: 18px;
    }
    .h-call{ width:500px;}
    .h-call2{ font-size:20px;}
}
@media screen and (max-width: 992px) {
    .main-menu, .logo {
        display: none;
    }
    .h-call{}
    .h-call2{text-align:center !important;}
    .h-call3{ font-size:18px;text-align:center !important;}

    .z-mobile-header, .z-mobile-header-fixed, .z-mobile-menu-icon.open span {
        background-color: #f9f9f6  !important;
    }
    .z-mobile-menu-icon span, .z-mobile-header .z-mobile-menu {
        background: #022342;
    }
    .z-mobile-header-fixed {
        box-shadow: 0 0 10px #939393;
    }
    #header {
        background-color: #022342;
        margin: 0;
    }
    .z-default-subpage-header {
        margin-top: 0;
    }
    #header .h-call {
        display: inline-block;
        width: 100%;
        padding: 0 0 15px 0;
        text-align: center;
    }
    .z-t-30 {
        font-size: 26px;
    }
    .z-t-26, .z-t-25 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .z-mobile-header .z-mobile-header-logo{
        width:180px;
    }
    .z-t-50 {
        font-size: 36px;
    }
    .z-t-34 {
        font-size: 28px;
    }
}
@media screen and (max-width: 479px) {
    .logo-sec .h-call a {
        padding: 10px 35px 15px 35px;
    }
    #footer {
        padding: 30px 10px;
    }
    #footer .text2 {
        padding-bottom: 20px;
    }
    .z-t-50 {
        font-size: 30px;
    }
}