
body {
    font-family: Montserrat;
    position: relative;
    background: #191828;
}

.main-container {
    width: 100%;
    max-width: 1280px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
}

.main-logo {
    width: 115px;
    position: relative;
    z-index: 11;
}
.footer-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.final-navbar {
    background: #fff;
    color: #FFF;
    z-index: 1050;
    -webkit-box-shadow: black 1px 1px 20px;
    box-shadow: black 1px 1px 20px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}



.final-navbar-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.final-nav-manual-items {
    width: 20% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}
.final-nav-manual-items:nth-of-type(3) {
    width: 30% !important;
}
.final-nav-link {
    color: #000;
    font-size: 24px;
    line-height: 1.1;
    background-image: linear-gradient(to right,#fff,#fff 50%,#fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0 !important;
    position: relative;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out;
    font-weight: 500;
}


.final-nav-link:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all .3s ease-in-out;
}

.final-nav-link.scrolled  {
    background-image: linear-gradient(to right,#57c9e7 ,#57c9e7  50%,#fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
}
.final-nav-link.scrolled:before {
    background: #57c9e7 ;
}
.final-nav-link:hover:before {
    width: 100%;
}
.final-nav-link:hover {
    text-decoration: none;
    background-position: 0;
}


.dropdown {
   height: 100%;
}
.dropdown .final-dropdown-menu {
    background: #191919 !important;
    color: #fff !important;
    padding: 22px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,70%);
    border-radius: 8px;
}
.final-nav-dropdown {
    line-height: 1;
    background: transparent;
    color: #fff;
    font-size: 10px;
    margin-left: 20px;
}

.final-nav-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.final-navbar-toggler-icon {
    background: #fff;
    /*display: block;*/
    width: 41px;
    height: 2px;
    margin: 5px 0;
    position: relative;
    transition: all .5s;
    transform: rotate(43deg);
}

.final-navbar-toggler-icon:before {
    content: "";
    background: #fff;
    display: block;
    width: 40px;
    height: 2px;
    position: relative;

    transform: rotate(-80deg);
    top: 0px;
}

.final-navbar-toggler-icon:after {
    content: "";
    background: #fff;

    width: 40px;
    height: 2px;
    position: relative;
    bottom: 12px;
    display: none;
}

.final-navbar-toggler-icon-1 {
    background: #273140;
}

.final-navbar-toggler-icon-1:after {
    background: #273140;
}

.final-navbar-toggler-icon-1:before {
    background: #273140;
}

.final-navbar-toggler {
    padding: 0.7rem .75rem;
    position: relative;
    z-index: 11;
    color: #fff;
}
.final-navbar-toggler:focus {
    outline: none;
}
.final-nav-dropdown-menu {
    background: #1f1f1fd9;
    min-width: 100%;
}

.final-nav-dropdown-item {
    color: #fff;
    font-size: 10px;
}
.clicked {
    height: 100px !important;
}



/*Footer*/
footer {
    color: #fff;
}
footer hr {
    border-top: 1px solid #fff;
}

.footer-head {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin: 80px auto 20px;
    text-align: center;
    text-transform: uppercase;
}
.footer-head span {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 1.3em;
}
.footer-head span:after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 8px;
    bottom: 8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: #57c9e7;
}
.footer-contact-us-link {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #808080;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .5s;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
}
.footer-contact-us-link:hover {
    color: #57c9e7;
    text-decoration:none;
}

.footer-title{
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: 500;
}
.footer-title img {
    width: 28px;
}

.footer-social {
    margin: 0 7px;
    display: block;
    width: 39px;
}

.pop-up-btn {
    background: transparent;
    border: 0;
    color: #fff;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 23px;
}
.pop-up-btn:focus {
    outline: none;
}
.privacy-link {
    color: #fff;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 18px;
}
.privacy-link:hover {
    color: #fff;
}
.footer-last {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: #808080;

}
.footer-title span:first-of-type {
    display: inline-block;
    margin-right: 3px;
}

.pop-up-model .modal-content{
    background: transparent;
}

.pop-up-form {
    justify-content: center;
    text-align: center;
    display: flex;
    height: 200px;
    width: 300px;
    background-color: rgb(25, 25, 25);
    color: white;
    padding: 10px;
    flex-direction: column;
    position: relative;
    z-index: 1050;
    margin: auto;
}
.pop-up-head {
    font-weight: bold;
    color: rgb(166, 166, 166);
    text-align: left;
    padding: 3px 7px 5px;
    display: block;
    height: 44px;
    font-size: 17px;
    text-align: left;
}
.pop-up-submit {
    text-align: center;
    width: 90%;
    z-index: 5;
    border: 0;
    color: rgb(0, 0, 0);
    cursor: pointer;
    outline: none;
    font-size: 14px;
    background-color: #57c9e7;
    margin: 0px auto;
    border-radius: 20px
}

.pop-up-form-control-input {
    width: 90%;
    background: transparent;
    border: 1px solid #57c9e7;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 14px;
    margin: auto;
}

/*Start Media*/

@media (max-width:1199px) {
    .final-nav-link:hover {
        color: #fff !important;
        background-position: inherit;
    }
    .pop-up-form {
        width: inherit;
    }
    .final-navbar .main-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .final-navbar-collapse {
        background: #12103d;
        padding-top: 10px;
        padding-bottom: 15px;
        width: 100%;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 10;
        display: flex;
        justify-content: center;
        transition: none;
        margin: 0 -1rem;
    }
    .final-nav-manual-items, .final-navbar-nav {
        width: 100%!important;
    }
    .final-nav-manual-items {
        display: block;
        height: auto;
    }
    .final-navbar-toggler.collapsed .final-navbar-toggler-icon {
        transform: rotate(0);
        width: 31px;
    }
    .final-navbar-toggler.collapsed .final-navbar-toggler-icon:before {
        transform: rotate(0);
        top: 10px;
    }
    .final-navbar-toggler.collapsed .final-navbar-toggler-icon:after {
        display: block;
    }
    .final-nav-link {
        text-align: center;
        display: block;
        margin: 20px;
        font-weight: 700;
        font-size: 35px;
    }
    .main-logo {
        margin-left: 50px;
        width: 93px;
    }
    .final-nav-manual-items:nth-of-type(3) {
        width: 100% !important;
    }
    .pop-up-model .modal-dialog {
        max-width: inherit;
        margin: 1.75rem;
    }
}

@media (max-width:576px)  {
    .main-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .final-navbar-collapse {
        margin: 0;
    }
    .final-navbar {
        padding:0;
    }
    .main-logo {
        margin-left: 0;
        padding: 0;
        width: 21vw;
    }
    .final-navbar-toggler {
        font-size: 4vw;
    }

    .final-nav-link {
        margin: 5vw;
        font-size: 7vw;
    }

    .footer-head {
        font-size: 7vw;
        margin: 11vw auto 7vw;
    }
    .footer-contact-us-link {
        font-size: 5vw;
        margin-bottom: 11vw;
    }
    .footer-title {
        font-size: 4vw;
        margin-bottom: 1rem;
        text-align: center;
    }
    .footer-social {
        margin: 3vw;
    }
    .footer-last {
        font-size: 3.5vw;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer-head span:after {
        bottom: 3px;
    }
}