* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif !important;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* Navbar  logo */
.bg-color {
  background-color: transparent;
}

.navbar-brand img {
  height: 80px;
  /* width: 100%; */
  margin-left: 120%;
  margin-top: 10%;
  /* background-color: #fff; */
}

.navbar .collapse {
  margin-right: 10%;
}

.navbar .navbar-collapse {
  margin-top: 2.2rem;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(0.25turn,
      rgba(84, 0, 136),
      rgba(160, 0, 155),
      rgba(200, 8, 117));
  border-image-slice: 1;
  margin-left: 155px;
}



@media (max-width: 990px) {
  .navbar .navbar-collapse {
    border: none;
  }

  .navbar .navbar-nav .nav-link {
    left: 10%;
  }

}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  z-index: 999;
  font-size: 17px;
  display: flex;
  justify-content: end;
  position: relative;

}

.navbar-toggler {
  background-color: transparent;
  border: none;
  font-size: 35px;
  color: #fff;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the alpha value for desired transparency */
  z-index: 1;
  /* Ensure the overlay appears above the carousel */
}

.navbar .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 475px) {
  .navbar .navbar-brand img {
    height: 60px;
    width: 100%;
    margin-left: 20%;
    margin-top: 5%;
    /* background-color: lightgrey; */
  }
}

/* ================= navbar End============================ */

/* =============== slider Start =============================== */
.carousel-inner {
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 30%;
  z-index: 999;
}

.back {
  background-color: #3a3a3a75;
  border-radius: 5px;
}

 
  @media (max-width: 475px) {
  .carousel .carousel-inner  .responsive-image {
      content: url("../img/img1121.jpg");
      width: 100%;
      height: auto;
      background-position: center;
      background-size: cover;
      height: 350px !important;
    }

    .carousel .carousel-inner .responsive1-image {
      content: url("../img/mobile11.JPG");
      width: 100%;
      height: auto;
      background-position: center;
      background-size: cover;
      height: 350px !important;
    }

    .carousel .carousel-inner .responsive2-image {
      content: url("../img/mobile12.JPG");
      width: 100%;
      height: auto;
      background-position: center;
      background-size: cover;
      height: 350px !important;
    }
  }


/* ====================== Slider End =========================== */

/* About Section */

section {
  padding: 10px 0px;
}

.about p {
  color: grey;
  padding: 0px 10px;
  font-weight: 500;
  text-align: center;
}

.about_section .about_text h3 {
  text-align: start;
}

.about_section .about_text p {
  text-align: justify !important;
}

/* Buttons styles start here */

.btn {
  background: none;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 0.7rem;
  padding: 0.5rem 1rem;
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #743ad5, #d53a9d);
}

.btn:hover {
  background: linear-gradient(to right, #743ad5, #d53a9d);
  color: white !important;
}

span.item.full.border-gradient:hover {
  cursor: pointer;
}

.about a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: 600;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* service */

.service {
  position: relative;
  background-color: #007bff;

}

.row-card {
  position: absolute;
}


/* ================ Service Section strat */

.services .section-title h2 {
  padding-bottom: 20px;
}

.services .card-body {
  text-align: center;
  color: #698292;
}

.services .card-body h5 {
  font-size: 29px !important;
  font-weight: 600;
}

.services .card-text {
  height: 120px;
}

.services .btn1 a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

@media (max-width: 768px) {
  .services .card-text {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }
}

@media (max-width: 425px) {
  .services .card-text {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
  }
}

@media(min-width:1024px) {
  .services .card {
    height: auto;
  }

  .services .card-text {
    height: 155px;
  }

}


.img-wrapper img {
  height: 300px;
}

.bg_clr .col {
  width: 31%;
  float: left;
  margin: 1%;
}

.bg_clr .card {
  height: 650px;
  margin-top: 50px;
}

/* @media (max-width:1999px) {
  .bg_clr .card{
    height: auto;
  }
} */
@media(max-width:768px) {
  .bg_clr .card {
    height: 770px !important;
  }

  .bg_clr .card p {
    font-size: 16px;
    font-weight: 600;
  }
}

@media(max-width:600px) {
  .bg_clr .card {
    height: 600px !important;
  }

  .bg_clr .card p {
    font-size: 14px;
    font-weight: 600;
  }
}

/* ===========================  Single Point of Contact ==================== */

.section5 .card {
  height: 300px;
}

.section5 .card img {
  padding: 40px;
}

.section5 .card-body {
  text-align: center;
}

/*/ ================================>start count stats ===============> /*/
.cato {
  display: flex;
  flex-wrap: nowrap;
  width: 90vw;
  overflow: auto;
  /* scroll-snap-type: mandatory; */
  scrollbar-width: 0;
}

#counter-stats {
  display: flex;
  justify-content: center;
  position: relative;
  /* border: 1px solid red; */
  top: -30px;
}

