.lazyinitial, .lazy.lazy-error, .lazy.lazy-loaded, .lazy.lazy-loading {
    opacity: 1;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.col-middle {
    display: table;
}
.col-middle-inner {
    display: table-cell;
    vertical-align: middle;
}
form:last-child {
    margin-bottom: 0;
}
.dark .menu-item.current>.menu-link, .dark .menu-item:hover>.menu-link {
    color: #ffffff;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.not-animated,
[data-animate]:not(.animated) { opacity: 0; }
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
label {
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    text-transform: inherit;
    font-size: 10px;
    color: #333;
    cursor: default;
    letter-spacing: 0;
}
.col-form {
    margin-bottom: 10px;
}
.sm-form-control {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    height: 44px;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0px !important;
    border: 1px solid #868686;
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}
.sm-form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.sm-form-control[readonly] {
    background-color: #eee !important;
}
.form-control.error,
.sm-form-control.error {
    border-color: #E42C3E;
}
#gotoTop {
  display: none;
  z-index: 599;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1.25rem;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}
body:not(.device-touch) #gotoTop {
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
}
.stretched #gotoTop {
  right: 30px;
  bottom: 30px;
}
#gotoTop:hover {
  background-color: #006cb5;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  position: relative;
  border-radius: 0;
  padding: 15px 45px 15px 25px;
  border-bottom: 0;
  background: #0071bd;
}
.close {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: 0 !important;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.close:hover {
  opacity: 0.8;
  color: #fff;
}
.modal-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.modal-title span {
  color: #eee !important;
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
}
.modal-body {
  padding: 25px;
}
.full-header #logo,
#logo {
  padding: 0;
  height: 60px;
  border-right: 0;
}
#logo a img {
    height: 60px;
}
.full-header .primary-menu .menu-container {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
#header, #header-wrap, #header .container {
  height: 60px;
  background-color: #0071bd !important;
}
#header.sticky-header #header-wrap {
  background-color: #0071bd;
}
#primary-menu ul li > a {
  padding: 19px 15px;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
  color: rgba(255, 255, 255, 0.8);
}
#top-bar {
  position: relative;
  border-bottom: 1px solid #EEE;
  height: 45px;
  line-height: 44px;
  font-size: 13px;
  background-color: #ffd524;
}
#top-bar marquee {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}


#content .content-wrap {
    padding: 0;
}
#footer {
  border: 0;
  background: #001c2f;
  padding: 15px 0;
  font-size: 13px;
}

.foot-menu {
    margin: 0;
}

.foot-menu li {
    display: inline-block;
    float: left;
    color: #d6d6d6;
    font-weight: 500;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgb(255 255 255 / 25%);
}

.foot-menu li a {
}

.copyright-text span {
}

.col-footer:last-child {
    text-align: right;
}

.foot-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

#footer a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}
p {
    letter-spacing: 0.5px;
}
p:last-child {
    margin-bottom: 0;
}

.disclaimer-line {
    background: #001c2f;
    border-top: 1px solid #000b13;
    padding: 10px;
    text-align: center;
}

