/* asap-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Asap_Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../../font/asap-condensed-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open_Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../font/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: Open_Sans;
    font-weight: 400;
    font-size: 21px;
}
h1 {
    font-family: Asap_Condensed;
    font-weight: 700;
    font-size: 64px;
}
h2 {
    font-family: Asap_Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
}
h3 {
    font-family: Asap_Condensed;
    font-weight: 600;
    font-size: 32px;
}
h5 {
    font-family: Asap_Condensed;
    font-weight: 600;
    font-size: 32px;
}
#header_logo {
    height: 71px;
    width: auto;
}
.nav {
    padding-top: 1.5rem;
}
.navbar-toggler {
    border: 1px solid #fff;
}
.nav-link {
    color: black;
    font-weight: 700;
    font-size: 16px;
}
.secteaser {
    font-family: Asap_Condensed;
    font-weight: 600;
    font-size: 32px;
}

#sec1 h1 {
    color:#fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
#sec2 {
    padding-top: 100px;
}
#sec2-btn {
    font-family: Asap_Condensed;
    font-weight: 600;
    font-size: 21px;
    background-color: #EA5097;
    border: 1px solid #EA5097;
    color: #fff;
    border-radius: 50px;
    padding: 10px 60px;
}
#sec3 {
    padding-top: 115px;
}
.owl-carousel .owl-item {
    background-color: #ffffff;
    text-align: center;
		border: 1px solid #ccc;
		border-radius: 0.375rem;
		padding: 10px;
	  display: flex;
	  justify-content: center;
}
.owl-carousel .owl-item img {
    text-align: center;
    width: 100px;
    height: auto;
}
#sec4 {
    padding-top: 115px;
}
#sec5 {
    padding-top: 115px;
}
#sec5 a {
    font-family: Asap_Condensed;
    font-weight: 900;
    color: #000;
    text-decoration: none;
}
#downloads a {
  font-family: Asap_Condensed;
  font-weight: 900;
  color: #000;
  text-decoration: none;
}
#sec6 {
    margin-top: 115px;
    background-color: #1B5B2B;
    border-radius: 6px;
    color: #fff;
    padding: 30px;
    position: relative;
}

#sec6_con {
    position: relative;
}
#sec6-btn {
    font-family: Asap_Condensed;
    font-weight: 600;
    font-size: 21px;
    background: #00BBEE;
    border: 1px solid #00BBEE;
    color: #fff;
    border-radius: 50px;
    padding: 10px 60px;
}
#sec7 {
    margin-top: 115px;
    padding: 80px 0 80px 0;
    background: #F5F5F5;
		text-align: center;
}
#sec8 {
    background: #2D2D2D;
    color:#fff;
}
#sec8 a {
    color:#fff;
    text-decoration: none;
}
.card {
    text-align: center;
}
.card-body {
    padding: 30px
}
.card-body img {
   width: 60px;
}
.card-body h5 {
   padding-top: 30px;
   padding-bottom: 30px;
}

#card1 { border: 1px solid #7FBA23; }
#card1 h5 { color: #7FBA23; }

#card2 { border: 1px solid #00BBEE; }
#card2 h5 { color: #00BBEE; }

#card3 { border: 1px solid #725fa6; }
#card3 h5 { color: #725fa6; }

#card4 { border: 1px solid #E94E04; }
#card4 h5 { color: #E94E04; }

#card5 { border: 1px solid #EA5097; }
#card5 h5 { color: #EA5097; }

#card6 { border: 1px solid #1b5b2b; }
#card6 h5 { color: #1b5b2b; }

.accordion-button {
  font-family: Asap_Condensed;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 3%;
}
.footerfix {

}
.footer {
	font-family: Open_Sans;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

#btn-back-to-top {
	z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 25px;
	padding: 0 5px 4px 5px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
	-webkit-box-shadow: 0px 0px 25px 10px rgba(126,126,126,0.5); 
	box-shadow: 0px 0px 25px 10px rgba(126,126,126,0.5);
}

.newsdate {
	display: inline-block;
		background-color: #E94E03;
		clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    color: #fff;
    margin-top: 30px;
    padding: 6px 60px 6px 20px;
}

#carousel-2 {
	display: none;
}
#carousel-3 {
	display: none;
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 30px;
				text-align: left;
    }
    h3 {
        font-size: 24px;
    }
    h5 {
        font-size: 24px;
    }
		#sec1 h1 {
		    padding-top: 25px;
		    padding-bottom: 25px;
		}
		#sec2 {
		    padding-top: 40px;
		}
		.secteaser {
			font-size: 24px;
		}
		#sec3 {
		    padding-top: 40px;
		}
		#sec4 {
		    padding-top: 45px;
		}
		#sec5 {
		    padding-top: 40px;
		}
		#sec5 a {
			font-size: 24px;
		}
		#sec7 {
		    margin-top: 40px;
				padding: 40px 0 40px 0;
				text-align: left;
		}
		.card-body {
			padding: 20px;
		}
    .card-body h5 {
        padding-top: 0;
        text-align: left;
				padding-bottom: 15px;
    }
    .card-body p {
        text-align: left;
    }
    .card-body svg {
        float: right;
    }
		.owl-carousel .owl-item {
				padding: 5px;
		}
		.owl-carousel .owl-item img {
		    width: 100%;
		}
		#btn-back-to-top {
		  bottom: 20px;
		  right: 20px;
		}
		#carousel-2 {
			display: block;
		}
		#carousel-3 {
			display: block;
		}
 }
