

/**
*****************************************************************
INDEX
*****************************************************************
- VARIABLES
- COLOR VARIABLES
- MIXINS 
- THEME MIXINS

- GLOBAL
- TYPOGRAPHY
- LAYOUT
- HEADER
- CONTENT
- SIDEBAR
- FOOTER
*****************************************************************
*/

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.button1 {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 30px;
  height: 30px;
  transition: all 300ms cubic-bezier(.61, .01, .42, 1);
  cursor: pointer;
  background: transparent;
  border: 0px;
}

.div1 {
  height: 0px;
  border: 1.5px solid #fff;
  width: 22px;
  display: block;
  position: absolute;
  transition: all 300ms cubic-bezier(.61, .01, .42, 1);
  background:#fff;
}

.button1:hover {
  transition-delay: 100ms;
  transform: scale(1.1);
}

.button1:hover div:nth-child(3):before {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #F26451;
}

.button1:hover div {
  border: 2px solid #fff;
  height: 9px;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: 2px;
  animation: atom 300ms linear 1;
  width: 25px;
  top: 0px;
  background:transparent;
}

.button1:focus {
  outline: 0px;
}

.div1:nth-child(1) {
  top: 0px;
}

.div1:nth-child(2) {
  top: 8px;
}

.div1:nth-child(3) {
  top: 16px;
}

.div1:nth-child(3):before {
  opacity: 0;
  animation: ball 1.5s linear infinite;
  content: '';
  border: 2px solid #fff;
  display: block;
  position: relative;
  top: 0.25px;
}

.button1:hover div:nth-child(1) {
  transform: rotate(-33deg);
}

.button1:hover div:nth-child(2) {
  transform: rotate(90deg);
}

.button1:hover div:nth-child(3) {
  transform: rotate(33deg);
}

.button1:hover div:nth-child(3):before {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(.61, .01, .42, 1);
  ;
}








@keyframes atom {
  0% {
    transform: rotate(180deg);
  }
}

@keyframes division {
  0% {
    transform: rotate(180deg);
  }
}

@keyframes ball {
  0% {
    left: -20%;
    top: 10%;
  }
  10% {
    left: 10%;
    top: -35%;
  }
  25% {
    left: 45%;
    top: -50%;
  }
  40% {
    left: 80%;
    top: -20%;
  }
  50% {
    left: 98%;
    top: 18%;
  }
  60% {
    left: 80%;
    top: 50%;
  }
  75% {
    left: 45%;
    top: 80%;
  }
  90% {
    left: 0%;
    top: 60%;
  }
  100% {
    left: -20%;
    top: 10%;
  }
}


.span1 {
  display: inline-block;
  *display:inline; /* ie 7 fix */
 
}

.numberCircle {
  font: 32px Arial, sans-serif;
  font-size: 14px;

  width: 2em;
  height: 2em;
  box-sizing: initial;
  

  border: 0.1em solid white;
  color: white;
  text-align: center;
  border-radius: 50%;    
  
  line-height: 2em;
  box-sizing: content-box;   
}


#heading {
    text-transform: uppercase;
    color: #e82d3c;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform select,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

#msform input:focus,
#msform select:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0A0A0A;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #e82d3c;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: black;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #e82d3c;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #e82d3c;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left;
    float: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #e82d3c;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f0b1"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0eb"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #e82d3c
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #e82d3c
}

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

/*
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    bottom: 25px;
    left: 50%;
}
*/

/*
div.wrapper { float:left;}
div.wrapper label { display: block; overflow: hidden; width: 500px; }
div.wrapper input { float: right; vertical-align: middle; }
div.clearboth { clear: both }


.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
*/

div.formrow { width: 390px; }
div.formrow label { float: left; width: 75%; text-align: left; }
div.formrow span { float: right; width: 20%; text-align: left; }
div.clearboth { clear: both }




















/*=============================================
= COMMON USE AND RESET
=============================================*/



