@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'); 
}
@font-face {
  font-family: Fontspring-DEMO-quincycf-bold;
  src: url('../fonts/Demo_Fonts/Fontspring-DEMO-quincycf-bold.ttf'); 
}


body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

a {
  color: #f7ad18;
}

.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-weight: 700;}

.blue_color {color: #f7ad18!important;}

.ecommerce h1, .ecommerce h2, .ecommerce h3, .ecommerce h4, .ecommerce h5, .ecommerce h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600!important;
  margin: 0 0 10px;
    margin-bottom: 10px;
  text-transform: none;
}
.text-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600!important;
}

.ecommerce .site-logo, .ecommerce .reduce-header .site-logo {
  padding-top: 5px;
  padding-bottom: 0;
}
.site-logo img 	{
	height: 80px;
}
.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: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin: 0;
  text-transform: none;
}
.ecommerce .header-navigation > ul > li > a {
  color: #014957!important;
  padding: 40px 12px 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.ecommerce .header-navigation > ul > li > a:hover {
  background: #fff;
  color: #014957;
}
.title-wrapper .header {
  background: transparent;
  box-shadow: none;
  padding-top: 10px;
}
.ecommerce .title-wrapper .header-navigation > ul > li > a {
  color: #fff!important;
  font-family: "Montserrat", sans-serif;
}
.ecommerce .title-wrapper .header-navigation > ul > li > a:hover {
  background: transparent;
}
.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: #f7ad18!important;
  background: transparent;
}
.ecommerce .header-navigation .dropdown-menu {
  /*background: #f7ad18;*/
  background: rgba(30, 115, 190, 0.9);
}
.header-navigation > ul > li.dropdown:hover > a:after { 
  border-bottom: 8px solid #f7ad18;
}
.header-navigation .dropdown-menu li {
  border-bottom: none;
}
.ecommerce .header-navigation .dropdown-menu > li > a {
  color: #f7ad18;
}
.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: #f7ad18;
  background: #f7ad18;
}
.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: #f7ad18;
}

.bank_btn {
  margin: 30px 0;
}
.bank_btn .btn, .main_btn {
  background: #f7ad18;
  color: #f7ad18!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: #f7ad18;
  color: #f7ad18!important;
}

.contact_map {
  background: #f7ad18;
  padding: 40px 0;
}
.contact_map .map_rw {
  border-right: 1px solid #f7ad18;
}
.contact_map_footprint  .contact {
  border-left: 1px solid #f7ad18;
}
.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: #f7ad18;
}
.contact_map .contact address a {
  color: #5D5D5D;
}

.social-links {
  /*padding-left: 60px;*/
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f7ad18;
  color: #f7ad18;
  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;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #f7ad18;
}
.content-page h3, .content-page h4 {
  color: #f7ad18;
}

.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: #f7ad18;
  color: #fff;
  margin-right: 15px;
}

.content-inner-list {
  padding-left: 20px;
}

.icon-box {
    /*text-align: center;*/
    /*margin-bottom: 15px;*/
}
.icon-box h4 {
  color: #f7ad18;
}
.icon-box p {
  padding-bottom: 5px;
  font-size: 16px;
}

a.read-button {
  font-weight: 600;
  color: #f7ad18;
  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: #f7ad18;
  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: #f7ad18;
  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 #f7ad18;
}

.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 #f7ad18;
}
.header .mobi-toggler:hover {
  background: #f7ad18 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #f7ad18;
}

.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;*/
}

