/** home  **/

.fa-play {
    position: absolute;
    top: 28%;
    left: 42%;
    color: #FFF;
    background-color: #e00;
    border-radius: 50%;
    padding: 3px 20px;
    height: 50px;
    font-size: 16px;
    width: 50px;
    opacity: 0.8;
    line-height: 46px;
    transition: all 0.3s ease 0s;
}

.video-box a:hover .fa-play{
    font-size: 18px;
    height: 53px;
    width: 53px; 
    opacity: 0.7;
    
}
    @media (max-width: 768px) {
    .mob-close-icon {
        display: block !important;
        background: #42328f;
        margin-right: 0px !important;
        padding: 0px 6px;
        border-radius: 4px;
        font-size: 12px;
        cursor: pointer;
    }
}
@media (min-width: 280px) and (max-width: 479px) {
    .quickLinks > .btn {
        width: 100% !important;
        padding: 10px 10px !important;
        margin-bottom: 12px !important;
        text-align: center !important;
    }
    .slider_text_box {
        width: 100% !important;
        padding: 20px !important;
        text-align: center;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
.cookie-notify a {
    color: #ffffff !important;
}
.quickLinks > .btn {
    width: 320px !important;
}
}
@media (max-width: 991px) {
    .slider_text_box {
        width: 100% !important;
        padding: 20px !important;
        text-align: center;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .quickLinks > .btn {
        width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .quickLinks > .btn {
        width: 320px !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
.quickLinks > .btn {
    width: 100%;
}
.slider_text_box {
    width: 100% !important;
    padding: 3px 21px !important;
    background: #42328f;
    height: auto;
}
.highlights-box {
    padding: 0px !important;
    display: flex !important;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.highlights-box .icon {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    max-width: 60px;
    height: 60px;
    background: #65ac4c;
    padding: 7px;
    width: 100% !important;
    margin-bottom: 0px;
}
.quickLinks h2 {
    font-size: 22px;
    color: #ff5c1a;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    font-weight: 400;
}
}
.slider_text_box {
    width: 400px;
    padding: 45px 30px;
    background: #42328f;
}


/**  head-section  **/

  .lan {
    /* display: none; */
    /* width: 180px; */
    /* border: 1px #CCC solid; */
    padding: 2px 7px !important;
    position: absolute;
    right: 6px;
    /*top: 40px;*/
    z-index: 999;
}
.lan .goog-te-gadget {
    font-family: arial;
    font-size: 7px !important;
    color: #666;
    white-space: nowrap;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
}

.lan select {
    padding: 2px !important;
    font-size: 11px !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    width: 100px !important;
}
.top-content a
{
    font-size:10px !important;
}

.top-content {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.top-content i {
    margin-top: 2px;
}

.top-content div {
    /*line-height: 1.4;*/
}
.top-header h4 {
    font-weight: 400;
    font-size: 17px;
}

/**  header  **/

.extra_btn_1 span {
    color: #fff;
    background-color: #091f7b;
    padding: 15px 9px;
    line-height: 40px;
}
.extra_btn_2 span {
    color: #fff;
    background-color: #fbbc05;
    padding: 15px 9px;
    line-height: 40px;
}
#mainMenu nav > ul > li > a {
        position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 9px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #FFF;
    text-transform: capitalize;
    border-radius: 0;
     border-width: 0; 
    border-style: solid;
    border-color: transparent;
    transition: all .3sease;
    line-height: 50px;
}
/*#mainMenu nav > ul > li.active {
    background: #1d975c !important;
    color: #FFF !important;
    border-radius: 0px;
}*/
#mainMenu.menu-center nav {
    float: none;
    display: flex;
    vertical-align: top;
    justify-content: center;
}
@media (max-width: 768px) {
    #header #mainMenu:not(.menu-overlay) nav > ul > li > a {
        display: block;
        padding: 0px 10px;
        font-size: 13px !important;
        border: 0;
        border-radius: 0;
    }
    
     /*adding navbar - 10-3-25*/
    
    #mainMenu nav > ul > li.active
    {
        background: #1d975c !important;
    color: #FFF !important;
    border-radius: 0px;
    float:left !important;
    display: block !important; /* Make sure to use only block here */
    }
    
    #mainMenu nav > ul > li > a:hover
    {
        background: #1d975c !important;
    color: #FFF !important;
    border-radius: 0px;
    float:left !important;
    display: block !important; /* Make sure to use only block here */
    }
    
    #mainMenu nav > ul > li
    {
        text-align:left !important;
        width:auto !important;
    }
    #mainMenu nav > ul > li .dropdown-menu
    {
        text-align:left !important;
    }
    #header #mainMenu:not(.menu-overlay) nav > ul > li
    {
       float:left !important;  
    }
    
    /* end navbar style for - 10-3-25*/
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .top-content a {
        font-size: 7px !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    nav ul li a {
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    nav ul li a:hover {
        background-color: #007bff; /* Change to your preferred hover color */
        color: white; /* Change text color on hover */
        border-radius: 5px; /* Optional for rounded effect */
    }
}


/**  footer  **/

@media (min-width: 300px) and (max-width: 480px) {
    .col-md-3.organizer {
        width: 100%;
    }
}
@media (min-width: 300px) and (max-width: 480px) {
    .col-md-3.follw-us {
        width: 100%;
    }
}
@media (min-width: 550px) and (max-width: 991px) {
    .col-md-3.organizer {
        width: 50%;
    }
}
@media (min-width: 550px) and (max-width: 991px) {
    .col-md-3.follw-us {
        width: 50%;
    }
}

