.card {
  border-radius:0;
}
.card:hover {
  border-color: #5FB0FF;
}

.primary-font {
  font-family: 'Crimson Pro', serif;
}

.second-font {
  font-family: 'Work Sans', sans-serif;
}

.no-color-button {
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  padding: 8px;
  font-size: 16px;
}
.no-color-button:hover {
  text-decoration: none;
  color:#fff;
}

a, a:hover {
  text-decoration: none;
}
.text-light-blue {
  color: #5FB0FF;
}

.text-dark-blue {
  color: #172A71;
}
.text-light-gray {
  color: #cccccc;
}
.light-blue-bg {
  background-color: #5FB0FF !important;
}
.dark-blue-bg {
  background-color: #172A71 !important;
}
.gray-bg {
  background-color: #F3F2F2 !important;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #172a71;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #172a71;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #c2c6cc;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


h1 {
  font-size: 40px;
}

h2 {
  font-size: 60px;
}
.h-second {
  font-size: 20px;
}
.font-16px {
  font-size: 16px;
}
section {
    padding: 90px 0 0 0;
    background-color: #fff;
}
.header_big {
  font-size: 80px;
  line-height: 1;
}
.h-second-big {
  font-size: 30px;
}

.subpage-header {
  height: 265px;
  margin-top: 58px;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.02) 57%, #142365 57%), #142365;
  color: #fff;
  -webkit-background-size: cover, cover;
  -moz-background-size: cover, cover;
  -o-background-size: cover, cover;
  background-size: cover, cover;
}

.title-desc {
  font-style: italic;
  border-left: 1px solid #5c678f;
}
.border_left_blue {
  border-left: 1px solid #5FB0FF;
}

.logo img {
  height: 40px;
}
.right_top_triangle {
  width:100%;
  height:100%;
  background: -webkit-linear-gradient(-135deg, rgba(255, 255, 255, 0.02) 42%, transparent 42%);
  background-size: cover;
}

.right_bottom_triangle {
  position: absolute;
  left: 0;
  top:0;
  width:100%;
  height:100%;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.5) 42%, transparent 42%);
  background-size: cover;
}

.left_bottom_triangle {
  position: absolute;
  left: 0;
  top:0;
  z-index: 0;
  width: 100%;
  height: 144%;
  background: -webkit-linear-gradient(135deg, transparent 51%, #F3F2F2 51%);
  background-size: cover;
}
.right_top_triangle_gray {
  position: absolute;
  left: 0;
  top:0;
  z-index: 0;
  width: 100%;
  height: 151%;
  background: -webkit-linear-gradient(45deg, transparent 52%, #F3F2F2 52%);
  background-size: cover;
}

.pic_triangle {
  position: absolute;
  right: 0;
  top:-420px;
  z-index: 0;
  width: 640px;
  height: 1283px;
  background: url('../img/program2.png');
  background-size: cover;
}

.scale {
  transform: scale(1.06);
}
.z-index-2 {
  z-index: 2 !important;
}
.line-height-07 {
  line-height: 0.7;
}
.right_bottom_triangle_gray {
  width:100%;
  height:100%;
  background: -webkit-linear-gradient(135deg, #F3F2F2 21%, transparent 21%);
  background-size: cover;
}

/* FOOTER */
.fixed_footer {
  font-size: 20px;
  font-weight: 600;
  min-height:600px;
  z-index: -2 !important;
  background:
    -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.7) 50%,  rgba(255, 255, 255, 1) 50%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bottom_video {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background-color: #fff !important;
  object-fit: cover;
  z-index: -2 !important;
}

.footer-col{
  font-family: 'Work Sans', sans-serif;
  color: #58595B;
  font-size: 12px;
  padding-bottom: 8px;
}

.footer-links {
  font-size: 15px;
  margin-bottom:30px;
}
.footer-bottom {
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.footer-bottom-item {
  /* height: 85px; */
  /* min-height: 85px; */
  background-color: #fff;
  padding-top: 26px;
  padding-bottom: 26px;
}
.footer-bottom a {
  color: #182a72;
}
section ul {
	position: relative;
	margin-left: 0;
	padding-left: 2.75em !important;
  text-align: justify;
  font-size: 16px;
}
section ul li {
  margin-bottom: 15px;
}

section ul li:before {
  font-family: 'Material Design Icons';
  content: '\F12C';
  color: #2FA0E2;
	position: absolute;
  font-size: 20px;
	left: 0;
}

/* FONT SIZES */


@media screen and (max-width: 768px) {

  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .h-second {
    font-size: 18px;
  }
  section {
      padding: 50px 0 0 0;
  }
  .header_big {
    font-size: 35px;
  }
  .h-second-big {
    font-size: 20px;
  }
  .bottom180px {
    display: none !important;
  }
  .subpage-header {
    margin-top: 98px;
  }

}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 30px;
    text-align: center;
  }
}
