/* COLORS ========================================== */
/* FONTS ========================================== */
/* MIXINS ========================================== */
/* RESET ========================================== */

.site-branding {
    display: flex;
    flex-direction: row;
    text-align: center;
    padding-bottom: 0px !important;
}

.main_head {
    display: flex !important;
    flex-direction: row;
    justify-content: center;

}

.site-title {
    font-size: 33px !important;
    /*font-size: 2.1rem !important;*/
}

.site-description {
    font-size: 18px;
}

.navbar-inverse {
    background-color: #ffffff52 !important;
    border-color: #bebdbd !important;
}

.navbar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navbar {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100% !important;
    align-items: center;
}

#large-screen-customize {
    max-width: 1400px;
    align-items: center;
    flex-wrap: nowrap;

}


.navbar-fixed-bottom,
.navbar-fixed-top {
    /*position: fixed;*/
    right: 0;
    left: 0;
    z-index: 1030;
}

element.style {}

.hero-image {
    background-image: url('https://i.ibb.co/ZXbmK31/photo-1485797532868-c4401a435f08.jpg" alt="photo-1485797532868-c4401a435f08');
    background-size: cover;
    min-height: 400px;
    /* background: radial-gradient(black, transparent);
     */
    background-repeat: no-repeat;
}

body>header>div>div>div>div.burger>p {
    margin: 11px 16px 15px -114px;
    font-weight: 600;

}

#bar {
    background: white;
    font-family: Designio;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    height: 60px;
    background-size: 100%;
}

.first {
    height: 100vh;
    min-height: 400px;
    background-size: contain;
    background-image: url('https://i.ibb.co/z4yV47M/Banner-01.jpg');
}

.affix {
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.affix-top .nav>li>a {
    color: #000;
}

.affix-top.navbar .nav>li>a:hover,
.affix-top.navbar .navbar-brand {
    color: #333;
}

section {
    height: calc(90% - 50px);
    /*height: 90vh;*/
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px !important;
}

/***********************************************/
/******************CUSTOME DESIGN****************** **********************************************/
/* BURGER ========================================== */

.header_manage {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
}

.header-area {
    border: 1px solid #d6d0d0 !important;
}

.burger {
    width: 60px;
    height: 60px;
    position: relative;
    /* right: 29px; */
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 999;
}

.burger span {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    outline: 1px solid transparent;
    transition: background-color 0.3s, transform 0.3s;
}

.burger span,
.burger span::before,
.burger span::after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: transform 0.3s;
}

.burger span::before {
    top: -9px;
}

.burger span::after {
    top: 9px;
}

.burger.clicked span {
    background-color: transparent;
}

.burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before,
.burger.clicked span:after {
    background-color: #000;
}

.burger:hover {
    cursor: pointer;
}

