/*------------------------------------------------------------------------------------------------------------------------
 
 @package: Sadaka
 @author: Ouarmedia/Farouk BLALOU
 @version: 1.0
 
 --------------------------------------------------------------------------------------------------------------------- */

/* =============================================================================
  Base
========================================================================== */

@font-face {
  font-family: "Merriweather";
  src: url('fonts/merriweather/Merriweather-Regular.otf'),
      url('fonts/merriweather/Merriweather-LightItalic.otf'),
      url('fonts/merriweather/Merriweather-Light.otf'),
      url('fonts/merriweather/Merriweather-Italic.otf'),
      url('fonts/merriweather/Merriweather-BoldItalic.otf'),
      url('fonts/merriweather/Merriweather-Bold.otf'),
      url('fonts/merriweather/Merriweather-BlackItalic.otf'),
      url('fonts/merriweather/Merriweather-Black.otf'),
  /*src: url('fonts/fira/eot/FiraSans-Regular.eot') format('embedded-opentype'),
       url('fonts/fira/woff2/FiraSans-Regular.woff2') format('woff2'),
       url('fonts/fira/woff/FiraSans-Regular.woff') format('woff'),
       url('fonts/fira/woff2/FiraSans-Regular.ttf') format('truetype');*/
}

body {
  font-family: "Merriweather";
  color: #ffffff;
  background-color: #A353A2;
  font-size: 18px;
/*  text-transform: capitalize;*/
}

h1,
h2,
h3,
h4 {
  font-family: "Merriweather";
}

a {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}

/* =============================================================================
  Layout
========================================================================== */
/* Header 
================================= */
.navbar-static-top {
  margin: 0;
  border: 0;
  color: #fff;
}

.navbar-top {
  background: #922C90;
  font-size: 12px;
  padding: 3px 0;
}
.navbar-top .list-inline {
  margin-bottom: 0;
}
.navbar-top .header-contact li {
  margin-right: 15px;
}
.navbar-top .header-contact li .fa {
  margin-right: 5px;
}

.navbar-main {
  margin-bottom: 0;
  color: #fff;
  background: #4E177A;
/*  height: 70px;*/
}

.navbar-main .container {
  padding-top: 5px;
}

