.main-wrapper {
    margin: auto;
}

    .main-wrapper.header-nav-container {
        position: relative;
        display: block;
	padding: 0;
	max-width: unset;
    }

        .main-wrapper.header-nav-container.mobile {
            padding: 2.5rem;
            box-sizing: border-box;
        }

            .main-wrapper.header-nav-container.mobile .header-menu-inner {
                height: unset;
                background-color: transparent;
            }

            .main-wrapper.header-nav-container.mobile .header-menu-container {
                flex-wrap: wrap;
            }

                .main-wrapper.header-nav-container.mobile .header-menu-container > li:first-child {
                    display: none;
                }

                .main-wrapper.header-nav-container.mobile .header-menu-container > li {
                    background: #55AEF7;
                    width: 23%;
                    height: 6rem;
                    border: none;
                    margin-top: 1.25rem;
                }

                    .main-wrapper.header-nav-container.mobile .header-menu-container > li ul.sub-category {
                        display: none;
                        position: fixed;
                        top: 0;
                        left: 0;
                        right: 0;
                        background: rgba(255, 255, 255, 0.96);
                        list-style-type: none;
                        padding: 0;
                        box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
                        width: 100%;
                        z-index: 99;
                        overflow: auto;
                        height: 100%;
                        box-sizing: border-box;
			z-index: 99;
                    }

                        .main-wrapper.header-nav-container.mobile .header-menu-container > li ul.sub-category .sub-header {
                            display: flex !important;
                        }

                        .main-wrapper.header-nav-container.mobile .header-menu-container > li ul.sub-category li a {
                            display: block;
                            padding: 1.75rem 0.5625rem;
                            text-decoration: none;
                            font-family: "BPG 2017 DejaVu Sans";
                            color: #333;
                            font-size: 0.9375rem;
                            border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.04);
                            transition: 180ms ease-in;
                        }

                            .main-wrapper.header-nav-container.mobile .header-menu-container > li ul.sub-category li a:hover {
                                background: #f7f7f7;
                            }

    .main-wrapper.responsive-header-nav {
        display: none;
    }

    .main-wrapper.slide-title {
        width: 100%;
    }

.header-menu-inner {
    height: 5.875rem;
    background-color: #345d89;
    display: flex;
    justify-content: center;
}

.header-menu-container {
    margin: 0;
    padding: 0;
    text-decoration: none;
    float: left;
}

    .header-menu-container > li:first-child {
        border-left: 0.0625rem solid #345d89;
    }

