body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.df {
  font-family: "Satisfy", serif;
  font-weight: 500;
  font-style: normal;
  color: #36394b;
}

.welcome-matter {
  margin: 160px 0;
}

.welcome-matter .welcometo {
  font-size: 120px;
  font-weight: 900;
  color: #ffffff;
}

.welcome-matter .varuninvents {
  font-size: 132px;
  margin-top: 100px;
  font-weight: 900;
  color: #ffffff;
}

.home-pg-bnr-ovrly {
  background-color: #050602ad;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 40px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
}

.blog-posts-each-grid {
  bottom: 10px;
  position: absolute;
  padding: 0 12px;
  background-color: #0000005e;
  width: calc(100% - 24px);
  text-align: center;
}

.rsco {
  position: relative;
  bottom: 3px;
}

.btn-highlight a {
  color: #ffffff !important;
}

.h-sub-text {
  color: #51576a;
}

.invert {
  filter: invert();
}

.to-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7470%) hue-rotate(303deg) brightness(129%) contrast(96%);
}

.fpfdiv h2 {
  font-weight: 800;
  font-size: 24px;
}


.top-bar {
  background-color: #CBE2B5;
  padding: 4px 0;
  font-size: 14px;
  color: #000000;
}

label {
  margin-bottom: unset !important;
  font-weight: bold;
}

.menu-bar {
  padding: 6px 0;
  background-color: #E7FBE6;
}


