:root {
  --title-font: "Outfit", sans-serif;
  --body-font: "Plus Jakarta Sans", sans-serif;
  --primary-color: #1253be;
  --content-color: #303030;
  --other-headings: #000812;
  --footer-color: #010101;
  --top-bar-color: #010101;
  --icon-color: #1253be;
  --button-color: #1253be;
  --outline-button-color: #010101;
  --button-secondary-color: #001d2d;
  --black: #000;
  --white: #fff;
}
* {
  padding: 0;
  margin: 0;
}
ul{
  padding-left: 0rem !important;
  margin-bottom: 0px !important;
}
a {
  text-decoration: none !important;
}
li {
  list-style: none;
}
body {
  top: 0 !important;
  font-family: var(--body-font);
  font-weight: 600;
}
.top-bar{
  background-image: url('../images/top-bar-back.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 7px;
  /* background-color: var(--top-bar-color); */
}
.top-left ul{
  display: flex;
  font-size: 13px;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
.top-left ul li{
  color: var(--white);
}
.phone{
  display: flex;
  align-items: center;
  gap: 5px;
}
.phone a{
        transition: all 0.5s ease;
  color: var(--white);
  margin-top: 2px;
}
.phone a:hover{
    color: var(--primary-color);
}
.top-right ul{
  /* margin-top: 3px; */
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.email{
  display: flex;
  align-items: center;
  gap: 8px;
}
.email a{
      transition: all 0.5s ease;
  color: var(--white);
}
.email a:hover{
  color: var(--primary-color);
}
.email svg{
  color: var(--white);
}
.tax{
  display: flex;
  align-items: center;
  gap: 8px;
}
.tax a{
  color: var(--white);
}
.tax svg{
  color: var(--white);
}
.top-right ul li{
  color: var(--white);
}
.navbar-brand h2{
  font-size: 24px;
  font-weight: 700;
}
.contactus-btn{
padding: 15px 18px;
        border-radius: 5px;
    border: none;
    transition: all 0.5s ease;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
    background-color: var(--button-color);
    color: var(--white);
  }
  .contactus-btn svg{
    transition: all 0.5s ease;
}
.contactus-btn:hover{
    background-color: #2a6cd6;
  svg{
    transform: translateX(4px);
  }
}
.slider-btn{
  transition: all 0.5s ease;
}
  .slider-btn svg{
    transition: all 0.5s ease;
}
.slider-btn:hover{
    background-color: #2a6cd6;
  svg{
    transform: translateX(4px);
  }
}
.slider-btn{
    padding: 15px 30px;
        border-radius: 5px;
    border: none;
        font-size: 13px;
            font-weight: 500;
    text-transform: uppercase;
  clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
  background-color: var(--button-color);
  color: var(--white);
}
.about-btn{
    padding: 15px 30px;
        border-radius: 5px;
    border: none;
        font-size: 13px;
            font-weight: 500;
    text-transform: uppercase;
  clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
  background-color: var(--button-color);
  color: var(--white);
}
.about-btn{
  transition: all 0.5s ease;
}
  .about-btn svg{
    transition: all 0.5s ease;
}
.about-btn:hover{
  background-color: #2a6cd6;
  svg{
    transform: translateX(4px);
  }
}
.ch-info {
  position: absolute;
  right: 37px;
  top: 9px;
}
.navbar{
  font-family: var(--title-font);
}
.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.navbar-nav .nav-item {
  padding: 3px 12px;
}
.images-part {
  position: relative;
  left: 42px;
  top: 58px;
}
.nav-link {
  font-weight: 500;
  font-size: 14.5px;
  font-family: unset;
}
.about-us-section{
  padding-top: 40px;
}
.about-content h6{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.about-content h2{
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--title-font);
}
/* .our-products{
  margin-top: 50px;
  background-image: url('../images/products-back.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 50px;
} */
#content{
  margin-bottom: 2.3rem;
}
.about-content h2 span{
  color: var(--primary-color);
}
.about-content h6 svg{
  color: var(--icon-color);
}
.about-content p{
  font-size: 15px;
    text-align: justify;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.suppliers-section{
  border-bottom: 1px solid #ebebeb;
}
.suppliers-head h2{
  font-weight: 700;
  font-family: var(--title-font);
  font-size: 26px;
}
.suppliers-head h2 span{
    color: var(--primary-color);
}
.products-content{
text-align: center;
}
.products-content h6{
  color:  #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.products-content h2{
  font-size: 40px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  font-family: var(--title-font);
}
.products-content h2 span{
  color: var(--primary-color);
}
.products-content p{
  font-size: 15px;
    text-align: justify;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 20px;
}
/* .products-card{
  overflow: hidden;
    position: relative;
    border-radius: 7px;
  background-color: var(--white);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.p-icon svg{
  color: var(--white);
}
.p-icon{
  padding: 1.1rem 1.1rem;
  background-color: var(--primary-color);
  position: absolute;
left: 81%;
    top: 45.7%;
clip-path: polygon(40% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 40%);


}
.products-card{
  background-image: url('../images/beakter.jpg');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
} */
/* .products-card:hover{
  transform: translateY(-10px);
} */
/* .p-image img{
}
.p-image img:hover{
  transform: scale(1.05);
} */
/* .product-content{
  padding-block: 20px;
  padding-inline: 20px;
}
.product-title h2{
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 28px;
  transition: all 0.5s ease;
}
.product-title h2:hover{
  cursor: pointer;
  color: var(--primary-color);
}
.product-description p{
  font-size: 14px;
  color: var(--content-color);
}
.product-content a{
  color: var(--primary-color);
  font-family: var(--title-font);
  text-transform: capitalize;
}
.product-content a:hover{
  color: var(--button-secondary-color);
} */
.ch-info {
  text-align: right;
}
.ch-info a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  text-decoration: none;
  padding: 0px 15px;
}
.ch-info a i {
  padding-right: 5px;
  font-weight: 500;
}
.drop-main {
  position: absolute;
  overflow: hidden;
  list-style: none;
  padding: 0px;
  z-index: 2;
  top: 50px;
  width: 240px;
  border-radius: 5px;
  left: 0px;
  transform-origin: top;
  background: #fff;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in;
}
.dropdown:hover .drop-main {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.drop-main li {
  line-height: 40px;
  transition: 0.5s ease-in-out;
  /* border-bottom: 1px solid #dbdbdb; */
  padding: 0px 17px;
}
.drop-main li:hover{
  background-color: var(--primary-color);
  a{
    color: var(--white);
  }
}
.drop-main li a {
  text-decoration: none;
  color: rgb(87, 87, 87);
  font-size: 14px;
}
.dropdown {
  position: relative;
  padding: 0;
}
/* navbar end  */
/* CSS */
.button-56 {
  align-items: center;
  background-color: #000000;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  font-size: 16px;
  border: none;
  height: 40px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-left: 20px;
}
.button-56:hover:after {
  transform: translate(0, 0);
}

/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  margin-left: 40px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all 0.4s ease;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}

@media (max-width: 300px) {
  .mini-header {
    display: none;
  }
}

.nav-button {
  padding: 2px 30px !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-left: 12px;
  color: white;
  background-color: var(--primary-color);;
  border-radius: 20px;
}
.nav-button a {
  color: #f9f9f9 !important;
}
.banner {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  color: #f9f9f9;
  padding: 150px 0px;
}
.banner-box {
  width: 60%;
}
.banner-box h4 {
  font-size: 14px;
}
.banner-box i {
  margin-right: 6px;
}
.banner-box h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
}
.banner-box p {
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
}
.about {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-text h4 {
  font-size: 14px;
  color: var(--primary-color);;
}
.about-text h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}
.about-text p {
  font-size: 15px;
  color: #777;
  line-height: 25px;
  text-align: justify;
}
.about-text span {
  font-weight: 600;
}
.layout-btn a {
  color: var(--primary-color);;
}
.layout-btn {
  display: inline-block;
  padding: 10px 40px;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
  color: white;
  border: 3px solid var(--primary-color);;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
}
.layout-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}
.layout-btn:hover::before {
  transform: translateX(0);
}
.layout-btn:hover a {
  color: #f9f9f9;
}
.layout-btn i {
  margin-top: 4px;
  margin-left: 5px;
}
.about-img img {
  width: 90%;
}
.about-img {
  text-align: end;
  margin-top: 15px;
}
.call {
  display: flex;
  padding: 10px 20px 10px 10px;
  border-radius: 6px;
}
.call-icon img {
  margin-right: 6px;
  width: 75%;
}
.hsc-para {
  margin-bottom: 30px;
}
.call-icon i {
  font-size: 30px;
  margin-right: 12px;
  margin-top: 5px;
  color: #ffffff;
}
.call-text h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #000000;
}
.call-text a {
  color: #000000;
  font-size: 14px;
}

