/* =================================================================== 
 *
 *  Infinity v1.0 Main Stylesheet
 *  01-02-2017
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. preloader
 *  05. forms
 *  06. buttons
 *  07. other components
 *  08. common and reusable styles 
 *  09. header styles
 *  10. home
 *  11. about
 *  12. services
 *  13. portfolio
 *  14. testimonials
 *  15. clients
 *  16. contact
 *  17. footer
 *
 * =================================================================== */


/* ===================================================================
 *  01. webfonts and iconfonts - (_document-setup)
 *
 * ------------------------------------------------------------------- */
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");

:root {
  --navy: #284284;
  --btn: #0071c5;
  --ltblue: #8ebcbe;
  --grey: #5e5f5f;
}
@font-face {
    font-family: 'mulish-med';
    src: url('../fonts/Mulish-Medium.ttf');
}
@font-face {
    font-family: 'mulish-reg';
    src: url('../fonts/Mulish-Regular.ttf');
}
@font-face {
    font-family: 'mulish-bold';
    src: url('../fonts/Mulish-Bold.ttf');
}
@font-face {
    font-family: 'mulish-light';
    src: url('../fonts/Mulish-Light.ttf');
}
@font-face {
    font-family: 'mulish-black';
    src: url('../fonts/Mulish-Black.ttf');
}


@font-face {
    font-family: 'mont-reg';
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'mont-bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'mont-light';
    src: url('../fonts/Montserrat-Light.ttf');
}


/* ===================================================================
 *  02. base style overrides - (_document-setup)
 *
 * ------------------------------------------------------------------- */
 
