html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body.no-scroll {
  overflow: hidden !important;
  height: 100vh;
}

.container-fluid {
    margin: 0;
    padding: 0 !important;
}

@media screen and (max-width: 768px) {
    #main-header {
        display: none !important;
    }

    #second-header {
        display: none !important;
    }

    #mobile-header {
        /* display: inline-block !important; */
        display: flex !important;
        padding: 20px 0;
        align-items: center;
    }

    .mobile-header-inner {
        
        flex:1;
    }

    .logo-image {
        width: 234px !important;
        height: auto;
    }

    .navbar {
        width: 100%;
    }

    .section {
        padding: 40px 20px !important;
    }

    .row > * {
        width: auto !important;
    }

    #back-to-top {
        display: inline !important;
        align-items:center !important;
        justify-content: center !important;
    }
}

#back-to-top {
    display: none;
}

#mobile-header {
    display: none;
    height: 90px;
}

.mobile-header-inner {
    padding: 0 20px;
    height: 100%;
}

.mobile-header-inner .icon {
    color: white;
    padding: 14px 16px !important;
    text-decoration: none;
    font-size: 17px;
    display: block;
    background-color: #f5f0f0 !important;
    border:none;
}

.mobile-toggle-icon {
    position:fixed !important;
}

/* .navbar-mobile {
    position: fixed;
    top: 50%;
    right: 50%;
    left: 50%;
    bottom: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    padding: 2rem;
    overflow-y: auto;
    color: red;
} */

#navbarToggleMobile {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: rgba(245,240,240,.97);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    overflow-y: auto;
    font-family: Poppins;
}

#navbarToggleMobile .close-btn {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    /* font-size: 1.5rem; */
    font-size: 40px;
    /* color: #555; */
    color: rgb(100,98,102);
    cursor: pointer;
    z-index: 10000;
}

.navbar-toggler {
  border: none;               /* remove border */
  box-shadow: none !important; /* remove the blue glow */
  outline: none;              /* remove outline */
}

header {
    height: 155px;
    background-color: #F5F0F0;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    z-index: 1002;
    top: 0;
    left: 0;
    display: block;
    line-height: 1em;
    position: relative;
    line-height: 1em;
}

.header-inner {
    padding: 50px 0; 
    margin: auto;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    position: relative;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center; /* Center children horizontally */
    align-items: center;
}

.title-logo-wrapper {
    width: 100%;
    line-height: 1;
    text-align: center;
    display: flex;
    position: absolute;
    vertical-align: middle;
    justify-content: center;
    flex: 1;
}

.logo-image {
    width: 250px;
    height: auto;
    line-height: 1;
    font-size: 0;
    text-align: center;
    margin: 0;
    font-size: 0;
    opacity: 1;
    -webkit-transition: opacity .14s ease-in-out;
    -moz-transition: opacity .14s ease-in-out;
    -ms-transition: opacity .14s ease-in-out;
    -o-transition: opacity .14s ease-in-out;
    transition: opacity .14s ease-in-out;
}

.logo-image img {
    max-height: 54px;
}

h1 {
    text-rendering: optimizeLegibility;
}

.header-nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1 !important;
    display: flex;
    position: absolute;
    justify-content: center;
    vertical-align: middle;
    flex: 1;
    width: 100%;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.header-nav-second {
    height: 100%;
}

#secondNavigation {
    margin:auto;
    height: 100%;
}

.navbar {
    padding: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center !important;
    vertical-align: middle;
    line-height: 1em !important;
}

.nav-wrapper {
    text-align: center;
    position: relative;
    display: block;
}

.index {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.nav-menu:hover {
    cursor: pointer;
}

#second-header {
    position: fixed !important;
}

.index div {
    color: rgba(41, 42, 46, .7) !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1em;
    padding: 9px 12px;
}

div a {
    display: block;
    padding: .75em 1em;
}

/* .carousel-control-prev-icon {
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23fff' stroke-width='0.1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    background-image: url("{{ asset('images/logo/icon-back.png') }}");
} */

.carousel-control-prev {
    justify-content: start !important;
}

.carousel-control-next {
    justify-content: end !important;
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
 }

.section-content-title {
    color: #b48944;
    font-size: 13px;
    font-family: Poppins;
    text-transform: uppercase;
}

.section-content-subtitle {
    margin: 24px 0 0;
    font-size: 35px;
    font-family: Poppins;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 17px;
    text-align: center;
}

.section-content-subtitle::after {
    content: "";
    /*position: absolute;*/
    display: block;
    width: 60px;
    height: 1px;
    /*background: #5846f9;*/
    /*background-color: rgb(35, 177, 223);*/
    background-color: black;
    bottom: 0;
    /*left: calc(50% - 50px);*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /*width: 100%;*/
}

.section {
    padding: 0 200px;
}

.description {
    font-size:14px;
    padding-top: 17px;
    font-family: 'Goudy Bookletter 1911';
    text-align: center;
    color: rgb(143,127,144);
}

.inner-content {
    padding-top: 17px;
    padding-bottom: 17px;
    width: 100%;
}

.inner-content-image {
    padding-top: 17px;
    padding-bottom: 17px;
}

#content-about {
    background-color: #F3F2F2;
}

.container-content {
    overflow: hidden;
}

.more-about:hover {
    cursor: pointer;
}

.more-about {
    height: 100%;
    width: 100%;
    display: flex;
    padding: 0;
}

#content-contact {
    background-color: #F3F2F2;
}

.preFooter {
    background-color: #003e54;
    color: #c9c9c9;
    min-height: 495px;
}

.pre-footer-inner {
    -webkit-transition: all .25s ease-in-out .1s;
    -moz-transition: all .25s ease-in-out .1s;
    -ms-transition: all .25s ease-in-out .1s;
    -o-transition: all .25s ease-in-out .1s;
    transition: all .25s ease-in-out .1s;
    padding: 34px;
}

.section-content-footer {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    color: white;
    line-height: 1.5em;
    letter-spacing: 4.71px;
    text-transform: none;
    padding-top: 78.5px;
}

.section-content-footer-subtitle {
    margin: 24px 0 0;
    font-size: 35px;
    font-family: Poppins;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 17px;
}

.section-content-footer-subtitle::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: white;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#footer {
    background-color: black;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
}

/*loading screen style*/
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-content {
    background: white;
    padding: 20px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
}

input {
    padding: 10px !important;
}
/*end loading screen style*/

#navbarToggleMobile::hover {
    cursor: pointer !important;
}