body{
	padding-top: 0px;
	font-family: Open Sans,sans-serif;
}
.section{
	padding: 80px 0px;
}
.section-intro{
	padding: 180px 0px !important;
}
.section h2{
	margin-top: 0px;
}
#navbar-adbreak .dropdown-toggle{
	margin-left: 15px;
}
#navbar-adbreak .dropdown-toggle:after{
	color: #FFFFFF;
}
#navbar-adbreak .dropdown-item{
	padding: 10px;
}
#navbar-adbreak .nav-item.active{
	background-color: #28abe2;
	border-radius: 4px;
}
.sticky-top{
	top: 100px !important;
	z-index: 2;
}
.adbreak-navbar-background{
	background-color: #434A54 !important;
}
.adbreak-background-orange{
	background-color: #f6941f !important;
}
.adbreak-color-orange{
	color: #f6941f !important;
}
.adbreak-background-pink{
	background-color: #d1145c !important;
}
.adbreak-color-pink{
	color: #d1145c !important;
}
.adbreak-background-violet{
	background-color: #92278f !important;
}
.adbreak-color-violet{
	color: #92278f !important;
}
.adbreak-background-blue{
	background-color: #28abe2 !important;
}
.adbreak-color-blue{
	color: #28abe2 !important;
}
.icon-shape{
	text-align: center;
	width: 44px;
	height: 44px;
	line-height: 44px;
}
.icon-shape.rounded-circle{
	border-radius: 22px;
}
.text-white{
	color: #FFFFFF;
}
.shadow-sm{
	box-shadow: 0px 0px 2px 2px rgba(207,207,207,0.75);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(207,207,207,0.75);
	-moz-box-shadow: 0px 0px 2px 2px rgba(207,207,207,0.75);
}
.shadow-lg{
	box-shadow: 0px 0px 38px 2px rgba(207,207,207,0.75);
	-webkit-box-shadow: 0px 0px 38px 2px rgba(207,207,207,0.75);
	-moz-box-shadow: 0px 0px 38px 2px rgba(207,207,207,0.75);
}
.w-100{
	width: 100%;
}
.h-100{
	height: 100%;
}


.section-intro .intro-titles .display-2{
  text-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}
.section-intro .intro-titles .display-3{
  text-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}

@media (max-width: 1200px){
	.section-intro .intro-titles{
		text-align: center !important;
	}
}

.section .btn{
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  text-transform: uppercase;
  font-weight: bold;
}

.section-shaped{
    background-color: #295183;
    width: 100%;
    position: relative;
    padding: 120px 0px;
}
.section-shaped .shapes{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section-shaped .shapes li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animateshapes 25s linear infinite;
    bottom: -150px;
}
.section-shaped .shapes li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.section-shaped .shapes li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.section-shaped .shapes li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.section-shaped .shapes li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.section-shaped .shapes li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.section-shaped .shapes li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.section-shaped .shapes li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.section-shaped .shapes li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.section-shaped .shapes li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.section-shaped .shapes li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animateshapes {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.footer_adbreak{
  margin-top: 0px !important;
}

.adbreak-features{
	position: absolute;
	top: -140px;
}
.adbreak-features li{
    display: block;
    list-style: none;
    margin: 20px 0px;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 6px;
}
.adbreak-features li:nth-child(1){
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: left top;
}
.adbreak-features li:nth-child(2){

}
.adbreak-features li:nth-child(3){
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: left top;
}
.adbreak-features li img{
	width: 100%;
	height: auto;
}


h3{
	margin-top: 0px;
}
.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}
.display-1 {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.display-2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.5;
}

.display-3 {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.5;
}

.display-4 {
  font-size: 1.6275rem;
  font-weight: 600;
  line-height: 1.5;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}


.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.border {
  border: 1px solid #DDD;
}
.rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.shadow {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(207,207,207,0.75);
}
.badge-lg {
  font-size: 15px;
  padding: 5px 8px;
  border-radius: 6px;
}

.stat-block{
  text-align: center;
  padding: 3.2rem 1rem;
  box-shadow: 0px 10px 30px 2px rgba(207,207,207,0.6);
}
.stat-block .stat-title{
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.stat-block .stat-counter,
.stat-block .stat-plus{
  font-size: 3rem;
  font-weight: bold;
  color: #4e54c8;
}
.stat-block .stat-icon{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.stat-block .stat-icon img{
  height: 100%;
  fill: #FF0000;
}
.stat-block .stat-icon i{
  font-size: 40px;
  color: #424242;
}