* {
  /*line-height: normal;*/
}
html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html {
  /*font-size: 14px;*/
  /*line-height: normal;*/
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .service_text{
    color:white;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}

body {
  background-color: #f0efef !important;
  font-family: 'mont-reg' !important;
  font-size: 16px;
  /*line-height: normal;*/
  color: var(--grey);
  margin: 0;
  padding: 0;
}

section{
    padding: 60px 0;
}

video{
    pointer-events: none;
}

/*@media only screen and (max-width: 768px) {*/
/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

/**::-webkit-media-controls-panel {*/
/*  display: none!important;*/
/*  -webkit-appearance: none;*/
/*}*/

/* Old shadow dom for play button */

/**::-webkit-media-controls-play-button {*/
/*  display: none!important;*/
/*  -webkit-appearance: none;*/
/*}*/

/* New shadow dom for play button */

/* This one works! */

/**::-webkit-media-controls-start-playback-button {*/
/*  display: none!important;*/
/* 


/* ------------------------------------------------------------------- 
 * links - (_document-setup) 
 * ------------------------------------------------------------------- */
a, a:visited {
  /*color: #f7f7f7;*/
  /*color: var(--grey);*/
  /*-moz-transition: all 0.3s ease-in-out;*/
  /*-o-transition: all 0.3s ease-in-out;*/
  /*-webkit-transition: all 0.3s ease-in-out;*/
  /*-ms-transition: all 0.3s ease-in-out;*/
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

a:hover, a:focus {
  /*color: #f7f7f7;*/
  color: var(--grey);
}

/*p{*/
/*    margin-bottom: 0;*/
/*}*/

.text-navy{
    color: var(--navy);
}
.text-grey{
    color: var(--grey);
}
.text-ltblue{
    color: var(--ltblue);
}

.font-mont-bold{
    font-family: 'mont-bold';
}
.font-mont-light{
    font-family: 'mont-light';
}

.text-header{
    font-size: 56px;
    text-transform: uppercase;
}
.text-sub{
    font-size: 24px;
}

/*.swissBtn {*/
/*    display: inline-block;*/
/*    background-color: var(--ltblue);*/
/*    color: #fefefe !important;*/
/*    padding: 3px 9px;*/
/*    border-radius: 15px;*/
/*    cursor: pointer;*/
/*    font-size: 12px;*/
/*}*/

.swissBtn{
    display: inline-block;
    background-color: transparent;
    color: var(--grey);
    border: 1px solid var(--grey);
    padding: 6px 12px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.submit-book{
    display: inline-block;
    background-color: transparent;
    color: #fefefe;
    padding: 8px 16px;
    cursor: pointer;
    border: 1px solid #fefefe;
    font-size: 12px;
    transition: all 0.3s ease;
}
/*.submit-book:focus{*/
/*    background-color: #757575;*/
/*}*/

.swiper-wrapper {
    transition-timing-function: linear !important;
    transition-delay: 0ms !important;
}

/* ===================================================================
 *  03. typography & general theme styles - (_document-setup.scss) 
 *
 * ------------------------------------------------------------------- */

.swiss-video {
    position: absolute;
    object-fit: cover;
    /* mix-blend-mode: overlay; */
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.about-section-style{
    max-height:165px;
    opacity:0.1;
}
.lin-gradient {
    background-image: linear-gradient(to right, #00000085, #fefefe00);
    width: 100%;
    z-index: 2;
    height: 100%;
    position: absolute;
}

.aboutbanner {
     background: url(../images/Breadcrumb.jpg) center no-repeat; 
    /* background-size: cover; */
    /* margin-bottom: 60px; */
    /*background: linear-gradient(90deg, rgba(71,40,136,1) 0%, rgba(89,60,148,1) 30%, rgba(13,105,181,1) 100%);*/
    height: 30vh;
    position: relative;
}
.aboutbannerabs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  /*font-family: arial, sans-serif;*/
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  /*font-family: "librebaskerville-italic", georgia, serif;*/
  font-style: italic;
  padding: 0;
  font-size: 1.9rem;
  /*line-height: 1.895;*/
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  /*line-height: 1.615;*/
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #4f4f4f;
  border: none;
}

abbr {
  /*font-family: "librebaskerville-bold", serif;*/
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #4f4f4f;
}

var, kbd, samp, code, pre {
  /*font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;*/
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  /*line-height: 2;*/
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

mark {
  background: #FFF49B;
  color: #000;
}

hr {
  /*border: solid #d2d2d2;*/
  /*border-width: 1px 0 0;*/
  border: 1px solid #bababa;
  clear: both;
  margin: 1.5rem 0;
  height: 0;
}

/* ------------------------------------------------------------------- 
 * Lists - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

/*ol, ul {*/
/*  margin-left: 1.7rem;*/
/*}*/

ul li {
  /*padding-left: .4rem;*/
}

ul ul, ul ol,
ol ol, ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #07617d;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #07617d;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * tables - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  /*font-family: "librebaskerville-regular", sans-serif;*/
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #151515;
  /*font-family: "montserrat-bold", sans-serif;*/
}

td {
  /*line-height: 1.5;*/
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/* ===================================================================
 *  04. Preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e0e0e;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader, .oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 0;
  background-color: #e7e7e7;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


/* ===================================================================
 *  05. forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="select"],
textarea,
select {
  display: block;
  /*height: 3rem !important;*/
  border: 1px solid #fefefe;
  outline: none;
  vertical-align: middle;
  /*color: #fefefe;*/
  /*line-height: 3rem;*/
  max-width: 100%;
  font-family: 'mont-light';
  /*background: #f7f7f7;*/
  background: transparent;
  margin-bottom: 10px;
  /*-moz-transition: all 0.3s ease-in-out;*/
  /*-o-transition: all 0.3s ease-in-out;*/
  /*-webkit-transition: all 0.3s ease-in-out;*/
  /*-ms-transition: all 0.3s ease-in-out;*/
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.form-control{
    background: transparent;
    border: 1px solid #fefefe;
    color: #fefefe;
    padding: 4px 8px;
}
.form-control::placeholder,
select::placeholder{
    color: #fefefe;
}
.form-control option {
    background-color: transparent;
    color: #0e0e0e;
}

input[type="date"] {
  position: relative;
  padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  width: 15px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 8px;
  color: #fefefe;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
}

label, legend {
  /*font-family: "montserrat-bold", sans-serif;*/
  /*font-size: 80%;*/
  margin-bottom: .6rem;
  color: #020202;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  /*font-family: "montserrat-regular", sans-serif;*/
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}

/* ------------------------------------------------------------------- 
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #8e8e8e;
}

:-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #8e8e8e;
}

.placeholder {
  color: #8e8e8e !important;
}

/* ------------------------------------------------------------------- 
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #1f1f1f;
  transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  /*font-family: "montserrat-bold", sans-serif;*/
  /*font-size: 1.4rem;*/
  /*text-transform: uppercase;*/
  /*letter-spacing: .3rem;*/
  /*height: 5.4rem;*/
  /*line-height: 5.4rem;*/
  /*padding: 0 3rem;*/
  /*margin: 0 .3rem 1.2rem 0;*/
  /*background: #A5A5A5;*/
  /*color: #222222;*/
  /*text-decoration: none;*/
  /*cursor: pointer;*/
  /*text-align: center;*/
  /*white-space: nowrap;*/
  /*border: none;*/
  /*-moz-transition: all 0.3s ease-in-out;*/
  /*-o-transition: all 0.3s ease-in-out;*/
  /*-webkit-transition: all 0.3s ease-in-out;*/
  /*-ms-transition: all 0.3s ease-in-out;*/
  transition: all 0.3s ease-in-out;
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  /*background: #989898;*/
  /*color: #000000;*/
  /*outline: 0;*/
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background: #151515;
  color: #FFFFFF;
}

.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: #030303;
}


/* ===================================================================
 *  10. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#home {
  width: 100%;
  /*height: 100%;*/
  /*background-color: #151515;*/
  /*background-image: url(../images/bg-home.jpg);*/
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  /*background-attachment: fixed;*/
  /*min-height: 804px;*/
  height:80vh;
  max-height:800px;
  position: relative;
  overflow: hidden;
}
#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #19191b;
}
.imgholder p.desc_position5 {
  padding-top: 170px;
  font-size: 12px;
}

/* Update other desc_position classes similarly */
.imgholder p.desc_position1 {
  padding-top: 170px;
  font-size: 12px;
}

.imgholder p.desc_position2 {
  padding-top: 125px;
  font-size: 12px;
}

.imgholder p.desc_position3 {
  padding-top: 125px;
  font-size: 12px;
}

.imgholder p.desc_position4 {
  padding-top: 155px;
  font-size: 12px;
}


 
.home-content-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
 background-image: linear-gradient(to right, white, black);
  /*text-align: center;*/
}

.home-content-tablecell {
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  z-index: 500;
}
.home-content-tablecell .row {
  position: relative;
  padding-top: 16.2rem;
  /*padding-bottom: 15rem;*/
  /*justify-content: center;*/
}
.home-content-tablecell h3 {
  /*font-family: "montserrat-bold", sans-serif;*/
  font-size: 2rem;
  color: #7d7e81;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin: 0 0 .9rem 0;
}
.home-content-tablecell h1 {
  /*font-family: "montserrat-bold", serif;*/
  font-size: 4rem;
  line-height: 1.133;
  color: #254485;
}
.home-content-tablecell .more {
  margin: 4.8rem 0 0 0;
}
.language_btn{
    border:none;
    font-size:12px;
}
.home-content-tablecell .more .button {
  border-color: #FFFFFF;
  color: #FFFFFF;
  padding: 15px 20px;
  border-radius: 15px;
}

/* home social-list */
.home-social-list {
  position: absolute;
  left: 50px;
  bottom: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
}
.home-social-list::before {
  display: block;
  content: "";
  width: 2px;
  height: 42px;
  background-color: var(--grey);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.home-social-list li {
  padding-left: 0;
}
.home-social-list li a, .home-social-list li a:visited {
  color: #fefefe;
}
.home-social-list li a:hover, 
.home-social-list li a:focus, 
.home-social-list li a:active {
  color: #dbdbdb;
}

/* scroll down */
.scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transform-origin: right top 0;
  float: right;
}
.scrolldown i {
  padding-left: 9px;
}
.scrolldown a:hover, .scrolldown a:focus, .scrolldown a:active {
  color: white !important;
}
.lang_btn {
    color:#5e5f5f;
}

