* {
  color: rgb(121, 121, 121);
  /* border: 1px solid red; */
}
p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 25;
  letter-spacing: 0.5px;
}
.active,
.socialMediaIcons a i:hover,
footer ul li a:hover {
  color: #0d6efd !important;
}
.heroBG {
  background-image: linear-gradient(90deg, #fff 30%, transparent 100%),
    url(../assets/BG/21.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.contactBG {
  background-image: linear-gradient(90deg, #fff 30%, transparent 100%),
    url(../assets/BG/contact1.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pricingBG {
  background-image: linear-gradient(90deg, #eaf9ff 30%, transparent 100%),
    url(../assets/BG/pricing1.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.aboutBG {
  background-image: linear-gradient(90deg, #fff 10%, transparent 100%),
    url(../assets/BG/about_BG.png);
  background-size: contain;
  background-position: right 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.itemBG1 {
  background: url(../assets/Features/itemBG1.png) center center no-repeat;
  background-size: contain;
}
.itemBG2 {
  background: url(../assets/Features/itemBG2.png) center center no-repeat;
  background-size: contain;
}
.itemBG3 {
  background: url(../assets/Features/itemBG3.png) center center no-repeat;
  background-size: contain;
}
.bg-info-light {
  background-color: #eaf9ff;
}
#Ourfeatures div[class*="col"] {
  cursor: pointer;
}
.cardOverFlow {
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #fff;
  z-index: -1;
  left: 0;
  bottom: -100%;
  overflow: hidden;
  transition: bottom 0.2s ease-in;
  border-radius: 8px;
}
#Ourfeatures div[class*="col"] div:only-child {
  background-color: transparent !important;
  border: 1px solid rgba(156, 227, 255, 0.788);
  transition: all 0.1s ease-in;
}
#Ourfeatures div[class*="col"] div:only-child:hover {
  box-shadow: 4px 4px 15px rgba(156, 227, 255, 0.788);
  /* transform: scale(1.05); */
  /* background-color: #fff!important; */
  /* border:  1px solid rgba(156, 227, 255, 0.788);  */
  transition: all 0.1s ease-in;
}
#Ourfeatures div[class*="col"] div:only-child:hover .cardOverFlow {
  height: 100%;
  bottom: 0;
  z-index: 1;
  padding: 10%;
}
/* header{
    background-image: linear-gradient(
90deg, #fff 30%, transparent 100%);
} */
.aboutUsText {
  height: 300px;
  overflow: hidden;
}

.text-decoration-underline {
  text-decoration: underline !important;
  text-decoration-style: wavy !important;
}

.textBig {
  font-size: 35px;
}
.logo-sm {
  display: none;
}
.videoSection {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  max-height: 560px;
}
.videoSection video {
  width: 100%;
  display: block;
  position: relative;
}
.videoSection .mask {
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.icon-play {
  width: 100%;
  max-width: 120px;
  cursor: pointer;
  display: block;
  margin: 0px auto 10px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.icon-play:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
/* .wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
} */
@media only screen and (max-width: 768px) {
  .heroBG {
    background-position: right top;
  }
  .bg-md-down {
    background-color: rgba(255, 255, 255, 0.829);
  }
  .logo-lg {
    display: none;
  }
  .logo-sm {
    display: initial;
  }
  .navbar {
    background-color: #fff;
  }
  .textBig {
    font-size: 20px;
  }
  .pricingHeading h4 {
    font-size: 15px;
  }
  .heroBG {
    background-image: linear-gradient(90deg, #fff 30%, transparent 100%),
      url(../assets/BG/HeroBG-sm.png);
    background-size: contain;
    background-position: right 20px;
    background-repeat: no-repeat;
  }
  .pricingBG {
    background-image: linear-gradient(90deg, #eaf9ff 10%, transparent 100%),
      url(../assets/BG/pricingBG-sm.png);
    background-size: contain;
    background-position: right 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .contactBG {
    background-image: linear-gradient(90deg, #fff 30%, transparent 100%),
      url(../assets/BG/contactBG-sm.png);
    background-size: contain;
    background-position: right 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .nav-link {
    font-size: 10px !important;
    padding: 0.5rem 0.35rem !important;
    font-weight: normal !important;
  }
  .tab-content {
    margin-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.23rem;
    padding-left: 1.23rem;
  }
}
