#navbar {

    background-color: #333;

    position: fixed;

    top: 0;

    width: 100%;

    display: block;

    transition: top 0.3s;

    z-index: 99999;

}

a {

    text-decoration: none;

}

.barnav {

    position: sticky;

    top: -240px;

    width: 100%;

    transition: top 0.3s;

    z-index: 99999;

}

.header-top-marqee {
    background-color: #030e4e !important;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


@media (max-width: 767px) {

    .hideMobile {

        display: none !important;

    }
}

@media (min-width: 767px) {
    .hideDesktop {

        display: none !important;

    }

    .left {
        margin-left: 30px !important;
    }
}

/* ================whatsapp===================== */


.fa-whatsapp:before {

    content: "\f232";

}

.floatingIcon {

    position: fixed;

    right: 30px;

    bottom: 45px;

    width: 60px;

    height: 60px;

    background: #fff;

    color: #28d618;

    font-size: 32px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    box-shadow: 4px 4px 8px #cccccc6e;

    cursor: pointer;

    transition: .3s;

    z-index: 1;

    border: 2px solid #28d618;

}


.stikeymobile {

    left: 30px;

}

.stikeymobile {

    height: 50px;

    width: 50px;

    text-align: center;

    border-radius: 50%;

    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);

    font-size: 28px;

    position: fixed;

    bottom: 20px;

    right: 50%;

    z-index: 9999;

    cursor: pointer;

    background-color: green;

    color: #fff;

}



a.stikeymobile:hover {

    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);

}



a.stikeymobile i.fa {

    padding-top: 10px;

}


.barnav.visible {

    top: 0;

    transition: top 3s;

}



.fa-facebook-f:hover {

    background-color: blue !important;

    color: #fff !important;

}



.fa-instagram:hover {

    background-color: #eb3843 !important;

    color: #fff !important;

}



.fa-twitter:hover {

    background-color: #1d9bf0 !important;

    color: #fff !important;



}



.fa-pinterest:hover {

    background-color: #e60023 !important;

    color: #fff !important;



}

.dial {

    font-size: 16px;

}



.logo img {

    max-width: 100%;

    height: auto;

}



.mobile-menu-trigger {

    text-align: right;

}



.vol {

    line-height: " ";

}

.view {
    width: 200px;
    border-radius: 20px;
    background-color: #030e4e;
    color: #fff;
    border: 5px solid #fff;
    padding: 20px;

}


.socialiconstop,



.fa,

.fa-brands,

.fa-classic,

.fa-regular,

.fa-sharp,

.fa-solid,

.fab,

.far,

.fas {

    line-height: none !important;

}



.fa-brands {

    line-height: none !important;



}



a {

    text-decoration: none !important;

    color: #fff;

}



/*=======mobile styles============*/



@media (max-width: 767px) {
    .hideMobile {

        display: none !important;

    }

    .logo img {

        width: 70%;
    }

    .usefullinks-wrapper {
        margin-left: -7%;
    }
}

@media (min-width: 767px) {

    .hideDesktop {

        display: none !important;

    }
}



#navbar a {

    float: left;

    display: block;

    color: #f2f2f2;

    text-align: center;

    padding: 15px;

    text-decoration: none;

    font-size: 17px;

}

#navbar a:hover {

    background-color: #ddd;

    color: black;

}



.navbar-toggler {

    color: #fff !important;

}

.location p {

    color: #fff !important;
    margin-top: 10px;


}

.top {

    background-color: #00bfb0;

}

.fa-bars {

    color: #fff !important;

}



.navbar-toggler-icon {

    color: #fff !important;

}



@media (max-width: 767px) {

    .backcolor {

        background-color: #fff;

    }



}



.v-center {

    align-items: center;

}



ul {

    list-style: none;

    margin: 0;

    padding: 0;

}



a {

    text-decoration: none;

}



/* header */

.header {

    display: block;

    width: 100%;

    position: relative;

    z-index: 99;
    background-color: #FFF;



}



.header .item-left {

    flex: 0 0 17%;

}



.header .logo a {

    font-size: 30px;

    color: #000000;

    font-weight: 700;

    text-decoration: none;

}



.header .item-right {

    flex: 0 0 17%;

    display: flex;

    justify-content: flex-end;

}



.header .item-right a {

    text-decoration: none;

    font-size: 16px;

    color: #555555;

    display: inline-block;

    margin-left: 10px;

    transition: color 0.3s ease;

}



.header .menu>ul>li {

    display: inline-block;

    line-height: 50px;

    /*margin-left: 25px;*/

    margin-left: 40px;

}



.header .menu>ul>li>a {

    font-size: 20px;

    font-weight: 700;

    color: black;

    position: relative;

    text-transform: capitalize;

    transition: color 0.3s ease;

}