html[data-useragent*='MSIE 10.0'] .scrolldown,
.oldie .scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  /*font-family: "montserrat-bold", sans-serif;*/
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: var(--grey) !important;
  background: transparent;
  position: relative;
  top: 40px;
  right: 0px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
/* ------------------------------------------------------------------- 
 * masonry entries - (_layout.css) 
 * ------------------------------------------------------------------- */
.bricks-wrapper .item-wrap {
  position: relative;
  overflow: hidden;
  /*max-width: 500px;*/
  /*height: auto;*/
}
.bricks-wrapper .item-wrap .overlay {
  cursor: zoom-in;
}
.bricks-wrapper .item-wrap .overlay img {
  vertical-align: bottom;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
    height: auto;
}
.bricks-wrapper .item-wrap .overlay::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.bricks-wrapper .item-wrap .overlay::after {
  content: "";
  /*font-family: georgia, serif;*/
  font-size: 3rem;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #fefefe;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.bricks-wrapper .item-wrap .item-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.6rem 0 0 3rem;
  margin-right: 6rem;
  z-index: 3;
}
.bricks-wrapper .item-wrap .item-text .folio-title {
  color: #fefefe;
  font-size: 2.2rem;
  line-height: 1.364;
}
.bricks-wrapper .item-wrap .item-text .folio-types {
  /*font-family: "montserrat-regular", sans-serif;*/
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: rgba(255, 255, 255, 0.4);
  display: block;
}
.bricks-wrapper .item-wrap .details-link {
  display: block;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 4.6rem;
  width: 4.6rem;
  line-height: 4.6rem;
  color: white;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  top: 3.6rem;
  right: 3rem;
}
.bricks-wrapper .item-wrap .details-link i {
  font-size: 2rem;
  line-height: 4.2rem;
}
.bricks-wrapper .item-wrap .details-link:hover, .bricks-wrapper .item-wrap .details-link:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.bricks-wrapper .item-wrap .item-text, .bricks-wrapper .item-wrap .details-link {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bricks-wrapper .item-wrap:hover .overlay::before {
  opacity: 1;
  visibility: visible;
}
.bricks-wrapper .item-wrap:hover .overlay::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bricks-wrapper .item-wrap:hover .overlay img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bricks-wrapper .item-wrap:hover .item-text, .bricks-wrapper .item-wrap:hover .details-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* --------------------------------------------------------------- 
 * loader animation - (_layout.scss)
 * --------------------------------------------------------------- */
.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}

.s-loader > div {
  width: 9px;
  height: 9px;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  margin-right: .9rem;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.s-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* ------------------------------------------------------------------- 
 * responsive:
 * contact 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  .contact-info {
    width: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-content {
    max-width: 600px;
    text-align: center;
  }

  .contact-info {
    width: 100%;
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 600px) {
  .contact-content {
    max-width: 480px;
  }
}
@media only screen and (max-width: 400px) {
  .contact-info {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .section {
    padding: 80px 0;
    text-align: center;
}
.lafondatrice{
    padding-top:10px;
    padding-bottom:5px;
}

}


/* ===================================================================
 *  17. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
footer {
  /*margin: 0 0 5.4rem 0;*/
  /*background-color: #c7c9c8;*/
  padding: 40px 0 20px 0;
  /*font-size: 1.2rem;*/
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
footer a, footer a:visited, footer p {
  color: var(--grey);
}
footer a:hover, footer a:focus {
  color: #a67b2b;
}
/*footer .row {*/
  /*max-width: 1024px;*/
/*}*/
footer h4.h05 {
  color: #FFFFFF;
  position: relative;
  padding-bottom: 4.2rem;
  margin-bottom: 3.6rem;
}
footer h4.h05::after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}


/* footer main
 * --------------------------------- */
.footer-main {
  padding-top: 9.6rem;
  padding-bottom: 3rem;
}
.footer-main ul {
  font-size: 1.5rem;
  margin-left: 0;
}
.footer-main ul li {
  list-style: none;
  padding-left: 0;
}
.footer-main ul a, .footer-main ul a:visited {
  color: rgba(255, 255, 255, 0.4);
}
.footer-main ul a:hover, .footer-main ul a:focus {
  color: #FFFFFF;
}
.footer-main .subscribe-form {
  position: relative;
}
.footer-main #mc-form {
  margin: 0;
  padding: 0;
}
.footer-main #mc-form input[type="email"] {
  height: 6rem;
  padding: 1.5rem 8rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.footer-main #mc-form button {
  background-color: #f9a828;
  color: #000000;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-main #mc-form button:hover {
  background-color: #f89e0f;
}
.footer-main #mc-form button i {
  font-size: 2.6rem;
  line-height: 6rem;
  margin: 0;
  position: relative;
  left: .2rem;
}
.footer-main #mc-form label {
  color: #f9a828;
  /*font-family: "montserrat-regular", sans-serif;*/
}

/* footer bottom
 * --------------------------------- */
.footer-bottom {
  margin-top: 3rem;
  text-align: center;
  /*font-family: "montserrat-regular", sans-serif;*/
  font-size: 1.4rem;
}
.footer-bottom .copyright span {
  display: inline-block;
}
.footer-bottom .copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
  display: none;
}

.logo-swiss-med{
    align-self: end;
    margin: 0 0 15px 0;
}

.logo-swiss-med img{
    max-width: 150px;
    height: auto;
}

