@charset "UTF-8";
/*
1.header_load
2.nav_full_width
3.down-icon
4.search_madal
5.template_layout
6.page
7.responsive
8.mobile
9.theme_icon
10.theme_sticky
*/

/* header_load */
header.header_load {
    position: relative !important;
}
header.header_load .header_top {
    position: relative !important;
}
header.header_load .header_bottom .nav>ul>li>ul {
    display: none;
}
header.header_load::before {
   content: '';
   display: block;
   opacity: 1;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 150%;
   background-color: #ffffff;
   z-index: 999;
}

/* nav_full_width */
.nav.full_width {
    flex-basis: 100% !important;
}

/* down-icon */
header .nav ul .m_1::after {
    display: none !important;
}
header .nav ul .m_1.down_icon::after {
    display: inline-block !important;
}
.down-icon {
    display: none;
}
.down-icon::before {
    font-family: "font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
}

/* search_modal */
.modal-backdrop {
    z-index: 2;
}
.modal-open .modal {
    background: rgba(0, 0, 0, 0.8);
}
#searchmodal .modal-content {
    background-color: unset;
    border: 0;
}
#searchmodal .modal-dialog {
    max-width: 100%;
    width: 100vw;
    height: 100vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#searchmodal .modal-content {
    text-align: center;
    max-width: 350px;
}
#searchmodal form input {
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    background-color: unset;
    color: #fff;
    min-width: 300px;
}
#searchmodal form .search_btn {
    background-color: #066ad8;
    border: 2px solid #066ad8;
    padding: 7px 50px;
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-top: 30px;
    border-radius: 25px;
    color: #fff;
    letter-spacing: 1px;
    transition: 0.2s ease-in-out;
}
#searchmodal form .search_btn:hover {
    color: #ffffff;
    background-color: unset;
    border: 2px solid #066ad8;
}
#searchmodal .close {
    float: unset;
    width: 40px;
    height: 40px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    background: #066ad8;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    z-index: 9;
    justify-content: center;
    align-items: center;
}
#searchmodal .close span {
   font-size: 0;
}
#searchmodal .close span::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00d";
    font-size: 22px;
}
#searchmodal button:focus {
    outline: unset;
}
@media (min-width: 576px) {
    #searchmodal .modal-content {
        min-width: 500px;
        text-align: center;
    }

    #searchmodal form input {
        min-width: 500px;
    }

    #searchmodal .close {
        float: unset;
        width: 65px;
        height: 65px;
    }

    #searchmodal .close span::before {
        font-size: 28px;
    }
}

