:root {
  --brand: #01b5fb;
  --sub: #6ac754;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

@media (min-width:992px) {
  .classy-navbar{
    padding: 0 50px !important;
  }
}

.slide-img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.slide-img img{
  /* object-fit: cover !important; */
  object-fit: contain !important;
  /* filter: brightness(0.6); */
}

@media (min-width:992px) {
  .slide-img img{
    width: 100%;
    /* height: 530px; */
  }
}

.footer-logo img{
  height: 90px;
}


/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: var(--brand);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--brand);
}

.section-title.text-start::before,
.section-title.text-end::after {
  display: none !important;
}

.section-titles {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.section-titles::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: var(--brand);
}

.section-titles::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: 155px;
  margin-top: -1px;
  background: var(--brand);
}

.section-titles.text-start::before,
.section-titles.text-end::after {
  display: none !important;
}

.side-form{
  background: var(--brand);
  border: 1px solid var(--brand);
  color: white;
  transition: all 0.5s;
}
.side-form:hover{
  background: transparent;
  color: var(--brand);
}

/* .about-left{
  height: 100%;
  background: linear-gradient(rgba(250, 108, 5, .8), rgba(250, 108, 5, .8)), url(../img/image-2/slide.jpg) center center no-repeat fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 50px;
} */
.about-left{
  height: 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  padding: 30px 50px;
}

@media (max-width:500px) {
  .about-left{
    padding: 30px;
  }
}
/* .about-right{
  height: 100%;
  display: flex !important;
  align-items: center !important;
} */
/* .entry-content P{
  color: white;
} */

.product h4{
  font-size: 18px;
  font-weight: 700;
}

.product div{
  overflow: hidden;
}

.product img{
  border: 3px solid #15475a;
  transition: all 1s;
}
.product:hover img{
  scale: 1.1;
}

@media (max-width:400px) {
  .enq{
    font-size: 25px;
  }
}

/*** Latest News Start ***/
.latest-news .latest-news-carousel.owl-carousel{
  position: relative;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -55px;
  right: 70px;
  font-size: 20px;
  padding: 2px 20px;
  transition: 0.5s;
  margin-right: 10px;
  border: 1px solid var(--brand);
  color: var(--bs-dark);
  border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -55px;
  right: 0;
  font-size: 20px;
  margin-left: 10px;
  padding: 2px 20px;
  transition: 0.5s;
  border: 1px solid var(--brand);
  color: var(--bs-dark);
  border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: var(--brand);
  color: white;
  border-radius: 10px;
}
.latest-news-item img{
  border-radius: 5px;
  /* filter: brightness(0.5); */
  height: 200px;
}

/* .latest-news-img{
  position: relative;
} */

.latest-news-title{
  color: white;
  font-weight: 600;
  /* position: relative; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* height: 80px; */
  align-items: center;
  justify-content: center;
}
.latest-news-para p{
  text-align: center;
}
/*** Latest News End ***/

@media (max-width:991px) {
  .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev,
  .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next{
    display: none;
  }
}
@media (max-width:400px) {
  .latesst{
    font-size: 25px;
  }
}

.sidebar-left {
  position: sticky;
  top: 100px;
}


/*** Service ***/
.service-item {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  overflow: hidden;
  z-index: -1;
}

.service-item .service-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  border-radius: 10px;
}

.service-item .service-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.363);
  border-radius: 10px;
  z-index: 1;
}

.service-item .service-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  transition: .5s ease-out;
  z-index: 2;
}

.service-item:hover .service-img::after {
  width: 0;
  left: auto;
  right: 0;
}

.service-item .service-text .service-icon {
  width: 120px;
  height: 120px;
  padding: 5px;
  margin-top: -70px;
  margin-bottom: 40px;
  background: #ffffff;
  color: black;
  /* border-radius: 140px; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}
.service-icon img{
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 140px; */
  /* margin-top: -10px; */
}

.service-item .service-text h5,
.service-item .service-text p {
  transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text h6,
.service-item:hover .service-text p {
  color: #FFFFFF;
}

.service-item .service-text .btn {
  color: var(--sub);
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.404);
}

.service-item .service-text .btn:hover {
  color: #FFFFFF;
  background: var(--brand);
}

.service-text{
  padding: 50px;
}

@media (max-width:567px) {
  .service-text{
    padding: 30px;
  }
  .product-head{
    font-size: 22px;
  }
}
.service-text h5{
  font-size: 18px;
  font-weight: 700;
}
.service-text h6{
  font-size: 16px;
  font-weight: 700;
}


.about__text .services__item .services__item__icon:after {
  border-color: #281A3E;
}

.about__text__desc {
  margin-top: -10px;
}

.about__pic {
  margin-bottom: 50px;
}

.services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.services__item h4 {
  /* color: #ffffff; */
  font-size: 18px;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 18px;
}
.services__item p {
  text-align: center;
  margin-bottom: 0;
}

.services__item__icon {
  text-align: center;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
}
.services__item__icon:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--brand);
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.services__item:hover .services__item__icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.services__item:hover .services__item__icon{
  border: 2px solid black;
}

/* .services__item__icon img{
  height: 50px;
  color: white;
} */

.high-p{
  margin: 0;
  font-size: 14px;
}

.product-wa{
  font-size: 14px;
  padding: 8px 15px;
  background: var(--brand);
  border: 1px solid var(--brand);
  color: white;
  transition: all 0.5s;
}
.product-wa:hover{
  background: transparent;
  border: 1px solid var(--brand);
  color: var(--brand);
}

.bg-banner {
  background: linear-gradient(rgba(28, 30, 50, .5), rgba(28, 30, 50, .5)), url(../img/image-1/NEED-MORE-HELP.jpg) no-repeat center;
  /* background-attachment: fixed; */
  background-size: cover;
}

.banner-btn{
  font-size: 16px;
  padding: 10px 20px;
  background: var(--brand);
  border: 1px solid var(--brand);
  color: white;
  transition: all 0.5s;
}
.banner-btn:hover{
  background: transparent;
  border: 1px solid var(--brand);
  color: var(--brand);
}

.bg-banner h2{
  font-weight: 700;
}
.bg-banner h4{
  font-weight: 500;
}

.banner-a{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

@media (max-width:567px) {
  .banner-a{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
}