body {
    margin: 0;
	--color-text: #fff;
	--color-bg: #1e2d4c;
	--color-link: #b07656;
	--color-link-hover: #000;
	--color-deco: #e4dbd6;
	color: var(--color-text);
	background-color: var(--color-bg);
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
	min-height: 100vh;
	height: 100%;
	position: relative;
	z-index: -5;
}

/* SIDEBAR */
.nav__cont {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}
.nav__cont > .nav__control {
    max-width: 80px;
    min-width: 80px;
    background-color: #1e2d4c;
    height: 100vh;
    padding: 2.75rem 1.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.nav__cont > .nav__control > .menu-btn {
    position: relative;
    width: 2.5rem;
    height: 2rem;
    cursor: pointer;
    padding-top: 7px;   
}
.menu-btn-line {
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #afb4bd;
}
.menu-btn:hover .menu-btn-line::after {
    -webkit-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
    z-index: 91;
}
.menu-btn:hover .menu-btn-line::before {
    -webkit-transition: all .15s linear .3s;
    -o-transition: all .15s linear .3s;
    transition: all .15s linear .3s;
    z-index: 92;
}
.menu-btn:hover .menu-btn-line::after, .menu-btn:hover .menu-btn-line::before {
    width: 100%;
}
.menu-btn-line::after{
    content: "";
    height: 100%;
    position: absolute;
    width: 0;
    z-index: 91;
    background-color: rgb(243, 146, 32);
    -webkit-transition: all .15s linear .3s;
    -o-transition: all .15s linear .3s;
    transition: all .15s linear .3s;
}
.menu-btn-line::before{
    content: "";
    z-index: 92;
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #afb4bd;
    -webkit-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}
.menu-btn-line:nth-child(2) {
    margin-top: 7px;
}
.menu-btn-line:nth-child(3) {
    margin-top: 14px;
}
.nav__cont > .nav__body {
    -webkit-transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    left: -425px;
    background-color: rgb(0 0 0 / 70%);
    z-index: 93;
    position: absolute;
    top: 0;
    height: 100vh;
    padding: 3.25rem 4.75rem;
    font-size: 1.5rem;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    min-width: 425px;
}
.nav__cont.nav__on > .nav__body {
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    left: 0;
}
.nav__cont > .nav__body > .close-btn {
    position: relative;
    width: 3rem;
    height: 1rem;
    cursor: pointer;
    padding-top: 7px;   
}
.close-btn-line {
    position: absolute;
    width: 45px;
    height: 1px;
    background-color: #c9c9c9;
}
@media(max-width: 786px) {
    .close-btn-line::after, .close-btn-line::before {
        display: none;
    }
    .menu-btn-line::after, .menu-btn-line::before {
        display: none
    }
}
.close-btn:hover .close-btn-line::after {
    z-index: 94;
    -webkit-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}
.close-btn:hover .close-btn-line::before {
    -webkit-transition: all .15s linear .3s;
    -o-transition: all .15s linear .3s;
    transition: all .15s linear .3s;
    z-index: 95;
}
.close-btn:hover .close-btn-line::after, .close-btn:hover .close-btn-line::before {
    width: 100%;
}
.close-btn-line::after{
    content: "";
    height: 100%;
    position: absolute;
    width: 0;
    z-index: 94;
    background-color: rgb(243, 146, 32);
    -webkit-transition: all .15s linear .3s;
    -o-transition: all .15s linear .3s;
    transition: all .15s linear .3s;
}
.close-btn-line::before{
    content: "";
    z-index: 95;
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #afb4bd;
    -webkit-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}
.close-btn-line:nth-child(2) {
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
}
.close-btn-line:first-child {
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
}
.nav__cont > .nav__body > ul {
    top: -460px;
    -webkit-transition: top .15s linear .15s;
    -o-transition: top .15s linear .15s;
    transition: top .15s linear .15s;
    position: relative;
}
.nav__cont.nav__on > .nav__body > ul {
    -webkit-transition: top 0.5s linear .3s;
    -o-transition: top 0.5s linear .3s;
    transition: top 0.5s linear .3s;
    top: 0;
}
.nav__cont > .nav__body > ul > li > a {
    color: #d4d4d4;
    text-decoration: none;
}

.nav__cont > .nav__body > ul > li > a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    background-color: rgb(243, 146, 32);
    left: 0px;
    bottom: -6px;
    -webkit-transition: width 0.15s ease 0.2s;
    -o-transition: width 0.15s ease 0.2s;
    transition: width 0.15s ease 0.2s;
}
.nav__cont > .nav__body > ul > li.active > a::after, .nav__cont > .nav__body > ul > li > a:hover::after {
    width: 45px;
}
a.flip-animate {
    -webkit-perspective: 1000px;
            perspective: 1000px;
            position: relative;
  }
  a.flip-animate span {
    position: relative;
    display: inline-block;
    padding: 0;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  a.flip-animate span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    text-align: center;
    white-space: nowrap;
  }
  a.flip-animate:hover span, a.flip-animate:focus span, li.active > a > span {
            -webkit-transform: rotateX(90deg) translateY(-22px);
                    transform: rotateX(90deg) translateY(-22px);
  }
  a.flip-animate:hover span:before, a.flip-animate:focus span:before, li.active > a > span::before {
    color: rgb(243, 146, 32);
    font-weight: 600;
  }