/*----------  RESET DEFAULT CSS  ----------*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
/*----------  COMMON CSS  ----------*/
html {
  font-size: 14px;
}
img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
p {
  font-size: 1rem;
  line-height: 1.6;
}
a,
button,
.more-link,
.more-link *,
.hover-box * {
  transition: all 0.3s ease-out;
}
body {
  -webkit-font-smoothing: antialiased;
}
.container {
  position: relative;
}
/*=============================================
= FONT ALLOCATION 
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading .heading-section,
.heading-content,
.heading-page,
.navigation-a {
  font-family: 'Raleway', sans-serif;
}
body,
p,
span,
.button {
  font-family: 'Raleway', sans-serif;
}
/*=============================================
= LAYOUT HELPER 
=============================================*/
.full-wh {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.header-menu-toggle {
  position: fixed;
  right: 38px;
  top: 24px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "montserrat-medium", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #6C6C6C;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle.opaque {
  background-color: #000000;
}

.header-menu-toggle.opaque .header-menu-text {
  background-color: #000000;
}

.header-menu-toggle:hover, .header-menu-toggle:focus {
  color: #FFFFFF;
}

.header-menu-text {
  display: block;
  position: absolute;
  top: 0;
  left: -70px;
  width: 70px;
  padding-left: 12px;
}

.header-menu-icon {
  display: block;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 10px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-icon::before, .header-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-icon::before {
  top: -9px;
}

.header-menu-icon::after {
  bottom: -9px;
}

@media only screen and (max-width: 600px) {
  .s-header {
      height: 90px;
  }
  .header-logo {
      left: -20px;
 top: 110%;

  }
.header-logo a{
  width: 240px;
  }
  .header-menu-toggle {
      right: 25px;
  }


}

@media only screen and (max-width: 400px) {
  .header-menu-text {
      display: none;
  }
}

.overlays-content a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

      .overlays {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
      }
      
      .overlays-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
      }
      
      .overlays a {
        padding: 8px;
        text-decoration: none;
        font-size: 25px;
        color: #f1f1f1;
        display: block;
        transition: 0.3s;
        font-family: "montserrat-medium", sans-serif;
        text-align: center;
        font-weight: bold;

        text-transform: uppercase;
        letter-spacing: .3rem;
      }
      
      .overlays a:hover, .overlays a:focus {
        color: #f1f1f1;
      }
      
      .overlays .closebtn {
        position: absolute;
        top: 18px;
        right: 30px;
        font-size: 40px;
      }
      
      @media screen and (max-height: 450px) {
        .overlays a {font-size: 20px}
        .overlays .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
        }
      }




/*=============================================
= BACKGROUND
=============================================*/
.bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}
[data-bgholder="background-image"] {
  background-repeat: no-repeat;
  background-size: cover;
}
body .vegas-container {
  position: absolute;
}
/*=============================================
= YOUTUBE BACKGROUND
=============================================*/
.loaded .ytplayer-container {
  display: block;
}
.loaded .placeholder-image {
  opacity: 0;
}
.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ytplayer-player {
  position: absolute;
  transform: translateY(-50%);
  top: 50% !important;
}
/*=============================================
= BASE LAYOUT
=============================================*/
.animated {
  opacity: 0;
}
/*----------  HEADER  ----------*/
.header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  padding-top: 40px;
}
.logo-link {
  display: flex;
  width: 400px;
}



@media only screen and (max-width:800px) {

	.logo-link {
  display: block;
  width: 80%;
  margin: 0 auto;
      position: relative ;
		top:10px;
	
}
	
	
 .intro-text{margin-top: -50px;}                   
	

}


@media only screen and (max-width:400px) {
  
	.logo-link {
  display: block;
  width: 80%;
  margin: 0 auto;
		    position: relative ;


}
	.intro-text{margin-top: -50px;}
	
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	
.logo-link {
  display: block;
  width: 80%;
  margin: 0 auto;
	    position: relative ;


}
	
.intro-text{margin-top: -50px;}	


}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 

.logo-link {
  display: block;
  width: 80%;
  margin: 0 auto;
	    position: relative ;


}
	.intro-text{margin-top: -50px;}
	

}




/*----------  NAVIGATION  ----------*/
.navigation-area {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-left: 40px;
  margin-bottom: 40px;
}
/*----------  SOCIAL  ----------*/
.social-area {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin-right: 40px;
  margin-bottom: 40px;
}
/*----------  HOME AREA  ----------*/
.home-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
}
.ckav-body.active-popup-section .intro-element {
  visibility: hidden;
  opacity: 0;
}
.ckav-body .intro-element {
  visibility: visible;
  opacity: 1;
}
/*----------  POPUP AREA TRANSITION  ----------*/
.popup-area .popup-overlay,
.active-popup-section .popup-area .popup-overlay,
.popup-section,
.ckav-body.active-popup-section .intro-element,
.ckav-body .intro-element,
.active-popup-section .active-section.popup-section {
  transition: all 0.5s ease-out;
}
/*----------  POPUP AREA  ----------*/
.popup-area {
  height: 100vh;
}
.popup-area .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(100%);
}
.active-popup-section .popup-area {
  height: auto;
  min-height: 100vh;
}
.active-popup-section .popup-area .popup-overlay {
  transform: translateY(0%);
}
.popup-section {
  display: none;
  padding: 80px 0;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.popup-section .inner-section {
  width: 100%;
  visibility: hidden;
}
.popup-section .close-section1 {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 40px;
  margin-right: 40px;
}

.popup-section .close-section2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40px;
  margin-left: 40px;
}