.line::after {
  content: " ";
  width: 100%;
  transition: all 380ms ease-in-out;
  height: 2px;
  top: 24px;
  left: 0;
  background-color: var(--primary-color);
  position: absolute;
  transform: scale(0);
  bottom: 0px;
  transform-origin: left;
}
.nav-link:hover::after {
  transform: scale(1);
}
.nav-link {
  position: relative;
  padding: 0 !important;
}
.line-one::after {
  content: " ";
  width: 100%;
  transition: all 380ms ease-in-out;
  height: 2px;
  top: 24px;
  left: 0;
  background-color: var(--primary-color);
  position: absolute;
  transform: scale(1);
  bottom: 0px;
  transform-origin: left;
}
a.line-one {
  color: var(--primary-color) !important;
}
.projects {
  background-image: url(../images/project-bg.jpg);
  background-size: cover;
  padding: 50px 0px;
}
.projects-heading {
  text-align: center;
}
.projects-heading h4 {
  font-size: 14px;
  color: var(--primary-color);
}
.projects-heading h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}

.swiper {
  width: 90%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-box {
  padding: 40px 120px 40px 40px;
  margin-left: 10px;
  background-color: var(--primary-color);;
  position: relative;
}
.project-box::after {
  content: "01";
  position: absolute;
  top: -23px;
  font-size: 135px;
  font-weight: 800;
  color: #fff;
  opacity: 0.1;
  left: 33px;
}
.project-box-1::after {
  content: "02";
}
.project-box-2::after {
  content: "03";
}
.project-box h2 {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
.project-box h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
  line-height: 18px;
  color: #fff;
}
.project-box p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  margin-top: 15px;
}
.project-img img {
  width: 100%;
  position: absolute;
  left: -60px;
  top: 38px;
  right: 0px;
}
.project-img {
  position: relative;
}
.project-img-1 img {
  top: 30px;
}
.hec-img {
  text-align: left;
}
.hec-img img {
  width: 90%;
}
.policy {
  padding-top: 80px;
  background-image: url(../images/policy-bg.jpg);
  background-size: cover;
}
.hsc-text p {
  margin-top: -11px;
  text-align: justify;
  font-weight: 600;
  color: #777;
}
.hsc-point {
  display: flex;
  margin-top: 12px;
}
.hsc-point i {
  margin-right: 10px;
  margin-top: -6px;
  color: #000000;
}
.hsc-point p {
  color: #000000;
  font-weight: 500;
}
a.line-one:hover {
  color: var(--primary-color) !important;
}
.foot-para-two {
  text-align: right;
}
.foot-para-two a {
  color: #777;
  font-weight: 600;
}
.foot-second {
  border-top: 1px solid #d3d3d3;
  padding: 25px 0px;
}
.call-text a:hover {
  color: #777 !important;
}