h5.card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 2px;
  border-radius: 7px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(217, 255, 220);
  background: -moz-linear-gradient(90deg, rgba(217, 255, 220, 1) 0%, rgba(210, 253, 255, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(217, 255, 220, 1) 0%, rgba(210, 253, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(217, 255, 220, 1) 0%, rgba(210, 253, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9ffdc", endColorstr="#d2fdff", GradientType=1);
}

.btn-ws {
  background-image: linear-gradient(to right, #3d425a 0%, #7d8199 51%, #252839 100%);
  padding: 6px 12px;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}

.btn-dl,
.razorpay-payment-button {
  background-image: linear-gradient(to right,
      #00cd98 0%,
      #8fffd2 51%,
      #01b882 100%);
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: rgb(0, 0, 0);
  box-shadow: 0 0 20px #eee;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.table.chot-tbl>:not(caption)>*>* {
  background-color: transparent !important;
}


.btn-ws:hover {
  background-position: right center;
  /* change the direction of the change here */
  text-decoration: none;
  color: white;
}

.btn-dl:hover,
.razorpay-payment-button:hover {
  background-position: right center;
  /* change the direction of the change here */
  text-decoration: none;
}

.card-text .ap {
  text-decoration: line-through;
  font-size: 15px;
  position: relative;
  bottom: -1px;
}

.card-text .sp {
  font-weight: bold;
  font-size: 15px;
  position: relative;
  bottom: -1px;
  background-color: #ceffda;
  padding: 3px 6px;
  border-radius: 4px;
  color: #222f23;
}


.valc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-body {
  padding: 10px 12px 24px;
  border-top: 1px dashed#898989;
  text-align: center;
}

hr {
  border-bottom: 2px solid #000000;
  width: 100%;
}

.fpfdiv .shadcan {
  box-shadow: 0px 0px 20px #0000001a;
  padding: 40px !important;
  background-color: #ffffff;
}

.fpserv {
  padding: 30px 0;
  background: rgb(208 250 255);
  background: linear-gradient(161deg,
      rgb(255 242 242) 0%,
      rgb(255 252 243) 100%);
}

.btn-dss {
  border-radius: 60px;
  padding-left: 22px;
  padding-right: 22px;
  background: rgb(46, 152, 241);
  background: linear-gradient(90deg,
      rgba(46, 152, 241, 1) 0%,
      rgba(7, 65, 114, 1) 100%);
  color: #fff;
  transition: 300ms all ease;
}

.btn-dss:hover {
  color: #fff;
  background: rgb(46, 152, 241);
  background: linear-gradient(90deg, rgb(0 101 185) 0%, rgb(0 37 67) 100%);
  transition: 300ms all ease;
}

.card {
  border: unset;
  border-radius: 9px !important;
  overflow: hidden;
}

.thirfpdiv {
  background-color: #d1e7e5;
  padding: 80px 0;
}

.thirfpdiv .shadcan {
  padding: 40px !important;
  background-color: #ffffff;
  box-shadow: 5px 0 10px #00000052;
}

.social-links {
  text-align: right;
}

.social-links a {
  margin: 0 0 0 10px;
}

.footwpr {
  background-color: #12121b;
  color: #ffffff;
  overflow: hidden;
}

.footwpr .suem {
  text-align: center;
  font-size: 18px;
  background-color: #12121b;
  padding: 32px;
}

.footwpr .suem span {
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
  color: #787878;
}

.footwpr .colheading {
  display: block;
  border-bottom: 2px solid;
  padding-bottom: 2px;
  margin-bottom: 16px;
  font-size: 16px;
}

.footwpr .conts {
  font-size: 16px;
  margin-bottom: 8px;
}

.footwpr .cpright {
  background-color: #1c213a;
  padding: 12px;
  color: #fffbfb;
}

.footwpr .footer-lnks li {
  list-style: none;
}

.footwpr .footer-lnks li a {
  color: inherit;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  transition: 200ms;
  left: 0;
  display: block;
}

.footwpr .footer-lnks li a span {
  color: #8c8686;
  font-size: 13px;
  position: relative;
  bottom: 1px;
}

.footwpr .footer-lnks li a:hover {
  color: #c4d8fc;
  left: 5px;
}

.top-bar .emandph a {
  color: inherit;
  text-decoration: none;
}

.mob-links-on {
  display: none !important;
}

.pg-bnr {
  background-image: url("images/free-pexels-banner.jpg");
}

.pg-bnr-contact {
  background-image: url("images/contact-us.jpg");
}

.pg-bnr-404 {
  background-image: url("images/404.png");
}

.page-banner {
  height: 200px;
  text-align: center;
  font-size: 40px;
  background-position: center;
  font-weight: bold;
  color: #ffffff;
  background-size: cover;
}

.pg-bnr-ovrly {
  background-color: #000000ba;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #f7f7f7;
  text-shadow: 0 0 20px #fcfcfcbf;
  line-height: 40px;
}

.text-justify {
  text-align: justify;
}

.error404-wrp {
  text-align: center;
  margin: 60px 0;
}

.error-404 {
  font-size: 80px;
  display: block;
  font-weight: bold;
  color: #c5c5c5;
}

.pgntfnd {
  font-size: 16px;
  display: inline-block;
  color: #c5c5c5;
  background-color: #3d425b;
  margin: 24px auto 16px;
  border-radius: 50px;
  font-weight: bold;
  margin-top: 30px;
  padding: 0 20px;
}

.fpserv .card {
  bottom: 0;
  transition: all 500ms;
  box-shadow: 0 0 20px #0000003b;
}

.fpserv .card:hover {
  background-color: #fffbf0;
}

.section-ttl {
  color: #363636;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.dvdr {
  height: 40px;
  max-width: 3px;
  background-color: black;
  margin: 12px auto 30px auto;
}

.fpfdiv .dvdr {
  background-color: black;
}

.dt-off {
  display: none;
}

.section-ttl.cus-pg .dvdr {
  background-color: black;
}

.fpfdiv h4 {
  font-size: 18px;
  padding-top: 6px;
  color: #0f96d3;
}

.section-ttl.cus-pg h4 {
  font-size: 18px;
  padding-top: 6px;
}

.nav-fix {
  position: fixed !important;
  top: 0;
  z-index: 99999 !important;
  box-shadow: 0 0 16px #00000056;
  background-color: #fcfcfca6;
  width: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.animated_nav {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9999999999;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

img.toTop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 5;
  width: 42px;
  background-color: #e3e3e3;
  border-radius: 28px;
  cursor: pointer;
  padding: 8px;
  background: linear-gradient(1deg, #7bd9fb 0%, #96f0ff 33%, #7ec5ff 100%);
}

@media only screen and (max-width: 1120px) {

  .welcome-matter {
    margin: 120px 0;
  }

  .welcome-matter .welcometo {
    font-size: 90px;
    font-weight: 900;
  }

  .welcome-matter .varuninvents {
    font-size: 92px;
    margin-top: 80px;
    font-weight: 900;
  }

}

@media only screen and (max-width: 960px) {

  .mob-links-on {
    display: block !important;
  }

  .btn-highlight a {
    color: #000 !important;
  }


  .welcome-matter {
    margin: 100px 0;
  }

  .welcome-matter .welcometo {
    font-size: 72px;
    font-weight: 900;
  }

  .welcome-matter .varuninvents {
    font-size: 72px;
    margin-top: 60px;
    font-weight: 900;
  }

}

@media only screen and (max-width: 768px) {


  .welcome-matter {
    margin: 80px 0;
  }

  .welcome-matter .welcometo {
    font-size: 60px;
    font-weight: 900;
  }

  .welcome-matter .varuninvents {
    font-size: 48px;
    margin-top: 32px;
    font-weight: 900;
  }


  .page-banner {
    font-size: 32px;
  }

  .social-links {
    text-align: center;
    padding: 4px 0;
  }

  .fpserv .card {
    margin-bottom: 30px;
  }

  .footwpr .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footwpr .suem {
    font-size: 20px;
  }

  .footwpr .suem img {
    width: 24px;
  }

  .footwpr .suem span {
    font-size: 14px;
  }

  .footwpr .footer-lnks ul {
    padding: 0;
  }

  .footwpr .cpright {
    margin-top: 0;
  }

  .sidelefthome,
  .sideleftabout {
    height: 320px;
  }

  .addresses .contact-cont .cols .img-contnr {
    min-width: 100px;
  }

  .section-ttl {
    font-size: 30px;
  }

  .dt-off {
    display: inline-block;
  }

  .fpfdiv .shadcan {
    padding: 12px !important;
  }


}