@media (max-width: 600px) {
  #counter-stats .section-title1 h2 {
    text-align: center;
    padding-top: 20px;
    font-weight: 500;
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  #counter-stats .row .col-md-4 {
    width: 24%;
  }
}

#counter-stats .desk h2 a {
  color: #000 !important;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#counter-stats .count h4 {
  color: #000 !important;
}

#counter-stats .counting {
  color: #000;
}

/* ===== Our Project =============== */
/* Portfolio Section */
#portfolio {
  padding: 60px 0;
  background: #f6f6f6;
}

.categories {
  padding-bottom: 40px;
  text-align: center;
}

ul.cat li {
  display: inline-block;
}

ol.type li {
  display: inline-block;
  margin-left: 20px;
}

ol.type li a {
  color: black;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 20px;
  /* border: 2px solid #a7c44c; */
  border: 3px solid transparent;
  border-image: linear-gradient(0.25turn,
      rgba(84, 0, 136),
      rgba(160, 0, 155),
      rgba(200, 8, 117));
  border-image-slice: 1;
  border-radius: 10px 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  ol.type li a {
    color: black;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 10px;
    /* border: 2px solid #a7c44c; */
    border: 3px solid transparent;
    border-image: linear-gradient(0.25turn,
        rgba(84, 0, 136),
        rgba(160, 0, 155),
        rgba(200, 8, 117));
    border-image-slice: 1;
    border-radius: 10px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .categories {
    padding-bottom: 40px;
    text-align: center;
  }

  ol.type li {
    display: inline-block;
    margin-left: 10px;
  }
}

@media (max-width: 425px) {
  ol.type li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 26px;
  }
}

ol.type li a.active {
  /* background: #a7c44c; */
  background: linear-gradient(90deg,
      rgba(84, 0, 136, 1) 0%,
      rgba(160, 0, 155, 1) 35%,
      rgba(200, 8, 117, 1) 100%);
  color: #fff;
}

ol.type li a:hover {
  /* background: #a7c44c; */
  background: linear-gradient(90deg,
      rgba(84, 0, 136, 1) 0%,
      rgba(160, 0, 155, 1) 35%,
      rgba(200, 8, 117, 1) 100%);
  color: #fff;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.portfolio-item {
  margin: 15px 0;
}

.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
}

.portfolio-item img {
  border-radius: 0 50px 0 50px;
}

.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #333;
  background: rgba(255, 255, 255, 0.75);
  padding: 30% 0 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 0 50px 0 50px;
}

.hover-bg .hover-text>h4 {
  opacity: 0;
  color: #333;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 400;
}

.hover-bg:hover .hover-text>h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-bg:hover .hover-text {
  opacity: 1;
}

/* =============== section ============================== */
/* ===== section 4 */
.section4 .slider-wraapper {
  /* border-radius: 16px; */
  box-shadow: #959da533 0px 8px 24px;
  /* padding: 30px 25px; */
  border: 1px solid gray;
  height: 320px;
}

.section4 img {
  height: 320px;
}

.section4 .mySwiper {
  padding-bottom: 10px;
}