.navbar-main .navbar-brand {
  border-bottom: none !important;
}
.navbar-main a:hover,
.navbar-main a:active,
.navbar-main a:focus,
.navbar-main a.is-active {
  background: none !important;
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-main .submenu {
  position: absolute;
  list-style: none;
  background: #1f76bd;
  padding: 0;
  width: 150px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-main .submenu li {
  border-top: 1px solid #185b91;
}
.navbar-main .submenu li:hover {
  background: #185b91;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-main .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-main li a {
  font-family: 'Merriweather';
  font-style: normal;
  font-size: 14px;
  padding: 20px 15px;
  font-weight: 400;
  border-bottom: 2px solid transparent;
}
.navbar-main li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-main .icon-bar {
  background: #fff;
}

/* Home Slider 
================================= */
.carousel-home img {
  width: 100%;
}
.carousel-home .carousel-control {
  background: #1f76bd;
  height: 80px;
  width: 40px;
  top: 50%;
  margin-top: -40px;
  -moz-transition: width, 0.3s;
  -o-transition: width, 0.3s;
  -webkit-transition: width, 0.3s;
  transition: width, 0.3s;
}
.carousel-home .carousel-control .fa {
  font-size: 2.5em;
  padding-top: 12px;
}
.carousel-home .carousel-control:hover {
  width: 50px;
}
.carousel-home .carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.carousel-home .carousel-title {
  color: #fff;
  font-family: "Merriweather";
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-home .carousel-subtitle {
  font-size: 25px;
  text-transform: uppercase;
}
.carousel-home .btn {
  margin-top: 30px;
}

.section-home {
  padding: 100px 0;
  max-width: 1440px;
    margin-left: auto;
    margin-right: auto;

}

.section-home .container {
  width: auto;
  max-width: 1440px;
  margin-left: 20px;
  margin-right: 20px;
}

/*.container-no-padding{
  width: auto;
  max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}*/

.section-title {
  position: absolute;
/*  visibility: hidden;*/
  width: auto;
/*  height: 100%;*/
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
/*  background: rgba(31, 118, 189, 0.75);*/
/*  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
/*  opacity: 0;*/
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}

.section-title .page-title {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 61px;
  /* or 127% */

  letter-spacing: 0.02em;
  text-transform: capitalize;

  color: #d7d7d7;
}

.title-section {
/*  width: 439px;*/
  height: auto;
  left: 188px;
  top: 5215px;

  /* TOYA H2 */

  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 47px;
  /* or 147% */

  letter-spacing: 0.02em;
  text-transform: capitalize;

  color: #FFFFFF;
}

.sub-container-2 {
  margin-left: 0px;
  margin-right: 0px;
}

.sub-container-2-title {
  color: #FFFFFF;
  margin-bottom: 80px;
  margin-left: 80px;
}

/* home/ about-us 
================================= */
.about-us {
  margin: 30px 0;
}

.about-us-col {
  height: 325px;
  padding: 25px;
  text-align: center;
  background-color: #0076a3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMjgwODE0IiB5MT0iLTAuMTAyMjA4IiB4Mj0iMC43MTkxODYiIHkyPSIxLjEwMjIwOCI+PHN0b3Agb2Zmc2V0PSItMjUlIiBzdG9wLWNvbG9yPSIjMTE1YjliIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxMjkwZjgiLz48c3RvcCBvZmZzZXQ9IjEyNSUiIHN0b3AtY29sb3I9IiMxMTViOWIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(290deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
  background-image: -webkit-linear-gradient(290deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
  background-image: linear-gradient(160deg, #115b9b -25%, #1290f8 50%, #115b9b 125%);
  color: #fff;
}
.about-us-col .col-icon-wrapper {
  min-height: 80px;
}
.about-us-col .col-title {
  text-transform: uppercase;
}
.about-us-col .col-details {
  text-align: justify;
  margin-bottom: 25px;
  min-height: 80px;
}

/* home/reasons 
================================= */
.home-reasons {
  margin: 25px 0;
}

.reasons-col {
  position: relative;
  overflow: hidden;
}
.reasons-col img {
  width: 100%;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.reasons-col .reasons-titles {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: rgba(31, 118, 189, 0.8);
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  height: 125px;
  padding: 25px 0;
}
.reasons-col .reasons-title {
  font-weight: bold;
}
.reasons-col .on-hover {
  position: absolute;
  top: 0;
  bottom: 125px;
  width: 100%;
  padding: 25px;
  color: #fff;
  text-align: justify;
  background: rgba(31, 118, 189, 0.9);
  border-bottom: 1px solid #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.reasons-col:hover .on-hover {
  visibility: visible;
  opacity: 1;
  padding: 50px;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  -webkit-transition: all, 1s;
  transition: all, 1s;
}
.reasons-col:hover img {
  -moz-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
  -webkit-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
  transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
}

.book-now-home {
    margin-top: 22%;
}

.second-container-10 {
    width: auto;
    margin-left: 40px;
/*    margin-right: 40px;*/
    margin-top: 60px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

/* home/causes
================================= */
.cause {
  padding-bottom: 15px;
  margin-bottom: 30px;
/*  border: 1px solid #1f76bd;*/
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  color: #ffffff;
}
.cause .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #1f76bd;
  border-radius: 3px;
}
.cause .cause-progress .progress-bar {
  background: #1f76bd;
  box-shadow: none;
}
.cause .cause-img {
  margin-bottom: 15px;
  width: 100%;
}
.cause .cause-title {
/*  text-align: center;*/
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.cause-title-1 {
  font-size: 24px;
    height: auto;
    width: 100%;
    font-style: normal;
    letter-spacing: 0.1em;
    font-weight: 480;
    text-transform: uppercase;
    color: #FFFFFF;
    /* width: fit-content; */
    line-height: 15px;
}

.cause .cause-details {
  text-align: justify;
/*  padding: 0 15px;*/
  font-size: 15px;
/*  margin-bottom: 15px;*/
  min-height: 115px;
}

.cause-details {
  text-align: justify;
/*  padding: 0 15px;*/
  font-size: 15px;
/*  margin-bottom: 15px;*/
/*  min-height: 115px;*/
}

.cause:hover {
  /*background: #f0f0f0;
  color: #144d7b;
  border-color: #144d7b;*/
}

.full-width {
  width: 100%;
}

/* Team 
================================= */
.team-member {
  background: #1f76bd;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  border: 1px solid #1f76bd;
}
.team-member .thumnail img {
  width: 100%;
}
.team-member .member-name {
  font-weight: bold;
}
.team-member .member-position {
  padding: 0 15px 5px;
}

/* footer 
================================= */
.footer-top {
  background: #280941;
  height: 40px;
}

.main-footer {
  background: #280941;
  color: #fff;
}

/*.footer-main .container {
  width: 100%;
}*/

.main-footer .footer-main {
  padding: 30px 0;
}
.main-footer .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footer .footer-title .title-under {
  background: #fff;
  margin: 15px 0;
  text-align: left;
}
.main-footer .footer-title .title-under:after {
  margin: 0;
  background: #fff;
}
.main-footer .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footer .tweet {
  font-size: 13px;
}
.main-footer .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #115c9b;
  width: 150px;
  margin: 15px auto;
}
.main-footer .tweet:last-child:after {
  display: none;
}

.footer-bottom {
  background: #280941;
  padding: 3px;
}

.footer-form .form-group {
  margin-bottom: 5px;
}
.footer-form .form-control {
  background: #115c9b;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;
}
.footer-form .btn-submit {
  border-radius: 0;
  background: #115c9b;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.footer-form .btn-submit:hover {
  background: #fff;
}
.footer-form input:-moz-placeholder,
.footer-form textarea:-moz-placeholder {
  color: #fff;
}
.footer-form input::-moz-placeholder,
.footer-form textarea::-moz-placeholder {
  color: #fff;
}
.footer-form input:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
  color: #fff;
}
.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.footer-col {
  display: flex;
}

.footer-col img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
/*  flex: 1 0 100%;*/
}
/* Pages 
================================= */

.page-booking {
  background-size: cover;
/*  min-height: 100px;*/

  color: #000;
/*  padding: 25px 0px;*/
  padding-top: 40px;
  background-color: #ffffff;
/*  margin-bottom: 50px;*/
}

.page-booking .container {
  /*padding-left: 100px;
  padding-right: 100px;*/
}

.page-booking button {
  margin: auto;
  height: 100%;
  background: #922C90;
}



.page-promo {
  width: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../img/bg/drone-anom.jpg') no-repeat center;
  background-size: cover;
  min-height: 190px;
/*  color: #fff;*/
  /*padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;*/
  padding-bottom: 250px;
}

.sub-container {
  margin-top: 100px;
}


.up-to {
  margin-top: -250px;
}

.page-title {
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 480;
  text-transform: uppercase;
  color: #FFFFFF;
  width: fit-content;
}

.img-res-1 {
  position: relative;
  height: auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  z-index: 2;
  max-width: 100%;
}

.page-heading {
  background: url('../images/heading-bg.jpg?1428795369') no-repeat center;
  background-size: cover;
  min-height: 290px;
  color: #fff;
  padding: 25px 15px;
  margin-bottom: 50px;
}
.page-heading .title-under {
  background: #fff;
}


.page-heading-2 {
  background-size: cover;
  min-height: 340px;
  color: #fff;
/*  padding: 25px 15px;*/
/*  margin-bottom: 50px;*/
}

.page-heading-3 {
  background-size: cover;
  min-height: 340px;
  color: #fff;
/*  padding: 25px 15px;*/
/*  margin-bottom: 50px;*/
}
.page-heading-2 .page-title {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 61px;
  margin-top: 6%;
  /* or 127% */
  letter-spacing: 0.02em;
  text-transform: capitalize;

  color: #d7d7d7;
}


.page-heading-3 .grid-section-title {
  padding: 100px 50px;
}

.page-heading-3 .grid-section-title .page-title {
  font-family: 'Playfair Display';
  font-style: italic;
  

  font-weight: 400;
  font-size: 48px;
  line-height: 61px;
  /* or 127% */

  letter-spacing: 0.02em;
  text-transform: capitalize;

  color: #d7d7d7;
}

.page-description {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 61px;
  /* or 127% */

  letter-spacing: 0.02em;
  text-transform: capitalize;

  color: #ffffff;

}

.page-description-small {
  color: #d7d7d7;
  text-align: left;
  margin-bottom: 60px;
}

.page-description-right {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 61px;
  /* or 127% */

  letter-spacing: 0.02em;
  text-transform: capitalize;

  color: #d7d7d7;

  width: 35%;

}

.sub-container-section {
/*  margin-top: 10%;*/
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sub-container-section-2 {
/*  width: 60%;*/
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
  margin-top: -10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sub-container-section-3 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
  margin-top: -10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sub-container-section-up {
  padding-top: 60px;
  padding-bottom: 80px;
  padding-right: 20px;
  padding-left: 40px;
/*  margin-left: -20px;*/
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.img-res-2 {
  position: relative;
  height: 730px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 2;
  max-width: 100%;
}

.img-rounded { 
  width: 100%;
  border-radius: 20px;
  /*border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;*/
}


.img-res-3 {
  position: relative;
  height: 730px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  z-index: 2;
  max-width: 100%;
}





.page-promo-2 {
  background: url('../img/bg/bg-image-2.png') no-repeat center;
  background-size: cover;
  min-height: 190px;
  color: #fff;
  padding-top: 25;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
/*  padding: 65px 15px;*/
/*  margin-bottom: 50px;*/
}

.main-container {
  margin-bottom: 50px;
}

.second-container {
  width: auto;
  /*margin-left: 20px;*/
/*  margin-right: 20px;*/
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.container-no-padding{
  width: auto;
  max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.sub-content-title {
  margin-top: 250px;
  width: 100%;
}
.sub-content-title .page-title {
  font-size: 24px;
  height: auto;
  width: 100%;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 480;
  text-transform: uppercase;
  color: #FFFFFF;
/*  width: fit-content;*/
  line-height: 40px;
}

/* Pages/Gallery 
================================= */
.gallery-item {
  padding: 0;
  display: block;
  margin: 0;
}
.gallery-item img {
  width: auto;
}

.contact-items {
  margin-top: 30px;
}
.contact-items .contact-item {
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 16px;
}
.contact-items .contact-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #1f76bd;
  vertical-align: middle;
  margin-right: 5px;
  color: #fff;
  text-align: center;
}
.contact-items .contact-icon .fa {
  vertical-align: sub;
  font-size: 20px;
  margin-top: 7px;
}

/* contact 
================================= */
.contact-map {
  height: 350px;
  max-width: 1440px;
  margin-left: 40px;
  margin-right: 40px;
  background: #ccc;
}

form .alert {
  display: none;
}

/* Causes 
================================= */
.cause-carousel {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* =============================================================================
	Module
========================================================================== */
.btn-primary {
  background: #922C90;
  border: none;
  font-size: 16px;
  border-radius: 6px;
  padding: 10px 55px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.btn-primary:hover {
  background: #fff;
  color: #1f76bd;
  border: 1px solid #1f76bd;
}

.btn-secondary {
  background: #fff;
  color: #1f76bd;
  border-radius: 0;
}
.btn-secondary:hover {
  background: #1f76bd;
  color: #fff;
}

.title-style-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 60px;
}
.title-style-2 .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2 .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-under {
  display: block;
  margin: 20px auto;
  background: #fff;
/*  height: 1px;*/
  width: 100%;
}
.title-under:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

/* Modal
================================= */
.form-control {
  border-radius: 5px;
  box-shadow: none;
  border: 0;
  outline: 0;
  height: 3em;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}

.form-control:hover {
  border-color: unset;
}

.label-form {
  font-size: 16px;
  font-style: italic;
}

.form-check-label {
  font-size: 14px;
  font-weight: 300;
}

/* Tabeles
================================= */
.table-style-1 thead {
  background: #1f76bd;
  border-bottom: 1px solid #144d7b;
  color: #fff;
}
.table-style-1 td,
.table-style-1 th {
  border-bottom: 1px solid #1f76bd;
}

.table-style-2 thead {
  background: #115c9b;
  border-bottom: 1px solid #144d7b;
  color: #fff;
}
.table-style-2 tbody tr:nth-child(even) {
  background: #1f76bd;
  color: #fff;
}
.table-style-2 td,
.table-style-2 th {
  border-bottom: 1px solid #1f76bd;
}

/* Tabs
================================= */
.nav-tabs {
  border-bottom-color: #1f76bd;
  margin-bottom: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #1f76bd;
  color: #fff;
}

.nav-tabs > li > a {
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: #1f76bd #1f76bd #1f76bd #115c9b;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: #115c9b;
  color: #fff;
}

/* Accordion
================================= */
.panel-default {
  border-color: #1f76bd;
  border-radius: 0;
}
.panel-default > .panel-heading {
  background: #1f76bd;
  color: #fff;
}
.panel-default > .panel-heading:hover {
  background: #115c9b;
}

/* Modal
================================= */
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  background: #1f76bd;
  color: #fff;
}
.modal .modal-header .close {
  font-style: 26px;
}

.lightbox {
  position: relative;
  display: block;
  overflow: hidden;
}
.lightbox img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.lightbox .on-hover {
  position: absolute;
  visibility: hidden;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  background: rgba(31, 118, 189, 0.75);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.lightbox .on-hover .hover-caption {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 5px;
  right: 5px;
  font-style: 18px;
  display: block;
  font-family: "Merriweather";
  bottom: -50px;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.lightbox .on-hover:before {
  content: "";
  display: block;
  width: 46px;
  height: 48px;
  position: absolute;
  background: url('../images/icons/zoom-icon.png?1428101315');
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -24px;
}
.lightbox:hover .on-hover {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.lightbox:hover .on-hover .hover-caption {
  bottom: 25px;
}
.lightbox:hover img {
  -moz-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
  -webkit-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
  transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
}

/* Ow carousel
================================= */
.owl-next,
.owl-prev {
  width: 42px;
  height: 42px;
  padding-top: 11px;
  border: 2px solid #ffffff;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.owl-next:hover,
.owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.owl-next {
  left: auto;
  right: 0;
}


.section-product {
  height: 656px;
  max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.section-product-desc {
  margin-top: 20%;
  width: 55%;
}

.col-contact {
  background-color: #5F1998;
  padding: 10px 20px;
}

.section-alone {
  padding-right: 40px;
  max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
  width: 100%;
}

.bordered {
  border: 1px solid #000;
  color: #000;
}

.no-border {
  border-radius: 0px;
}

.bordered-bottom {
  border-bottom: 1px solid #000;
  color: #000;
  border-radius: 0px;
}

/* =============================================================================
	Responsive
========================================================================== */
/* Large devices (large desktops, 1200px and Down) */

/* Extra Small devices (tablets, 480px and Down) */

/* =============================================================================
	Animations
========================================================================== */
.animate-onscroll {
  visibility: hidden;
}

.animated {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.animated.fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.container-aboutus {
  width: 100%;
/*  width: 1440px;*/
/*  margin-top: 60px;*/
  padding-left: 50px;
  margin-right: 20px;
}

.container-aboutus .page-title {
  margin-top: 60px;
}

.border-out {
  border: 1px solid #fff;
}


select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #000;
  background-color: var(--darkgray);
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

#choice_to option { color: black; font-style: normal;}
.empty { color: gray; font-style: italic;}

/*option:first {
    color: #999;
}*/
/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: auto;
  height: 3em;
  border-radius: .25em;
  overflow: hidden;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  height: 2em;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #ffffff;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
/*  color: #f39c12;*/
}


.two-column {
  width: 100%;
  display: flex;
}

.right-column {
  width: 75%;
}

.left-column {
  float: left;
  width: 80%;
}


.two-column-1 {
  width: 100%;
  display: flex;
}

.right-column-1 {
  width: 75%;
}

.left-column-1 {
  float: left;
  width: 68%;
}

.two-column-2 {
  width: 100%;
  display: flex;
  column-gap: 40px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.right-column-2 {
  width: 100%;
}

.left-column-2 {
  float: left;
  width: 100%;
}

.footer-copyright {
  width: fit-content;
  float: right;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
