@font-face {
  font-family: 'poppinslight';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
       url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
       url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body{margin: 0;padding: 0;font-family: 'poppinsregular';top: 0px !important;}
.main_header_sec{
  width: 100%;
  height: auto;
  float: left;
  box-shadow: 0px 1px 18px rgb(0 0 0 / 10%);
  padding: 10px 0;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.main_logo{
  width: auto;
  height: auto;
  float: left;
}
.main_logo img{max-width: 300px;}

.navbar-collapse{position: relative;text-transform: uppercase;z-index: 999;}
.login_btn{
  width: 100px;
  height: 40px;
  background-color: #242424;
  text-align: center;
  color: #fff !important;
  font-size: 14px;
  margin-right: auto;
  float: right;
  border-radius: 30px;
  line-height: 25px;
  position: absolute;
  right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 14px;
    padding-left: 14px;
}


.banner_section{
  width: 100%;
  height: auto;
  float: left;
  background-color: #fff;
}

.banner_cnt{
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 30%;
}
.banner_cnt h1{
  width: 100%;
  max-width: 450px;
  color: rgb(30, 30, 30);
  font-size: 35px;
  font-family: 'poppinsmedium';
  font-weight: bold;
  text-align: right;
  float: right;
  line-height: 55px;
  text-transform: uppercase;
}
.banner_cnt_btn_row{
  width: 100%;
  height: auto;
  float: left;
}
.banner_cnt_btn{
  width: 190px;
  height: 58px;
  color: rgb(0, 0, 0);
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  line-height: 58px;
  float: right;
  margin-top: 30px;
  text-decoration: none;
  transition: 0.2s ease;
}
.banner_cnt_btn:hover{
  background-color:#ffb23c ;
  color: #000;
}

.main_cnt_section{
  width: 100%;
  height: auto;
  float: left;
  padding: 40px 0;

}
.top_regsiter_btn{
  width: auto;
  padding: 12px 30px;
  background-color: #35AC39;
  text-align: center;
  color: #fff;
  font-size: 17px;
  transition: 0.2s ease;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
}
.top_regsiter_btn:hover{background-color: #ffb23c;color: #000;}

.section_one_cnt{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
}
.section_one_cnt h2{
  width: 100%;
  height: auto;
  float: left;
  color: #242424;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.section_1_story_view{
  width: 100%;
  height: auto;
  float: left;
}

.section_1_story_cnt_box{
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 40px;
}
.section_1_story_cnt_box_ico{
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 5px;
}
.section_1_story_cnt_box_ico img{max-width: 100%;}
.section_1_story_cnt_box_txt{
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: auto;
  text-align: center;
  font-size: 19px;
  color: #000;
  text-transform: uppercase;
  font-family: 'poppinsmedium';
}
.top_right_story_sec{
  width: 100%;
  height: auto;
  float: left;
}
.top_right_story_sec h3{
  text-align: center;
  float: left;
  text-align: left;
  font-size: 30px;
}
.top_right_story_video{
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
  position: relative;
}
.top_right_story_video img{width: 100%;}
.play_ico{
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #35AC39;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 25px;
  border-radius: 50px ;
}
.juliance_cnt{
  width: 100%;
  height: auto;
  float: left;
}

.top_right_audio_sc{
  width: 100%;
  height: auto;
  float: left;
}
.top_right_audio_sc audio{
  width: 100%;
  float: left;
}
.top_right_audio_sc{width: 100%;height: auto;float: left;font-size: 12px;}

.home_cnt_area{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
  background-image: url(../images/bg1.jpg);
  background-size: cover;
  padding: 60px 0;
}

.home_cnt_area_txt{
  width: 100%;
  height: auto;
  float: left;
}
.home_cnt_area_txt h2{
  color: #fff;
  font-family: Poppins!important;
  font-size: 42px;
  font-weight: 700!important;
  line-height: 52px;
  width: 100%;
  max-width: 600px;
}
.home_cnt_area_txt p{
  width: 100%;
  height: auto;
  float: left;
  font-size: 15px;
  color: #fff;
}
.contact_us_btn{
  width: auto;
  padding: 12px 30px;
  background-color: #35AC39;
  text-align: center;
  color: #fff;
  font-size: 17px;
  transition: 0.2s ease;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.2s ease;
}
.contact_us_btn:hover{background-color: #ffb23c;color: #fff;}
.home_cnt_img{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
.home_cnt_img img{
  width: 100%;
}

.dare_to_thinsk_sec{
  width: 100%;
  height: auto;
  float: left;
  padding: 40px 0;
}
.dare_to_thinsk_sec_head{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
.dare_to_thinsk_sec_head h2{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 40px;
  color: #242424;
  font-weight: bold;
}
.dare_to_thinsk_sec_head p{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 19px;
  color: #EBC524;

}

.dare_to_thinsk_sec__box{
  text-align: center;
  box-shadow: 0px 0px 10px #f3f3f3;
  padding: 10px;
  height: 95%;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  font-size: 20px;
  color: #242424;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  margin-top: 20px;
}


.teti_sec{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
  background-image: url(../images/download.jpg);
  background-size: cover;
  padding: 60px 0;
}

.teti_sec_head{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.teti_sec_box{
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 800px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.teti_sec_box strong{
  width: 100%;
  height: auto;
  float: left;
  line-height: 20px;
  margin-top: 10px;
}

.we_invest_sec{
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0;
}

.we_invest_sec_head{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 40px;
  color: #242424;
  font-weight: bold;
}
.pd-30{padding-top: 30px;}
.we_invest_sec h4{text-align: center;}

.footer_sec{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
  background-image: url(../images/ftr_bg.jpg);
  background-size: cover;
  padding: 60px 0;
  padding-bottom: 0;
}
.footer_box{
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.footer_box_head{
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.footer_box_cnt{
  width: 100%;
  height: auto;
  float: left;
}
.footer_box_cnt ul{padding: 0;}
.footer_box_cnt li{
  list-style: none;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  float: left;
}
.footer_box_cnt a{
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer_box_cnt a:hover{color: #EBC524;}

.footer_copy_right{
  width: 100%;
  height: auto;
  float: left;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
.goog-te-gadget{
  font-size: 0 !important;
}
.goog-logo-link{
  display: none !important;
}
.goog-te-gadget div{text-align: right;}
iframe.skiptranslate{display: none !important;}

.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
  padding: 5px 22px !important;
  border: solid 1px #ccc;
  border-radius: 15px;
}
.spain_audio{
  display: none;
}

html[lang="en"] .spain_audio {
  display: none;
}
html[lang="en"] .english_audio {
  display: block;
}
html[lang="es"] .english_audio {
  display: none;
}
html[lang="es"] .spain_audio {
  display: block;
}


.inner_banner_sec{
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.inner_banner_sec h5{
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}

.about_sec_one{
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0;
}

.about_sec_one h3{
  width: 100%;
  height: auto;
  float: left;
  color: #000;
  font-size: 30px;
  text-align: center;
}

.about_sec_cnt{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
}

.about_sec_cnt h3{
  width: 100%;
  height: auto;
  float: left;
  font-size: 30px;
  color: #242424;
  font-weight: bold;
  text-align: left;
}
.about_sec_cnt p{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
  font-size: 16px;
  color: #242424;
  line-height: 33px;
}

.about_sec_cnt_2{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 40px;
}

.about_sec_cnt_2 h3{
  width: 100%;
  height: auto;
  float: left;
  font-size: 30px;
  color: #242424;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.about_sec_cnt_2 p{
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  color: #242424;
  line-height: 30px;
  text-align: left;
}
.about_sec_cnt_img{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
.about_sec_cnt_img img{max-width: 100%;}

.contactus_section{
  width: 100%;
  height: auto;
  float: left;
  padding: 40px 0;
}

.contactus_box{
  width: 100%;
  height: 95%;
  float: left;
  box-shadow: 0px 0px 10px #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.contactus_box_ico{
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
.contactus_box_ico img{}
.contactus_box h5{
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contactus_box p{
  width: 100%;
  height: auto;
  float: left;
  font-size: 15px;
  color: #242424;
}

.contact-form-box{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
  box-shadow: 0px 0px 10px #f3f3f3;
  padding: 20px;
}
.contact-form-box .dare_to_thinsk_sec_head p{
  text-align: left;
  margin-bottom: 0;
}
.contact-form-box .dare_to_thinsk_sec_head h2{
  text-align: left;
}
.contact-form-box-row{
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.contact-form-box-row label{
  width: 100%;
  height: auto;
  float: left;
  font-size: 14px;
}
.contact-form-box-row input{
  width: 100%;
  height: 50px;
  float: left;
  border: solid 1px #ccc;
  font-size: 14px;
  padding-left: 10px;
}

.contact-form-box-row textarea{
  width: 100%;
  height: 150px;
  float: left;
  border: solid 1px #ccc;
  font-size: 14px;
  padding-left: 10px;
}

.cnt_btn_row{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0px;
}
.contact_btn_1{
  width: auto;
  padding: 12px 30px;
  background-color: #35AC39;
  text-align: center;
  color: #fff;
  font-size: 17px;
  transition: 0.2s ease;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.2s ease;
  border: 0;
}
.contact_btn_1:hover{background-color: #EBC524;color: #000;}

.fixed{
  position: fixed;
  top:0; left:0;
  width: 100%;
}

.news-text{
    padding-top: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: solid 1px  #ccc;
}