@media(max-width:1200px){
    .header-nav .nav-main .nav-link{
        font-size: 14px;
    }
    .topbar-nav ul li a{
        font-size: 14px;
    }
    .header-logo-area{
        width: 180px;
    }
    .header-logo .logo-outside{
        height: 150px;
    }
    .header-logo .logo-center{
        height: 130px;
    }
    .section-pad {
        padding: 80px 0px;
    }
    .section-header h3{
        font-size: 36px;
    }
    .section-header{
        margin-bottom: 40px;
    }
}

@media(max-width:992px){
    .mobile-logo{
        display: block;
    }
    .mobile-logo img{
       height: 80px;
    }
    .header-top{
        display: none;
    }
    .header-logo{
        position: relative;
        top: 0;
        left: 0;
        background-color: transparent;
        padding: 5px;
        text-align: left;
    }
    .header-logo-img{
        display: none;
    }
    .header-logo::before{
        border: none;
    }
    .about-img{
        margin-bottom: 30px;
    }
    .about-img img{
        height: auto;
    }
    .experience-box{
        margin-left: 0px;
        border-radius: 16px;
        margin-bottom: 30px;
        padding: 20px;
    }
    .event-company-info{
        margin-bottom: 30px;
    }
    .our-client img {
        height: 110px;
    }
    .call-to-action h4{
        font-size: 32px;
    }
    .header-nav{
        position: fixed;
        top: 0;
        right: -321px;
        width: 320px;
        height: 100vh;
        z-index: 9999;
        background-color: #000;
        transition: all 0.3s ease-in-out;
    }
    .header-nav.open{
        right: 0;
    }
    .header-nav .nav-main{
        display: block;
    }
    .header-nav .nav-main .nav-item.has-dropdown .nav-link{
        justify-content: space-between;
    }
    .dropdown-menu{
        position: relative;
        width: 100%;
        display: none;
    }
    .nav-item:hover .dropdown-menu{
        display: block;
    }
    .footer-bx{
        margin-top: 30px;
    }
    .event-company-info h3{
        font-size: 32px;
    }
    .experience-box h2{
        font-size: 32px;
    }
    .call-to-action{
        padding: 80px 20px;
    }
    .banner-content h1{
        font-size: 40px;
    }
    .banner-content p{
        font-size: 16px;
    }
    .banner-btn, .submit-btn{
        padding: 10px 20px;
    }
    .history-box{
        gap: 30px;
        margin-right: 0;
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 30px;
        justify-content: center;
        flex-direction: row-reverse;
    }
    .history-box-content{
        position: relative;
    }
    .history-box.right{
        margin-left: 0px;
    }
    .team-box{
        margin-bottom: 30px;
    }
    .contact-bx{
        margin-bottom: 30px;
    }
}

@media(max-width:767px){
    .mobile-logo img {
        height: 60px;
    }
    .section-pad {
        padding: 40px 0px;
    }
    .section-header h3 {
        font-size: 26px;
    }
    .section-header p {
        font-size: 14px;
    }
    .section-header {
        margin-bottom: 20px;
    }
    .about-content h3{
        font-size: 26px;
    }
    .experience-box h2{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .event-company-info h3{
        font-size: 26px;
    }
    .event-company-info p{
        font-size: 14px;
    }
    .service-bx h4{
        font-size: 18px;
    }
    .client-testimonial .text-center p{
        font-size: 14px;
        font-weight: 500;
    }
    .profile-brief-info p{
        font-size: 16px;
    }
    .call-to-action{
        padding: 60px 20px;
    }
    .inner-banner-section{
        padding: 80px 0px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .service-main-img img{
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .service-content h3{
        font-size: 26px;
    }
    .service-content p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .event-bx{
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .event-bx-date h4{
        margin-bottom: 5px;
    }
    .event-details h3{
        font-size: 26px;
    }
    .event-details h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .event-details p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .event-bx-content h4{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .contact-bx {
        margin-bottom: 20px;
        padding:20px;
        border-radius: 10px;
    }
    .contact-bx h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .contact-bx p{
        font-size: 14px;
    }
}

@media(max-width:580px){
    .section-pad {
        padding: 30px 0px;
    }
        .section-header h3 {
        font-size: 24px;
    }
    .about-content h4{
        font-size: 12px;
    }
    .about-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .experience-box h5{
        font-size: 16px;
    }
    .about-feature-content p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .event-company-info h3 {
        font-size: 24px;
    }
    .event-company-form input.form-control{
        font-size: 14px;
    }
    .service-bx p{
        margin-bottom: 20px;
    }
    .service-bx{
        margin-bottom: 20px;
        padding: 16px;
    }
    .accordion-flush .accordion-item .accordion-button{
        font-size: 14px;
    }
    .accordion-body{
        font-size: 14px;
        padding: 10px;
    }
    .footer-bx h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .footer-bx ul li {
        padding-bottom: 5px;
    }
    .footer-top {
        padding: 30px 0px;
    }
    .footer-bottom{
        padding: 10px 0px;
    }
    .call-to-action h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .call-to-action-content .btn{
        padding: 10px 20px;
        font-size: 14px;
    }
    .call-to-action{
        padding: 40px 10px;
        border-radius: 20px;
    }
    .mobile-logo img {
        height: 40px;
    }
    .menu-trigger{
        font-size: 20px;
    }
    .inner-banner-section {
        padding: 60px 0px;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    .banner-content p {
        font-size: 14px;
    }
    .banner-btn, .submit-btn{
        font-size: 14px;
    }
    .contact-form h4{
        font-size: 20px;
    }
    .contact-form{
        padding: 10px;
        border-radius: 10px;
    }
    .form-group label{
        font-size: 16px;
    }
    .history-box-content{
        padding: 16px;
        border-radius: 10px;
    }
    .history-box-content h4{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .history-box-content p{
        font-size: 14px;
        line-height: 22px;
    }
    .history-box{
        gap: 20px;
        margin-bottom: 20px;
    }
    .team-box{
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 10px;
    }
    .testimonial-icon i{
        font-size: 40px;
    }
    .testimonial-bx p{
        font-size: 14px;
    }
    .testimonial-bx h4{
        font-size: 18px;
    }
    .testimonial-bx{
        padding: 16px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .galler-img {
        margin-bottom: 20px;
    }
    .service-main-img img{
        border-radius: 10px;
    }
    .service-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .service-sub-img {
        margin-bottom: 20px;
    }
    .footer-top img {
        height: 60px;
        margin-bottom: 10px;
    }
    .footer-content p{
        font-size: 14px;
    }
    .footer-bx {
        margin-top: 20px;
    }
    .galler-img img{
        border-radius: 10px;
    }
    .event-bx{
        padding: 10px;
    }
    .event-bx img{
        margin-bottom: 10px;
        border-radius: 6px;
    }
    .event-bx-date h4{
        font-size: 16px;
    }
    .event-bx-date h3{
        font-size: 26px;
    }
    .event-bx-content h4{
        font-size: 18px;
    }
    .event-bx-content p{
        font-size: 12px;
    }
    .event-details h3 {
        font-size: 20px;
    }
    .contact-form p{
        font-size: 14px;
    }
}