@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');


:root {
  --rc-black: #000;
  --rc-brown: #795238;
  --rc-white: #fff;
  --rc-grey: #c2c2c2;
  --rc-light-brown: #d18b5dbd;
  --rc-peach: #fae5d8bd;
}

.si-primary-color {
  color: var(--rc-black);
}

.si-primary-bg-color {
  background-color: var(--rc-brown);
}

body {
  font-family: "Ubuntu", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Merriweather", serif;
}
/*sticky watsup instagram css start*/
.sticky-watsup .float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 106px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.sticky-watsup .my-float {
    height: 25px;
    width: 25px;
}
/*sticky-up css start*/
.back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 10px;
    background-color: var(--rc-light-brown);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.back-to-top .icon__arrow-up {
    height: 20px;
    width: 20px;
}
/*sticky-up css start*/
/*navbar start*/
.logo{
  width: 150px;
}
.nav-icn{
  height: 32px;
  width: 32px;
}
.nav-link{
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--rc-black);
  font-family: "Ubuntu", sans-serif;
}
.nav-item{
  padding: 0px 5px;
}
.nav-link:hover{
  color: var(--rc-brown)!important;
}

/*navbar end*/

/*range start*/
.our-range {
  padding: 50px 0px 0px;
}
.range-f{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    flex-direction: row;
    flex-wrap: wrap;
 }

