@font-face {
  font-family: 'Helvetica Neue', sans-serif;
  src: url(../fonts/Helvetica-Neue-Medium-Extended.otf);
}

body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', sans-serif;
}

.container{
  max-width: 1140px;
  margin: 0 auto;
}
/* Loader Styles start here */
#preloader-background, #circle-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit- flex;
    display: -ms- flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
        
#preloader-background {
    background: white;
    height: 100vh;
    z-index: 100;
}

#circle-loader {
    width: 80px;
    height: 80px;
    border-style: solid;
    border-width: 10px;
    border-top-color: #0080ff;
    border-right-color: #0080ff;
    border-bottom-color: #d5eaff;
    border-left-color: #d5eaff;
    border-radius: 50%;
    -webkit-animation: spinLoader 2s linear infinite;
    animation: spinLoader 2s linear infinite;
}

@-webkit-keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.animatePageIn {
    position: relative;
    -webkit-animation-name: animatePageIn;
    -webkit-animation-duration: 3s;
    animation-name: animatePageIn;
    animation-duration: 3s;
}
@-webkit-keyframes animatePageIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes animatePageIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#pageContent {
    display: none;
}
#pageContent{
    display: none;
}
#pageContent2{
    display: none;
}



.section{
  width: 100%;
}

span.field-icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
}

.modal-dialog{
  padding: 25px;
  box-sizing: border-box;
}
.modal-content{
    width: 800px;
    margin: auto;
}
.item{
  text-align: center;
  padding: 15px;
}
.item a{
  text-decoration: none;
  font-size: 18px;
  color: #587E84;
  font-weight: 600;
}
.item span{
  font-size: 18px;
  color: #588E14;;
}
.text{
  text-align: center;
  padding-top: 30px;
}
.text h2{
  font-size: 20px;
  color: #000;
}
.content{
  text-align: center;
  padding-top: 40px;
}
.content h3{
  font-size: 35px;
  color: #000;
}
.content h4{
  font-size: 30px;
  color: #000;
  padding: 40px 0px;
}
.text p{
  font-size: 18px;
  color: #000;
}

.logo{
  text-align: center;
  margin-top: 30px;
}
.text-item{
  text-align: left;
  padding-bottom: 30px;
}
.text-item p{
   font-size: 18px;
  color: #1B698B;
  font-weight: 400;
  margin: 0;
}
.saparate-item{
  padding: 0px;
}
.decorated{
     overflow: hidden;
     text-align: center;
     margin: 0;
     padding-bottom: 15px;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid #cbc6c6;
    width: 100vw;
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}
.logo img{
  width: 120px;
  height: 120px;
}
.logo-resize img{
  width: 300px;
  height: 300px;
}
.form {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto ;
  padding: 30px;
  text-align: center;
}
.form input {
  outline: 0;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.form .btn-contact {
  outline: 0;
  background: #0070BA;
  width: 100%;
  border: 0;
  padding: 13px 20px;
  color: #FFFFFF;
  font-size: 15px;
    font-weight: 600;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 30px;
}
.register{
  padding: 10px 0px;
}
.register a {
  outline: 0;
  width: 100%;
  border: 0;
  padding: 13px 190px;
  color: #0070BA;
  font-size: 15px;
    font-weight: 600;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #0070BA;
  text-decoration: none;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .language{
  text-align: center;
  padding: 30px 0px 0px 0px;
}
.form .language ul{
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.form .language ul li{
  display: inline-block;
  border-right: 2px solid #ddd;
}
.form .language ul li a{
  text-decoration: none;
  font-size: 14px;
  color: #333;
  padding: 8px;
  
}
.form .language ul li:last-child{
  border-right: none;
}
.footer{
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .menu{
  text-align: center;
  padding: 10px;
  background: #F0F3F4;
  
}
.footer ul{
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer ul li{
  display: inline-block;
}
.footer ul li a{
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  padding: 8px;
  
}
@media only screen and (max-width: 999px){
.footer .menu{
  width: 100%;
}
.logo img {
    width: 15%;
}
}
@media only screen and (max-width: 767px){
.section{
    padding-top: 0;
}
.modal-content{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}  
.thank-content{
    padding: 0;
}
.modal-dialog{
    padding: 0;
}
.text p{
    font-size: 15px;
}
.text-item{
    padding: 0;
    padding-bottom: 15px;
}
.text-item p{
    margin: 0;
    padding: 0;
}
.saparate-item{
    padding: 0;
}
.decorated{
    margin: 0;
    color: #8b8b8b;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 10px;
}
.decorated > span:before, .decorated > span:after{
    border-bottom: 2px solid #dfdfdf;
}
.footer .menu{
  width: 100%;
  position: absolute;
  bottom: 0;
}
.item{
    padding: 12px;
}
.logo{
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}
.logo img{
  width: 120px;
  height: 120px;
}
.logo-resize img{
  width: 200px;
  height: 200px;
}
.content h4{
    padding: 20px 0px;
}
.form{
    padding: 0;
    max-width: 100%;
}
.form input:focus{
    border: 1px solid #0070BA;
}
.form .language ul{
    margin: 0;
    padding: 0;
}
.register a{
    display: block;
    padding: 13px;
    box-sizing: border-box;
}

.footer ul{
    margin: 0;
    padding: 0;
    
}
.footer .menu{
    box-sizing: border-box;
}


}