/* ROOT */

:root {
  --mainfont: 'Dosis';
  --secondaryfont: 'Ubuntu';
  --third-font: Montserrat;
  --primary-color: #2B2B2B;
  --font-white: #fff;
  --secondary-color: #797979;
  --third-color: #C4C4C4;
  --f1f1f1-background: #F1F1F1;
  --background-trans: rgba(0,0,0,0.8);
  --toggle-border-color: rgba(255,255,255,0.6);
  --contact-form-color: #505e6c;
  --box-shadow-color: rgba(0,0,0,0.05);
  --border-contact: B2B2B2;
  --footer-font-color: #f0f9ff;
  --nav-sticky-box-shadow: rgba(0,0,0,0.3);
  --header-backg-color: #000000b3;
  --header-backg-shadow: rgba(0,0,0,0.33);
}

/* Theme */

.secondaryfont {
  font-family: var(--secondaryfont);
}

.primaryfont {
  font-family: var(--mainfont);
}

.custom-btn {
  border: none;
  letter-spacing: 3px;
  background: var(--primary-color);
  font-weight: 800;
  color: var(--third-color);
  font-size: 11PX;
}

.fontbody {
  font-family: var(--mainfont);
}

.indexbackground {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Custom-Icon-Service {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0px ,-50%);
}

.Custom-Logo-Service {
  position: relative;
  background-color: var(--third-color);
  border-radius: 50%;
  width: 82px;
  height: 82px;
}

.font-dark {
  color: var(--primary-color);
}

.font-gray-dark {
  color: var(--secondary-color);
}

.Custom-Card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0px 10px 0px;
}

.quotation-testimonial {
  font-family: var(--third-font);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  margin-bottom: 10px;
  text-align: left;
}

.Read-More {
  letter-spacing: 5px;
}

.Parag-Style {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}

.values-style {
  font-size: 23px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-align: center;
}

.background-f1f1f1 {
  background-color: var(--f1f1f1-background);
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 767px) {
  .height-66 {
    height: 60px !important;
  }
}

.unsetborder {
  border: unset !important;
}

@media (max-width: 767px) {
  .width-100-on-sm {
    width: 100%;
  }
}

.background-trans {
  background-color: var(--background-trans);
}

.TranslateItem {
  animation: translateLeft 5s;
}

.all-capital {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .width-100-on-lg {
    width: 100%;
  }
}

.partners-size {
  height: 75%;
}

/* Footer */

.footer-dark li.socialmedia a {
  opacity: 1 !important;
}

/* Terms */

.terms-policy h1, .terms-policy h2 {
  font-size: 16px;
}

