.dropdown li:hover > ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.dropdown li:hover > ul li a{
    color: #000;
}
.dropdown li ul {
    display: block;
    position: absolute;
    top: 35px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    padding-left: 0px;
    width: 235px;
    line-height: 1;
    background: #f5733f;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 10%);
}
.hassubs a i{
    padding-left: 30px;
}
/*---------------------
  Header
-----------------------*/
.hero-ber {
    height: 80vh;
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    z-index: 0;
}
.header {
    width: 100%;
}

.header_bar {
    width: 100%;
    background: #f7f9f9;
}

.header_bar_content {
    width: 100%;
    height: 64px;
}



.header_social {
    margin-right: -5px;
}

.header_social ul li:not(:last-child) {
    margin-right: 20px;
}

.header_social ul li a i {
    font-size: 14px;
    color: #0d0d0d;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header_social ul li a i:hover {
    color: #61e49b;
}

.header_content_container {
    width: 100%;

}

.header_content {
    text-align: center !important;
}



.header_extra {
    width: 557px;
    height: 0px;
    padding-left: 90px;
}

.header_extra a {
    display: block;
}

.header_extra_title {
    font-size: 48px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 0.75;
}

.header_extra_subtitle {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 0.75;
    margin-top: 7px;
    padding-left: 1px;
}

.header_nav_container {
    width: 100%;
    margin-top: 0px !important;
    z-index: 100;
    background-color: #fff;
    

}

.header_nav_container.scrolled {
    box-shadow: 0px 5px 10px rgba(97, 228, 155, 0.1);
}

.header_nav_container.scrolled .main_nav {
    margin-top: 3px;
}

.header_nav_content {
    width: 100%;
    height: 70px;
}

.header_nav_content .logo_container {
    display: none;
    margin-top: 0;
}

.header_nav_content .logo_container .logo {
    height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 3px;
}

.header_nav_content .logo_container .logo span {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    background: #000000;
    line-height: 28px;
    padding-left: 6px;
    padding-right: 8px;
    margin-right: 3px;
    text-transform: none;
}

.header_nav_content .logo_sub {
    display: none;
}

.main_nav {
    margin-top: 3px;
    margin-left: 0px;
}

.main_nav_list li:not(:last-child) {
    padding: 0px 10px;

}

.main_nav_list li a {
    font-size: 18px;
    padding: 0px 24px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main_nav_list li a:hover {
    color: #ffd400;
}

.header_search_container {
    width: 190px;
    height: 35px;
    background: #FFFFFF;
    overflow: hidden;
}

.header_search {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    -webkit-transform: translateX(171px);
    -moz-transform: translateX(171px);
    -ms-transform: translateX(171px);
    -o-transform: translateX(171px);
    transform: translateX(171px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 800ms cubic-bezier(.31, .48, .32, 1);
}

.header_search.active {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.header_search_activation {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}

.header_search_form {
    width: 100%;
    height: 100%;
}

.header_search_activation i {
    font-size: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header_search_activation:hover i {
    color: #61e49b;
}

.header_search_input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    margin-left: 10px;
}

.header_search_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #aeaeae !important;
}

.header_search_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #aeaeae !important;
}

.header_search_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #aeaeae !important;
}

.header_search_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #aeaeae !important;
}

.header_search_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #aeaeae !important;
}

.header.header--normal {
    position: relative;
}
.header__logo1 center {
    margin-top: 7px;
}   
.header__logo1 {
    padding: 15px;
    height: 72px;
    background-color: #ef7a38;
}
.header__logo1 a{
    color: #fff;
}
.header__logo1 a:hover {
    color: #ececec;
    text-decoration: none;
}
.header__logo {
    padding: 10px;
    position: relative;
    z-index: 1;
}


.header__logo a {
    display: inline-block;
}

.header__menu {
    margin-top: 18px;

}

.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.header__menu ul li.active a:after {
    opacity: 1;
}

.header__menu ul li:hover a:after {
    opacity: 1;
}

.header__menu ul li:hover .dropdown {
    top: 52px;
    opacity: 1;
    visibility: visible;
}

.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li .dropdown {
    position: absolute;
    left: 0;
    top: 56px;
    width: 150px;
    background: #ec6b36;
    text-align: left;
    padding: 2px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
    display: block;
    margin-right: 0;
}
.header__menu ul li .dropdown li:hover {
    display: block;
    margin-right: 0;
    background-color: #f87540;
    color: #3f9b7e;
}
.header__menu ul li .dropdown li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 20px;
    text-transform: capitalize;
}
.header__menu ul li .dropdown li a:hover {
    color: #fff;
}
.header__menu ul li .dropdown li a:after {
    display: none;
}

.header__menu ul li a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #727272;
    font-family: 'Helvetica', sans-serif !important;
    display: block;
    padding: 6px 9px;
    position: relative;
}

