@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family:"poppins",sans-serif ;
    transition: all 0.3s ease-in 0s;
}
body{
    background-color: #161617;
}
.buildingcasesection1{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative !important;
}
.buildingcasesection1 .heading1{
    font-weight: 500;
    font-size: 45px;
    color: #fefefe;
    transition: all 0.3s ease-in 0s;
    padding-bottom: 40px;
}
.buildingcasesection1 .textbox{
    padding-top: 100px;
}
.buildingcasesection1 .bottomtab{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    background-color: #08D25F;
    border-top-left-radius: 30px;
    height: 120px;
}
.buildingcasesection1 .btn{
    background-color: #08D25F !important;
    color: #fefefe !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    padding: 10px 25px !important;
}
.buildingcasesection1 .icon{
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}
.buildingcasesection1 .heading2{
    font-weight: 500;
    font-size: 18px;
    color: #fefefe;
    transition: all 0.3s ease-in 0s;
}
.buildingcasesection1 .device{
    color: #fefefe;
    font-weight: 600;
    font-size: 30px;
    height: 50px;
    margin-bottom: 10px;
}
@media (max-width:1025px){
    .buildingcasesection1 .bottomtab{
        width: 80%;
    }
    .buildingcasesection1 .heading1{
        font-weight: 500;
        font-size: 35px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
        padding-bottom: 40px;
    }
    .buildingcasesection1 .heading2{
        font-weight: 500;
        font-size: 16px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
    }
}
@media (max-width:769px){
    .buildingcasesection1 .bottomtab{
        width: 70%;
    }
    .buildingcasesection1 .heading2{
        font-weight: 500;
        font-size: 14px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
        padding-left: 0px;
    }
    .buildingcasesection1 .icon{
        width: 40px;
        height: 40px;
    }
    .buildingcasesection1 .device{
        color: #fefefe;
        font-weight: 600;
        font-size: 30px;
        height: 40px;
        margin-bottom: 10px;
    }
}
@media (max-width:426px){
    .buildingcasesection1{
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative !important;
    }
    .buildingcasesection1 .bottomtab{
        width: 100%;
        height: 120px;
        border-top-left-radius: 0px;
    }
    .buildingcasesection1 .heading2{
        font-weight: 500;
        font-size: 10px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
        text-align: center;
        padding-left: 0px;
    }
    .buildingcasesection1 .device{
        color: #fefefe;
        font-weight: 600;
        font-size: 20px;
        height: 30px;
        margin-bottom: 10px;
    }
    .buildingcasesection1 .icon{
        width: 30px;
        height: 30px;
    }
    .buildingcasesection1 .heading1{
        font-weight: 500;
        font-size: 25px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
        padding-bottom: 40px;
    }
    .buildingcasesection1 .btn{
        background-color: #08D25F !important;
        color: #fefefe !important;
        font-weight: 500 !important;
        border-radius: 10px !important;
        padding: 10px 20px !important;
    }
}
@media(max-height:500px){
    .buildingcasesection1{
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative !important;
    }
}
.buildingcasesection2{
    height: 100%;
    background-image: url('/assets/building/casestudy/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.buildingcasesection2 .heading1{
    font-size: 40px;
    color: #08D25F;
    transition: all 0.3s ease-in 0s;
    font-weight: 500;
}
.buildingcasesection2 .heading2{
    font-size: 22px;
    color: #fcfcfe;
    transition: all 0.3s ease-in 0s;
    font-weight: 400;
}
.buildingcasesection2 .img{
    width: 100%;
    height: 260px;
    border-radius: 10px;
}
.buildingcasesection2 .cardcont{
    border-radius: 20px;
    padding: 40px 30px;
    vertical-align: middle;
}
.buildingcasesection2 .text1{
    font-size: 25px;
    color: #08D25F;
    font-weight: 500;
    height: 110px;
    vertical-align: middle !important;
}
.buildingcasesection2 .text2{
    font-size: 18px;
    color: #fcfcfe;
    font-weight: 400;
    text-align: left;
}
@media(max-width:1200px){
    .buildingcasesection2 .text1{
        font-size: 25px;
        color: #08D25F;
        font-weight: 500;
        height: 174px;
        vertical-align: middle !important;
    }
}
@media(max-width:992px){
    .buildingcasesection2 .text1{
        font-size: 20px;
        color: #08D25F;
        font-weight: 500;
        height: 90px;
        vertical-align: middle !important;
    }
    .buildingcasesection2 .cardcont{
        border-radius: 20px;
        padding: 15px;
        vertical-align: middle;
    }
}
@media (max-width:768px){
    .buildingcasesection2 .img{
        width: 100%;
        height: 260px;
    }
    .buildingcasesection2 .text1{
        font-size: 18px;
        color: #08D25F;
        font-weight: 600;
    }
    .buildingcasesection2 .text2{
        font-size: 16px;
        color: #fcfcfe;
    }
    .buildingcasesection2 .cardcont{
       width: 350px;
       padding: 0 !important;
    }
    .buildingcasesection2 .text1{
        font-size: 20px;
        color: #08D25F;
        font-weight: 500;
        height: 70px;
        vertical-align: middle !important;
    }
    .buildingcasesection2 .heading2{
        font-size: 16px;
        color: #fcfcfe;
        transition: all 0.3s ease-in 0s;
        font-weight: 400;
    }
}
@media(max-width:426px){
    .buildingcasesection2 .container{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .buildingcasesection2 .heading2{
        font-size: 16px;
        color: #fcfcfe;
        transition: all 0.3s ease-in 0s;
        font-weight: 400;
    }
}
.buildingcasesection3{
    height: 100%;
    background-image: url('/assets/building/casestudy/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.buildingcasesection3 .heading1{
    font-size: 40px;
    color: #08D25F;
    transition: all 0.3s ease-in 0s;
    font-weight: 500;
}
.buildingcasesection3 .heading2{
    font-size: 22px;
    color: #fcfcfe;
    transition: all 0.3s ease-in 0s;
    font-weight: 400;
}
.buildingcasesection3 .icon{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.buildingcasesection3 .heading3{
    font-size:30px;
    color: #08D25F;
    font-weight: 500;
}
.buildingcasesection3 .colortext1{
    color: #08D25F;
    font-weight: 500;
    font-size: 25px;
}
.buildingcasesection3 .text{
    color: #fcfcfe;
    font-size: 18px;
}
/* .buildingcasesection3 .box{
    margin-left: 4.5rem;
} */
.buildingcasesection3 .img{
    width: 100%;
    height: 500px;
    border-radius: 20px;
}
@media (max-width: 1200px) {
    .buildingcasesection3 .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 3rem !important;
    }
    .buildingcasesection3 .img{
        width: 500px;
        height: 500px;
    }
    .buildingcasesection3 .imgcol{
        display: flex;
        justify-content: center;
    }
}
@media (max-width:1025px){
    .buildingcasesection3 .box{
        margin-left: 0rem;
    }
}
@media(max-width:426px){
    .buildingcasesection3 .container{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .buildingcasesection3 .heading2{
        font-size: 16px;
        color: #fcfcfe;
        transition: all 0.3s ease-in 0s;
        font-weight: 400;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    .buildingcasesection3 .heading3{
        font-size:25px;
        color: #08D25F;
        font-weight: 500;
    }
    .buildingcasesection3 .text{
        color: #fcfcfe;
        font-size: 16px;
    }
    .buildingcasesection3 .colortext1{
        color: #08D25F;
        font-weight: 500;
        font-size: 18px;
    }
}
.buildingcasesection4{
    height: 100%;
    background-image: url('/assets/building/casestudy/bg3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.buildingcasesection4 .heading1{
    font-size: 40px;
    color: #08D25F;
    transition: all 0.3s ease-in 0s;
    font-weight: 500;
}
.buildingcasesection4 .heading2{
    color: #fcfcfe;
    font-size: 22px;
    font-weight: 400;
}
.buildingcasesection4 .circle{
    background-color: #08D25F;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
}
.buildingcasesection4 .icon{
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.buildingcasesection4 .text1{
    color: #08D25F;
    font-weight: 500;
    font-size: 25px;
}
.buildingcasesection4 .text{
    color: #fcfcfe;
    font-size: 18px;
}
.buildingcasesection4 .heading11{
    color: #08D25F;
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
}
.buildingcasesection4 .textgt{
    color: #fcfcfe;
    font-weight: 600;
    font-size: 25px;
}
 .contact{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 30px;
}

.contact-form {
    flex: 1;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact-form p {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    resize: none;
    &::placeholder{
        font-size: 12px;
    }
}

.contact-form textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    resize: none;
    &::placeholder{
        font-size: 12px;
    }
}
.contact-form button {
    padding: 10px;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #218838;
}

/* form css */

.contact-form {
    flex: 1;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-form p {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.social-media {
    display: flex !important;
    /* padding-left: 30px; */
}
.social-media .socialicon{
    width: 40px;
    height: 40px;
    margin: 10px;
}
.contact .info {
    width: 100%;
    background: #fff;
  }
  .contact .info i {
    font-size: 20px;
    color: #3f43fd;
    float: left;
    width: 44px;
    height: 44px;
    background: #f0f0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #010483;
  }
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #0205a1;
  }
  .contact .info .email, .contact .info .phone {
    margin-top: 40px;
  }
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    color: #fff;
  }
  .contact .php-email-form {
    width: 100%;
    background: #059644;
    padding: 20px;
    border-radius: 20px;
    height: 445px;
  }
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  .contact .php-email-form .error-message {
    color: red;
    text-align: left;
    padding: 15px;
    font-weight: 500;
  }
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 10px;
    box-shadow: none;
    font-size: 12px;
  }
  .contact .php-email-form input {
    height: 44px;
    background-color: #fcfcfc;
    border: 0px;
    &::placeholder{
        font-size: 12px;
    }
  }
  .contact .php-email-form textarea {
    height: 64px;
    padding: 10px 12px;
    resize: none;
    background-color: #fcfcfc;
    border: 0px;
  }
  .contact .php-email-form select {
    border-radius: 10px;
   border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
   
    height: 44px;
    background-color: #fcfcfc;
    border: 0px;
    padding-top: .9rem !important;
    &::placeholder{
        font-size: 12px;
    }
  }
  .contact .php-email-form input[type=tel]{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .contact .php-email-form button[type=submit] {
    background: #161617;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  .contact .php-email-form button[type=button] {
    background: #161617;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  .contact .php-email-form .a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #161617;
    padding: 10px 30px;
    color: #161617;
    transition: 0.4s;
    border-radius: 50px;
    text-decoration: none;
  }
  .checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 0;
}
.checkbox-text {
    margin-left: 8px;
    margin-bottom: 0;
    color: #161617; 
    font-weight: 500;
}
  /* .contact .php-email-form button[type=submit]:hover {
    padding: 10px 40px;
  } */
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .filter-select ul {
    background-color: #fcfcfc;
  }
  @media(max-width:1200px){
    .contact .php-email-form button[type=submit] {
        background: #161617;
        border: 0;
        padding: 10px 15px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
      }
      .contact .php-email-form button[type=button] {
        background: #161617;
        border: 0;
        padding: 10px 15px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
      }
      .contact .php-email-form .a {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 600;
        border: 2px solid #161617;
        padding: 10px 10px;
        color: #161617;
        transition: 0.4s;
        border-radius: 50px;
        text-decoration: none;
      }
}
@media(max-width:1024px){
    .contact .php-email-form .a {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 600;
        border: 2px solid #161617;
        padding: 10px 10px;
        color: #161617;
        transition: 0.4s;
        border-radius: 50px;
        text-decoration: none;
      }
}
@media(max-width:767.5px){
    .buildingcasesection4 .heading1{
        font-size: 32px;
        color: #08D25F;
        transition: all 0.3s ease-in 0s;
        font-weight: 500;
    }
    .buildingcasesection3 .heading1{
        font-size: 32px;
        color: #08D25F;
        transition: all 0.3s ease-in 0s;
        font-weight: 500;
    }
    .buildingcasesection2 .heading1{
        font-size: 32px;
        color: #08D25F;
        transition: all 0.3s ease-in 0s;
        font-weight: 500;
    }
     .contact{
        display: flex;
        flex-direction: column;
    }
    .buildingcasesection3 .heading2{
        font-size: 16px;
        color: #fcfcfe;
        transition: all 0.3s ease-in 0s;
        font-weight: 400;
        padding-bottom: 0px !important;
    }
    .buildingcasesection3 .colortext1{
        color: #08D25F;
        font-weight: 500;
        font-size: 18px;
    }
    .buildingcasesection3 .text{
        color: #fcfcfe;
        font-size: 16px;
    }
    .buildingcasesection3 .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 2rem !important;
    }
    .buildingcasesection4 .heading2{
        color: #fcfcfe;
        font-size: 16px;
        font-weight: 400;
    }
    .buildingcasesection4 .text1{
        color: #08D25F;
        font-weight: 500;
        font-size: 18px;
    }
    .buildingcasesection4 .text{
        color: #fcfcfe;
        font-size: 16px;
    }
}
@media (max-width:426px){
    .buildingcasesection4 .heading2{
        color: #fcfcfe;
        font-size: 16px;
        font-weight: 400;
    }
    .buildingcasesection4 .heading1{
        font-size: 30px;
        color: #08D25F;
        transition: all 0.3s ease-in 0s;
        font-weight: 600;
    }
    .buildingcasesection3 .heading1{
        font-size: 30px;
        color: #08D25F;
        transition: all 0.3s ease-in 0s;
        font-weight: 600;
    }
    .buildingcasesection2 .heading1{
        font-size: 30px;
        color: #08D25F;
        transition: all 0.3s ease-in 0s;
        font-weight: 600;
    }
    .social-media {
        padding-top: 20px;
        padding-left: 0px;
    }
    .contact{
        padding-left: 0px;
    }
    /* .buildingcasesection4 .container{
        padding-right: 0px !important;
        padding-left: 30px !important;
    } */
    .buildingcasesection4 .text1{
        color: #08D25F;
        font-weight: 500;
        font-size: 18px;
    }
    .buildingcasesection4 .heading11{
        color: #08D25F;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
    }
    .contact .php-email-form button[type=submit] {
        background: #161617;
        border: 0;
        font-size: 12px;
        padding: 10px 10px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
      }
      .contact .php-email-form button[type=button] {
        background: #161617;
        border: 0;
        font-size: 12px;
        padding: 10px 10px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
      }
      .contact .php-email-form .a {
        margin-left: 5px;
        font-size: 12px;
        font-weight: 600;
        border: 2px solid #161617;
        padding: 10px 10px;
        color: #161617;
        transition: 0.4s;
        border-radius: 50px;
        text-decoration: none;
      }
}
.rightquote , .leftquote{
    width: 28px;
    height: 28px;
}
.buildingcasesection4 .headings1{
    display: none;
}
@media(max-width:1200px){
    .buildingcasesection4 .headings1{
        display: inline;
    }
    .buildingcasesection4 .headings2{
        display: none;
    }
}
@media (max-width:374px){
    .contact .php-email-form .a {
        margin-left: 1px;
        font-size: 10px;
        font-weight: 600;
        border: 2px solid #161617;
        padding: 5px 5px;
        color: #161617;
        transition: 0.4s;
        border-radius: 50px;
        text-decoration: none;
      }
}
@media (max-width:321px){
    .contact .php-email-form .a {
        margin-left: 1px;
        font-size: 10px;
        font-weight: 600;
        border: 2px solid #161617;
        padding: 5px 5px;
        color: #161617;
        transition: 0.4s;
        border-radius: 50px;
        text-decoration: none;
      }
}