.range-card {
  border-radius: 50%;
  background: linear-gradient(145deg, #795238, #795238b0);
  padding: 10px;
  margin: 10px;
  width: 92px;
  height: 92px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: inset 4px 8px 8px #0000001a, 4px 8px 8px #0000001a;
  border: 0px;
}

.range-icn {
  height: 50px;
  width: 50px;
}

.all-header h2 {
  text-align: center;
  font-weight: 500;
  font-size: 34px;
}

.all-header .change-color {
  color: var(--rc-brown);
}
.range-card{
    display: flex;
    justify-content: center;
}
.feature-heading{
    display: flex;
    justify-content: center;
}
.feature-heading h6{
  font-weight: 600;
  font-size: 16px;
  margin: 5px 0px;
  text-align: center;
  
}

/*range end*/
/*about css start*/
.about-section {
    /* background-image: url('../img/about-bg-1.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.about-header h2 {
  font-weight: 500;
  font-size: 34px;
}

.about-header .change-color {
  color: var(--rc-brown);
}

.about-img {
  position: relative;
  /* margin-bottom: 0px; */
  padding-right: 0px;
  padding-bottom: 0px;
  z-index: 0;
  padding-left: 22px;
}

/*
.about-img:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 200px solid var(--ie-color-four);
    border-left: 170px solid transparent;
    content: "";
    z-index: -1;
}
*/
/*
.about-img::after {
    position: absolute;
    left: -19px;
    top: -15px;
    width: 0;
    height: 0;
    border-top: 200px solid var(--ie-color-four);
    border-right: 170px solid transparent;
    content: "";
    z-index: -1;
}
*/
.all-btn .btn-1 {
  min-width: 130px;
  padding: 14px 20px;
  background: #795238;
  background: linear-gradient(145deg, #795238, #d18b5dbd);
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s linear;
  box-shadow: inset 0 6px 12px #0000001a, 4px 8px 12px #795238;
  border: 0;
}

.all-btn .btn-3 {
  padding: 15px 30px;
  background: #795238;
  background: linear-gradient(145deg, #795238, #d18b5dbd);
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s linear;
  box-shadow: inset 0 6px 12px #0000001a, 4px 8px 12px #795238;
  border: 0;
  margin: 216px 91px 3px;
}

.all-btn .btn-1:hover {
  background: linear-gradient(to left, #d18b5dbd, #795238);
  transition: all 0.15s;
}

.about-txt {
  padding: 50px 29px 3px 46px;
}

.about-txt p {
  text-align: justify;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  font-size: 15px;
  color: #000;
}

/*about css end*/

/*mission css start*/
.exp-content{
border-radius: 30px;
  background-color: var(--rc-brown);
}
.mission-img img{
  border-radius: 0px 30px 30px 0px;
}
.mission-txt{
  padding: 60px 30px;
}
.sub-heading{
  font-size: 18px;
  font-weight: 600;
  color: var(--rc-light-brown);
}
.change-color-1{
  color: var(--rc-peach);
}
.mission-txt p{
  color: var(--rc-white);
}
/*mission css end*/
/*experience css start*/
.experience {
  /* background-image: url('../images/bg-1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  padding: 60px 0px;
}

.tab-pil-1 {
  background-color: var(--rc-white);
  padding: 7px;
  border-radius: 40px 0px 0px 40px !important;
  z-index: 999;
  border-top: 1px solid #e5e4e4;
}

.tab-pil-2 {
  background-color: var(--rc-white);
  z-index: 999;
  padding: 7px;
  border-top: 1px solid #e5e4e4;
}

.tab-pil-3 {
  background-color: var(--rc-white);
  z-index: 999;
  padding: 7px;
  border-top: 1px solid #e5e4e4;
  border-radius: 0px 40px 40px 0px;
}

.tab-pil-4 {
  background-color: var(--rc-white);
  padding: 7px;
  border-radius: 0px 40px 40px 0px;
  z-index: 999;
  border-top: 1px solid #e5e4e4;
}

.btn-2 {
  border-radius: 28px;
  background: transparent;
  padding: 11px 38px;
  font-size: 20px;
  border: 0;
  min-height: 54px;
  color: #795238;
  white-space: nowrap;
}

.exp-content {
  margin-top: -40px;
}

.exp-img {
  border-radius: 60px;
}

.nav-pills .btn-2 {
  border-radius: 28px;
  margin: 0px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

/*experience css end*/
/*contact css start*/
.contact-section {
  padding: 50px 0px;
}

.outer-form {
  padding: 20px 40px;
  border: 2px solid;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 3px solid var(--rc-light-brown);
  border-width: 3px 0px 3px 3px;
  border-radius: 30px 0 0 30px;
  background-image: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 90%)),url('../images/bg-3.jpg');
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-3 {
  background-color: var(--ie-color-two);
  border: 1px solid var(--ie-color-two);
  color: var(--ie-color-three);
  padding: 8px 16px;
}

/*contact css end*/
/*product page css start*/
#product-detail-section {
  margin: 45px 0px;
}

.product-banner {
  background-image: url('../image/product-banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

#product-detail-section {
  margin: 60px 0px;
  position: relative;
}

#product-detail-section .carousel-indicators button.thumbnail {
  width: 166px;
}

#product-detail-section .carousel-indicators button.thumbnail:not(.active) {
  opacity: 1;
}

#product-detail-section .carousel-indicators {
  position: static;
}

.carousel-indicators {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: block;
}

#mobile-view img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

#desktop-view img {
  border-radius: 30px;
}

.inner {
  border-radius: 30px;
  z-index: -1;
}


a.knowmore {
  position: absolute;
  z-index: 9999;
  margin: -132px 63px;
  border: 1px solid #fff;
  padding: 14px 34px;
  text-decoration: none;
  color: #fff;
  border-radius: 27px;
}

#desktop-view {
  display: block;
}

#mobile-view {
  display: none;
}

.tab-box a {
  text-decoration: none;
  color: var(--ie-color-one);
}

.tab-box {
  background-color: var(--ie-color-nine);
  padding: 8px 16px;
  display: none;
}

.tab-contents-1 .tab-content-1 h3 {
  font-size: 18px;
  color: var(--rc-black);
  /* background-color: var(--ie-color-six); */
  width: 220px;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  box-shadow: inset 2px 4px 4px #00000026, 2px 4px 4px #0003;
  border-radius: 27px;
}

/*product page css end*/

/*addvertise css start*/
.add {
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../img/indigo-banner-5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
}

.add-title {
  padding: 100px 0px;

}

section.addvertise.needhlp .add-title h2 {
  color: var(--rc-white);
  font-size: 30px;
  font-weight: 500;

}

.add-title h6 {
  text-align: center;
  color: var(--rc-white);
}

.quality-img {
  padding: 10px 0px;
}