.mbrp_home {
  /*background: linear-gradient(#23418d, #23418d), url(../img/bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f7ad18;
  min-height: 90vh!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: 90vh;*/
/*  background: linear-gradient(rgba(0,0,0, .4), rgba(0,0,0, .4));*/
}
.header_video {
  margin: auto;
  padding-top: 0;
  background: linear-gradient(rgba(0,0,0, .7), rgba(0,0,0, .7));
  min-height: 100vh;
}
.header_video img {
  width: 70%;
}
.wrapper_content {
 /* min-height: 90vh;
  margin-top: -10vh;*/
}
.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: center;
  font-weight: 300;
}
/*.sub-banner-image {
    background: #f7ad18;
    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;
}
.video_div {
  min-height: 100vh;
}
.register-form {
  color: #333;
  width: 100%;
  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-size: 13px;
}

.register-form .help-block {
  margin: 0;
}
.register-form .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: red;
  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: #000;
  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;
  min-height: 80px;
}

.register-form button[type="submit"] {
  background: #dc5f02;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
}

.register-form button[type="submit"]:hover {
  background: #f7ad18;
}
.register-form button[type="submit"]:disabled {
  background-color: #f7ad18;
  border-color: #f7ad18;
  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: #f7ad18; }
  
.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 #0b8048; } 
.checkbox-mc input:active ~ .geekmark { background-color: #0b8048; border:1px solid #0b8048;} 
.checkbox-mc input:checked ~ .geekmark { 
  background-color: #0b8048;
  border:1px solid #0b8048;
} 
.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); 
}

/*Custom radio button*/
.radio-mc {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300!important;
/*  text-align: left;*/
}

/* Hide the browser's default radio button */
.radio-mc input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: hsla(15,28%,89%,.05);
  border: 1px solid #000;
  border-radius: 50%!important;
}

/* On mouse-over, add a grey background color */
/*.radio-mc:hover {
  color: #f6b024;
}
.radio-mc:hover input ~ .checkmark {
  background-color: #f6b024;
}*/

/* When the radio button is checked, add a blue background */
.radio-mc input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-mc input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-mc .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #014957;
}

.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: #f7ad18!important;
}

.btn-primary {
  background: #0b8048;
  text-transform: uppercase!important;
}
.btn-primary:hover {
  background: #f7ad18;
}

.section_title {
  color: #dc5f02;
  font-size: 35px!important;
  text-transform: uppercase!important;
}

.city_section .logo {width: 30%;}
.city_section .city {width: 60%; margin-bottom: -1px}
.register-green-bg {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/Artworks-17.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  min-height: 100vh;
}
.register-yellow-bg {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/Artworks-18.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  min-height: 100vh;
}
.register-red-bg {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/Artworks-21.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  min-height: 100vh;
}
.register-redDark-bg {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/Artworks-19.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  min-height: 100vh;
}
.register-orange-bg {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/ORANGE.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  min-height: 100vh;
}
.register-white-bg {    
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/banner/WHITE_1.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}


/*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: #2b2e4b; margin-bottom: 5px; text-transform: uppercase;}
.div-program-mc p {color: #3e4d5c; margin-bottom: 0; font-size: 14px;}
.div-program-mc.active-pg {background: #2b2e4b;}
.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 #fff;}
.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 h4 span {
  font-family: Poppins-Regular!important;
}
.prog-title h5 {color: #fff; margin: .5rem 0; font-size: 18px;}
.prog-details p, .prog-details ul {
  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: #0b8048;
  font-size: 12px;
  color: #fff;}
.prog-details #accordion .card-header .btn-primary {letter-spacing: normal; font-size: 14px;}
.prog-border {
  border-bottom: 1px solid #fff;
  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 #f7ad18!important;}

.btn-primary {
  background-color: #2b2e4b;
  border-color: #2b2e4b;
  text-transform: none;
  border-radius: 0;
  letter-spacing: normal;
  font-size: 14px;
}
.btn-primary.btn-reg, .btn-primary.btn-reg-big {background: #0b8048; border: 1px solid #0b8048;}
.btn-primary.btn-reg-big {font-size: 20px; font-weight: 600;}
.btn-primary:hover {background-color: #dc5f02; border-color: #dc5f02;}
.prog-details .add_cal {float: right; font-size: 11px;}
.prog-details .addeventatc, .prog-details .addeventatc:hover {
  float: right;
  padding: 5px 10px;
  background-color: #f7ad18;
  border-color: #f7ad18;
  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;
}
.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: #f7ad18;
  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: #f7ad18;
}
::selection {
  color: #fff;
  background: #f7ad18;
}
.about, .registration {
  position: relative; 
}
.about::before, .registration:before {    
  content: "";
  background-image: url(../img/Wash-Icon-06.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.08;
}
.programme, .why_attend {
  position: relative; 
}
.programme::before, .why_attend:before {    
  content: "";
  background-image: url(../img/Wash-Icon-07.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.09;
}
.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: #dc5f02;
}
.who_attend {
/*  padding: 15px 10px;*/
/*  padding-left: 20px;*/
}
.who_attend p, .who_attend ul {
  color: #fff;
  font-size: 20px;
  font-family: Poppins-Regular;
}
.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;
}
.ministers li::before {
  content: "◌ ";
  color: #dc5f02;
}

