@media only screen and (max-width: 1600px) and (min-width: 1024px) {
    .sha-fsec, .regi-app {
        padding: 50px 0;
    }
    .footer-sec{
        background: #ff5d00 !important;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .right-mob{
        display: none;
    }
    .shar-rc{
        margin-top: 40px;
    }
    .sha-fsec, .regi-app, .footer-sec{
        padding: 40px 0;
        background: #ff5d00;
        text-align: center;
    }
    .footer-links ul{
        display: inherit;
    }
    .footer-links ul li{
        float: left;
    }
    .iph-img {
        text-align: center;
        margin-bottom: 37px;
    }
    .logo-img{
        text-align: center;
    }
    .footer-links h4, .follow-us h4{
        text-align: center;
    }
    .follow-us ul {
        margin-top: 12px;
        justify-content: center;
    }
    .footer-links{
        padding-left: 1.5rem;
        margin-top: 20px;
    }
    .footer-links ul li{
        padding-left: 10px;
    }
    .footer-links ul li::before{
        padding-right: 10px;
    }
    .follow-us {
        margin-top: 20px;
    }
    .copyright .text-start, .copyright .text-end{
        text-align: center !important;
        margin-top: 10px;
    }
    .translate {
        right: 100px;
        top: 9px;
    }
    li.nav-item {
        border-bottom: 1px solid #ff6b35;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .col-sm-6, .col-sm-10, .col-sm-3, .col-sm-9{
        width: 100%;
    }
   
}

@media(max-width: 768px) {
    .right-mob{
        display: none;
    }
    .shar-rc{
        margin-top: 40px;
    }
    .sha-fsec, .regi-app, .footer-sec{
        padding: 40px 0;
        background: #ff5d00;
        text-align: center;
    }
    .footer-links ul{
        display: inherit;
    }
    .footer-links ul li{
        float: left;
    }
    .iph-img {
        text-align: center;
        margin-bottom: 37px;
    }
    .logo-img{
        text-align: center;
    }
    .footer-links h4, .follow-us h4{
        text-align: center;
    }
    .follow-us ul {
        margin-top: 12px;
        justify-content: center;
    }
    .footer-links{
        padding-left: 1.5rem;
        margin-top: 20px;
    }
    .footer-links ul li{
        padding-left: 10px;
    }
    .footer-links ul li::before{
        padding-right: 10px;
    }
    .follow-us {
        margin-top: 20px;
    }
    .copyright .text-start, .copyright .text-end{
        text-align: center !important;
        margin-top: 10px;
    }
    .translate {
        right: 100px;
        top: 9px;
    }
    li.nav-item {
        border-bottom: 1px solid #ff6b35;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .sha-fsec h1, .regi-app h1 {
        font-size: 3rem;
        line-height: 50px;
    }
    .regi-app h4, .sha-fsec h4, .shar-rc span {
        font-size: 23px;
        line-height: 36px;
        margin-top: 15px;
    }
    .nav-link{
        font-size: 16px;
    }  
    .left-quote, .right-quote{
        display: none;
    }
    div#testimonialSlider {
        background: #fff;
        padding: 50px 0px;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }
}

@media(max-width: 1024px){
    .left-bg{
        display: none;
    }
}

@media(min-width: 820px) {
    .event-card:hover{
        background: radial-gradient(98.25% 98.14% at 1.75% 2.73%, #FF7E35 0%, #FF5719 100%);
    }
    
    .event-card:hover .event-no, .event-card:hover .click-here i{
        background-color: #fff;
        color: #FF6B35;
        box-shadow: 0px 4px 4px rgba(205, 55, 0, 0.5);
    }
    
    .event-card:hover .event-date, .event-card:hover .card-body h4, .event-card:hover .card-body p, .event-card:hover .views, .event-card:hover i, .event-card:hover .click-here a{
        color: #fff;
    }
}