* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

img,
video {
  max-width: 100%;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
}


body {
  font-family: math;

}

header .header-top {
  padding: 5px 0px;
  background-color: #000;
}

header .header-top .top-in {
  align-items: center;
}

header .header-top .top-in li a,
header .header-top .top-in li {
  color: #fff;
}

header .header-top .top-in li:last-child a {
  margin-left: 5px;
  display: inline-block;
  height: 35px;
  width: 35px;
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  text-align: center;
  line-height: 39px;
}

header .header-bottom {
  padding: 10px 0px;
  background-color: #fff;
  left: 0px;
  right: 0px;
  z-index: 99;
}

header .header-bottom .navbar {
  padding: 0px;
}

header .header-bottom .navbar .navbar-brand {
  width: 9%;
  padding: 0px;
}

header .header-bottom .navbar .navbar-nav {
  align-items: center;
  justify-content: center;
  gap: 25px;
}

header .header-bottom .navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 17px;
  font-family: math;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  transition: .5s;
}

header .header-bottom .navbar .navbar-nav .nav-link:hover {
  color: #ff6969
}

header .header-bottom .enquery li a {
  padding: 9px 20px;
  background-color: #ff6969;
  border: 1px solid #ff6969;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-family: math;
  font-weight: 600;
  transition: .5s;
}

header .header-bottom .enquery li a:hover {
  background-color: transparent;
  color: #ff6969;
}

header .header-bottom .navbar .navbar-nav .nav-link::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  background-color: #ff6969;
  bottom: 7px;
  transition: .5s;
  z-index: 1;
}

header .header-bottom .navbar .navbar-nav .nav-link:hover::before {
  width: 100%;
}

header .header-bottom .navbar .navbar-toggler {
  color: #df595b;
  box-shadow: none;
  border: transparent;
  border-radius: 0px;
}

header .header-bottom .navbar .offcanvas {
  width: 280px;
}

header .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 15px 0;
  box-shadow: 0 0 5px #0000002f;
}

header .dropdown-menu li .dropdown-item {
  padding: 6px 20px;
  font-size: 18px;
  font-weight: 500;
}

header .dropdown-menu li .dropdown-item:hover {
  background-color: #01a959;
  color: #fff;
}

/* header ko sticky karna ki */

.sticky .header-bottom {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px #ffffff3b;
}

.sticky {
  background-color: #ffffff;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .heaberbooyem .offcanvas-title {
  color: #020202;
}

/* .main {
  background: linear-gradient(180deg, #f1f6fa, #f9f8ff);
} */

/* slider */

#slider {
  position: relative;
}

#slider .owl-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 291px 0px;
}

#slider .owl-carousel button.owl-dot {
  display: none;
}

/* about */

#about {
  padding: 70px 0;
  background-color: #fff;
}

#about .row {
  row-gap: 20px;
  align-items: center;
}

#about .img img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px #00000050;
}

#about .content h2 {
  color: #df595b;
  font-size: 36px;
  font-weight: bold;
  font-family: math;
  margin: 10px 0 7px;
}

#about .content h5 {
  font-size: 22px;
  color: #06264b;
}

#about .content p {
  color: #4e4e50;
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: justify;
  line-height: 24px;
}

#about .content a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  transition: .5s;
  margin-top: 30px;
  border-radius: 100px;
  background-color: #01a959;
  padding: 15px 50px;
}

#about .content a:hover {
  background-color: #df595b;
  color: #fff;
}

/* about */

/* counter  */

#counter {
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}

#counter .row {
  row-gap: 30px;
}

#counter .item {
  text-align: center;
}

#counter .item h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 40px;
}

#counter .item h3 {
  font-size: 22px;
  color: #fff;
}

#counter .item i {
  font-size: 38px;
  color: #fff;
}

/* product */

#product {
  padding: 50px 0px 50px;
  background: linear-gradient(180deg, #f1f6fa, #f9f8ff);
}

#product h2 {
  text-align: center;
  margin-bottom: 10px;
  font-family: math;
}

#product .iner {
  transition: .5s;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 30px;
}

#product .iner:hover {
  box-shadow: 0px 0px 20px #00000023;
}

#product .iner .imgs img {
  border-radius: 10px 10px 0px 0px;
}

#product .iner .content {
  padding: 20px 20px;
}

#product .iner .content .rat li h5 {
  margin-top: 10px;
  font-family: math;
  font-size: 20px;
}

#product .iner .content .rat li h6 {
  font-family: fantasy;
}

#product .iner .content h4 {
  text-align: center;
  margin: 30px 0px 5px;
}

#product .iner .content h4 a {
  padding: 10px 20px;
  font-size: 15px;
  display: inline-block;
  background-color: #df595b;
  border-radius: 4px;
  color: #fff;
}


/* testimonials */

/* testimonials */

#testimonials {
  padding: 50px 0px 50px;
}

#testimonials h2 {
  text-align: center;
  margin-bottom: 10px;
  font-family: math;
}

#testimonials .content {
  text-align: center;
  margin-top: 60px;
}

#testimonials .row {
  justify-content: center;
}