.about-wrapper p {
    color: azure;
    text-align: justify;

}



@media (min-width: 767px) {

    .hideDesktop {

        display: none !important;

    }
}



.header .menu>ul>li .sub-menu {

    position: absolute;

    z-index: 500;

    background-color: #030e4e;

    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);

    margin: 20px;

    transition: all 0.5s ease;

    opacity: 0;

    visibility: hidden;
    margin-left: -20px;

}



.header .menu>ul>li .sub-menu>ul>li>a {

    font-size: 20px;

}



@media(min-width: 992px) {


    .menu {
        margin-top: 2%;

    }

    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {

        margin-top: 0;

        visibility: visible;

        opacity: 1;

    }



    .header .menu>ul>li>a {

        font-size: 16px;



    }





}



.header .menu>ul>li .sub-menu>ul>li {

    line-height: 1;



}



.header .menu>ul>li .sub-menu>ul>li>a {

    display: inline-block;

    padding: 6px 0;

    font-size: 16px;

    margin: 10px;

    color: #fff;

    transition: color 0.3s ease;

    text-decoration: none;

    text-transform: capitalize;

}



.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {

    line-height: 1;

    display: block;

}



.header .menu>ul>li .sub-menu>ul {

    margin: 10px;

}



.header .menu>ul>li .sub-menu>ul :hover {

    background-color: #00bfb0;

    color: #fff !important;



}



.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {

    padding: 10px 0;

    display: inline-block;

    font-size: 15px;

    color: black;

    transition: color 0.3s ease;

}



.header .menu>ul>li .sub-menu.mega-menu {

    left: 50%;

    transform: translateX(-50%);

}









.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,

.header .menu>ul>li .sub-menu>ul>li>a:hover,

.header .item-right a:hover,

.header .menu>ul>li:hover>a {

    color: #ea4636;



}



/* banner section */



.mobile-menu-head,

.mobile-menu-trigger {

    display: none;

}



/*responsive*/

@media(max-width: 991px) {

    .header .menu>ul>li>a {

        color: #fff ! important;

    }



    .header .mobile-menu-trigger {

        margin-top: -20% !important;

    }





    .header .item-center {

        order: 3;

        flex: 0 0 100%;

    }



    .header .item-left,

    .header .item-right {

        flex: 0 0 auto;

    }



    .v-center {

        justify-content: space-between;

    }



    .header .mobile-menu-trigger {

        display: flex;

        height: 40px;

        width: 55px;

        margin-left: 25px;

        cursor: pointer;

        align-items: center;

        justify-content: center;

    }



    .header .mobile-menu-trigger span {

        display: block;

        height: 3px;

        background-color: #333333;

        width: 24px;

        position: relative;

    }



    .header .mobile-menu-trigger span:before,

    .header .mobile-menu-trigger span:after {

        content: '';

        position: absolute;

        left: 0;

        width: 100%;

        height: 100%;

        background-color: #333333;

    }



    .header .mobile-menu-trigger span:before {

        top: -6px;

    }



    .header .mobile-menu-trigger span:after {

        top: 6px;

    }



    .header .item-right {

        align-items: center;

    }



    .header .menu {

        position: fixed;

        width: 320px;

        background-color: #ffffff;

        left: 0;

        top: 0;

        height: 100%;

        overflow: hidden;

        transform: translate(-100%);

        transition: all 0.5s ease;

        z-index: 1099;

    }



    .header .menu.active {

        transform: translate(0%);

    }



    .header .menu>ul>li {

        line-height: 1;

        margin: 0;

        display: block;

    }



    .header .menu>ul>li>a {

        line-height: 50px;

        height: 50px;

        padding: 0 50px 0 15px;

        display: block;

        border-bottom: 1px solid #fff;

    }



    .header .menu>ul>li>a i {

        position: absolute;

        height: 50px;

        width: 50px;

        top: 0;

        right: 0;

        text-align: center;

        line-height: 50px;

        transform: rotate(-90deg);

    }



    .header .menu>ul>li .sub-menu {

        background-color:#030e4e !important;

    }



    .header .menu>ul>li .sub-menu>ul>li>a {

        color: #fff !important;

        font-size: 16px;

        font-weight: 700;

        border-bottom: 1px solid #fff;

    }



    .header .menu .mobile-menu-head {

        display: flex;

        height: 50px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

        justify-content: space-between;

        align-items: center;

        position: relative;

        z-index: 501;

        position: sticky;

        background-color: #ffffff;

        top: 0;

    }

    .header .menu>ul>li .sub-menu>ul>li>a:hover {
        color: red;
    }


    .header .menu .mobile-menu-head .go-back {

        height: 50px;

        width: 50px;

        border-right: 1px solid rgba(0, 0, 0, 0.1);

        cursor: pointer;

        line-height: 50px;

        text-align: center;

        color: #000000;

        font-size: 16px;

        display: none;

    }



    .header .menu .mobile-menu-head.active .go-back {

        display: block;

    }



    .header .menu .mobile-menu-head .current-menu-title {

        font-size: 15px;

        font-weight: 500;

        color: #000000;

    }



    .header .menu .mobile-menu-head .mobile-menu-close {

        height: 50px;

        width: 50px;

        border-left: 1px solid rgba(0, 0, 0, 0.1);

        cursor: pointer;

        line-height: 50px;

        text-align: center;

        color: #000000;

        font-size: 26px;

        font-weight: 900;

    }



    .header .menu .menu-main {

        height: 100%;

        overflow-x: hidden;

        overflow-y: auto;

    }

    p {
        text-align: justify;
    }


    .header .menu>ul>li .sub-menu.mega-menu,

    .header .menu>ul>li .sub-menu {

        visibility: visible;

        opacity: 1;

        position: absolute;

        box-shadow: none;

        margin: 0;

        padding: 15px;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        padding-top: 65px;

        max-width: none;

        min-width: auto;

        display: none;

        transform: translateX(0%);

        overflow-y: auto;

    }



    .header .menu>ul>li .sub-menu.active {

        display: block;

    }



    @keyframes slideLeft {

        0% {

            opacity: 0;

            transform: translateX(100%);

        }



        100% {

            opacity: 1;

            transform: translateX(0%);

        }

    }



    @keyframes slideRight {

        0% {

            opacity: 1;

            transform: translateX(0%);

        }



        100% {

            opacity: 0;

            transform: translateX(100%);

        }

    }



    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {

        margin-top: 0;

    }



    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {

        margin-bottom: 20px;

    }



    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {

        margin-bottom: 0px;

    }



    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {

        flex: 0 0 100%;

        padding: 0px;

    }



    .header .menu>ul>li .sub-menu>ul>li>a,

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {

        display: block;

    }



    .sub-menu {

        background-color: #fff;

        color: black;

    }



    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {

        margin-bottom: 15px;

    }
    .header .menu .menu-main {
        background-color:#030e4e;
    }


    .menu-overlay {

        position: fixed;

        background-color: rgba(0, 0, 0, 0.5);

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        z-index: 1098;

        visibility: hidden;

        opacity: 0;

        transition: all 0.5s ease;

    }



    .menu-overlay.active {

        visibility: visible;

        opacity: 1;

    }

}