.header-list-item {
    position: relative;
    list-style: none;
    float: left;
    border-right: 0.0625rem solid #345d89;
    height: 100%;
}

    .header-list-item ul.sub-category {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        list-style-type: none;
        padding: 0;
        box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
        width: 150%;
        z-index: 9;
    }

        .header-list-item ul.sub-category .sub-header {
            position: relative;
            width: 100%;
            overflow: hidden;
            height: 4rem;
            background: #fff;
            display: flex;
            align-items: center;
            border-bottom: 0.0625rem solid #345d89;
            padding-left: 0.5625rem;
            box-sizing: border-box;
            display: none;
        }

            .header-list-item ul.sub-category .sub-header h2.title {
                font-family: "BPG 2017 DejaVu Sans";
                color: #345d89;
                margin: 0;
                width: calc(100% - 4rem);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .header-list-item ul.sub-category .sub-header .close {
                position: absolute;
                right: 0;
                top: 0;
                height: 4rem;
                width: 4rem;
                background: #345d89;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                cursor: pointer;
            }

                .header-list-item ul.sub-category .sub-header .close:hover {
                    opacity: 0.97;
                }

                .header-list-item ul.sub-category .sub-header .close:before, .header-list-item ul.sub-category .sub-header .close:after {
                    position: absolute;
                    content: " ";
                    height: 1.375rem;
                    width: 0.25rem;
                    background-color: #fff;
                }

                .header-list-item ul.sub-category .sub-header .close:before {
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .header-list-item ul.sub-category .sub-header .close:after {
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

        .header-list-item ul.sub-category li a {
            display: block;
            padding: 0.75rem 0.5625rem;
            text-decoration: none;
            font-family: "BPG 2017 DejaVu Sans";
            color: #333;
            font-size: 0.8125rem;
            border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.04);
            transition: 180ms ease-in;
        }

            .header-list-item ul.sub-category li a:hover {
                background: #f7f7f7;
            }

.header-item-link {
    text-decoration: none;
    font-size: 0.9375rem;
    color: #FFFFFF;
    font-family: "! BPG LE Studio 02 Caps";
    font-weight: 300;
    font-style: normal;
    display: block;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
}

    .header-item-link:before {
        content: "";
        position: absolute;
        margin: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        border-left: 0.75rem solid transparent;
        border-right: 0.75rem solid transparent;
        border-bottom: 0.75rem solid #fff;
        transition: 400ms ease-out;
        transform: translateY(100%);
    }

    .header-item-link .icon {
        float: left;
        height: 1.5rem;
        width: 1.5rem;
        background-image: url("../../images/home.svg");
        background-repeat: no-repeat;
        filter: invert(1);
        position: relative;
        background-size: 1.5rem;
        top: -0.1875rem;
    }

    .header-item-link.active,
    .header-item-link:hover {
        /*background-color: rgba(52, 93, 137, 0.5);*/
        background-color: #2789D8;
    }

        .header-item-link.active.header-item-link.active::before,
        .header-item-link:hover.header-item-link.active::before {
            transform: translateY(0);
        }

.header-social-icons {
    float: right;
    padding: 36px 10px;
    display: none;
}

.header-social-container {
    margin: 0;
    padding: 0;
}

.header-social-item {
    list-style: none;
    display: inline-block;
}

    .header-social-item a {
        padding-left: 11px;
        padding-right: 11px;
        display: block;
        text-decoration: none;
    }

    .header-social-item:last-child a {
        padding-right: 0;
    }

#header-swiper {
    height: 550px;
}

.header-swiper-text-page {
    height: 20px !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: end !important;
}

#header-swiper .swiper-slide img {
    z-index: 1;
    width: 100%;
}

.header-slider-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

    .header-slider-inner::after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

.header-swiper-text-page .header-slider-inner::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 0;
    /*opacity: 0.9; 
   background: rgba(0,0,0,0.5);*/
    /*background: rgba(11, 11, 52, 0.6);*/
    /*background: rgba(5, 25, 43, 0.5);*/
}

.header-slider-inner.home-pg::after {
    content: none;
}

#home-background {
    background-image: url("../../images/header-navigation/slide-01.jpg");
}

#services-background {
    background-image: url("../../images/header-navigation/slide4.png");
    font-size: 70px !important;
}

#business-background {
    background-image: url("../../images/header-navigation/slide-03.jpg");
}

#education-background {
    background-image: url("../../images/header-navigation/slide2.png");
}

#diaspora-background {
    background-image: url("../../images/header-navigation/slide-02.jpg");
}

#culture-background {
    background-image: url("../../images/header-navigation/culture-bck.png");
}

#tourism-background {
    background-image: url("../../images/header-navigation/tourism-bck.png");
}

#vacancies-background {
    background-image: url("../../images/header-navigation/vacancies-bck.png");
}

#levili-background {
    background-image: url("../../images/header-navigation/slide-levili.jpg");
}

#katskhi-background {
    background-image: url("../../images/soplebi/katskhi-bck.jpg");
background-position: 0 -17vh;
}

#nigozeti-background {
    background-image: url("../../images/soplebi/nigozeti-bck.jpg");
background-position: 0 -17vh;
}

#didvela-background {
    background-image: url("../../images/soplebi/didvela-bck.jpg");
background-position: 0 -17vh;
}

#kveda-kinchkha-background {
    background-image: url("../../images/soplebi/kveda-kinchkha-bck.jpg");
background-position: 0 -17vh;
}

#dimi-background {
    background-image: url("../../images/soplebi/dimi-bck.jpg");
background-position: 0 -17vh;
}

#meore-obcha-background {
    background-image: url("../../images/soplebi/meore-obcha-bck.jpg");
background-position: 0 -17vh;
}

#pirveli-obcha-background {
    background-image: url("../../images/soplebi/pirveli-obcha-bck.jpg");
background-position: 0 -17vh;
}

#gvedi-background {
    background-image: url("../../images/soplebi/gvedi-bck.jpg");
background-position: 0 -17vh;
}

