* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .img-box {
  border: 1px solid #ddd;
    /* margin-bottom: 20px; */
    padding: 30px 15px;
    background: white;
}
  .heading-peb{
    background-color:rgb(243 243 243 / 59%);
      padding: 40px 0px 40px 20px;
      width: 50rem;
  }
  .owl-carousel{
    width: 79% !important;
  }
  .owl-carousel .item {
    margin: 5px;
  }
  .owl-carousel .item .item-div {
    display: block;
    width: 40%;
    height: auto;
  }
  .carousel-1{
    margin-left: 40rem;
    margin-top: -19rem;
  }
  .owl-carousel .owl-stage{
    display: flex;
 
}
  .owl-carousel .item {
    /* margin: 12px; */
    width: 42rem;
  }
  .owl-item:active{
    width: 429.664px !important;
    margin-right: 10px;
  }
  
  .owl-dots{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 27px;
  }
  .owl-dot{
    height: 12px;
    width: 13px;
    margin: 0 5px;
    outline: none;
    border-radius: 50%;
    border: 2px solid #ffab0a!important;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  }
  .owl-dot.active,
  .owl-dot:hover{
    background: #ffab0a!important;
  }
  .item-div p{
    color: white;
  }
  .item-div{
    color: #ffab0a;
  }
  .item-div p::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 6px;
    background: #ffab0a;
    bottom: -3px;
    left: 7px;
  }
  
  .morecontent span {
    display: none;
  }
  
  .morelink {
    display: block;
    color: #ffab0a;
      text-decoration: underline;
  }
  .number a {
    text-decoration: underline;
    color: #092759;
    font-size: 2rem;
    font-weight: 500;
  }
  
  .marquee-content {
    display: flex;
    animation: scrolling 20s linear infinite;
  }
  .marquee-content:hover{
    /* animation-play-state: paused; */
  }
  .marquee-item {
    flex: 0 0 16vw;
    margin: 0 1vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
  }
  .marquee-item:hover{
    background: rgba(255,255,255,0.5);
      /* -webkit-transform: scale(1.1); */
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      cursor: pointer;
  }
  
  .marquee-item img {
    display: block;
    width: 100%;
    height: 80px;
  /*   padding: 0 20px; */
  }
  .marquee {
      overflow: hidden;
      margin-bottom: 70px;
    }
    .com_projects_heading::after{
      
      content: "";
      position: absolute;
      width: 75px;
      height: 4px;
      background: #e49b92;
      bottom: -3px;
      left: 17px;
    }
    
    .button-book-now{
      color: white;
      background: #ffab0a;
      /* width: 50%; */
      padding: 8px 13px 8px 20px;
      border-radius: 30px;
      font-weight: 500;
      text-align: center;
      font-size: 18px;
      cursor: pointer;
    
    }
    .enquiry-btn{
      position: absolute;
      top: 100%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .service_arrow {
      position: relative;
    }
  h2.service_heading:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -14px;
    background-color: #fdc500;
}
h2.service_heading:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    left: 50%;
    margin-left: -50px;
    background-color: #fdc500;
}
    /* behavior="scroll" direction="left"
             onmouseover="this.stop();"
             onmouseout="this.start();" */
  
  @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translatex(-144vw); }
  }
  
  
  .testimonial-section{
    /* height: 91vh; */
    background-color: #092759;
  } 
  .img-test-1{
    position: absolute;
  }
  .img-test-1 img{
    height: 472px;
      width: 446px;
  }
  .testimonial-circle{
    height: 13rem;
    border-radius: 50%;
    background: #ffab0a;
    width: 14rem;
    /* position: relative; */
    margin-left: 325px;
    margin-top: 176px;  text-align: center;
    padding-top: 75px;
    font-size: 34px;
    color: white;
    font-weight: 700;
  
  }
  /* ==================== Hero section =================== */
  
  .container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 5rem;
    /* padding:0 2rem; */
  }
  
