@media (max-width: 1200px) {
    .header_area.sticky-header::before{
        width: 315px;
    }
    .get-qoute-btn{
        padding: 10px 15px 10px 15px;
        line-height: 25px;
    }
    .nav-container .nav-link{
        padding: .5rem .8rem;
    }
}
@media (max-width: 1111px) {
    /* navigation bar */
    .header_area.sticky-header::before{
        width: 300px;
    }
    /* Home carousel */
    .each-carousel-wrap{
        background-position-x: 50%;
    }
    /* about is */
    .about-us-container .sides.right-side {
        padding: 30px 30px 30px;
    }
    /* contact us */
    .contact-us-form-wrap {
        margin: 0px 40px;
    }
}
@media (max-width: 1080px){
    .nav-container {
        margin: 0px 25px;
    }
    .header-logo {
        width: 170px;
    }
    .header_area.sticky-header::before {
        width: 240px;
    }
}
@media (max-width: 991px) {
    /* General */
    .theme-btn-2, .theme-btn{
        padding: 10px 15px;
    }
    /* navigation bar */
    .nav-container {
        margin: 0px 40px;
    }
    .header-logo{
        margin-right: auto;
    }
    .header-nav-links{
        display: none;
    }
    .side-menu-toggler-container{
        display: block;
    }
    .header_area.sticky-header {
        padding: 5px 0px;
    }
    .get-qoute-btn{
        padding: 5px 15px 5px 15px;
    }
    .header-logo {
        width: 160px;
    }
    .header_area.sticky-header::before {
        width: 270px;
    }
    /* home carousel */
    #hero.carousel{
        height: 570px;
    }
    .content-container{
        background-color: rgba(0,0,0,0.3);
    }
    .text-container h2{
        font-size: 60px;
        line-height: 55px;
    }
    .each-carousel-wrap {
        background-position-x: 70%;
    }
    /* welcome */
    .welcome-text-container h2{
        font-size: 35px;
        margin-bottom: 15px;
    }
    .welcome-text-container h3{
        font-size: 28px;
    }
    /* why choose us */
    .why-chose-us-container{
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .why-chose-us-container .each-side.right-side {
        position: relative;
        width: 100%;
        height: 500px;
    }
    .why-chose-us-container .each-side.left-side{
        position: absolute;
        z-index: 3;
        background-color: #154b95bd;
        width: 95%;
        margin: auto;
        color: #fff;
    }
    /* about us */
    .banner-section{
        height: 600px;
    }
    .about-us-card{
        justify-content: center;
        min-height: 770px;
        height: 770px;
    }
    .about-us-container .left-side{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .about-us-container .sides.right-side{
        width: 90%;
        margin: 70px 0px;
        background-color: #154b95bd;
    }
    /* Member */
    .each-member-container .member-img {
        width: 100%;
        height: 600px;
        margin-bottom: 20px;
    }
    .member-info{
        padding: 0px;
    }
    /* contact Us */
    .form-card{
        margin: unset;
    }
    .contact-details-container {
        margin: -140px 20px 15px;
        padding: 0;
    }
    .social-media{
        padding-top: unset;
        border-top: unset;
        border-left: 1px solid rgba(0,0,0,.1);
    }
    .contact-form-section{
        margin-top: 120px;
    }
    .contact-us-form-container{
        padding: 0px 0px 30px;
    }
    .contact-us-form-container::before{
        left: 0;
    }
    .form-card .contact-form {
        padding: 30px 30px 30px 30px;
        text-align: center;
    }
    /* Services */
    .service-img-side {
        width: 440px;
        height: 300px;
        margin: auto;
    }
    /* events */
    .each-event-wrap{
        padding-left: 10px;
        padding-right: 10px;
    }
    /* footer */
    .footer-container .each-footer-column{
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .welcome-text-container{
        margin-top: 20px;
    }
    /* about us */
    .about-us-card{
        margin: 0px 10px;
    }
    .about-us-container .sides.right-side {
        width: 100%;
        margin: 70px 15px;
    }
    /* contact us */
    .social-media {
        padding-top: 1rem;
        border: none;
        border-top: 1px solid rgba(0,0,0,.1);
    }
    .contact-form .input-container{
        padding: 0px;
    }
    /* Event */
    .each-event-container{
        height: 130px;
        margin-bottom: 10px;

    }
    .each-event-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 667px) {
    .social-media-container{
        top: unset;
        display: flex;
        bottom: 18px;
        right: unset;
        left: 15px;
        height: unset;
    }
    .social-media-container .social-media-wrap {
        display: flex;
    }
    .social-media-container .each-social-media{
        margin-bottom: 0px;
        margin-right: 15px;
    }
    .carousel-indicators{
        justify-content: end;
        margin-right: 3%;
        left: unset;
    }
    /* About us */
    .about-us-card {
        min-height: unset;
        height: unset;
    }
    /* Our services */
    .earch-service-container{
        padding: 70px 0px;
    }
    .service-text-side{
        padding: 50px 20px;
    }
}
@media (max-width: 575px) {
    .nav-container {
        margin: 0px 25px;
    }
    .header_area.sticky-header::before {
        width: 240px;
    }
    .carousel {
        height: 700px;
    }
    .two-item .text-container{
        display: none;
    }
    .theme-btn-2, .theme-btn {
        padding: 5px 15px;
    }
    .form-input{
        padding: 7px 12px;
    }
    .why-chose-us-container .each-side.right-side{
        height: 550px;
    }
    /* about us */
    .about-us-section {
        padding: 30px 0px;
    }
    .about-us-card{
        margin: 0px 5px;
    }
    .about-us-container .sides.right-side {
        width: 100%;
        margin: 70px 15px;
        background-color: #154b9599;
        padding: 20px 10px;
    }
    /* members */
    .members-section {
        padding: 40px 0px;
    }
    .each-member-container .member-img{
        height: 530px;
    }
    .each-member-container {
        margin-bottom: 15px;
    }
    /* contact us */
    .contact-us-form-wrap {
        margin: 0px 10px;
    }
    .form-card .contact-form {
        padding: 20px;
    }
    /* Our Services */
    .service-img-side {
        width: 100%;
    }
    .earch-service-container {
        padding: 70px 0px;
    }
    /* Events */
    .each-event-wrap{
        width: 50%;
    }
    .each-event-container {
        height: 160px;
    }
}
@media (max-width: 474px) {
    /* navigation */
    .header-qoute{
        display: none;
    }
    .header-logo {
        width: 140px;
    }
    .header-logo a{
        display: flex;
    }
    .header_area.sticky-header {
        padding: 0px 0px;
    }
    .header_area.sticky-header::before {
        width: 205px;
    }
    /* Why Us */
    .why-chose-us-container .each-side.right-side {
        height: 620px;
    }
    .why-chose-us-container .each-side.left-side {
        padding: 30px 15px 30px 15px;
    }
    .header-section h1{
        font-size: 24px;
    }
    /* members */
    .each-member-container .member-img {
        height: 450px;
    }
}