body {

    margin: 0;

    padding: 0;

    font-family: sans-serif;

}



header {

    background:#00adef;

    color: white;

    padding: 5px 80px;

    box-sizing: border-box;

}



.icons-top {

    margin-top: 14px;

}



.icons-top a {

    text-decoration: none;

    color: rgb(255, 255, 255);

}



.icons-top img {

    padding-right: 8px;

}



.icons-social img {

    padding-right: 15px;

}



.icons-top p {

    padding-right: 20px;

}



nav {

    width: 100%;

    background: rgba(255, 255, 255, 0.8);

    border-top: 1px solid rgba(255, 255, 255, .2);

    border-bottom: 1px solid rgba(255, 255, 255, .2);

    position: sticky !important;

    top: 0 !important;

    z-index: 99 !important;

}



.collapse {

    justify-content: right;

}



.nav-link {

    font-weight: 600;

    margin-right: 25px;

}



.nav-glob {

    padding: 5px 70px;

}



.glob-lr {

    padding: 60px 70px;

}



.right-align {

    text-align: right;

    justify-content: end;

}



.req-btn {

    background-color: white;

    border: 1px solid #69100C;

    color: #69100C;

    font-size: 14px;

    font-weight: 500;

    border-radius: 5px;

    padding: 8px 10px;

}



.req-btn:hover {

    background-color: #69100C;

    border: 1px solid #69100C;

    color: #ffffff;

    font-size: 14px;

    font-weight: 500;

    border-radius: 5px;

    padding: 8px 10px;

}





.drop-service .dropdown-item:hover {

    background-color:#e6b413 !important;

    color: #06331d !important;

}



.drop-service .dropdown-item::before {

    color: #06331d;

    content: "\2B9A";

    font-weight: 900;

    margin-right: 10px;

}

.drop-service .dropdown-item::before:hover {

    color: #ffffff;

    content: "\2B9A";

    font-weight: 900;

    margin-right: 10px;

}



/* -------------------navbar end--------------- */







/* ---------------------------------------------- */

.glob-lr {

    padding: 40px 60px;

}



.title {

    font-size:25px;

    font-weight: 600;

    margin-bottom: 20px;

    color:#ed1b24;

    /* margin-bottom: 15px; */

    margin-top: 10px;

}



.p-text {

    line-height: 1.6em;

    font-size: 1.1rem;

}



/* ---------------------------------------------- */





/* ---------------------------------------------- */

.service{
  background-color: white;

    box-shadow:1px 1px 12px 1px #cfcfcf;

    border-radius: 6px;

    padding:10px;

    overflow: hidden;
    height: 100%;

}

.service .service-title {
    margin-top:10px;
    font-size: 20px;

    font-weight: 500;

    margin-bottom: 8px;

}

.service .service-pra{

    padding-left: 0px;

}

.service-pra li{

    list-style: none;

    font-size: 15px;

    line-height: 1.8;

}

.read-btn{

    padding: 6px 10px;

    font-size: 14px;

    background: #EAA845;

    font-size: 12px;

    border-radius: 4px;

    color: white;

    border: none;

}

/* ---------------------------------------------- */





/* ------------------------------------------------------------------ */

.wg-box-content {

    position: relative;

    width:100%;

    margin: auto;

    overflow: hidden;

  }

  

  .wg-box-content .wg-box-content-overlay {

    background:#eaa845ab;

    position: absolute;

    height: 99%;

    width: 100%;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    opacity: 0;

    -webkit-transition: all 0.4s ease-in-out 0s;

    -moz-transition: all 0.4s ease-in-out 0s;

    transition: all 0.4s ease-in-out 0s;

  }

  

  .wg-box-content:hover .wg-box-content-overlay{

    opacity: 1;

  }

  

  .wg-box-content-image{

    width: 100%;

  }

  

  .wg-box-content-details {

    position: absolute;

    text-align: center;

    padding-left: 1em;

    padding-right: 1em;

    width: 100%;

    top: 50%;

    left: 50%;

    opacity: 0;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

  }

  

  .wg-box-content:hover .wg-box-content-details{

    top: 50%;

    left: 50%;

    opacity: 1;

  }

  

  .wg-box-content-details h3{

    color: #fff;

    font-size: 20px;

    font-weight: 500;

    /* letter-spacing: 0.15em; */

    margin-bottom: 0.5em;

    text-transform: uppercase;

  }

  

  .wg-box-content-details p{

    color: #fff;

    font-size: 0.8em;

  }

  

  .wg-box-fadeIn-bottom{

    top: 80%;

  }

/* ------------------------------------------------------------------ */





/* ------------------------------------------------------------------ */



.bg-logo{

    background-color:#ffedd3;

}