/* template_layout */
@media (min-width:992px) {
/* layout_1 */
.header_layout_1 .header_top {
    background-color: #fff;
}
.header_layout_1 .header_bottom {
    background-color: #f1f1f1;
}
.header_layout_1 .header_top .header_relative {
    display: flex;
    position: relative;
    align-items: center;
}
.header_layout_1 .header_bottom .header_relative {
    position: relative;
    display: flex;
    align-items: center;
}
.header_layout_1 .header_bottom .logo {
    display: none;
}
.header_layout_1 .logo {
    display: flex;
    flex-basis: 20%;
    padding: 10px 0;
    order: 1;
}
.header_layout_1 .header_top .header_relative .language {
    display: none;
}
.header_layout_1 .social_info {
    display: flex;
    flex-basis: 60%;
    justify-content: center;
    order: 2;
}
.header_layout_1 .social_icon {
    display: flex;
    flex-basis: 20%;
    justify-content: flex-end;
    order: 3;
}
.header_layout_1 .nav {
    display: flex;
    flex-basis: 85%;
}
.header_layout_1 .nav>ul {
    display: flex;
    flex-wrap: wrap;
}
.header_layout_1 .nav ul .menu {
    display: block;
    margin: 0 5px;
    position: relative;
}
.header_layout_1 .nav ul .menu .m_1 {
    line-height: 1.3;
}
.header_layout_1 .nav ul .menu:first-of-type {
    margin-left: 0;
    padding-left: 0;
}
.header_layout_1 .nav ul .menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #086ad8;
    background-color: #ffffff;
    transform: translateY(50px);
    transition-delay: 0.2s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 150px;
    padding: 15px 0;
    z-index: 9;
}
.header_layout_1 .nav ul .menu .submenu li {
    display: block;
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}
.header_layout_1 .nav ul .menu .submenu li a {
    display: block;
    padding: 10px;
}
.header_layout_1 .nav ul .menu .submenu li .submenu {
    top: 0px;
    left: 100%;
    right: auto;
}
.header_layout_1 .nav ul .menu:hover .submenu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.header_layout_1 .nav ul .menu:hover .submenu li .submenu {
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0;
}
.header_layout_1 .nav ul .menu:hover .submenu li:hover ul {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.header_layout_1 .search {
    display: flex;
    flex-basis: auto;
    justify-content: flex-end;
    align-items: center;
}
.header_layout_1 .language {
    display: flex;
    flex-basis: auto;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* header_style_1 */
.header_layout_1.header_style_1 .social_info {
    flex-basis: auto;
    margin-left: auto;
}
.header_layout_1.header_style_1 .social_icon {
    flex-basis: auto;
}
.header_layout_1.header_style_1 .logo {
    flex-basis: 25%;
    padding: 10px 0;
}
.header_layout_1.header_style_1 .nav {
    flex-basis: 80%;
    order: 1;
}
.header_layout_1.header_style_1 .nav ul .menu:nth-child(1) {
    padding-left: 0;
}
.header_layout_1.header_style_1 .nav ul .menu {
    padding: 14px 0;
}
.header_layout_1.header_style_1 .nav ul .menu .m_1 {
    position: relative;
    padding: 10px 14px 8px 14px;
    display: block;
    color: #ffffff;
    z-index: 1;
    position: relative;
}
.header_layout_1.header_style_1 .nav ul .menu:hover .m_1 {
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.header_layout_1.header_style_1 .nav ul .menu .m_1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 25px;
    border: 1px solid #fff;
    transition: 0.2s ease-in-out;
}
.header_layout_1.header_style_1 .nav ul .menu:hover .m_1:before {
    background-color: #369;
}
.header_layout_1.header_style_1 .nav ul .down_icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}
.header_layout_1.header_style_1 .nav ul .menu .submenu {
    left: 0px;
}
.header_layout_1.header_style_1 .nav ul .menu .submenu li a::before {
    width: auto;
    height: auto;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 13px;
    display: none;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_1 .nav ul .menu .submenu li a:hover {
    padding-left: 30px;
}
.header_layout_1.header_style_1 .nav ul .menu .submenu li a:hover::before {
    left: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_1.header_style_1 .search {
    order: 3;
    padding-left: 20px;
    margin-left: auto;
}
.header_layout_1.header_style_1 .language {
    order: 2;
    flex-basis: auto;
    margin-left: auto;
}

/* header_style_2 */
.header_layout_1.header_style_2 .nav {
    order: 1;
}
.header_layout_1.header_style_2 .nav ul li {
    margin: 0;
    margin-right: 8px;
}
.header_layout_1.header_style_2 .nav ul li .m_1 {
    padding: 16px 10px;
    position: relative;
    z-index: 1;
    display: block;
}
.header_layout_1.header_style_2 .nav ul li .m_1:nth-child(1) {
    padding-left: 0;
}
.header_layout_1.header_style_2 .nav ul li .m_1::before {
    width: 0;
    height: 100%;
    background-color: #086ad8;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) skewX(-20deg);
    z-index: -1;
    opacity: 0;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_2 .nav ul li:hover .m_1 {
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.header_layout_1.header_style_2 .nav ul li:hover .m_1::before {
    width: 110%;
    opacity: 1;
    left: 45%;
}
.header_layout_1.header_style_2 .nav ul li .submenu {
    left: -18px;
    padding: 0;
}
.header_layout_1.header_style_2 .nav ul li .submenu li {
    border-bottom: 1px solid #cccccc;
}
.header_layout_1.header_style_2 .nav ul li .submenu li:last-of-type {
    border-bottom: 0;
}
.header_layout_1.header_style_2 .nav ul li .submenu li a::before {
    width: auto;
    height: auto;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 13px;
    display: none;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_2 .nav ul li .submenu li a:hover {
    padding-left: 30px;
}
.header_layout_1.header_style_2 .nav ul li .submenu li a:hover::before {
    left: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_1.header_style_2 .nav ul .down_icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 7px;
}
.header_layout_1.header_style_2 .logo {
    flex-basis: 25%;
    align-items: center;
}
.header_layout_1.header_style_2 .social_info {
    flex-basis: auto;
    margin-left: auto;
}
.header_layout_1.header_style_2 .social_icon {
    flex-basis: 20%;
    align-items: center;
}
.header_layout_1.header_style_2 .language {
    order: 2;
    justify-content: left;
    align-items: center;
    margin-left: auto;
}
.header_layout_1.header_style_2 .search {
    order: 3;
    padding-left: 20px;
    margin-left: auto;
}

/* header_style_3 */
.header_layout_1.header_style_3.header_fixed {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.header_layout_1.header_style_3 .header_top {
    background-color: unset;
}
.header_layout_1.header_style_3 .social_info {
    flex-basis: 50%;
}
.header_layout_1.header_style_3 .social_icon {
    flex: 25%;
}
.header_layout_1.header_style_3 .logo {
    flex-basis: 25%;
    padding: 0;
    align-items: center;
    padding: 10px 0;
}
.header_layout_1.header_style_3 .header_bottom {
    background-color: unset;
}
.header_layout_1.header_style_3 .nav {
    flex-basis: 80%;
    order: 1;
}
.header_layout_1.header_style_3 .nav ul .menu {
    padding: 11px 0;
}
.header_layout_1.header_style_3 .nav ul .menu .m_1 {
    position: relative;
    transition-duration: 0.4s;
    color: #fff;
    padding: 10px 14px 8px 14px;
    z-index: 1;
    display: block;
}
.header_layout_1.header_style_3 .nav ul .menu:hover .m_1 {
    color: #fff;
    position: relative;
    z-index: 1;
}
.header_layout_1.header_style_3 .nav ul .menu .m_1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 25px;
    transition: 0.2s ease-in-out;
    border: 1px solid #ddd;
}
.header_layout_1.header_style_3 .nav ul .menu:hover .m_1:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.header_layout_1.header_style_3 .nav ul .menu .submenu li a::before {
    width: auto;
    height: auto;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0;
    color: #086ad8;
    font-size: 13px;
    display: none;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_3 .nav ul .menu .submenu li a:hover {
    color: #086ad8;
    padding-left: 30px;
}
.header_layout_1.header_style_3 .nav ul .menu .submenu li a:hover::before {
    left: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_1.header_style_3 .nav ul .down_icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}
.header_layout_1.header_style_3 .search {
    order: 3;
    padding-left: 20px;
    margin-left: auto;
}
.header_layout_1.header_style_3 .language {
    order: 2;
    flex-basis: auto;
    margin-left: auto;
}

/* header_style_4 */
.header_layout_1.header_style_4 .nav {
    order: 1;
}
.header_layout_1.header_style_4 .nav ul li {
    margin: 0;
}
.header_layout_1.header_style_4 .nav ul li .m_1 {
    padding: 16px 10px;
    position: relative;
    z-index: 1;
    display: block;
}
.header_layout_1.header_style_4 .nav ul li:nth-child(1) .m_1 {
    padding-left: 0;
}
.header_layout_1.header_style_4 .nav ul .menu:before {
    width: 0;
    height: 2px;
    background-color: #086ad8;
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    opacity: 0;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_4 .nav ul li:hover .m_1 {
    color: #086ad8;
    position: relative;
    z-index: 1;
}
.header_layout_1.header_style_4 .nav ul .menu:hover::before {
    width: 100%;
    opacity: 1;
}
.header_layout_1.header_style_4 .nav ul li .submenu {
    left: px;
    padding: 0;
}
.header_layout_1.header_style_4 .nav ul li .submenu li {
    border-bottom: 1px solid #cccccc;
}
.header_layout_1.header_style_4 .nav ul li .submenu li:last-of-type {
    border-bottom: 0;
}
.header_layout_1.header_style_4 .nav ul li .submenu li a::before {
    width: auto;
    height: auto;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 13px;
    display: none;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_4 .nav ul li .submenu li a:hover {
    padding-left: 30px;
}
.header_layout_1.header_style_4 .nav ul li .submenu li a:hover::before {
    left: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_1.header_style_4 .nav ul .on .m_1 {
    padding: 21px 10px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.header_layout_1.header_style_4 .nav ul .on .m_1::before {
    width: 100%;
    height: 100%;
    background-color: #086ad8;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skewX(-20deg);
    z-index: -1;
    opacity: 1;
}
.header_layout_1.header_style_4 .nav ul .down_icon::after {
    content: "+";
    font-weight: 900;
    margin-left: 8px;
}
.header_layout_1.header_style_4 .logo {
    flex-basis: 25%;
    align-items: center;
}
.header_layout_1.header_style_4 .social_info {
    flex-basis: 55%;
    align-items: center;
}
.header_layout_1.header_style_4 .social_icon {
    flex-basis: 20%;
}
.header_layout_1.header_style_4 .language {
    order: 2;
    justify-content: left;
    align-items: center;
    margin-left: auto;
    flex-basis: auto;
}
.header_layout_1.header_style_4 .search {
    order: 3;
    padding-left: 20px;
    margin-left: auto;
}

/* header_style_5 */
.header_layout_1.header_style_5 .social_info {
    flex-basis: auto;
    margin-left: auto;
}
.header_layout_1.header_style_5 .social_icon {
    flex-basis: auto;
}
.header_layout_1.header_style_5 .logo {
    flex-basis: 25%;
    align-items: center;
    padding: 10px 0;
}
.header_layout_1.header_style_5 .header_bottom {
    background-color: #f1f1f1;
}
.header_layout_1.header_style_5 .nav {
    flex-basis: 80%;
    order: 1;
}
.header_layout_1.header_style_5 .nav ul .menu {
    position: relative;
    margin-right: -1px;
    margin-left: 0;
}
.header_layout_1.header_style_5 .nav ul .menu .m_1 {
    position: relative;
    padding: 16px 15px 16px 15px;
    display: block;
    z-index: 1;
}
.header_layout_1.header_style_5 .nav ul .menu .m_1::before {
    background-color: #086ad8;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_5 .nav ul .menu::before {
    background-color: #066ad8;
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 1;
}
.header_layout_1.header_style_5 .nav ul .menu:hover .m_1 {
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.header_layout_1.header_style_5 .nav ul .menu:hover .m_1::before {
    width: 100%;
}
.header_layout_1.header_style_5 .nav ul .menu .submenu li a::before {
    width: auto;
    height: auto;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 13px;
    display: none;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_5 .nav ul .menu .submenu li a:hover {
    padding-left: 30px;
}
.header_layout_1.header_style_5 .nav ul .menu .submenu li a:hover::before {
    left: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_1.header_style_5 .nav ul .menu.on .m_1 {
    color: #ffffff;
    z-index: 1;
    position: relative;
}
.header_layout_1.header_style_5 .nav ul .menu.on .m_1:before {
    background-color: #086ad8;
    content: "";
    width: 130%;
    height: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 25px;
}
.header_layout_1.header_style_5 .nav ul .down_icon::after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    top: -3px;
    position: relative;
}
.header_layout_1.header_style_5 .search {
    order: 3;
    padding-left: 20px;
    margin-left: auto;
}
.header_layout_1.header_style_5 .language {
    order: 2;
    flex-basis: auto;
    margin-left: auto;
}

/* header_style_6 */
.header_layout_1.header_style_6 .nav {
    order: 1;
}
.header_layout_1.header_style_6 .nav ul .menu {
    margin: 0;
    position: relative;
}
.header_layout_1.header_style_6 .nav ul .menu::before {
    width: 0px;
    height: 5px;
    background-color: #086ad8;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_6 .nav ul .menu .m_1 {
    padding: 21px 10px;
    position: relative;
    z-index: 1;
    display: block;
}
.header_layout_1.header_style_6 .nav ul .menu::after {
    width: 7px;
    height: 5px;
    background-color: #086ad8;
    content: "";
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_6 .nav ul .menu:hover::before {
    width: 100%;
    opacity: 1;
}
.header_layout_1.header_style_6 .nav ul .menu:hover .m_1 {
    position: relative;
    z-index: 1;
}
.header_layout_1.header_style_6 .nav ul .menu:hover::after {
    opacity: 1;
    left: 50%;
}
.header_layout_1.header_style_6 .nav ul .menu .submenu {
    left: 0px;
    padding: 0;
}
.header_layout_1.header_style_6 .nav ul .menu .submenu li {
    border-bottom: 1px solid #cccccc;
}
.header_layout_1.header_style_6 .nav ul .menu .submenu li:last-of-type {
    border-bottom: 0;
}
.header_layout_1.header_style_6 .nav ul .menu .submenu li a::before {
    width: auto;
    height: auto;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 13px;
    display: none;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition-duration: 0.4s;
}
.header_layout_1.header_style_6 .nav ul .menu .submenu li a:hover {
    padding-left: 30px;
}
.header_layout_1.header_style_6 .nav ul .menu .submenu li a:hover::before {
    left: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_1.header_style_6 .nav ul .on .m_1 {
    padding: 21px 10px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.header_layout_1.header_style_6 .nav ul .on .m_1::before {
    width: 100%;
    height: 100%;
    background-color: #086ad8;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skewX(-20deg);
    z-index: -1;
    opacity: 1;
}
.header_layout_1.header_style_6 .nav ul .down_icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}
.header_layout_1.header_style_6 .logo {
    flex-basis: 25%;
    padding: 10px 0;
    align-items: center;
}
.header_layout_1.header_style_6 .social_info {
    flex-basis: auto;
    align-items: center;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 10px;
}
.header_layout_1.header_style_6 .social_icon {
    flex-basis: auto;
}
.header_layout_1.header_style_6 .language {
    order: 2;
    justify-content: left;
    align-items: center;
}
.header_layout_1.header_style_6 .search {
    order: 3;
    padding-left: 20px;
    margin-left: auto;
}

/* layout_2 */
.header_layout_2 .header_top .header_relative {
    display: flex;
    position: relative;
    align-items: center;
}
.header_layout_2 .header_bottom {
    background-color: #f1f1f1;
}
.header_layout_2.sticky_top .header_bottom {
    background-color: #fff;
}
.header_layout_2 .header_bottom .header_relative {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_layout_2 .logo {
    display: flex;
    flex-basis: 20%;
    padding: 10px 0px;
    justify-content: center;
}
.header_layout_2 .header_bottom .logo {
    display: none;
}
.header_layout_2 .social_info {
    display: flex;
    flex-basis: 40%;
    justify-content: left;
}
.header_layout_2 .social_icon {
    display: flex;
    flex-basis: 20%;
    justify-content: flex-end;
}
.header_layout_2 .nav>ul {
    display: flex;
    flex-wrap: wrap;
}
.header_layout_2 .nav ul li {
    display: block;
    margin: 0 12px;
    position: relative;
}
.header_layout_2 .nav ul .menu .m_1 {
    line-height: 1.3;
}
.header_layout_2 .nav ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #086ad8;
    background-color: #ffffff;
    transform: translateX(50px);
    transition-delay: 0.2s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 150px;
    padding: 15px 0;
    z-index: 9;
}
.header_layout_2 .nav ul li .submenu li {
    display: block;
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}
.header_layout_2 .nav ul li .submenu li a {
    display: inline-block;
    padding: 5px;
    display: block;
}
.header_layout_2 .nav ul li .submenu li ul {
    top: 0px;
    left: 100%;
    right: auto;
}
.header_layout_2 .nav ul li:hover .submenu {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.header_layout_2 .nav ul li:hover .submenu li .submenu {
    transform: translateX(50px);
    visibility: hidden;
    opacity: 0;
}
.header_layout_2 .nav ul li:hover .submenu li:hover ul {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.header_layout_2 .search {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.header_layout_2 .language {
    display: flex;
    flex-basis: 10%;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* header_style_1 */
.header_layout_2.header_style_1 .social_icon {
    display: none;
}
.header_layout_2.header_style_1 .social_info {
    display: none;
}
.header_layout_2.header_style_1 .logo {
    flex-basis: 100%;
    justify-content: center;
    padding: 10px 0;
}
.header_layout_2.header_style_1 .logo img {
    max-height: 90px;
}
.header_layout_2.header_style_1 .nav ul li {
    position: relative;
    padding: 0;
    margin: 0 5px;
}
.header_layout_2 .nav ul li:first-of-type {
    margin-left: 0;
}
.header_layout_2.header_style_1 .nav ul li .m_1 {
    position: relative;
    padding: 16px 10px;
    display: block;
}
.header_layout_2.header_style_1 .nav ul .menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 4px;
    background-color: #066ad8;
    bottom: 0px;
    left: 0;
    transition-duration: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.header_layout_2.header_style_1 .nav ul .menu:hover::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.header_layout_2.header_style_1 .nav ul .submenu li a {
    position: relative;
}
.header_layout_2.header_style_1 .nav ul .submenu li a::before {
    position: absolute;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition-duration: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.header_layout_2.header_style_1 .nav ul .submenu li:hover a::before {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_1 .nav ul .submenu li:hover .submenu li a::before {
    right: 15px;
    opacity: 0;
    visibility: hidden;
}
.header_layout_2.header_style_1 .nav ul .submenu li .submenu li:hover a::before {
    right: 15px;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_1 .header_bottom .language {
    display: none;
}
.header_layout_2.header_style_1 .search {
    padding-left: 20px;
}
.header_layout_2.header_style_1 .language {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
}

/* header_style_2 */
.header_layout_2.header_style_2 {
    position: relative;
    background-color: #f1f1f1;
}
.header_layout_2.header_style_2 .header_top {
    padding-bottom: 30px;
}
.header_layout_2.header_style_2 .header_bottom {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.header_layout_2.header_style_2 .header_bottom .container {
    position: absolute;
    top: -30px;
}
.header_layout_2.header_style_2 .header_bottom .container::before {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0px 3px 4px #00000066;
    width: 935px;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
    height: 100%;
}
.header_layout_2.header_style_2 .header_bottom .container .header_relative {
    position: relative;
    z-index: 1;
}
.header_layout_2.header_style_2 .search {
    padding-left: 20px;
}
.header_layout_2.header_style_2 .logo {
    flex-basis: 26%;
    order: 2;
    padding: 10px 0;
    align-items: center;
}
.header_layout_2.header_style_2 .logo img {
    max-height: 65px;
}
.header_layout_2.header_style_2 .nav ul .menu {
    position: relative;
    margin: 0;
}
.header_layout_2.header_style_2 .nav ul .menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #086ad8;
}
.header_layout_2.header_style_2 .nav ul .menu:first-of-type::before {
    display: none;
}
.header_layout_2.header_style_2 .nav ul .menu .m_1 {
    display: block;
    position: relative;
    padding: 18px 15px;
}
.header_layout_2.header_style_2 .nav ul .menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 5px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #086ad8;
    right: 0;
    transform: translateX(-50%);
    bottom: 7px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
}
.header_layout_2.header_style_2 .nav ul .menu:hover::after {
    opacity: 1;
    visibility: visible;
    right: 50%;
}
.header_layout_2.header_style_2 .nav ul .menu .submenu {
    padding: 10px 0;
}
.header_layout_2.header_style_2 .nav ul .menu .submenu li a {
    position: relative;
    transform: translateX(0px);
    transition-duration: 0.4s;
}
.header_layout_2.header_style_2 .nav ul .menu .submenu li a:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: block;
    top: 5px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
}
.header_layout_2.header_style_2 .nav ul .menu .submenu li a:hover::before {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_2 .nav ul .menu .down_icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}
.header_layout_2.header_style_2 .nav ul .menu:hover .m_1::before {
    right: 50%;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_2 .social_info {
    justify-content: flex-end;
    order: 1;
    flex-basis: 37%;
}
.header_layout_2.header_style_2 .social_icon {
    flex-basis: 20%;
    justify-content: center;
    order: 3;
}
.header_layout_2.header_style_2 .language {
    flex-basis: 17%;
    order: 4;
}
.header_layout_2.header_style_2 .header_bottom .language {
    display: none;
}

/* header_style_3 */
.header_layout_2.header_style_3.header_fixed {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
}
.header_layout_2.header_style_3 .header_bottom {
    background-color: rgba(0, 0, 0, 0.05);
}
.header_layout_2.header_style_3 .social_icon {
    display: none;
}
.header_layout_2.header_style_3 .social_info {
    display: none;
}
.header_layout_2.header_style_3 .logo {
    flex-basis: 100%;
    justify-content: center;
    padding: 10px 0;
    align-items: center;
}
.header_layout_2.header_style_3 .logo img {
    max-height: 85px;
}
.header_layout_2.header_style_3 .nav ul li {
    position: relative;
    margin: 0 5px;
}
.header_layout_2.header_style_3 .nav ul li .m_1 {
    color: #fff;
    padding: 17px 5px 15px 5px;
    display: block;
    position: relative;
}
.header_layout_2.header_style_3 .nav ul .menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #066ad8;
    bottom: 0px;
    left: 0;
    transition-duration: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.header_layout_2.header_style_3 .nav ul .menu:hover::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.header_layout_2.header_style_3 .nav ul .submenu li a {
    position: relative;
}
.header_layout_2.header_style_3 .nav ul .submenu li a::before {
    position: absolute;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition-duration: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.header_layout_2.header_style_3 .nav ul .submenu li:hover a::before {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_3 .nav ul .submenu li:hover .submenu li a::before {
    right: 15px;
    opacity: 0;
    visibility: hidden;
}
.header_layout_2.header_style_3 .nav ul .submenu li .submenu li:hover a::before {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_3 .header_bottom .language {
    display: none;
}
.header_layout_2.header_style_3 .search {
    padding-left: 20px;
}
.header_layout_2.header_style_3 .language {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
}

/* header_style_4 */
.header_layout_2.header_style_4 .social_icon {
    display: none;
}
.header_layout_2.header_style_4 .social_info {
    display: none;
}
.header_layout_2.header_style_4 .logo {
    flex-basis: 100%;
    justify-content: center;
}
.header_layout_2.header_style_4 .logo img {
    max-height: 85px;
}
.header_layout_2.header_style_4 .nav ul .menu {
    margin-left: 0px;
    padding: 12px 0;
}
.header_layout_2.header_style_4 .nav ul .menu .m_1 {
    color: #fff;
    padding: 11px 14px 9px 14px;
    display: block;
    position: relative;
    z-index: 1;
}
.header_layout_2.header_style_4 .nav ul .menu .m_1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    display: block;
    border-radius: 50px;
    transition: 0.2s ease-in-out;
    z-index: -1;
    border: 1px solid #369;
}
.header_layout_2.header_style_4 .nav ul .submenu li a {
    position: relative;
}
.header_layout_2.header_style_4 .nav ul .submenu li a::before {
    position: absolute;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition-duration: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.header_layout_2.header_style_4 .nav ul .submenu li:hover a::before {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_4 .nav ul .submenu li:hover .submenu li a::before {
    right: 15px;
    opacity: 0;
    visibility: hidden;
}
.header_layout_2.header_style_4 .nav ul .submenu li .submenu li:hover a::before {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_4 .header_bottom .language {
    display: none;
}
.header_layout_2.header_style_4 .language {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
}

/* header_style_5 */
.header_layout_2.header_style_5 {
    position: relative;
    background-color: #f1f1f1;
}
.header_layout_2.header_style_5 .header_top {
    padding-bottom: 30px;
}
.header_layout_2.header_style_5 .header_bottom {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.header_layout_2.header_style_5 .header_bottom>.container {
    position: absolute;
    top: -30px;
}
.header_layout_2.header_style_5 .header_bottom .container::before {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 3px 4px #00000066;
    width: 935px;
    height: 100%;
}
.header_layout_2.header_style_2 .header_bottom .container .header_relative {
    position: relative;
    z-index: 1;
}
.header_layout_2.header_style_5 .logo {
    flex-basis: 100%;
    order: 2;
    align-items: center;
}
.header_layout_2.header_style_5 .logo img {
    max-height: 76px;
}
.header_layout_2.header_style_5 .nav ul .menu {
    position: relative;
    margin: 0;
}
.header_layout_2.header_style_5 .nav ul .menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: -2px;
    border-radius: 50%;
    background-color: #086ad8;
}
.header_layout_2.header_style_5 .nav ul .menu:first-of-type::before {
    display: none;
}
.header_layout_2.header_style_5 .nav ul .menu .m_1 {
    display: block;
    padding: 18px 15px;
    position: relative;
}
.header_layout_2.header_style_5 .nav ul .menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #086ad8;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
}
.header_layout_2.header_style_5 .nav ul .menu .submenu {
    padding: 10px 0;
}
.header_layout_2.header_style_5 .nav ul .menu .submenu li a {
    position: relative;
    transform: translateX(0px);
    transition-duration: 0.4s;
}
.header_layout_2.header_style_5 .nav ul .menu .submenu li a:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: block;
    top: 5px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
}
.header_layout_2.header_style_5 .nav ul .menu .submenu li a:hover::before {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_5 .nav ul .menu .down_icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    display: none;
}
.header_layout_2.header_style_5 .nav ul .menu.menu:hover::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_5 .social_info {
    justify-content: flex-end;
    order: 1;
    flex-basis: 33%;
    display: none;
}
.header_layout_2.header_style_5 .social_icon {
    flex-basis: 20%;
    justify-content: center;
    order: 3;
    display: none;
}
.header_layout_2.header_style_5 .header_bottom .language {
    display: none;
}
.header_layout_2.header_style_5 .language {
    flex-basis: 10%;
    order: 4;
    position: absolute;
    top: 10px;
    right: 15px;
}

/* header_style_6 */
.header_layout_2.header_style_6.header_fixed {
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.3);
}
.header_layout_2.header_style_6 .header_bottom {
    background-color: unset;
}
.header_layout_2.header_style_6 .logo {
    flex-basis: 34%;
    order: 2;
}
.header_layout_2.header_style_6 .logo img {
    max-height: 90px;
}
.header_layout_2.header_style_6 .nav ul .menu {
    position: relative;
    margin: 0;
}
.header_layout_2.header_style_6 .nav ul .menu:first-of-type::before {
    display: none;
}
.header_layout_2.header_style_6 .nav ul .menu .m_1 {
    display: block;
    position: relative;
    padding: 16px 10px 15px 10px;
    color: #fff;
}
.header_layout_2.header_style_6 .nav ul .menu .m_1::before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 5px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
    right: 0;
    transform: translateX(-50%);
    bottom: 5px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
}
.header_layout_2.header_style_6 .nav ul .menu .submenu {
    padding: 10px 0;
}
.header_layout_2.header_style_6 .nav ul .menu .submenu li a {
    position: relative;
    transform: translateX(0px);
    transition-duration: 0.4s;
}
.header_layout_2.header_style_6 .nav ul .menu .submenu li a:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: block;
    top: 5px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
}
.header_layout_2.header_style_6 .nav ul .menu .submenu li a:hover::before {
    right: 15px;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_6 .nav ul .menu .down_icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}
.header_layout_2.header_style_6 .nav ul .menu:hover .m_1::before {
    right: 50%;
    opacity: 1;
    visibility: visible;
}
.header_layout_2.header_style_6 .social_info {
    display: none;
}
.header_layout_2.header_style_6 .social_icon {
    flex-basis: 33%;
    justify-content: center;
    order: 1;
    align-items: center;
}
.header_layout_2.header_style_6 .search {
    padding-left: 20px;
}
.header_layout_2.header_style_6 .header_bottom .language {
    display: none;
}
.header_layout_2.header_style_6 .language {
    flex-basis: auto;
    order: 4;
    justify-content: flex-end;
    margin-left: auto;
}

/* layout_3 */
.header_layout_3 .header_top .header_relative {
    display: flex;
    position: relative;
    align-items: center;
}
.header_layout_3 .header_top {
    background-color: #808080;
}
.header_layout_3 .header_bottom {
    background-color: #ffffff;
}
.header_layout_3 .header_bottom .header_relative {
    position: relative;
    display: flex;
    align-items: center;
}
.header_layout_3 .social_info {
    display: flex;
    flex-basis: auto;
    justify-content: left;
}
.header_layout_3 .social_icon {
    display: flex;
    flex-basis: auto;
    justify-content: flex-end;
    margin-left: auto;
}
.header_layout_3 .logo {
    display: flex;
    flex-basis: 20%;
    padding: 20px 0px;
    align-items: center;
}
.header_layout_3 .nav {
    display: flex;
    flex-basis: 75%;
    justify-content: flex-end;
    align-items: center;
}
.header_layout_3 .nav>ul {
    display: flex;
    flex-wrap: wrap;
}
.header_layout_3 .nav ul li {
    display: block;
    margin: 0 15px;
    position: relative;
    height: 100%;
}
.header_layout_3 .nav ul .menu .m_1 {
    line-height: 1.3;
}
.header_layout_3 .nav ul li:first-of-type {
    margin-left: 0;
}
.header_layout_3 .nav ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    min-width: 150px;
    padding: 15px 0;
    z-index: 9999;
}
.header_layout_3 ul li .submenu li {
    display: block;
    margin: 0;
    padding:0;
    font-size: 14px;
    letter-spacing: 1px;
    height: 0;
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.header_layout_3 .nav ul li .submenu li a {
    display: block;
    padding: 10px;
}
.header_layout_3 .nav ul li .submenu li ul {
    top: 0px;
    left: 100%;
    right: auto;
}
.header_layout_3 .nav ul li:hover .submenu {
    visibility: visible;
    opacity: 1;
}
.header_layout_3 .nav ul li:hover .submenu li {
    height: 45px;
    opacity: 1;
    visibility: visible;
}
.header_layout_3 .nav ul li:hover .submenu li .submenu {
    visibility: hidden;
    opacity: 0;
}
.header_layout_3 .nav ul li:hover .submenu li .submenu li {
    height: 0px;
    opacity: 0;
    visibility: hidden;
}
.header_layout_3 .nav ul li:hover .submenu li:hover ul {
    visibility: visible;
    opacity: 1;
}
.header_layout_3 .nav ul li:hover .submenu li:hover ul li {
    height: 45px;
    opacity: 1;
    visibility: visible;
}
.header_layout_3 .search {
    display: flex;
    flex-basis: auto;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
}
.header_layout_3 .language {
    flex-basis: 10%;
}

/* header_style_1 */
.header_layout_3.header_style_1 .social_icon {
    flex-basis: auto;
    align-items: center;
    order: 3;
    justify-content: flex-end;
}
.header_layout_3.header_style_1 .header_bottom .language {
    display: none;
}
.header_layout_3.header_style_1 .language {
    flex-basis: auto;
    order: 1;
    padding-right: 20px;
}
.header_layout_3.header_style_1 .social_info {
    flex-basis: auto;
    order: 2;
}
.header_layout_3.header_style_1 .logo {
    padding: 10px 0;
    order: 1;
    flex-basis: 20%;
}
.header_layout_3.header_style_1 .logo img {
    max-height: 57px;
}
.header_layout_3.header_style_1 .nav {
    order: 2;
}
.header_layout_3.header_style_1 .nav ul .menu {
    position: relative;
    margin: 0 0px;
}
.header_layout_3.header_style_1 .nav ul .menu .m_1 {
    padding: 28px 12px;
    display: block;
}
.header_layout_3.header_style_1 .nav ul .menu .m_1::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 0;
    background-color: #066ad8;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
    top: unset;
}
.header_layout_3.header_style_1 .nav ul .menu .m_1:hover {
    color: #ffffff;
}
.header_layout_3.header_style_1 .nav ul .menu:hover .m_1::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.header_layout_3.header_style_1 .nav ul .menu .down_icon::after {
    content: "+";
    margin-right: 0px;
    margin-left: 5px;
}
.header_layout_3.header_style_1 .nav ul .menu .submenu {
    padding: 0;
}
.header_layout_3.header_style_1 .nav ul .menu .submenu li {
    border-bottom: 1px solid #eee;
}
.header_layout_3.header_style_1 .nav ul .menu .submenu li:last-of-type {
    border-bottom: 0;
}
.header_layout_3.header_style_1 .nav ul .menu .submenu li a {
    position: relative;
    display: block;
}
.header_layout_3.header_style_1 .nav ul .menu .submenu li a::after {
    content: "";
    display: block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 11px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
}
.header_layout_3.header_style_1 .nav ul .menu .submenu li a:hover::after {
    right: 10px;
    opacity: 1;
    visibility: visible;
    color: #fff;
}
.header_layout_3.header_style_1 .search {
    order: 3;
}

/* header_style_2 */
.header_layout_3.header_style_2 .header_top {
    display: none;
}
.header_layout_3.header_style_2 .header_bottom {
    background-color: #336699;
}
.header_layout_3.header_style_2 .header_bottom .header_relative::before {
    background-color: #ffffff;
    width: 124%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -98%;
    transform: skewX(-17deg);
}
.header_layout_3.header_style_2 .logo {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    flex-basis: 25%;
}
.header_layout_3.header_style_2 .logo img {
    max-width: 260px;
}
.header_layout_3.header_style_2 .nav {
    justify-content: flex-start;
    flex-basis: auto;
    align-items: center;
    padding-left: 5%;
}
.header_layout_3.header_style_2 .nav ul .menu {
    padding: 0px 0;
    margin: 0 0;
}
.header_layout_3.header_style_2 .nav ul .menu .m_1 {
    color: #f1f1f1;
    padding: 34px 8px;
    display: block;
}
.header_layout_3.header_style_2 .nav ul .menu .submenu {
    padding: 0;
    border-bottom: 0;
}
.header_layout_3.header_style_2 .nav ul .menu .submenu li {
    border-bottom: 1px solid #dddddd66;
}
.header_layout_3.header_style_2 .nav ul .down_icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}
.header_layout_3.header_style_2 .social_icon {
    align-items: center;
    justify-content: flex-end;
    flex-basis: 20%;
}
.header_layout_3.header_style_2 .language {
    justify-content: flex-start;
    flex-basis: auto;
    padding-left: 20px;
}

/* header_style_3 */
.header_layout_3.header_style_3 .header_top {
    background-color: #585858;
}
.header_layout_3.header_style_3.header_fixed .header_bottom {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    top: 39px;
    z-index: 9;
    height: auto;
    border-bottom: 1px solid #747474;
}
.header_layout_3.header_style_3 .logo {
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
.header_layout_3.header_style_3 .nav {
    justify-content: flex-start;
    padding-left: 20px;
    flex-basis: auto;
    margin-left: auto;
}
.header_layout_3.header_style_3 .nav ul .menu {
    margin: 0 0;
}
.header_layout_3.header_style_3 .nav ul .menu .m_1 {
    color: #f1f1f1;
    padding: 28px 10px;
    display: block;
}
.header_layout_3.header_style_3 .nav ul .menu .submenu {
    padding: 0;
    border-bottom: 0;
}
.header_layout_3.header_style_3 .nav ul .menu .submenu li {
    background-color: #336699;
    border-bottom: 1px solid #dddddd66;
}
.header_layout_3.header_style_3 .nav ul .menu .submenu li a {
    color: #fff;
}
.header_layout_3.header_style_3 .nav ul .down_icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}
.header_layout_3.header_style_3 .header_top .language {
    display: none;
}
.header_layout_3.header_style_3 .social_icon {
    align-items: center;
    justify-content: flex-end;
    flex-basis: auto;
}
.header_layout_3.header_style_3 .social_icon ul li {
    padding: 0;
}
.header_layout_3.header_style_3 .language {
    justify-content: flex-end;
    flex-basis: auto;
    padding-left: 20px;
}

/* header_style_4 */
.header_layout_3.header_style_4 .social_icon {
    flex-basis: auto;
    align-items: center;
    order: 2;
}
.header_layout_3.header_style_4 .header_bottom .language {
    display: none;
}
.header_layout_3.header_style_4 .language {
    flex-basis: auto;
    justify-content: flex-end;
    order: 1;
    margin-left: 0;
}
.header_layout_3.header_style_4 .social_info {
    flex-basis: 50%;
    display: none;
}
.header_layout_3.header_style_4 .social_info ul li:first-of-type {
    display: none;
}
.header_layout_3.header_style_4 .logo {
    padding: 10px 0;
    order: 1;
}
.header_layout_3.header_style_4 .nav {
    order: 2;
}
.header_layout_3.header_style_4 .nav ul .menu {
    position: relative;
}
.header_layout_3.header_style_4 .nav ul .menu .m_1 {
    position: relative;
    display: block;
    padding: 28px 5px;
}
.header_layout_3.header_style_4 .nav ul .menu::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 16px;
    border-radius: 0;
    background-color: #369;
    top: 50%;
    right: -15px;
    transform: translateY(-50%) skewX(-16deg);
}
.header_layout_3.header_style_4 .nav ul .menu:last-child::before {
    content: unset;
}
.header_layout_3.header_style_4 .nav ul .menu .m_1::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 0;
    background-color: #336699;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
}
.header_layout_3.header_style_4 .nav ul .menu:hover .m_1::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.header_layout_3.header_style_4 .nav ul .menu .down_icon::after {
    content: "";
    display: none;
}
.header_layout_3.header_style_4 .nav ul .menu .submenu {
    padding: 0;
}
.header_layout_3.header_style_4 .nav ul .menu .submenu li {
    border-bottom: 1px solid #ccc;
}
.header_layout_3.header_style_4 .nav ul .menu .submenu li:last-of-type {
    border-bottom: 0;
}
.header_layout_3.header_style_4 .nav ul .menu .submenu li a::after {
    content: "";
    display: block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 10px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
}
.header_layout_3.header_style_4 .nav ul .menu .submenu li a:hover::after {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_3.header_style_4 .search {
    order: 3;
}

/* header_style_5 */
.header_layout_3.header_style_5 .header_top {
    background-color: #585858;
}
.header_layout_3.header_style_5 .header_bottom {
    background-color: #336699;
}
.header_layout_3.header_style_5 .header_bottom .header_relative::before {
    background-color: #ffffff;
    width: 123%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -98%;
    transform: skewX(-17deg);
}
.header_layout_3.header_style_5 .logo {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    flex-basis: 25%;
}
.header_layout_3.header_style_5 .logo img {
    max-width: 255px;
}
.header_layout_3.header_style_5 .nav {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
}
.header_layout_3.header_style_5 .nav ul .menu {
    position: relative;
    margin: 0;
    z-index: 2;
}
.header_layout_3.header_style_5 .nav ul .menu .m_1 {
    color: #fff;
    padding: 32px 8px;
    display: block;
}
.header_layout_3.header_style_5 .nav ul .menu:hover::before {
    width: 100%;
    left: 50%;
    opacity: 1;
    visibility: visible;
}
.header_layout_3.header_style_5 .nav ul .menu:hover .m_1 {
    color: #fff;
}
.header_layout_3.header_style_5 .nav ul .menu .submenu {
    padding: 0;
    border-bottom: 0;
}
.header_layout_3.header_style_5 .nav ul .menu .submenu li {
    background-color: #336699;
    border-bottom: 1px solid #dddddd66;
}
.header_layout_3.header_style_5 .nav ul .menu .submenu li .submenu {
    left: 100%;
}
.header_layout_3.header_style_5 .nav ul .down_icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}
.header_layout_3.header_style_5 .social_icon {
    align-items: center;
    justify-content: flex-end;
    flex-basis: auto;
    margin-left: auto;
}
.header_layout_3.header_style_5 .social_icon ul li {
    padding: 0;
}
.header_layout_3.header_style_5 .header_bottom .language {
    display: none;
} 
.header_layout_3.header_style_5 .language {
    flex-basis: auto;
    padding-right: 20px;
}

/* header_style_6 */
.header_layout_3.header_style_6 .social_icon {
    flex-basis: auto;
    margin-left: auto;
    align-items: center;
    order: 3;
    justify-content: flex-end;
}
.header_layout_3.header_style_6 .header_bottom .language {
    display: none;
}
.header_layout_3.header_style_6 .language {
    flex-basis: auto;
    justify-content: flex-end;
    order: 1;
    padding-right: 20px;
}
.header_layout_3.header_style_6 .social_info {
    flex-basis: auto;
    order: 2;
}
.header_layout_3.header_style_6 .logo {
    padding: 10px 0;
    order: 1;
}
.header_layout_3.header_style_6 .nav {
    order: 2;
}
.header_layout_3.header_style_6 .nav ul .menu {
    position: relative;
    padding: 18px 0;
    margin: 0 5px;
    z-index: 2;
}
.header_layout_3.header_style_6 .nav ul .menu .m_1 {
    padding: 10px 14px 10px 14px;
    display: block;
    position: relative;
}
.header_layout_3.header_style_6 .nav ul .menu .m_1::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background-color: #fff;
    border-radius: 50px;
    opacity: 1;
    visibility: visible;
    transition-duration: 0.4s;
    border: 1px solid #336699;
}
.header_layout_3.header_style_6 .nav ul .menu:hover .m_1 {
    color: #fff;
}
.header_layout_3.header_style_6 .nav ul .menu:hover .m_1::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
    background-color: #336699;
}
.header_layout_3.header_style_6 .nav ul .menu .down_icon::after {
    content: "+";
    margin-right: 0px;
    margin-left: 8px;
}
.header_layout_3.header_style_6 .nav ul .menu .submenu {
    padding: 0;
    left: 0px;
}
.header_layout_3.header_style_6 .nav ul .menu .submenu li {
    border-bottom: 1px solid #ccc;
}
.header_layout_3.header_style_6 .nav ul .menu .submenu li:last-of-type {
    border-bottom: 0;
}
.header_layout_3.header_style_6 .nav ul .menu .submenu li a::after {
    content: "";
    display: block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 10px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
}
.header_layout_3.header_style_6 .nav ul .menu .submenu li a:hover::after {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.header_layout_3.header_style_6 .nav ul .menu .submenu li .submenu {
    left: 100%;
}
.header_layout_3.header_style_6 .nav ul .menu .submenu li .submenu li:hover {
    background-color: #336699;
}
.header_layout_3.header_style_6 .search {
    order: 3;
    margin-left: 0;
    justify-content: flex-start;
    padding-left: 20px;
}

/* page */
.page .header_layout_1.header_style_3 {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 45px 0px #ddd;
}

.page .header_layout_1.header_style_3 .logo a img {
    filter: unset;
}

.page .header_layout_1.header_style_3 .nav ul li .m_1 {
    color: #000;
}

.page .header_layout_1.header_style_3 .search a {
    color: #000;
}

.page .header_layout_1.header_style_3 .language ul .lanmenu {
    color: #000;
}

.page .header_layout_1.header_style_3 .social_info ul li a {
    color: #000;
}

.page .header_layout_2.header_style_3 {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 45px 0px #ddd;
}

.page .header_layout_2.header_style_3 .logo a img {
    filter: unset;
}

.page .header_layout_2.header_style_3 .nav ul li .m_1 {
    color: #000;
}

.page .header_layout_2.header_style_3 .search a {
    color: #000;
}

.page .header_layout_2.header_style_6 {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 45px 0px #ddd;
}

.page .header_layout_2.header_style_6 .logo a img {
    filter: unset;
}

.page .header_layout_2.header_style_6 .nav ul li .m_1 {
    color: #000;
}

.page .header_layout_2.header_style_6 .nav ul li .m_1::before {
    background-color: #000;
}

.page .header_layout_2.header_style_6 .search a {
    color: #000;
}

.page .header_layout_2.header_style_6 .social_icon ul li a {
    color: #000;
}

.page .header_layout_2.header_style_6 .social_info ul li a {
    color: #000;
}

.page .header_layout_3.header_style_3 {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 45px 0px #ddd;
}

.page .header_layout_3.header_style_3 .header_bottom {
    position: relative;
    top: 0;
    background-color: #fff;
    border: 0;
}

.page .header_layout_3.header_style_3 .logo a img {
    filter: unset;
}

.page .header_layout_3.header_style_3 .nav ul li .m_1 {
    color: #000;
}

.page .header_layout_3.header_style_3 .nav ul li .m_1::before {
    background-color: #000;
}

.page .header_layout_3.header_style_3 .search a {
    color: #000;
}

}

/* responsive */
@media (max-width:1199px) {
    .header_layout_1.header_style_1 .social_info {
        display: none;
    }

    .header_layout_1.header_style_1 .social_icon {
        flex-basis: auto;
        margin-left: auto;
    }

    .header_layout_1.header_style_4 .social_info {
        display: none;
    }
    .header_layout_1.header_style_4 .social_icon {
        flex-basis: auto;
        margin-left: auto;
    }

    .header_layout_1.header_style_5 .social_info {
        display: none;
    }
    .header_layout_1.header_style_5 .social_icon {
        margin-left: auto;
    }

    .header_layout_1.header_style_6 .social_info {
        display: none;
    }
    .header_layout_1.header_style_6 .social_icon {
        margin-left: auto;
    }

    .header_layout_2.header_style_1 .social_info {
        display: none;
    }
    .header_layout_2.header_style_1 .social_icon {
        display: none;
    }

    .header_layout_2.header_style_2 .social_info {
        display: none;
    }
    .header_layout_2.header_style_2 .social_icon {
        flex-basis: auto;
        margin-left: auto;
    }
    .header_layout_2.header_style_3 .social_info {
        display: none;
    }
    .header_layout_2.header_style_3 .social_icon {
        flex-basis: auto;
        margin-left: auto;
    }
    .header_layout_2.header_style_4 .social_info {
        display: none;
    }
    .header_layout_2.header_style_4 .social_icon {
        flex-basis: auto;
        margin-left: auto;
    }

    .header_layout_2.header_style_5 .social_info {
        display: none;
    }
    .header_layout_2.header_style_5 .social_icon {
        flex-basis: auto;
        margin-left: auto;
    }
    .header_layout_2.header_style_6 .social_info {
        display: none;
    }
    .header_layout_2.header_style_6 .social_icon {
        flex-basis: auto;
        margin-left: auto;
    }

    .header_layout_3.header_style_2 .header_top {
        display: block;
    }
    .header_layout_3.header_style_2 .header_bottom .language {
        display: none;
    }

    .header_layout_3.header_style_2 .language {
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 20px;
    }

    .header_layout_3.header_style_2 .logo img {
        max-width: 200px;
    }
    .header_layout_3.header_style_2 .logo {
        flex-basis: 20%;
    }
    .header_layout_3.header_style_2 .header_bottom .header_relative::before {
        width: 123%;
    }

    .header_layout_3.header_style_2 .social_info {
        display: none;
    }
    .header_layout_3.header_style_2 .social_icon {
        flex-basis: auto;
        margin-left: auto;
    }
    .header_layout_3.header_style_5 .logo {
        flex-basis: 20%;
    }
    .header_layout_3.header_style_5 .logo img {
        max-width: 200px;
    }
}
@media (max-width:991px) {
    .header_top {
        background-color: #808080;
    }

    .header_bottom {
        background-color: #ffffff;
    }

    .header_top .header_relative {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .header_top .logo {
        display: none;
    }
    .header_bottom .language {
        display: none;
    }

    header .social_icon {
        margin-left: auto;
    }

    .header_bottom .header_relative {
        display: flex;
    }
    .header_bottom .header_relative .logo {
        flex-basis: auto;
        padding: 10px 0 !important;
        order: 1 !important;
    }

    .header_bottom .header_relative .logo img {
        max-height: 60px;
    }

    .header_bottom .header_relative #hamburger {
        flex-basis: 32px !important;
        order: 3 !important;
    }

    .header_bottom .header_relative .search {
        flex-basis: auto !important;
        order: 2 !important;
        margin-left: auto;
        margin-right: 15px;
        display: flex;
        align-items: center;
    }
    .header_layout_2.header_style_1 .social_icon {
        display: block;
    }

    .header_layout_1 .header_bottom .logo {
        display: block;
    }
    .header_layout_1 .header_top .logo {
        display: none;
    }

    .header_layout_1 .header_bottom .header_relative .language {
        display: none;
    }

    .language {
        padding-right: 8px;
    }
    .header_layout_3.header_style_3 .social_info {
        display: none;
    }
    .header_layout_3.header_style_4 .social_info {
        display: none;
    }
    .header_layout_3.header_style_5 .social_info {
        display: none;
    }
}
@media (max-width:767px) {
    .social_info {
        display: none !important;
    }
}

/* mobile */
#hamburger .btn {
    padding: 0;
}
@media (min-width: 992px) {
    #hamburger {
        display: none;
    }
}
@media (max-width:991px) {
    header .nav {
        display: none;
        position: absolute;
        flex-basis: unset;
        position: absolute;
        z-index: 3;
        background: #f1f1f1;
        border: 0;
        top: 100%;
        width: 100%;
        box-shadow: 0px 11px 11px rgba(0, 0, 0, 0.1);
        padding: 20px 0;
    }

    header .nav ul .menu:last-of-type .m_1 {
        border-bottom: 0;
    }

    header.dropdown .nav {
        left: 0;
    }

    header .nav ul .menu {
        display: block;
        margin: 0 0px;
        position: relative;
    }

    header .nav ul .menu a {
        margin-bottom: 0;
    }

    header .nav ul .menu .m_1 {
        color: #336699;
        padding: 5px 0;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #ddd;
        padding-left: 20px;
    }

    header .nav ul .menu>.down-icon {
        top: 5px;
        right: 20px;
    }

    header .nav ul .menu .submenu li>.down-icon {
        top: 3px;
        right: 20px;
    }

    header .nav ul .menu .m_1::before {
        display: none;
    }

    header .nav ul .menu .m_1::after {
        position: absolute;
    }

    header .nav ul .menu .submenu {
        display: none;
        position: relative;
        top: 0;
        left: 0 !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: unset;
        border-bottom: 0;
        height: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    header .nav ul .menu .submenu li {
        padding: 0;
    }

    header .nav ul .menu .submenu li .m_2 {
        display: inline-block;
        width: 100%;
        font-size: 14px;   
        padding-left: 20px;
    }

    header .nav ul .menu .submenu li .m_3 {
        display: inline-block;
        width: 100%;
        font-size: 14px;   
        padding-left: 20px;
    }

    header .nav ul .menu .submenu li .m_2::before {
        display: none;
    }

    header .nav ul .menu .submenu li .submenu {
        position: relative;
        top: 0;
        left: 0;
        display: none;
    }


    header .nav ul .menu:hover .m_1 {
        color: #066ad8;
    }

    header .nav ul .menu:hover .submenu li .submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    header .nav ul .menu .submenu.open {
        display: block !important;
        height: auto;
    }

    .down-icon {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        color: #000000;
        width: 34px;
        height: 27px;
        line-height: 27px;
        text-align: right;
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    #hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #hamburger .btn .line {
        width: 30px;
        height: 4px;
        background-color: #066ad8;
        display: block;
        margin: 6px auto;
        transition: all 0.3s ease-in-out;
    }

    #hamburger .btn.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger .btn.is-active .line:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    #hamburger .btn.is-active .line:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .nav {
        z-index: 9999 !important;
        background-color: #ffffff;
    }

    .overlay .nav {
        position: fixed !important;
        display: flex !important;
        width: 100vw !important;
        height: 100vh !important;
        top: 0 !important;
        left: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        opacity: 0;
        visibility: hidden;
        z-index: 9999 !important;
        background-color: #ffffff;
    }

    .overlay .nav.nav_overlay {
        opacity: 1;
        visibility: visible;
        animation: slideInDown;
        transition-duration: 0.4s;
        overflow-y: auto;
    }

    .overlay .nav.nav_overlay ul .menu {
        font-size: 24px;
        margin: 0 ;
        padding: 0px !important;
        min-width: 200px;
    }

    .dropdown .nav ul .menu {
        text-align: left !important;
        margin: 0 0px;
    }

    .slide_left .nav.nav_left .menu {
        text-align: left !important;
        margin: 0 0px;
    }

    .slide_right .nav.nav_right .menu {
        text-align: left !important;
        margin: 0 0px;
    }

    .overlay .nav.nav_overlay .submenu li {
        border: 0 !important;
    }

    @keyframes slideInDown {
        0% {
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }

        to {
            transform: translateZ(0);
        }
    }

    .overlay .btn_overlay {
        z-index: 99999;
        position: fixed;
        top: 0;
        right: 0;
        padding: 10px !important;
        border-radius: 0;
    }

    .slide_left .nav {
        opacity: 0;
        visibility: hidden;
    }

    .slide_left .nav.nav_left {
        top: 0;
        display: block;
        height: 100%;
        position: fixed;
        width: 250px;
        left: 0;
        padding-top: 70px;
        opacity: 1;
        visibility: visible;
        animation: left;
        animation-duration: 0.4s;
    }

    .slide_left .nav.nav_left .submenu li {
        border: 0 !important;
    }

    @keyframes left {
        from {
            left: -250px;
        }

        to {
            left: 0px;
        }
    }

    .slide_left .btn_left {
        position: fixed;
        left: 250px;
        top: 0;
        background-color: #f1f1f1;
        z-index: 99999;
        border-radius: 0;
        padding: 3px 5px !important;
    }

    .slide_right .nav {
        opacity: 0;
        visibility: hidden;
    }

    .slide_right .nav.nav_right {
        top: 0;
        display: block;
        height: 100%;
        position: fixed !important;
        width: 250px;
        right: 0;
        padding-top: 70px;
        opacity: 1;
        visibility: visible;
        animation: right;
        animation-duration: 0.4s;
    }

    .slide_right .nav.nav_right .submenu li {
        border: 0 !important;
    }

    @keyframes right {
        from {
            right: -250px;
        }

        to {
            right: 0px;
        }
    }

    .slide_right .btn_right {
        position: fixed;
        right: 250px;
        top: 0;
        background-color: #f1f1f1;
        z-index: 99999;
        border-radius: 0;
        padding: 3px 5px !important;
    }

    .dropdown .nav .submenu li {
        border: 0 !important;
    }

    header.overlay .nav ul .menu .m_1 {
        padding-left: 0;
        border-bottom: 0;
        margin: 5px 0;
    }

    .overlay .nav.nav_overlay ul .menu .down-icon {
        right: 0;
    }
}


/* theme_icon */
/* social_icon */
header .social_icon ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}
header .social_icon ul li {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 0 3px !important;
    display: block;
}
header .social_icon ul li a {
    display: flex;
    border: 1px solid #086ad8;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #086ad8;
    background-color: #086ad8;
    transition: 0.2s ease-in-out;
}
/* header_layout_1 */
.header_layout_1.header_style_1 .social_icon ul li a {
    border-radius: 50%;
    color: #ffff;
}

.header_layout_1.header_style_2 .social_icon ul li a {
    background-color: #f1f1f1;
    border-radius: 0;
}

.header_layout_1.header_style_3 .social_icon ul li a {
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    color: #ffff;
    background: transparent;
}

.header_layout_1.header_style_4 .social_icon ul li a {
    background-color: #f1f1f1;
    border-radius: 50%;
}

.header_layout_1.header_style_5 .social_icon ul li a {
    border: 1px solid #086ad8;
    border-radius: 50%;
    color: #ffff;
    background: #066ad8;
}

.header_layout_1.header_style_6 .social_icon ul li a {
    border: 1px solid;
    background-color: #fff;
    border-radius: 5px;
}

/* header_layout_2 */
.header_layout_2.header_style_2 .social_icon ul li a {
    background-color: #747474;
    color: #ffffff;
}
.header_layout_2.header_style_6 .social_icon ul li a {
    color: #fff;
}

/* header_layout_3 */
.header_layout_3.header_style_1 .social_icon ul li a {
    border-radius: 3px;
    color: #fff;
}

.header_layout_3.header_style_2 .social_icon ul li a {
    color: #fff;
    border-radius: 0;
}

.header_layout_3.header_style_3 .social_icon ul li a {
    color: #fff;
}

.header_layout_3.header_style_4 .social_icon ul li a {
    border-radius: 50%;
    color: #ffffff;
}

.header_layout_3.header_style_5 .social_icon ul li a {
    color: #fff;
    border-radius: 0;
}

.header_layout_3.header_style_6 .social_icon ul li a {
    background-color: #ffff;
    color: #169;
}

/* social_info */
header .social_info>ul {
    display: flex;
    flex-wrap: wrap;
}
header .social_info ul li {
    display: block;
    line-height: 1;
    padding: 5px 5px;
}
header .social_info ul li a {
    position: relative;
    padding-left: 33px;
    display: flex;
    align-items: center;
    line-height: 1;
    min-height: 27px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
}
header .social_info ul li a i {
    position: absolute;
    width: 27px;
    height: 27px;
    line-height: 1;
    font-size: 15px;
    border: 1px solid #336699;
    top: 0;
    left: 0;
    background-color: #747474;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
}

/* header_layout_1 */
.header_layout_1 .social_info ul li:last-of-type {
    margin-right: 10px;
}

.header_layout_1.header_style_1 .social_info ul li i {
    background-color: #086ad8;
    border-radius: 50%;
    color: #ffffff;
}

.header_layout_1.header_style_2 .social_info ul li {
    margin-right: 5px;
    text-align: center;
    color: #585858;
    position: relative;
    line-height: 30px;
    padding-right: 8px;
}
.header_layout_1.header_style_2 .social_info ul li a {
    padding-left: 34px;
}
.header_layout_1.header_style_2 .social_info ul li:nth-child(1) {
    display: none;
}
.header_layout_1.header_style_2 .social_info ul li::before {
    display: none;
}
.header_layout_1.header_style_2 .social_info ul li:nth-child(2):before {
    content: "";
    height: 25px;
    width: 1px;
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #ddd;
    left: unset;
}

.header_layout_1.header_style_2 .social_info ul li:last-of-type::after {
    content: "";
    height: 75px;
    width: 1px;
    position: absolute;
    display: none;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #ddd;
}
.header_layout_1.header_style_2 .social_info ul li i {
    display: inline-flex;
    color: #066ad8;
    width: 27px;
    height: 27px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #f1f1f1;
    margin-right: 8px;
}

.header_layout_1.header_style_3 .social_info ul li {
    line-height: 25px;
}
.header_layout_1.header_style_3 .social_info ul li:nth-child(1) {
    display: none;
}
.header_layout_1.header_style_3 .social_info ul li a {
    color: #fff;
}
.header_layout_1.header_style_3 .social_info ul li i {
    background-color: transparent;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-right: 5px;
}

.header_layout_1.header_style_4 .social_info ul li {
    margin-right: -3px;
    padding: 5px;
    text-align: center;
    color: #585858;
    position: relative;
}
.header_layout_1.header_style_4 .social_info ul li i {
    border-radius: 50%;
    background-color: #f1f1f1;
}

.header_layout_1.header_style_5 .social_info ul li i {
    background-color: #086ad8;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}

.header_layout_1.header_style_6 .social_info ul li {
    margin-right: -3px;
    padding: 5px 10px;
    color: #585858;
    position: relative;
}
.header_layout_1.header_style_6 .social_info ul li::before {
    content: "";
    height: 30px;
    width: 1px;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ddd;
}
.header_layout_1.header_style_6 .social_info ul li:first-child {
    display: none;
}
.header_layout_1.header_style_6 .social_info ul li:nth-child(2)::before {
    display: none;
}
.header_layout_1.header_style_6 .social_info ul li i {
    color: #ffffff;
    border-radius: 5px;
    background-color: #086ad8;
}

/* header_layout_2 */
.header_layout_2 .social_info ul li {
    padding: 5px 0;
    margin-right: 10px;
}
.header_layout_2 .social_info ul li:first-of-type {
    display: none;
}

.header_layout_2.header_style_1 .social_info ul li i {
    border-radius: 50%;
}
.header_layout_2.header_style_2 .social_info ul li i {
    border-radius: 50%;
    color: #fff;
    margin-right: 1px;
}
.header_layout_2.header_style_3 .social_info ul li i {
    border-radius: 50%;
}
.header_layout_2.header_style_4 .social_info ul li i {
    border-radius: 50%;
}
.header_layout_2.header_style_5 .social_info ul li i {
    border-radius: 2px;
    color: #336699;
    margin-right: 2px;
}

/* header_layout_3 */
.header_layout_3 .social_info ul li {
    padding: 6px 0;
    margin-right: 10px;
}

.header_layout_3.header_style_1 .social_info ul li i {
    background-color: transparent;
    color: #fff;
    border-radius: 3px;
}
.header_layout_3.header_style_1 .social_info ul li:first-of-type {
    display: none;
}

.header_layout_3.header_style_2 .social_info ul li {
    padding: 8px 0;
}
.header_layout_3.header_style_2 .social_info ul li a {
    color: #fff;
}

.header_layout_3.header_style_3 .social_info ul li {
    padding: 6px 0;
}
.header_layout_3.header_style_3 .social_info ul li a i {
    border-radius: 50%;
}

.header_layout_3.header_style_4 .social_info ul li i {
    background-color: #336699;
    color: #fff;
    border-radius: 50%;
}

.header_layout_3.header_style_5 .social_info ul li {
    padding: 5px 0;
}
.header_layout_3.header_style_5 .social_info ul li a {
    color: #fff;
}

.header_layout_3.header_style_6 .social_info ul li a {
    color: #ffffff;
}
.header_layout_3.header_style_6 .social_info ul li i {
    background-color: #ffffff;
    color: #369;
    border-radius: 50%;
    padding-left: 1px;
}
.header_layout_3.header_style_6 .social_info ul li:first-of-type {
    display: none;
}

/* language */
header .language {
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}
header .language ul .lanmenu {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    line-height: 1;
    border: 1px solid #ffffff;
    transition: 0.2s ease-in-out;
    color: #ffffff;
}
header .language ul .lanmenu::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
header .language ul .lanbox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: #ffffff;
    width: 130px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    box-shadow: 0 0 4px #00000038;
    margin-top: 5px;
    margin-left: -3px;
}
header .language ul .lanmenu.on .lanbox {
    opacity: 1;
    visibility: visible;
    animation-name: fade;
    animation-duration: 0.4s;
    display: block;
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 100%;
    }
}
header .language ul .lanbox li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px 5px 5px 5px;
    line-height: 1;
}
header .language ul .lanbox li:hover {
    background-color: #086ad8;
}
header .language ul .lanbox li:hover a {
    color: #fff;
}
@media (max-width:991px) {
    .language ul .lanmenu {
        padding: 5px 10px !important;
    }
}

/* header_layout_1 */
.header_layout_1.header_style_1 .language ul .lanmenu {
    padding: 8px 10px;
    border-radius: 50px;
}
.header_layout_1.header_style_2 .language ul .lanmenu {
    padding: 8px 10px;
}
.header_layout_1.header_style_3 .language ul .lanmenu {
    padding: 10px 10px;
    border-radius: 50px;
}
.header_layout_1.header_style_4 .language ul .lanmenu {
    padding: 8px 10px;
    border-radius: 50px;
}
.header_layout_1.header_style_5 .language ul .lanmenu {
    padding: 8px 10px;
    border-radius: 50px;
}
.header_layout_1.header_style_6 .language ul .lanmenu {
    padding: 8px 10px;
    border-radius: 5px;
}

/* header_layout_2 */
.header_layout_2.header_style_1 .language ul .lanmenu {
    padding: 8px 10px;
    border-radius: 50px;
}
.header_layout_2.header_style_2 .language ul .lanmenu {
    padding: 8px 10px;
    border-radius: 50px;
}
.header_layout_2.header_style_3 .language ul .lanmenu {
    padding: 8px 10px;
    border-radius: 50px;
}
.header_layout_2.header_style_4 .language ul .lanmenu {
    border-radius: 50px;
    padding: 8px 10px;
}
.header_layout_2.header_style_5 .language ul .lanmenu {
    border-radius: 50px;
    padding: 8px 10px;
}
.header_layout_2.header_style_6 .language ul .lanmenu {
    border-radius: 50px;
    padding: 8px 10px;
}

/* header_layout_3 */
.header_layout_3.header_style_1 .language ul .lanmenu {
    padding: 6px 10px;
    border-radius: 3px;
}
.header_layout_3.header_style_2 .language ul .lanmenu {
    padding: 10px 10px;
}
.header_layout_3.header_style_3 .language ul .lanmenu {
    padding: 10px 10px;
}
.header_layout_3.header_style_4 .language ul .lanmenu {
    padding: 6px 10px;
    border-radius: 50px;
}
.header_layout_3.header_style_5 .language ul .lanmenu {
    padding: 6px 10px;
}
.header_layout_3.header_style_6 .language ul .lanmenu {
    padding: 6px 10px;
    border-radius: 50px;
}

/* theme_search */
/* header_layout_1 */
.header_layout_1 .search a {
    display: flex;
    border: 1px solid #ffffff;
    width: 33px;
    height: 33px;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border: 1px solid #fff;
    transition: 0.2s ease-in-out;
}
header .search a {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.header_layout_1.header_style_1 .search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #086ad8;
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    padding: 0;
}
.header_layout_1.header_style_2 .search a {
    color: #066ad8;
    font-size: 16px;
}©
.header_layout_1.header_style_3 .search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    color: #ffffff;
    margin: 0;
    font-size: 17px;
    padding: 0;
}
.header_layout_1.header_style_4 .search a {
    color: #066ad8;
    font-size: 16px;
    background-color: transparent;
    border-radius: 50%;
}
.header_layout_1.header_style_5 .search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #086ad8;
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    padding: 0;
}
.header_layout_1.header_style_6 .search a {
    font-size: 15px;
    border-radius: 5px;
}

/* header_layout_2 */
.header_layout_2 .search a {
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 15px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: 0.2s ease-in-out;
}
.header_layout_2.header_style_3 .search a {
    color: #fff;
}
.header_layout_2.header_style_4 .search a {
    width: 40px;
    height: 40px;
    padding-top: 15px;
    color: #fff;
    background-color: #336699;
    border: 2px solid #336699;
    transition: 0.2s ease-in-out;
}
.header_layout_2.header_style_6 .search a {
    color: #fff;
}

/* header_layout_3 */
.header_layout_3 .search a {
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 0;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    transition: 0.2s ease-in-out;
}

.header_layout_3.header_style_1 .search a {
    border-radius: 3px;
}
.header_layout_3.header_style_2 .search a {
    background-color: #f5f5f5;
    display: flex;
    width: 37px;
    height: 37px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.header_layout_3.header_style_3 .search a {
    display: flex;
    width: 37px;
    height: 37px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
}
.header_layout_3.header_style_4 .search a {
    border-radius: 50%;
}
.header_layout_3.header_style_5 .search a {
    background-color: #f5f5f5;
    display: flex;
    width: 37px;
    height: 37px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.header_layout_3.header_style_6 .search a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/* theme_sticky */
header.sticky {
    z-index: 99999 !important;
}
header.sticky_top {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
header.sticky_top .header_top {
    display: none;
}
header.sticky_top .header_bottom {
    top: 0 !important;
}
header.sticky_top .language {
    display: none !important;
}
header.sticky_top .social_icon {
    display: none !important;
}
header.sticky_top .social_info {
    display: none !important;
}
header.sticky_top .logo {
    order: 1 !important;
    flex-basis: 25% !important;
    padding: 10px 0 !important;
    display: block !important;
}
header.sticky_top .nav {
    order: 2 !important;
    flex-basis: 78% !important;
}
header.sticky_top .search {
    order: 3 !important;
    flex-basis: auto !important;
}
@media (min-width:992px) {
    /* header_layout_1 */
    header.sticky_top.header_layout_1 .nav {
        padding-left: 32px;
    }
    header.sticky_top.header_layout_1.header_style_1 .nav ul .menu {
        padding: 23px 0;
    }
    header.sticky_top.header_layout_1.header_style_2 .nav ul .menu {
        padding: 16px 0;
    }
    header.sticky_top.header_layout_1.header_style_3 .nav ul .menu {
        padding: 23px 0;
    }
    header.sticky_top.header_layout_1.header_style_4 .nav ul .menu {
        padding: 16px 0;
    }
    header.sticky_top.header_layout_1.header_style_4 .nav ul .menu:before {
        bottom: 15px;
    }
    header.sticky_top.header_layout_1.header_style_5 .nav ul .menu {
        padding: 16px 0;
    }
    header.sticky_top.header_layout_1.header_style_5 .header_bottom {
        max-height: none;
    }
    header.sticky_top.header_layout_1.header_style_6 .nav ul .menu {
        padding: 11px 0;
    }

    /* header_layout_2 */
    header.sticky_top.header_layout_2 .nav {
        padding-left: 25px;
    }
    header.sticky_top.header_layout_2.header_style_1 .nav ul .menu {
        padding: 16px 0;
    }
    header.sticky_top.header_layout_2.header_style_1 .nav ul .menu::after {
        bottom: 15px;
    }
    header.sticky_top.header_layout_2.header_style_2 .nav ul .menu {
        padding: 14px 0;
    }
    header.sticky_top.header_layout_2.header_style_2 .header_bottom .container {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    header.sticky_top.header_layout_2.header_style_2 .header_bottom .container::before {
        display: none;
    }
    header.sticky_top.header_layout_2.header_style_3 .nav ul .menu {
        padding: 16px 0;
    }
    header.sticky_top.header_layout_2.header_style_3 .nav ul .menu::after {
        bottom: 15px;
    }
    header.sticky_top.header_layout_2.header_style_4 .nav ul .menu {
        padding: 23px 0;
    }
    header.sticky_top.header_layout_2.header_style_5 .nav ul .menu {
        padding: 15px 0;
    }
    header.sticky_top.header_layout_2.header_style_5 .nav ul .menu::after {
        bottom: 15px;
    }
    header.sticky_top.header_layout_2.header_style_5 .header_bottom .container {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    header.sticky_top.header_layout_2.header_style_5 .header_bottom .container::before {
        display: none;
    }
    header.sticky_top.header_layout_2.header_style_6 .nav ul .menu {
        padding: 17px 0 16px;
    }
    
    /* header_layout_3 */
    header.sticky_top.header_layout_3.header_style_1 .nav {
        padding-right: 25px;
    }
    header.sticky_top.header_layout_3.header_style_3 .nav {
        flex-basis: auto !important;
    }
    header.sticky_top.header_layout_3.header_style_3 .nav ul .menu .m_1 {
        padding: 35px 10px;
    }
    header.sticky_top.header_layout_3.header_style_4 .nav {
        padding-left: 20px;
    }
    header.sticky_top.header_layout_3.header_style_4 .nav ul .menu .m_1 {
        padding: 33px 5px;
    }
    header.sticky_top.header_layout_3.header_style_6 .nav ul .menu {
        padding: 21px 0px;
    }
}
@media (max-width:991px) {
    header.sticky_top .logo {
        flex-basis: auto !important;
    }
}