.header__menu ul li a:hover {

    color: #ec6b36;

}

.header__menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    top: 88px;
    height: 4px;
    color: #000;
    background: rgb(255 0 0 / 0%);
    content: "";
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
}

.header__right {
    text-align: right;
    padding: 20px 0;
}

.header__right__search {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    margin-right: 15px;
}

.header__right__search:after {
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
}

.header__right__search i {
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
}

.header__right__social {
    display: inline-block;
    margin-right: 25px;
}

.header__right__social a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-right: 20px;
}

.header__right__social a:last-child {
    margin-right: 0;
}

.header__right__btn {
    display: inline-block;
}

.offcanvas-menu-wrapper {
    display: none;
}

.canvas__open {
    display: none;
}


/*---------------------
  Map
-----------------------*/

.map {
    height: 400px;
}

.map iframe {
    width: 100%;
}




.header__top {
    background-color: #eee;

}

.header__top__widget {
    padding: 1px 0 1px;
    margin: 5px;
}

.header__top__widget li {
    font-size: 16px;
    color: #ef7a38;
    display: contents;
    margin-right: 50px;
    list-style: none;
}
.header__top__widget li a{
    font-size: 13px;
    color: #000;
}
.header__top__widget li a:hover {
    font-size: 13px;
    color: #ef7a38;
    text-decoration: none;
}
.header__top__right {
    text-align: right;
    float: right;
}

.header__top__auth1 {
    display: inline-block;
    margin-right: 10px;
}

.header__top__auth1 ul li {
    display: inline-block;
    list-style: none;
    margin-right: 35px;
    position: relative;
}

.header__top__auth1 ul {
    margin-bottom: 0rem;
    margin-top: 10px;
}

.header__top__auth ul {
    margin-bottom: 0rem;
    margin-top: 10px;
}

.header__top__auth1 ul li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.header__top__auth {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 0px;
    background-color: #181d31;
}

.header__top__auth1 {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 0px;
    background-color: #181d31;
}

.header__top__language {
    display: inline-block;
    padding: 12px 0 12px;
    position: relative;
    cursor: pointer;
}

.header__top__auth ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    position: relative;
}

.header__top__auth ul li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.header__top__language i {
    display: inline-block;
    font-size: 15px;
    color: #1d1c1c;
    font-weight: 500;
}

.header__top__language img {
    display: inline-block;
    margin-right: 6px;
}

.header__top__language span {
    display: inline-block;
    font-size: 15px;
    color: #1d1c1c;
}

.header__top__language ul {
    position: absolute;
    left: 19px;
    top: 65px;
    background: #ffffff;
    text-align: left;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.header__top__language ul li {
    font-size: 15px;
    color: #19191A;
    padding: 5px 10px;
    list-style: none;
    cursor: pointer;
}

.header__top__language ul li>a {
    font-size: 15px;
    color: #19191A;
    margin-left: -35px;
}

.header__top__language:hover ul {
    opacity: 1;
    top: 45px;
    visibility: visible;
    position: absolute;
    z-index: 1222;
}


/*********************************
10. Sidebar
*********************************/
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 20%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
/*search box css start here*/
.search-but {
    color: #fff !important;
    background-color: #fac64a !important;
    border-color: #fac64a !important;
}
.search-sec{
    padding: 0rem;
}
.control {
    border: 1px solid #ced4da00 !important;
    font-size: 1rem !important;
    border-radius: 0rem !important;

}
.search-slt{
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    padding: 10px !important;
    border-radius:0;
}

.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
@media (min-width: 992px){
    .search-sec{
        position: inherit;
        z-index: 11;
        margin-top: -144px;
        background: rgb(0 0 0 / 0%);
    }
}

@media (max-width: 992px){
    .search-sec{
        background: #1A4668;
    }
}
.h3-responsive{
    color: #026272 !important;
    font-weight: 800;
}
.sidebar {
    width: 100%;
    margin-top: 13px;
}

.sidebar_title {
    font-size: 18px;
    color: #000000;
}


.sidebar_extra {
    margin-top: 55px;
}

.sidebar_extra a {
    display: block;
}

.sidebar_extra_container {
    width: 100%;
    height: 352px;
    margin-top: 53px;
}

.sidebar_extra_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 31px;
    padding-bottom: 25px;
}

.sidebar_extra_title {
    font-size: 60px;
    color: #FFFFFF;
    line-height: 0.75;
}

.sidebar_extra_title:not(:last-child) {
    margin-bottom: 4px;
}

.sidebar_extra_subtitle {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 9px;
    padding-left: 5px;
}

.sidebar_latest {
    margin-top: 57px;
}
.carousel {
    width: 100%;
}

.carousel-item img {
    height: auto;
    max-width: 100%;
    border: none;
    text-align: center !important;
}

.carousel-item>div {
    float: left;
}