.disclaimer-line p {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.no-webp .theme-bg {
    background-image: url(../images/virtualrunway-pattern.png);
}
.webp .theme-bg {
    background-image: url(../images/virtualrunway-pattern.webp);
}
.no-webp .theme-bg.whitewaves {
    background-image: url(../images/pattern/white-waves.png);
}
.webp .theme-bg.whitewaves {
    background-image: url(../images/pattern/white-waves.webp);
}
.no-bg {
    background-color: transparent !important;
}
.theme-title {
    margin-bottom: 30px;
}
.theme-title h1, .theme-title h2 {
    margin-bottom: 0;
}
.theme-title h1 span {
    font-weight: 200;
    text-transform: uppercase;
}
#book-online-form {
  margin: 0;
  text-align: center;
  position: relative;
}
#book-online-form .col-book {
    background: #e8e8e8;
}
.form-detail {
    position: relative;
    min-height: 440px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    max-width: 1000px;
	margin: 0 auto;
	transition: all 0.3s linear;
}
#book-online-form fieldset {
	background: #e8e8e8;
	border: 0 none;
	border-radius: 3px;
	padding:30px 40px;
	box-sizing: border-box;
	width: 100%;
	position: relative !important;
	margin-bottom: 0;
	transition: all 0.3s linear;
	/*height: 100%;
	max-height: 440px;
	overflow-y: scroll;*/
}
#book-online-form fieldset .infotext {
    color: #484848;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
}
#book-online-form fieldset .select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 22px;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}
#book-online-form fieldset::-webkit-scrollbar-track {
 -webkit-box-shadow:none;
 background-color:transparent;
}
#book-online-form fieldset::-webkit-scrollbar {
 width: 4px;
 background-color:transparent;
}
#book-online-form fieldset::-webkit-scrollbar-thumb {
 background-color: #ddd;
 border-radius:3px;
}
/*Hide all except first fieldset*/
#book-online-form fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#book-online-form input,
#book-online-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}
/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #04436f;
  text-transform: uppercase;
  font-size: 10px;
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  font-weight: 600;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  text-align: center;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #ffd524;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ffd524;
  position: absolute;
  left: -50%;
  top: 14px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #04436f;
    color: white;
}
#book-online .section {
  background: transparent;
  padding-top: 0;
}
#book-online .inner-page-title {
    margin-bottom: 0;
    padding: 40px;
}
.col-book img {
    width: 100%;
  border-radius: 5px 0 0 5px;
}
#book-online-form .col-form {
    text-align: left;
}
.col-fee label {
    display: inline-block;
    float: left;
    width: 160px;
    margin-bottom: 0;
    vertical-align: middle;
}
.col-fee input {
    float: right;
    display: inline-block;
    width: calc(100% - 180px) !important;
    vertical-align: middle;
}
.actionbtn {
    /*position: sticky;
    bottom: 0px;
    background: #e8e8e8;
    z-index: 9999;*/
}
#book-online-form fieldset h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
    height: 28px;
}
#book-online-form fieldset h3 span {
    color: #ccc;
    z-index: 999;
    background: #e8e8e8;
    position: absolute;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
}
#book-online-form fieldset h3:after {
    content: "";
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: absolute;
    top: 12px;
    z-index: 0;
}
.theme-btn {
  width: 100%;
  border-radius: 0;
  padding: 12px;
  background: #e36e2d;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  height: inherit;
  line-height: inherit;
  display: inline-block;
  text-align: center;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.theme-btn:hover {
    background-color: #06436e;
    color: #fff;
}
.step-btn {
    display: block;
    text-align: center;
    margin-top: 50px;
}
.step-btn .theme-btn {
    max-width: 380px;
    margin: 0 auto;
}
#book-online-form fieldset .theme-btn.previous {
    background: #868686;
}
#book-online-form fieldset .theme-btn.previous:hover {
    background-color: #333333;
}
#book-online-form fieldset .action-button-wrap {
    position: sticky;
    bottom: 0px;
    background: #e8e8e8;
    z-index: 9999;
    padding: 10px 0;
    width: 100%;
}
#book-online-form fieldset #reviewdata label {
    display: block;
}