#testimonials .content .text {
  font-size: 15px;
  font-family: math;
  color: #000;
  width: 80%;
  text-align: center;
  margin: auto;
}

#testimonials .content ul {
  margin-top: 15px;
}

#testimonials .content .imgs {
  margin: 15px 0px 20px;
}

#testimonials .content .imgs img {
  border-radius: 50px;
  width: 60px;
  margin: auto;
}

#testimonials .content h5 {
  margin-bottom: 2px;
  font-size: 17px;
  font-family: math;
}

#testimonials .content h6 {
  font-size: 14px;
  font-family: math;
}

#testimonials .content ul li i {
  color: #fbbf24;
}

#testimonials .owl-theme .owl-dots .owl-dot {
  display: none;
}



/* gallery */

#gallery {
  padding: 40px 0px 70px;
  background-color: #e4e2e2;
}

#gallery h2 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #212121;
  text-align: center;
  margin-bottom: 20px;
}

#gallery .owl-theme .owl-dots .owl-dot {
  display: none;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
  border-radius: 0px 12px 12px 12px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* contact */
#contact {
  padding: 60px 0px;
  background-image: url(../images/bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: 80px 0;
}

#contact .row {
  row-gap: 30px;
}

#contact .location {
  background-color: #f5f5f5ba;
  padding: 30px 20px;
  border-radius: 20px;
}

#contact .location h2 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

#contact .location h2 span {
  font-weight: 700;
  color: #df595b;
}

#contact .location p {
  font-size: 16px;
  color: grey;
  margin: 20px 0;
  text-align: justify;
}

#contact .location ul li {
  margin-top: 20px;
}

#contact .location ul li i {
  color: #df595b;
  font-size: 18px;
}

#contact .location ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition: .5s;
}

#contact .location ul li a:hover,
#contact .location ul li:hover {
  color: #df595b;
}

#contact .location .social {
  border-top: 1px solid #d1d1d1;
  margin-top: 15px;
  padding-top: 15px;
}

#contact .location .social a {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 5px;
  background-color: #df595b;
  border: 1px solid #df595b;
  color: #fff;
  text-align: center;
  transition: .5s;
}

#contact .location .social a:hover {
  color: #df595b;
  background-color: #fff;
}

#contact h6 {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}

#contact .form-bg {
  background-color: #f5f5f5ba;
  padding: 30px 20px;
  border-radius: 20px;
}

#contact form.row {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  row-gap: 15px;
}

#contact form .form-control {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  padding: 10px 20px;
}

#contact form .form-control:focus {
  box-shadow: none;
  border-color: #df595b;
}

#contact form .form-control::placeholder {
  color: darkgray;
}

#contact form .btn {
  background-color: #df595b;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
}

#contact form .btn:hover {
  background-color: #000;
}

#contact .map iframe {
  border-radius: 10px;
}


/* footer */

/* footer {background: linear-gradient(#f7f5ff, #656565); padding: 50px 0px 25px;} */

footer {
  background-color: #000;
  padding: 50px 0px 25px;
}

footer .footer-inr img {
  width: 25%;
}

footer .footer-top {
  padding-bottom: 30px;
}

footer .footer-top .row {
  row-gap: 40px;
}

footer .footer-top p {
  color: #fff;
  font-size: 16px;
  width: 73%;
  text-align: justify;
}

footer .footer-top h4 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

footer .footer-top .footer-info li {
  color: #fff;
}

footer .footer-top .footer-info li a {
  margin-bottom: 20px;
  font-size: 16px;
  display: inline-block;
  color: #fff;
}

footer .footer-top .footer-icon li a {
  height: 30px;
  width: 30px;
  line-height: 33px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

footer .footer-top .footer-add {
  margin-bottom: 16px;
}

footer .footer-top .footer-add li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}

footer .footer-top .footer-add li a {
  color: #fff;
}

.logoicon .imgsc {
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 12px;
}

.logoicon .imgsc img {
  width: 270px;
}

/* modal */

.modal .modal-title {
  color: #df595b;
}

.modal .close {
  color: #df595b;
  font-size: 25px;
  background-color: transparent;
  border: none;
}

.modal .modal-header {
  border-color: #df595b;
}

.modal form {
  row-gap: 20px;
}

.modal .modal-content {
  background-color: #ffffffd4;
  padding: 15px;
  border-radius: 30px;
}

.modal form .form-control,
.modal form .form-select {
  border: none;
  border-bottom: 1px solid #000000;
  background-color: #85232b00;
  border-radius: 0px;
  color: #000000;
}

.modal form .label {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.modal form .form-control:focus,
.modal form .form-select:focus {
  box-shadow: none;
  border-color: #1f1a17;
}

.modal form .form-control::placeholder,
.modal form .form-select::placeholder {
  color: #000000;
}

.modal form .btn {
  background-color: #df595b;
  color: #fff;
  width: 100%;
  font-weight: 500;
}


/* whatapp */
.quickcontact {
  width: 40px;
  position: fixed;
  top: 77%;
  right: 30px;
  z-index: 9999;
}