#go-top {
  position: fixed;
  bottom: 42px;
  right: 30px;
  z-index: 700;
  display: none;
}
#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 63px;
  width: 60px;
  line-height: 63px;
  text-align: center;
  background-color: #000000;
  color: #888;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#go-top a i {
  font-size: 1.7rem;
  line-height: inherit;
}
#go-top a:visited {
  background: #000000;
  color: #888;
}
#go-top a:hover, #go-top a:focus {
  background: #000000;
  color: #FFFFFF;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #go-top {
    bottom: 0;
    right: 0;
  }

  .footer-main {
    text-align: center;
  }
  .footer-main .row {
    max-width: 480px;
  }
  .footer-main [class*="col-"] {
    margin-bottom: 3.6rem;
  }

  footer h4.h05 {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  footer h4.h05::after {
    left: 50%;
    margin-left: -50px;
  }
  
}
@media only screen and (max-width: 600px) {
  .footer-bottom {
    padding-bottom: .6rem;
  }
  .footer-bottom .copyright span {
    display: block;
  }
  .footer-bottom .copyright span::after {
    display: none;
  }
}

.footer-link{
    margin-right: 10px;
}

.section{
    padding: 80px 0;
}

/**************************** old menu part start*******************************/
/*.main_menu {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    z-index: 999;*/
/*    padding: 10px 0px;*/
    /*background: #5f5e5e66;*/
/*}*/


/*.main_menu #search_1 i {*/
/*  color: #fefefe;*/
/*}*/

/*.main_menu #search_input_box {*/
/*  position: fixed;*/
/*  left: 50%;*/
/*  -webkit-transform: translateX(-50%);*/
/*  -moz-transform: translateX(-50%);*/
/*  -ms-transform: translateX(-50%);*/
/*  -o-transform: translateX(-50%);*/
/*  transform: translateX(-50%);*/
/*  width: 100%;*/
/*  max-width: 1140px;*/
/*  z-index: 999;*/
/*  text-align: center;*/
/*  background: #aaa;*/
/*  margin-top: 25px;*/
/*}*/

/*.main_menu #search_input_box ::placeholder {*/
/*  color: #fff;*/
/*}*/

/*.main_menu #search_input_box .form-control {*/
/*  background: transparent;*/
/*  border: 0;*/
/*  color: #ffffff;*/
/*  font-weight: 400;*/
/*  font-size: 15px;*/
/*  padding: 0;*/
/*}*/

/*.main_menu #search_input_box .btn {*/
/*  width: 0;*/
/*  height: 0;*/
/*  padding: 0;*/
/*  border: 0;*/
/*}*/

/*.main_menu #search_input_box .ti-close {*/
/*  color: #fff;*/
/*  font-weight: 600;*/
/*  cursor: pointer;*/
/*  padding: 10px;*/
/*  padding-right: 0;*/
/*}*/

/*.main_menu .search-inner {*/
/*  padding: 5px 5px;*/
/*}*/

/*.main_menu .form-control:focus {*/
/*  box-shadow: none;*/
/*}*/

/*.main_menu .main_menu_iner {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/

/*.main_menu .menu-trigger span {*/
/*  display: block;*/
/*  height: 2px;*/
/*  background: white;*/
/*  transition: 0.5s;*/
/*}*/

/*.main_menu .menu-trigger span:nth-child(2) {*/
/*  margin: 10px 0px 8px;*/
/*}*/

/*.main_menu span.menu-trigger {*/
/*  display: inline-block;*/
/*  width: 30px;*/
/*}*/

/*.main_menu .menu-trigger {*/
/*  cursor: pointer;*/
/*}*/

/*.main_menu .menu-trigger span:nth-child(1) {*/
/*  width: 15px;*/
/*  float: right;*/
/*}*/

/*.main_menu .menu-trigger span:nth-child(3) {*/
/*  width: 23px;*/
/*  float: right;*/
/*}*/

/*.main_menu .menu-trigger:hover span:nth-child(1), .main_menu .menu-trigger:hover span:nth-child(3) {*/
/*  width: 30px;*/
/*}*/

/*.main_menu .off-canven-menu {*/
/*  position: fixed;*/
/*  background: var(--grey);*/
/*  width: 250px;*/
/*  height: 100vh;*/
/*  z-index: 99;*/
/*  top: 0;*/
/*  padding: 0px 40px;*/
/*  transition: 0.5s;*/
/*  right: -400px;*/
/*}*/

/*@media (max-width: 575px) {*/
/*  .main_menu .off-canven-menu {*/
/*    right: -300px;*/
/*    width: 200px;*/
/*  }*/
/*}*/

/*.main_menu .offcanvas-overlay.active {*/
/*  opacity: 0.2;*/
/*  visibility: visible;*/
/*  z-index: 3;*/
/*}*/

/*.main_menu .off-canven-menu.active {*/
/*  right: 0;*/
/*}*/

/*.main_menu .menu-btm-tex {*/
/*  background: #EFEBFF;*/
/*  padding: 7px;*/
/*  font-weight: 700;*/
/*}*/

/*.main_menu .off-canven-menu a {*/
/*  color: #B6B3C1;*/
/*  font-size: 20px;*/
/*  display: inline-block;*/
/*  padding-right: 20px;*/
/*}*/

/*.main_menu .off-canven-menu a:hover {*/
/*  color: var(--sblue);*/
/*}*/

/*.main_menu .social-icon {*/
/*  margin-bottom: 20px;*/
/*}*/

/*.main_menu .canven-menu-iner {*/
/*  padding: 20px 0px;*/
/*}*/

/*.main_menu .off-canven-menu ul {*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  text-align: left;*/
/*  margin-top: 30px;*/
/*}*/

/*.main_menu .off-canven-menu ul li a {*/
/*  text-transform: capitalize;*/
/*  font-size: 16px;*/
/*  line-height: 1.8;*/
/*  color: #f7f7f7;*/
/*  font-weight: 600;*/
/*  letter-spacing: -0.12px;*/
/*  margin: 15px 0px;*/
/*  text-decoration: none !important;*/
/*  text-align:left;*/
/*}*/

/*.main_menu .off-canven-menu ul li a:hover {*/
/*  color:#c7c9c8;*/
/*}*/

/*.main_menu .close-icon {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  height: 100%;*/
/*  width: 50px;*/
/*}*/

/*.main_menu .off-canven-menu i {*/
/*  height: 65px;*/
/*  width: 65px;*/
/*  background-color: #272822;*/
/*  color: #fff;*/
/*  font-size: 31px;*/
/*  border-radius: 50%;*/
/*  text-align: center;*/
/*  line-height: 63px;*/
/*}*/