.popup-section .close-section3 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40px;
  margin-left: 100px;
}


.active-popup-section .active-section.popup-section {
  visibility: visible;
  opacity: 1;
  height: auto;
  min-height: 100vh;
}
.active-popup-section .active-section.popup-section .inner-section {
  visibility: visible;
  opacity: 1;
}
/*----------  FOOTER  ----------*/
.footer-area {
  position: fixed;
  bottom: 0;
  right: 80px;
  z-index: 0;
  padding-bottom: 50px;
  text-align: center;
}
.footer-area p,
.footer-area a,
.footer-area .c-text {
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 0;
  text-transform: uppercase;
}
/*=============================================
= TYPOGRAPHY
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.14;
}
.font-01,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading .heading-section,
.heading-content,
.heading-page,
.navigation-a {
  font-family: 'Raleway', sans-serif;
}
.font-02,
body,
.heading-sub,
.heading-section-sub,
.heading-content-sub,
.heading-page-sub,
p,
.heading-pre,
.c-text {
  font-family: 'Raleway', sans-serif;
}
/*----------  HEADING WEIGHT  ----------*/
.heading {
  font-weight: 700;
}
.heading-content {
  font-weight: 500;
}
.heading-section {
  font-weight: 600;
}
.heading-page {
  font-weight: 700;
}
/*----------  HEADING SIZE  ----------*/
.heading,
.heading-content,
.heading-section,
.heading-page {
  font-size: 2.57142857rem;
  margin-bottom: 1.07142857rem;
}
.heading.xxxlarge,
.heading-content.xxxlarge,
.heading-section.xxxlarge,
.heading-page.xxxlarge {
  font-size: 7.14285714rem;
}
.heading.xxlarge,
.heading-content.xxlarge,
.heading-section.xxlarge,
.heading-page.xxlarge {
  font-size: 5.71428571rem;
}
.heading.xlarge,
.heading-content.xlarge,
.heading-section.xlarge,
.heading-page.xlarge {
  font-size: 5rem;
}
.heading.large,
.heading-content.large,
.heading-section.large,
.heading-page.large {
  font-size: 3.57142857rem;
}
.heading.normal,
.heading-content.normal,
.heading-section.normal,
.heading-page.normal {
  font-size: 2.85714286rem;
}
.heading.medium,
.heading-content.medium,
.heading-section.medium,
.heading-page.medium {
  font-size: 2.28571429rem;
}
.heading.small,
.heading-content.small,
.heading-section.small,
.heading-page.small {
  font-size: 1.71428571rem;
}
.heading.mini,
.heading-content.mini,
.heading-section.mini,
.heading-page.mini {
  font-size: 1.28571429rem;
}
.heading.tiny,
.heading-content.tiny,
.heading-section.tiny,
.heading-page.tiny {
  font-size: 1.14285714rem;
}
/*----------  SUB HEADING  ----------*/
.heading-sub,
.heading-section-sub,
.heading-content-sub,
.heading-page-sub {
  font-size: 1.57142857rem;
  margin-bottom: 2.85714286rem;
  font-weight: 400;
}
.heading-sub.xlarge,
.heading-section-sub.xlarge,
.heading-content-sub.xlarge,
.heading-page-sub.xlarge {
  font-size: 2.28571429rem;
}
.heading-sub.large,
.heading-section-sub.large,
.heading-content-sub.large,
.heading-page-sub.large {
  font-size: 1.85714286rem;
}
.heading-sub.small,
.heading-section-sub.small,
.heading-content-sub.small,
.heading-page-sub.small {
  font-size: 1.42857143rem;
}
.heading-sub.mini,
.heading-section-sub.mini,
.heading-content-sub.mini,
.heading-page-sub.mini {
  font-size: 1.28571429rem;
}
.heading-sub.tiny,
.heading-section-sub.tiny,
.heading-content-sub.tiny,
.heading-page-sub.tiny {
  font-size: 1.14285714rem;
}
/*----------  PRE HEADING  ----------*/
.heading-pre {
  font-size: 1.57142857rem;
  margin-bottom: 1.42857143rem;
  font-weight: 400;
}
.heading-pre.xlarge {
  font-size: 2.28571429rem;
}
.heading-pre.large {
  font-size: 1.85714286rem;
}
.heading-pre.small {
  font-size: 1.42857143rem;
}
.heading-pre.mini {
  font-size: 1.28571429rem;
}
.heading-pre.tiny {
  font-size: 1.14285714rem;
}
/*----------  GLOBAL TYPO COLOR  ----------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading,
.heading-content,
.heading-section,
.heading-page {
  color: #1F2229;
}
/*----------  LIGHT TITLE  ----------*/
.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light .h1,
.typo-light .h2,
.typo-light .h3,
.typo-light .h4,
.typo-light .h5,
.typo-light .h6,
.typo-light .heading,
.typo-light .heading,
.typo-light .heading-content,
.typo-light .heading-section,
.typo-light .heading-page,
.typo-light .heading-sub,
.typo-light .heading-pre,
.typo-light p {
  color: #fff;
}
/*----------  SUB-TITLE  ----------*/
.heading-sub,
.heading-section-sub,
.heading-content-sub,
.heading-page-sub {
  color: #6f6f6f;
}
/*----------  LIGHT SUB-TITLE  ----------*/
.typo-light .heading-sub,
.typo-light .heading-section-sub,
.typo-light .heading-content-sub,
.typo-light .heading-page-sub {
  color: #e1e1e1;
}
/*----------  P TAG TEXT  ----------*/
p,
body {
  color: #6f6f6f;
}
/*----------  LIGHT P TAG TEXT  ----------*/
.typo-light p {
  color: #e1e1e1;
}
/*=============================================
= PAGE LOADER
=============================================*/
#loader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #1F2229;
}
#loader .load-three-bounce {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 80px;
  margin-left: -40px;
  margin-top: -10px;
}
#loader .load-three-bounce .load-child {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  animation: load-three-bounce 1.4s ease-in-out 0s infinite both;
}
#loader .load-three-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loader .load-three-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes load-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: sacle(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes load-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: sacle(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes load-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: sacle(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes load-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: sacle(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*=============================================
= MENU ICON
=============================================*/
.menu-icon-wrp .menu-icon {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.menu-icon-wrp .menu-icon .bar {
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  transition: 0.3s;
}
.menu-icon-wrp .menu-icon .bar:before,
.menu-icon-wrp .menu-icon .bar:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.3s;
}
.menu-icon-wrp .menu-icon .bar:before {
  top: -8px;
}
.menu-icon-wrp .menu-icon .bar:after {
  top: 8px;
}
.menu-icon-wrp .menu-icon.active .bar {
  background: transparent;
}
.menu-icon-wrp .menu-icon.active .bar:after,
.menu-icon-wrp .menu-icon.active .bar:before {
  top: 0;
}
.menu-icon-wrp .menu-icon.active .bar:after {
  transform: rotate(45deg);
}
.menu-icon-wrp .menu-icon.active .bar:before {
  transform: rotate(-45deg);
}
.dark.menu-icon-wrp .menu-icon .bar {
  background-color: #1F2229;
}
.dark.menu-icon-wrp .menu-icon .bar:before,
.dark.menu-icon-wrp .menu-icon .bar:after {
  background-color: #1F2229;
}
.dark.menu-icon-wrp .menu-icon.active .bar {
  background: transparent;
}
.menu-icon-wrp.style-1 .menu-icon {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.menu-icon-wrp.style-1 .menu-icon .bar {
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  transition: 0.3s;
}
.menu-icon-wrp.style-1 .menu-icon .bar:before,
.menu-icon-wrp.style-1 .menu-icon .bar:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.3s;
}
.menu-icon-wrp.style-1 .menu-icon .bar:before {
  top: -6px;
}
.menu-icon-wrp.style-1 .menu-icon .bar:after {
  top: 6px;
}
.menu-icon-wrp.style-1 .menu-icon.active .bar {
  background: transparent;
}
.menu-icon-wrp.style-1 .menu-icon.active .bar:after,
.menu-icon-wrp.style-1 .menu-icon.active .bar:before {
  top: 0;
}
.menu-icon-wrp.style-1 .menu-icon.active .bar:after {
  transform: rotate(45deg);
}
.menu-icon-wrp.style-1 .menu-icon.active .bar:before {
  transform: rotate(-45deg);
}
.dark.menu-icon-wrp.style-1 .menu-icon .bar {
  background-color: #1F2229;
}
.dark.menu-icon-wrp.style-1 .menu-icon .bar:before,
.dark.menu-icon-wrp.style-1 .menu-icon .bar:after {
  background-color: #1F2229;
}
.dark.menu-icon-wrp.style-1 .menu-icon.active .bar {
  background: transparent;
}
/*=============================================
= POPUP
=============================================*/
.popup-content {
  max-width: 600px;
  min-width: 300px;
  position: relative;
  margin: auto;
  text-align: center;
  background-color: #ffffff;
}


