html,body{
	overflow-x: hidden;
}
header {
height: 140px;
}

.navbar {
  border-radius: 0;
  transition: all 0.3s ease-out;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* fixed to top styles */
.affix.navbar {
  background-color: #00aeef;
}

.extra{
	top: 34px;
}
.navbar-light{
	background-color: #00aeef;	
}

.animate {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  
}


.navbar-toggler{
	color: white!important;
	border-color:transparent!important;
}

.navbar-light .navbar-nav .nav-link{
	font-family: 'Oxygen', sans-serif!important;
	font-weight: bold!important;
	font-size: 18px!important;
	color: white;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color:#04559d;
}
.affix.navbar .nav-item>a:hover{
    color:#04559d;
}

li.nav-item{
	margin-left: 10px;
    margin-right: 10px;
}

.light-blue{
	color: #00aeef;
}

.dark-blue{
	color:#04559d;
}

.gray-blue{
	color:#cad5da;
}

.delius{
font-family: 'Montserrat', sans-serif;}

li a.active{
	color:#04559d!important;
	font-weight: 700;
}
.oxygen{
	font-family: 'Oxygen', sans-serif;
}

.title-dark{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	color:#04559d;
}
.text{
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
	padding: 30px;
	font-weight: 300;
}

.text-info{
	color: black!important;
}
.text-blue{
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
    color:#04559d; 
}

.text-profile{
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
}
.gray-section{
	height: 140px;
	width: 100%;
	background-color: #cad5da;
}

.gray-section.cotainer{
	height: 100%;
}

.section-title{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 110%;
	padding: 50px;
	color:#04559d; 
}

.img{
	/*max-width: 180px;
	height: auto !important;*/
	width: auto;
	height: 180px;
}
@media only screen and (max-width: 1080px) {
	.section-title{
		font-size: 3vw;
		padding: 50px;
	}
	
	.blue-footer li a {
  		padding: 6px!important;
	}
	.button{
		width: 250px!important;
		height: 50px!important;
		font-size: 25px!important;
	}
	
	.button-login{
		width: 100px!important;
	}
	
	.gray-section{
		height: 120px;
	}
	.logo1{
		max-width: 135%;
	}
	.logo2{
		max-width: 70%;
	}
}

@media only screen and (max-width: 768px) {
	.section-title{
		font-size: 5vw;
		padding:20px 15px;
	}
	.text{
		font-family: 'Oxygen', sans-serif;
		font-size: 16px;
		padding: 15px;
	}
	.text-blue{
		font-family: 'Oxygen', sans-serif;
		font-size: 16px;
		color:#04559d; 
	}
	.text-profile{
		font-family: 'Oxygen', sans-serif;
		font-size: 16px;
	}
	.button{
		width:200px!important;
		height:50px!important;
	    font-size:20px!important;
	}
	.button-login{
		width:100px!important;
	}
	.gray-section{
		height: 120px;
	}
	.change{
		justify-content: center!important;
	}
	
	.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
		 height:auto!important;
	}
}
@media only screen and (max-width: 414px) {
	header {
		height: 70px;
	}
	.img{
		/*max-width: 130px;
		height: auto !important;*/
		width: auto;
		height: 130px;
	}

}

.btn{
	color: #04559d;
    background: transparent;
    border: 2px solid #04559d;
}
.btn-login{
	color: #04559d!important;
    background: transparent;
    border: 2px solid #04559d;
}
.button{
	font-family: 'Montserrat', sans-serif;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: border-box;
	width: 280px;
	height: 70px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	font-size: 36px;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	flex-grow: 0;
	text-align: center;
}

.button-login{
	font-family: 'Oxygen', sans-serif;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: border-box;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	flex-grow: 0;
	text-align: center;
	width: 90px; 
	font-size: 15px; 
	height: auto; 
}

.btn:hover{
	color: white;
    background: #04559d;
    border: 2px solid #04559d;
}
.btn-login:hover{
	color: white!important;
    background: #04559d;
    border: 2px solid #04559d;
}

.main-content {
	 position: relative;
}
 .main-content .owl-theme .custom-nav {
	 position: absolute;
	 top: 20%;
	 left: 0;
	 right: 0;
}
 .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
	 position: absolute;
	 height: 100px;
	 color: inherit;
	 background: none;
	 border: none;
	 z-index: 100;
}
 .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
	 font-size: 2.5rem;
	 color: #00aeef;
}
 .main-content .owl-theme .custom-nav .owl-prev {
	 left: 0;
}
 .main-content .owl-theme .custom-nav .owl-next {
	 right: 0;
}
 
.owl-carousel .owl-item img {
    display: block;
    width: 180px!important;
}

.blue-line{
	background-color:#04559d;
	width: 100%;
	height: 30px;
}

.blue-line{
	background-color:#04559d;
	width: 100%;
	height: 30px;
}

.blue-footer{
	background-color:#00aeef;
	width: 100%;
	height: 110px;
}

.blue-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.blue-footer li {
  float: left;
	display: block;
}

.blue-footer li a {
  	display: block;
  	color: white;
  	text-align: center;
  	padding: 10px;
	font-size: 16px;
  	text-decoration: none;
}

.blue-footer li a:hover {
  	color: #04559d;
	font-size: 16px;
}

.footer-text{
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	color: white;
}
.change{
	justify-content: flex-end;
}

.form{
	max-width:500px; 
	width: 100%;
}

.form-control{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #cad5da;
    background-clip: padding-box;
    border-radius: 0.05;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