@media (max-width: 1200.98px) {
  .call {
    display: none;
  }
  .navbar-nav {
    margin-right: 0px;
  }
}
@media (max-width: 992.98px) {
  .banner-box {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .banner-box {
    width: 100%;
  }
  .project-img {
    display: none;
  }
  .project-box {
    padding: 40px 40px 40px 40px;
  }
  .foot-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 520.98px) {
  .banner-box {
    padding: 0 20px;
  }
  .banner-box h2 {
    font-size: 26px;
  }
  .foot-links {
    display: none;
  }
  .navbar img {
    width: 90%;
  }
}

/* slider */

/* slider start  */

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 85vh;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  overflow-x: initial;
}
.welcome svg{
    color: var(--primary-color);
}
.caption {
  text-align: left;
  color: var(--content-color);
  padding: rem 1.5rem;
  width: 46%;
  position: absolute;
  top: 20%;
  left: 8%;
}
.text p {
  padding-right: 70px !important;
  font-size: 15px;
  text-align: justify;
  line-height: 28px;
  margin-top: 18px;
  margin-bottom: 30px;
}
.welcome {
  font-size: 15px;
  font-weight: 500;
}
.welcome i {
  font-size: 14px;
  margin-right: 4px;
  color: rgba(128, 128, 128, 0.144);
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: -1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  border-top: 1px solid #e9e9e9;
  top: 0;
  left: 0;
  width: 100%;
  height: 125%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-title{
  color: var(--other-headings);
}
.slideshow .slide .title {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-top: 10px;
  color: #f3f3f3;
  margin-bottom: 4px;
  line-height: 56px;
  color: var(--primary-color);
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}

.slideshow .slide .btn::before {
  background: #fff;
}
.caption button {
  background-color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
}

.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}

.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item + .page {
  margin-left: -2px;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 18px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  z-index: 3;
}

.slideshow .arrows .prev {
  left: 30px;
  background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50px;
  }
  
        .slideshow .arrows .next {
          right: 30px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          background-color: var(--white);
                  border-radius: 50px;
}

