@font-face {
  font-family: Font-Bold;
  src: url('https://asset.torusguru.com/fonts/LincolnRoad/Lincoln Road Bold.ttf'); 
}
@font-face {
  font-family: Font-Regular;
  src: url('https://asset.torusguru.com/fonts/LincolnRoad/Lincoln Road Regular.ttf'); 
}
@font-face {
  font-family: Font-Light;
  src: url('https://asset.torusguru.com/fonts/LincolnRoad/Lincoln Road Light.ttf'); 
}
@font-face {
  font-family: Cube;
  src: url('../fonts/UnsteadyOversteer.ttf'); 
}
@font-face {
  font-family: Skia;
  src: url('../fonts/Skia_Regular.ttf'); 
}

body {
  font-family: Font-Light;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal;
  font-style: normal;
  text-indent: 0px;
  background: #fff;
}

a {
  color: #f47820;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Font-Bold;
  line-height: 1.5;
}

/*p {font-size: 16px;}*/
p b, p strong {font-family: Font-Bold; font-weight: 700;}

.blue_color {color: #000!important;}

.ecommerce h1, .ecommerce h2, .ecommerce h3, .ecommerce h4, .ecommerce h5, .ecommerce h6 {
  font-family: Font-Bold;
  margin: 0 0 10px;
    margin-bottom: 10px;
  text-transform: none;
}

.ecommerce .site-logo {
  padding-top: 0;
  padding-bottom: 0;
}
.site-logo img 	{
	height: 60px;
  width: auto!important;
  margin: 10px 0;
}
.ecommerce .header-navigation {
  font-size: 16px;
  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;
}
.header .top-cart-block {
  margin-top: 20px;
  font: inherit;
}

/* Navigation */
.ecommerce .header-navigation {
  font-family: Font-Light;
  letter-spacing: 1px;
  margin: 0;
  text-transform: none;
}
.ecommerce .header-navigation > ul > li > a {
  color: #000!important;
  padding: 30px 12px 20px;
  font-family: Font-Bold;
}
.ecommerce .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: #FFDC00!important;
  background: transparent;
}
.ecommerce .header-navigation .dropdown-menu {
  background: rgba(0, 0, 0, 0.5);
}
.header-navigation > ul > li.dropdown:hover > a:after { 
  border-bottom: 8px solid #000;
  display: none!important;
}
.header-navigation .dropdown-menu li {
  border-bottom: none;
}
.ecommerce .header-navigation .dropdown-menu > li > a {
  color: #000;
}
.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: #000!important;
  background: #fff;
}
.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: -35px;
}
.header-navigation .dropdown-menu > li:first-child {
  border-top: none;
}
.ecommerce .header-navigation .dropdown-menu > li > a {
  color: #fff;
}

.header-navigation li span.sep {
  background: #000;
}

.section-title {
  padding: 30px 0 0;
}
.bg-white {
  background: #fff!important;
}

.bg-black {
  background: #000!important;
}
.bg-black-light {
  background: #111!important;
}
.text-black {
  color: #000!important;
}
.bg-gray {
  background: #E6E6E6!important;
}
.bg-yellow {
  background: #FFDC00!important;
}
.bg-yellow {
  color: #FFDC00!important;
}
.bg-orange {
  background: #ed6623!important;
}
.text-orange {
  color: #ed6623!important;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #000;
}
.content-page h3, .content-page h4 {
  color: #000;
}

.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: #000;
  color: #fff;
  margin-right: 15px;
}

.content-inner-list {
  padding-left: 20px;
}

.icon-box h4 {
  color: #000;
}
.icon-box p {
  padding-bottom: 5px;
  font-size: 16px;
}

a.read-button {
  font-weight: 600;
  color: #000;
  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: #000;
  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: #000;
  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 #000;
}

.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 #000;
}
.header .mobi-toggler {
  margin-top: 22px!important;
  background: #000;
  border: 1px solid #000;
  background: #000 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
}
.header .mobi-toggler:hover {
  background: #000 url(../assets/corporate/img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #000;
}
.header {
  box-shadow: none;
}

.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;*/
}

.title-wrapper {
  margin: auto;
  padding-top: 0;
  background: linear-gradient(rgba(0,0,0, .0), rgba(0,0,0, .0));
  min-height: 90vh;
}