#nakhakhulevi-background {
    background-image: url("../../images/soplebi/nakhakhulevi-bck.jpg");
background-position: 0 -17vh;
}

#matkhoji-background {
    background-image: url("../../images/soplebi/matkhoji-bck.jpg");
background-position: 0 -17vh;
}

#ivandidi-background {
    background-image: url("../../images/soplebi/ivandidi-bck.jpg");
background-position: 0 -17vh;
}

#gochajikhaishi-background {
    background-image: url("../../images/soplebi/gochajikhaishi-bck.jpg");
background-position: 0 -17vh;
}

#didi-gubi-background {
    background-image: url("../../images/soplebi/didi-gubi-bck.jpg");
background-position: 0 -17vh;
}

#khoni-background {
    background-image: url("../../images/soplebi/khoni-bck.jpg");
background-position: 0 -17vh;
}

#tskhomareti-background {
    background-image: url("../../images/soplebi/tskhomareti-bck.jpg");
background-position: 0 -17vh;
}

#sairkhe-background {
    background-image: url("../../images/soplebi/sairkhe-bck.jpg");
background-position: 0 -17vh;
}

#merjevi-background {
    background-image: url("../../images/soplebi/merjevi-bck.jpg");
background-position: 0 -17vh;
}

#dedalauri-background {
    background-image: url("../../images/soplebi/dedalauri-bck.jpg");
background-position: 0 -17vh;
}

#jalaurta-background {
    background-image: url("../../images/soplebi/jalaurta-bck.jpg");
background-position: 0 -17vh;
}

#dgnorisa-background {
    background-image: url("../../images/soplebi/dgnorisa-bck.jpg");
background-position: 0 -17vh;
}

#geguti-background {
    background-image: url("../../images/soplebi/geguti-bck.jpg");
background-position: 0 -17vh;
}

#ofurchkheti-background {
    background-image: url("../../images/soplebi/ofurchkheti-bck.jpg");
background-position: 0 -17vh;
}

#ofshkviti-background {
    background-image: url("../../images/soplebi/ofshkviti-bck.jpg");
background-position: 0 -17vh;
}

#sachkheuri-background {
    background-image: url("../../images/soplebi/sachkheuri-bck.jpg");
background-position: 0 -17vh;
}

#kharagauli-background {
    background-image: url("../../images/soplebi/kharagauli-bck.jpg");
background-position: 0 -17vh;
}

#didvake-background {
    background-image: url("../../images/soplebi/didvake-bck.jpg");
background-position: 0 -17vh;
}

#fartskhnali-background {
    background-image: url("../../images/soplebi/fartskhnali-bck.jpg");
background-position: 0 -17vh;
}

#terjola-background {
    background-image: url("../../images/soplebi/terjola-bck.jpg");
background-position: 0 -17vh;
}

#gogni-background {
    background-image: url("../../images/soplebi/gogni-bck.jpg");
background-position: 0 -17vh;
}

#zeda-sazano-background {
    background-image: url("../../images/soplebi/zeda-sazano-bck.jpg");
background-position: 0 -17vh;
}

#zeda-simoneti-background {
    background-image: url("../../images/soplebi/zeda-simoneti-bck.jpg");
background-position: 0 -17vh;
}

#dzevri-background {
    background-image: url("../../images/soplebi/dzevri-bck.jpg");
background-position: 0 -17vh;
}

#gurna-background {
    background-image: url("../../images/soplebi/gurna-bck.jpg");
background-position: 0 -17vh;
}

#samtredia-background {
    background-image: url("../../images/soplebi/samtredia-bck.jpg");
background-position: 0 -17vh;
}

#bashi-background {
    background-image: url("../../images/soplebi/bashi-bck.jpg");
background-position: 0 -17vh;
}

#ianeti-background {
    background-image: url("../../images/soplebi/ianeti-bck.jpg");
background-position: 0 -17vh;
}

#shorapani-background {
    background-image: url("../../images/soplebi/shorapani-bck.jpg");
background-position: 0 -17vh;
}

#sanakhshire-background {
    background-image: url("../../images/soplebi/sanakhshire-bck.jpg");
background-position: 0 -17vh;
}

#vani-background {
    background-image: url("../../images/soplebi/vani-bck.jpg");
background-position: 0 -17vh;
}