/*addvertise css end*/

/*quality css start*/
.quality {
  padding: 45px 0px;
}


.wallet {
  background-image: url('../img/02a821aaf2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 220px; */
  height: 280px;
  /* background: #fff; */
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.wallet:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.wallet:hover .overlay {
  transform: scale(4) translateZ(0);
}

.wallet:hover .circle {
  border-color: var(--ie-color-seven);
  background: var(--ie-color-seven);
}

.wallet:hover .circle:after {
  background: var(--ie-color-six);
}

.wallet:hover .txt-1 {
  color: var(--ie-color-three);
  font-size: 20px;
  font-weight: 600;
}

.wallet .txt-1 {
  font-size: 20px;
  font-weight: 600;
  color: var(--ie-color-one);
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.circle img {
  z-index: 10000;
  transform: translateZ(0);
}

.circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  /* border: 2px solid var(--ie-color-six); */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--ie-color-six);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out;
}


.overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--ie-color-two);
  top: 48px;
  left: 118;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

.quality-icn {
  height: 70px;
  width: 70px;
}

/*quality css end*/

/*our product start*/
.our-products {
  background-image: linear-gradient(rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)),url('../images/bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 45px 0px;
}

.our-products .heading-h-s {
  /* background-image: linear-gradient(rgb(255 255 255 / 60%), rgb(255 255 255 / 60%)),url(../images/bg-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #FDFCFA;
  border-left:1px solid #FDFCFA;
  border-right: 1px solid #FDFCFA;
  border-bottom: 1px solid #FDFCFA;
  padding: 10px;
}

.our-products .heading-h-s h4 {
  color: var(--rc-black);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.our-products .heading-h-s a {
  text-decoration: none;
}

.our-products .project-img-outer-1 {
  padding: 0px 2px;
}

.our-products .services-section .heading-h-service h1 {
  text-align: center;
  color: rgb(151, 151, 151);
}

.our-products .services-section .heading-h-service h3 {
  margin: 0px 0px 30px;
  text-align: center;
}

.our-products .slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.project-img-outer-1 {
  width: 90%;
  height: auto;
  overflow: hidden;
}

.project-img-outer-1 img {
  width: 100%;
  transition: all .5s ease-in-out;
  border: 1px solid rgb(241, 241, 241);
}

.project-img-outer-1 img:hover {
  transform: scale(1.03);
}

/*our product end*/

/*footer css start*/
.footer-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),url('../images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 70px 0px;
}

.quick-link {
  display: flex;
  align-items: center;
}

.footer-icon {
  height: 17px;
  width: 17px;
  margin: 0px 8px;
}

ul li {
  list-style: none;
  line-height: 30px;
}

ul li a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: var(--rc-white);
}

ul li a:hover {
  color: var(--rc-brown);
}

.link ul {
  padding: 0px;
}

.footer-header h4 {
  color: var(--rc-white);
  font-weight: 700;
}

.footer-icon-1 {
  height: 26px;
  width: 26px;
  margin: 0px 8px;
}

.info-link {
  display: flex;
}

.info li {
  margin-bottom: 15px;

}

.info-link li span {
  word-break: break-all;
}

ul li span {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: var(--rc-white);
}

.info-link li a {
  word-break: break-all;
}

.footer-header h5 {
  font-weight: 600;
  font-size: 21px;
  color: var(--rc-white);
}

.footer-txt p {
  text-justify: justify;
}

.social-icn {
  height: 33px;
  width: 33px;
  margin: 0px 4px;
}
.link ul{
  padding: 0px;
}
/*footer css start*/

/*copyright start*/
.copyright {
  background-color: var(--rc-black);
  color: #fff;
  text-align: center;
  padding: 16px 0px;
  font-family: "Poppins", sans-serif;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

/*copyright end*/
/*blog start*/
.blog-section {
  padding: 45px 0px;
}

.blog-card-1 {
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0)), url(../images/blog-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 100%;
  margin: 20px 0px;
  border-radius: 45px;
}