.section4 .mySwiper .swiper-button-next:after {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: -20px;
  right: -10px;
  color: #fff;
}

.section4 .mySwiper .swiper-button-prev:after {
  font-size: 30px;
  line-height: 1;
  position: relative;
  top: -20px;
  left: -10px;
  color: #fff;
}

@media (max-width: 768px) {
  .section4 .mySwiper .swiper-button-prev:after {
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: -12px;
    left: -13px;
  }

  .section4 .mySwiper .swiper-button-next:after {
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: -12px;
    right: -13px;
  }
}

@media (max-width: 475px) {
  .section4 .mySwiper .swiper-button-prev:after {
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: -12px;
    left: -12px;
  }

  .section4 .mySwiper .swiper-button-next:after {
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: -12px;
    right: -12px;
  }
}

.title-around {
  text-align: center;
  color: #000;

  &:before,
  &:after {
    content: linear-gradient(to right, #743ad5, #d53a9d);
    display: inline-block;
    width: 30%;
    height: 2px;
    vertical-align: top;
    margin-top: -8px;
  }

  &:before {
    margin-right: 10px;
  }

  &:after {
    margin-left: 10px;
  }
}

@media(max-width:600px) {
  .title-around {
    text-align: center;
    font-size: 15px;
    color: #000;

    &:before,
    &:after {
      content: linear-gradient(to right, #743ad5, #d53a9d);
      display: inline-block;
      width: 25%;
      height: 2px;
      vertical-align: top;
      margin-top: -5px;
    }

    &:before {
      margin-right: 10px;
    }

    &:after {
      margin-left: 10px;
    }
  }

}

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}

.white-heading {
  color: #ffffff;
  font-size: 30px;
  text-transform: capitalize;
}

.heading:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.white-heading span {
  color: #ffffff;
}

/*-----Testimonial-------*/
.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(../img/img534.jpeg);
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

/* about */

.about1_section h2,
p {
  text-align: center;
}

.about1_section p {
  font-weight: 600px;
  color: gray;
  text-align: center;
}

.wrapper {
  height: 100%;
  width: 100%;
}

.wrapper img {
  background-repeat: no-repeat;
  background-attachment: fixed;

}

@media(max-width:768px) {
  .wrapper1 {
    height: 350px;
    position: relative;
    object-fit: cover;
    bottom: 250px;
  }
}
@media (max-width:560px) {
  .wrapper1 {
    height: 300px;
    position: static;
    /* object-fit: cover; */
    /* bottom: 250px; */
  }
  .wrapper1 img{
    height: 300px;
  }
  
}




.message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 25%;
  bottom: 0;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.5em;
}

.about_section .about_img {
  padding-top: 20px;
}

.about_section .about_img img {
  height: 600px;
}

.about_section .about_text {
  padding-top: 40px;
  text-align: center;
}

@media (max-width: 475px) {
  .about_section .about_img img {
    height: 300px !important;
  }
}

.about_section .about_text h3 {
  padding-bottom: 20px;
  font-weight: 600;
}

.about_section .about_text p {
  font-weight: 600px;
  color: gray;
  text-align: center;
}

@media (max-width: 1024px) {
  .about_section .about_text p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .about_section .about_text {
    padding-top: 10px;
    text-align: center;
  }

  .about_section .about_text h3 {
    padding: 0px;
    font-size: 20px;
    text-align: center;
  }

  .about_section .about_text p {
    font-size: 13px;
  }

  .about_section .about_img img {
    height: 500px;
  }
}

.about2nd_section {
  width: 100%;
  height: 220px;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../img/overlay/1.jpg);
  margin-top: -1px;
}

.layer-1 {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(235, 205, 30, 0.9);
  background-color: rgba(102, 7, 142, 0.64);
  padding: 40px 0px;
}

.sendtext h3 {
  text-align: center;
  color: #fff;
}

.about2nd_section .btn1 {
  text-align: center;

  margin-top: 40px;
}

