@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{ margin: 0; padding: 0; font-family: "Roboto", sans-serif; overflow-x: hidden;}
a { text-decoration: none !important;}
p, .main-table ul li {font-size: 16px;margin: 0 0 15px 0; line-height: 1.6; color: #3d3d3d; font-family: "Roboto", sans-serif; letter-spacing: .3px;}
h1, h2, h3, h4, h5, h6 { font-family: "Roboto", sans-serif;}
.custom-btn { background: #0974ef; color: #fff; display: inline-block; padding: 12px 34px; border-radius: 5px; font-size: 15px;}
.custom-btn:hover {color: #fff;background: #043266;}
.heading { font-size: 37px; color: #242424; font-weight: 800; margin: 0 0 20px 0;}
.heading span { color: #8e0568;}
.sub-heading { font-size: 34px; color: #242424; font-weight: 700; margin: 0 0 20px 0;}
.services-page h5{color: #8e0568;font-weight: 600;}

.mn-hd span{font-size:45px;}


.content {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 5px;
  margin-top: 35px;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 97%;
  width: 97%;
  left: 5px;
  top: 5px;
  bottom: 0;
  right: 0px;
  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;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  height:300px;
  box-shadow: 1px 1px 8px #504e4e;
  filter: brightness(0.6);
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  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;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff !important;!I;!;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  font-size: 16px;
  text-transform: uppercase;
}
.residence h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
  color: #8e0568;
}
.content-details p {
  color: #fff;
  font-size: 0.8em;
  text-align: center !important;!I;!;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}


.top-nav {padding: 10px 42px 10px 15px;background: #8e0568;}
.top-nav p {margin: 0; color: #fff; font-size: 16px; }
.top-nav a { color: #ececec; letter-spacing: .4px;}
.top-nav p i { margin: 0 8px 0 0;}
.top-nav .social-icon i { margin: 0 0 0 12px;}
.carousel-caption {text-align: left;top: 8%;left: 12%;width: 50%;}
.carousel-caption {/* background-image: url('image/banner.jpg'); *//* padding: 7% 0; *//* background-size: cover; */}
.carousel-caption h6 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; line-height: 1; background: #cb4129; padding: 10px 12px 8px 12px; border-radius: 5px; color: #fff; display: inline-block; margin: 0 0 16px 0;}
.carousel-caption h1 {color: #8e0568;font-size: 33px;font-weight: 700;margin: 0 0 20px 0;}
.carousel-caption p {font-size: 18px;}


.service-section {padding: 6% 0;
    background-image: url(image/product-bg.jpg);
    background-size: cover;
    background-attachment: fixed;}
.product .prod_bx_sec {
    max-width: 70%;
    margin: 0px auto 40px;
    padding: 20px 0px;
    overflow: hidden;
  }
  
  .product .prod_bx h4 {
    background: linear-gradient(to bottom, rgb(142 5 104) 1%, rgb(9 116 239) 100%);
    color: #fff;
    font-size: 14px;
    padding: 12px 0px;
    margin: 33px auto 6px;
    text-align: center;
  }
  
  .product .owl-carousel .owl-item.active.center {
    margin-right: 4px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: ease 1s all;
    -o-transition: ease 1s all;
    -moz-transition: ease 1s all;
    -ms-transition: ease 1s all;
    transition: ease 1s all;
    z-index: 99
  }
  
  .product .owl-carousel .owl-item img {
    margin-bottom: 37px;
    height: 250px;
  }
  
  @media only screen and (max-width: 639px) {
    .product .owl-carousel .owl-item.active.center {
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      transform: none
    }
  }
  
  .product .owl-carousel .owl-dots .owl-dot span {
    background: #8e0568;
    width: 50px;
    border-radius: 0;
    margin: 20px 8px;
  }
  
  .product .owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    width: 50px;
    border-radius: 0;
  }
  
  .product .owl-theme .owl-nav {
    display: none;
    ;
  }
  
  /*--------------------------------------------------------------
  # product-mob
  --------------------------------------------------------------*/
  
  .product-mob {
    display: none;
  }
  
  .product-mob {
    max-width: 70%;
    margin: 0px auto;
    padding: 37px 0px;
    overflow: hidden;
  }
  
  .product-mob .item h4 {
    background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, rgb(23, 72, 142) 100%);
    color: #fff;
    font-size: 18px;
    padding: 12px 0px;
    margin: 33px auto 6px;
    text-align: center;
  }
  
  .product-mob .carousel-indicators [data-bs-target] {
    width: 36px;
    height: 7px;
    opacity: 1;
    background-color: #213677;
  }
  
  .product-mob .carousel-indicators .active {
    background-color: #888;
  }
  
  .product-mob .carousel-indicators {
    bottom: -52px;
  }
  
  @media screen and (max-width: 991.99px) {
    .product-mob {
      display: block;
    }
  }
  
  @media screen and (max-width: 768px) {
    .product-mob {
      max-width: 100%;
    }
  }



.about-section { padding: 6% 0;}
.about-section p { text-align: justify;}
.contact-form {/* background: #c3e4c8; */padding: 40px;border-radius: 10px;}
.contact-form .form-control { margin: 0 0 12px 0; padding: 15px; border-radius: 7px; font-size: 15px;}
.contact-form input[type='button'] { background: #0974ef; color: #fff; display: inline-block; padding: 12px 34px; border-radius: 5px; font-size: 15px; border: 0;}
.contact-form input[type='button']:hover{background: #043266;}
#divmainenquiry11 a{float:right;color: grey;font-size: 20px;}

.product-section { padding: 6% 0; background-image: url(image/product-bg.jpg); background-size: cover; background-attachment: fixed;}
.product-card {/* border: 1px solid #555555; */border-radius: 5px;transition: all .3s ease-in-out;margin: 0 0 45px 0;/* height: 400px; */background: #fff;/* display: flex; */box-shadow: 1px 1px 6px gray;/* flex-direction: column; *//* justify-content: space-between; */padding-bottom: 5px;}
.product-card a{/* display:flex; *//* flex-direction:column; *//* justify-content:space-between; */}
.product-card h5 {/* background: #0974ef; */color: #8e0568;padding: 15px;margin: 0;border-radius:0 0 10px 10px;}
.product-card img{border-radius: 5px;aspect-ratio:10/7;object-fit:contain;border: 2px solid #63a3a9;margin:0 auto;}
.product-card:hover { transform: scale(1.1);}

.why-choose { padding: 6% 0;}
.why-choose .why-choose-card { border: 1px solid #555555; padding: 30px; border-radius: 15px; margin: 20px 0 0 0; min-height: 250px;}
.why-choose .why-choose-card .icon { background: #c3e4c8; padding: 16px; border-radius: 50%; display: inline-block; margin: 0 0 15px 0;}
.why-choose .why-choose-card img { width: 65px;}
.why-choose .why-choose-card p  {margin: 0;text-align: justify;}

.get-in-touch { padding: 4% 0; background-image: url('image/product-bg.jpg'); background-size: cover;}
.get-in-touch h4 {color: #8e0568;font-size: 27px;font-weight: 600;margin: 5% 0 10px 0;}
.get-in-touch p { font-size: 18px;}

footer {background: #242424;padding: 5% 0 0 0;margin-top: -6px;}
footer h4 {color: #fff; font-size: 20px; letter-spacing: .4px; margin: 0 0 25px 0;}
footer p, footer p a {color: #c2c2c2;font-size: 15px;display: flex;align-items: baseline;}
footer p a:hover { color: #23b191;}
footer p i {/* color: #0974ef; */margin: 0 5px 0px 0;/* display: flex; */}
footer p i:hover { color: #23b191; margin: 0 5px 0 0;}
footer .social-icon a{ display: inline-block; background: #fff; width: 30px; height: 30px; border-radius: 50%; line-height: 2.3; text-align: center; font-size: 14px; color: #0974ef; margin: 0 4px 0 0;}
footer .bottom-footer { border-top: 1px solid #464646; margin: 4% 0 0 0; padding: 20px 0 6px 0;}

.inner-banner { background-image: url('image/inner-banner.jpg'); background-size: cover; padding: 6% 0;}
.inner-banner h1 {background-image: linear-gradient(90deg, #23b191 50%, rgba(0, 0, 0, 0));color: #fff;padding: 20px 20px 20px 19%;font-size: 46px;font-weight: 500;text-align: left;}

.inner-banner-about { background-image: url('image/about_us1.jpg'); background-size: cover; padding: 6% 0;}
.inner-banner-about h1 {background-image: linear-gradient(90deg, #23b191 50%, rgba(0, 0, 0, 0));color: #fff;padding: 20px 20px 20px 19%;font-size: 46px;font-weight: 500;text-align: left;}

.inner-banner-contact { background-image: url('image/contact_us1.jpg'); background-size: cover; padding: 6% 0;}
.inner-banner-contact h1 {background-image: linear-gradient(90deg, #23b191 50%, rgba(0, 0, 0, 0));color: #fff;padding: 20px 20px 20px 19%;font-size: 46px;font-weight: 500;text-align: left;}

.inner-banner-gallery { background-image: url('image/Gallery1.jpg'); background-size: cover; padding: 6% 0;}
.inner-banner-gallery h1 {background-image: linear-gradient(90deg, #23b191 50%, rgba(0, 0, 0, 0));color: #fff;padding: 20px 20px 20px 19%;font-size: 46px;font-weight: 500;text-align: left;}





.contact-page .contact-card { text-align: center; border: 2px solid #0974ef; padding: 30px; min-height: 200px;}
.contact-page .contact-card i { color: #8e0568; font-size: 40px; margin: 0 0 10px 0;}
.contact-page .contact-card h6 {font-size: 21px;}
.contact-page .contact-card p, .contact-page .contact-card p a {color: #3d3d3d;margin: 0;text-align: center !important;!i;!;}

@media( min-width: 320px) and (max-width: 768px) { 
    p, .main-table ul li { font-size: 15px}
    .custom-btn { padding: 8px 24px; font-size: 14px;}
    .heading { font-size: 26px; margin: 0 0 10px 0;}
    .sub-heading { font-size: 21px; margin: 0 0 15px 0;}

    .top-nav p { font-size: 14px;}
    .top-nav p i { margin: 0 4px 0 0;}
    .top-nav .social-icon i { margin: 0 0 0 10px;}

    .banner-section { background-image: url('image/banner.jpg'); padding: 7% 0; background-size: cover;}
    .banner-section h6 { font-size: 12px; padding: 8px 10px 6px 10px;}
    .banner-section h1 { font-size: 26px; margin: 0 0 10px 0;}
    .banner-section p { font-size: 15px; margin: 0;}

    .contact-form { margin: 20px 0 0 0; padding: 20px;}
    .contact-form .form-control { margin: 0 0 8px 0; padding: 10px; font-size: 14px;}
    .contact-form input[type='button'] { padding: 8px 24px; font-size: 14px;}

    .product-card { border-radius: 10px; padding: 8px; margin: 0 0 10px 0;}
    .product-card h5 { padding: 5px; margin: 10px 0 0 0; font-size: 15px;}

    .why-choose .why-choose-card { padding: 20px; margin: 15px 0 0 0; min-height: 200px;}
    .why-choose .why-choose-card .icon { padding: 15px;}

    .get-in-touch h4 { font-size: 21px; margin: 20px 0 10px 0;}
    .get-in-touch p { font-size: 15px;}

    footer h4 { margin: 20px 0 15px 0;}
    footer p, footer p a { margin: 0 0 8px 0;}

    .inner-banner { padding: 10% 0;}
    .inner-banner h1 { padding: 15px 15px 15px 8%; font-size: 21px; font-weight: 500;}

    .contact-page .contact-card { padding: 20px; min-height: 100px; margin: 0 0 10px 0;}
    .contact-page .contact-card i { font-size: 32px; margin: 0 0 10px 0;}
    .contact-page .contact-card h6 {font-size: 18px;}
}


.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.chooseicon
{
    display: flex;
    justify-content: center;
}

.choose-in {
    background: #63A3A9;
    border: 1px solid #fff;
    padding: 20px 24px;
    min-height: 330px;
    position: relative;
    overflow: hidden;
    z-index: 1;
border-radius:20px;
}


.choose-in:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all .50s ease-in-out;
    z-index: -3;
}
.choose-in .chooseicon img {
    width: 55px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    transition: top ease .5s;
}
.choosecontent h2, .choosecontent h3, .choosecontent h5 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.choosecontent p 
{
    color:#fff;
    padding-top:15px;
    padding-left: 1.5rem;
}

.choosecontent ul li
{
    color:#fff!important;
    font-size: 16px;
    margin: 0 0 6px 0;
    line-height: 1.6!important;
    font-family: "Roboto", sans-serif;
    letter-spacing: .3px;
}

.choosecontent ul
{
    padding-top:15px;
}



.services-page .services-nav {background: #23b191;}
.services-page .services-nav ul, .services-page .services-nav ul li { margin: 0; padding: 0;list-style: none;}
.services-page .services-nav li a {display: block;padding: 10px 15px;border-bottom: 1px solid #fff;color: #fff;font-size: 14px;font-weight: 500;}
.services-page .services-nav li a:hover { background: #8e0568; color: #fff;}
/* .services-page .services-nav li a.active { background: #26243c; color: #fff;} */
.services-page .contact-bx { background: #26243c; padding: 33px; margin: 20px 0 0 0;}
.services-page .contact-bx h4 { color: #fff; font-family: "Libre Baskerville", serif; font-size: 21px; margin: 0 0 15px 0; font-weight: 500;} 
.services-page .contact-bx p { color: #eee; margin: 0 0 20px 0;}
.services-page .contact-bx a { display: inline-block; color: #fff; border: 2px solid #fff; text-transform: uppercase; font-size: 14px; padding: 10px 30px;}
.services-page .contact-bx a:hover { background: #cbac77; color: #26243c; border-color: #cbac77; font-weight: 500;}
.services-page .services-content ul, .services-page .services-content ul li { margin: 0; padding: 0;}
.services-page .services-content ul li {display: flex;margin: 0 0 10px 0;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;padding: 15px;font-size: 16px;}
.services-page .services-content ul li i { color: #26243c; font-size: 22px; margin: 0 8px 0 0;}
.services-page .active{background: #8e0568!important; color: #fff;}
.pro-link
{
    text-align: left !important;
    /* text-decoration: underline; */
    color: #085dbd;
}
/* .product-card img{display: block; transition: transform .4s;}
.product-card img:hover
    {
        transform: scale(1.2);
      transform-origin: 50% 50%;
    } */
.product-card p {
    padding-left: 15px;
}

.accordion-item:first-of-type .accordion-button {
    font-size: 16px!important;
    line-height: 24px!important;
    color: #222222!important;
    font-weight: 500!important;
}
.accordion-item .accordion-button {
    font-size: 16px!important;
    line-height: 24px!important;
    color: #222222!important;
    font-weight: 500!important;
}

.accordion-body { font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    padding: 20px;
}
.accordion-button::after { color:#23b191!important;}
.accord-col{color:#23b191;padding-right:10px;}

.social-icon a:hover{color: #8ae598;transition:.5s;}
#carouselExampleCaptions{max-height: 475px;}
/* .hm-abt-img {position:relative;overflow: visible;} */
/* .hm-abt-img:before{ content:""; position:absolute;top: -3%;left: -2%;width:100%;height:100%;background-color:#23b191;z-index:-1;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 3px;} */
.hm-abt-img img{width:100%;object-fit:contain;border-radius:15px;box-shadow: rgb(37, 178, 146) -5px 5px, rgb(37, 178, 146,.3) -10px 10px, rgb(37, 178, 146,.2) -15px 15px, rgb(37, 178, 146,.1) -20px 20px, rgb(37, 178, 146,.05) -25px 25px;}

@media (max-width:600px){
    .carousel-item Img{aspect-ratio:16/10;}
    .carousel-caption{width: 80%;}
    .carousel-caption h6{font-size: 10px;}
    .carousel-caption h1{font-size: 14px;font-weight: 500;margin-bottom:0;}
    .carousel-caption p{font-size:12px;} 

    .about-section .heading{margin-top:2rem;}
.top-nav {padding: 10px 12px;}
  .social-icon{display:none;}
  .top-nav a{padding-right: 20px;}
}


.banner-btm-card {background: #fff;position: relative;z-index: 3;padding: 20px 30px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;/* margin: 0 0 25px 0; */height: 100%;}
.banner-btm-card img { width: 47px; margin: 0 0 20px 0;}
.banner-btm-card h5 {color: #080808;font-size: 19px;/* margin: 0 0 20px 0; */font-weight: 600;}
.banner-btm-card .text { border-top: 1px solid #8e0568; padding: 20px 0 0 0;}
.text-justify{text-align: justify;}