/*.main_menu .off-canven-menu i:hover {*/
/*  background-color: #FF0083;*/
/*}*/

/*.main_menu .menu-btm-section {*/
/*  position: absolute;*/
/*  bottom: 67px;*/
/*  max-width: 306px;*/
/*}*/

/*.main_menu .close-icon i {*/
/*  position: absolute;*/
/*  text-align: center;*/
/*  top: 5%;*/
/*  width: 100%;*/
/*  line-height: 40px;*/
/*  margin-top: -20px;*/
/*  font-size: 25px;*/
/*  cursor: pointer;*/
/*  background-color: transparent;*/
/*  color: #f7f7f7;*/
/*}*/

/*.main_menu .close-icon i:hover {*/
/*  position: absolute;*/
/*  text-align: center;*/
/*  top: 5%;*/
/*  width: 100%;*/
/*  line-height: 40px;*/
/*  margin-top: -20px;*/
/*  font-size: 25px;*/
/*  cursor: pointer;*/
/*  background-color: transparent;*/
/*  color: var(--ltblue);*/
/*}*/

/*.menu_fixed {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  background-color: #555555;*/
/*}*/

.navLogo{
    width: 190px;
    height:60px;
}
/*.bookBtn{*/
/*    display: inline-block;*/
/*    border: 2px solid #fefefe;*/
/*    color: #fefefe;*/
/*    padding: 8px 15px;*/
/*    border-radius: 15px;*/
/*    margin: 0 15px 0 0;*/
/*    background: transparent;*/
/*}*/
.menuBars {
    color: var(--grey);
    font-size: 24px;
}
/**********************************Menu END**********************************/

/******************************NEW menu part start*********************************/
.main_menu {
  position: absolute;
  /*left: 0;*/
  /*top: 0;*/
  width: 100%;
  z-index: 999;
  padding: 25px 0px;
  /*background: #55555580;*/
}

.main_menu #search_1 i {
  color: #fff;
}

.main_menu #search_input_box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  z-index: 999;
  text-align: center;
  background: #aaa;
  margin-top: 25px;
}

.main_menu #search_input_box ::placeholder {
  color: #fff;
}

.main_menu #search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

.main_menu #search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.main_menu #search_input_box .ti-close {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-right: 0;
}

.main_menu .search-inner {
  padding: 5px 5px;
}

.main_menu .form-control:focus {
  box-shadow: none;
}

.main_menu .main_menu_iner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_menu .main_menu_iner ul{
  list-style: none;
  padding: 0;
}

.main_menu .menu-trigger span {
  display: block;
  height: 3px;
  background: var(--navy);
  transition: 0.5s;
}

.main_menu .menu-trigger span:nth-child(2) {
  margin: 10px 0px 8px;
}

.main_menu span.menu-trigger {
  /*display: inline-block;*/
  display: none;
  width: 30px;
}

.main_menu .menu-trigger {
  cursor: pointer;
}

.main_menu .menu-trigger span:nth-child(1) {
  width: 15px;
  float: right;
}

.main_menu .menu-trigger span:nth-child(3) {
  width: 23px;
  float: right;
}

.main_menu .menu-trigger:hover span:nth-child(1), .main_menu .menu-trigger:hover span:nth-child(3) {
  width: 30px;
}

.main_menu .off-canven-menu {
  position: fixed;
  background: #fefefe;
  width: 400px;
  height: 100vh;
  z-index: 99;
  top: 0;
  padding: 0px 60px;
  transition: 0.5s;
  right: -400px;
}

@media (max-width: 575px) {
  .main_menu .off-canven-menu {
    right: -300px;
    width: 240px;
  }
}

.main_menu .offcanvas-overlay.active {
  opacity: 0.2;
  visibility: visible;
  z-index: 3;
}

.main_menu .off-canven-menu.active {
  right: 0;
}

.main_menu .menu-btm-tex {
  background: #EFEBFF;
  padding: 7px;
  font-weight: 700;
}

.main_menu .off-canven-menu a {
  color: #B6B3C1;
  font-size: 20px;
  display: inline-block;
  /* padding-right: 20px; */
}

.main_menu .off-canven-menu a:hover {
  color: var(--sblue);
}

.main_menu .social-icon {
  margin-bottom: 20px;
}

.main_menu .canven-menu-iner {
  padding: 20px 0px;
}

.main_menu .off-canven-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.main_menu .off-canven-menu ul li a {
  /*text-transform: capitalize;*/
  font-size: 16px;
  line-height: 1.8;
  color: var(--grey);
  font-weight: 600;
  letter-spacing: -0.12px;
  margin: 10px 0px;
}

.main_menu .off-canven-menu ul li a:hover {
  color: var(--ltblue);
}

.main_menu .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}

.main_menu .off-canven-menu i {
  height: 65px;
  width: 65px;
  background-color: #272822;
  color: #fff;
  font-size: 31px;
  border-radius: 50%;
  text-align: center;
  line-height: 63px;
}

.main_menu .off-canven-menu i:hover {
  background-color: #FF0083;
}

.main_menu .menu-btm-section {
  position: absolute;
  bottom: 67px;
  max-width: 306px;
}

.main_menu .close-icon i {
  position: absolute;
  text-align: center;
  top: 5%;
  width: 100%;
  line-height: 40px;
  margin-top: -20px;
  font-size: 25px;
  cursor: pointer;
  background-color: transparent;
  color: var(--grey);
  transition: all 0.3s ease-in-out;
}

.main_menu .close-icon i:hover {
  position: absolute;
  text-align: center;
  top: 5%;
  width: 100%;
  line-height: 40px;
  margin-top: -20px;
  font-size: 25px;
  cursor: pointer;
  background-color: transparent;
  color: var(--blue);
}

