/*
   MaxLand Theme Responsive Design
*/

@media (max-width: 1024px) {}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding {
        padding: 15px;
    }

    .header-section .navbar-brand {
        height: 80px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .wrap_contetns{
        z-index:10;
    }
    .content_inner {
    padding: 4rem 1rem 4rem 1rem;
    z-index: 10;
}
    .menu-btn,
    .js #mainmenu {
        display: none;
    }

    .project-2 .project-item,
    .js .slicknav_menu {
        display: block;
    }

    .default-btn {
        text-align: center;
    }

    .about-content h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .year-box {
        padding-left: 0;
    }

    .error-content .error-info {
        padding-left: 10px;
    }

    .counter-content {
        text-align: left;
        padding-left: 70px;
    }

    .counter-wrap .col-lg-4:last-child {
        margin-top: 50px;
    }
}

/* ---- End of max-width 992px CSS ---- */

/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 480px) and (max-width: 768px) {}

/* ---- End of min-width 480px and max-width 768px CSS ---- */

/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 768px) {
    .hero-content {
        padding-left: 20px;
        position: relative;
    }

    .navbar-brand img {
        width: 180px;
        padding-top: 20px;
        z-index: 1000;
    }

    .mainmenu ul.nav {
        display: block;
        padding-top: 120px;
        z-index: 1000;
        height: 100vh;
        background: #f5f5f5;
    }

    ul.nav>li>a {

        padding: 0px 20px;

        letter-spacing: 0;

        font-size: 13px;

        font-weight: 600;

        text-transform: uppercase;

        line-height: 50px;

        z-index: 1;

        width: 100%;

        display: block;

        color: #000 !important;
    }

    .mobo_button {
        right: 15px;
        top: 22px;
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 100000;
        background: #ffffff;
        border-radius: 1px;
    }

    .mobo_button span {
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0;
    }

    .mobo_button span:nth-child(1) {
        background: #ffc705;
        display: block;
        width: 80%;
        height: 2.5px;
        top: 10px;
        margin-left: 4px;
        position: absolute;
    }

    .mobo_button span:nth-child(2) {
        background: #ffc705;
        display: block;
        width: 66%;
        height: 2.5px;
        top: 19px;
        margin-left: 4px;
        position: absolute;
    }

    .mobo_button span:nth-child(3) {
        background: #ffc705;
        display: block;
        width: 55%;
        height: 2.5px;
        bottom: 10px;
        margin-left: 4px;
        position: absolute;
    }

    .mobo_button.crossbar span:nth-child(1) {
        opacity: 0;
    }

    .mobo_button.crossbar span:nth-child(2) {
        opacity: 1;
        left: 2px;
        position: absolute;
        transform: rotate(45deg);
        top: 18px;
        background-color: #ffc705 !important;
        width: 80%;
    }

    .mobo_button.crossbar span:nth-child(3) {
        transform: rotate(-45deg);
        position: absolute;
        top: 18px;
        left: 2px;
        background-color: #ffc705 !important;
        width: 80%;
    }

    .mainmenu {
        margin-top: 10px;
        z-index: 999 !important;
        position: fixed;
        width: 0;
        height: 100vh;
        background: #f5f5f5;
        right: 0;
        transition: all 0.5s;
        top: -10px;
    }

    .mainmenu.active_menu {
        display: block !IMPORTANT;
        width: 100%;
    }

    .padding {
        padding: 60px 0;
    }

    .xs-padding {
        padding: 15px;
    }

    .lin1 {
        display: none;
    }

    .lin2 {
        display: none;
    }

    .hero-section {
        height: 350px;
    }

    .hero-section .scroll-down {
        display: none;
    }

    .hero-section h1 {
        font-size: 20px;
        line-height: 1;
        margin: 10px auto;
        width: 100%;
    }

    .hero-section a {
        width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-top: 15px;
        width: max-content;
    }

    .page-header {
        height: 250px;
    }

    .page-content h2 {
        font-size: 30px;
        margin: 0;
    }

    .about-content h2 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    .cta-content h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .error-content {
        display: block;
    }

    .error-content .error-info h2 {
        font-size: 120px;
        line-height: 120px;
        margin-bottom: 30px;
    }

    .error-content .error-info a {
        display: block;
    }

    .contact-form .form-group .col-sm-6:first-child {
        margin-bottom: 15px;
    }

    .contact-info h2 {
        line-height: 28px;
    }

    .sidebar-wrap {
        padding-left: 0;
    }

    .blog-single-content h2 a {
        font-size: 22px;
        line-height: 28px;
    }

    .blog-single-content h2 {
        line-height: 28px;
    }

    blockquote p {
        line-height: 32px;
    }

    .year-bg {
        width: 100%;
    }

    .hero-content::before {
        content: " ";

        left: 0px;
        height: 125%;
        width: 2px;
        top: 0%;
    }

    .hero-content::after {
        content: " ";

        left: -11px;
        height: 2px;
        width: 200px;
        bottom: -24px;
    }

    .about-content p {
        color: #145a2d;
        font-family: 'Roboto Slab', serif;
        font-size: 15px;
        padding-top: 10px;
    }

    .midtitle h4 {

        font-size: 30px;

    }

    .mid_line::after {
        content: " ";
        left: 38%;
        transform: translateX(-50%);
        width: 36%;
        height: 2px;
        bottom: 6px;
    }

    .testi-item {
        background-color: #fff;
        position: relative;
        padding: 20px;

        display: block !important;
    }

    .testi-item img {

        margin-bottom: 15px;

        border-radius: 14%;

        margin-left: 20px;
    }

    .widget-content p {

        margin-bottom: 0px;
    }

    .about_hero {
        /* height: auto; */
    }

    .content_inner {
        padding: 4rem 1rem 4rem 1rem;
    }

    .content_inner h1 {

        width: 100%;

        position: relative;

        line-height: 30px;

        z-index: 100;

        font-size: 20px;
    }

    .about_hero::after {
        content: " ";
        position: absolute;
        background: #fffdfdbd;
        width: 100%;
        left: 0;
        height: 100%;
        top: 0;
    }

    .wrap_contetns::before {
        content: " ";
        background: #fecf56;
        left: 5px;
        height: 70%;
        width: 2px;
        top: 20%;
        z-index: 100;
    }

    .wrap_contetns::after {
        content: " ";
        background: #fecf56;
        left: -8px;
        height: 2px;
        bottom: 17%;
        width: 51%;
        z-index: 100;
    }

    .site_title h4 {
        font-family: "breathing";
        font-size: 35px;

    }

    .site_title h4::after {

        bottom: 8px;
    }

    .site_title p {

        font-size: 16px;
        padding-top: 20px;
    }

    .images_value {}

    .vision_mision {
        padding: 50px 0px 70px 0px;
        overflow: hidden;
    }

    .vision_boxes::before {
        content: " ";
        height: 100%;
        left: -7px;
        top: 20px;
    }

    .vision_boxes::after {
        content: " ";
        position: absolute;
        left: -14px;
        width: 40%;
        bottom: -3%;
    }

    .left_missionheading h5 {

        padding: 55px 0px 21px 0px;
    }

    .vision_boxes {

        padding: 45px 30px;

    }

    .misionboxes {
        background: #e8be52;
        padding: 45px 30px;
    }

    .misionboxes p {

        font-size: 17px;
    }

    .vision_boxes p {
        font-size: 17px;
    }

    .misionboxes::after {
        content: " ";
        right: -15px;
        height: 2px;
        width: 39%;
        top: -8px;
    }

    .misionboxes::before {
        content: " ";
        position: absolute;
        right: -9px;
        height: 100%;
        top: -20px;
    }

    .hidden-desktop {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .left_visonheading h5 {

        font-size: 40px;

        padding: 30px 0px;
    }

    .mobo_button {
        display: block !important;
    }

    .slider_img {
        position: relative;
        background-position: right;
        background-size: cover;
        width: 100%;
        height: 400px;
        padding: 5rem 0px 0px 0px;
    }

    .slicknav_menu .slicknav_icon {
        display: none;
    }

    .about_hero {

        background-position: bottom;

    }

    .header-section {

        padding: 0px 0px;
    }

    .d_flex {
        display: block;
    }

    .values_secboxes {}

    .widget-content .widget-links {
        margin-left: 0px;
    }

    .values_lines h4::after {
        content: " ";
        position: absolute;
        width: 35%;
        background: #ECCA73;
        height: 2px;
        bottom: 10px;
        left: 0;
    }

    .journey_title h4::after {
        content: " ";
        position: absolute;
        width: 65%;

    }

    .ourjourney {
        padding-top: 0px;
    }

    .project_sec {

        padding-bottom: 0px;
        overflow: hidden;
    }

    .projects_lines h4 {
        margin-bottom: 0px;
        font-size: 35px;
    }

    .breadcumb h4 {

        font-size: 35px;
        font-family: "breathing";
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .loader video {
        margin: 0 auto;
        z-index: 10000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 416px;
    }
}