/* .svg-arrow-right {
  left: -5px !important;
  top: -12px !important;
} */
.slideshow .arrows .svg {
  position: relative;
  left: -5px;
  font-size: 15px;
  font-weight: 700;
  top: -11px;
  fill: var(--primary-color);
  transition: left 0.2s ease;
}

.bar-slider {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.main-content {
  position: relative;
}

.bar-slider img {
  width: 100%;
}

.about-image img {
  width: 100%;
}

/* slider end  */

/* responsive  */

@media (max-width: 999px) {
  .slideshow .slide .text {
    font-size: 15px;
  }
  .slideshow .slide .title {
    font-size: 24px;
  }
  .navbar-nav .nav-item {
    padding: 10px;
  }
  a.nav-link.line-one {
    display: inline;
  }
}

@media (max-width: 767px) {
    .contactus-btn{
    display: none;
  }
  .caption{
    padding-top: 10px;
      backdrop-filter: blur(4px);
  border-radius: 15px;
  background: #f0f0f0a6;
    margin-top: 50px;
  }
  .welcome{
    text-align: center;
  }
  .slider-btn{
    display: none;
  }
  .slideshow .arrows .prev{
    left: 10px;
  }
  .slideshow .arrows .next{
    right: 10px;
  }
  .slideshow .slide .title {
    line-height: 50px !important;
    /* margin: 7px auto; */
    text-align: center;
    margin-bottom: 20px;
        font-size: 40px !important;
  }
  .service-img img{
  width: 100%;
  height: 100% !important;
}
  /* .slideshow .slide .text {
    font-size: 14px;
  }
  .slideshow .slide .title {
    font-size: 21px;
  } */
  .caption {
    width: 85%;
  }
}
@media (max-width: 675px) {
  #our-about-us{
    margin-top: 40px
  }
  .footer-section-3{
    padding-left: 0px !important;
    margin-block: 30px;
  }
  .text{
    display: none;
  }
  .service-img img{
  width: 100%;
  height: 100% !important;
}
  .suppliers-head{
    text-align: center;
  }
  .about-content h6{
    font-size: 16px;
  }
 .products-content h6{
  font-size: 16px;
 }
 .products-content h2{
  font-size: 42px;
 }
  .contactus-btn{
    display: none;
  }
  .caption{
    padding-top: 10px;
      backdrop-filter: blur(4px);
  border-radius: 15px;
  background: #f0f0f0a6;
    margin-top: 50px;
  }
  .welcome{
    text-align: center;
  }
  .slider-btn{
    display: none;
  }
  .slideshow .arrows .prev{
    left: 10px;
  }
  .slideshow .arrows .next{
    right: 10px;
  }
  .slideshow .slide .title {
    line-height: 50px !important;
    /* margin: 7px auto; */
    text-align: center;
    margin-bottom: 20px;
        font-size: 40px !important;
  }
}

@media (max-width: 425px) {

  .slideshow .arrows .arrow {
    padding: 13px;
    height: 50px;
    width: 50px;
  }
  .slideshow .arrows .prev {
    left: 7px;
  }
  .slideshow .arrows .next {
    right: 7px;
  }
  .caption {
    padding: 22px 19px;
    width: 60%;
  }
  .caption {
    width: 100%;
  }
  .text p {
    display: none;
  }
  .slideshow .slide .title {
    font-size: 36px;
    line-height: 50px;
  }
  .foot-img img {
    width: 80%;
  }
}

.about-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}
.about-text h5 {
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
}
.project-img video {
  width: 100%;
  position: absolute;
  left: -60px;
  right: 0px;
}
.project-main {
  cursor: grab;
}
@media (max-width: 1440px) {
  .project-box {
    height: 420px;
  }
  .project-img img {
    top: 20px;
  }
}
@media (max-width: 1280px) {
  .project-box {
    height: 390px;
  }
  .project-img img {
    top: 35px;
  }
}
@media (max-width: 1200px) {
  .project-box {
    height: 490px;
  }
  .project-img img {
    top: 35px;
  }
}
@media (max-width: 767px) {
  .project-box {
    height: 390px;
  }
}
.services{
  background-image: url('../images/header-back.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px 80px 0px;
  margin-top: 50px;
}
.management-img img{
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #1254be28;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.service-head span {
  color: #5372ff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 18px;
  text-transform: uppercase;
  background-color: #5372ff19;
}
.service-head h3 {
  font-family: eculid-bold;
  margin-top: 15px;
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 15px;
}
.service-head {
  text-align: center;
}
.service-box {
  /* height: 480px; */
  overflow: hidden;
  margin-top: 25px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-box:hover .service-img img {
  transform: scale(1.1);
}

.service-box:hover .service-icon img {
  transform: rotateY(360deg);
  transition: 0.6s;
}
.service-img img {
  height: 250px;
  border-radius: 8px 8px 0px 0px;
}
.service-img img {
  transition: 0.3s linear;
}
.service-text {
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  position: relative;
  padding: 20px;
  height: 50%;
}
.service-text h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--title-font);
  transition: all 0.5s ease;
}
/* .service-text h3:hover {
  cursor: pointer;
  color: var(--primary-color);
} */
.service-text p {
  font-family: var(--body-font);
  font-size: 14px;
  margin-top: 15px;
  color: var(--content-color);
  text-align: justify;
  }
  /* #product-1{
    background-image: url('../images/card-1-backtaxground.jpg');
  }
  #product-2{
    background-image: url('../images/card-2-background.jpg');
  }
  #product-3{
    background-image: url('../images/card-3-background.jpg');
  }
  #product-4{
    background-image: url('../images/card-4-background.jpg');
  }
  #product-5{
    background-image: url('../images/card-5-background.jpg');
  }
  #product-6{
    background-image: url('../images/card-6-background.jpg');
  } */