.popup-content .pop-body,
.popup-content .pop-header {
  padding: 60px;
}
.popup-content .mfp-close {
    color: #fff;
    width: 40px;
    height: 40px;
    top: -40px;
    right: 0;
    font-size: 30px;
}
.popup-content.reset {
  max-width: none;
  min-width: none;
  background-color: transparent;
  text-align: left;
}
.popup-content.container {
  padding: 0px;
}
.popup-content._1 .mfp-close {
  color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  font-size: 30px;
  top: 0;
  right: 0;
}


/*=============================================
= POPUP-Consultation
=============================================*/
.popup-content-consultation {
  max-width: 600px;
  min-width: 300px;
  position: relative;
  margin: auto;
  text-align: center;
  background-color: #ffffff;
}
.popup-content-consultation .pop-body,
.popup-content-consultation .pop-header {
  padding: 60px;
}
.popup-content-consultation .mfp-close {
  color: #ffffff;
  width: 40px;
  height: 40px;
  top: -40px;
  right: -9px;
  font-size: 30px;
}
.popup-content-consultation.reset {
  max-width: none;
  min-width: none;
  background-color: transparent;
  text-align: left;
}
.popup-content-consultation.container {
  padding: 0px;
}
.popup-content-consultation._1 .mfp-close {
  color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  font-size: 30px;
  top: 0;
  right: 0;
}
/*=============================================
= BG ANIMATION
=============================================*/
@keyframes scroll {
  from {
    left: 0px;
  }
  50% {
    left: -1000px;
  }
  to {
    left: -1920px;
  }
}
@-webkit-keyframes scroll {
  from {
    left: 0px;
  }
  50% {
    left: -1000px;
  }
  to {
    left: -1920px;
  }
}
.bg-anim {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat-x;
}
.bg-anim {
  -webkit-animation: scroll 60s infinite linear;
  animation: scroll 60s infinite linear;
}
/*=============================================
= SHAP
=============================================*/
.ckav-shap {
  width: 100%;
  position: absolute;
  bottom: -1px;
  transform: rotateX(180deg);
}
/*=============================================
= NAVIGATION
=============================================*/
.navigation-li {
  display: inline-flex;
}
.navigation-a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.4s ease-out;
  border-radius: 100%;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
  color: #fff;
}
.navigation-a .icon,
.navigation-a .text {
  display: inline-flex;
  line-height: 1;
}
.navigation-a .icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.navigation-a .text {
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  position: absolute;
  top: -30px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
  color: #1F2229;
}
.navigation-a .text i {
  position: absolute;
  top: 100%;
  line-height: 1px;
  font-size: 26px;
  color: #fff;
  margin-top: -3px;
}
.navigation-a:hover {
  background-color: #fff;
  color: #1F2229;
}
.navigation-a:hover .text {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-out;
}
/*=============================================
= SECTION TITLE
=============================================*/
div#close-picture-details {
    position: absolute;
    left: 30px;
    top: 2px;
    z-index: 9999;
}