.about2nd_section button {
  padding: 10px 15px;
  background: linear-gradient(90deg,
      rgba(84, 0, 136, 1) 0%,
      rgba(160, 0, 155, 1) 35%,
      rgba(200, 8, 117, 1) 100%);
  border: none;
}

.about2nd_section button a {
  color: #fff !important;
}

/* faq */
.accordion-button:focus {
  box-shadow: none;
  background-color: transparent !important;
  color: blue;
}

.accordion-button {
  font-size: 17px;
  font-weight: 600;
  line-height: 140%;

}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
  margin-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3fbbc0;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: linear-gradient(90deg,
      rgba(84, 0, 136, 1) 0%,
      rgba(160, 0, 155, 1) 35%,
      rgba(200, 8, 117, 1) 100%);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #65c9cd;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* footer=================================== */

#footer {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}

#footer .img12 {
  padding-bottom: 20px;
  text-align: center;
}

#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

@media(max-width:600px) {
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
    text-align: center;
  }

  #footer .footer-top .footer-newsletter p {
    font-size: 15px !important;
    line-height: 34px;
    font-weight: 600;
    text-align: justify;
  }

}

#footer .footer-top .footer-info h3 {
  font-size: 23px;
  margin: 10px 20px 20px 0px;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  #footer .footer-top .footer-info h3 {
    font-size: 19px;
   
  }
  
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: linear-gradient(90deg,
      rgba(84, 0, 136, 1) 0%,
      rgba(160, 0, 155, 1) 35%,
      rgba(200, 8, 117, 1) 100%);
}

#footer .footer-top .social-links a:hover {
  /* background: #65c9cd; */
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;

  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter p {
  font-size: 17px;
  line-height: 34px;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  /* background: #3fbbc0; */
  background: linear-gradient(90deg,
      rgba(84, 0, 136, 1) 0%,
      rgba(160, 0, 155, 1) 35%,
      rgba(200, 8, 117, 1) 100%);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}

/* ========================== Servcie Section  Page =================== */
.service-grid {
  background: #fcfcfc;
}


.service-grid h1 {
  color: #000;
}

.service-grid p {
  font-weight: 500;
}

.service-grid ul li {
  font-size: 18px;
  color: gray;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .service-grid .card {
    height: 750px !important;
  }

  .service-grid .residential p {
    font-size: 16px;
    text-align: justify;
  }

  .service-grid .residential h1 {
    font-size: 25px !important;
    text-align: center;
    font-weight: 600;
  }

  .service-grid .residential ul li {
    font-size: 15px;
    color: gray;
    font-weight: 600;
    display: inline !important;
    gap: 2s0px;
  }

  .service-grid .landescape h1 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
  }

  .service-grid .landescape ul li {
    font-size: 17px;
    color: gray;
    font-weight: 600;
  }
}
@media (max-width:991px) {
  .service-grid .card{
    height: auto !important;
  }
}
@media(max-width:768px) {
  /* .service-grid .card {
    height: 800px !important;
  } */

  .bg_clr .card p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
}
@media(max-width:425px) {
  .service-grid .card {
    height:auto !important;
  }

  .bg_clr .card p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
}
@media(max-width:320px) {
  .service-grid .card {
    height:auto !important;
  }

  .bg_clr .card p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
}


.service-grid .comm {
  display: block;
}

.service-grid .comm h1 {
  padding-top: 10px;
}

.service-grid .commmob {
  display: none;
}

.service-grid .landescape h1 {
  padding-top: 10px;
}

