@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}
@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}
@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/poppins/Poppins-Light.ttf'); 
}
@font-face {
  font-family: Poppins-ExtraLight;
  src: url('../fonts/poppins/Poppins-ExtraLight.ttf'); 
}


body {
  font-family: Poppins-Light;
  font-size: 16px;
}

a {
  color: #d7c727;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins-Regular;
  line-height: 1.5;
}

/*p {font-size: 16px;}*/
p b, p strong {font-family: Poppins-Regular; font-weight: 700;}

.blue_color {color: #d7c727!important;}

.ecommerce h1, .ecommerce h2, .ecommerce h3, .ecommerce h4, .ecommerce h5, .ecommerce h6 {
  font-family: Poppins-Regular;
  margin: 0 0 10px;
    margin-bottom: 10px;
  text-transform: none;
}

.ecommerce .site-logo {
  padding-top: 5px;
  padding-bottom: 0;
}
.site-logo img 	{
	height: 70px;
}
.ecommerce .header-navigation {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: inherit;
}
.header-navigation li span.sep {
  /*top: 20%;*/
  width: 1px;
  height: 18px;
  background: #eaeaea;
  position: relative;
  margin: 0 18px 0 16px;
  display: inline-block;
}



/* Navigation */
.ecommerce .header-navigation {
  /*font: 19px "PT Sans Narrow", sans-serif;*/
  font-family: Poppins-Light;
  letter-spacing: 1px;
  margin: 0;
  text-transform: none;
}
.ecommerce .header-navigation > ul > li > a {
  color: #007377!important;
  padding: 40px 12px 32px;
  font-family: Poppins-Regular;
}
.ecommerce .header-navigation ul > li.active > a,
.ecommerce .header-navigation ul > li > a:hover,
.ecommerce .header-navigation ul > li > a:focus,
.ecommerce .header-navigation ul > li.open > a,
.ecommerce .header-navigation ul > li.open > a:hover,
.ecommerce .header-navigation ul > li.open > a:focus {
  color: #d7c727!important;
}
.ecommerce .header-navigation .dropdown-menu {
  /*background: #d7c727;*/
  background: rgba(30, 115, 190, 0.9);
}
.header-navigation > ul > li.dropdown:hover > a:after { 
  border-bottom: 8px solid #d7c727;
}
.header-navigation .dropdown-menu li {
  border-bottom: none;
}
.ecommerce .header-navigation .dropdown-menu > li > a {
  color: #d7c727;
}
.ecommerce .header-navigation .dropdown-menu > li > a:hover,
.ecommerce .header-navigation .dropdown-menu > li.active > a,
.ecommerce .header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.ecommerce .header-navigation .header-navigation-content .header-navigation-col li.active > a {
  color: #d7c727;
  background: #d7c727;
}
.ecommerce .header-navigation ul > li.active > a {
  /*border-bottom: 2px solid #E44F00;*/
  border-bottom: none !important;
}

.ecommerce .header-navigation > ul > li > .dropdown-menu {
  margin-top: -3px;
}
.ecommerce .reduce-header .header-navigation > ul > li > .dropdown-menu {
  margin-top: -3px;
}
.ecommerce .reduce-header .header-navigation > ul > li.dropdown:hover > a:after { 
  bottom: 0;
}

.header-navigation li span.sep {
  background: #d7c727;
}

.bank_btn {
  margin: 30px 0;
}
.bank_btn .btn, .main_btn {
  background: #d7c727;
  color: #d7c727!important;
  text-transform: none;
  padding: 8px 20px;
  font-size: 20px;
}
.bank_btn .btn {
  width: 100%;
  text-transform: uppercase;
}
.bank_btn .btn:hover, .main_btn:hover {
  background: #d7c727;
  color: #d7c727!important;
}

.contact_map {
  background: #d7c727;
  padding: 40px 0;
}
.contact_map .map_rw {
  border-right: 1px solid #d7c727;
}
.contact_map_footprint  .contact {
  border-left: 1px solid #d7c727;
}
.contact_map .map_rw img {
  width: 60%;
}
.contact_map .contact {
  padding-left: 40px;
}
.contact_map h2 {
  text-transform: none;
  margin-bottom: 40px;
  font-size: 30px;
  color: #5D5D5D;
}
.contact_map .contact address {
  font-size: 20px;
  line-height: 1.8;
  color: #5D5D5D;
}
.contact_map .contact address i {
  font-size: 30px;
  color: #d7c727;
}
.contact_map .contact address a {
  color: #5D5D5D;
}

.social-links {
  /*padding-left: 60px;*/
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #d7c727;
  color: #d7c727;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
  border-radius: 100px!important;
}

.social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

/*About*/
.about-wrapper {

}
.section-title {
  /*text-align: center;*/
  padding: 30px 0 0;
}
.bg-white {
  background: #fff!important;
}

.bg-dark {
  background: #000!important;
}
.bg-green {
  background: #007377!important;
}
.text-green {
  color: #007377!important;
}
.bg-yellow {
  background: #d7c727!important;
}
.bg-orange {
  background: #eca153!important;
}
.text-orange {
  color: #eca153!important;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #d7c727;
}
.content-page h3, .content-page h4 {
  color: #d7c727;
}

.img-responsive {
  display: inline;
}

.list_branch {
  margin-bottom: 10px;
}
.list_branch span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%!important;
  background-color: #d7c727;
  color: #fff;
  margin-right: 15px;
}