.blog-card-2 {
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0)), url('../images/fan-blade-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 500px;
  width: 100%;
  margin: 20px 0px;
  border-radius: 45px;
}

.blog-card-3 {
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0)), url('../images/fan-blade-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 500px;
  width: 100%;
  margin: 20px 0px;
  border-radius: 45px;
}

.blog-card-4 {
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0)), url('../img/blog--new-4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 500px;
  width: 100%;
  margin: 20px 0px;
  border-radius: 45px;
}

.blog-card-body h5 {
  color: #fff;
}

.blog-card-text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.c-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border: 0;
}

.btn-4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.icn-3 {
  height: 35px;
  width: 35px;
  margin-right: 5px;
}

.icn-2 {
  height: 20px;
  width: 20px;
}


/*blog end*/






/*media query start*/
@media only screen and (max-width: 600px) {

  .tab-pil-1,
  .tab-pil-2,
  .tab-pil-3,
  .tab-pil-4 {
    padding: 0.8px !important;
    background: transparent;
  }

  .exp-content {
    margin-top: -20px;
  }

  #product-detail-section .carousel-indicators button.thumbnail {
    width: 115px;
  }

  .nav-pills .nav-link {
    border-radius: 20px;
    margin: 0px 0px;
    font-size: 12px;
  }

  .range-icn {
    height: 30px;
    width: 30px;
  }

  .range-card {
    border-radius: 50%;
    padding: 15px;
    margin: 5px;
    width: 87px;
    height: 87px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }

  
  .experience {
    padding: 20px 0px;
  }

  .our-range {
    padding: 20px 0px;
  }

  .about-section {
    padding: 20px 0px;
  }

  .desptop-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .banner-slider {
    margin-top: 67px;
  }

  .wallet .txt-1 {
    font-size: 18px;
  }

  .btn-2 {
    padding: 0px 10px;
  }

  .c-1 {
    height: 400px;
    width: 400px
  }

  .about-img{
    padding-left: 0px;
  }
  .about-txt{
    padding: 30px 0px;
  }
  .row.abus {
    border-radius: 0px!important;
  }
  .mission-img img {
    border-radius: 0px;
}
.add-2{
      margin-top: 120px;
}
section.addvertise.needhlp .add-title {
    padding: 56px 0px 45px 0px;
}
.outer-form{
  border-width: 3px 3px 3px 3px;
  border-radius: 0px;

}

}

@media screen and (min-width: 760px) and (max-width: 800px) {
  .header-search-form-wrapper {
    display: none;
  }

  .header-search-form-wrapper-1 {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 365px;
    padding: 5px 10px;
    border-radius: 50%;
  }

  .header-search-form-wrapper-1 button .seach-icn-1 {
    height: 15px;
    width: 15px;
  }

  .whatup-link {
    display: none;
  }

  .whatup-link-1 {
    display: block;
  }

  #desktop-view {

    display: flex;
    justify-content: center;
    padding: 0;

  }

  .desptop-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .banner-slider {
    margin-top: 67px;
  }

  /* #product-detail-section .carousel-indicators button.thumbnail {
   width: 100px;
} */
  .wallet .txt-1 {
    font-size: 18px;
  }

  .c-1 {
    height: 300px;
    width: 300px
  }

}

@media screen and (min-width: 1023px) and (max-width: 1050px) {
  .main-menu {
    padding: 0px;
  }

  .nav-menu {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--ie-color-one);
    font-weight: 600;
  }

  .pro-dropdown {
    display: none;
    width: 700px;
    min-height: 200px;
    background-color: transparent;
    position: absolute;
  }

  ul#tabs-nav li {
    padding: 8px 30px;

  }

  .c-1 {
    height: 400px;
    width: 400px
  }
}

@media screen and (min-width:768px) {
  .dropdown-item:hover {
    background-color: var(--ie-color-six);
  }

  .dropdown-menu {
    display: flex;
    opacity: 0;
    transition: all .5s;
  }

  .dropdown:hover .dropdown-menu {
    opacity: 1;
  }

  .dropdown-submenu {
    display: flex;
    opacity: 0;
    transition: all .5s;
    list-style: none;
    width: 500px;
  }

  .d-si:hover .dropdown-submenu {
    opacity: 1;
  }

  #product-detail-section .carousel-indicators button.thumbnail {
    width: 194px;
  }


}