.hero_banner {
    background-image: url(../img/view-futuristic.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    border-bottom: 11px solid #ee9a8c;
}
.why-us-img{
  padding: 25px;
}
.why_us_content{
  padding: 25px;
}
.hero_contact_btn {
    /* margin-top: 205px; */
}
.hero-heading{
  
    background-color: rgb(239 228 228 / 45%);
    padding: 40px 0px 8px 20px;
    color: #092759;
    font-weight: 700;
    /* letter-spacing: 3px; */
    margin-top: 100px;
    font-size: 50px;
        margin-bottom: 0px;
        width: 52rem;

}
.hero-p{
    width: 52rem;
    color: #092759;
    font-weight: 500;
    text-align: justify;
    font-size: 1.9rem;
    background-color: rgb(239 228 228 / 59%);
    padding: 0px 0px 40px 20px;
}

/* a.hero_btn {
    background: #f5c331;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: 5px 15px;
    line-height: 33px;
} */


a.hero_btn {
  background: #092759;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  padding: 5px 22px;
  line-height: 35px;
  /* margin-bottom: 98px; */
  /* margin-left: 156px; */
  margin-top: 20px;
}
a.hero_btn:hover {
    background: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    color: #092759;
    padding: 5px 15px;
    line-height: 33px;
}

.consultation_btn_bx {
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translate(-50%, 50%);
}
#modal-dialog{
  float: right;
  width: 200%;
}