.u-wrapper {

    max-width: 1440px;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: space-around;

    width: 100%;

    padding:30px 0px;

  }

  

  .c-carousel {

    overflow-x: hidden;

    position: relative;

    width: 100%;

  }

  

  .c-carousel__wrapper.swiper {

    margin: 0 48px;

    position: static;

  }

  

  .c-carousel__inner-wrapper.swiper-wrapper {

    display: flex;

    align-items: center;

  }

  

  .c-carousel img {

    margin: 0 auto;

  }

  

  .c-carousel__controls {

    position: absolute;

    inset: 0;

    display: flex;

    justify-content: space-between;

    align-items: center;

  }

  

  .c-carousel__button--next,

  .c-carousel__button--prev {

    cursor: pointer;

  }

  

  .c-carousel__button--prev.swiper-button-disabled,

  .c-carousel__button--next.swiper-button-disabled {

    opacity: 0.35;

    cursor: auto;

    pointer-events: none;

  }

  

  .c-carousel__item.swiper-slide {

    max-width: 300px;

    width: auto;

    flex-shrink: 0;

  }

  

/* ------------------------------------------------------------------ */



/* ------------------------------------------------------------------ */

.bg-cont{

    background-color: #c4e4f0;

    padding:30px 40px;

    border-radius: 10px;

}



.contact-info .contact-box {

    display: flex;

    gap: 15px;

    margin-bottom: 15px;

}



.contact-icon-box img {

    width: 20px;

}



.contact-content {

    color: rgb(0, 0, 0);

}



.contact-content a {

    text-decoration: none;

    color: #000000;

    font-size: 1.1em;

}



.contact-content p {

    margin-bottom: 0px;

}



.enquiry {

    background-color: white;

    border-radius: 6px;

    border: none;

    padding: 20px;

}



.enquiry label {

    width: 100%;

    font-size: 15px;

}



.enquiry input {

    width: 100%;

    margin-bottom: 10px;

    border-radius: 4px;

    border: 1px solid #b3b3b3;

    padding: 5px 10px;

}



.enquiry select {

    width: 100%;

    margin-bottom: 20px;

    border-radius: 4px;

    border: 1px solid #b3b3b3;

    padding: 10px 10px;

}



.enquiry textarea {

    width: 100%;

    margin-bottom: 10px;

    border-radius: 4px;

    border: 1px solid #b3b3b3;

    padding: 5px 10px;

}



.submit {

    font-size: 15px;

    font-weight: 500;

    border: none;

    border-radius: 6px;

    padding: 8px 18px;

    background: #ff8f0f;

    color: white;

}



.contact-title {

    color: rgb(0, 0, 0);

    margin-bottom: 20px;

}



.describle {

    font-size: 18px;

    font-weight: 550;

    margin-bottom: 15px;

}

.mb-bottom{

    margin-bottom:30px;

}

/* ----------------------enquiry----------------------------- */

/* ------------------------------------------------------------------ */

main {

    display: block;

    position: relative;

    box-sizing: border-box;

    padding: 30px;

    width: 100%;

    background-color: #fff;

    border-radius: 6px;

    margin: 0 auto;

    margin-top: 50px;

  }

  

  .topic {

    padding: 20px;

    padding-top: 0px;

    padding-bottom: 0px;

    border-bottom: solid 1px #ebebeb;

  }

  .open {

    cursor: pointer;

    display: block;

    padding: 0px;

  }

  .open:hover {

    opacity: 0.7;

  }

  .expanded {

    background-color: #f5f5f5;

    transition: all 0.3s ease-in-out;

  }

  .question {

    padding-top: 30px;

    padding-right: 40px;

    padding-bottom: 20px;

    font-size: 18px;

    font-weight: 500;

    color: #000;

  }

  .answer {

    font-size: 16px;

    line-height: 26px;

    display: none;

    margin-bottom: 30px;

    text-align: justify;

    padding-left: 20px;

    padding-right: 20px;

  }

  .faq-t {

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    display: inline-block;

    float: right;

    position: relative;

    top: -55px;

    right: 10px;

    width: 10px;

    height: 10px;

    background: transparent;

    border-left: 2px solid #ccc;

    border-bottom: 2px solid #ccc;

    transition: all 0.3s ease-in-out;

  }

  .faq-o {

    top: -50px;

    -moz-transform: rotate(-224deg);

    -ms-transform: rotate(-224deg);

    -webkit-transform: rotate(-224deg);

    transform: rotate(-224deg);

  }

  @media only screen and (max-width: 480px) {

    .faq-t {

      display: none;

    }

    .question {

      padding-right: 0px;

    }

    main {

      padding: 10px;

    }

    .answer {

      margin-bottom: 30px;

      padding-left: 0px;

      padding-right: 0px;

    }

  }

  

/* ------------------------------------------------------------------ */







/* ---------------------footer----------------------- */

.f-add {

    font-size: 15px;

}



.f-links {

    font-size: 15px;

}