/*media query end*/

a.btn_common {
  grid-row-start: 3;
  width: 150px;
  text-align: center;
  padding: 13px;
  margin: 0 1.3rem 1rem;
  background-image: linear-gradient(to left, #fff, #fff 50%, #04bdc1 50%, #08558c);
  position: relative;
  z-index: 8;
  text-decoration: none !important;
}

a.btn_common {
  grid-row-start: 3;
  width: 150px;
  text-align: center;
  padding: 10px 13px;
  margin: 0 1.3rem 1rem;
  background-image: linear-gradient(to left, #fff, #fff 50%, #d18b5dbd 50%, #795238);
  position: relative;
  z-index: 9;
  text-decoration: none !important;
}

a.btn_common {
  box-shadow: 0 4px 4px #00000026, 0 0 4px #fff;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  background-image: linear-gradient(to left, #f7f7f7, #f7f7f7 50%, #d18b5dbd 50%, #795238);
  background-position: 100% 0;
  background-size: 205% 100%;
  transition: all .25s ease-in !important;
  text-decoration: none;
  padding: 10px 13px;
  color: #000;
  display: inline-block;
}

a.btn_common:hover {
  background-position: 0 0;
  color: #fff !important;
}

.project-img-outer-1 {
  /* background-image: url(../images/bg-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  background-color: var(--rc-white);
  border-radius: 43px;
}

.slick-initialized .slick-slide {
  margin: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--rc-white);
  background-color: #795238;

}

.about-img img {
  width: 100%;
  height: 535px;
  object-fit: cover;
}


.row.abus {
  background-image: url('../images/about-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background: #ebecec; */
  border-radius: 50px 50px 50px 50px;

}

.detail-txt p {
  font-size: 14px;
  line-height: 29px;
    margin-bottom: 15px;
}


.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 8px;
  margin-left: 7px;
  text-indent: -999px;
  cursor: pointer;
  /*    background-color: #fff;*/
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
}


.carousel-inner.inner.carousel-item-2::after {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, #22202000, #000000e0);
  width: 100%;
  height: 62%;
  top: 204px;
}

.add-2 {
  background-image: url('../images/bg-5.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
}

section.addvertise.needhlp {
  margin-top: 70px;
}

.all-btn .btn-4 {
  /* min-width: 130px; */
  /* display: inline-block; */
  padding: 15px 30px;
  background: #08558c;
  background: #fff;
  border-radius: 32px;
  color: #161616;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s linear;
  box-shadow: 0 4px 4px #00000026, 0 0 4px #fff;
  border: 0;
  margin: 102px 61px;
}

section.addvertise.needhlp .add-title p {
  /* text-align: center; */
  color: var(--rc-white);
  font-size: 22px;
}

section.addvertise.needhlp .add-title {
  padding: 56px 0px 0px 62px;
}


.txt span {
  font-size: 17px;
  line-height: 33px;
  color: #000;
}

.all-btn .btn-4:hover {
  background: linear-gradient(to left, #04bdc1, #08558c);
  transition: all 0.15s;
  color: #fff;
}


.cromp_care_linklist {
  padding-left: 0;
  padding-right: 0;
}

.cromp_care_linklist {
  background: #fff;
  border-radius: 32px;
  padding: 25px;
  margin-top: 0px;
  margin-bottom: 25px;
}

.cromp_care_linklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.cromp_care_linklist ul li:first-child {
  border-left: 0;
  background: #0962ab;
}

.cromp_care_linklist ul li {
  padding: 0 21px 0 25px;
}

.cromp_care_linklist ul li {
  /* border-left: 1px solid #d2d2d2; */
  display: inline-block;
  vertical-align: middle;
  padding: 9px 34px;
  border-radius: 22px;
}

.clr-1 {
  background: #3a81bc;
}

.clr-2 {
  background: #0962ab;
}

.cromp_care_linklist ul li a {
  font-size: 18px;
}

.cromp_care_linklist ul li a {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}

.icon_left {
  margin-right: 5px;
}

.icon_left {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #fff;
  border: 3px solid #fafafa;
  border-radius: 50%;
  margin-right: 16px;
  line-height: 74px;
  box-shadow: inset 8px 8px 8px #0000001a, 4px 8px 8px #0000001a;
}

.cromp_care_linklist ul li a svg,
.cromp_care_linklist ul li a i {
  font-size: 14px;
  margin-left: 0;
}

.gtch h2 {
  /* text-align: center; */
  font-weight: 500;
  font-size: 34px;
}

.contact-section .form-control {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #25282a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #08558c;
  border-radius: 26px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.iframemap {
  border-radius: 0 30px 30px 0;
  padding: 0px;
  overflow: hidden;
}

.social-icon {
    padding: 20px 20px 20px 0px;
}

.logo img.img-fluid.footer-logo {
  width: 214px;
}

section.warenty {
  margin-top: 139px;
}



/*-------counter css-----------------*/
.sectionClass {
  padding: 0px 0px 0px 0px;
  position: relative;
  display: block;
  /* background: #e5e5e5; */
  margin: 0px 100px 47px;
  border-radius: 61px;
  clear: both;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap {
  display: flex;
  margin-top: 11px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2px;
}


#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 33%;
  height: 100%;
  padding: 11px 0px;
  text-align: center;


}

.number-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.projectFactsWrap .item h6.cl-1 {
  padding-left: 168px;
  text-align: left;
  color: #524f4f;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.projectFactsWrap .item h6.cl-2 {
  padding-left: 151px;
  text-align: left;
  color: #524f4f;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.projectFactsWrap .item h6.cl-3 {
  /* padding-left: 119px; */
  text-align: center;
  color: #000000;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}

.projectFactsWrap .item h6.cl-4 {
  padding-left: 128px;
  text-align: left;
  color: #524f4f;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}


.projectFactsWrap .item img {
  padding-bottom: 35px;
}


.projectFactsWrap .item:nth-child(1) {
  border-right: 1px solid #e1dede;
  height: 124px;

}

.projectFactsWrap .item:nth-child(2) {
  border-right: 1px solid #e1dede;
  height: 124px;

}

.projectFactsWrap .item:nth-child(3) {
  /* border-right: 1px solid #ccc;*/
  height: 124px;

}

.projectFactsWrap .item:nth-child(4) {
  border-right: 1px solid #ccc;
  height: 124px;
}

.projectFactsWrap .item p.number {
  font-size: 48px;
  padding: 0;
  font-weight: 600;
  color: #08558c;
  font-family: "Poppins", sans-serif;
}

.projectFactsWrap .item p {
  color: #08558c;
  font-size: 42px;
  margin: 0;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}




.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 42px;
  color: rgb(255 255 255 / 100%);
  padding-right: 11px;
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: #333;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 100%;
  }
}

/*--------------counter css end------------*/

.about-bnr{background-image: url(../images/about-bnr.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 333px;
    align-items: center;}

.about-bnr h2{color: #fff;
      font-family: "Merriweather", serif;
    font-size: 40px;
    font-weight: 600;}

.exp{padding: 5px 0px 65px}
.enquer h3 {
    font-size: 22px;
    font-weight: 700;
}
.enquer p {
    font-size: 16px;
}
section.enqry-tab {
    padding: 25px 0px 70px;
}

.enquer img {
    width: 55px;
    background: #333;
    padding: 11px;
    height: 55px;
    border-radius: 32px;
    margin-bottom: 16px;
}

.enquer {
    text-align: center;
    padding: 19px;
    border: 1px solid #333;
    border-radius: 20px;
    height: 235px;
}

.products-page .heading-h-s h4 {
    color: var(--rc-black);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.products-page .heading-h-s {
    background-color: #ebeae9;
    border-left: 1px solid #FDFCFA;
    border-right: 1px solid #FDFCFA;
    border-bottom: 1px solid #FDFCFA;
    padding: 10px;
}
.products-page .heading-h-s a {
    text-decoration: none;
}