/*----------------
HEADER
-----------------*/
.fix {
    overflow: hidden
}

a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    text-decoration: none
}

a, button {
    outline: medium none
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}


#scrollUp {
    background: #01568F;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent
}

@media (max-width: 767px) {
    #scrollUp {
        right: 16px
    }
}

#scrollUp:hover {
    color: #fff
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff
}


.home-blog-area .home-blog-single .blog-img-cap .blog-img {
    overflow: hidden;
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
        padding: 8px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area {
        padding: 8px 0px
    }
}

@media (max-width: 767px) {
    .header-area {
        padding: 8px 0px
    }
}
.logo{
    float: right;
}
@media  (min-width: 576px)and (min-width: 576px) {
    .logo {
        float: left;
    }
}

.header-area .header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.header-area .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.header-area .main-menu ul li a {
    color: #7b8a97;
    padding: 37px 20px;
    display: block;
    font-size: 16px;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

header {
    border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .main-menu ul li a {
        padding: 25px 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .main-menu ul li a {
        padding: 30px 13px
    }
}

.header-area .main-menu ul li:hover > a {
    color: #01568F
}

.header-area .main-menu ul ul.submenu {
    position: absolute;
    width: 200px;
    background: #11151C;
    left: 0;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    border-top: 5px solid #11151C;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-area .main-menu ul ul.submenu > li {
    margin-left: 7px;
    display: block;
    margin-bottom: 5px;
}

.header-area .main-menu ul ul.submenu > li > a {
    padding: 6px 10px !important;
    font-size: 14px;
    color: #7b8a97;
    font-family: sans-serif;

}

.header-area .main-menu ul ul.submenu > li > a:hover {
    color: #65d3e3
}

.header-area ul > li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-sticky ul li a {
    padding: 10px 19px
}

.header-sticky.sticky-bar.sticky .main-menu ul > li > a {
    padding: 26px 15px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-sticky.sticky-bar.sticky .main-menu ul > li > a {
        padding: 30px 13px
    }
}

.header-sticky.sticky-bar {
    background: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky {
        padding: 8px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-sticky.sticky-bar.sticky {
        padding: 8px 0px
    }
}

@media (max-width: 767px) {
    .header-sticky.sticky-bar.sticky {
        padding: 8px 0px
    }
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #01568F !important
}

.header-sticky.sticky-bar.sticky .header-btn .get-btn {
    padding: 20px 20px
}

.header-area .slicknav_btn {
    top: -45px
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #01568F
}

.slicknav_menu {
    background: transparent;
    margin-top: 0px !important
}

.slicknav_nav {
    margin-top: -3px
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
    top: 0px
}

.slick-initialized .slick-slide {
    outline: 0
}


form.example input[type=text] {
    width: 445px;
    border: 1px solid grey;
    padding: 5px;
    font-size: 17px;
    box-sizing: border-box;
    float: bottom;
    background-color: white;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

form.example button {
    height: 37px;
    margin-left: -6px;
    width: 45px;
    float: bottom;
    padding: 5px;
    background: #01568F;
    color: white;
    font-size: 17px;
    border: 1px solid #01568F;
    cursor: pointer;
}


form.example button:hover {
    background: #01568F;
}

form.example input:hover {
    border: 2px solid #01568F;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #01568F;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #01568F;
}

.navbar-default .navbar-nav > li:focus {
    outline: none;
}

/* ------------------------------------------------------------------
COPYRIGHT SECTION
--------------------------------------------------------------------- */
.copyright-section {
    background-color: #f2f5f8;
    padding: 45px 0;
}

.footer-menu li {
    line-height: 32px;
    position: relative;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-menu li::before {
    content: "\f111";
    font-family: FontAwesome;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: -6px;
    font-size: 7px;
}

.footer-menu li:last-child::before {
    content: "";
}

.footer-menu li a {
    color: #7b8a97;
}

.footer-menu li a:hover {
    color: #65d3e3;
    text-decoration: none;
}

.copyright-info {
    margin-top: 14px;
    color: #b4b4b4;
    display: block;
    font-size: 14px;
}

.copyright-info a {
    color: #65d3e3;
}

.copyright-info a:hover {
    color: #b4b4b4;
}

