﻿
@import url('../fonts/stylesheet.css');

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Proxima Nova' !important;
    margin: 0;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    body::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }


@media screen and (max-width:850px) {

    .top-navbar {
        display: none !important;
    }

    .login-btn, .get-btn {
        font-size: 22px;
        font-weight: 500;
        padding: 15px 25px !important;
    }
}

@media screen and (min-width:850px) {

    .top-side-navbar {
        display: none !important;
    }
}


@media screen and (min-width:786px) {
    .nav-width {
        max-width: 1100px;
        width: 100%;
    }

    .logo-width {
        max-width: 650px;
        width: 100%;
    }

    .btn-width {
        max-width: 260px;
        width: 100%;
    }
}


.navbar-nav li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    margin-right: 50px;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: capitalize;
}


.login-btn {
    color: rgba(2, 85, 153, 1);
    border: 1px solid rgba(2, 85, 153, 1);
    border-radius: 4px;
    padding: 5px 15px;
    background-color: transparent;
    text-transform: capitalize;
}

.get-btn {
    background-color: rgba(2, 85, 153, 1);
    padding: 5px 15px;
    color: white;
    border: 1px solid rgba(2, 85, 153, 1);
    border-radius: 4px;
    text-transform: capitalize;
}


/*php footer*/

.php-footer {
    padding-top: 7rem;
    background: url(../images/footerbackimg.png)   no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
}


/* Modal Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-content {
    background-color: #ffffff;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5em;
    cursor: pointer;
}

.modal-content p {
    margin: 15px 0;
}

.modal-content button {
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
}



@media screen and (min-width:992px) {
    .footer-width {
        max-width: 1300px;
    }
}

@media screen and (min-width:1550px) {
    .php-footer {
        
    }
}

.footer-width .row .col-md {
    padding: 0 7px;
}


.foot-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
    color: white;
    text-transform: capitalize;
}

.foot-list{
    display:flex;
    align-items:center;
}

@media screen and (max-width:992px) {
    .foot-list {
        padding-left: 0 !important;
    }

        .foot-list li {
            padding: 0 0 0px 10px !important;
        }
}

.foot-list {
    list-style: none;
    padding-left: 50px;
    margin-bottom: 0;
}

    .foot-list li {
        padding: 0px 0 0 10px;
    }

        .foot-list li a {
            font-size: 16px;
            font-weight: 400;
            line-height: 29px;
            letter-spacing: 0em;
            text-align: left;
            color: white;
            text-transform: capitalize;
            text-decoration: none;
        }

            .foot-list li a:hover {
                color: black !important;
            }


.foot-input {
    max-width: unset;
    width: 330px;
    background-color: white;
    color: #00558E;
    border: none;
    border-radius: 6px;
    height: 40px;
    padding: 5px 15px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    text-transform: capitalize;
}

    .foot-input:focus {
        outline: none;
    }

    .foot-input::placeholder {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #00558E;
        text-transform: capitalize;
    }

.subs-btn {
    background-color: #0589C8;
    position: absolute;
    right: 0;
    height: 40px;
    padding: 0 25px;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: capitalize;
}

.socialRow a img {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(269deg) brightness(200%) contrast(101%);
}

    .socialRow a img:hover {
        filter: invert(16%) sepia(65%) saturate(3834%) hue-rotate(194deg) brightness(97%) contrast(98%);
    }
/*php footer*/
/*side menu*/
/*styling open close button*/
.button {
    display: inline;
    position: relative;
    z-index: 999;
    font-size: 30px;
}

    .button a {
        text-decoration: none !important;
    }

a {
    text-decoration: none;
}


.html {
    overflow-y: auto;
}

.overflowhtml {
    overflow-y: hidden !important;
}

.btn-open:after {
    color: #025599;
    content: "\f0c9";
    font-family: "FontAwesome";
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}



.btn-close:after {
    color: black;
    content: "\f00d";
    font-family: "FontAwesome";
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

/*overlay*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #333;
    overflow: auto;
    z-index: 99;
}

.wrap {
    color: #e9e9e9;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

.smalsideNav {
    list-style: none;
    padding-left: 0;
}

    .smalsideNav li a {
        color: white;
        padding: 15px;
        display: block;
        font-size: 25px;
        font-weight: 700;
    }





/*side menu*/
