@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');

@font-face {
  font-family: Futura;
  src: url(../fonts/FuturaPTCondMedium.otf);
}

/*Document settings*/

body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px;
  color: #252525;
}

ul {
  text-decoration: none;
  list-style-type: none;
}

input[type='number'] {
  -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

a, a:active, a:focus, button, button:hover, button:active, button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

@-ms-viewport{
  width: device-width;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

button { border:none !important; } 

/*Global Shadow */

.text-shadow {
  text-shadow: 5px 4px 0px rgba(0,0,0,0.01);
}

.d-none {
  display:none;
}

.pointer {
  cursor: pointer;
}

.ptc-0 {
  padding-top: 2px;
}

.plc-20 {
  padding-left: 20px;
}

@media(max-width: 768px) {
  .plc-20 {
    padding-left: 0px;
  }
}

.prc-25 {

}

.ptc-50 {
  padding-top: 50px !important;
}

.pbc-25 {
  padding-bottom: 25px !important;
}

.pcc-100 {
  padding: 100px 0px !important;
}

.pbc-100 {
  padding-bottom: 100px;
}

.pbc-50 {
  padding-bottom: 50px;
}

.underline {
  text-decoration: underline;
}

.bg-light {
  background-color: #f8f8f8 !important;
}

.divider {
  margin-top: 150px;
  margin-bottom: 150px;
}

.seperator {
  padding-top: 150px;
  padding-bottom: 150px;
}

.seperator-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.divider-50 {
  margin: 50px 0px;
}

.divider-100 {
  margin: 100px 0px;
}

.divider-t-100 {
  margin-top: 100px;
}

.divider-b-75 {
  margin-bottom: 75px;
}

.divider-b-150 {
  margin-bottom: 150px;
}

.divider-b-200 {
  margin-bottom: 200px;
}

.divider-75 {
  margin: 75px 0px;
}

.divider-150 {
  margin: 150px 0px;
}

.divider-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

@media(max-width: 768px) {

  .divider {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .seperator {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .seperator-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .divider-50 {
    margin: 25px 0px;
  }

  .divider-100 {
    margin: 50px 0px;
  }

  .divider-t-100 {
    margin-top: 50px;
  }

  .divider-b-75 {
    margin-bottom: 25px;
  }

  .divider-b-150 {
    margin-bottom: 100px;
  }

  .divider-b-200 {
    margin-bottom: 150px;
  }

  .divider-75 {
    margin: 25px 0px;
  }

  .divider-150 {
    margin: 100px 0px;
  }

  .divider-125 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}


.text-divider {
  margin: 0px 0px 100px 0px;
}

.mtc-5 {
  margin-top: 5px !important;
}

.mtc-10 {
  margin-top: 10px !important;
}

.mtc-15 {
  margin-top: 15px !important;
}

.mtc-30 {
  margin-top: 30px !important;
}

.mtc-50 {
  margin-top: 50px !important;
}

.mtc-60 {
  margin-top: 60px !important;
}

.mtc-75 {
  margin-top: 75px !important;
}

.mtc-100 {
  margin-top: 100px !important;
}

.mbc-10 {
  margin-bottom: 10px !important;
}

.mbc-30 {
  margin-bottom: 30px !important;
}

.mbc-15 {
  margin-bottom: 15px !important;
}

.mbc-50 {
  margin-bottom: 50px !important;
}

.mbc-100 {
  margin-bottom: 100px !important;
}

.text-black {
  color: #252525 !important;
}

.text-black:hover {
  color: #252525 !important;
}

.bg-none {
  background-color: transparent !important;
}

.uppercase {
  text-transform: uppercase;
}


/*Fade*/

.fade-short {
  position: relative;
  animation-name: fade;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}

.fade-medium {
  position: relative;
  animation-name: fade;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}

.fade-long {
  position: relative;
  animation-name: fade;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}


/*Animations*/

/*Intro text animation, location.slider*/

@keyframes fade {
  
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }

}

.material-icons, .icon-text {
  vertical-align: middle !important;
  padding-bottom: 3px;
}

.form-control {
  font-family: 'Open Sans', sans-serif;
}

/*Header Design*/

#logo {
  height: 40px;
}

@media(max-width: 768px) {
  
  #logo {
    height: 30px;
  }

}

.navbar-brand {
  font-size: 1.8rem;
}

.nav-link {
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  letter-spacing: 0.1px;
  font-family: 'Open Sans', sans-serif;
}


/*Home Page design*/

.w-100 {
  width: 100% !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mbc-10 {
  margin-bottom: 100px
}

.mbc-20 {
  margin-bottom: 200px
}

.plain-link {
  color: #ffffff;
  text-decoration: none;
  transition-duration: 0.5s;
}

.plain-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.text-blue {
  color: #002c4c !important;
}

.home-icon {
  padding: 10px 10px;
}

.pcc-75 {
  padding: 75px 0px 75px 0px;
}

.pcc-50 {
  padding: 50px 0px 50px 0px;
}


/*Skill Page Design*/

.custom-list li {
  font-size: 18px;
  letter-spacing: 0.33px;
}

.card-indication-text {
  font-size: 20px;
  font-weight: bold;
}

.mtc-10 {
  margin-top: 100px;
}


/*Privacy Design*/

.privacy-paragraph-text {
  font-size: 18px;
  color: #252525;
  letter-spacing: 0.50px;
  line-height: 26px;
  font-weight: 300;
}

.privacy-paragraph-text-lg {
  font-size: 24px;
  color: #252525;
  letter-spacing: 0.50px;
  line-height: 26px;
  font-weight: 300;
}

.privacy-paragraph-title {
  font-size: 40px;
  color: #252525;
  letter-spacing: 1px;
  font-weight: 300;
}

@media(max-width: 768px) {
  .privacy-paragraph-title {
    font-size: 32px;
    color: #252525;
    letter-spacing: 1px;
    font-weight: 300;
  }

}

.privacy-paragraph-secondary-title {
  font-size: 28px;
  color: #252525;
  letter-spacing: 0.75px;
  font-weight: 300;
}

.privacy-paragraph-about-sub-title {
  font-size: 22px;
  color: #252525;
  letter-spacing: 0.75px;
  font-weight: 300;
}

.privacy-watermark-text { 
  font-size: 12px;
  color: #9B9B9B;
  letter-spacing: 0.50px;
  line-height: 20px;
  font-weight: 300;
}

.paragraph-text {
  font-size: 20px;
  /*color: #9B9B9B;*/
  letter-spacing: 0.75px;
  line-height: 26px;
  font-weight: 300;
}


/*Privacy Design v2*/

.privacy-v2-paragraph-text {
  font-size: 15px;
  color: #252525;
  letter-spacing: 0.50px;
  line-height: 26px;
  font-weight: 300;
}

.privacy-v2-paragraph-title {
  font-size: 32px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 400;
}

@media(max-width: 768px) {
  .privacy-v2-paragraph-title {
    font-size: 24px;
    color: #252525;
    letter-spacing: 1px;
    font-weight: 400;
  }

}

.privacy-v2-paragraph-secondary-title {
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.75px;
  font-weight: 400;
}

.privacy-v2-watermark-text {
  font-size: 12px;
  color: #9B9B9B;
  letter-spacing: 0.50px;
  line-height: 20px;
  font-weight: 300;
}


/*Footer Design*/

footer {
  background-color: #000000;
}

.footer {
  padding: 35px 40px 10px 40px;
  margin-top: 65px;
}

.hr-light {
  color: #fff;
  background-color: #fff;
}

.footer-padding {
  padding: 100px 0px 0px 0px;
}

.footer-link {
  font-size: 18px;
  font-weight: 400 !important;
  letter-spacing: 0.66px;
  color: #FFFFFF;
  transition-duration: 0.5s;
}

.footer-link:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.footer-title-text {
  color: #FFFFFF;
  font-weight: 400 !important;
  font-size: 24px !important;
}

.copyright {
  font-weight: 600 !important;
}

/*Home Page Design*/

.home-page {
  height: 100vh;
}

.top {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.wrapper {
  position: relative;
  height: auto;
}

header {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
}

.nav-top {
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
}

header .intro-text {
  bottom: 50px !important;
  position: absolute;
}


header .intro-text .intro-lead-in {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  header .intro-text .intro-lead-in {
    font-size: 64px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

header .intro-text .intro-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  line-height: 25px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}

#home-background {
  width: 100%;
  height: 65vh;
}

video {
  min-width: 100%; 
  min-height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  width: auto; 
  object-fit: cover;
}

.video-card {
  position: relative;
}

.video-card:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.video-card:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  left: 15px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.video-card-outside {
  position: relative;
}

.video-card-outside:before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  left: -20px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.video-card-outside:after {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -15px;
  right: -20px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

@media(max-width: 768px) {
  video {
    min-width: 100%; 
    height: auto;
    margin: 0px !important;
    padding: 0px !important;
  }

  .video-card {
    position: relative;
  }

  .video-card:before {
    display: none;
  }

  .video-card:after {
    display: none;
  }

  .video-card-outside {
    position: relative;
  }

  .video-card-outside:before {
    display: none;
  }

  .video-card-outside:after {
    display: none;
  }
}


/* Override */

.navbar {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.navbar.scrolled {
  background-color: #f8f8f8;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  color: #252525 !important;
}

/*Contact us*/

.btn-c {
  display: inline-block;
  background: transparent;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}

.btn-c:hover {
  text-decoration: none;
}


/*Cookie design*/

#cookieNotify {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: rgb(255,255,255,0.75);
}

#cookieNotify .alert {
  color: #797979;
  margin-bottom: 0;
  border-width: 0;
  border-radius: 0;
}

#cookieNotify .alert:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  z-index: -1;
}

#cookieNotify .alert .close {
  float: right;
  min-width: 20px;
  margin-top: 20px;
  margin-left: 15px;
  color: #222;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  outline: 0;
  z-index: 1;
}

#cookieNotify .alert p {
  margin-top: 4px;
  overflow: hidden;
}