/*@media (max-width: 600px) {
#progressbar li {
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    padding: 10px;
}
#progressbar li:after {
    content: none;
}
}*/
.step-detail {
	background: #f5f5f5;
	height: 100%;
	border-radius: 10px;
	padding: 25px;
	z-index: 1;
	text-align: center;
}
.col-step {
    padding-top: 60px;
}
.step-icon {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: 0 auto -70px;
  text-align: center;
  padding: 10px;
  max-width: 100px;
  background: #f5f5f5;
  border: 10px solid #fff;
  border-radius: 100%;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.step-detail:hover .step-icon {
  top: -25px;
}
.step-des h4 {
  position: relative;
  width: 80%;
  margin: 20px auto 30px;
  text-align: center;
}
.step-des h4:before {
  content: "";
  width: 40px;
  height: 30px;
  background: linear-gradient(to right, #fff,#0071bd);
  position: absolute;
  right: -5px;
  top: -5px;
}
.step-des h4:after {
  content: "";
  width: 40px;
  height: 30px;
  background: linear-gradient(to right, #0071bd,#fff);
  position: absolute;
  left: -5px;
  bottom: -5px;
}
.step-des h4 span {
    position: relative;
    background: #f5f5f5;
    display: block;
    height: 35px;
    line-height: 35px;
    z-index: 1;
    font-weight: 700;
    color: #333 !important;
}
.card {
    border-radius: 5px;
    box-shadow: 0 0 0.8rem 0 rgba(0,0,0,.15);
    background-color: #fff;
    padding: 30px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.section-title {
    margin-bottom: 20px;
}
.section-project .section-title h1 {
    position: relative;
    font-size: 42px;
    font-weight: 400;
    color: #000;
    display: inline-block;
}
.section-project .section-title h1:before,.section-project .section-title h1:after {content: "";position: absolute;top: 50%;width: 60px;height: 2px;background-color: #0071bd;display: block;transform: translateY(-50%);}
.section-project .section-title h1:before {
    right: calc(100% + 15px);
}
.section-project .section-title h1:after {
    left: calc(100% + 15px);
}
.project-img img {
  width: 100%;
}
.card:hover {
    box-shadow: 0 0 1.2rem 0 rgba(0,0,0,.5);
  opacity: 1;
}
.section-project .card {
    position: relative;
    top: 0;
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    transition: all 0.3s linear;
}
.section-project .card:hover {
    top: -3px;
    -moz-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.section-project .project-meta-wrap {
    display: flex;
    padding-top: 10px;
}
.section-project .project-logo {
  width: 60px;
  display: inline-block;
  background: #fff;
  margin: 0 10px 0 0;
}
.section-project .project-logo img {
    border: 1px solid #eee;
    padding: 5px;
}
.section-project .project-name {
  display: inline-block;
}
.section-project .project-name h4 {
  line-height: 28px;
  margin-bottom: 4px;
}
.section-project .unit-tags {
  display: inline-block;
  background: #0071bd;
  padding: 2px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
}
.col-project .theme-btn {
    margin-top: 15px;
}
.notification-buy-now {
  background: #0071bd;
  border-top: 5px solid #ffd524;
  border-bottom: 5px solid #ffd524;
  padding: 14px 0 10px;
  margin-top: 50px;
  border-radius: 0;
}
.notification-buy-now marquee {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
#section-login{
  padding: 150px 0 !important;
}
 #section-register{
  padding: 80px 0 !important;
}
.login-form, .register-form {
  padding: 60px !important;
  background: #e8e8e8;
  margin: 0;
  box-shadow: 0 0 0.8rem 0 rgba(0,0,0,.15);
}
.login-form .col-form, .register-form .col-form {
    padding: 0;
}
.customer-text p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.reglink, .loginlink {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 8px;
}
h3.form-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
    height: 28px;
}
h3.form-title span {
    color: #ccc !important;
    z-index: 999;
    background: #e8e8e8;
    position: absolute;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
}
h3.form-title:after {
    content: "";
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: absolute;
    top: 12px;
    z-index: 0;
}
.otpcountdown {
  position: absolute;
  top: 36px;
  right: 26px;
}
.changenumber {
    border: 1px solid #868686;
    background: transparent;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    position: absolute;
    right: 15px;
    top: 3px;
}
.resendotp {
    border: 1px solid #868686;
    background: transparent;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    position: absolute;
    right: 28px;
    top: 37px;
}
@media (max-width:1199px) {
.login-form, .register-form {
    padding: 30px !important;
}
.section-project .unit-tags {
    padding: 2px 4px;
    font-size: 8px;
}
.section-project .card {
    padding: 15px;
}
.section-project .project-name h4 {
    font-size: 16px;
    line-height: 24px;
}
.section-project .section-title h1 {
    font-size: 66px;
    line-height: 66px;
}
#book-online-form fieldset {
    padding: 20px 30px 30px;
}
#footer {
    font-size: 12px;
}
}
@media (min-width: 992px) {
.menu-link {
    padding: 19px 15px;
}
}
@media (max-width:991px) {
.col-step {
    margin-bottom: 30px;
}
.col-step:nth-child(3), .col-step:nth-child(4) {
    margin-bottom: 0;
}
.section-project .section-title h1 {
    font-size: 56px;
    line-height: 56px;
}
.col-project:last-child {
    margin-left: 25%;
    margin-bottom: 0;
}
.col-project {
    margin-bottom: 30px;
}
.theme-title h1, .theme-title h2 {
    font-size: 30px;
}
.foot-menu {
    display: inline-block;
}
.foot-menu li {
    float: none;
    margin-bottom: 5px;
}
.col-footer {
    text-align: center;
    margin-bottom: 5px;
}
.col-footer:last-child {
    text-align: center;
    margin-bottom: 0;
}
#header, #header-wrap, #header .container {
    height: auto;
}
}
@media (max-width: 767.98px) {
.section-project .section-title h1:before, .section-project .section-title h1:after {
    width: 30px;
}
.col-step:nth-child(3) {
	margin-bottom:30px;
}
.section-project .section-title h1 {
    font-size: 46px;
    line-height: 46px;
}
.col-project:last-child {
    margin-left: 0;
}
#gotoTop {
display: none !important;
}
}
@media (max-width: 600px) {
#progressbar li {
    width: 25%;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
}
#progressbar li:after {
    content: "";
}
}
@media (max-width: 479px) {
.section-project .project-name h4 {
    font-size: 15px;
    line-height: 22px;
}
.section-project .section-title h1 {
    font-size: 36px;
    line-height: 36px;
}

.theme-title h1, .theme-title h2 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 30px;
}
}