/*segregated in 3 stage for css */

/* 1. Header */
/* 2. Footer */
/* 3. Responsive of both  */


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* header */


        ul li{
            list-style-type: none;
        }
        .navbar-light .navbar-nav .nav-link {
            font-weight: 600;
            color: #10316f;
            font-size: 16px;
        }
        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-item ul li a:hover {
            color: #004f7f;
            border-radius: 7px;
            background-color: #ced3cd;
        }

        .navbar-light .navbar-brand {
            color: #fff;
            font-size: 25px;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show/*, .navbar-light .navbar-nav .show > .nav-link*/ {
        color: #fff;
        }

        .navbar-toggler {
        background: #fff;
        }

        .nav-link {
        padding: .2rem 1rem;
        }

        .nav-link.active,.nav-link:focus {
        color: #fff;
        }

        .navbar-toggler {
        padding: 1px 5px;
        font-size: 18px;
        line-height: 0.3;
        }
        .instagram{
            background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
        }
        .abhi-logo img{
            width: 160px;
            height: 60px;
        }


        @media screen and (max-width: 210px) {
            .abhi-logo img{
                width: 100px;
                height: 45px;
            }
            .navMargin{
                font-family: 'Poppins',sans-serif;
                font-size: 14px;
            }
            .header-social a {
                padding: 0px 10px !important;
            }
        }

        @media screen and (min-width: 210px) and (max-width: 380px) {
            .abhi-logo img {
                width: 150px;
                height: 50px;
            }
            .navMargin{
                padding: 0px;
                font-family: 'Poppins',sans-serif;
                font-size: 14px;
            }
            .header-social a {
                padding: 0px 10px !important;
            }
        }

        @media screen and (min-width: 381px) and (max-width: 576px) {
            .abhi-logo img {
                width: 150px;
                height: 50px;
            }
            .navMargin{
                padding: 0px;
                font-family: 'Poppins',sans-serif;
                font-size: 14px;
            }
            .header-social a {
                padding: 0px 10px !important;
            }
        }

        @media screen and (min-width: 576px) and (max-width: 768px) {
            .abhi-logo img {
                width: 150px;
                height: 50px;
            }
            .navMargin{
                padding: 0px;
                font-family: 'Poppins',sans-serif;
                font-size: 14px;
            }
        }

        @media only screen and (max-width: 768px) {
            .nav-item {
                padding-left: 0px;
            }
            .navMargin{
                font-family: 'Poppins',sans-serif;
                font-size: 14px;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 992px) {
            .abhi-logo img {
                width: auto;
                height: 60px;
            }
            .nav-item{
                padding-left: 0px !important;
            }
            .navbar-light .navbar-nav .nav-link {
                font-weight: 600;
                color: #10316f;
                font-size:12px;
                padding-left: 2px;
            }
            .navMargin{
                max-width: fit-content;
                font-family: 'Poppins',sans-serif;
                font-size: 14px;
            }
        }

        @media screen and (min-width: 992px) and (max-width: 1200px) {
            .abhi-lgo img {
                width: 165px !important;
                height: 55px;
            }
            .navbar-light .navbar-nav .nav-link {
                font-weight: 600;
                color: #10316f;
                font-size:14px;
            }
            .nav-item{
                padding-left: 5px !important;
            }
            .navMargin{
                max-width: fit-content;
                font-family: 'Poppins',sans-serif;
                font-size: 14px;
            }
        }

        @media screen and (min-width: 1200px) {
            .abhi-logo img {
                width: 180px;
                height: auto;
            }
            .nav-item{
                padding-left: 10px !important;
            }
            .navMargin{
                max-width: fit-content;
                font-family: 'Poppins',sans-serif;
                font-size: 14px;
                margin-left: 0px;
            }
        }
        ul {
        padding-bottom: 0px !important;
        }

/* header End */





/* ----------------------------------------------------------------------------------- */
    #entupleFooter {
        padding-top: 50px;
        background-color: #ccc;
        display: inline;
        float: left;
        width: 100%;
    }

    .entuple-footer-top {
        background-color: #ccc;
        display: inline;
        float: left;
        /*padding: 25px 0 10px 0;*/
        padding-top: 13px;
        width: 100%;
    }

    .entuple-single-footer {
        display: inline;
        float: left;
        color: rgb(12 12 12 / 80%);
        font-size: 14px;
        width: 100%;
    }

    .follow-us {
        margin-bottom: 15px;
    }

    .entuple-single-footer h3 {
        color: rgb(28 28 28 / 90%);
        font-size: 18px !important;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .entuple-social-media {
        display: inline;
        float: left;
        width: 100%;
        border-top: 1px solid #1c85c4;
        padding-top: 12px;
    }
    .entuple-social-media a {
        background-color: #3b5998;
        border: 1px solid #babcbe;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        margin-right: 6px;
        text-align: center;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .quick-links h3 {
        margin-bottom: 13px;
    }
    .entuple-single-footer ul li {
        border-bottom: 1px solid #1c85c4;
        list-style: none;
        margin-bottom: 10px;
        padding-bottom: 12px;
        font-size: 14px;
    }
    .entuple-single-footer ul{
        padding-left: 5px !important;
    }
    .entuple-single-footer ul li:last-child {
        border-bottom: none;
    }
    .entuple-single-footer ul li a {
        color: rgb(12 12 12 / 80%);
    }
    .entuple-single-footer .entuple-useful-links li {
        line-height: 1;
    }
    .entuple-single-footer .list-unstyled li {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }
    .entuple-single-footer .list-unstyled li.media span {
        margin-right: 10px;
    }
    .entuple-single-footer .list-unstyled li.media p {
        line-height: 1.5;
        margin-top: -5px;
        margin-bottom: 4px;
        font-size: 14px;
    }
    .entuple-single-footer .list-unstyled li.media a {
        font-size: 12px;
    }

    .entuple-footer-bottom {
    background-color: #004f7f;
    display: inline;
    padding: 10px 0;
    float: left;
    width: 100%;
    }
    .entuple-footer-bottom-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    }
    .entuple-copy-right {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    }
    .entuple-copy-right a {
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    }
    .entuple-copy-right a:hover {
        color: #0091ea;
    }

    /*  ---- .quick-socialmedia-links */
    .quick-socialmedia-links {
        position: fixed;
        right: 0;
        top: 60%;
        z-index: 20;
    }
    .socialmedialinks-li {
        list-style: none;
        margin-bottom: 1px;
    }
    .socialmedialinks-li a {
        width: 45px;
        height: 45px;
        padding-top:10px;
        border-radius: 1px;
        /* background-color: #4267B2; */
        text-align: center;
        line-height: 28px;
        font-size: 24px;
        display: block;
        color: #ffff;
    } 
/* ----------------------------------------------------------------------------------- */