.service-icon {
  background-color: var(--primary-color);
  position: absolute;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  top: -53px;
  border: 5px solid #fff;
  border-radius: 10px;
  right: 10px;
  padding: 11px;
}
.service-box:hover .service-icon img {
  transform: rotateY(360deg);
  transition: 0.6s;
}
.service-box a{
  color: var(--primary-color);
  font-size: 13.5px;
  font-weight: 600;
}
.service-box a:hover{
  color: var(--primary-color);
}
.departments {
  background: url(../images/department-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.management .col p {
  font-family: var(--body-font);
  font-weight: 600;
}
.management .col p span {
  color: var(--button-color);
}
footer{
  padding-top: 50px;
  padding-inline: 40px;
  padding-bottom: 70px;
  background-image: url('../images/footer.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: var(--footer-color); */
}
.footer-section-1 p{
  margin-top: 20px;
  color: #cecece;
  font-size: 14px;
  text-align: justify;
}
.footer-section-3 {
  padding-left: 20px;
}
.footer-section-3 h2{
  color: var(--white);
  font-family: var(--title-font);
  font-size: 28px;
}
.footer-section-2 h2{
  color: var(--white);
  font-family: var(--title-font);
  font-size: 28px;
}
.location{
  padding-right: 20px;
}
.location-inner h5{
  margin-top: 25px;
  color: #e4e4e4;
  font-family: var(--title-font);
}
.location-inner p a{
  color: #dfdfdf;
  font-size: 13.5px;
  font-family: var(--body-font);
}
.location-inner p a:hover{
  color: var(--white);
  cursor: pointer;
}

.phone-inner h5{
  margin-top: 10px;
  color: #e4e4e4;
  font-family: var(--title-font);
}
.phone-inner p{
  margin-bottom: 5px ;
}
.phone-inner p a{
  color: #dfdfdf;
  font-size: 13.5px;
  font-family: var(--body-font);
}
.phone-inner p a:hover{
  color: var(--white);
  cursor: pointer;
}

.email-inner h5{
  margin-top: 25px;
  color: #e4e4e4;
  font-family: var(--title-font);
}
.email-inner p{
  margin-bottom: 0px ;
}
.email-inner p a{
  color: #dfdfdf;
  font-size: 13.5px;
  font-family: var(--body-font);
}
.email-inner p a:hover{
  color: var(--white);
  cursor: pointer;
}
.footer-section-2 ul{
    margin-top: 20px;
  line-height: 40px;
}
/* .footer-section-2 ul li{
  border-bottom: 1px solid#e2e2e2;
} */
.footer-section-2 ul li a{
  font-size: 15px;
    font-family: var(--body-font);
    color: #ebebeb
}
.footer-section-2 ul li a{
color: var(--white);
}
.bottom-footer{
  border-top: 1px solid #e2e2e246;
  padding-block: 9px;
  text-align: center;
  background-color: var(--primary-color);
}
.bottom-footer p{
  font-family: var(--title-font);
  color: var(--white);
  margin-bottom: 0px !important;
}
.upper-sec-footer{
  backdrop-filter: blur(4px);
  border-radius: 10px;
  background: #f0f0f013;
  padding-left: 20px !important;
  padding-block: 20px;
}
    .navbar-custom {
      transition: background-color 0.3s ease;
    }
    .navbar-transparent {
      background-color: transparent;
    }
    .navbar-scrolled {
      background-color: white !important;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
    }

@media only screen and (min-width: 1400px) {

.service-img img{
  width: 100%;
  height: 100% !important;
}
.slideshow {
  height: 100dvh;
}

}