.header_banner2 {
  background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .0)), url(../img/curtain.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.wrapper_content {
  min-height: 90vh;
  margin-top: 90px;
}
.ecommerce .title-wrapper h1 {
  font-size: 70px;
  font-weight: 700;
}
.title-wrapper h1 {
  border-bottom: none!important;
  text-transform: uppercase;
  padding: 0;
  line-height: 1;
  font-family: GalleroVintage;
}
.title-wrapper h1 span {
  font-size: 30px;
  color: #fff;
}
.title-wrapper em {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.title-wrapper p {
  font-size: 14px;
}
.title-wrapper img {
  width: 20%;
  text-align: center;
  margin: auto;
}
/*.sub-banner-image {
    background: #000;
    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;
}

.inviteBox {
  background: linear-gradient(rgba(0, 106, 56, 0), rgba(0, 106, 56, 0)), url(../img/Party-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 95vh;
  position: relative;
}
.inviteContent {
  width: 100%;
  padding: 50px;
  position: relative;
}
.inviteContent h1 {
  font-size: 90px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 100px 0;
}
.inviteContent h2 {
  font-size: 30px;
  line-height: 1.2;
}
.inviteContent hr {
  border-top: 1px solid #da9100;
}
.inviteBox  .pattern {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto!important;
}
.inviteContent  .logo {
/*  top: 30px;*/
  width: 30%;
}
.inviteContent label, .inviteContent p {
  font-size: 16px;
  margin-bottom: 20px;
}
.inviteContent .date {
  font-family: Action-BAL;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.inviteContent .date span {
  text-transform: none;
}
.inviteContent .btn-primary {
  background: #fdb927;
  border-radius: 50px!important;
  border: none;
  text-transform: none;
  font-size: 20px;
}
.inviteContent .btn-primary:hover {
  background: #da9100;
  color: #fff;
}
.question4_div {
  margin-top: 100px;
}

/*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 #fff;
  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: #fdb927;
}


.register-form {
  color: #333;
  font-size: 13px;
  width: 100%;
/*  border-top: 3px solid #000;*/
  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: #000;
}

.register-form input {
  /*height: 44px;*/
}
.register-form textarea {
  padding: 10px 12px;
}
.register-form button[type="submit"] {
  background: #000;
  border: 0;
  padding: 12px 34px 10px;
  color: #fff;
  transition: 0.4s;
  text-transform: uppercase;
}
.register-form button[type="submit"]:hover {
  background: #000;
}
.register-form button[type="submit"]:disabled {
  background-color: #000;
  border-color: #000;
  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;
}
input:read-only,
textarea:read-only {
  border: 0;
  box-shadow: none;
  background-color: #ddd!important;
  border-color: #ddd!important;
  cursor: not-allowed;
}
.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: #f47820; }
  
.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 #000; } 
.checkbox-mc input:active ~ .geekmark { background-color: #000; border:1px solid #000;} 
.checkbox-mc input:checked ~ .geekmark { 
  background-color: #000;
  border:1px solid #000;
} 
.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: #000!important;
}
.text-white {
  color: #fff!important;
}

.btn-primary {
  background: #000;
  font-size: inherit;
  font-size: 16px;
  border-radius: 50px!important;
}
.btn-primary:hover {
  background: #000;
}

.section_title {
  font-size: 30px!important;
  text-transform: uppercase!important;
  font-family: Font-Bold!important;
   display: inline-block;
  border-bottom: .1px solid #a7a5a5;
  text-align: center;
  margin-bottom: 20px!important;
}

.ecommerce .content-page h4 {
  line-height: 1.4;
}

::-moz-selection {
  color: #fff;
  background: #000;
}
::selection {
  color: #fff;
  background: #000;
}

.triangle_content {
  position: relative;
}
.triangle_content .triangle_topRight {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 30px!important;
}
.triangle_content .triangle_topLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 30px!important;
}
.triangle_content .triangle_top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto!important;
}
.triangle_content .triangle_bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto!important;
}
.triangle_content .triangle_bottomRight {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 500px;
}
.triangle_content .triangle_bottomLeft {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 500px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
  background: -moz-linear-gradient(top, #000000 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.preloader-bounce > span {
  width: 12px;
  height: 12px;
  border-radius: 50%!important;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #fff;
}
.preloader-bounce > span:nth-child(2){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #fff;
}
.preloader-bounce > span:nth-child(3){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #fff;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

.social-links {
  margin: 5px 0 15px;
}
.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 100px!important;
  border: 2px solid #000;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social-links a:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}

.logo-footer img {
  width: 15%;
}

.footer-light {
  color: #000;
}
.logo-line {
  border-bottom: 2px solid #fff;
  max-width: 130px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 2400px) {
  .wrapper_content {
    min-height: 94vh;
  }
}

.header_center {
  display: flex;
  justify-content: center;
}
.header_right {
  display: flex;
  justify-content: right;
}

.quote h4 {
  font-size: 30px;
  line-height: 1.2;
  font-family: Font-Light;
}
.quote h4 span {
  color: #f47820;
/*  font-size: 50px;*/
}

.the_challenge {
  background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/elmt1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.the_power {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/IMG_4370.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000;
}
.the_power h1 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
}

.the_power ul {
  list-style-type: square;
}
.the_power ul li {
  margin-bottom: 20px;
}
.the_power .box_title {
  border-right: 1px solid #fff;
}


/** our_platform section **/

.our_platform {
  margin-top: 20px
}
.our_platform a {
  text-decoration: none;
}

.our_platform .titlepage {
/*     text-align: center;*/
}

.our_platform .titlepage p {
  color: #121212;
  font-size: 17px;
  margin-top: 20px;
}

.our_platform .platform {
  background-color: transparent;
  transition: ease-in all 0.5s;
}

.our_platform .platform .platform_img {
  overflow: hidden;
}

.our_platform .platform .platform_img figure {
  margin: 0;
}

.our_platform .platform .platform_img figure img {
  width: 100%;
  transition: all .5s;
}

.our_platform .platform .platform_img figure img:hover {
     transform: scale(1.2);
}

.our_platform .platform .bed_platform {
  padding: 15px;
  position: relative;
  margin-bottom: 40px;
}

.our_platform .platform .bed_platform h3 {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  transition: ease-in all 0.5s;
  margin: auto;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: .1px solid #a7a5a5;
  display: inline-block;
  padding-bottom: 10px;
}
.our_platform .platform .bed_platform ul {
  margin: 20px 0;
}
.our_platform .platform .bed_platform p, .our_platform .platform .bed_platform ul {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.our_platform .platform .bed_platform p {
/*  font-family: Colfax-Regular;*/
}
.our_platform .platform .bed_platform p span {
  font-size: 10px;
}
.our_platform .platform .bed_platform p span.text-gold {
  color: #ff9505;
}
.our_platform .platform .view_btn {
  background: #f47820;
  padding: 10px 30px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.3s ease-in;
  position: absolute;
  bottom: 30px;
  left: 30%;
}
.our_platform .platform .bed_platform img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.our_platform .platform_box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.our_platform .platform_content {flex: 1; border: 0.1px solid #f4f4f4; margin-bottom: 30px}
/** end our_platform section **/

.bg-elmt-black {
  background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/bg-b-element.png);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain, cover;
}
.gala_dinner .gala_about {
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/conference-to-gala-dinner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gala_target {
  background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/361a2e_17d9c0f73294474ab7e39d440aca6512~mv2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain, cover;
}
.target {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*** Service ***/
.service-item {
  position: relative;
  height: 300px;
  padding: 0 30px;
  transition: .5s;
  background: #fff;
}

.service-item .service-icon {
  margin-bottom: 30px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-item h4 {
  font-size: 25px;
  text-transform: uppercase;
}
.service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  background: #f47820;
}
.service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}

.full_video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;

  /*position: absolute;*/
  top: 50%;
  left:50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
#video:after {
  content: '';
  opacity: 0.7;
  background: #000000;
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom: 0;
}

.donation img {
  font-size: 20px;
  float: left;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.donation h4 {
  padding: 0 0 0 60px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}
.donation p {
  padding: 0 0 10px 60px;
  margin-bottom: 10px;
  font-size: 20px;
}


/*CLAUDETTE*/
.careers {
  position: relative;
  height: 200px;
  padding: 0 30px;
  transition: .5s;
  background: #fff;
}

.careers h4 {
  font-size: 25px;
  text-transform: uppercase;
}
.careers a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  background: #f47820;
}
.careers:hover a.btn {
  bottom: -24px;
  opacity: 1;
}


/** our_room section **/

.our_room {
     margin-top: 20px
}
.our_room a {
  text-decoration: none;
}

.our_room .titlepage {
/*     text-align: center;*/
}

.our_room .titlepage p {
     color: #121212;
     font-size: 17px;
     margin-top: 20px;
}

.our_room .room {
     background-color: #fff;
     transition: ease-in all 0.5s;
}

.our_room .room .room_img {
     overflow: hidden;
}

.our_room .room .room_img figure {
     margin: 0;
}

.our_room .room .room_img figure img {
     width: 100%;
     transition: all .5s;
}

.our_room .room .room_img figure img:hover {
     transform: scale(1.2);
}

.our_room .room .bed_room {
     padding: 15px;
     position: relative;
/*     margin-bottom: 40px;*/
}

.our_room .room .bed_room h3 {
     color: #121212;
     font-size: 15px;
     line-height: 20px;
/*     font-family: Colfax-Regular;*/
     transition: ease-in all 0.5s;
     margin: auto;
     color: #DA291C;
     margin-bottom: 10px;
}
.our_room .room .bed_room p {
  font-size: 13px;
  line-height: 1.5;
  color: #171b25;
}
.our_room .room .bed_room p {
/*  font-family: Colfax-Regular;*/
}
.our_room .room .bed_room p span {
  font-size: 10px;
}
.our_room .room .bed_room p span.text-gold {
  color: #ff9505;
}
.our_room .room span.view_btn {
  background: #DA291C;
  padding: 8px 10px 3px 10px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
}

.our_room .room span.view_btn {
  color: #fff;
  transition: all 0.3s ease-in;
  position: absolute;
  bottom: 30px;
  left: 15px;
}

.our_room .room .bed_room img {
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#serv_hover:hover.room {
     /*cursor: pointer;
     box-shadow: 0px 0px 30px rgba(255, 9, 9, 0.15);
     transition: ease-in all 0.5s;*/
}

.our_room .room_box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.our_room .our_projects {flex: 1; background-color: #fff; margin-bottom: 25px}

/** end our_room section **/

.cube_logo {
  text-align: justify;
}
.cube_logo h1 {
  font-family: Cube;
  font-weight: 700;
  margin: 0;
  line-height: .9;
}
.cube_logo p {
  font-size: 20px!important;
  font-family: Skia;
  color: #fff;
}


@media(max-width: 1680px){
   
}
@media(max-width: 1600px){
    
}
@media(max-width: 1440px){

}
@media(max-width: 1366px){
    
}
@media(max-width: 1280px){
    
}
@media(max-width: 1080px){
    
}
@media(max-width: 1050px){
    
}
@media(max-width: 1024px){
  .ecommerce .header-navigation > ul > li > a, .ecommerce .header-navigation > ul > li > a:hover {color: #000!important;}
}
@media(max-width: 991px){
  .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
  .site-logo {display: block!important;}
  .header_center, .header_right {display: block; justify-content: left;}
}
@media(max-width: 900px){

}
@media(max-width: 800px){
    .bank_btn .btn {margin-bottom: 10px;}
  .default-form {width: 100%;}
  .title-wrapper h1 {font-size: 20px!important;}
  .title-wrapper em {font-size: 15px;}
  .title-wrapper {min-height: 100px!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%}
  .header .mobi-toggler {margin-top: 5px!important;}
  .section_title {font-size: 25px!important;}
  .quote h4 {font-size: 30px}
  .the_power .box_title {border-right: none;}
  .header_fix_mc {margin-top: 60px;}
  .the_challenge {padding: 10px 0;}
}

@media (max-width:768px) {
  .bank_btn .btn {margin-bottom: 10px;}
  .default-form {width: 100%;}
  .title-wrapper h1 {font-size: 60px!important;}
  .title-wrapper em {font-size: 15px;}
  .title-wrapper {min-height: 100px!important;}
  .title-wrapper img {width: 30%}
  .wrapper_content {min-height: 500px!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%}
  .header .mobi-toggler {margin-top: 5px!important;}
  .section_title {font-size: 25px!important;}
  .quote h4 {font-size: 30px}
  .the_power .box_title {border-right: none;}
  .header_fix_mc {margin-top: 60px;}
  .the_challenge {padding: 10px 0;}
  .target {padding-top: 0; padding-bottom: 50px;}
}