@media (max-width: 1024px) {
  .service-grid .comm p {
    font-size: 16px;
    text-align: justify;
  }

  .service-grid .comm h1 {
    font-size: 25px !important;
    text-align: center;
    font-weight: 600;
  }

  .service-grid .comm ul li {
    font-size: 15px;
    color: gray;
    font-weight: 600;
    display: inline !important;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .service-grid .commmob p {
    font-size: 16px;
    text-align: justify;
  }

  .service-grid .commmob h1 {
    font-size: 25px !important;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
  }

  .service-grid .commmob ul li {
    font-size: 15px;
    color: gray;
    font-weight: 600;
    display: inline !important;
  }
}

@media (max-width: 600px) {
  .service-grid .comm {
    display: none;
  }

  .service-grid .commmob {
    display: block;
  }
}

@media (min-width: 600px) {
  .service-grid .comm {
    display: none;
  }

  .service-grid .commmob {
    display: block;
  }
}

@media (min-width: 992px) {
  .service-grid .comm {
    display: block;
  }

  .service-grid .commmob {
    display: none;
  }
}

.gallery1 ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-weight: 300;
  margin: 25px auto;
}

.gallery1 ul li {
  padding: 10px 20px;
  margin: 5px;
  /* border: 1px solid red; */
  cursor: pointer;
  transition: 0.5s linear;
  color: #747d8c;
  font-size: 15px;
  font-weight: 600;
}


.products {
  margin-top: 5px;
  /* width: ; */
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.item {
  overflow: hidden;
  width: 250px;
  height: 250px;
  border-radius: 8px;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.5s linear;
}

.item:hover img {
  transform: scale(1.1);
}

/*++++++++++++++++++++++++++++ Gallery ++++++++++++++++ */

::selection {
  color: #fff;
  background: #007bff;
}

.wrapper .items {
  text-align: center;
}

.wrapper .items.border {
  font-size: 20px;
  border: 10px soild !important;
}

.wrapper .items .item {
  margin: 0px 10px;
  border-image: linear-gradient(45deg, #601490, #9300a0, #b4148f) 6% !important;
  padding: 10px 20px;
}

.wrapper .items .item:hover {
  background: linear-gradient(90deg,
      rgba(84, 0, 136, 1) 0%,
      rgba(160, 0, 155, 1) 35%,
      rgba(200, 8, 117, 1) 100%);
  color: white;
}

@media (max-width: 475px) {
  .wrapper .items .item {
    margin: 1px;
    border-image: linear-gradient(45deg, #601490, #9300a0, #b4148f) 6% !important;
    padding: 7px 10px;
  }
}

@media (max-width: 380px) {
  .wrapper .items .item {
    margin: 1px;
    border-image: linear-gradient(45deg, #601490, #9300a0, #b4148f) 6% !important;
    padding: 7px 5px;
    font-size: 13px;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery .image {
  width: calc(100% / 4);
  padding: 7px;
  /* border: 1px solid red; */
}

.gallery .image img {
  border-end-start-radius: 20px;
}

.gallery .image span {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.gallery .image img {
  width: 100%;
  height: 250px;
  vertical-align: middle;
  transition: all 0.3s ease;
}



.gallery .image.hide {
  display: none;
}

.gallery .image.show {
  animation: animate 0.4s ease;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

.preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  /* background: #fff; */
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); */
}

.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
  height: 95vh !important;
  width: 100% !important;
}

.preview-box .details {
  /* padding: 0px 15px 13px 0px; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* Change alignment to flex-end */
}

.details .icon {
  color: #fff !important;
  font-size: 30px;
  cursor: pointer;
}

.preview-box .image-box {
  width: 100%;
  display: flex;
}

.image-box img {
  width: 100%;
  border-radius: 0 0 3px 3px;
  height: 85vh;
}

.shadow {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

.shadow.show {
  display: block;
}

@media (max-width: 1000px) {
  .gallery .image {
    width: calc(100% / 3);
  }
}

@media (max-width: 800px) {
  .gallery .image {
    width: calc(100% / 2);
  }
}



@media (max-width: 600px) {
  .gallery .image {
    width: 100%;
  }
}

li.parsley-required,
li.parsley-pattern,
li.parsley-type {
  color: red;
}

/********************************/
/***** Utility Class Start *****/
/******************************/
/* .text */
/********************************/
/****** Utility Class End ******/
/******************************/