.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fefefe;
}
.nav-link{
    padding: 0px !important;
    color: var(--grey);
    font-size: 14px;
    text-transform: uppercase;
}
/*a.nav-link {*/
/*    color: var(--grey);*/
/*}*/
.nav-link:focus, .nav-link:hover {
    color: var(--grey);
}
.nav-logo{
    width: 200px;
}
.active{
    color: var(--ltblue) !important;
}
.book-nav{
    background: var(--ltblue);
    padding: 15px 10px;
    color: #fefefe;
    /* text-transform: capitalize; */
}
.nav-book{
    padding: 0px !important;
    color: #fefefe;
    font-size: 14px;
    text-transform: uppercase;
}
.nav-book:focus, .nav-book:hover {
    color: #fefefe;
}
/***Mobile Version for menu***/

@media only screen and (max-width: 768px) {
    .main_menu span.menu-trigger{
        display: inline-block;
    }
    .visibleNav{
        display: none;
    }
}
/***********************************New Menu END***********************************/



/**********************************Footer**********************************/

.footerLogo{
    max-width: 200px;
    height: auto;    
}

ul.page-links {
    padding: 0;
    margin: 0;
    list-style: none;
    /*justify-content: start;*/
}

ul.page-links li {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

ul.page-links li a {
    display: block;
    color: #333333;
}

ul.social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: start;
}

ul.social-icons li:nth-child(odd) {
    background-color: var(--grey);
}

ul.social-icons li:nth-child(even) {
    background-color: var(--ltblue);
}

ul.social-icons li {
    display: inline-block;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
}

ul.social-icons li a {
    display: inline-block;
    color: #fefefe;
}

ul.social-icons li i {
    font-size: 24px;
    /*vertical-align: middle;*/
}

.footer-fa{
    margin-right: 10px;
    color: #333333 !important;
}

.copyright{
    /*margin-top: 30px;*/
    margin: 30px 0 5px 0;
    font-size: 12px;
}

.footer-icon{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/***************************Home***************************/
.hide{
    display: none;
}
#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.section_5{
    padding: 120px 60px 60px 60px;
    background-color:white;
    
}
.content_section_5{
    width: 205px !important;   /*cause of col-2 bootstrap added*/
    float: left;
    height: 205px;
    background-color: #919191;
    border-radius: 50%;
    margin: 9px;
    padding:12px;
    border-radius: 50%;
    animation-duration: 2s;
    animation-delay: 2s;
    transition: all 0.3s ease-in-out;
}

/*.content_section_5:hover{*/
/*    border-radius: 0%;  */
/*    height: max-content;*/
/*    min-height: 250px;*/
/*}*/

.content_section_5 .sous_content_5_description{
    display: none;
    font-size: 12px;
    /*line-height: 20px;*/
    position: relative;
    color: #fefefe;
    /*font-family: lato-light !important;*/
}

/*.content_section_5:hover .sous_content_5_description{*/
/*    display: block;*/
/*}*/

/*.content_section_5:hover .sous_content_5{*/
/*    top: 20px;*/
/*}*/
.sous_content_5{
    position: relative;
    top: 25px;
    text-align:center;
    /*font-family: lato-bold;*/
}
.title_section_5{
    text-align:center;
}
.title_section_5 h3 {
    font-size:33px;
    text-transform: uppercase;
}
.title_section_5 p{
    color:#7bbfbf;
}
.sous_content_5 p{
    font-size: 14px;
    margin-bottom: 20px;
}
.sous_content_5{
    color: #fefefe;
}
.icon_1_home{
    font-size: 23px;
}
.icon_2_home{
    font-size: 23px;
    position: relative;
    bottom: 12px;
}
.icon_1_img{
    width:16%;
    float:left;
}
.icon_2_img{
    width:23%;
    /*float:left;*/
}

.homeslider-icon{
    font-size: 24px;
    color: var(--grey);
}
.icon-title{
    font-size: 16px;
}
.whoCard {
    display: inline-block;
    border: 0 !important;
    margin: 10px;
    max-width: 200px;
    position: relative;
    text-align: center;
    transition: all 0.3s 0s ease-in;
    width: 300px;
    z-index: 1;
}
.card__image7 {
  position: absolute;
  right: 50px;
  top: 30px;
  max-width: 90px;
}
.card__image8 {
  position: absolute;
  right: 50px;
  top: 30px;
  max-width: 90px;
}
.card__image9 {
  position: absolute;
  right: 58px;
  top: 26px;
  max-width: 90px;
}
.card__image10 {
  position: absolute;
  right: 50px;
  top: 28px;
  max-width: 90px;
}
.card__image11 {
  position: absolute;
  right: 50px;
  top: 30px;
  max-width: 90px;
}
.card__image-holder1,
.card__image-holder2,
.card__image-holder3,
.card__image-holder4,
.card__image-holder5{
    display: inline-block;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    overflow: hidden;
}
.card__image-holder1:hover img,
.card__image-holder2:hover img,
.card__image-holder3:hover img,
.card__image-holder4:hover img,
.card__image-holder5:hover img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
.card__image-holder1{
    background-color: #3E424B;
}
.card__image-holder2{
    background-color: #777B7E;
}
.card__image-holder3{
    background-color: #828282;
}
.card__image-holder4{
    background-color: #808588;
}
.card__image-holder5{
    background-color: #C7C9C8;
}
.labelincomsol {
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: 0.4s all !important;
    /*height: 0px;*/
    /*padding-top: 15px;*/
    hyphens: auto;
}
.readmore {
    background-color: #8c8b8e;
    padding: 6px 2px;
    width: 120px;
    /*height: 28px;*/
    margin-top: 10px;
    font-size: 12px;
    border: none;
    color: #e9e9e9 !important;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    font-family: 'mulish-med';
    outline: none !important;
}

.bg-form{
    /*background-color: #dbdbdb;*/
    padding: 40px 20px;
    background: url('../images/bg-form.png') bottom no-repeat #dbdbdb;
    /*border-radius: 15px;*/
    /*box-shadow: 10px 10px 20px #bebebe;*/
}
.bg-smoke{
    background: #e7e7e7;
}


