@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1470px;
    } 
}

@media only screen and (max-width: 1599px) {
    h1 {
        font-size: 75px;
        line-height: 1.2;
    }
    h2 {
        font-size: 65px;
        line-height: 1.2;
    }
    h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    h4 {
        font-size: 35px;
        line-height: 1.2;
    }
    h5 {
        font-size: 22px;
        line-height: 1.2;
    }
    .banner_wrapper .banner_head p {
        margin-bottom: 30px;
    }
    .mein_hd h4, .mein_hd h3 {
        margin-top: 15px;
    }
    .p_120 {
        padding: 100px 0;
    }
    a.arrow-down {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    .hearder_wrapper .navbar-nav li .nav-link {
        font-size: 14px;
    }
    .banner_wrapper .banner_head {
        width: 100%;
    }
    .hearder_wrapper .navbar-nav {
        margin-right: 20px;
        gap: 10px;
    }
    .choose_content .choose_grid .card {
        padding: 20px;
    }
    .choose_content .choose_grid {
        gap: 20px;
    }
    .our-latest .latest-content h2 {
        color: #183FA2;
        margin-bottom: 25px;
    }
    .our-latest .articles-box {
        padding: 30px;
    }
    
    .our-latest .category-btn a {
        padding: 12px 19px;
    }
    
    .our-latest .category-data {
        padding-bottom: 15px;
    }
    .our-latest .pagination-wrapper a.page-link {
        height: 50px;
        width: 50px;
    }
    .our-latest .pagination-wrapper a.page-link i {
        font-size: 14px;
    }
    .our-latest li.page-item {
        margin: 0 5px;
    }
    .our-latest .post-box {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .our-latest .resent-text .date {
        padding-top: 10px;
    }
    .our-latest .category-box h6{
        font-size: 22px;
    }
    .our-latest .category-wrapp {
        margin-top: 26px;
    }
    .our-latest .post-data{
        margin-bottom: 0;
    }
    .lorem-text {
        padding-bottom: 30px;
    }
    .contact-content .contact-box p, .contact-content .contact-box a {
        font-size: 18px;
    }
    .contact-content .contact-box {
        padding: 22px;
    }
    .banner_wrapper .banner_head p {
        margin-bottom: 30px;
    }
    .mein_hd h4, .mein_hd h3 {
        margin-top: 15px;
    }
    .p_120 {
        padding: 38px 0;
    }
    a.arrow-down {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .banner_wrapper .banner_head {
        width: 100%;
    }
    .hearder_wrapper .navbar-nav {
        margin-right: 20px;
        gap: 22px;
    }
    .choose_content .choose_grid .card {
        padding: 20px;
    }
    .choose_content .choose_grid {
        gap: 20px;
    }
    .about_wrapper .about_hd {
        max-width: 700px;
    }
    .about_wrapper .about_hd h3::after {
        bottom: 18px;
        width: 160px;
    }
    .choose_wrapper .mein_hd {
        max-width: 700px;
    }
    .our_content .our_grid .card {
        padding: 30px;
    }
    .our_content .our_grid .card .card-body a {
        font-size: 24px;
        line-height: 1.2;
    }
    .about_wrapper .banner_img img {
        width: 100%;
    }
    .banner_inner {
        min-height: 380px;
    }
    .about_wrapper .about_hd h3 {
        margin-bottom: 70px;
    }
    .management-content .chnage_left {
        padding-left: 15px;
    }
    .project-content .project-top {
        margin: auto auto 40px auto;
    }
    .management-content .row {
        align-items: start;
    }
    .resent-post ul li {
        gap: 10px;
    }
    .resent-post ul li .recent_text a {
        font-size: 16px;
    }
    .resent-post ul li .recent_text .category_wreap {
        margin-top: 10px;
    }
    .category-box ul li {
        padding-top: 20px;
    }
    .prv_next_wreap ul {
        padding: 30px 0;
    }
    .prv_next_wreap ul li a {
        font-size: 18px;
    }
    .share_wreap ul li span {
        font-size: 20px;
    }

}

@media only screen and (max-width: 1299px) {
    .hearder_wrapper nav.navbar {
        padding: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .hearder_wrapper nav.navbar .container-fluid {
        position: relative;
    }
    .hearder_wrapper nav.navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        z-index: 22;
        background: #fff;
        right: 0;
        left: 0;
        padding: 20px;
    }
    .hearder_wrapper .navbar-nav {
        margin-right: 0;
        margin-bottom: 15px;
    } 
    h1 {
        font-size: 64px;
        line-height: 1.2;
    }
    h2 {
        font-size: 56px;
        line-height: 1.2;
    }
    h3 {
        font-size: 34px;
        line-height: 1.2;
    }
    h4 {
        font-size: 30px;
        line-height: 1.2;
    }
    h5 {
        font-size: 20px;
        line-height: 1.2;
    }  
    .p_120 {
        padding: 80px 0;
    } 
    .about_wrapper .about_hd h3 {
        margin-bottom: 30px;
    }
    .hearder_wrapper .navbar-nav li.nav-item.dropdown ul.dropdown-menu {
        border: none;
    }
    .hearder_wrapper .navbar-nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item {
        padding-left: 0;
        font-size: 14px;
    }
    .our-latest .latest-content h2 {
        color: #183FA2;
        margin-bottom: 15px;
    }
    .our-latest .category-data p {
        font-size: 14px;
    }
    .our-latest .articles-box {
        padding: 25px;
    }    
    .our-latest .category-btn a {
        padding: 10px 16px;
    }
    .our-latest .resent-text .date {
        padding-top: 5px;
    }
    .our-latest .resent-post {
        padding: 30px 22px;
    }
    .our-latest .resent-text p {
        font-size: 16px;
        line-height: 22px;
        padding-left: 13px;
    }
    .our-latest .post-box {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .our-latest .category-box {
        padding: 30px 22px;
    }
    .our-latest .category-wrapp p{
        font-size: 16px;
    }
    .our-latest .category-wrapp {
        margin-top: 20px;
    }
    .contact-content .contact-box p, .contact-content .contact-box a {
        font-size: 15px;
    }
    .contact-content .contact-box {
        padding: 30px 10px;
    }
    .py-120 {
        padding: 60px 0px;
    }
    .testimonial-content .block{
        padding: 20px;
    }
    .testimonial-sec::before{
        content: url(../imgs/ellipsebefore.png);
        display: none;
    }
    .testimonial-sec::after{
        content: url(../imgs/ellipseafter.png);
        display: none;
    }
    header button.navbar-toggler {
        display: grid;
        padding: 0;
        background: transparent;
        outline: none !important;
        box-shadow: none !important;
        cursor: pointer !important;
    }
    .bars {
        width: 30px;
        height: 3px;
        margin: 3px auto;
        background-color: #00A8A8;
        border-radius: 10px;
        transition: all .3s ease-in-out;
        background-image: none !important;
    }
    .navbar-toggler[aria-expanded="true"] .bars {
        margin: -3px;
        transition: all .3s ease-in-out;
    }
    .navbar-toggler[aria-expanded="true"] .bars.bar2 {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] .bars.bar1 {
        transform: rotate(45deg);
    }
    .navbar-toggler[aria-expanded="true"] .bars {
        margin: -3px;
        transition: all .3s ease-in-out;
    }
    .navbar-toggler[aria-expanded="true"] .bars.bar3 {
        transform: rotate(-45deg);
    }
    .navbar-toggler[aria-expanded="true"] .bars {
        margin: -4px;
        transition: all .3s ease-in-out;
    }
    .about_wrapper .about_hd {
        max-width: 645px;
    }
    .choose_content .choose_grid {
        gap: 15px;
    }
    .choose_content .choose_grid .card {
        padding: 15px;
    }   
    .our_content .our_btn {
        margin-top: 50px;
    }
    .banner_inner {
        min-height: 280px;
    }
    .project-content .project-type {
        padding: 30px;
    }
    .contact-form .form {
        max-width: 100%;
    }
    .contact-content .contact-box h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .choose_content .choose_grid {
        grid-template-columns: repeat(2,1fr);
    }
    .our_content .our_grid {       
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }
    .our_content .our_grid .card .our_img img {
        width: 100%;
        height: 100%;
    }
    .hearder_wrapper .navbar-nav {
        margin-right: 0;
        margin-bottom: 15px;
        gap: 10px;
    }
    .footer_top .subscribe_text img.img-fluid {
        max-width: 60px;
    }
    .footer_top .subscribe_text {
        margin-bottom: 20px;
        justify-content: center;
    }
    h1 {
        font-size: 50px;
        line-height: 1.2;
    }
    h2 {
        font-size: 44px;
        line-height: 1.2;
    }
    h3 {
        font-size: 30px;
        line-height: 1.2;
    }
    h4 {
        font-size: 24px;
        line-height: 1.2;
    }
    h5 {
        font-size: 18px;
        line-height: 1.2;
    }  
    .p_120 {
        padding: 60px 0;
    } 
    .cta {
        font-size: 16px;
        padding: 15px 30px;
    }
    a.arrow-down {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .about_wrapper .about_hd {
        max-width: 610px;
    }
    .about_wrapper .about_hd h3::after {
        bottom: 14px;
        height: 2px;
    }
    body {
        font-size: 16px;
    }
    .about_wrapper .about_hd h3 {
        margin-bottom: 10px;
    }
    section.let_wrapper .paly_btn {
        text-align: -webkit-center;
    }
    .our-latest .pagination-wrapper ul.pagination {
        justify-content: center;
        padding: 30px 0 50px;
    }
    .our-latest .latest-content h2 {
        margin-bottom: 10px;
    }
    .contact-content .contact-box p, .contact-content .contact-box a {
        font-size: 12px;
    }
    .contact-content .contact-box {
        padding: 20px;
        min-height: 220px;
    }
    .our_content .our_btn {
        margin-top: 30px;
    }
    .footer_list h5 {
        padding-bottom: 8px;
        margin-bottom: 16px;
    }
    .footer_list ul li {
        margin-bottom: 12px;
    }
    .social_icon {
        gap: 5px;
    }
    .footer_bottom p {
        padding: 18px 0;
        font-size: 14px;
    }
    .row.footer_content {
        padding: 80px 0;
    }
    .footer_list p {
        margin: 25px 0 0;
    }
    .row.footer_top {
        padding: 40px 0;
    }
    .paly_btn a.btn.paly {
        width: 100px;
        height: 100px;
        font-size: 14px;
    }
    .certif_wrapper .certif_content h3 {
        margin-bottom: 30px;
    }
    .project_wrapper .project_content ul li h5 {
        font-size: 18px;
    }
    .footer_top .subscribe_text h4 {
        margin: 0 0 0 15px;
    }
    .banner_inner {
        min-height: 220px;
    }
    .breadcrumb_wreap ol.breadcrumb li.breadcrumb-item {
        font-size: 16px;
    }
    .project-content .project-type {
        padding: 20px;
    }
    .project-content h5 {
        font-size: 20px;
        padding: 25px 0px 5px;
    }
    .project-content .project-type img {
        max-width: 90px;
    }
    .management-content .choose_img:before {
        width: 200px;
        height: 250px;
        top: -20px;
        left: -20px;
    }
    .lorem-data h4 {
        max-width: 100%;
    }
    .testimonial-content .profile img {
        max-width: 60px;
    }
    .testimonial-content .profile p {
        font-size: 16px;
    }
    .testimonial-content .profile .name {
        padding-left: 10px;
    }
    .testimonial-content .our_btn {
        margin-top: 40px;
    }
    .contact-content .contact-box h4 {
        font-size: 22px;
    }
    .contact-content .contact-head {
        max-width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .choose_content .choose_grid {
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .our_content .our_grid {
        gap: 10px;
    }
    .hearder_wrapper .navbar-nav {
        margin-bottom: 10px;
    }
    .footer_top .subscribe_text img.img-fluid {
        max-width: 60px;
    }
    h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    h2 {
        font-size: 36px;
        line-height: 1.2;
    }
    h3 {
        font-size: 26px;
        line-height: 1.2;
    }
    h4 {
        font-size: 22px;
        line-height: 1.2;
    } 
    .p_120 {
        padding: 50px 0;
    } 
    .about_wrapper .about_hd h3 {
        margin-bottom: 0px;
    }
    .project_wrapper .project_content ul {
        display: block;
        /* grid-template-columns: repeat(2,1fr);
        gap: 40px;
        margin: 32px 0; */
    }
    .project_wrapper .project_content ul  li{
        margin-bottom: 20px;
    }
    .project_wrapper .project_img {
        width: 100%;
    }
    .our_content .our_grid .card {
        padding: 20px 15px;
    }
    .project_wrapper .project_content {
        padding: 30px 20px;
    }
    .row.footer_content {
        padding: 50px 0;
    }
    .lorem-data {
        padding-top: 30px;
        max-width: 922px;
    }
    .lorem-text {
        padding-bottom: 20px;
    }
    .py-60 {
        padding: 30px 0px;
    }
    .contact-form .form {
        padding: 40px;
    }
    .contact-content .contact-box p, .contact-content .contact-box a {
        font-size: 18px;
    }
    .contact-block {
        margin-bottom: 30px;
    }
    .contact-block:last-child {
        margin: 0;
    }
    .bars {
        width: 25px;
        margin: 2px auto;
    }
    .hearder_wrapper nav.navbar {
        padding: 15px;
    }
    .about_wrapper .about_hd h3::after {
        right: 35px;
        bottom: 10px;
    }
    .about_wrapper .about_hd {
        max-width: 100%;
    }
    .mein_hd span {
        font-size: 13px;
        padding: 6px 15px;
    }
    .get_popup .modal-dialog {
        max-width: 100%;
        margin: 0 auto;
    }
    .footer_list h5 {
        margin-top: 20px;
    }
    .subscribe_email .form-control {
        padding: 18px;
    }
    .subscribe_email button.btn {
        padding: 13px 35px;
    }
    .banner_inner {
        min-height: 170px;
    }
    .footer_logo a img {
        max-width: 150px;
    }
    .breadcrumb_wreap ol.breadcrumb li.breadcrumb-item {
        font-size: 15px;
    }
    .prv_next_wreap ul {
        margin: 30px 0 50px;
        padding: 20px 0;
    }
    .prv_next_wreap ul li a {
        font-size: 16px;
    }
    .category-box ul li span, .category-box ul li a {
        font-size: 16px;
    }
    .category-box ul li {
        padding-top: 15px;
    }
    .resent-post ul li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 35px;
        line-height: 1.2;
    }
    h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    body {
        font-size: 16px;
    }
    .quick_text li {
        width: 100%;
    }
    .our-latest .articles-text {
        padding-top: 20px;
    }
    .our-latest .articles-box{
        margin-bottom: 25px;
    }
    .our-latest .pagination-wrapper a.page-link {
        height: 42px;
        width: 42px;
        font-size: 16px;
    }
    .our-latest li.page-item {
        margin: 0 3px;
    }
    .contact-content .contact-box p, .contact-content .contact-box a {
        font-size: 16px;
    }
    .contact-form .form {
        padding: 20px;
    }
    .contact-form .form input, .contact-form .form textarea {
        padding: 12px;
        margin-bottom: 15px;
    }
    .navbar-light .navbar-brand img {
        max-width: 110px;
    }
    .cta {
        font-size: 14px;
        padding: 14px 28px;
    }
    .about_wrapper .about_hd h3::after {
        display: none;
    }
    body {
        font-size: 15px;
    }
    .choose_content .choose_grid {
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }
    .busines_wrapper .busines_content {
        padding: 50px 0;
    }
    .our_content .our_grid .card .card-body a {
        font-size: 20px;
    }
    .our_content .our_grid .card .card-body p {
        font-size: 15px;
    }
    .footer_bottom p {
        padding: 15px 0;
        font-size: 13px;
    }
    .hearder_wrapper nav.navbar {
        padding: 15px 0;
    }
    .footer_logo a img {
        max-width: 130px;
    }
    .management-content .choose_img:before {
        display: none;
    }
    .management-content h3 {
        margin-bottom: 20px;
    }
    .management-content .chnage_left {
        padding-top: 30px;
    }
    .our-latest .our_content .our_grid {
        grid-template-columns: repeat(1,1fr);
    }
    .testimonial-content .our_btn {
        margin-top: 30px;
    }   
}