.triangle_content {
  position: relative;
}
.triangle_content .triangle_topRight {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 500px;
}
.triangle_content .triangle_topLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 500px;
}
.triangle_content .triangle_top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto!important;
}
.triangle_content .triangle_bottomRight {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 300px;
}
.triangle_content .triangle_bottomLeft {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 500px;
}

.product-item h3 a {
  color: #eca153;
  text-transform: uppercase;
  text-decoration: none;
}
.product-item h3 a:hover {
  color: #0b8048;
}
.product-item .add2cart {
  float: right;
  color: #fff;
  border: 1px #ededed solid;
  padding: 8px 6px;
  width: 100px;
  background: #0b8048;
}
.product-item .add2cart:hover {
  color: #fff !important;
  background: #f7ad18 !important;
  border-color: #f7ad18;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #2b2e4b;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2b2e4b;
  border-top-color: #fff;
  border-bottom-color: #fff;
  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 {
  background: #014957;
  border: 1px solid #014957;
  background: #014957 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
}
.header .mobi-toggler:hover {
  background: #f7ad18 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #f7ad18;
}

.header_center {
  display: flex;
  justify-content: center;
}
.header_right {
  display: flex;
  justify-content: right;
}

.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: "Montserrat", sans-serif;
  font-weight: 600;
}
.registration .product-item .btn:hover {
  background: #dc5f02;
  border-color: #dc5f02;
  color: #fff;
}

.quote {
  position: relative; 
  background: #dc5f02;
  min-height: 50vh;
}
.quote::before {    
  content: "";
  background-image: url(../img/Wash-Icon-07.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.08;
}
.quote p {
  color: #fff;
}
.quote p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
}
.quote_2 {
  min-height: 30vh;
}
.quote_2 p span {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

.registration .btn-primary {
/*  width: 100%;*/
}

.divider_pattern {width: 100%; padding: 0; margin: 0!important}

.col-square {
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  text-decoration: none!important;
}
.col-square:before {
  content: '';
  width: 0;
}
.col-square:before, .nav-box-content {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.col-square:before {
  padding-top: 100%;
}
.col-square h3 {
    color: #fff;
    font-size: 30px;
}
.col-square p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.nav-box-content hr {
  border: 0px none;
  text-align: center;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #fff, transparent);
}

/*LOADER*/
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  .spinner-position{
      position: fixed;
      top: 44%;
      left: 49%;
      transform: translate(-50%, -50%);
  }
  #load{
      background: rgba(0, 0, 0, 0.5);
    border: 0px none transparent;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease 0s;
    visibility: visible;
    border: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    z-index: 2147483647;
  
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #DDDDDD;
  border-radius: 2px;
  transition: .5s;
}
.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: #2b2e4b;
}
.testimonial-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}
.testimonial-carousel .owl-item .testimonial-item {
  transition: .5s;
}
.testimonial-carousel .owl-item.center .testimonial-item {
  background: #2b2e4b !important;
  box-shadow: 0 0 30px #DDDDDD;
  color: #fff;
}
.testimonial-carousel .owl-item.center .testimonial-item h4 {
  color: #dc5f02!important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}

/*** Team ***/
.speaker-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.team-item {
  transition: .5s;
  flex: 1;
  background: #2b2e4b;
}
.team-details {
  color: #fff;
  padding: 10px;
}
.team-details p {
  font-size: 14px;
}
.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.team-social button.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}
.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}
.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}
.team-item:hover .team-social button.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}
.team-item:hover .team-social button.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}
.team-item:hover .team-social button.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}
.team-item:hover .team-social button.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}
.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}
.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