.content-inner-list {
  padding-left: 20px;
}

.icon-box {
    /*text-align: center;*/
    /*margin-bottom: 15px;*/
}
.icon-box h4 {
  color: #d7c727;
}
.icon-box p {
  padding-bottom: 5px;
  font-size: 16px;
}

a.read-button {
  font-weight: 600;
  color: #d7c727;
  font-size: 15px;
  transition: all 0.3s ease-in;
  position: absolute;
  bottom: 0;
  left: 10;
  cursor: pointer;
}

.current_project a.read-button {
  font-weight: 600;
  color: #d7c727;
  font-size: 20px;
  transition: all 0.3s ease-in;
  position: relative;
  margin-top: 30px;
  bottom: inherit;
}

a.read-button:hover i {
  margin-left: .8em !important;
}

a.read-button:hover {
  color: #d7c727;
  text-decoration: none;
}

.modal-body p {
  color: #6a6a6a;
  font-size: 16px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .col-6 h4 {
      font-size: 12px;
      margin-bottom: 3px;
  }
  .col-6 p {
      line-height: 1.2;
      font-size: 12px;
    }
}
.content-page hr {
  border-top: 1px solid #d7c727;
}

.mb-0 {
  margin-bottom: 0px!important;
}
.mb-1 {
  margin-bottom: 10px!important;
}
.mb-2 {
  margin-bottom: 20px!important;
}
.mb-3 {
  margin-bottom: 30px!important;
}
.mt-0 {
  margin-top: 0px!important;
}
.mt-1 {
  margin-top: 10px!important;
}
.mt-2 {
  margin-top: 20px!important;
}
.mt-3 {
  margin-top: 30px!important;
}

.pt-0 {
  padding-top: 0px!important;
}
.pt-1 {
  padding-top: 10px!important;
}
.pt-2 {
  padding-top: 20px!important;
}
.pt-3 {
  padding-top: 30px!important;
}


.top-cart-content {
  width: auto;
}
.top-cart-content .scroller {
  height: 80px;
}
.top-cart-content li {
  padding: 0;
}
.top-cart-content:after {
  border-bottom: 8px solid #d7c727;
}
.header .mobi-toggler:hover {
  background: #d7c727 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #d7c727;
}

.default-form {
  width: 60%;
  margin: auto;
  background: #fff;
  padding: 20px;
}

#topcontrol {display: none;}
.whatsapp_btn {
  position:fixed;
  /*width:60px;*/
  /*height:60px;*/
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  /*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
  padding: 5px 20px;
  font-size: 18px;
  border-radius: 50px!important;
}
.whatsapp_btn:hover {
  color: #fff;
  text-decoration: none;
}
.whatsapp_btn i{
  /*margin-top:16px;*/
}