.cookie-text-fix {
  font-size: 14px !important;
}

/*Back to Top button*/

.bottom-top-button {
  position: fixed;
  height: 50px;
  width: 50px;
  right: 20px;
  bottom: 20px;
  display: none;
  transition-duration: 1s !important;
  z-index: 999;
  max-width: 100px !important;
  background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), linear-gradient(to right, #ff6b01 , #e52d42);
  border-radius: 100%;
}

@media(max-width: 1200px) {
  .bottom-top-button {
    position: fixed;
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
    display: none;
    transition-duration: 1s !important;
    z-index: 999;
    max-width: 100px !important;
    background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), linear-gradient(to right, #ff6b01 , #e52d42);
    border-radius: 100%;
  }
}

.bottom-top-button a {
  padding: 12px 16px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}


/*Home icons design*/

.mz-module-about h3 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #3A3A3A;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mz-module-about p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

@media (max-width: 768px) {
  .mz-module-about p {
    margin-bottom: 40px;
  }
}

.ot-circle {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 40px;
  padding: auto;
  color: #1E388D;
  border-radius: 50%;
  border: #ffffff 2px solid;
  font-size: 40px;
  padding: 15px 0px 0px 0px;
  transition-duration: 0.66s;
  cursor: pointer;
}

.ot-circle:hover {
  color: #FFFFFF;
}