.latest-post {
    background: #2b2e4b;
    text-align: center;
}
.latest-post h4 {
    padding: 30px 0;
    color: #fff;
}
.latest-post h4:hover {
    color: #dc5f02;
}
.a-mc:hover {
    text-decoration: none;
}
.modal-content {
  background: #2b2e4b;
  border-radius: 7px!important;
  transition: 0.3s;
}
.modal-content p {
  color: #fff;
}
.modal-content p b {
  font-size: 20px;
  line-height: 1.2;
}
.modal-content button {
  background: rgb(0, 47, 43);
  padding: 5px 10px;
  border-radius: 4px!important;
  float: right;
  display: block;
}
.modal-body {
  padding: 20px;
}
.bio {
  display: inline;
}
.bio img {
  width: 150px!important;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.bio p {
  margin-bottom: 10px;
}

.pass_box, .pass_box:hover {
  text-decoration: none;
}
.pass_box {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
.pass_box .pass_box_content {
  flex: 1;
  background-color: #fff;
  color: #000;
  padding: 15px;
}
.pass_box_img img {
  width: 100%;
}
.pass_box_content h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.pass_box_content p {
  color: #fff;
  font-weight: 500;
}
.pass_box_content .btn-primary {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px!important;
  text-transform: none!important;
  font-weight: 300;
}
.checkout-page h2 {
  background: #014957;
}
.checkout-page th {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  padding-bottom: 8px;
}
.checkout-page td {
  vertical-align: top;
  padding: 4px 4px 4px 0;
  border-bottom: solid 1px #fff;
}


.bg-white {
  background: #fff!important;
}
.bg-dark {
  background: #000!important;
}
.bg-green {
  background: #00b943!important;
}
.bg-blueDark {
  background: #2b2e4b!important;
}
.text-green {
  color: #00b943!important;
}
.bg-greenLight {
  background: #28a745!important;
}
.text-greenLight {
  color: #28a745!important;
}
.bg-yellow {
  background: #ffd100!important;
}
.text-yellow {
  color: #ffd100!important;
}
.bg-blue {
  background: #0072bd!important;
}
.text-blue {
  color: #0072bd!important;
}
.bg-choco {
  background: #b65a27!important;
}
.bg-orange {
  background: #ea881d!important;
}
.text-orange {
  color: #ea881d!important;
}
.bg-red {
  background: #cf202f!important;
}
.text-red {
  color: #cf202f!important;
}
.bg-redDark {
  background: #300f16!important;
}
.text-redDark {
  color: #300f16!important;
}
.bg-gray {
  background: #f2f2f2!important;
}
.bg-black {
  background: #000000!important;
}
.text-black {
  color: #000000!important;
}
.bg-graduant {
  background: linear-gradient(to right, #0072bd, #00b943);
}


@media(max-width: 991px){
  .site-logo {display: block!important;}
  .header_center, .header_right {display: block; justify-content: left;}
  .ecommerce .title-wrapper .header-navigation {width: 100%}
  .ecommerce .title-wrapper .header-navigation > ul > li > a {
    color: #dc5f02!important;
  }
}
@media(max-width: 900px){

}
@media(max-width: 800px){
    
}
@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%;}
  .header {padding-bottom: 0!important}
  .title-wrapper h1 {font-size: 35px!important; line-height: 1.2}
  .title-wrapper h1 span {font-size: 20px!important;}
  .title-wrapper em {font-size: 20px;}
  .title-wrapper {min-height: 300px!important;}
  .site-logo img {height: 60px; margin-bottom: 0}
  .section_title {font-size: 28px!important}
  .content-page {padding: 5px;}
  .prog-time {text-align: left; padding-bottom: 0;}
  .prog-title {border-left:none;}
  .div-program-mc-border-left {border-left:none;}
  .triangle_content .triangle_bottomLeft, .triangle_content .triangle_topRight {height: 300px}
  .who_attend .content-page {padding: 15px}
  .col-6 {width: 50%}
  .ecommerce .header .mobi-toggler {margin-top: 10px;}
  .btn-primary {display: inline-block!important;}
  .col-square {display: block; width: 100%;}
  .col-square:before {content: normal;}
  .col-square .nav-box-content {padding: 20px;}
  .col-square a h3 {font-size: 20px;}
  .hidden-xs {display: none!important;}
  .city_section .logo {width: 70%}
  .city_section .city {width: 100%}
  .video_div {min-height: 80vh}
}









