﻿body-for-sticky {
    padding-bottom: 6rem !important; /* Adjust this value to create more space */
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main1 {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}





.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.mobilemenu {
    overflow: hidden;
/*    background-color: #333;*/
    position: relative;
    color:dodgerblue !important;
}

    .mobilemenu #myLinks {
        display: none;
    }

    .mobilemenu a {
        color: black;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        .mobilemenu a.icon {
            /*  background: black;*/
         /*   background-color: #ddd;*/
            display: block;
            position: relative;
            right: 0;
            top: 0;
        }

        .mobilemenu a:hover {
            background-color: cadetblue;
            color: black;
        }

.active {
    background-color: #04AA6D;
    color: white;
}






.fa-ul {
  line-height:30px;
}
@media only screen and (max-width: 768px) {
    .fa-ul {
        line-height: 25px !important;
    }
}


    .footer-logo-wrap1 {
        margin-left: 182px;
    }

    @media only screen and (max-width: 768px) {
        .footer-logo-wrap1 {
            margin-left: 35px;
        }
    }


    body {
        overflow-x: hidden;
        margin:1%!important
    }

    .toolbar-area {
        display: block
    }

    .navbar {
        display: block
    }

    .mobilemenu {
        display: none
    }

    @media only screen and (max-width: 768px) {
        .container1 {
            /*   margin-left: 70% !important;*/
        }
    }

    @media only screen and (max-width: 768px) {
        .mobilemenu {
            display: block
        }
    }

    @media only screen and (max-width: 768px) {
        .toolbar-area {
            display: none
        }
    }

    @media only screen and (max-width: 768px) {

        .row {
            display: flex !important;
        }
    }

    @media only screen and (max-width: 768px) {
        .navbar {
            display: none
        }
    }




.toolbar-sl-share{
    float:right;
}



nav.nav.navbar, .menu-area .col-sm-9.menu-responsive {
    position: static !important;
}

    .menu-area .navbar {
        margin-bottom: 0;
        border: 0;
        float: right;
        padding: 0;
        margin-right: 25px;
    }


    #rs-header .logo-area {
        position: relative;
        z-index: 9;
        float: left;
        margin-right: 20px;
        line-height: 40px;
    }

    .header-logo {
        margin-left: 5%;
    }

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 1%;
    }

    .toolbar-area {
        color: #FFFFFF;
    }

    .toolbar-area {
        background-image: linear-gradient(90deg, #1f97db 10%, #36b9ee 100%) !important;
        height: 10% !important;
    }

    .toolbar-contact {
        display: inline;
    }

    .toolbar-area .toolbar-contact ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .toolbar-area .toolbar-contact ul li {
            display: inline-block;
            line-height: 50px;
            color: #fff;
        }

            .toolbar-area .toolbar-contact ul li i {
                font-size: 14px;
                margin-right: 6px;
                vertical-align: middle;
                color: #fff;
            }

                .toolbar-area .toolbar-contact ul li i.flaticon-mail {
                    position: relative;
                    top: 1px;
                }

                .toolbar-area .toolbar-contact ul li i:before {
                    font-size: 18px;
                    margin-left: 0;
                }

            .toolbar-area .toolbar-contact ul li a {
                transition: all 0.4s ease-in-out 0s;
                color: #fff;
                border-right: 1px solid #2a8af5;
                margin-right: 2px;
                padding-right: 2px;
                font-family: Roboto !important;
            }

                .toolbar-area .toolbar-contact ul li a:hover {
                    color: #ccc;
                }

            .toolbar-area .toolbar-contact ul li:last-child a {
                border: none;
            }

    @media (min-width: 992px) {
        .col-lg-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
    }

    @media (min-width: 992px) {
        .col-lg-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
    }

    .toolbar-area .toolbar-sl-share ul li a i:hover {
        color: #061340;
    }

    .row {
        height: 44%;
        display: flex;
    }



    .toolbar-sl-share {
        display: inline;
    }

    .toolbar-area .toolbar-sl-share ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .toolbar-area .toolbar-sl-share ul li {
            display: inline-block;
            line-height: 50px;
            color: #fff;
        }

            .toolbar-area .toolbar-sl-share ul li i {
                font-size: 14px;
                margin-right: 6px;
                vertical-align: middle;
                color: #fff;
            }

                .toolbar-area .toolbar-sl-share ul li i.flaticon-mail {
                    position: relative;
                    top: 1px;
                }

                .toolbar-area .toolbar-sl-share ul li i:before {
                    font-size: 18px;
                    margin-left: 0;
                }

            .toolbar-area .toolbar-sl-share ul li a {
                transition: all 0.4s ease-in-out 0s;
                color: #fff;
                border-right: 1px solid #2a8af5;
                margin-right: 20px;
                padding-right: 20px;
            }

                .toolbar-area .toolbar-sl-share ul li a:hover {
                    color: #ccc;
                }

            .toolbar-area .toolbar-sl-share ul li:last-child a {
                border: none;
            }

    .toolbar-area .toolbar-contact ul li {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        margin-right: 20px;
        padding-right: 20px;
    }

    .toolbar-area .toolbar-contact ul li, body #rs-header .toolbar-area .opening, body #rs-header.header-style5 .toolbar-area .opening {
        border-color: #2a81e1 !important;
    }

    .menus {
        font-size: larger;
        font-family: sans-serif;
    }

    .container1 {
        margin-left: 25%;
    }

    .row-table {
        display: flex;
        width: 100%;
        position: relative;
        align-items: center;
        /* background-image: linear-gradient(90deg, #1f97db 10%, #36b9ee 100%) !important; */
    }

    .navbar {
        position: static !important;
    }

    .navbar {
        margin-bottom: 0;
        border: 0;
        float: right;
        padding: 0;
        margin-right: 25px;
    }

    #rs-header .menu-sticky .menu-area {
        background: #fff;
    }

    #rs-header.header-style1 .menu-area, #rs-header.header-style5 .menu-area {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .menu-area {
        padding-top: 0;
        padding-bottom: 0;
    }

    *, *:before, *:after {
        box-sizing: inherit;
    }

    .rs-contact-info1 {
        display: flex;
        /* Optional: Control spacing and alignment */
        justify-content: space-around; /* Distributes space evenly */
        align-items: center; /* Aligns items vertically in the center */
        list-style-type: none; /* Removes default bullet points */
    }


    .rs-contact-info {
        margin-left: 2%;
    }


    ul li {
        display: inline;
        /* Optional: Add spacing between items */
        margin-right: 70px;
    }

    @media (max-width: 767px) {
        .container1 {
            margin-left: 9% !important;
        }
        /* margin-left: 0% !important;*/
    }
}

    /*.mainhead {
    height: 142.9px;
    display: block !important;
}

@media (max-width: 767px) {
    .mainhead {
        height: 142.9px;
        display: flex !important;
    }
}
*/
    html, body {
        height: 100%;
        margin: 0;
    }
@media (max-width: 767px) {
    //tab
    .footer-2 {
        margin-top: 26% !important;
        margin-left: 30% !important;
        line-height: 1px;
    }
}
@media (max-width: 2560px) {

    .footer-2 {
        margin-top: 6% !important;
        margin-left: 18% !important;
    }
}

@media (max-width: 1024px) {

    .footer-2 {
        margin-top: 9% !important;
        margin-left: 12% !important;
    }
}

@media (max-width: 1440px) {

    .footer-2 {
        margin-top: 13% !important;
        margin-left: 6% !important;
    }
}


@media only screen and (max-width: 768px) {
    .footer-2 {
        display: none
    }
}