.ot-circle-r {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 40px;
  padding: auto;
  color: #1E388D;
  border-radius: 50%;
  border: #ffffff 2px solid;
  font-size: 40px;
  padding: 20px 0px 0px 0px;
  transition-duration: 0.66s;
  cursor: pointer;
}

.ot-circle-r:hover {
  color: #FFFFFF;
  background-color: #1E388D;
}

.ot-circle-n {
  height: 100px !important;
  width: auto;
  text-align: center;
  line-height: 100px;
  color: #1E388D;
  margin: 0 2px 4px;
  font-size: 40px;
}

.ot-circle-s {
  height: 175px !important;
  width: auto;
  text-align: center;
  line-height: 175px;
  color: #1E388D;
  margin: 0 2px 4px;
  font-size: 40px;
}


/*Map Design*/

.h-500 {
  height: 500px;
}


/*Form redesign*/

.no-radius {
  border-radius: 0px !important;
}


/*Home*/

.home-header {
  max-height: calc(100vh - 95px);
  overflow: hidden;
  position: relative;
}

.home-header-background {
  margin: 0px !important;
  height: calc(100vh - 95px);
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/home-image.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}



@media(max-width: 768px) {

  .home-header {
    max-height: calc(95vh);
    overflow: hidden;
    position: relative;
  }

  .home-header-background {
    margin: 0px !important;
    height: calc(95vh);
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/home-image.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

}

@media(max-width: 768px) and (max-height: 667px) {

  .home-header {
    max-height: calc(115vh);
    overflow: hidden;
    position: relative;
  }

  .home-header-background {
    margin: 0px !important;
    height: calc(115vh);
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/home-image.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

}

@media(min-width: 768px) and (max-width: 1366px) and (max-height: 768px) { 

  .home-header {
    max-height: calc(110vh);
    overflow: hidden;
    position: relative;
  }

  .home-header-background {
    margin: 0px !important;
    height: calc(110vh);
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/home-image.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

}

/*Error design*/

.error-message-title {
  font-size: 128px;
  font-color: #152c9e !important;
}


/*Login addition*/

.no-border {
  border: none !important;
}

.form-white {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  font-weight: 400 !important;
}

.form-white::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF !important;
  opacity: 1; /* Firefox */
}

.form-white::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF !important;
}

.form-white::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF !important;
}


