/* ROOT */

:root {
  --background-fade: rgba(17, 48, 101, 0.8);
  --background-fade-1: rgba(170,214,236,0.42);
  --mainfont: 'Roboto';
  --secondaryfont: 'Ubuntu';
  --third-font: 'Montserrat';
  --fourth-font: 'Dosis';
  --primary-color: #113065;
  --secondary-color: #0F1056;
  --third-color: #C4C4C4;
  --f1f1f1-background: #F1F1F1;
  --background-trans: #0b245cc2;
  --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: rgba(4,13,28,0.7);
  --header-backg-shadow: rgba(4,13,28,0.7);
  --white-blue: #AAD6EC;
  --white-color: #ffffff;
  --submit-color: #3e609a;
}

/* Theme */

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

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

.secondary-btn {
  border: none;
  letter-spacing: 3px;
  background: var(--white-blue) !important;
  font-weight: 800;
  color: var(--primary-color);
  font-size: 10PX;
  text-shadow: none !important;
}

.custom-btn {
  border: none;
  background: var(--primary-color) !important;
  font-weight: 800;
  color: var(--white-color);
  font-size: 11PX;
  letter-spacing: 0em;
}

.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(--primary-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: 15px;
  font-weight: 400;
  line-height: 22px;
}

.Parag-Style {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.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;
}

.parent-div2 {
  position: relative;
  height: 550px;
}

@media (max-width: 576px) {
  .parent-div {
    height: auto !important;
  }
}

.trades-div .Parag-Style {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}

.trades-div {
  position: relative;
  height: 500px;
}

.parent-div {
  position: relative;
  height: 730px;
}

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

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

.white-blue {
  color: var(--white-blue);
}

.white-color {
  color: var(--white-color);
}

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

@media (min-width: 768px) {
  .text-underline {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  .float-left {
    float: left;
  }
}

.TranslateItem {
  animation: translateLeft 5s;
}

@media (max-width: 991px) {
  .hide-on-md {
    display: none !important;
  }
}

.section-title h3 {
  font-weight: 500;
}

.section-title p {
  max-width: 1270px;
  text-align: start;
}

@media (max-width: 768px) {
  .custom-btn.button-on-sm {
    width: 100% !important;
  }
}

.icon-centered {
}

/* added */

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

.hide {
  display: none;
}

@media (min-width: 992px) {
  .custm-max-width {
    max-width: 200px;
  }
}

body {
  overflow-x: hidden;
}

h2, h3 {
  text-shadow: unset;
}