.header_banner {
/*  background: linear-gradient(rgba(30, 115, 190, .7), rgba(30, 115, 190, .7)), url(../img/banner_rw.jpg);*/
/*background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/banner3.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #007377;
}

.mbrp_home {
  background: linear-gradient(#23418d, #23418d), url(../img/bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #d7c727;
  min-height: 100vh!important;
}

/*.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}*/

.title-wrapper {
  margin: auto;
  padding-top: 0;
  min-height: 500px;
}
.ecommerce .title-wrapper h1 {
  font-size: 40px;
}
.title-wrapper h1 {
  border-bottom: none!important;
}
.title-wrapper h1 span {
  font-size: 30px;
  color: #fff;
}
.title-wrapper em {
  font-size: 25px;
  text-align: left;
}
/*.sub-banner-image {
    background: #d7c727;
    margin-top: 2em;
    border-radius: 0 40px!important;
}
.sub-banner-image img {
    margin-left: -2em;
    margin-top: -2em;
    margin-bottom: 2em;
    border-radius: 0 50px!important;
}*/
.title-wrapper .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.register-form {
  color: #333;
  width: 100%;
  border-top: 3px solid #d7c727;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.register-form .form-group {
  padding-bottom: 8px;
}

.register-form .validate {
/*  display: none;*/
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.register-form .help-block {
  margin: 0;
}
.register-form .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: red;
  font-weight: 400;
  font-size: 12px;
}

.register-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.register-form .error-message br + br {
  margin-top: 25px;
}

.register-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.register-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.register-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.register-form .form-group {
  margin-bottom: 5px;
}

.register-form label {
  padding-bottom: 8px;
  color: #444444;
  font-size: 13px;
  margin: .6em 0 0;
  font-weight: 300;
  text-align: left!important;
}
.register-form label span {color: red;}

.separator-line {border-top: 1px solid #cdcdcd;}

.register-form input, .register-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.register-form input:focus, .register-form textarea:focus {
  border-color: #47b2e4;
}

.register-form input {
  /*height: 44px;*/
}

.register-form textarea {
  padding: 10px 12px;
}

.register-form button[type="submit"] {
  background: #007377;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
}

.register-form button[type="submit"]:hover {
  background: #d7c727;
}
.register-form button[type="submit"]:disabled {
  background-color: #d7c727;
  border-color: #d7c727;
  cursor: not-allowed;
  opacity: .5;
}

.register-form .form-control, .select2-container--default .select2-selection--single {
  border: 1px solid #e4e6e8;
  border-radius: 0px;
  height: 35px!important;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  width: 100%!important;
}
.iti {
  width: 100%;
}
.select2-results__option {
  text-align: left;
  color: #333;
}
.register-form .form-control[disabled] {background-color: #eee; cursor: not-allowed;}

.register-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.register-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* checkbox
=============================== */
.checkbox-mc { 
  display: block; 
  position: relative; 
  padding-left: 40px; 
  margin-bottom: 10px!important; 
  cursor: pointer; 
}
.checkbox-mc a, .checkbox-mc a:hover { color: #d7c727; }
  
.checkbox-mc input[type=checkbox] { visibility: hidden; } 
.geekmark { 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 20px; 
  width: 20px; 
  background-color: transparent;
  border: 1px solid #333;
} 
.checkbox-mc:hover input ~ .geekmark { border:1px solid #007377; } 
.checkbox-mc input:active ~ .geekmark { background-color: #007377; border:1px solid #007377;} 
.checkbox-mc input:checked ~ .geekmark { 
  background-color: #007377;
  border:1px solid #007377;
} 
.geekmark:after { content: ""; position: absolute; display: none; } 
.checkbox-mc input:checked ~ .geekmark:after { display: block; } 
.checkbox-mc .geekmark:after { 
  left: 8px; 
  bottom: 5px; 
  width: 6px; 
  height: 12px; 
  border: solid white; 
  border-width: 0 2px 2px 0; 
  -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg); 
  transform: rotate(45deg); 
}

.langage_btn .btn-primary {
  padding: 15px 0;
  min-width: 300px;
  background: transparent;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 25px;
}

.text-yellow {
  color: #d7c727!important;
}

.btn-primary {
  background: #007377;
}
.btn-primary:hover {
  background: #d7c727;
}

.section_title {
  color: #007377;
  text-transform: uppercase!important;
}


/*PROGRAM*/
.div-program-mc {
    background: #fff;
    text-transform: none;
    text-align: center;
    border-radius: 0;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.div-program-mc-border{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.div-program-mc-border-left{border-left: 1px solid #fff;}
.div-program-mc-border-right{border-right: 1px solid #fff;}
.div-program-mc h4 {color: #3e4d5c; margin-bottom: 5px; text-transform: uppercase;}
.div-program-mc p {color: #3e4d5c; margin-bottom: 0; font-size: 14px;}
.div-program-mc.active-pg {background: #007377;}
.div-program-mc.active-pg h4 {color: #fff;}
.div-program-mc.active-pg p {color: #fff;}
.program-one, .program-two, .program-three, .program-four {
  padding-bottom: 20px;
  /*background-color: #fff;*/
}
.prog-time {text-align: right;}
.prog-time, .prog-title {padding: 15px;}
.prog-title {border-left: 1px solid #d7c727;}
.prog-time p {margin-bottom: 10px;}
.prog-time span, .prog-title p {margin-bottom: 0;}
.prog-time p, .prog-time span {font-size: 14px;}
.prog-time span {color: #501800; display: block;}
.prog-time h4 {font-weight: 500; color: #fff; margin-bottom: 0; font-size: 20px; padding-top: 0!important;}
.prog-title h4 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding-top: 0!important;
}
.prog-title h4 small {
  font-family: Poppins-ExtraLight;
  font-weight: 300;
  color: #fff;
}
.prog-title h5 {color: #fff; margin: .5rem 0; font-size: 18px;}
.prog-details p {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  color: #fff;
}
.prog-details .more_info {margin-top: 5px;}
.prog-details .more_info a {color: #5b2711; font-weight: 600;}
.prog-details .more_info a:hover {color: #f27f1e;}
.prog-details .faq_ask #accordion .card .card-body {
  /*font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  line-height: 28px;*/
}
.prog-details .faq_ask #accordion .btn-link.focus, .accordion_area .faq_ask #accordion .btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.prog-details #accordion .card-header {border-bottom: none; padding: 0; background: transparent;}
.prog-details #accordion .card {
  border: 0;
  border-radius: .25rem;
  margin-bottom: 0;
  background: transparent;
}
.prog-details #accordion .card .card-body {
  padding: 0;
  padding-top: 20px;
}
.prog-details #accordion .btn {
  white-space: normal !important;
  padding: 0;
}
.prog-details #accordion a.btn.add_cal {margin-bottom: 10px; font-size: 11px;}
.prog-details #accordion a.more_info {
  padding: 5px 10px;
  background-color: #007377;
  font-size: 12px;
  color: #fff;}
.prog-details #accordion .card-header .btn-primary {letter-spacing: normal; font-size: 14px;}
.prog-border {
  border-bottom: 1px solid #d7c727;
  height: auto;
  overflow: auto;
}
.prog-details .panel-default {
  border: none;
  margin-bottom: 0;
  box-shadow: none;
  background: transparent;
}
.prog-details .panel-heading {
  background: transparent;
  border: none;
  padding: 0;
}
.prog-details .accordion-toggle, .prog-details .accordion-toggle:hover {
  color: #eca153;
}
.prog-details .panel-body {
  padding: 0;
  color: #fff;
  font-family: Poppins-ExtraLight;
}
.prog-details .panel-body p, .prog-details p {
  margin-bottom: 10px;
}


.prog-hr {border-top: solid 1px #fff!important;}

.btn-primary {
  background-color: #007377;
  border-color: #007377;
  text-transform: none;
  border-radius: 0;
  letter-spacing: normal;
  font-size: 14px;
}
.btn-primary.btn-reg, .btn-primary.btn-reg-big {background: #007377; border: 1px solid #007377;}
.btn-primary.btn-reg-big {font-size: 20px; font-weight: 600;}
.btn-primary:hover {background-color: #d7c727; border-color: #d7c727;}
.prog-details .add_cal {float: right; font-size: 11px;}
.prog-details .addeventatc, .prog-details .addeventatc:hover {
  float: right;
  padding: 5px 10px;
  background-color: #d7c727;
  border-color: #d7c727;
  text-transform: none;
  border-radius: 0;
  letter-spacing: normal;
  font-size: 11px;
  color: #fff!important;
  text-shadow: none!important;
  box-shadow: none!important;
  font-weight: 400;
  font-family: Poppins-Regular;
}
.prog-details .addeventatc .addeventatc_dropdown {
  position: fixed;
  top: 200px!important;
  left: unset!important;
}
.prog-details .addeventatc .addeventatc_icon {display: none;}

.addeventatc {position: unset!important;}


#speakers img, #partners img {
  width: 100%;
}
#speakers .icon-box, #partners .icon-box {
  padding: 0 10px;
  text-align: center;
}
#speakers .icon-box h4 {
  font-weight: 600;
  margin-top: 10px;
  font-size: 13px;
  color: #d7c727;
  margin-bottom: 0;
  font-family: Poppins-Regular;
}

#speakers .icon-box p {
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 0;
}

.ecommerce .content-page h4 {
  line-height: 1.4;
}

::-moz-selection {
  color: #fff;
  background: #d7c727;
}
::selection {
  color: #fff;
  background: #d7c727;
}
.about p, .about ul {
  color: #007377;
}
.about ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about li {
  padding-left: 1em; 
  text-indent: -.7em;
  margin-bottom: 10px;
}
.about li::before {
  content: "⊛ ";
  color: #007377;
}
.who_attend p, .who_attend ul {
  color: #fff;
}
.who_attend ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.who_attend li {
  padding-left: 1em; 
  text-indent: -.7em;
  margin-bottom: 10px;
}
.who_attend li::before {
  content: "⊛ ";
  color: #fff;
}

.triangle_content {
  position: relative;
}
.triangle_content .triangle_topRight {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100px;
}
.triangle_content .triangle_topLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 500px;
}
.triangle_content .triangle_bottomRight {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 300px;
}
.triangle_content .triangle_bottomLeft {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100px;
}

.product-item h3 a {
  color: #eca153;
  text-transform: uppercase;
  text-decoration: none;
}
.product-item h3 a:hover {
  color: #007377;
}
.product-item .add2cart {
  float: right;
  color: #fff;
  border: 1px #ededed solid;
  padding: 8px 6px;
  width: 100px;
  background: #007377;
}
.product-item .add2cart:hover {
  color: #fff !important;
  background: #d7c727 !important;
  border-color: #d7c727;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #007377;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #007377;
  border-top-color: #d7c727;
  border-bottom-color: #d7c727;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header .mobi-toggler {
  margin-top: 10px!important;
  background: #007377;
  border: 1px solid #007377;
  background: #007377 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
}
.header .mobi-toggler:hover {
  background: #d7c727 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #d7c727;
}

.registration .pi-img-wrapper div {
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.registration .product-item:hover>.pi-img-wrapper>div {
  background: rgba(0,0,0,0.5);
  display: block!important;
}
.registration .pi-img-wrapper div .btn-default {
  padding: 8px 10px;
  color: #fff;
  border: 1px #fff solid;
  margin: -13px 5px 0;
  background: transparent;
  position: relative;
  top: 50%;
  font-size: 14px;
  font-family: Poppins-Bold;
}
.registration .product-item .btn:hover {
  background: #007377;
  border-color: #007377;
  color: #d7c727;
}




@media (max-width:768px) {
  .bank_btn .btn {margin-bottom: 10px;}
  .contact_map .map_rw {border-right: none;}
  .contact_map_footprint  .contact {border-left: none;}
  .default-form {width: 100%;}
  .title-wrapper h1 {font-size: 25px!important;}
  .title-wrapper em {font-size: 20px;}
  .title-wrapper {min-height: 300px!important;}
  .site-logo img {height: 40px;}
  .content-page {padding: 5px;}
  .prog-time {text-align: left; padding-bottom: 0;}
  .prog-title {border-left:none;}
  .triangle_content .triangle_topLeft {height: 300px}
  .triangle_content .triangle_bottomRight {height: 150px}
  .who_attend .content-page {padding: 15px}
  .col-6 {width: 50%}
  .btn-primary {display: inline-block!important;}
}









