﻿@media only screen and (max-width :380px) {
    
}

@media only screen and (max-width :767px) {


}

@media only screen and (min-width : 768px) and (max-width :1023px)  {


}

@media only screen and (max-width :1080px){

}

@media only screen and (min-width :1080px){

}

@media only screen and (min-width : 1080px) and (max-width :1240px){


}

@media only screen and (min-width :1240px) {

}


/*0 up to 479*/
@media only screen and (min-width:0px) and (max-width : 479px) {

    .closeMenu {
        top: 40px;
        right: 20px;
      }
    .blurMenu {
        padding-right: 0;
      }
    .socials > li a {
        color: #fff;
        font-size: 20px;
        line-height: 33px;
        width: 23px;
        text-align: center;
      }
      .socials {
        gap: 0px;
      }
      .slogan {
        width: 100%;
      }
    .openMenu .mainmenu > li > a {
        font-size: 15px;
      }
      .mainmenu > li {
        margin-bottom: 5px;
      }
    .slogan h2 {
        font-size: 19px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 20px;
      }
      .slogan h3 {
        font-size: 20px;
        line-height: 40px;
      }
      .aboutBox h1 {
        margin-bottom: 20px;
        font-size: 20px;
      }
      .aboutSection {
        padding: 40px 0;
      }
      .aboutBox .cmspage {
        margin-bottom: 0;
      }
      .stats {
        width: 100%;
        margin: 20px auto 30px;
      }
      .stats > li strong {
        font-size: 12px;
        margin-bottom: 10px;
      }
      .stats > li span {
        font-size: 12px;
      }
      .showMoreLink a {
        font-size: 15px;
      }
      p {
        margin: 0;
        padding: 5px 0px;
        font-size: 13px;
        line-height: 25px;
      }
   
      .projectItem {
        width: 100%;
        height: 63vw;
      }
      .projectItem:hover {
        width: 90%;
      }
      .prjSummary a {
        color: #292929;
        line-height: 40px;
        font-size: 14px;
        background: #fff;
        width: 160px;
        bottom: 30px;
        left: 30px;
      }
      .prjSummary {
        padding: 10px 20px;
      }
      .prjSummary p {
        font-size: 11px;
    font-weight: 500;
    line-height: 25px;
      }
      .prjSummary h2 {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 600;
      }
      .buildersSection {
        padding: 50px 0;
      }
      .builderBox > h2 {
        margin-bottom: 30px;
        font-size: 20px;
      }
      .builderCarousel .item.wideItem {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
      }
      .wideItem .builderItem a figure img {
        width: 370px;
        height: auto;
      }
      .builderItem a span {
        font-size: 10px;
        margin-left: 10px;
      }
      .builderItem a strong {
        font-size: 12px;
      }
      .whyTitle h2 {
        padding-bottom: 70px;
        font-size: 20px;
      }
      .whyList > li strong {
        font-size: 20px;
        width: 100%;
      }
      .btSlogan {
        width: 100%;
      }
      .btSlogan h2 {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px;
      }
      .btSlogan h3 {
        font-size: 20px;
        line-height: 40px;
      }
      .footerCols {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }
      .ftLinksBox {
        margin: 0;
        flex: unset;
        width: 100%;
      }
      .ftSocialsBox {
        margin: 0;
        flex: unset;
        width: 100%;
      }
      .ftNewsletterBox {
        margin: 0;
        flex: unset;
        width: 100%;
      }
      footer {
        padding: 10px 0;
      }
      .footerCols h2 {
        font-size: 13px;
        margin-bottom: 20px;
        text-align: right;
      }
      .ftlinks li a {
        font-size: 11px;
      }
      .ftNewsletterBox p {
        margin-bottom: 25px;
        text-align: right;
        font-size: 11px;
      }
      .nsTxt {
        font-size: 12px;
        line-height: 44px;
      }
      .nsBtn {
        font-size: 12px; 
      }
      /*about page*/
      .aboutContent {
        display: flex;
        gap: 20px !important;
        flex-wrap: wrap;
      } 
      .aboutText h2 {
        font-weight: 600;
        font-size: 18px !important;
        line-height: 26px !important;
        margin-bottom: 15px !important;
        color: #fff;
      }
      .aboutContent figure{
        width: 100%;
      }
      .aboutContent figure img{
        width: 100%;
      }
      .insideContent .stats {
        padding: 0px 0;
        margin: 0 auto 80px;
      }
      /*project page*/
      .prjName {
        top: 20px !important;
        right: 20px !important;
        line-height: 45px !important;
        font-size: 20px !important;
      }
      .prjDesc {
        top: 70px !important;
        right: 17px !important;
        padding: 0 5px 0 20px !important;
        font-size: 11px !important;
        line-height: 20px !important;
      }
      .prjlist > li figure img {
        width: 100%;
        height: 263px !important;
      }
      .prjLink {
        left: 10px !important;
        width: 115px !important;
        height: 45px;
        line-height: 45px;
        font-size: 13px !important;
      }
      .prjInv {
        right: 18px !important;
        line-height: 45px;
        font-size: 12px !important;
      }
      .prjItem::before {
        top: 5px !important;
        right: 5px !important;
      }
      .prjItem::after {
        left: 5px !important;
        bottom: 5px !important;
      }
      .builderCarousel .item {
        width: 350px;
        padding-right: 25px !important;
      }
      /*market page*/
      .market .table-container table th, td {
        padding: 0px !important;
        font-size: 10px !important;
      }
      .market .table-container table .progress-tbl {
        width: 90% !important;
        height: 7px !important;
      }
      /*login page*/
      .loginPane .lgLogo {
        position: absolute;
        top: 6px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
        width: 100%;
    background: #000;
    text-align: center;
      }
      .lgBox {
        margin-left: 300px;
        position: relative;
        min-height: 100vh;
        width: 100% !important;
        padding: 0 10px !important;
      }
      .lgBox form{
        width: 100% !important;
      }
      .loginFormPane {
        width: 100% !important;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(50%);
        right: 48%;
      }
      .loginFormPane h1 {
        font-weight: bold;
        font-size: 20px !important;
        margin-bottom: 5px !important;
        color: #33363c;
      }
      .loginForm > p {
        color: #6f6f6f;
        font-size: 14px !important;
        margin-bottom: 30px;
      }
      .lInput i {
        left: 28px !important;
      }
      .ltxt {
        width: 91% !important;
      }
      .lbtn {
        width: 91% !important;
        font-size: 14px !important;
      }
      .consultationBox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
      .consText {
        width: 100% !important;
        margin: 0;
      }
      .consForm {
        width: 100% !important;
        margin: 0;
      }
      .ctinfo li {
        padding-right: 30px !important;
        margin-bottom: 10px !important;
        position: relative;
      }
      .ctinfo li a, .ctinfo li strong {
        font-size: 12px !important;
      }
      /*question page*/
      .question span i {
        margin-right: 0px !important;
        font-size: 15px !important;
      }
      .question span {
        font-size: 10px !important;
      }
      .question {
        line-height: 48px !important;
        padding: 0px 10px !important;
        font-size: 11px !important;
      }
      .answer {
        padding: 10px !important;
      }
      .cmspage p{
        padding: 10px 0px;
        font-size: 11px;
        line-height: 20px;
      }
    }
    /*480 up to 719*/
    @media only screen and (min-width : 480px) and (max-width : 719px) {
        .closeMenu {
            top: 40px;
            right: 20px;
          }
        .blurMenu {
            padding-right: 0;
          }
        .socials > li a {
            color: #fff;
            font-size: 20px;
            line-height: 33px;
            width: 29px;
            text-align: center;
          }
          .socials {
            gap: 0px;
          }
          .slogan {
            width: 100%;
          }
        .openMenu .mainmenu > li > a {
            font-size: 15px;
          }
          .mainmenu > li {
            margin-bottom: 5px;
          }
        .slogan h2 {
            font-size: 19px;
            line-height: 20px;
            font-weight: 600;
            margin-bottom: 20px;
          }
          .slogan h3 {
            font-size: 20px;
            line-height: 40px;
          }
          .aboutBox h1 {
            margin-bottom: 20px;
            font-size: 20px;
          }
          .aboutSection {
            padding: 40px 0;
          }
          .aboutBox .cmspage {
            margin-bottom: 0;
          }
          .stats {
            width: 100%;
            margin: 20px auto 30px;
          }
          .stats > li strong {
            font-size: 15px;
            margin-bottom: 10px;
          }
          .stats > li span {
            font-size: 15px;
          }
          p {
            margin: 0;
            padding: 5px 0px;
            font-size: 13px;
            line-height: 25px;
          }
       
          .projectItem {
            width: 100%;
          }
          .projectItem:hover {
            width: 90%;
          }
          .prjSummary a {
            color: #292929;
            line-height: 40px;
            font-size: 14px;
            background: #fff;
            width: 160px;
            bottom: 30px;
            left: 30px;
          }
          .prjSummary {
            padding: 10px 20px;
          }
          .prjSummary p {
            font-size: 13px;
            font-weight: 500;
            line-height: 30px;
          }
          .prjSummary h2 {
            font-size: 17px;
            margin-bottom: 10px;
            font-weight: 600;
          }
          .buildersSection {
            padding: 50px 0;
          }
          .builderBox > h2 {
            margin-bottom: 30px;
            font-size: 20px;
          }
          .builderCarousel .item.wideItem {
            width: 100%;
            padding-right: 5px;
            padding-left: 5px;
          }
          .wideItem .builderItem a figure img {
            width: 370px;
            height: auto;
          }
          .builderItem a span {
            font-size: 10px;
            margin-left: 10px;
          }
          .builderItem a strong {
            font-size: 12px;
          }
          .whyTitle h2 {
            padding-bottom: 70px;
            font-size: 20px;
          }
          .whyList > li strong {
            font-size: 20px;
            width: 100%;
          }
          .btSlogan {
            width: 100%;
          }
          .btSlogan h2 {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 10px;
          }
          .btSlogan h3 {
            font-size: 20px;
            line-height: 40px;
          }
          .footerCols {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
          }
          .ftLinksBox {
            margin: 0;
            flex: unset;
            width: 100%;
          }
          .ftSocialsBox {
            margin: 0;
            flex: unset;
            width: 100%;
          }
          .ftNewsletterBox {
            margin: 0;
            flex: unset;
            width: 100%;
          }
          footer {
            padding: 10px 0;
          }
          .footerCols h2 {
            font-size: 13px;
            margin-bottom: 20px;
            text-align: right;
          }
          .ftlinks li a {
            font-size: 11px;
          }
          .ftNewsletterBox p {
            margin-bottom: 25px;
            text-align: right;
            font-size: 11px;
          }
          .nsTxt {
            font-size: 12px;
            line-height: 44px;
          }
          .nsBtn {
            font-size: 12px; 
          }
          /*about page*/
      .aboutContent {
        display: flex;
        gap: 20px !important;
        flex-wrap: wrap;
      } 
      .aboutText h2 {
        font-weight: 600;
        font-size: 18px !important;
        line-height: 26px !important;
        margin-bottom: 15px !important;
        color: #fff;
      }
      .aboutContent figure{
        width: 100%;
      }
      .aboutContent figure img{
        width: 100%;
      }
      .insideContent .stats {
        padding: 0px 0;
        margin: 0 auto 80px;
      }
      /*project page*/
      .prjName {
        top: 20px !important;
        right: 20px !important;
        line-height: 45px !important;
        font-size: 20px !important;
      }
      .prjDesc {
        top: 70px !important;
        right: 17px !important;
        padding: 0 5px 0 20px !important;
        font-size: 11px !important;
        line-height: 20px !important;
      }
      .prjlist > li figure img {
        width: 100%;
        height: 263px !important;
      }
      .prjLink {
        left: 10px !important;
        width: 115px !important;
        height: 45px;
        line-height: 45px;
        font-size: 13px !important;
      }
      .prjInv {
        right: 38px !important;
        line-height: 45px;
        font-size: 12px !important;
      }
      .prjItem::before {
        top: 5px !important;
        right: 5px !important;
      }
      .prjItem::after {
        left: 5px !important;
        bottom: 5px !important;
      }
       /*market page*/
       .market .table-container table th, td {
        padding: 0px !important;
        font-size: 10px !important;
      }
      .market .table-container table .progress-tbl {
        width: 90% !important;
        height: 7px !important;
      }
       /*login page*/
       .loginPane .lgLogo {
        position: absolute;
        top: 6px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
        width: 100%;
    background: #000;
    text-align: center;
      }
      .lgBox {
        margin-left: 300px;
        position: relative;
        min-height: 100vh;
        width: 100% !important;
        padding: 0 10px !important;
      }
      .lgBox form{
        width: 100% !important;
      }
      .loginFormPane {
        width: 100% !important;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(50%);
        right: 48%;
      }
      .loginFormPane h1 {
        font-weight: bold;
        font-size: 20px !important;
        margin-bottom: 5px !important;
        color: #33363c;
      }
      .loginForm > p {
        color: #6f6f6f;
        font-size: 14px !important;
        margin-bottom: 30px;
      }
      .consultationBox {
        flex-wrap: wrap;
      }
      .consText {
        width: 100% !important;
        margin: 0;
      }
      .consForm {
        width: 100% !important;
        margin: 0;
      }
    }
    /*720 up to 1000*/
    @media only screen and (min-width : 720px) and (max-width : 1000px) {
        .openMenu .mainmenu > li > a {
            font-size: 15px;
          }
          .mainmenu > li {
            margin-bottom: 5px;
          }
        .slogan h2 {
            font-size: 19px;
            line-height: 20px;
            font-weight: 600;
            margin-bottom: 20px;
          }
          .slogan h3 {
            font-size: 20px;
            line-height: 40px;
          }
          .aboutBox h1 {
            margin-bottom: 20px;
            font-size: 20px;
          }
          .aboutSection {
            padding: 40px 0;
          }
          .aboutBox .cmspage {
            margin-bottom: 0;
          }
          .stats {
            width: 100%;
            margin: 20px auto 30px;
          }
          .stats > li strong {
            font-size: 15px;
            margin-bottom: 10px;
          }
          .stats > li span {
            font-size: 15px;
          }
          p {
            margin: 0;
            padding: 5px 0px;
            font-size: 13px;
            line-height: 25px;
          }
          .projectItem {
            width: 100%;
          }
          .projectItem:hover {
            width: 90%;
          }
          .prjSummary a {
            color: #292929;
            line-height: 40px;
            font-size: 14px;
            background: #fff;
            width: 160px;
            bottom: 30px;
            left: 30px;
          }
          .prjSummary p {
            font-size: 13px;
            font-weight: 500;
            line-height: 30px;
          }
          .buildersSection {
            padding: 50px 0;
          }
          .whyTitle h2 {
            padding-bottom: 150px;
            font-size: 20px;
          }
          .whyList > li strong {
            font-size: 22px;
          }
          .btSlogan h2 {
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 10px;
          }
          .btSlogan h3 {
            font-size: 20px;
            line-height: 40px;
          }
          .footerCols {
            display: flex;
            gap: 10px;
          }
          .footerCols h2 {
            font-size: 13px;
            margin-bottom: 20px;
            text-align: right;
          }
          .ftlinks li a {
            font-size: 11px;
          }
          .ftNewsletterBox p {
            margin-bottom: 25px;
            text-align: right;
            font-size: 11px;
          }
          .nsTxt {
            font-size: 12px;
            line-height: 44px;
          }
          .nsBtn {
            font-size: 12px; 
          }
          /*about page*/
      .aboutContent {
        display: flex;
        gap: 20px !important;
        flex-wrap: wrap;
      } 
      .aboutText h2 {
        font-weight: 600;
        font-size: 18px !important;
        line-height: 26px !important;
        margin-bottom: 15px !important;
        color: #fff;
      }
      .aboutContent figure{
        width: 100%;
      }
      .aboutContent figure img{
        width: 100%;
      }
      .insideContent .stats {
        padding: 0px 0;
        margin: 0 auto 80px;
      }
      /*project page*/
      .prjName {
  font-size: 20px;
}
.prjDesc {
    position: absolute;
    top: 93px !important;
    right: 15px !important;
    color: #fff;
    padding: 5px 30px !important;
  }
  .prjLink {
    width: 140px !important;
    font-size: 13px !important;
  }
  .builderItem a span {
    line-height: 40px;
    font-size: 11px !important;
  }
  .builderItem a strong {
    font-size: 13px;
  }
    /*login page*/
    .loginPane .lgLogo {
        position: absolute;
        top: 6px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
        width: 100%;
    background: #000;
    text-align: center;
      }
      .lgBox {
        margin-left: 300px;
        position: relative;
        min-height: 100vh;
        width: 100% !important;
        padding: 0 10px !important;
      }
      .lgBox form{
        width: 100% !important;
      }
      .loginFormPane {
        width: 100% !important;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(50%);
        right: 48%;
      }
      .loginFormPane h1 {
        font-weight: bold;
        font-size: 20px !important;
        margin-bottom: 5px !important;
        color: #33363c;
      }
      .loginForm > p {
        color: #6f6f6f;
        font-size: 14px !important;
        margin-bottom: 30px;
      }
      .lInput i {
        left: 45px !important;
      }
      .ltxt {
        width: 91% !important;
      }
      .lbtn {
        width: 91% !important;
        font-size: 14px !important;
      }
      .loginPane::before {
        content: none !important;

      }
      /*contact*/
      .consText {
        width: 47% !important;
        margin: 0;
      }
      .ctinfo li a, .ctinfo li strong {
        font-size: 11px !important;
      }
      .ctinfo li {
        padding-right: 30px !important;
        margin-bottom: 10px !important;
      }
      .ctinfo li span {
        font-size: 12px !important;
      }
    }
    
    
    /*1001 up to 1249*/
    @media only screen and (min-width : 1001px) and (max-width : 1249px) {
        .mainmenu > li {
            margin-bottom: 5px;
          }
          .openMenu .mainmenu > li  a {
            font-size: 16px;
          }
        .slogan h2 {
            font-size: 22px;
          }
          .slogan h3 {
            font-size: 25px;
            line-height: 25px;
          }
          .projectItem {
            width: 80%;
          }
          .whyList > li strong {
            font-size: 26px;
          }
          .btSlogan h2 {
            font-size: 26px;
            line-height: 40px;
            margin-bottom: 20px;
          }
          .btSlogan h3 {
            font-size: 25px;
            line-height: 40px;
          }
          .footerCols h2 {
            font-size: 14px;
            margin-bottom: 10px;
            text-align: right;
          }
          .ftlinks li a {
            font-size: 12px;
          }
          .ftNewsletterBox p {
            margin-bottom: 10px;
            font-size: 11px;
          }
          .nsTxt {
            font-size: 12px;
          }
          .nsBtn {
            font-size: 13px;
          }
          footer {
            padding: 30px 0;
          }
          .aboutContent {
            display: flex;
            gap: 40px !important;
          }
          .aboutContent figure{
            width: 100%;
          }
          .aboutContent figure img{
            width: 100%;
          }
          .aboutText h2 {
            font-size: 21px !important;
            line-height: 37px !important;
            margin-bottom: 20px !important;
          }
          .builderItem a span {
            font-size: 12px !important;
          }
          /*login*/
          .loginPane::before {
            width: calc(59% - 300px) !important;
          }
    }
    /*laptop*/
    @media only screen and (min-width : 1250px) and (max-width : 1366px) {
        .mainmenu > li {
            margin-bottom: 8px;
          }
          .openMenu .mainmenu > li > a {
            font-size: 18px;
          }
          .builderItem a strong {
            font-size: 16px !important;
          }
          .builderItem a span {
            line-height: 40px;
            font-size: 13px !important;
          }
          .btSlogan h3 {
            font-size: 27px !important;
          }
    }
    /*1250 up to 1400*/
    @media only screen and (min-width : 1367px) and (max-width : 1450px) {
     
    }
    
    /*1400 up to 1920*/
    @media only screen and (min-width : 1400px) and (max-width : 1920px) {
    }