/* NAV ========================================== */
nav {
    background-color: #fff;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 515px;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

nav.show {

    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

nav.show ul.main li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

nav.show ul.main li:nth-child(1) {
    transition-delay: 0.15s;
}

nav.show ul.main li:nth-child(2) {
    transition-delay: 0.3s;
}

nav.show ul.main li:nth-child(3) {
    transition-delay: 0.45s;
}

nav.show ul.main li:nth-child(4) {
    transition-delay: 0.6s;
}

nav.show ul.main li:nth-child(5) {
    transition-delay: 0.75s;
}

nav.show ul.main li:nth-child(6) {
    transition-delay: 0.9s;
}

nav.show ul.main li:nth-child(7) {
    transition-delay: 1.05s;
}

nav.show ul.main li:nth-child(8) {
    transition-delay: 1.2s;
}

nav.show ul.main li:nth-child(9) {
    transition-delay: 1.35s;
}

nav.show .about,
nav.show .social,
nav.show ul.sub {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .85s;
}

nav ul.main {
    list-style-type: none;
}

nav ul.main li {
    margin-bottom: 20px;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav ul.main li:last-of-type {
    margin-bottom: 0px;
}

nav ul.main li a {
    color: #000;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    display: block;
    letter-spacing: 5px;
    font-weight: 600;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav ul.main li a span {
    color: #b7ac7f;
}

nav ul.main li a:hover {
    color: #b7ac7f;
}

nav .about {
    margin-top: 40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav .about p {
    color: #000;
    font-family: "Spectral", serif;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    line-height: 170%;
}

nav .social {
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav .social:after {
    content: "";
    width: 230px;
    height: 2px;
    background-color: #b7ac7f;
    position: absolute;
    bottom: 0;
    left: 0;
}

nav .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 25px;
}

nav .social a:last-of-type {
    margin-right: 0px;
}

nav .social a:hover svg path,
nav .social a:hover svg circle {
    fill: #b7ac7f;
}

nav .social a svg {
    width: 100%;
    height: 100%;
}

nav .social a svg path,
nav .social a svg circle {
    fill: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav ul.sub {
    list-style-type: none;
    margin-top: 40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav ul.sub li {
    margin-bottom: 10px;
}

nav ul.sub li:last-of-type {
    margin-bottom: 0px;
}

nav ul.sub li a {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav ul.sub li a:hover {
    color: #b7ac7f;
}

/* OVERLAY ========================================== */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #d4d4d4;
    opacity: 0;
    visibility: hidden;
}

.overlay.show {
    opacity: 0.8;
    visibility: visible;
}

/***************************************** ********* Responsive start*************** * ***************************************/
@media (max-width:1024px) {
    .navbar {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .cover {
        position: relative;
        left: -90.5px;
        box-sizing: border-box;
        width: 1351px;
        padding-left: 90.5px;
        padding-right: 90.5px;
        max-height: 420px;
        object-fit: cover;
    }

    body>header>nav {
        z-index: 999;
    }

    .hero-image {
        min-height: 700px;
    }
}

@media (max-width: 667px) {
    .navbar {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    nav {
        padding: 120px 90px 70px 90px;
    }

    .site-logo-img {
        width: 80px !important;
        height: 60px !important;
    }


    .burger {
        width: 50px;
        height: 50px;
        position: relative;
        border-radius: 4px;
        /* right: 10px; */

        border-radius: 4px;
        z-index: 999;
    }

    .header_manage {
        display: flex;
        flex-direction: row;
        /*align-item:center;*/
        align-content: space-between;
    }

    .custom-logo {
        max-height: 70px !important;
        max-width: 70px !important;
    }

    body>header>nav {
        z-index: 10;
    }
}

@media (min-width:768px) {
    .navbar {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .site-title {
        font-size: 28px !important;
    }

    .site-description {
        font-size: 16px !important;
    }

    .nav ul.main li a {
        font-size: 15px !important;

    }

    .site-logo-img {
        width: 80px !important;
        height: 60px !important;
    }

    .affix-top {
        /* navbar style at top */
        background: transparent;
        border-color: transparent;
        padding: 15px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .custom-logo {
        max-height: 70px !important;
        max-width: 70px !important;
    }

    .burger {
        width: 50px;
        height: 50px;
        position: relative;

        border-radius: 4px;
        z-index: 999;
    }

    .cover {
        position: relative;
        left: -90.5px;
        box-sizing: border-box;
        width: 1351px;
        padding-left: 90.5px;
        padding-right: 90.5px;
        max-height: 420px;
        object-fit: cover;
    }

    body>header>nav {
        z-index: 9;
    }

    .hero-image {
        min-height: 500px;
    }
}

@media (max-width:425px) {


    .site-title {
        font-size: 22px !important;
    }

    .site-description {
        font-size: 12px !important;
    }

    .nav ul.main li a {
        font-size: 1rem !important;
    }

    .burger {
        width: 50px;
        height: 50px;
        position: relative;
        /*top: 32px;*/
        /*right: -8px;*/
        border-radius: 4px;
        z-index: 999;
        /* margin-left: -10px; */
    }

    .site-logo-img {
        width: 80px !important;
        height: 60px !important;
    }

    .header_manage {
        display: flex;
        flex-direction: row;
        align-content: space-between;
    }

    .custom-logo {
        max-height: 70px !important;
        max-width: 70px !important;
    }
}

.cover {
    position: relative;
    left: -90.5px;
    box-sizing: border-box;
    width: 1351px;
    padding-left: 90.5px;
    padding-right: 90.5px;
    max-height: 200px;
    object-fit: cover;
}

body>header>nav {
    z-index: 9;
}

.hero-image {
    min-height: 400px;
}


@media (max-width:375px) {
    .navbar {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .site-title {
        font-size: 20px !important;
    }

    .site-description {
        font-size: 12px !important;
    }

    .nav ul.main li a {
        font-size: 15px !important;
    }

    .burger {
        width: 60px;
        height: 60px;
        position: relative;
        /*right: 20px;*/
        /*top: 20px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .burger span {
        position: relative;
        width: 50%;
        height: 2px;
        margin-top: 9px;
        margin-bottom: 9px;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -56px;
    }

    .mobile_number {
        visibility: hidden;
    }

    body>header>nav {
        z-index: 1;
    }

    .hero-image {
        min-height: 400px;
    }
}