@media only screen and (max-width:1200px) {

    .container {
        max-width: 1100px ;
        width: 1100px ;
    }
    .nav-items ul {
        padding-top: 32px;
    }
    .inner-offer {
        width: 21.3%;
    }
    .inner-offer img {
        width: 229px;
    }
    .about-inner-img img {
        width: 520px;
        height: 335px;
        margin-top: 50px;
    }
    .about-inner-text {
        width: 55%;
        padding: 0px 4px 0 35px;
        top: 30px;
        right: 539px;
    }
    .inner-key {
        width: 23.4%;
    }
    .inner-key-img img {
        width: 257px;
    }
    .client-text {
        text-align: center;
        width: 18.2%;
    }
    .client-text img {
        width: 174px;
    }
    .abt-img img {
        height: 317px;
        width: 515px;
    }
    .inner-footer2 {
        width: 34%;
    }
    .inner-map iframe{
        width: 1100px;
    }
    .top-head-left {
        margin-left: 361px;
    }
    
}
@media only screen and (max-width:1024px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    .top-head-left {
        margin-left: 280px;
    }
    .nav-items ul {
        gap: 13px;
        padding-top: 23px;
    }
    .new-class .nav-items ul {
        padding-top: 32px;
    }
    .inner-offer {
        width: 22.6%;
    }
    .inner-offer img {
        width: 205px;
    }
    .offer-inner-text {
        gap: 30px;
    }
    .about-inner-img img {
        width: 423px;
        height: 300px;
    }
    .about-inner-text {
        width: 59%;
        top: 16px;
        right: 437px;
    }
    .inner-key-img img {
        width: 232px;
        height: 215px;
    }
    .inner-key-text1 {
        padding: 78px 20px;
    }
    .client-text {
        width: 22.8%;
    }
    .inner-footer2 {
        width: 35%;
    }
    .facebook-inner-inner1 {
        width: 32%;
    }
    .inner-fb-text {
        gap: 20px;
    }
    .nav-logo img {
        width: 211px;
        height: 101px;
    }
    .mission-inner h2 {
        font-size: 23px;
    }
    .mission-inner {
        padding: 50px 30px;
    }
    .mission-inner img {
        margin-top: 70px;
    }
    .inner-service-img img {
        width:100%;
    }
    .news__inner {
        width: 31.7%;
    }
    .inner-map iframe {
        width: 988px;
    }
    .contact-address {
        padding-right: 51px;
    }
    .inner-service-2 {
        width: 48.9%;
    }
    
}
@media only screen and (max-width:992px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    .top-head-left {
        margin-left: 274px;
    }
    .about-inner-text {
        width: 61%;
        top: 16px;
        right: 411px;
    }
    .inner-key-img img {
        width: 220px;
    }    
    .inner-key {
        width: 23%;
    }
    .inner-footer2 {
        width: 37%;
        margin-left: 40px;
    }
    .inner-footer1 {
        width: 27%;
    }
    .inner-footer1 img {
        width: 236px;
    }
    .mission-inner {
        padding: 50px 20px;
    }
    .abt-img img {
        width: 430px;
    }
    .inner-service-img img {
        width: 100%;
        height: 300px;
    }
    .inner-map iframe {
        width: 957px;
    }
    .news__textWrapper .class__btn {
        padding: 5px 12px 5px 12px;
    }
    
}
@media only screen and (max-width:880px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    .top-head-left {
        margin-left: 175px;
    }
    .toggle {
        display:  block !important;
    }
    .nav-items{
        display: none ;
        margin-left: -100% ;
        transition: all .3s ;
        z-index: 99999999;
        position: relative;
    }
    .top-head-left a {
        display: none;
    }
    .visible {
        display: grid;
        overflow: hidden;
        margin-top: 111px;
        top: 0;
        background-color: #ffffff;
        left: -237px;
        height: 520px;
        width: 103vw;
        text-align: center;
        margin-left: 0;
        z-index: 9;
        position: relative;
        transition: all .5s;
        animation: mymove 0.3s;
    }
    
    @keyframes mymove {
     0% {top: -20rem;}
     100% {top:0rem;}
     0% {top: -10rem;}

    }
    .active {
    display: block ;
    }
    .topnav-head li {
        display: none;
    }
    .new-class .toggle  {
        transform: translate(5px, 22px);
        transition: all .5s ease;
    }
    .nav-items ul {
        padding-top: 0px;
        display: grid;
        gap: 0;
    }
    .nav-items ul li a {
        display: block;
        padding-top: 0;
        font-weight: 600;
    }
    .toggle {
        float: right !important;
        position: absolute;
        top: 13px;
        width: 70px;
        height: 70px;
        background: #fff;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        overflow: hidden;
        display: none;
        top: 1.1rem;
        right: 1rem;
        padding-top: 2.3rem;
        padding-left: 13px;
        transition: all .5s ease;
    }
    .toggle span {
        position: absolute;
        width: 47px;
        height: 4px;
        background: #c30505;
        border-radius: 10px;
        transition: 0.5s;
    }
    .toggle span:nth-child(1) {
        transform: translateY(-13px);
        width: 33px;
        left: 15px;
    }
    .toggle span:nth-child(2) {
        transform: translateY(12px);
        width: 21px;
        left: 15px;
    }
    .toggle.active span:nth-child(2) {
        width: 40px;
        transform: translateY(0) rotate(315deg);
        transition-delay: 0.25s;
    }
    .toggle.active span:nth-child(1) {
        width: 40px;
        transform: translateY(0) rotate(45deg);
        transition-delay: 0.125s;
    }
    .toggle.active span:nth-child(3) {
        transform: translateX(60px);
    }
    .btn{
        text-align: -webkit-center;
    }
    .btn a {
        width: fit-content;
    }
    .new-class .nav-logo img {
        width: 211px;
        height: 102px;
    }
    .new-class .toggle {
        top: 2.1rem;
    }
    .inner-offer {
        width: 22%;
    }
    .inner-offer img {
        width: 184px;
    }
    .inner-offer h1 {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .inner-offer::after {
        bottom: 59px;
    }
    .inner-offer::before {
        bottom: 189px;
    }
    .offer-inner p {
        padding: 0px 66px;
    }
    #about {
        height: 802px;
    }
    .about-inner-img {
        top: 415px;
        right: 0px;
        width: 100%;
    }
    .about-inner-img img {
        width: 100%;
        height: 300px;
        padding: 0 30px;
        margin-top: 60px;
    }
    .about-inner-text {
        width: 100%;
        top: 16px;
        right: 0;
    }
    .inner-key-img img {
        width: 194px;
    }
    .inner-key-text h1, .inner-key-text1 h1, .inner-key-text2 h1, .inner-key-text3 h1, .inner-key-text4 h1, .inner-key-text5 h1, .inner-key-text6 h1, .inner-key-text7 h1 {
        font-size: 18px !important;
        padding-left: 0;
    }
    .inner-footer1 {
        width: 40%;
    }
    .inner-footer2 {
        width: 50%;
    }
    .inner-footer3 {
        width: 50%;
    }
    .key-inner p {
        padding: 3px 77px;
    }
    .inner-key-text7 {
        padding: 80px 20px;
    }
    .inner-abt {
        display: grid;
    }
    .abt-img img {
        width: 500px;
    }
    .mission-inner h2 {
        font-size: 22px;
    }
    .mission-inner {
        padding: 35px 12px;
    }
    .mission-inner img {
        height: 100px;
    }
    .service_content h2 {
        text-align: left;
        font-size: 18px;
    }
    .service_content p {
        text-align: left;
        padding: 0;
    }
    .service3-inner p {
        padding: 0 259px 0 0;
    }
    .inner-service-text h1 {
        font-size: 22px;
    }
    .inner-service-img img {
        width: 100%;
    }
    .news__textWrapper .class__btn {
        margin-left: 0px;
        font-size: 14px;
    }
    .news__textWrapper p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 10px;
        color: #282828;
    }
    .magnific-img {
        display: inline-block;
        width: 49%;
    }
    .inner-map iframe {
        width: 843px;
    }
    .inner-service-2 {
        gap: 25px;
        width: 48.4%;
    }
    .down-footer-inner h1 {
        font-size: 15px;
        font-weight: 100;
    }
    .contact-address {
        padding-right: 45px;
    }
    
    
}
@media only screen and (max-width:768px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    .inner-offer {
        width: 47%;
    }
    .inner-offer::before {
        bottom: 114px;
    }
    .inner-offer::after {
        height: 101px;
        bottom: 16px;
    }
    .inner-offer img {
        width: 250px;
    }
    .inner-key {
        width: 31.3%;
    }
    .inner-key-img img {
        width: 100%;
    }
    .facebook-inner-inner1 {
        width: 50% !important;
    }
    .inner-fb-text {
        flex-wrap: wrap;
    }
    .facebook-inner-inner1 {
        width: 48% !important;
    }
    .client-text {
        width: 31%;
    }
    .mission-inner {
        padding: 30px 10px;
    }
    .mission-inner h2 {
        font-size: 19px;
    }
    .mission-inner p {
        font-size: 14px;
    }
    .mission-inner img {
        height: 82px;
    }
    .service_content {
        width: 30%;
    }
    .service3-inner p {
        padding: 0 157px 0 0;
    }
    .inner-service-2 {
        display: grid;
    }
    .inner-service-img img {
        width: 100%;
    }
    .inner-service-text h1 {
        font-size: 25px;
    }
    .news__inner {
        width: 47.7%;
    }
    .news__textWrapper p {
        font-size: 16px;
    }
    .news__textWrapper .class__btn {
        font-size: 16px;
    }
    .inner-map{
        text-align: center;
    }
    .inner-map iframe {
        width: 650px;
    }
    .contact-address {
        padding-right: 30px;
    }
    .inner-contact {
        flex-direction: column-reverse;
    }
    .contact-section-form-outer {
        width: 100%;
        margin-top: 30px;
    }
    .contact-address {
        width: 100%;
    }
        .s-text h1 {
        font-size: 40px;
        padding-right: 120px;
    }
}
@media only screen and (max-width:664px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    #about {
        height: 830px;
    }
    .about-inner-img img {
        height: 264px;
        margin-top: 133px;
    }
    .inner-key {
        width: 48%;
    }
    .inner-key-text7 {
        padding: 80px 34px;
    }.inner-key-text1 {
        width: 100%;
    }
    .client-text {
        width: 30%;
    }
    .inner-footer1 {
        width: 100%;
    }
    .inner-footer2 {
        width: 100%;
    }
    .mission-inner {
        width: 100%;
    }
    .mission-inner img {
        height: 182px;
        margin-top: 10px;
    }
    .mission-inner h2 {
        font-size: 25px;
    }
    .service3-inner p {
        padding: 0 52px 0 0;
    }
    .service3-inner h1 {
        font-size: 31px;
    }
    .inner-service-img img {
        width: 100%;
    }
    .inner-map iframe {
        height: 367px;
        width: 562px;
    }
    .contact-section-form-outer {
        width: 100%;
    }
    .contact-address {
        width: 100%;
        padding: 0 40px 40px;
    }
    .contact-section-form-outer1 {
        width: 100%;
        margin-top: 30px;
    }
    .freequote-img {
        width: 100%;
    }
        .s-text h1 {
        padding-right: 159px;
        width: 700px;
    }
}
@media only screen and (max-width:552px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    .inner-offer img {
        width: 234px;
    }
    .inner-offer::after {
        height: 131px;
        bottom: 19px;
    }
    .inner-offer::before {
        bottom: 140px;
    }
    .offer-inner p {
        padding: 0px 25px;
    }
    .key-inner p {
        padding: 3px 30px;
    }
    #about {
        height: 937px;
    }
    .about-inner-img img {
        margin-top: 239px;
    }
    .facebook-inner-inner1 {
        width: 100% !important;
    }
    .client-text {
        width: 47%;
    }
    .service_content {
        width: 45%;
    }
    .service_inner {
        gap: 20px;
    }
    .service3-inner {
        padding: 60px 10px;
    }
    .service3-inner p {
        padding: 0 26px 0 0;
    }
    .news__textWrapper .class__btn {
        font-size: 13px;
    }
    .news__textWrapper p {
        font-size: 13px;
    }
    .magnific-img {
        width: 100%;
    }
    .contact-address {
        padding: 15px;
    }
    .inner-map iframe {
        width: 425px;
    }
    .inner-service-2 {
        gap: 12px;
        width: 47.9%;
    }
    .service-2-inner {
        gap: 15px;
    }
    .inner-service-img img {
        height: 250px;
    }
    .swiper-slider-img img {
        object-fit: revert;
        height: 450px;
    }
    .facebook p {
        padding: 3px 42px;
    }
    .client-head p {
        padding: 0px 30px;  
    }
    .inner-footer2 {
        margin-left: 0px;
    }
    .contact-section-form-outer1 {
        padding: 0 15px;
    }
        .s-text h1 {
        font-size: 32px;
        width: 600px;
    }
}
@media only screen and (max-width:480px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    .inner-offer {
        width: 100%;
    }
    .inner-offer::after {
        height: 80px;
    }
    .inner-offer::before {
        bottom: 94px;
    }
    #about {
        height: 960px;
    }
    .about-inner-img img {
        margin-top: 258px;
    }
    .inner-key-img img {
        height: 250px;
    }
    .inner-key {
        width: 100%;
    }
    .inner-key-text2, .inner-key-text3, .inner-key-text4, .inner-key-text5, .inner-key-text6, .inner-key-text7 {
        width: 100%;
    }
    .inner-footer2 {
        margin-left: 0;
    }
    .abt-img img {
        width: 100%;
    }
    .mission-inner img {
        height: 140px;
    }
    .mission-btn a {
        font-size: 14px;
        padding: 7px 17px 7px 17px;
    }
    .mission-btn span {
        font-size: 16px;
    }
    .inner-service-text h1 {
        font-size: 22px;
    }
    .down-footer-inner h1 {
        font-size: 14px;
    }
    .news__inner {
        width: 100%;
    }
    .news__textWrapper p {
        font-size: 16px;
    }
    .news__textWrapper .class__btn {
        font-size: 17px;
    }
    img.mfp-img {
        height: 425px;
    }
    .from-group {
        width: 100%;
    }
    .inner-footer3 {
        width: 100%;
    }
    .inner-service-2 {
        width: 100%;
    }
    .client-inner {
        padding: 0 30px;
    }
    .abt_text h1 {
        font-size: 35px;
    }
        .pay-btnn{
        display:block;
    }
    .pay-btn{
        display: none;
    }
        .s-text h1 {
        width: 500px;
    }
    .s-text {
        left: 11%;
    }
    
}
@media only screen and (max-width:420px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    .swiper-slider-img img {
        height: 380px;
    }
    .offer-inner p {
        padding: 0px 19px;
    }
    .about-inner-text h1 {
        font-size: 30px;
    }
    .about-inner-img img {
        height: 237px;
        margin-top: 300px;
    }
    #about {
        height: 972px;
    }
    .key-inner p {
        padding: 3px 20px;
    }
    .client-text {
        width: 100%;
    }
    .client-text img {
        width: 100%;
        padding: 0 10px;
    }
    .inner-footer-footer2 {
        gap: 40px;
    }
    .mission-inner img {
        height: 100%;
    }
    .mission-btn a {
        font-size: 12px;
    }
    .mission-btn span {
        font-size: 13px;
    }
    .abt-img img {
        height: 100%;
    }
    .service_content {
        width: 47%;
    }
    .service_content h2 {
        font-size: 17px;
    }
    .inner-map iframe {
        width: 100%;
    }
    #about {
        height: 980px;
    }
    .about-inner-img img {
        margin-top: 299px;
    }
    .about-inner-text p {
        padding-right: 10px;
    }
    .about-inner-text {
        padding: 0px 4px 0 15px;
    }
    .about-inner-text h1 {
        font-size: 28px;
    }
    .inner-offer::after {
        height: 96px;
    }
    .inner-offer::before {
        bottom: 112px;
    }
    .client-head h1 {
        font-size: 26px;
    }
    .footer-inner {
        padding: 60px 15px;
    }
    .down-footer-inner h1 {
        font-size: 14px;
    }
    .mission-btn a {
        margin-left: 0px;
        font-size: 11px;
        padding: 5px 10px 5px 10px;
    }
    .service_content {
        width: 100%;
    }
    .service3-inner h1 {
        font-size: 27px;
    }    
    #about-head, #service-head, #client-head, #media-head, #media-read-1-head, #gallery-head, #contact-head   {
        padding-top: 80px;
        padding-bottom: 50px;
    }
        .s-text {
        top: 51%;
        left: 12%;
    }
    .s-text h1 {
        width: 500px;
    }
    
}
@media only screen and (max-width:400px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    .swiper-slider-img img {
        height: 380px;
    }
    .offer-inner p {
        padding: 0px;
        text-align: justify;
        letter-spacing: 0;
    }
    .about-inner-text h1 {
        font-size: 30px;
    }
    .about-inner-img img {
        height: 237px;
        margin-top: 300px;
    }
    #about {
        height: 972px;
    }
    .key-inner p {
        padding: 3px 8px;
    }
    .facebook-inner-text {
        padding: 8px 12px;
    }
    .client-text {
        width: 100%;
    }
    .client-text img {
        width: 100%;
        object-fit: fill;
    }
    .inner-footer-footer2 {
        gap: 40px;
    }
    .mission-inner img {
        height: 100%;
    }
    .mission-btn a {
        font-size: 12px;
    }
    .mission-btn span {
        font-size: 13px;
    }
    .abt-img img {
        height: 100%;
    }
    .service_content {
        width: 47%;
    }
    .service_content h2 {
        font-size: 17px;
    }
    .inner-map iframe {
        width: 100%;
    }
    #about {
        height: 980px;
    }
    .about-inner-img img {
        margin-top: 299px;
    }
    .about-inner-text p {
    padding-right: 10px;
    text-align: justify;
    letter-spacing: 0;
    }
    .about-inner-text {
        padding: 0px 4px 0 15px;
    }
    .about-inner-text h1 {
        font-size: 28px;
        margin-top: 15px;
    }
    .inner-offer::after {
       display: none;
    }
    .inner-offer::before {
        display: none;
    }
    .inner-offer h1 {
        text-align: center;
    }
    .client-head h1 {
        font-size: 26px;
    }
    .footer-inner {
        padding: 30px 15px;
    }
    .down-footer-inner h1 {
        font-size: 14px;
    }
    .mission-btn a {
        margin-left: 0px;
        font-size: 11px;
        padding: 5px 10px 5px 10px;
    }
    .service_content {
        width: 100%;
    }
    .service3-inner h1 {
        font-size: 27px;
    }  
    .media-read img {
        width: 100%;
    }
    .inner-offer img {
        height: 150px;
        width: 150px;
    }
    .facebook p {
        padding: 3px 10px;
        line-break: auto;
    }
    .client-head p {
        padding: 0px 0px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 66%;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        font-size: 24px;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        font-size: 24px;
    }
    .offer-inner-text {
        padding: 0;
    }
    .freequote-inner {
        padding: 40px 0;
    }
        .s-text h1 {
        width: 460px;
        font-size: 24px;
    }
    .s-text {
        top: 60%;
    }
    
    
}
@media only screen and (max-width:360px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    .about-inner-img img {
        margin-top: 363px;
    }
    #about {
        height: 1030px;
    }
    .client-head h1 {
        font-size: 23px;
    }
    .client-head h1 {
        font-size: 23px;
    }
    .client-text h3 {
        padding: 0 25px;
    }
    .inner-footer-footer2 {
        display: grid;
    }
    .mission-btn span {
        letter-spacing: 0;
    }
    .inner-service-text h1 {
        font-size: 21px;
    }
        .s-text {
        top: 55%;
    }
    .s-text h1 {
        width: 400px;
    }
}
@media only screen and (max-width:300px) {

    .container {
        max-width: 100% ;
        width: 100% ;
        padding: 0 1rem ;
    }
    .offer-inner p {
        padding: 0px 0px;
    }
    .nav-logo img {
        width: 188px;
    }
    .new-class .nav-logo img {
        width: 188px;
    }
    #about {
        height: 1084px;
    }
    .about-inner-img img {
        margin-top: 470px;
        height: 185px;
    }
    .client-text img {
        padding: 5px 10px;
    }
    .inner-offer::before {
        bottom: 152px;
    }
    .inner-offer::after {
        height: 139px;
    }
    .key-inner p {
        padding: 3px 10px;
    }
    .mission-inner h2 {
        font-size: 21px;
    }
    .mission-btn span {
        font-size: 10px;
    }
    .mission-btn a {
        font-size: 10px;
    }
    .ss_text h1 {
        font-size: 25px;
    }
    .service3-inner h1 {
        font-size: 22px;
    }
    .inner-service-text h1 {
        font-size: 24px;
    }
    .news__textWrapper .class__btn {
        font-size: 14px;
    }
    .contact-address {
        padding: 20px 0 0 0 ;
    }   
    .new-class .nav-items ul {
        margin-left: 50px;
    }
    .nav-items ul {
        margin-left: 50px;
    }
        .s-text {
        display: none;
    }
}