/*Navigation redesing*/

.bg-black {
  background-color: #252525;
}


/*Home redesing*/

.mz-module-about h3 {
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  color: #252525;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.mz-module-about p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #969696;
}

@media (max-width: 768px) {
  .mz-module-about p {
    margin-bottom: 40px;
  }
}

.ot-circle {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 40px;
  padding: auto;
  color: #1E388D;
  border-radius: 100px;
  border: #1E388D 2px solid;
  font-size: 40px;
  padding: 15px 0px 0px 0px;
  transition-duration: 0.66s;
  cursor: pointer;
}

.ot-circle:hover {
  color: #FFFFFF;
  background-color: #1E388D;
}

.ot-circle-r {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 40px;
  padding: auto;
  color: #1E388D;
  border-radius: 100%;
  border: #1E388D 2px solid;
  font-size: 40px;
  padding: 20px 0px 0px 0px;
  transition-duration: 0.66s;
  cursor: pointer;
}

.ot-circle-r:hover {
  color: #FFFFFF;
  background-color: #1E388D;
}

.ot-circle-n {
  height: 100px;
  width: auto;
  text-align: center;
  line-height: 100px;
  color: #1E388D;
  margin: 0 2px 4px;
  font-size: 40px;
}

.ot-circle-s {
  height: 100px !important;
  width: auto;
  text-align: center;
  line-height: 100px !important;
  color: #1E388D;
  margin: 0 2px 4px;
  font-size: 40px;
}


/*Arrow design*/

.white-border {
  padding: 15px 15px 10px 15px;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
}

.arrow-text {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  -webkit-animation: up-and-down 0.5s infinite  alternate;
  animation: up-and-down 0.5s infinite  alternate;
}

@keyframes up-and-down {
  0% { transform: translateY(5); }
  100% { transform: translateY(-5px); }
}


/*Header redesign*/

.bg-gradient {
  background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), linear-gradient(to right, #ff6b01 , #e52d42);
}

.header-standard-text {
  font-size: 15px;
}

.header-icon-text {
  font-size: 20px;
}

