/* EVALUESERVE --> main css file */
/********************************************************
0. GENERALS
1. NAVBAR
2. HEIGHT, WIDTH, MARGIN, PADDING
3. TEXT CUSTOMIZATIONS
4. CUSTOM CONTAINER / COLS
5. OVERLAYS
6. BUTTONS
7. OTHER CUSTOMIZATIONS
8. CUSTOM COLORS
9. MOBILE QUERIES
**/

/* 0. GENERALS */
body {
  font-family: FSAlbert;
}
a:hover {
  text-decoration: none;
}
.h2 {
  font-size: 30px;
}

/* 1. NAVBAR */
.navbar--evl {
  min-height: 80px;
  background-color: white;
  border: 0;
}

.navbar-brand {
    height: auto;
    width: 100%;
}

.navbar-brand img {
  height: auto;
  width: 270px;
}

/* 2. HEIGHT, WIDTH, MARGIN, PADDING */
/* heights */
.h-500 {
  height: 500px;
}
.min-h-500 {
  min-height: 500px;
}

.h-250 {
  height: 250px;
}

/* paddings */
.pt-50 {
  padding-top: 50px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-50 {
  padding-bottom: 50px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}
.pyx-50 {
  padding: 50px;
}
/* margins */
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}


/* 3. TEXT CUSTOMIZATIONS */
/* colors */
.bold-600 {
  font-weight: 600;
}
.white-text {
  color: white;
}
.purple-text {
  color: #47254B;
}
.purple-text-2 {
  color: #9d2c7d;
}
.centered-text {
  text-align: center;
}
.right-text {
  text-align: right;
}
/* sizes */
.font-h1 {
  font-size: 42px;
}
.font-p {
  font-size: 18px;
}
.font-p--24 {
  font-size: 24px;
}
.font-weight--400 {
  font-weight: 400;
}
.question-icon--custom {
  font-size: 80px;
  padding: 10px;
}
.font-weight--600 {
  font-weight: 600;
}
.accordion-a {
  font-size: 18px;
  padding-right: 5px;
  padding-left: 5px;
  color: #706f6f;
  text-decoration: none;
  line-height: 3em;
}
.accordion-a__in-li {
  color: #e61349;
  text-decoration: none;
}
.accordion-a__in-li:hover {
  color: #e61349;
  text-decoration: underline;
}
.accordion-a:hover, .accordion-a:active, .accordion-a:focus {
  color: #e61349;
  text-decoration: none;
}
.footer-a, .footer-p {
  font-size: 13px;
  padding-right: 5px;
  padding-left: 5px;
  color: #706f6f;
}

.footer-a:hover {
  text-decoration: none;
  color: #e61349;
}

/* line heights */
.lh-40 {
  line-height: 40px !important;
}

/* 4. CUSTOM CONTAINER */
.container--100 {
  position: relative;
  display: block;
  width: 100%;
}
.centered-col {
  float: none;
  margin: 0 auto;
}

/* 5. OVERLAYS */
.overlay-evl {
  position: absolute;
  height: 100%;
  width: inherit;
  background-color: black;
  opacity: 0.7;
}

/* 6. BUTTONS */
.btn-red--evl {
  background: #EE2853;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 35px;
  line-height: 130%;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  border: 1px solid #EE2853;
}
.btn-red--evl:hover, .btn-red--evl:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.btn-blue--evl {
  background: #428bca;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 35px;
  line-height: 130%;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  border: 1px solid #428bca;
}
.btn-blue--evl:hover, .btn-blue--evl:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.btn-red-outline--evl {
    background: transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 35px;
    line-height: 130%;
    color: #EE2853;
    border-radius: 20px;
    text-transform: uppercase;
    border: 1px solid #EE2853;
    width: 100%;
    text-align: center;
}
.btn-red-outline--evl:hover, .btn-red-outline--evl:focus {
  text-decoration: none;
  color: #EE2853;
  outline: none;
}
.btn-purple-outline--contact-us {
    background: transparent;
    display: inline;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 35px;
    line-height: 130%;
    color: #47254B;
    border-radius: 20px;
    text-transform: uppercase;
    border: 1px solid #47254B;
    width: 100%;
    text-align: center;
}
.btn-purple-outline--contact-us:hover, .btn-purple-outline--contact-us:focus {
  text-decoration: none;
  color: #47254B;
  outline: none;
}

/* 7. OTHER CUSTOMIZATIONS */
.hero-heading--evl-1 {
  padding-bottom: 10px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.hero-heading--evl-1 h1 {
  display: inline-flex;
  line-height: 1.4em;
}
.hero-heading--evl-1 h1::before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 70px;
  padding-right: 15px;
}
.default-heading--evl h2 {
  display: inline-flex;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 30px;
  border-top: 1px solid #47254B;
  border-bottom: 1px solid #47254B;
}
.icon-bg--blue {
  background-color: #275f96;
  border-radius: 999px;
  margin: 20px auto;
  display: block;
  width: 100px;
}
.icon-bg--blue img {
  margin: 0 auto;
  height: 100px;
  width: auto;
  vertical-align:  middle;
  padding: 5px;
}
.icon-bg--purple {
  background-color: #47254B;
  border-radius: 999px;
  margin: 20px auto;
  display: block;
  width: 100px;
}

.purple-bt-bb {
  border-top: 1px solid #47254B;
  border-bottom: 1px solid #47254B;
}

/* CUSTOM COLORS */
.light-blue-bg--evl {
  background-color: #b2d9fa;
}
.light-puple-bg--evl {
  background-color: #afa2bf;
}
.white-border {
  border-color: white !important;
}

/* 9. MOBILE QUERIES */
@media only screen and (max-width: 465px) {
  .hero-heading--evl-1 h1::before {
    display: none;
  }
  .hero-heading--evl-1 h1 {
    display: block;
    font-size: 34px;
  }
  .navbar-brand img {
    height: auto;
    width: 200px;
  }
  .footer-nav--elv, .mobile-footer--p {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .footer-nav--elv, .mobile-footer--p {
    text-align: center !important;
  }
}