.btn.consultation_Btn {
    background: #00337a;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    padding: 10px 50px;
}
  p.wcu_pra {
    font-weight: 500;
    font-size: 18px;
    color: white;
    line-height: normal;
    text-align: justify;
  
    padding: 12px 5px;
  }
  
  .servies-uss {
    /* background-image: url(../img/WhyChooseUsBackground.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 620px;
    background-position: center;
    /* border-bottom: 12px solid #ee9b8d; */
    /* border-top: 12px solid #ee9b8d; */
  }
  /* ==================== why choose us =================== */
  
  .why-us {
    background-image: url(../img/Why-Choose-Us-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 612px; */
    background-position: center;
    /* border-bottom: 12px solid #ffc002; */
  }
  .col-why-us{}
  .why_us_content {
    margin-right: 3rem;
  }
  
  .why_heading h3 {
    font-size: 34px;
    font-weight: 700;
    position: relative;
    margin-bottom: 28px;
    color: #000;
  }
  
  .why_heading h3::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 4px;
    background: #e49b92;
    bottom: -10px;
    left: 2px;
  }
  
  .why_para p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
  }
  
  .why_points {
    display: flex;
    flex-direction: column;
    margin: 0 -1px;
  
    margin-bottom: 10px;
  }
  
  .why_points span {
    margin-bottom: 3px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
  }
  
  .why_points span i {
    color: #EE9B8D;
}


  .form-section{
    background-image: url(../img/imgi_2_3d-rendering-loft-luxury-living-room-with-bookshelf-near-bookshelf_105762-2224.webp);
    background-repeat: no-repeat;
    background-size: cover;
  
    width: 100%;
    height: 670px;
    /* background-position: center; */
  }
  
  
  .modal-header{
    background-color: #092759;
  }
  .modal-input{
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, .2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem;
  }
  .form-select{
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, .2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem;
  }
  .appoint{
    background-color: #134377;
    border: 1px solid #134377;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    vertical-align: middle;
    padding: 8px 25px;
    border-radius: 5px;
    cursor: pointer;
  }
  .appoint:hover{
    background-color: #fff;
      border: 1px solid #134377;
      color: #134377;
      cursor: pointer;
  }
  .textarea-modal
  {
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, .2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem;
  }
  #img {
    height: 488px;
    width: 36rem;
    margin-left: 47px;
  }
  
  .heroo-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75vh;
  }
  
  .heroo-text-container .heroo_heading {
    color: #092759;
    font-weight: 500;
    text-align: justify;
    font-size: 1.7rem;
  }
  
  .heroo-text-container .heroo_pra {
    font-weight: 500;
    color: #092759;
    font-size: 1.7rem;
  }
  .heroo-text-container .heroo_hed {
    font-size: 60px;
    color: #092759;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
  }
  /* ==================== services section  =================== */
  
  .services {
    background: #092759;
  }
  
  .service_icon {
    margin-bottom: 0.5rem;
  }
  
  h2.service_heading {
    font-size: 3rem;
    font-weight: 500;
    color: #f1b500;
    text-align: center;
  }
  
  .service_heading h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #f1b500;
  }
  .service_para{
    /* height: 200px; */
    /* width: 286px; */
  }
  
  .service_para p {
    color: #fff;
    font-size: 13px;
  }
  .service_heading p{
    font-size: 13px;
    color: #fff
    ;
  }
  .show_hide{
    color: #ffab0a;
    text-decoration: underline;
    cursor: pointer;
  }
  .show_hide:hover{
    color: #ffab0a;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .moreless-button {
    color: #ffab0a;
    text-decoration: underline;
    cursor: pointer;
  }
  .service_arrow i.fa-solid.fa-arrow-right {
    color: #ffffff;
    font-size: 2rem;
    background-color: #ffab0a;
    width: 91px;
    padding: 9px;
    /* margin-left: 6px; */
    line-height: 15px;
    text-align: center;
    border-radius: 35px;
    transition: width 2s;
  }
  .service_arrow i.fa-solid.fa-arrow-right:hover{
    width: 300px;
  }
  .service_arrow{
    text-align: left;
    padding-top: 54px;
  }
  .servies-uss {
    /* background-image: url(../img/WhyChooseUsBackground.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 620px;
    background-position: center;
    /* border-bottom: 12px solid #cb9800; */
    /* border-top: 12px solid #cb9800; */
  }
  
  .services_bx .service_icon img {
    width: 4rem; /* Adjust the width as per your desired size */
    height: 3rem; /* Adjust the height as per your desired size */
  }
  .services_bx{
     text-align: center;
    border: 1px solid #0F3271;
    margin-top: 14px;
    padding: 20px 30px;
    /* margin-bottom: 20px; */
    min-height: 380px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  }
  .services_bx:hover{
    border: 1px solid #F3B128;
    /* box-shadow: 10px 10px 5px rgb(29, 100, 124); */
  }
  .services_bx .service_icon img {
  
    /* border: 1px solid;
    background: #10326e;
    border-radius: 50px; */
  
  }
  .service_icon{
  
    /* border: 1px solid; */
    /*background: #10326e;*/
    /*border-radius: 50px;*/
    /*height: 4rem;*/
    /*width: 5rem;*/
    text-align: center;
    padding: 6px;
  }
  /* ================== about us ==================== */
  

  .about_us {
    background-image: url(../img/AboutUs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 42rem;    /* background-position: center; */
}

.about_us_bx {
  background: #9BACA6;
  padding: 2px 30px 30px 30px;
  border-radius: 5px;
  text-align: center;
}

h2.about_title {
        margin-top: 15px;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    /*color: white;*/
}

p.about_para {
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    /*color:white;*/
}

.about_btn {
  background: #0c4379;
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    padding: 5px 15px;
    line-height: 33px;
    text-decoration: none;
}

.about_btn:hover {
    background: #292929;
    color: #ffffff;
}
  .heading-title:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #fdc500;
  }
  .heading-title:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    left: 50%;
    margin-left: -50px;
    background-color: #fdc500;
  }
  /* ================== Complete projects ==================== */
  
  .com_pro {
    /* background-image: url(../img/CompletedprojectsBackground.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 600px;
    background-position: center;
  }
  
  h2.com_projects_heading {
    font-size: 2.5rem;
    font-weight: 700;
  }
  
  /* ============ tesitimonial section ================*/
  
  .tesimonial_box {
    width: 20rem;
    height: 9rem;
    background: #f4f4ff;
    border-radius: 8px;
    padding: 15px 20px;
  }
  
  .item.tesimonial_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30vh;
  }
  
  
  
  
  
  /* ================== Client section ==================== */
  
  .clients {
    background-image: url(../img/Clients-Back.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
  }
  .item{
    display: flex;
  }
  
  /* footer section  */
  
  .footer {
    background: #092759;
  }
  
  .footer_title {
    /* font-weight: 500; */
    
    color: #fff;
      margin-bottom: 20px;
  }
  .icon-footer{
    display: inline-flex;
    border: 1px solid #F6BA1E;
    background: #F6BA1E;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* margin-right: 10px; */
    color: #092759 !important;
  }
  
  p.footer_para {
    color: #fff;
    font-size: 13px;;
  }
  
  span.footer_time_txt {
    color: #fff;
    font-size: 13px;
  }
  
  .footer_bx_1 {
    padding: 40px 0px 20px;
    /* border-bottom: 2px solid #fff; */
    margin-bottom: 1rem;
  }
  
  .footer_bx_2 {
    padding: 40px 0px 20px;
    /* border-bottom: 2px solid #fff; */
    margin-bottom: 1rem;
  }
  .footer-row{
    border-bottom: 2px solid #465F85;
  }
  .text-white a{
    font-size: 15px;
    font-weight: 600;
  }
  .footer_bx_3 {
    padding: 40px 0px 20px;
  }
  
  span.service_list {
    display: block;
    color: #fff;
      font-size: 13px;
      font-weight: 400;
      margin-top: 7px;
  }
  .fa-envelope:before {
    content: "\f0e0";
  }
  .fa-phone-alt:before {
    content: "\f879";
  }
  span.info {
    display: block;
    position: relative;
      /* padding-left: 25px; */
      color: #fff;
      font-size: 13px;
      /* margin-bottom: 15px; */
      width: 75%;
  }
  
  .footer_form {
    max-width: 430px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
  }
  
  
  .float-button-call i {
    font-size: 24px;
    color: #fff;
  }
  
  .float-button-call i {
    font-size: 20px;
    color: #fff;
  }
  
  .float-button-call {
    background: #026593;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 150px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  
  .float-button-whatsapp i {
    font-size: 33px;
    color: #fff;
  }
  
  .float-button-whatsapp i {
    font-size: 33px;
    color: #fff;
  }
  .float-button-whatsapp {
    background: #0dc143;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 80px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  
  
  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact textarea,
  #contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  }
  
  #contact {
    background: #ffffff;
    padding: 26px;
    border-radius: 3px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  #contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  
  #contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
  }
  
  fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
  
  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #ffffff;
    margin: 0 0 5px;
    padding: 10px;
  }
  
  #contact input[type="text"]:hover,
  #contact input[type="email"]:hover,
  #contact input[type="tel"]:hover,
  #contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
  }
  
  #contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
  }
  
  #contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #003f7e;
    color: #fff;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
  }
  
  #contact button[type="submit"]:hover {
    background: #004e9c;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  
  #contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  }
  
  .copyright {
    text-align: center;
  }
  
  #contact input:focus,
  #contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
  }
  
  ::-webkit-input-placeholder {
    color: #888;
  }
  
  :-moz-placeholder {
    color: #888;
  }
  
  ::-moz-placeholder {
    color: #888;
  }
  
  :-ms-input-placeholder {
    color: #888;
  }
  
  p.copy_right {
    font-size: 13px;
    color: #fff;
    margin: 0;
  }
  
  .social_icon {
    /* text-align: right; */
    text-decoration: none;
    padding: 40px 0px 20px;
  }
  
  .social_icon a {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2rem;
  }
  
  #client-logo-slider .item {
    padding: 10px;
    display: flex;
  }
  
  /* .img-box {
    
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 0px 0px;
    margin-left: 19px;
  
  }
  .img-box img{
    height: 9rem;
    width: 77rem;
    border-radius: 16px;
  } */
  
  .img-box-client {
    border: 1px solid #adb5bd;
    /* margin-bottom: 29px; */
       padding: 30px 15px;
    width: 200px;
    background-color: white;
    /* margin-right: 17px; */
  }
  
  .img-box-client img{
    width: 107rem;
  }
  
  
  .heading-title {
    font-size: 3rem;
    font-weight: 600;
    color: #092759;
    padding: 30px;
    text-align: center;
      padding-bottom: 5px;
      position: relative;
      margin-bottom: 20px;
      display: inline-block;
      font-weight: 700;
  }
  
  
  /* .logo {
    max-width: 100%;
    height: auto;
  } */
  
  .logo {
      width: 13%;
      height: auto;
  }
  
  
  
  
  /* =====================Media query================== */
  
  /* @media only screen and (max-width: 600px) {
    .number a {
      text-decoration: none;
      color: #ffc300;
      font-size: 1.1rem;
      font-weight: 500;
    }
    .mhero_banner {
      background-image: url(../img/MobBanner.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 55%;
    }
  
    .consultation_btn_bx {
      position: absolute;
      bottom: -3%;
      left: 50%;
      transform: translate(-50%, 50%);
      width: 100%;
      text-align: center;
    }
  
    .btn.consultation_Btn {
      background: #00337a;
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      padding: 10px 5px;
    }
  
    p.wcu_pra {
      font-weight: 500;
      font-size: 20px;
      color: white;
    }
  
    .why-us {
      background-image: url(../img/WhyChooseUsBackground.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 770px;
      background-position: center;
      border-bottom: 12px solid #ffc002;
    }
  
    .why_us_content {
      margin-left: 0rem;
    }
  
    .why_heading h3 {
      font-size: 2rem;
      font-weight: 700;
      position: relative;
      margin-bottom: 28px;
      color: #000;
      margin-top: 15px;
    }
  
    .services_bx {
      margin-top: 2.5rem;
    }
  
    h2.service_heading {
      font-size: 2rem;
      font-weight: 500;
      color: #f1b500;
    }
  
    .about_us {
      background-image: url(../img/About\ Us.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      max-height: 600px;
      background-position: center;
    }
  
    h2.com_projects_heading {
      font-size: 2rem;
      font-weight: 600;
    }
  
    .footer_form {
      max-width: 430px;
      width: 100%;
      margin: 0 0 0 auto;
      position: relative;
      margin-top: 2rem;
    }
  
    p.copy_right {
      font-size: 13px;
      color: #fff;
      margin: 0;
      margin-top: 1rem;
      text-align: center;
    }
  
    .social_icon {
      text-align: center;
      text-decoration: none;
      margin: 10px 0;
    }
  
    .heading-title.center-title h2 {
      font-size: 2.5rem;
      font-weight: 500;
      color: #471fad;
      margin-top: 2rem;
    }
  } */
  
  /* @media only screen and (min-width: 601px) and (max-width: 800px) {
    .number a {
      text-decoration: none;
      color: #ffc300;
      font-size: 1.1rem;
      font-weight: 500;
    }
    .mhero_banner {
      background-image: url(../img/MobBanner.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 55%;
    }
  
    .consultation_btn_bx {
      position: absolute;
      bottom: -3%;
      left: 50%;
      transform: translate(-50%, 50%);
      width: 100%;
      text-align: center;
    }
  
    .btn.consultation_Btn {
      background: #00337a;
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      padding: 10px 5px;
    }
  
    p.wcu_pra {
      font-weight: 500;
      font-size: 20px;
      color: white;
    }
  
    .why-us {
      background-image: url(../img/WhyChooseUsBackground.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 770px;
      background-position: center;
      border-bottom: 12px solid #ffc002;
    }
  
    .why_us_content {
      margin-left: 0rem;
    }
  
    .why_heading h3 {
      font-size: 2rem;
      font-weight: 700;
      position: relative;
      margin-bottom: 28px;
      color: #000;
      margin-top: 15px;
    }
  
    .services_bx {
      margin-top: 2.5rem;
    }
  
    h2.service_heading {
      font-size: 2rem;
      font-weight: 500;
      color: #f1b500;
    }
  
    .about_us {
      background-image: url(../img/About\ Us.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      max-height: 600px;
      background-position: center;
    }
  
    h2.com_projects_heading {
      font-size: 2rem;
      font-weight: 600;
    }
  
    .footer_form {
      max-width: 430px;
      width: 100%;
      margin: 0 0 0 auto;
      position: relative;
      margin-top: 2rem;
    }
  
    p.copy_right {
      font-size: 13px;
      color: #fff;
      margin: 0;
      margin-top: 1rem;
      text-align: center;
    }
  
    .social_icon {
      text-align: center;
      text-decoration: none;
      margin: 10px 0;
    }
  
    .heading-title.center-title h2 {
      font-size: 2.5rem;
      font-weight: 500;
      color: #471fad;
      margin-top: 2rem;
    }
  } */
  
  /* .hero_banner {
      background-image: url(../img/Banner.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100vh;
    } */
  @media (max-width: 1024px) {
    .testimonial-circle {
      height: 13rem;
      border-radius: 50%;
      background: #ffab0a;
      width: 15rem;
      /* position: relative; */
      margin-left: 210px;
      margin-top: 130px;
      text-align: center;
      padding-top: 81px;
      font-size: 30px;
      color: white;
      font-weight: 700;
  }
  .testimonial-section {
    /* height: 457px; */
    background-color: #092759;
  }
  .img-test-1 img {
    height: 381px;
    width: 446px;
  }
  .carousel-1 {
    margin-left: 32rem;
    margin-top: -20rem;
  }
  .item-div p {
    color: white;
    font-size: 14px;
  }
  .heading-review-test{
    font-size: 34px;
  }
  .hero-heading {
    font-size: 3rem;
    margin-top: 47px;
}
.button-book-now {
  font-size: 13px;

}
.why_us_content{
  margin-right: 0px ;
  padding: 0px;
}

  }
  @media only screen and (min-width: 768px) and (max-width: 1100px) {
    .heroo-text-container .heroo_hed {
      font-size: 2.9rem !important;
    }
    .img-test-1 img {
      height: 351px;
      width: 446px;
  }
  
  
    .hero_banner {
      background-size: cover;
      height: 63vh;
    }
    .heroo-text-container {
      height: 50vh;
    }
    heroo-text-container .heroo_pra .heroo_heading {
      font-size: 0.5rem !important;
    }
  
    .why-us {
      /* height: 48rem; */
    }
  
    .why_heading h3 {
      font-size: 2rem;
    }
    #img {
      margin-top: 8rem !important;
    }
    /* .about_us {
      height: 38rem;
    } */
    p.about_para {
      font-size: 0.8rem;
    }
  
    #complete_projects {
      margin-bottom: 5rem;
    }
  
    #tesimonial {
      margin-bottom: 5rem;
    }
   
    .owl-carousel .item {
      /* margin: 5px; */
      width: 29rem;
  }
  .testimonial-section {
    /* height: 60vh !important; */
    background-color: #092759;
  }
  .hero-heading {
    font-size: 2rem;
    margin-top: 24px;
}
  }
  
  
  @media only screen and (min-width: 420px) and (max-width: 768px) {
    .heroo-text-container .heroo_hed {
      font-size: 2rem !important;
    }
  
    .carousel-1 {
      margin-left: 22rem;
      margin-top: -15rem;
  }
  .heading-peb{
    background-color:rgb(243 243 243 / 59%);
    padding: 0px;
    margin-top: 47px;
  }
  .heading-peb {
    background-color: rgb(243 243 243 / 59%);
  
    width: auto;
  }
  .owl-carousel .item {
    /* margin: 5px; */
    /* width: 49rem; */
  }
  .item-div p {
    color: white;
    font-size: 12px;
  }
  .heading-review-test{
    font-size: 25px;
  }
    .number a{
      font-size: 1rem;
    }
    .btn.consultation_Btn {
      font-size: 1rem;
    }
  
    .hero-heading {
      font-size: 41px;
         margin-top: -15px;
      letter-spacing: 1px;
  }
  .button-book-now {
    font-size: 18px;
}
.why-us-img {
  padding: 0px;
  /* margin-bottom: -50px; */
  margin-bottom: -51px !important;
}
    /* .mhero_banner {
      background-image: url(../img/MobBanner.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100vh;
    } */
    .heroo-text-container {
      height: 30vh;
    }
    /* .heroo-text-container .heroo_pra .heroo_heading {
        font-size: 1.2rem !important;
      } */
    .heroo-text-container .heroo_heading {
      font-size: 1.2rem;
    }
    .heroo-text-container .heroo_pra {
      font-size: 1.2rem;
    }
  
    .why-us {
      /* height: 35rem; */
  }
    .why_heading h3 {
      font-size: 1.5rem;
    }
    #img {
      margin-top: 1rem !important;
      margin-left: 0px;
  }
  .why_us_content {
    margin-right: 0rem;
  }
    /* .about_us {
      max-height: 30rem !important;
    } */
    p.about_para {
      font-size: 0.8rem;
    }
  
    /*#complete_projects {*/
    /*  margin-bottom: 5rem;*/
    /*}*/
  
    #tesimonial {
      margin-bottom: 5rem;
    }
    .why_para p {
      font-size: 12px;
  }
  .why_points span {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
  }
  .about_us_bx {
    background: #9BACA6;
        padding: 20px;
    border-radius: 5px;
  }
    .float-button-call {
      background: #e7290c;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      position: fixed;
      bottom: 111px;
      right: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
  }
  
  
  .float-button-call {
    background: #54acd3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 105px;
    right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  
  .float-button-whatsapp {
    background: #0dc143;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 59px;
    right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
      .float-button-whatsapp {
          background: #0dc143;
          border-radius: 50%;
          width: 45px;
          height: 45px;
          position: fixed;
          bottom: 50px;
          right: 13px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
      }
  
      .testimonial-section {
        /* height: 80vh !important; */
        background-color: #092759;
    }
    .testimonial-circle {
      height: 9rem;
      border-radius: 50%;
      background: #ffab0a;
      width: 12rem;
      /* position: relative; */
      margin-left: 149px;
      margin-top: 114px;
      text-align: center;
      padding-top: 55px;
      font-size: 21px;
      color: white;
      font-weight: 700;
  }
      
  }
  @media only screen and (max-width: 480px) {
        .marquee-item {
    flex: 0 0 48vw}
    .hero_banner {
      background-image: url(../img/SPPL-PAGE-Interior-Header-Mobile.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 70vh;
      border-bottom: 11px solid #ee9a8c;
  }
  #modal-dialog{
    float: right;
    width: 80%;
  }
    .heroo-text-container .heroo_hed {
      font-size: 1.6rem !important;
      line-height: 1.2;
    }
    #img {
      margin-top: 1rem !important;
      margin-left: 0px;
  }
    .carousel-1 {
      margin-left: 1rem;
      margin-top: 1rem;
  }
    .number a{
      font-size: 1rem;
    }
    .btn.consultation_Btn {
      font-size: 1rem;
      margin-top: 1rem;
    }
  
    .logo {
      width: 41%;
      height: auto;
    }
    .mhero_banner {
      /* background-image: url(../img/MobBanner.jpg); */
      /* background-repeat: no-repeat; */
      /* background-size: cover; */
      width: 100%;
      height: 52vh;
    }
    .heroo-text-container {
      height: 39vh;
    }
  
    .container-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 2rem;
      /* padding: 0 2rem; */
      padding: 0.6rem;
    }
    /* .heroo-text-container .heroo_pra .heroo_heading {
        font-size: 1.2rem !important;
      } */
      .heroo-text-container .heroo_heading {
        font-size: 1rem;
        /* line-break: 10px; */
        font-weight: 600;
        text-align: justify;
        /* color: #0c457d; */
      }
      .heroo-text-container .heroo_pra {
        font-size: 1.1rem;
        /* padding: ; */
        /* margin-bottom: ; */
        margin-top: 1rem;
      }
      .why-us {
      /* height: 54rem; */
  }
  
    .why_heading h3 {
      font-size: 1.5rem;
    }
    #img {
        /* margin-top: 3rem !important; */
      /* margin-bottom: 2rem; */
      height: 14rem !important;
      margin-left: 0px;
      
      width: 100%;
    }
    /* .about_us {
      max-height: 38rem !important;
    } */
    p.about_para {
      font-size: 0.8rem;
    }
  
    /*#complete_projects {*/
    /*  margin-bottom: 5rem;*/
    /*}*/
  
    
    .why_para p {
      font-size: 15px;
  }
    .heading-peb {
      background-color:rgb(243 243 243 / 59%);
      padding: 10px 0px 10px 20px;
   
      margin-top: 76px;
      width: auto;
  }
   
    
    .img-test-1{
      position: relative;
    }
    .testimonial-section {
      /* height: 95vh; */
  }
    .testimonial-circle{
     margin-left: 80px;
      margin-top: -222px;
      height: 9rem;
      border-radius: 50%;
      background: #ffab0a;
      width: 12rem;
      /* position: relative; */
      /* margin-left: 149px; */
      /* margin-top: 114px; */
      text-align: center;
          padding-top: 50px;
      font-size: 27px;
      color: white;
      font-weight: 700;
    
    }
    .img-test-1 img{
      height: 70% !important;
      
      width: 100% !important;
    }
    .testimonial-circle{
      
    }
    .why_us_content {
      margin-right: 0rem;
  }
  .hero-heading {
  font-size: 26px;
    margin-top: 40px;
    width: 21rem;
}
.hero-p {
        font-size: 14px;
            width: 21rem;
}
.button-book-now {
  font-size: 17px;
}
.why-us-img {
  padding: 0px;
  margin-bottom: -52px;
}
  }
  
  @media only screen and (min-width: 425px) and (max-width: 320px) {
    .hero_banner {
      background-image: url(../img/SPPL-PAGE-Interior-Header-Mobile.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100vh;
      border-bottom: 11px solid #ee9a8c;
  }
    .testimonial-section{
      /* height: 100vh; */
    }
    .img-test-1{
      position: relative;
    }
    .img-test-1 img{
      height: 70% !important;
      
      width: 100% !important;
    }
  .testimonial-circle{
    margin-left: 102px;
      margin-top: -71px;
  }
    .heroo-text-container {
      height: 38vh;
    }
  
    .heroo-text-container .heroo_hed {
      font-size: 2rem !important;
      line-height: 1.2;
      /* text-align: left; */
    }
    #img {
      margin-top: 1rem !important;
      margin-left: 0px;
  }
    .heroo-text-container .heroo_heading {
      font-size: 1.2rem;
      /* line-break: 10px; */
      font-weight: 600;
      text-align: left;
      /* color: #0c457d; */
    }
  
    .heroo-text-container .heroo_pra {
      font-size: 0.9rem;
      /* padding: ; */
      /* margin-bottom: ; */
      margin-top: 0.6rem;
      font-weight: 600;
    }
    .btn.consultation_Btn {
      font-size: 1rem;
      margin: 0.8rem 3.8rem;
    }
    h2.service_heading {
      font-size: 1.7rem;
      font-weight: 500;
      color: #f1b500;
    }
    .why_us_content {
      margin-left: 0rem;
    }
  
    .item.tesimonial_item {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 49vh;
    }
    .why-us {
      height: 57rem;
    }
  
    .about_us {
      /* max-height: 41rem !important; */
    }
  
    .number a {
      font-size: 0.9rem;
      color: white;
      background-color: #092759;
      padding: 0.3rem;
    }
  
    .logo {
      width: 39%;
      height: auto;
      margin: 0 -1.4rem;
    }
    
  
    .item {
      display: block;
  }
  .why_us_content {
    margin-right: 0rem;
  }
  .hero-heading {
    font-size: 41px;
    margin-top: 174px;
    letter-spacing: 1px;
}
  }
    
  
  
  @media only screen and (max-width: 320px){
    .hero_banner {
      background-image: url(../img/SPPL-PAGE-Interior-Header-Mobile.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100vh;
      border-bottom: 11px solid #ee9a8c;
  }
    .heading-title.center-title h2{
      font-size: 41px;
    }
    #img {
      margin-top: 1rem !important;
      margin-left: 0px;
  }
  .hero-heading {
 font-size: 22px;
    margin-top: 0px;
    width: 18rem;
    /*margin-top: 227px;*/
}
.hero-p {
    font-size: 12px;
    width: 18rem;
}
.button-book-now {
  font-size: 13px;
}
.about_us {
  height: 46rem;
}
  }
  
  
  #hero .company_form {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,1);
}

#hero .modal-input,
#hero .textarea-modal,
#hero .form-select {
  width: 100%;
  margin-bottom: 12px;
font-weight:600 !important;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size:14px;
}

#hero .appoint {
  background: #134377;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#hero .appoint:hover {
  background: #0f3260;
}
