@charset "utf-8";
/* CSS Document */

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

body {
	font-family: 'Lato', sans-serif;
}


a.azur { color:#0073E6;}
a.azur:hover { text-decoration:underline; color:#0073E6;}

a.white { color:#fff;}
a.white:hover { text-decoration:none; color:#0073E6;}

a.black { color:#000000;}
a.black:focus { text-decoration:none; color:#000000;}
a.black:hover { text-decoration:underline; color:#0073E6;}

.btn-primary {
  color: #fff;
  background-color: #0073E6;
  border-color: #0073E6;
}

.content {
      width: 94%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 30px;
      text-align: justify;
}

.divider {height:50px;}
.divider20 {height:20px;}
.divider40 {height:40px;}
.divider60 {height:60px;}
@media (max-width: 768px) {
.divider60 {height: 20px;}
}
.divider80 {height:80px;}
.divider100 {height:5rem;}
@media (max-width: 768px) {
.divider100 {height: 20px;}
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.fs1_2 {font-size: 1.2rem;}
.fs1_3 {font-size: 1.3rem;}
.fs1_4 {font-size: 1.4rem;}
.fs1_5 {font-size: 1.5rem;}
.f_azur {color: #0073E6;}
.f_black {color: #000;}
.f_white {color: #fff;}
.f_red {color: #FF0000;}
.f_grey {color: #ccc}
.bg_azur {background-color: #0073E6 !important;}
.bg_red{background-color: #FF0000 !important;}
.fw_300 {font-weight: 300;}
.pt10 {padding-top: 10px}

hr.style-one {
border: 0;
height: 1px;
background: #186121;
}

ul.english { font-size:1.5rem; font-weight:300; padding-left:30px;}
ul.english li::marker {  color: #0073E6;}

ul.index { font-size:1.3rem; font-weight:300; padding-left:30px;}

.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-azur {box-shadow: 0 0.5rem 1rem rgba(49,156,255,0.30) !important;}

.lang {border: 1px solid #0073E6; border-radius: 5px;}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #eeeeee;
  text-align: center;
  white-space: nowrap;
  background-color: #0073E6;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00000;
  text-align: center;
  white-space: nowrap;
  background-color: #E5E5E5;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
}

.border-azur {border-color: #0073E6 !important;}

ul.list {list-style: none; padding-left: 0;}
ul.list li {margin-bottom: 1rem;}

ul.kul {list-style: none; padding-left: 0;}
ul.kul li {margin-bottom: 0.5rem;font-weight: 300; font-size: 1.4rem;}
/*----------------------index_ende-----------------------------*/
 .navbar{
     background-color:rgba(255, 255, 255, 0.9);
     padding-top: 0;
     padding-bottom: 0;
     /*box-shadow: 1px 1px 2px 0 #808080;*/
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: inherit;
  white-space: nowrap;
}

@media (max-width: 767px){
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: inherit;
  white-space: nowrap;}
}

 .navbar-light .navbar-brand {
     color: #000;
}
 .navbar-light .navbar-nav .nav-link {
     /*color: #0073E6;*/
}
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #E7D084;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #000;
	 background-color: #E7D084;
}
 .navbar-light .navbar-nav .nav-link{
     /*padding-top: 22px;
     padding-bottom: 22px;*/

     padding-left: 24px;
     padding-right: 24px;
     font-size: 1.4rem;
	 font-weight: 300;
	 transition: 0.3s;
	 text-transform: uppercase;
	 color: #000;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     /*background: #0073E6;*/
     transition: 0.3s;
}

.sm-menu{
    border-radius: 0px 0px 5px 5px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.4) 1px 3px 4px 0px;
}

.navbar-toggler{
    outline: none !important;
}

.navbar-toggler {border: 1px solid #E7D084;}

.navbar-light .navbar-toggler {
  color: #E7D084;
  border-color: #E7D084;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 1);
}
/*------------------------------------------menu-----------------------------------------------*/

footer { width:100%; background-color: #E7D084; padding:10px 0px; font-size: 1.1rem; font-weight: 300; color: black;}
@media (max-width: 767px) {
footer {width:100%; background-color: #E7D084; padding:10px 0px; font-size: 1.1rem; font-weight: 300; color: black; text-align: center;}
}
/*-----------------------footer---------------------------------*/

.carousel {
  background:#fff;
}

.carousel-item .img-fluid {
  width:100%;
}

.carousel-caption-black{
	background-color: rgba(0,0,0,0.50);
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  -webkit-animation-duration: 2s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.2s;}

@media (max-width: 767px) {
.carousel-caption-black{
	background-color: rgba(0,0,0,0.50);
  position: absolute;
  right: 0;
  top: 10px;
  left: 0;
	max-height: 75px;
  z-index: 10;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  -webkit-animation-duration: 2s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.2s;}
}


.carousel-caption-black h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInLeft;
  animation-delay: 0.3s;
}

.carousel-caption-black h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInRight;
  animation-delay: 0.3s;
	text-align: left;
}

.carousel-caption-black h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInLeft;
  animation-delay: 0.3s;
}
.carousel-caption-black p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceInLeft;
  animation-delay: 0.6s;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
	background: rgba(0,0,0,0.3)
}
/*--------------------------------------caorusel_index----------------------------------------*/
section {padding: 100px 0;}
@media (max-width: 767px){section {padding: 20px 0;}}

.bg-1 {
    background:url(../img/leaf.jpg) no-repeat fixed center;
	background-size:100% 100%;
}

.bg-2 {
	background: url(../img/bg_see.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	background: url(../img/bg_suburb.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-4 {
	background: url("../img/bg_seep.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-5 {
	background-color: rgba(231,208,132,0.70);
}
.bg-6 {
	background-color: rgba(219,219,219,1.00);
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bg-7 {
	background-color: rgba(255,255,255,1.00);
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.bg-8 {
	background-color: rgba(250,250,250,1.00);
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.btn-outline-primary {
  color: #0071eb;
  border-color: #0071eb;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0071eb;
  border-color: #0071eb;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #0071eb;
  border-color: #0071eb;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