.f-links a {

    font-size: 16px;

    font-family: sans-serif;

    text-decoration: none;

    color: rgb(0 0 0);

}



#bottom-footer {

    font-size: .9rem;

    text-decoration: none;

}



#bottom-footer a {

    color: white;

    text-decoration: none;

}



/* ------------------------------------------------ */

.copyright {

    padding: 10px 0px;

    background-color: #009ad6 !important;

    color: white;

    font-size: 14px;

}



/* ---------------------footer----------------------- */

.callIcon {

    position: fixed;

    left: 1%;

    bottom: 6%;

    z-index: 999999;

    width: 50px;

}



.whatsapp {

    position: fixed;

    left: 1%;

    bottom: 15%;

    z-index: 999999;

    width: 50px;

}



/* --------------------footer----------------------- */





/* --------------------about----------------------- */

.abt-box{

    box-shadow: 1px 1px 12px 1px #dddddd;

    padding:15px;

    border-bottom: 15px;

    height:100%;

    border-radius: 8px;

}

.abttitle{

    font-size:20px;

    font-weight: 600;

    margin-bottom: 20px;

    color:#EAA845;

    /* margin-bottom: 15px; */

    margin-top: 10px;

}

.choose-ol{

    padding-left:12px;

}

.choose-ol li{

    line-height: 1.6;

}

/* --------------------about----------------------- */



/* ------------------------------------------- */

.feature{

    padding-left: 0px;

}

.feature li{

    list-style: none;

    line-height: 1.8;

    font-size: 17px;

}

/* ------------------------------------------- */







/* ------------------------contact page--------------------- */

.mb-cont{

  margin-bottom:30px;

}

.cont-box {

  box-shadow: 1px 1px 12px 1px grey;

  padding: 20px;

  border-radius: 8px;

}



.title-contact {

  color:#e79a0c;

  font-size: 25px;

  font-weight: 500;

  margin-bottom: 30px;

}



.info img {

  width: 50px;

  height: 50px;

  background-color:#c9171d;

  border-radius: 50%;

  padding: 16px;

  margin-right: 10px;

}



.info {

  margin-bottom: 30px;

}



/* ------------------------contact page--------------------- */





/* -----------------------request a need----------------------------- */



.query {

  box-shadow: 1px 1px 8px 1px #d4d4ff;

  padding: 20px;

  border-radius: 10px;

}



.query a:hover {

  color: #1f1d1d;

}



.query input {

  width: 100%;

  padding: 5px 4px;

  margin: 10px 0px;

  border-radius: 8px;

  border: 1px solid rgb(209, 209, 209);

}



.text-area {

  width: 100%;

  padding: 8px 10px;

  margin: 10px 0px;

  border-radius: 8px;

  border: 1px solid rgb(209, 209, 209);

}



.query select {

  width: 100%;

  padding: 8px 10px;

  margin: 10px 0px;

  border-radius: 8px;

  border: 1px solid rgb(209, 209, 209);

}



.number {

  width: 14% !important;

}



.mobile {

  width: 83% !important;

  margin-left: 0px !important;

}



.contact-form {

  display: flex;

  margin-bottom: 40px;

}



.contact-form h6 a {

  color: black;

  text-decoration: none;

}



.icon {

  font-size: 35px;

  margin-top: 10px;

  margin-right: 10px;

}



.sub-btn {

  background-color: white;

  border: 1px solid #bd3131;

  color: #bd3131;

  font-size: 14px;

  font-weight: 500;

  border-radius: 5px;

  padding: 8px 25px;

  margin-top: 20px;

}



.sub-btn:hover {

  background-color: #bd3131;

  border: 1px solid #bd3131;

  color: #ffffff;

  font-size: 14px;

  font-weight: 500;

  border-radius: 5px;

  padding: 8px 25px;

  margin-top: 20px;

}

.mb-bottom{

  margin-bottom: 30px;

}



/* -----------------------request a need----------------------------- */

/* -------------------------------------------- */

.testimonials
{
  padding: 40px 0;
  background: #fdfdfd;
  color: #434343;
  text-align: center;
}

.testimonial-inner
{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.border
{
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
}

.testimonial
{
  box-shadow: 1px 1px 12px 1px #e6e6e6;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
}

.testimonial img
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.name
{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.stars
{
  color: #f0932b;
  margin-bottom: 20px;
}

/* -------------------------------------------- */


.rwd-table {
  margin: auto;
  width: 1000px;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #428bca;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}


@-webkit-keyframes leftRight {
  0%    { -webkit-transform: translateX(0)}
  25%   { -webkit-transform: translateX(-10px)}
  75%   { -webkit-transform: translateX(10px)}
  100%  { -webkit-transform: translateX(0)}
}
@keyframes leftRight {
  0%    { transform: translateX(0)}
  25%   { transform: translateX(-10px)}
  75%   { transform: translateX(10px)}
  100%  { transform: translateX(0)}
}
