

.active{
    color: var(--main-color-one) !important;
}
.navbar-nav li{
    margin: 0 6px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
}
.navbar{
    postion: fixed;
}
@media (min-width: 991px) {

    #Perent_Dropdown{
        border: 1px solid #DEDEDE !important;
        box-shadow: 0px 3px 6px #00000029;
        top: 43px;
        border-radius: 4px;
    }
    #Perent_Dropdown .dropdown-toggle::after {
        display: flex;
        float: right;
        width: 0;
        height: 0;
        margin-top: 11px;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        /*border-top: .3em solid;*/
        border-right: .3em solid transparent;
        border-left: .3em solid var(--main-color-one) !important;
    }
    #Chiled_Dropdown {
        left: 100%;
        top: 0%;
        margin: 0px 1.2px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #DEDEDE;
        border-radius: 4px;
    }


}

/*Footer Start*/

.footer-section {
    background: #FFFFFF !important;
}
.footer-section a:hover{
    color: var(--main-color-one) !important;
}
.footer-section .footer-social-icon .facebookBtn:hover{
    color: #fff !important;
    background: #4060A5 !important;
    border-color: #fff; /* change the border color on mouse hover */
}
.footer-section .footer-social-icon .twitterBtn:hover{
    color: #fff !important;
    background: #00ABE3 !important;
    border-color: #fff;
}
.footer-section .footer-social-icon .instagramBtn:hover{
    color: #fff !important;
    /*background: #125688 !important;*/
    border-color: #fff;


    background: #f09433 !important;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ) !important;
}

.footer-section .news-section {
    background: var(--main-color-one) !important;
    color: #fff;
}
.footer-section .useful-link h6, .footer-section .service-link h6, .footer-section .latest-news h6 {
    color: var(--main-color-one) !important;
}
.footer-section .copyright-text {
    font-size: 0.7rem;
}
.footer-section .copyright-text i {
    font-size: 15px;
}
.footer-section .copyright-text a:hover {
    color: var(--main-color-one) !important;
}
.footer-section a {
    font-size: 0.9rem;
}
.footer-section a,p {
    font-weight: 500;
    line-height: 16px;

}

.footer-section h6 , button{
    font-weight: 600;
}
.footer-section button{
    color: var(--main-color-one);
}
.footer-section li {
    list-style-type: none;
    list-style-position: inside;
}


.footer-section .latest-news .news-img {
    height: 60px;
    width: 80px;
}
.footer-section .latest-news small {
    font-weight: 200;
}
.footer-section .latest-news p {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 18px;
}
.footer-section .social-icon img:hover {
    cursor: pointer;
    background: var(--main-color-one) !important;
    border-radius: 50px;
}
@media (max-width: 465px) {

}

@media (max-width: 991px) {
    .navbar li{
        border: 1px solid #ededed;
    }
    #maind{
        margin: 5px 0;
        border: none;
    }

    .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 15px;
    }
    .navbar-nav{
        margin-left: auto!important;
        margin-bottom: 6px;
    }
    .service-link h6{
        margin-left: 15px;
    }

}


/*Footer Start*/
