#hero {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}

.evp-bg {
  background: linear-gradient(180deg, #008B9F 0%, #286BAD 100%), #3D64B9 !important;
}

.evp-bg-blue {
  background: #3D64B9;
}

.evp-bg-yellow {
  background: #FFC700;
}

.evp-bg-gray {
  background: #333333;
}

.evp-bg-green {
  background: #3AA967;
}

.evp-bg-extra {
  background: linear-gradient(180deg, #008B9F 0%, #286BAD 100%), #ffffff !important;
  background-repeat: no-repeat !important;
  background-size: 100% 80% !important;
}

.evp-text-title-first {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
}

.evp-text-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
}

.evp-text-light {
  font-family: Montserrat;
  font-size: 24px;
}

.evp-text-small {
  font-family: Montserrat;
  font-size: 18px;
  color: #D3E2EE !important;
}

.evp-txt-black p {
  color: #333333 !important
}

.m-center {
  margin: 0 auto;
}

.header-text {
  margin: 45px -15px 55px -15px !important;
}

section{
  overflow: hidden !important;
}

.triangle-white {  
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8vw solid transparent;
  border-right: 100vw solid #ffffff;
}

.triangle-white-top {  
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8vw solid transparent;
  border-left: 100vw solid #ffffff;
}

.btn-gray {
  color: #333333;
  font-size: 15px;
  background: #D8D8D8;
  border-radius: 6px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: center;
  font-weight: bold !important;
  width: 80%;
  text-transform: uppercase;
}

.evp-blue-box {
  background: #DDE8FF;
  border-radius: 20px;
  padding: 30px;
  padding-top: 20px;
}

.evp-white-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  padding-top: 20px;
}

.evp-gray-box {
  background: #333333;
  border-radius: 20px;
  padding: 30px;
  padding-top: 20px;
}

.evp-yellow-box {
  background: #FFC700;
  border-radius: 20px;
  padding: 30px;
  padding-top: 20px;
}

.btn-gray.active {
  background: #3D64B9;
  color: #ffffff;
}

.evp-template {
  width: 152px !important;
  height: 152px !important;
}

.img-text-center {
  height: 65px;
  margin: auto;
  padding-top: 10px;
  /*padding-left: 74px !important;*/
}

.text-blue {
  color: #3D64B9;
}

.text-gray {
  color: #333333 !important;
}

.text-yellow {
  color: #FFC700 !important;
}

.text-cd{
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.text-quotation-mark {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 700;
  line-height: 36px;
}

.hyphens {
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -o-hyphens: manual;
  hyphens: manual;
}

/* modal */

#contactModal .modal-content,
#contactModal .modal-header h5,
#contactModal .modal-header,
#contactModal .modal-header button span {
  font-family: Montserrat !important;
  background-color: #3D67BD;
  color: #ffffff;
  border-bottom: unset !important;
  text-align: center;
}

#contactModal .modal-header h5 {
  width: 94% !important;
  position: absolute;
}


#contactModal .modal-header h5 {
  font-size: 30px;
  font-weight: 600;
}

input {
  border-radius: 10px !important;
}

.modal-header,
.modal-content {
  border-radius: 20px !important;
}

.btn-yellow {
  border-radius: 30px !important;
}

/* Referencies */
#referencies img {
  max-width: 220px !important;
  width: 100% !important;
  opacity: 0.7;
  padding: 0px !important;
}

#referencies .row.middle img {
  max-width: 260px !important;
}

#referencies .row.last img {
  max-width: 260px !important;
}

/* media */

@media (max-width: 991px) {
  .evp-bg-extra {
    background-size: 100% 100% !important;
  }
}

@media (min-width: 992px) {
  #referencies .row.last .left-img {
    margin-right: -10rem;
  }
  #referencies .row.last .right-img {
    margin-left: -10rem;
  }
}

@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
}

@media (max-width: 576px) {
  #referencies img, #referencies .row.middle img, #referencies .row.last img {
    max-width: 190px !important;
  }
}

@media (max-width: 500px) {
  .evp-text-title-first {
    font-size: 36px;
  }
}

@media (max-width: 400px) {
  .evp-text-title,
  .evp-text-title-first {
    font-size: 23px;
  }

  .evp-text-light {
    font-size: 19px;
  }
}