@media(max-width: 768px) {
  .phc-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.navbar-shadow {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}


/*Home redesign*/

.service-icon {
  height: 60px !important;
  width: auto;
  text-align: center;
}

.home-icon-title {
  font-size: 22px;
  font-weight: 600;
}

.home-icon-text {
  font-size: 15px;
}

.mtc-i {
  margin-top: 40px;
}

.red-line {
  height: 1px;
  background-color: #e62e41;
}

.line-margin {
  margin-top: 3px;
}

.orange-line {

}

.home-about-title {
  font-size: 22px;
}

.home-about-text {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .home-about-text {
    text-align: left !important;
  } 
}
.home-contact {
  background: linear-gradient( rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66) ), url(../img/home-contact.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hhome-contact {
  background: linear-gradient( rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66) ), url(../images/ban6.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-card {
  position: relative;
}

.home-card:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.home-card:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.text-green {
  color: #2db98c;
}

.whatsapp-text-green {
  color: #25D366;
}

.contact-icon-holder {
  border: 3px solid #FFFFFF;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  line-height: 96px;
  font-size: 48px;
  color: #FFFFFF;
}

.btn-main-inverse {
  background: linear-gradient(to right, #ff6b01 , #e52d42);
  color: #FFFFFF !important;
  width: 100%;
  font-size: 20px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.btn-main {
  background: linear-gradient(to left, #ff6b01 , #e52d42);
  color: #FFFFFF !important;
  width: 100%;
  font-size: 14px !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.btn-main-orange {
  background: #ff6b01 !important;
  color: #FFFFFF !important;
  font-size: 20px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.btn-main-gradient {
  background: #2d42e5 !important;
  color: #FFFFFF !important;
  font-size: 18px !important;
  padding: 8px 20px 8px 20px !important;
}

.modal-cancel-button {
  
  color: #FFFFFF !important;
  font-size: 16px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important; 
}

.modal-book-button img {
  margin-left: 6px;
}

.contact-input {
  font-size: 14px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.contact-input-no-padding {
  font-size: 14px !important;
}

.contact-input::placeholder {
  color: #aaaaaa !important;
  opacity: 1;
}

.contact-input::-ms-input-placeholder {
  color: #aaaaaa !important;
}

.contact-input::-ms-input-placeholder {
  color: #aaaaaa !important;
}

.contact-input-no-padding::placeholder {
  color: #aaaaaa !important;
  opacity: 1;
}

.contact-input-no-padding::-ms-input-placeholder {
  color: #aaaaaa !important;
}

.contact-input-no-padding::-ms-input-placeholder {
  color: #aaaaaa !important;
}

.no-right-border {
  border-right: 0px !important;
}

.no-left-border {
  border-left: 0px !important;
}

.contact-input-date {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

select, option {
  cursor: pointer;
  background: url('../img/icons/baseline_keyboard_arrow_down_black_24dp.png') 96% / 32px no-repeat #ffff;
  border: none !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 0px 5px 10px !important;
  border-radius: 0px !important;
}

.right-border {
  border-right: 1px solid #eee;
}

.left-border {
  border-left: 1px solid #eee;
}

.prc-1 {
  padding-right: 5px !important;
}

.plc-1 {
  padding-left: 5px !important;
}

/*@media(max-width: 768px) {

  .prc-1 {
    padding-right: 15px !important;
  }

  .plc-1 {
    padding-left: 15px !important;
  }

}
*/
.header-text {
  position: absolute;
  top: 30px;
  /*left: 30px;*/
}

.header-title {
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 58px;
  font-family: 'Futura' !important;
  font-weight: lighter;
  opacity: 0.65;
}

.whatsapp-icon {
  height: 40px;
  width: auto;
}

.header-follow-up {
  font-size: 26px;
}

.container {
  position: relative;
}

@media(max-width: 1200px) { 
  .whatsapp-icon {
    height: 30px;
    width: auto;
  }

  .header-follow-up {
    font-size: 24px;
  }
}

@media(max-width: 768px) {

  .header-title {
    font-size: 32px;
    font-family: 'Futura' !important;
    line-height: 28px;
    opacity: 0.65;
  }

  .whatsapp-icon {
    height: 26px;
    width: auto;
  }

  .header-follow-up {
    font-size: 20px;
  }

  .header-text {
    position: absolute;
    top: 10px;
    /*left: 10px;*/
  }

}

@media(max-width: 1200px) {

  .header-title {
    font-size: 28px;
    font-family: 'Futura' !important;
    line-height: 28px;
    opacity: 0.65;
  }

}

@media(max-width: 1440px) {

  .header-title {
    font-size: 48px;
    font-family: 'Futura' !important;
    line-height: 44px;
    opacity: 0.65;
  }

}

.futura-font {
  font-family: 'Futura' !important;
}


/*Login page design*/

.login-card-title {
  font-weight: 400;
  font-size: 18px;
}

.login-card-header-padding {
  padding-top: 10px;
  padding-bottom: 10
}

.btn-login-wrap {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #ffffff !important;
  background: linear-gradient(to left, #ff6b01 , #e52d42) !important;
}

.btn-login {
  background: #ffffff !important;
  /*color: #252525 !important;*/
  margin: 0px;
}

.btn-login:hover {
  background: linear-gradient(to left, #ff6b01 , #e52d42) !important;
  color: #ffffff !important;
}

.btn-login:hover .gradient-text {
  -webkit-text-fill-color: #ffffff;
}

.gradient-text {
  background: -webkit-linear-gradient(#ff6b01, #e52d42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-none:hover  {
  text-decoration: none !important;
}


/*Acount page design*/

.blank-image {
  width: 100%;
  height: 375px;
  background-color: #f8f8f8;
}


/*Orders page design*/

.special-active {
  background: linear-gradient(to bottom, #ff6b01 , #e52d42) !important;
}

.green-color {
  color: #008000 !important;
}

.orange-color {
  color: #f08804 !important
}

.red-color {
  color: #FF6666 !important;
}


/*Home header-fix*/

@media(max-width: 768px) {

  .mcc-h {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

}

.button-text {
  font-size: 15px !important;
}

@media(max-width: 768px) {
  .button-text {
    font-size: 13px !important;
  }
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 
::-webkit-scrollbar-thumb {
    background-color: #353535;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.header-text-small {
  display: none !important;
  opacity: 0 !important;
}
.input-field-wrapper {
  background-color: #fff !important;
  border-radius: 3px !important;
}
.from-input-field {
  border: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border-bottom-right-radius: 3px !important;
  padding-left: 10px !important;
  padding-bottom: 3px !important;
}
.icon-wrapper-prepend-big {
  border-bottom-left-radius: 3px !important;
}
.icon-wrapper-inner-big {
  border: 0 !important;
  border-bottom-left-radius: 3px !important;
}
.icon-wrapper-inner-small {
  border: 0 !important;
  margin-top: -18px !important;
  border-bottom-right-radius: 3px !important;
}
.icon-wrapper-inner-small i {
  margin-top: -20px !important
}
.input-field-label {
  font-size: 13px !important;
  padding-top: 5px !important;
  padding-left: 12px !important;
  text-transform: uppercase !important;
  border-bottom: 0 !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.input-icon-field-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.input-field-wrapper-small {
  background-color: #fff;
  border-radius: 3px;
  height: 100%
}
.label-row {
  font-size: 13px !important;
  padding-top: 5px !important;
  padding-left: 10px !important;
  text-transform: uppercase;
}
.input-inner-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.small-input-selector {
  border: 0 !important;
  border-radius: 3px !important;
  padding-top: 0 !important;
  padding-left: 10px !important;
  height: auto !important;
  padding-bottom: 5px !important;
}
.input-column {
  height: 55px !important;
}
.inputFocus {
  border: 1px solid #e52d42;
}
/*Gallery design*/

.image-shadow {
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.2);
  border-radius: 4px !important;
}

.image-padding {
  margin: 15px;
  transition-duration: 1s;
}

.image-padding:hover {
  margin: 0px;
}

.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

@media(max-width: 768px) {

  #bookForm .mb-3, #bookForm .mb-2 {
    margin-bottom: 7px !important;
  }

  #bookForm .mt-2 {
    margin-top: 0px !important;
  }

}

.footer-creator-link a {
  color: #fff;
  text-decoration: none !important;
}

.footer-creator-link a:hover {
  color: #fff;
  text-decoration: underline !important; 
}

.modal-footer {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.modal-order input, .modal-order textarea {
  border-radius: 0 !important;
}

.label-miniscule {
  font-size: 13px;
  color: #ff6b01;
}

.label-miniscule-grey {
  font-size: 13px;
  color: #aaa; 
}

.label-switch-options {
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.flex-fix-column {
  flex-direction: column !important;
}

.info_icon_wrapper {
  color: #3c3c3c !important;
}