/* HEAD */
.head__cont {
    position: absolute;
    color: ivory;
    right: 0;
    z-index: -1;
    /* font-size: 0.675em; */
    /* padding-right : 70px;
    padding-left: 70px;
    padding-bottom: 2.75rem; */
}
.head__cont .box-search {
    margin-right: 70px;
    margin-top: 4rem;
    width: 200px;
    -webkit-animation: searchboxSlide 1s ease-in-out;
            animation: searchboxSlide 1s ease-in-out;
}
.head__cont img {
    position: absolute;
    padding: 0.5rem;
    cursor: pointer;
}
.head__cont input {
    border: 1px solid #fff;
    color: #fff !important;
    background-color: transparent !important;
    padding-left: 2.25rem;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 2rem;
    height: calc(1em + .75rem + 2px) !important
}
#myInputautocomplete-list::before {
    content: "";
    top: -30px;
    position: absolute;
    width: 200px;
    background-color: #1e2d4c;
    height: 30px;
    display: block;
    z-index: -1;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.autocomplete-items {
    background-color: #1e2d4c;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    position: relative;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
#myInputautocomplete-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #1e2d4c;
}

#myInputautocomplete-list::-webkit-scrollbar
{
	width: 5px;
	background-color: #1e2d4c;
}

#myInputautocomplete-list::-webkit-scrollbar-thumb
{
	background-color: #08213a;
	border: 1px solid #555555;
	border-radius: 5px;
}
.autocomplete-items div{
    padding: 0.25rem 0.5rem;
    cursor: pointer;
}
.autocomplete-active {
    background: rgb(0 0 0 / 30%);
}
/* .head__cont .dropdown-menu.show {
    border: none;
    background-color: transparent;
}
.head__cont .dropdown-menu.show .dropdown-item {
    color: #fff;
    background-color: transparent;
    padding: 0;
} */
@-webkit-keyframes searchboxSlide {
    0% {
        max-width: 55px;
    }
    100% {
        max-width: 200px;
    }
}
@keyframes searchboxSlide {
    0% {
        max-width: 55px;
    }
    100% {
        max-width: 200px;
    }
}
/* FOOTER */
.footer__cont {
    position: fixed;
    bottom: 0;
    color: ivory;
    font-size: 0.675em;
    width: 100%;
    padding-right : 140px;
    margin-left: 70px;
    padding-bottom: 2.75rem;
    text-align: right;
}
.footer-wrapper__cont {
    font-size: 0.675em;
    text-align: right;
}
/* CONTENT */
.con__fullscreen-image {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% - 80px);
    margin-left: 80px;
    height: 100vh;
    padding-bottom: 2.75rem;
    z-index: -2;
    position: absolute;
}
.con__fullscreen-image-background {
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% - 80px);
    margin-left: 80px;
    height: 100vh;
    padding-bottom: 2.75rem;
    z-index: -1;
    position: absolute;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.con__fullscreen-background {
    width: calc(100% - 80px);
    margin-left: 80px;
    padding-bottom: 2.75rem;
    z-index: -2;
    position: absolute;
    background-color: #1e2d4c;
    color: #f0f0f0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.con__fullscreen-image > .more-infomation-btn, .con__fullscreen-image-background > .more-infomation-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100vh;
    float: right;
    padding: 6rem 4.25rem;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.home__page .more__about__us {
	display: none;
}

@media(max-width: 768px) {
	.more__about__us {
		text-align: center;
	}
}

.con__fullscreen-image > .more-infomation-btn > a, .con__fullscreen-image-background > .more-infomation-btn > span,.con__fullscreen-background:not(.home__page) .more-infomation-btn > a{
    color: #f0f0f0;
    text-decoration: none;
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	height: 2rem;
    font-weight: 600;
    font-size: 0.95rem;
}
.con__fullscreen-image-background  > .more-infomation-btn > span > img {
    border-radius: 50%;
    background: rgb(0 0 0 / 50%);
}
.con__fullscreen-image > .more-infomation-btn > a > img, .con__fullscreen-image-background  > .more-infomation-btn > span > img {
    position: relative;
    top: 4px;
}
.con__fullscreen-image > .more-infomation-btn > a span {
    position: relative;
}
.con__fullscreen-image > .more-infomation-btn > a:hover span{
    -webkit-animation: liquidAnimation .3s ease alternate;
            animation: liquidAnimation .3s ease alternate;
}
.con__fullscreen-image > .more-infomation-btn > a span:first-child {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(7) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(8) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(9) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(10) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(11) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(12) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(13) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(14) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(15) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(16) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(17) {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(18) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(19) {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(20) {
    -webkit-animation-delay: 2.0s;
            animation-delay: 2.0s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(21) {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
}
.con__fullscreen-image > .more-infomation-btn > a span:nth-child(22) {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
}
@-webkit-keyframes liquidAnimation {
    0% {
        top: 2px;
        /* color: rgb(243, 146, 32); */
    }
    50% {
        top: 0;
        /* color: #fff; */
    }
    100% {
        top: -2px;
        /* color: rgb(243, 146, 32); */
    }
}
@keyframes liquidAnimation {
    0% {
        top: 2px;
        /* color: rgb(243, 146, 32); */
    }
    50% {
        top: 0;
        /* color: #fff; */
    }
    100% {
        top: -2px;
        /* color: rgb(243, 146, 32); */
    }
}

/* HOME */
.con__fullscreen-background video {
    margin-top: 4rem;
    width: 100%;
    height: auto;
}
.con__fullscreen-background .video__cont {
    width: 75%;
    margin: 0 auto;
    padding: 0.5rem;
}
.owl-item img {
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.owl-item:hover img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}
.con__fullscreen-background .con__margin {
    margin-top: 60px;
}
.con__fullscreen-background .owl-next {
    width: 2.5rem;
    position: absolute;
    right: -1.25rem;
    bottom: 50%;
    background-color: #fff !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 24px 0 rgba(24, 38, 113, 0.33);
            box-shadow: 0 12px 24px 0 rgba(24, 38, 113, 0.33);
}
/* ABOUT */
.heading {
    font-weight: 600;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}
.about-heading {
    max-width: 400px;
}
.about__cont img {
    max-height: 300px;
    width: 100%;
}
/* NEWS */
#news__content strong, #news__content i, #news__content span, #news__content li {
    background-color: transparent !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem !important;
}
.page__current {
    padding: 0 25px;
    border: 0.05em solid;
    border-radius: 2rem;
    font-size: 0.9rem;
}
.page__size {
    font-size: 0.9rem;
    margin-left: 0.2rem;
}
.back-button {
    cursor: pointer;
    border-radius: 50%;
}
.next-button {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    border-radius: 50%;
}
/* CONTACT */
.contact__cont img, .contact__cont table {
    margin: 0 auto;
}
.b-b-1 {
    border-bottom: 0.05em solid;
}

.b-t-1 {
    border-top: 1px solid;
}

.fw-600 {
    font-weight: 600;
}

.fd-italic {
    font-style: italic;
}

.heading .left__quote {
    margin-bottom: 1rem;
}

.heading .right__quote {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: 1rem;
}
/* ADMIN MANAGER */
.admin__cont {
    color: #1e2d4c !important;
    height: 100%;
}
@media(max-width: 768px) {
    .nav__cont {
        position: absolute;
    }
    .nav__cont > .nav__control {
        left: -80px;
        position: absolute;
    }
    .nav__cont > .nav__body {
        padding: 3.25rem 2.75rem 5rem;
        position: fixed;
        height: 100%;
    }
    .menu-btn {
        left: calc(100% + 45px);
        background-color: #1e2d4c;
        border-radius: 50%;
        height: 2.5rem !important;
        padding: 5px !important;
    }
    .menu-btn-line {
        width: 30px;
        margin-top: 21px;
    }
    .nav__cont > .nav__body {
        background-color: #1e1e1e;
    }
    .nav__cont.nav__on > .nav__body {
        min-width: 768px;
    }
    .con__fullscreen-image {
        width: 100%;
        margin-left: 0;
        background-image: url('../images/background-mini.jpg');
        background-size: cover;
        z-index: -2;
    }
    .con__fullscreen-background {
        width: 100%;
        margin-left: 0;
        margin-top: 6.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .con__fullscreen-image-background {
        width: 100%;
        background-size: contain;
        margin-left: 0;
        height: auto;
    }
    .con__fullscreen-background .con__margin {
        margin: 0;
    }
    .con__fullscreen-image > .more-infomation-btn {
        float: none;
        padding: 5rem 4.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .con__fullscreen-image > .more-infomation-btn > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }
    .con__fullscreen-background .video__cont {
        width: 100%;
    }
    .con__fullscreen-background video {
        margin-top: 0;
    }
    .head__cont .box-search {
        margin-top: 3rem;
        margin-right: 30px;
    }
    .footer__cont {
        text-align: center;
        z-index: -1;
    }
    .about-heading {
        width: 100%;
    }
    .about__cont img {
        max-height: 100%;
    }
}