/* ====================footer styles================= */

@media screen and (max-width: 991px) {


    .footer-section .footer-top .usefullinks-wrapper {

        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 600px) {
    .usefullinks-wrapper {
        margin-left: 20%;
    }

   
}

/* =======footer styles============ */


.use {
    margin-left: 10%;
}

.basic-info {
    margin-left: -9%;
    line-height: 30px;
}


.soical-icons span i {
    color: #fff !important;

}

.socialiconstop i {

    border-radius: 50px;

    text-align: center !important;

    line-height: none !important;

    font-size: 20px !important;

    width: 30px;

    height: 30px;

    background-color: black !important;

    color: #fff !important;

}

.footer .usefullinks-wrapper ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 0;
    padding-left: 30px;
    position: relative;
    color: #fff !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.icon1 {
    background-color: #3b5998;
}

.icon1,
.icon2,
.icon3,
.icon4,.icon5 {
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 45px;
    height: 45px;
    margin: 5px;
}



.footer {
    background-color: #030e4e !important;
}

a {
    text-decoration: none !important;
}


.footer .footer-item-title strong {
    font-weight: 900;
}

.mb-30 {
    margin-bottom: 30px;
}

.ul-li-block ul {
    color: #fff !important;
}

.icon2 {
    background-color: #e4405f;
}

.icon3 {
    background-color: #0077b5;
}

.icon4 {
    background-color: #ff0000;
}
.icon5 {
    background-color: black;
}

.us {
    display: flex;


}

.about-txt p {
    color: #fff;
}

.footer .footer-item-title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
}

.footer-item-title p {
    color: #fff !important;
}

.footer .footer-item-title strong {
    font-weight: 900;
}

.ul-li-block ul {
    color: #fff !important;
}

.ul-li-block ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.footer .usefullinks-wrapper ul li a:before {
    top: 50%;
    left: 0;
    content: '\f0a9';
    font-weight: 900;
    position: absolute;
    color: #878787;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Font Awesome 5 Free';
}

a:hover {
    text-decoration: none;
    color: #c3d00c;
}

.basic-info a {
    color: #fff !important;

}