.header-slider-title-link {
    display: block;
    text-decoration: none;
    width: 70%;
    position: relative;
    z-index: 2;
}

.header-slider-inner.slide-two .header-slider-title,
.header-slider-inner.slide-three .header-slider-title,
.header-slider-inner.slide-four .header-slider-title {
    font-size: 70px;
}

.header-slider-title {
    margin: 0;
    /*font-size: 40px;*/
    font-size: 39pt;
    color: #FFFFFF;
    font-family: "BPG 2017 DejaVu Sans";
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    margin-top: 10px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.75);
}


    .header-slider-title.txt-size {
        font-size: 95px;
    }

/*RESPONSIVENESS*/
@media screen and (max-width: 1450px) {
    .header-social-item a {
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media screen and (max-width: 1360px) {
    .header-social-item a {
        padding-left: 7px;
        padding-right: 7px;
    }

    .header-social-icons {
        padding: 34px 10px;
    }
}

@media screen and (max-width: 1295px) {
    .header-social-item a {
        padding-left: 7px;
        padding-right: 7px;
    }

    .header-social-icons {
        padding: 34px 10px;
    }
}

@media screen and (max-width: 1230px) {
    .header-social-item a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-social-icons {
        padding: 28px 10px;
    }

    .header-swiper-text-page {
        height: 81px !important;
    }
}

@media screen and (max-width: 1180px) {
    .header-slider-title {
        font-size: 65px;
    }
}

@media screen and (max-width: 1160px) {
    .header-social-item a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-social-icons {
        /*padding: 29px 10px;*/
    }
}

@media screen and (max-width: 1145px) {
    .header-social-item a {
        padding-left: 4px;
        padding-right: 4px;
    }

    .header-social-icons {
        padding: 28px 5px;
    }
}

@media screen and (max-width: 1055px) {
    .header-social-item a {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media screen and (max-width: 1024px) {
    #header-swiper {
        height: 412px;
    }

    .header-slider-title {
        /*font-size: 30px;
    margin-top: 120px;*/
        font-size: 40px;
        margin-top: 70px;
    }

    .header-swiper-text-page {
        height: 0px !important;
    }

    .header-menu-container {
        margin: 0;
        padding: 0;
        text-decoration: none;
        float: left;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header-navigation {
    	display: none; 
    }
}

@media screen and (max-width: 840px) {
    .header-slider-title {
        font-size: 23px;
    }

    #header-swiper {
        height: 312px;
    }
}

@media screen and (max-width: 768px) {
    .header-slider-title {
        /*font-size: 25px;
    margin-top: 80px;*/
        font-size: 35px;
        margin-top: 45px;
    }

    .header-slider-title-link {
        display: block;
        text-decoration: none;
        width: 80%;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 610px) {
    .header-slider-title {
        /*font-size: 20px;*/
        text-align: center;
    }

    .header-slider-title-link {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    /*.header-menu {
      top: -480px;
  }*/
    .main-wrapper.responsive-header-nav.home-page-menu {
        top: -678px;
        padding: 0px !important;
        display: block;
    }

    .header-swiper-text-page {
        height: 0px !important;
    }

    #header-swiper {
        height: 698px !important;
    }

    .swiper-container-wrapper {
        display: none;
    }

    .header-slider-title {
        font-size: 30px;
        margin-top: 100px;
        text-align: center;
    }
}

@media screen and (max-width: 390px) {
    .header-slider-title {
        font-size: 25px;
        text-align: center;
        margin-top: 100px;
    }
}

@media screen and (max-width: 375px) {
    .header-slider-title {
        /*font-size: 20px;*/
        margin-top: 50px;
        text-align: center;
    }
}

@media screen and (max-width: 1425px) {
    html {
        font-size: 1vw;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 1.5vw;
    }

    .header-search-tool {
        display: none !important;
     }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 2vw;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 10px;
    }

    .mobile {
        padding: 1.25rem !important;
    }

        .mobile .header-menu-container > li {
            width: 46% !important;
        }
}

@media screen and (max-width: 250px) {
    html {
        font-size: 6vw;
    }

    .mobile {
        padding: 1.25rem !important;
    }

        .mobile .header-menu-container > li {
            width: 100% !important;
            height: 1rem;
        }
}
