@media  (max-width: 767px) {
    header {
        padding: 20px 0;
    }
    header .main-header .main-menu .mobile-menu {
        display: block;
    }
    .main-menu-list {
        display: none;
        position: absolute;
        left: 0;
        top: 19.5%;
        width: 100%;
        background: #000;
        z-index: 11;
    }
    header .main-header .main-menu .main-menu-list .menu-main-menu-container {}

    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul {}

    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul li {
        display: block;
    }

    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul li a {
        display: block;
        padding: 15px;
        text-align: left;
        border-bottom: solid 1px #ffffff7a;
        font-size: 18px;
    }

    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul li:last-child a {
        border: none;
        text-align: center;
        margin: 0;
        font-size: 15px;
        background-color: transparent;
        color: #fff;
        text-align: left;
        padding: 15px;
    }

    header .main-header .logo a {
        width: 120px;
        display: block;
    }

    header .main-header .logo a img {
        display: block;
        width: 100%;
    }
    .main-menu-list.open-menu{
        display: block;
    }
    .page-banner {
        padding: 50px 0;
    }
    
    .page-banner .page-title h3 {
        font-size: 35px;
        line-height: 35px;
    }
    
    .contact-address h3 {
        font-size: 30px;
        line-height: 41px;
    }
    
    .contact-form h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    
    .submit-button p {
        margin: 0;
    }
    
    .contact-info {
        padding: 40px 0;
    }
    
    .cta-section .cta-info h2 {
        font-size: 34px;
        line-height: 35px;
    }
    
    .cta-section .cta-info p {
        font-size: 18px;
    }
    
    .cta-section {
        padding: 40px 0;
    }
    
    .contact-address p a {
        font-size: 18px;
    }
    
    .contact-address p span {
        font-size: 18px;
    }
    
    .contact-form .form-group span.wpcf7-form-control-wrap input, .contact-form .form-group span.wpcf7-form-control-wrap textarea {
        font-size: 16px;
    }
    
    footer .footer-link h3,footer .footer-address h3 {
        font-size: 25px;
        margin: 0 0 10px 0;
    }
    
    footer .footer-link .menu-main-menu-container ul li a {
        font-size: 18px;
    }
    
    footer .footer-address p a,footer .footer-address p {
        font-size: 18px;
        word-break: break-word;
    }
    
    header .main-header .main-menu .mobile-menu img {
        width: 30px;
        height: 30px;
    }
    .client-section {
        padding: 40px 0;
    }
    .event-section {
        padding: 40px 0;
    }
    
    .event-section .event-card {
        margin-bottom: 30px;
    }
    .banner-section .banner-info p {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
    
    .banner-section .banner-info h2 {
        font-size: 40px;
        line-height: normal;
    }
    
    .banner-text {
        height: auto;
    }
    
    .banner-section {
        padding: 40px 0;
    }
    
    .banner-section .banner-info a {
        width: 100%;
        margin: 10px 0;
    }
    
    .about-section .about-img-card {
        margin: 0 0 45px 0;
    }
    
    .about-section {
        padding: 40px 0;
    }
    
    .about-text-card .about-text p {
        font-size: 18px;
        line-height: 24px;
    }
    
    .about-text-card .about-text a {
        width: 100%;
    }
    
    .section-title h2 {
        font-size: 40px;
    }
    
    .event-home .event-card h3,.event-section .event-card h3 {font-size: 22px;}
    
    .event-section .event-card span {
        font-size: 14px;
    }
    
    .client-section .client-card .client-text p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .client-section .client-card h3 {
        font-size: 22px;
        margin: 0;
    }
    
    .section-bottom-btn a {
        width: 100%;
        margin: 0 !important;
    }
    
    .section-bottom-btn {
        margin: 0;
    }
    
    .about-section .about-img-card .about-img:before {
        content: '';
        position: absolute;
        top: 3%;
        left: 6px;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: -1;
    }
    .event-sliders{
        padding: 0 0 40px;
    }
    .events-carousel .item a {
        height: auto;
        width: 100%;
        display: block;
    }
    .about-section .about-img-card {
        display: flex;
        align-items: center;
        margin-bottom: 60px;
        justify-content: flex-start;
    }
    .mob-view {
        display: block;
    }
    .desk-view {
        display: none;
    }
    .about-card{
        padding: 0 0 40px !important;
    }
    .about-card .row {
        margin-top: 40px;
    }
    .footer-logo-card .footer-logo p {
        margin: 20px 0 0;
    }
    
    footer .col-md-3.col-7 {
        margin-bottom: 50px;
    }
    .fixed-header {
        position: relative; 
        width: 100%;
        top: inherit;
        left: inherit;
        z-index: 9;
        background: #000;
        animation: smoothScroll 1s forwards;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    header {
        padding: 20px 0;
    }
    header .main-header .main-menu .mobile-menu {
        display: block;
    }
    .main-menu-list {
        display: none;
        position: absolute;
        left: 0;
        top: 16.5%;
        width: 100%;
        background: #000;
        z-index: 11;
    }
    header .main-header .main-menu .main-menu-list .menu-main-menu-container {}

    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul {}

    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul li {
        display: block;
    }

    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul li a {
        display: block;
        padding: 15px;
        text-align: left;
        border-bottom: solid 1px #ffffff7a;
        font-size: 18px;
    }

    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul li:last-child a {
        border: none;
        text-align: center;
        margin: 0;
        font-size: 15px;
        background-color: transparent;
        color: #fff;
        text-align: left;
        padding: 15px;
    }

    header .main-header .logo a {
        width: 120px;
        display: block;
    }

    header .main-header .logo a img {
        display: block;
        width: 100%;
    }
    .main-menu-list.open-menu{
        display: block;
    }
    .about-section .about-img-card {
        display: flex;
        align-items: center;
        margin-bottom: 60px;
        justify-content: flex-start;
    }
    .event-sliders{
        padding: 0 0 40px;
    }
    .events-carousel .item a {
        height: auto;
        width: 100%;
        display: block;
    }
    .mob-view {
        display: block;
    }
    .desk-view {
        display: none;
    }
    .page-banner,.cta-section{
        padding: 60px 0;
    }
    .cta-section .cta-info h2 {
        font-size: 44px;
        line-height: 50px;
        margin: 0 0 12px;
    }
    
    .cta-section .cta-info p {
        margin-top: 0;
    }
    .about-section {
        padding: 40px 0;
    }
    .fixed-header {
        position: relative; 
        width: 100%;
        top: inherit;
        left: inherit;
        z-index: 9;
        background: #000;
        animation: smoothScroll 1s forwards;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul li a {
        padding: 0 13px;
    }
    
    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul li.contact-btn a {
        padding: 15px 23px;
    }
    header .main-header .logo a {
        width: 130px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px){
    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul li a {
        padding: 0 13px;
    }
    
    header .main-header .main-menu .main-menu-list .menu-main-menu-container ul li.contact-btn a {
        padding: 15px 23px;
    }
    header .main-header .logo a {
        width: 130px;
    }
}

@media (min-width: 1281px) {
   
}