div#full-close-picture-details {
    position: absolute;
    right: 28px;
    top: 2px;
    z-index: 9999;
}

.red-background {
    background: radial-gradient(#fe2a0545, transparent);
}

.form-card input[type="checkbox"] {margin-bottom: 0px !important;margin-top: 0px !important;padding: 0px !important;}


div#popup-content-consultation {
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
div#popup-content-consultation::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
div#popup-content-consultation {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

button#popup-content-consultation-close {
    color: #fff;
    max-width: 600px;
    min-width: 600px;
    position: relative;
    margin: auto;
    text-align: right;
}

@media screen and (max-width: 600px) {
  button#popup-content-consultation-close {
        min-width: 100%;
    }
}

#popup-content-consultation .pop-header {
    padding-top: 15px !important;
}

#popup-content-consultation h2.heading-section {
    margin-bottom: 5px;
}

#popup-content-consultation p {
    margin-bottom: 5px;
}

#popup-content-consultation .card {
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#popup-content-consultation ul#progressbar {
    margin-bottom: 15px;
}

#popup-content-consultation #msform input, #msform select, #msform textarea {
    margin-bottom: 10px;
}

#popup-content-consultation .pop-body {
    padding-bottom: 0px !important;
}

#popup-content-consultation form#msform {
    margin-top: 15px;
}

#popup-content-consultation #msform fieldset {
    padding-bottom: 0px;
}