@media only screen and (min-width: 768px) {
    .row [class*="vertLine"]::before {
        content: "";
        position: absolute;
        top: 30%;
        bottom: 30%;
        right: 0;
        width: 1px;
        background-color: #fefefe;
    }
}

/***********************************Contact***********************************/

.sliderContact {
     background: url(../images/bg-home.jpg) center no-repeat; 
    /* background-size: cover; */
    /* margin-bottom: 60px; */
    /*background: linear-gradient(90deg, rgba(71,40,136,1) 0%, rgba(89,60,148,1) 30%, rgba(13,105,181,1) 100%);*/
    height: 30vh;
    position: relative;
}
.sliderContactAbs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.sliderHeader {
    border-bottom: 1px solid #696969;
    font-size: 48px;
    color: #254485;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sliderSub {
    color: #f7f7f7;
    font-size: 18px;
    text-transform: uppercase;
}
.submitBtn{
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 10px;
  /*margin: 10px 0 0 0;*/
  border-radius: 6px;
  background: var(--navy);
  color: #f9f9f9;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*.bg-fixed{*/
/*    position: relative;*/
    /*margin: 60px 0 0 0;*/
/*    background: url('../images/bg-fixed.jpg') center no-repeat;*/
/*    background-attachment: fixed;*/
/*    background-size: cover;*/
/*    height: 400px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.bg-fixed {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.bg-fixed::after {
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.quote-abs{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fefefe;
    z-index: 9;
    text-transform: uppercase;
    text-align: center;
}
.bg-office{
    position: relative;
    /*margin: 60px 0 0 0;*/
    background: url('../images/bg-fixed-office.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 60vh;
}
.bg-office::after {
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-body{
    display: flex;
}
/*.overlay-blend{*/
/*    mix-blend-mode:darken;*/
/*}*/

.sliderContact {
     background: url(../images/bread.jpg) center no-repeat; 
    /* background-size: cover; */
    /* margin-bottom: 60px; */
    /*background: linear-gradient(90deg, rgba(71,40,136,1) 0%, rgba(89,60,148,1) 30%, rgba(13,105,181,1) 100%);*/
    height: 600px;
    background-attachment: fixed;
    position: relative;    
}
.main_menu_home{
    background-color:transparent;
}

.bg-quote{
    background: url('../images/ilham-quote-2.png') center no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fefefe;
}
.bg-services{
    background: url('../images/fixed-services-3.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fefefe;
}

.bg-choisir{
    background: url('../images/bg-choisir.jpg') center no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}
.bg-choisir ul {
    column-count: 2;
    column-gap: 80px;
    margin: 20px 0 0 0;
}
.bg-choisir ul li {
    break-inside: avoid-column;
    margin: 10px 0;
}

.timeline-list{
    
}

.timeline-list li{
    margin: 10px 0;
}

.timeline-list li::marker{
    color: var(--ltblue);
}

.circle-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
}

.odd-slide {
    background-color: #fefefe;
    color: var(--grey);
}

.even-slide {
    background-color: var(--grey);
    color: #fefefe;
}
/*********************************Booking Form*********************************/
.separate-book{
    background-color: #e7e7e7;
    padding: 15px;
    margin: 30px 0;
}

/****************************New CSS****************************/

/*.slider-home{*/
/*    position: relative;*/
/*    background: url('../images/bg-slider.jpg') center no-repeat;*/
/*    background-size: cover;*/
/*    height: 700px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.slider-home {
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
}

.video-background-home {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.slider-about{
    position: relative;
    background: url('../images/slider-about-3.jpg') right no-repeat;
    background-size: cover;
    height: 700px;
    display: flex;
    align-items: center;
}

.slider-contact{
    position: relative;
    background: url('../images/slider-contact-3.jpg') right no-repeat;
    background-size: cover;
    height: 700px;
    display: flex;
    align-items: center;
}
.slider-services{
    position: relative;
    background: url('../images/slider-services-2.jpg') right no-repeat;
    background-size: cover;
    height: 700px;
    display: flex;
    align-items: center;
}

.book-container{
    background: url('../images/bg-booking.png') right no-repeat;
    background-size: cover;
    box-shadow: 10px 20px 10px #aeaeae;
    /*margin-top: -100px;*/
    padding: 20px 30px;
    color: var(--grey);
}

.book-container label{
    color: #fefefe;
}

.image-container {
    position: relative;
    width: 250px;
    height: 250px; 
    border: 2px solid #e0e0e0;
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    border-top: 3px solid var(--ltblue);
    border-right: 3px solid var(--ltblue);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notre-text{
    position: absolute;
    bottom: -20px;
    background: var(--ltblue);
    color: #fefefe;
    width: 85%;
    text-align: left;
    padding: 10px;
    margin-bottom: 0;
    border-top-right-radius: 20px;
    display: grid;
    place-content: center;
}

.notre-text p{
    margin-bottom: 0;
}

.arrow-slider{
    width: auto;
    height: 20px;
    margin: 10px 0 0 10px;
}

.map-absolute{
    position: absolute;
    top: 100px;
    left: 50%;
    width: 900px;
    transform: translate(-50%, 0);
    z-index: -1;
    opacity: 0.6;
}

.s-shape-rotate-home{
    position: absolute;
    top: 350px;
    left: 50%;
    width: 1320px;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.6;
}

.bg-map-about{
    /*padding: 60px 0;*/
    background: url('../images/map-grey.png') center no-repeat;
    background-size: 40%;
}

.map-about{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    transform: translate(-50%, -50%); 
    z-index: -1;
    opacity: 0.6;
}

.s-shape-absolute {
    position: absolute;
    top: 0;
    right: 20px;
    width: 400px;
    /* transform: translate(-50%, 0); */
    z-index: -1;
}

.bg-download{
    background: url('../images/home-banner-1.jpg') center no-repeat;
    background-size: cover;
    height: 36vh;
    display: flex;
    align-items: center;
    box-shadow: 10px 20px 10px #aeaeae;
}
.listed-propos{
    padding: 15px 0 0 15px;
}

.listed-propos li::marker {
    color: var(--ltblue);
}
.listed-propos li {
    font-family: 'mont-bold';
    margin-bottom: 15px;
}

.slider-img{
    max-width: 500px;
    height: auto;
}
.home-crane{
    max-width: 300px;
    height: auto;
}

.bg-fixed-about{
    position: relative;
    background: url('../images/bread.jpg') center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 60vh;
    display: flex;
    align-items: center;
}
.bg-fixed-about::after {
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(142,188,190,1) 0%, rgba(142,188,190,0) 100%);
}

.about-img{
    max-width: 400px;
    height: auto;
}

.contact-img{
    max-width: 150px;
    height: auto;
    margin-bottom: 15px;
}
.slider-contact-img{
    max-width: 350px;
    height: auto;
}

.bg-partner{
    background: var(--grey);
    box-shadow: 10px 20px 10px #aeaeae;
    padding: 60px 0;
}
.img-group{
    max-width: 50%;
    height: auto;
}
.row .col-lg-3:nth-of-type(odd) .notre-card {
    background-color: var(--ltblue);
}

.row .col-lg-3:nth-of-type(even) .notre-card {
    background-color: var(--grey);
}
.notre-card{
    color: #fefefe;
    padding: 20px;
    margin-bottom: 20px;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-input{
    padding: 12px;
    width: 100% !important;
    border: 1px solid var(--grey) !important;
}

.news-btn{
    background: var(--ltblue);
    color: #fefefe;
    padding: 4px 8px;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.map-contact{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.6;
}

.bg-about-fond{
    background: url('../images/bg-fonda.jpg') center no-repeat;
    background-size: cover;
    
}
.fonda-ilham{
    border-top-right-radius: 180px;
    max-width: 90%;
    height: auto;
    padding: 30px;
}


.imgholder {
    position: relative;
    overflow: hidden;
    /*width: 250px;*/
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.imgholder img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 540px;
    transition: all 0.3s ease;
}
.gradtech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to left, rgba(36, 103, 176, 1), rgba(64, 62, 146, 1));*/
    background: #0e0e0e80;
    opacity: 0.5;
    transition: top 0.7s ease-in-out;
}
.imgholder p {
  width: 80%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 1; 
    transition: 0.5s ease-in-out;
}
.imgholder:hover .gradtech {
    top: 100%;
}
.imgholder:hover p {
    top: 150%;
}
.imgholder:hover img {
    transform: scale(1.1);
}
.ilham-video-section{
    position: relative;
    height: 700px;
    z-index: 5;
    overflow: hidden;
    padding: 0;
}

/*********Mobile Version***********/
.mobile-show{
    display: none;
}
.arrow_btn {
  color: white;
  background-color: var(--ltblue);
  width: 48px;
  height: 40px;
  float: right;
  position: fixed;
  right: 40px;
  z-index:100;
  bottom: 40px;
}
.arrow_btn a:hover {
  color: white;
  background-color: var(--ltblue);
  width: 48px;
  height: 40px;
  float: right;
  position: fixed;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .mobile-hide{
        display: none;
    }
    .mobile-show{
        display: block;
    }
    .text-header{
        font-size: 38px;
    }
    .text-sub{
        font-size: 20px;
    }
  .slider-img{
      max-width: 300px;
  }
  .book-container{
      margin-top: 0;
  }
  .image-container{
      width: 100%;
  }
  .bg-download {
        background: url(../images/home-banner.jpg) 75% no-repeat;
    }
    .s-shape-absolute{
        width: 250px;
    }
    .footerLogo{
        align-self: center;
    }
    input[type="date"]:before {
        top: 4px;
        right: 0px;
    }
    .notre-card{
        height: 170px;
    }
    .notre-card h4{
        font-size: 16px;
    }
    .notre-card p{
        font-size: 14px;
    }
    .bg-quote {
        background: url(../images/ilham-quote-2.png) left no-repeat;
        height: 250px;
    }
    footer h6{
        font-size: 16px;
    }
    .home-social-list {
      left: -20px;
  }
  
    .slider-about{
        height: 550px;
    }
    .slider-services {
      position: relative; /* Ensure the pseudo-element is positioned relative to this element */
      height: 550px;
      background: url(../images/slider-services-2.jpg) 90% no-repeat;
      background-size: cover;
  }

  .slider-services::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5); /* Light overlay with 50% opacity */
      z-index: 1; /* Ensure the overlay is above the background but below the content */
  }

  .slider-services > * {
      position: relative; /* Ensure any content inside is above the overlay */
      z-index: 2;
  }
    .slider-contact { 
        background: url(../images/slider-contact-3.jpg) 55% no-repeat;
        background-size: cover;
        height: 550px;
    }
    .bg-choisir ul {
        column-count: 1;
    }
    .logo-swiss-med{
        align-self: center;
        margin: 15px 0;
    }
    .ilham-video-section{
        height: 200px;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
 .imgholder p.desc_position1 {
    padding-top: 100px;
    font-size: 8px;
}
  
  /* Update other desc_position classes similarly */
  .imgholder p.desc_position1 {
    padding-top: 100px;
    font-size: 8px;
  }
  
  .imgholder p.desc_position2 {
    padding-top: 100px;
    font-size: 8px;
  }
  
  .imgholder p.desc_position3 {
    padding-top: 100px;
    font-size: 8px;
  }
  
  .imgholder p.desc_position4 {
    padding-top: 100px;
    font-size: 8px;
  }
  
  .imgholder p {
    width: 80%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 1; 
    transition: 0.5s ease-in-out;
  }
  .nav_768_1000{
    margin-top: 10px;
    margin-left: -95px;
   }
   
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/******************* Desktop Version *******************/
@media only screen and (min-width: 769px) {
    /*.imgholder:hover .gradtech {*/
    /*    top: 100%;*/
    /*}*/
    /*.imgholder:hover p {*/
    /*    top: 150%;*/
    /*}*/
    /*.imgholder:hover img {*/
    /*    transform: scale(1.1);*/
    /*}*/
}
