@font-face {
    font-family: Didot;
    src: url("../font/Didot.ttf") format('truetype');
    font-display: swap; 
}
@font-face {
    font-family: Cremona;
    src: url("../font/Cremona.ttf") format('truetype');
    font-display: swap; 
}
@font-face {
    font-family: Bame;
    src: url("../font/Bame.ttf")  format('truetype');
    font-display: swap; 
}

@font-face {
    font-family: Audrey;
    src: url("../font/Audrey-Normal.otf")  format('otf');
    font-display: swap; 
}

@font-face {
    font-family: dbManX;
    font-weight: 300;
    src: url("../font/DBAdmanX.ttf")  format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: dbManX_bold;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("../font/DBAdmanXBD.ttf")  format('truetype');
}
@font-face {
    font-family: dbManX_italic;
    font-weight: 300;
    font-display: swap;
    src: url("../font/DBAdmanXLi.ttf")  format('truetype');
}
@font-face {
    font-family: 'prompt';
    font-weight: 400;
    font-display: swap;
    src: url("../font/PromptRegular.ttf")  format('truetype');
}
@font-face {
    font-family: 'prompt_light';
    font-weight: 200;
    font-display: swap;
    src: url("../font/PromptLight.ttf")  format('truetype');
}
@font-face {
    font-family: 'prompt_bold';
    font-weight: 600;
    font-display: swap;
    src: url("../font/PromptBold.ttf")  format('truetype');
}

@font-face{
    font-family: dbHeaven;
    font-weight: 300;
    font-display: swap;
    src: url(../font/DBHeavent.ttf) format('truetype');
}
@font-face{
    font-family: dbHeavenBD;
    font-weight: 600;
    font-display: swap;
    src: url(../font/DBHeaventBd.ttf) format('truetype');
}
@font-face{
    font-family:'Avenir_Next';
    font-weight: 300;
    font-display: swap;
    src:url("../font/AvenirNextLTProRegular.otf") format('opentype');
}

@font-face{
    font-family:'Avenir_Next_bold';
    font-weight: 600;
    font-display: swap;
    src:url("../font/AvenirNextLTProBold.otf") format('opentype');
}

html {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: "dbHeaven",sans-serif !important;
    text-rendering: optimizeLegibility;
    color: #595a5c;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
    font-weight: 300;
    background: #e7edef;
}
.header_bg {
    background-image: url("../images/header_bg.png");
    background-repeat: repeat-y;
    height: 60px;
}
.parallax_old {
    /* The image used */
    background-image: url("../assets/img/main_banner01.jpg");

    /* Full height */
    height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax {
    /* The image used */
    /* background-image: url('../assets/img/main_banner01.jpg'); */

    /* Full height */
    height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div:where(.swal2-container) .swal2-html-container {
	color: inherit;
	font-size: 1.6rem !important;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	word-wrap: break-word;
	word-break: break-word;
}
div:where(.swal2-container) h2:where(.swal2-title) {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: .8em 1em 0;
	color: inherit;
	font-size: 2.6rem !important;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word;
}
div:where(.swal2-icon) {
	position: relative;
	box-sizing: content-box;
	justify-content: center;
	width: 6em !important;
	height: 6em !important;
	margin: 2.5em auto .6em;
	border: 0.25em solid rgba(0,0,0,0);
	border-radius: 50%;
	border-color: #000;
	font-family: inherit;
	line-height: 5em;
	cursor: default;
	user-select: none;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #7066e0;
	color: #fff;
	font-size: 1.4em !important;
}
.light_gold {
    color: #ddcab2 !important;
}
.libre_font {
    font-family: "Libre Baskerville", "Open Sans", sans-serif !important;
}
.audrey_font {
    font-family: Audrey, "Open Sans", sans-serif !important;
}
.san_serif_font {
    font-family: sans-serif !important;
}

.floatAbove {
    position: absolute;
    z-index: 999;
    top: 18%; /*margin:60px !important;*/
}
.optionalItem {
    margin-top: -10px;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 100;
    color: #b99061;
}

.all-language[data-v-d54ae8a4] {
	display: flex;
	align-items: center;
}
[data-v-d54ae8a4], [data-v-d54ae8a4]::after, [data-v-d54ae8a4]::before {
	box-sizing: border-box;
}

.all-language .language.active[data-v-d54ae8a4],  .all-language .language[data-v-d54ae8a4]:hover {
	color: #9f8967;
	border: 1px solid #9f8967;
}
.all-language .language[data-v-d54ae8a4]:first-child {
	margin-right: 8px;
}

.all-language .language[data-v-d54ae8a4] {
	width: 29px;
	height: 29px;
	font-size: 8px;
	font-size: .8rem;
	color: #595a5c;
	padding: 3px 6px 4px;
	border: 1px solid #595a5c;
	border-radius: 50%;
	margin-right: 15px;
	text-align: center;
}
a[data-v-d54ae8a4], a[data-v-d54ae8a4]:active, a[data-v-d54ae8a4]:focus, a[data-v-d54ae8a4]:hover {
	outline: none;
	text-decoration: none;
	transition: .5s ease;
	-webkit-transition: .5s ease;
}
.line[data-v-d54ae8a4] {
	width: 1px;
	height: 28px;
	background-color: hsla(0,0%,85.1%,.85);
}

.divBorderBottom{
    border-top: 1px solid hsla(0,0%,85.1%,.85);
}
#gallery {
	background: #e7edef;
}
#gallery .img-responsive {
    float: none;
    margin: auto;
}
#gallery_text_slogan {
    position: relative;
    z-index: 998;
    margin-top: 0;
    margin-bottom: -15%;
    line-height: 20px;
    font-family: sans-serif;
    font-size: 13px;
}
#floorplanblock .floorplan_block {
    font-family: Audrey, "Open Sans", sans-serif !important;
    font-size: 13px;
    display: inline-block;
    margin: 5px;
    background: none;
    border: solid 1px #b99061;
    padding: 4px 12px;
}
#floorplanblock .active,
#floorplanblock .floorplan_block:hover {
    font-family: Audrey, "Open Sans", sans-serif !important;
    font-size: 13px;
    display: inline-block;
    margin: 5px;
    background: #b99061;
    border: solid 1px #b99061;
    padding: 4px 12px;
    color: #121a26;
}

#concept_topic {
    font-size: 22px;
}

#gallery .nav-tabs {
	border-bottom: none;
}
#gallery .nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
    justify-content: center;
    margin-top: 25px;
}
#gallery .nav > li > a {
    font-family: Avenir_Next_bold;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 9px;
    font-size: 0.8rem;
    color: #595a5c;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    width: fit-content;
    border: 1px solid #c1c3c4;
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: rgb(193, 195, 196);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(193, 195, 196);
    border-right: 0;
    background-color: #D9D9D9;
    padding: 15px 30px;
    transition: .5s;
    cursor: pointer;
}
#gallery .nav > li > a sup{text-transform: lowercase;}
#gallery .nav > li > a:last-child {border-right: 1px solid #c1c3c4;}
 .nav-tabs > li > a {
	margin-right: 0px;
	line-height: 1.42857143;
	border: 1px solid #bdbdbd;
	border-radius: 4px 4px 0 0;
}
#gallery .nav-tabs > li > a:hover, #gallery .nav-tabs > li.active, #gallery .nav-tabs > li.active a, #gallery .nav-tabs > li.active a:hover {
	color: #53565A !important;
	background-color: #F3DD4C !important;
	margin-right: 0px;
	margin-bottom: -1px;
}

#gallery_tab {
	width: 100%;
}

#gallery .tab-content {
	width: 100%;
	padding: 0 30px 30px 30px;
    min-height: 636px;
}

.century-bold {
    font-family: century-old-style-std, serif;
    font-weight: 700;
    font-style: normal;
}
.modal-body {
    font-family: dbHeaven, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 16pt;
    text-justify: inter-word;
}
.modal-body ul li {
    margin-bottom: 5px;
}
.century-italic {
    font-family: century-old-style-std, serif;
    font-weight: 400;
    font-style: italic;
}

.century-regular {
    font-family: century-old-style-std, serif;
    font-weight: 400;
    font-style: normal;
}

#register_block {
    background: #e4ccb1;
    padding: 30px 60px;
    width: 100%;
    float: none;
    margin: auto;
    margin-top: 20px;
    font-family: baskerville;
    padding-bottom: 60px;
    border-radius: 10px;
}
#button_submit {
    width: 20%;
    margin-top: 15px;
}

/*-----------------------------Splash Screen--------------------------*/
#intro,
#thankyou {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0;
    z-index: 1199;
    -webkit-animation: introfade ease-in 1;
    -moz-animation: introfade ease-in 1;
    animation: introfade ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
    background-color: #ffffff;
}
#thankyou {
    -webkit-animation: none;
    -moz-animation: none;
    animation: block;
}
#intro .logo {
    max-width: 615px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-animation: logofade ease-in 1;
    -moz-animation: logofade ease-in 1;
    animation: logofade ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    width: 80%;
}

#thankyou h1 {
    font-family: "times";
    font-size: 30px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    z-index: 100;
    opacity: 0;
    -webkit-animation: logofade ease-in 1;
    -moz-animation: logofade ease-in 1;
    animation: logofade ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
#intro .bg,
#thankyou .bg {
    background: url(../assets/img/sitebg.jpg) center center no-repeat;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0;
    z-index: 99;
    opacity: 0;
    -webkit-animation: bgfade ease-in 1;
    -moz-animation: bgfade ease-in 1;
    animation: bgfade ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

#thankyou .bg {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

#intro p,
#thankyou p {
    font-family: "gotham_book";
    font-size: 10px;
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    z-index: 500;
    opacity: 0;
    -webkit-animation: logofade ease-in 1;
    -moz-animation: logofade ease-in 1;
    animation: logofade ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    width: 100%;
}

@-webkit-keyframes introfade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        z-index: -1 !important;
    }
}
@-moz-keyframes introfade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        z-index: -1 !important;
    }
}
@keyframes introfade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        z-index: -1 !important;
    }
}

@-webkit-keyframes bgfade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes bgfade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes bgfade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes logofade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes logofade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes logofade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/**Styling scrollable elements*/
.flex100 {
    flex-basis: 100%;
}
.scroll-container {
    height: 100vh;
    min-height: 450px;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
}
.delay-1s {
    animation-duration: 0.7s !important;
    animation-delay: 0.1s !important;
}
.delay-2s {
    animation-duration: 0.7s !important;
    animation-delay: 0.2s !important;
}
.delay-3s {
    animation-duration: 0.7s !important;
    animation-delay: 0.3s !important;
}
.delay-4s {
    animation-duration: 0.7s !important;
    animation-delay: 0.4s !important;
}
.delay-5s {
    animation-duration: 0.7s !important;
    animation-delay: 0.5s !important;
}
.delay-6s {
    animation-duration: 0.7s !important;
    animation-delay: 0.6s !important;
}
.delay1s {
    animation-duration: 0.7s !important;
    animation-delay: 1s !important;
}
.delay2s {
    animation-duration: 0.7s !important;
    animation-delay: 2s !important;
}
.delay3s {
    animation-duration: 0.7s !important;
    animation-delay: 3s !important;
}
.delay4s {
    animation-duration: 0.7s !important;
    animation-delay: 4s !important;
}
.delay5s {
    animation-duration: 0.7s !important;
    animation-delay: 5s !important;
}
.delay6s {
    animation-duration: 0.7s !important;
    animation-delay: 6s !important;
}
/* ----------------------------------------------
   * Generated by Animista on 2021-2-11 23:32:31
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.banner_mobile {
    display: none;
}
.hidden_desktop {
    display: none !important;
}
.graphic_map_img {
    height: 70vh;
    margin: 0 auto;
}
.light_gold_2 {
    color: #ffc17a !important;
}

.text_thank_line2 {
    font-size: 12px;
}

label.error {
    display: none !important;
}
.custom_style1 {
    font-family: sans-serif;
    border: none !important;
    border-bottom: solid 1px #001d30 !important;
    padding: 2px;
    background-color: none !important;
    box-shadow: none;
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.428571429;
    padding: 6px 12px;
    background: transparent;
    width: 100%;
    color: #001d30 !important;
    transition: all 0.3s;
}
.custom_style1.error {
    border-color: #f00 !important;
    background: #ffdfb6;
    color: #f00 !important;
}
.darkGoldColor {
    color: #794d1a;
}
p {
    font-size: 13px;
    line-height: 21px;
}

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

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

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

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

@viewport {
    width: device-width;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
     text-transform: uppercase; 
    font-weight: 700;
} */

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

.key_sailing_point {
	font-size: 1.8rem;
    line-height: 2.4rem;
    color: #F3DD4C;
}

.footer_right_col{text-align: right; padding-right: 5rem;}
.footer_right_col h1{font-size: 55px;
    margin-bottom: -15px;}
.white-text {
    color: #fff !important;
}

.section-title h3 {
    color: #666;
    /*font-style: italic; */
    font-size: 28px;
    font-family: "Oswald", sans-serif;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #999;
    font-size: 18px;
    /* //font-style: italic; */
    font-weight: 300;
}

.btn-primary {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: none !important;
}

#footer .navbar-brand {
	min-height: 60px !important;
}
/*------------------------------------------------*/
/* Start Top Navbar Section                           */
/*------------------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "Libre Baskerville", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ddcab2;
    font-size: 12px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #b99061 !important;
}

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
}

.navbar-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999;
}

.navbar-sticky {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 899;
    padding: 0px 40px !important;
    height: 45px;
}
.bg-aritier {
    background: #1ea187;
    color: #333;
}
.logo-brand {
    background-image: url("../assets/img/logo.svg");
    width: 140px;
    background-repeat: no-repeat;
}
.logo-brand-footer {
	background-image: url("../images/logo_truelink.svg");
	width: 200px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 15px;
	display: block;
	filter: invert(1);
}
.footer_link_project {
    width: 65%;
    float: none;
    margin: auto;
    margin-top: 30px;
    flex-direction: column;
}
.footer_link_project .secondlevelList {
    display: flex;
    flex-wrap: wrap;
}
.footer_link_project .secondlevelList li {
    flex-direction: row;
    flex: 0 0 50%;
}
.footer_link_project .secondlevelList li a {
    color: #222;
    text-decoration: none;
}

#navbarNavAltMarkup .nav-link {
  color: #fff;
  margin: 0 1rem;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Avenir_Next_bold";
  padding: 10px 15px 5px;
  border-radius: 20px;
}
#navbarNavAltMarkup .nav-link.active , #navbarNavAltMarkup .nav-link:hover {
        background: #F3DD4C;
        color: #53565A !important;
        border-radius: 20px;
        padding: 10px 15px 5px;
}
#navbarNavAltMarkupFooter .nav-link {
    color:  rgb(108, 152, 255);
}
#navbarNavAltMarkup .active-line {
    background: #F3DD4C;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer .social_link ul li img {
    width: 16px;
    height: 16px;
    filter: invert(80%) grayscale(100%) saturate(100%) hue-rotate(70deg);
}
@media (min-width: 768px) {
    .navbar-default {
        padding: 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        -o-transition: padding 0.3s;
        transition: padding 0.3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #121a26;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

#footer_content ul li {
    font-size: 13px;
}

/*--------------------------------------------------*/
/* Start Side Nav Section
/*--------------------------------------------------*/

.menu-wrap a {
    color: #fff;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
}

.menu-wrap .logo {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    font-size: 35px;
}

/* Menu Button */
.menu-button {
    position: fixed;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
}

.menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(
        #373a47 20%,
        transparent 20%,
        transparent 40%,
        #373a47 40%,
        #373a47 60%,
        transparent 60%,
        transparent 80%,
        #373a47 80%
    );
    content: "";
}
.font200 {
    font-weight: 200 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt100 {
    margin-top: 100px !important;
}

.pt10 {
    padding-top: 10px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt100 {
    padding-top: 100px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}

.lineheight24 {
    line-height: 24px !important;
}
.lineheight36 {
    line-height: 36px !important;
}
.masterplan-section {
    background: url("../images/1x/masterplan.png") no-repeat top right;
    min-height: 960px;
}

.project_info_block {
    background: #121a26;
    margin-left: -15px;
    padding: 15px 45px 30px;
}
.project_info_block h3.project_info_topic {
    font-size: 20px !important;
    margin-top: 10px;
}
.project_info_topic {
    font-size: 20px !important;
    margin-top: 10px;
}
.project_info_block p {
    font-size: 13px !important;
}
.project_info_table {
    font-size: 13px;
    background: none !important;
}

.fontSize10 {
    font-size: 10px !important;
}
.fontSize12 {
    font-size: 12px !important;
}
.fontSize14 {
    font-size: 14px !important;
}
.fontSize16 {
    font-size: 16px !important;
}
.fontSize18 {
    font-size: 18px !important;
}
.fontSize20 {
    font-size: 20px !important;
}
.fontSize22 {
    font-size: 22px !important;
}
.fontSize24 {
    font-size: 24px !important;
}
.fontSize26 {
    font-size: 26px !important;
}
.fontSize28 {
    font-size: 28px !important;
}
.fontSize30 {
    font-size: 30px !important;
}

video {
    width: auto;
    height: calc(100vh - 200px);
}
#hometype_topic {
    font-size: 22px;
    margin-bottom: 3px;
}
#hometype_vicetopic {
    margin-bottom: 5px;
    font-size: 11px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #4c4c4f;
}

.hometype_master_block {
    padding: 10px;
    background: #ebe0d3;
}
.hometype_master_block img {
    height: calc(95% - 60px);
    float: none;
    margin: auto;
}
.footerbg_block {
    background: url("../assets/img/footer_background.jpg") no-repeat;
}
.black_content_block {
    background: #0c0f16;
}
.pad30 {
    padding: 30px;
}
.pad40 {
    padding: 40px;
}
.pad50 {
    padding: 50px;
}
.pad60 {
    padding: 60px;
}
.pad70 {
    padding: 70px;
}
.pad80 {
    padding: 80px;
}
.pad90 {
    padding: 90px;
}
.pad100 {
    padding: 100px;
}

.padTop100 {
    padding-top: 100px;
}
.uppertext {
    text-transform: uppercase;
}
.navbar-nav > li:last-child {
    margin-left: 40px;
}
footer {
    width: 100%;
    background: #121a26;
}
@media (max-width: 479px) {
    .menu-button {
        width: 1.5em;
        height: 1.5em;
    }

    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(
            #373a47 20%,
            transparent 20%,
            transparent 40%,
            #373a47 40%,
            #373a47 60%,
            transparent 60%,
            transparent 80%,
            #373a47 80%
        );
        content: "";
    }

    .menu-wrap a {
        padding: 5px !important;
    }
}

@media (max-width: 767px) {
    .menu-button {
        width: 2em;
        height: 2em;
    }

    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(
            #373a47 20%,
            transparent 20%,
            transparent 40%,
            #373a47 40%,
            #373a47 60%,
            transparent 60%,
            transparent 80%,
            #373a47 80%
        );
        content: "";
    }
}

.menu-button:hover {
    opacity: 0.6;
}

/* Close Button */
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 0.75em;
    border: none;
    background: transparent;
    color: transparent;
}

.close-button::before,
.close-button::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
    position: absolute;
    z-index: 1001;
    width: 300px;
    height: 100%;
    background: #111;
    padding: 2.5em 1.5em 0;
    font-size: 1.15em;

    -webkit-transform: translate3d(-320px, 0, 0);
    -moz-transform: translate3d(-320px, 0, 0);
    -o-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);

    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -webkit-transform 0.4s;
    -o-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;

    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu,
.icon-list {
    height: 100%;
}

.icon-list {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.icon-list a {
    display: block;
    padding: 0.8em;

    -webkit-transform: translate3d(0, 500px, 0);
    -moz-transform: translate3d(0, 500px, 0);
    -o-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
}

.icon-list,
.icon-list a {
    -webkit-transition: -webkit-transform 0s 0.4s;
    -moz-transition: -webkit-transform 0s 0.4s;
    -o-transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;

    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.icon-list a:nth-child(2) {
    -webkit-transform: translate3d(0, 1000px, 0);
    -moz-transform: translate3d(0, 1000px, 0);
    -o-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
}

.icon-list a:nth-child(3) {
    -webkit-transform: translate3d(0, 1500px, 0);
    -moz-transform: translate3d(0, 1500px, 0);
    -o-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
}

.icon-list a:nth-child(4) {
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
    -o-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}

.icon-list a:nth-child(5) {
    -webkit-transform: translate3d(0, 2500px, 0);
    -moz-transform: translate3d(0, 2500px, 0);
    -o-transform: translate3d(0, 2500px, 0);
    transform: translate3d(0, 2500px, 0);
}

.icon-list a:nth-child(6) {
    -webkit-transform: translate3d(0, 3000px, 0);
    -moz-transform: translate3d(0, 3000px, 0);
    -o-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}

.icon-list a span {
    margin-left: 10px;
    font-weight: 500;
}

/* Shown menu */
.show-menu .menu-wrap {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -webkit-transform 0.8s;
    -o-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;

    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -webkit-transform 0.8s;
    -o-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;

    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .icon-list a {
    -webkit-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
}

/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item,
#exterior-slide .item,
#interior-slide .item {
    height: calc(100vh - 100px);
    margin-top: 105px;
}
#exterior-slide .item,
#interior-slide .item {
    height: 76vh;
}

#main-slide .item img {
    width: 100%;
}

.item .img-responsive {
    margin: 0 auto;
    width: auto;
    height: calc(100vh - 100px) !important;
}

#main-slide .item .slider-content,
#exterior-slide .item .slider-content,
#interior-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
#main-slide .item.active .slider-content,
#exterior-slide .item.active .slider-content,
#interior-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    top: 28%;
    margin-top: -90px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#interior-slide .carousel-control .fa-angle-left,
#interior-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#exterior-slide .carousel-control .fa-angle-left,
#exterior-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left,
#exterior-slide .carousel-control .fa-angle-left,
#interior-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right,
#exterior-slide .carousel-control .fa-angle-right,
#interior-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i,
#exterior-slide .carousel-control i,
#interior-slide .carousel-control i {
    /* background: rgba(0,0,0,.7); */
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .slider-content h1,
#exterior-slide .slider-content h1,
#interior-slide .slider-content h1 {
    font-size: 24px !important;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: normal;
    margin-bottom: 0px;
    color: #fff;
    font-family: "Libre Baskerville", "Open Sans", sans-serif;
}

#main-slide .slider-content h2.white,
#main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p,
#exterior-slide .slider-content p,
#interior-slide .slider-content p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    color: #fff;
}

#project_detail .table, #project_detail .table td{border: none; font-weight: 400; color: #fff;}
#project_detail .table td:first-child{width: 0%;white-space: nowrap;}
.conceptTextHead{font-size: 3.2rem; margin-bottom: 5px; font-family: 'dbHeaven'; font-weight: bold;}
.slider.btn {
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 300;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
    background: transparent;
    border: 1px solid #fff;
}

.slider.btn.btn-default {
    margin-left: 4px;
    background: #ececec;
}

.slider.btn.btn-default:hover {
    background: #000;
    color: #fff;
}

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}

/*-- Animation --*/
.animated2 {
    -webkit-animation: bounceIn 1s ease-in 800ms both;
    animation: bounceIn 1s ease-in 800ms both;
}
.animated1 {
    -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
    animation: lightSpeedIn 1s ease-in 800ms both;
}
.carousel .item.active .animated1,
.call-to-action .animated1 {
    -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
    animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2,
.call-to-action .animated2 {
    -webkit-animation: bounceIn 1s ease-in 800ms both;
    animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3,
.call-to-action .animated3 {
    -webkit-animation: flipInX 2s ease-in-out 800ms both;
    animation: flipInX 2s ease-in-out 800ms both;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #c49159 !important;
}
.navbar-default .navbar-toggle {
    border-color: #c49159 !important;
    background-color: #c49159 !important;
}

@media (min-width: 992px) {
    #main-slide .slider-content h1 {
        font-size: 68px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-slide .slider-content h1 {
        font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    #main-slide .slider-content p {
        font-size: 20px;
        margin-top: 0;
        line-height: 25px;
    }

    .slider.btn {
        padding: 5px 25px;
        margin-top: 5px;
        font-size: 16px;
    }

    #main-slide .item {
        height: 550px;
    }
}

@media (max-width: 767px) {
    #main-slide .slider-content h1 {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 0;
    }
    #main-slide .slider-content p {
        font-size: 14px;
        margin-top: 5px;
    }
    .slider.btn {
        padding: 0 15px;
        margin-top: 0;
        font-size: 12px;
    }
    #main-slide .carousel-indicators {
        display: none;
    }

    #main-slide .item .slider-content {
        display: none;
    }

    #main-slide .item {
        height: 400px;
    }
}

@media (max-width: 479px) {
    #main-slide .item .slider-content {
        display: none;
    }

    #main-slide .item {
        height: 200px;
    }
    .pb60 {
        padding-bottom: 10px !important;
    }
    /* .item .img-responsive {
        margin: 0 auto;
        width: 100%;
        height: auto !important;
    } */
    .navbar-brand > img {
        display: block;
        height: 100%;
    }
}

/*------------------------------------------------------ */
/* Start Feature Section                              */
/*------------------------------------------------------ */

.services-section {
    padding-top: 80px;
    padding-bottom: 20px;
}
.feature-section {
    padding-top: 60px;
    background: url("../assets/img/blockbg01.png");
    background-position: center top;
    background-repeat: no-repeat;
    font-family: "Audrey", "sans-serif";
    background-size: 100% 100%;
}
.feature-section p {
    font-family: sans-serif;
    font-weight: 100;
    line-height: 20px;
    padding-bottom: 5px;
    font-size: 13px;
    padding-right: 40px;
    font-stretch: expanded;
}

.feature,
.feature-2,
.feature-3 {
    padding-bottom: 80px;
}

.feature,
.feature-3 {
    text-align: center;
}
.feature h4,
.feature-3 h4 {
    font-size: 15px;
    color: #666;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
}

.feature-2 h4 {
    font-size: 15px;
    color: #666;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
}

.feature p,
.feature-2 p,
.feature-3 p {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.feature i,
.feature-3 i {
    font-size: 2.5em;
    width: 80px;
    height: 80px;
    padding: 25px;
    margin-bottom: 10px;
    position: relative;
}

.feature i {
    color: #fff;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(2, 2, 2);
    -moz-transform: translate3d(2, 2, 2);
    -o-transform: translate3d(2, 2, 2);
    transform: translate3d(2, 2, 2);
    -webkit-transition: box-shadow 0.6s ease-in-out;
    -moz-transition: box-shadow 0.6s ease-in-out;
    -o-transition: box-shadow 0.6s ease-in-out;
    transition: box-shadow 0.6s ease-in-out;
}
.no-touch .feature:hover i,
.no-touch .feature:active i,
.no-touch .feature:focus i {
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
}

.feature input[type="image"] {
    color: #fff;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(2, 2, 2);
    -moz-transform: translate3d(2, 2, 2);
    -o-transform: translate3d(2, 2, 2);
    transform: translate3d(2, 2, 2);
    -webkit-transition: box-shadow 0.6s ease-in-out;
    -moz-transition: box-shadow 0.6s ease-in-out;
    -o-transition: box-shadow 0.6s ease-in-out;
    transition: box-shadow 0.6s ease-in-out;
}
.feature input[type="image"]:hover,
.feature input[type="image"]:active,
.feature input[type="image"]:focus {
    box-shadow: 0 0 0 1px #fff6a9;
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
}

.feature-3 i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.feature-3:hover .border {
    margin: 0 35%;
}

.feature-2 i {
    font-size: 2.5em;
    color: #fff;
    width: 70px;
    height: 70px;
    padding: 20px;
    position: relative;
}

.feature-2 .media-body {
    margin-left: 25px !important;
}

.feature-2 .border {
    margin-top: 20px;
    margin-left: 49.999%;
    margin-right: 49.999%;
    border-color: #fff;
}

.feature-2:hover .border {
    margin-left: 0%;
    margin-right: 0%;
}

.gold-grey {
    color: #c9b79d;
}

.group_ul .ul_box {
    min-width: 300px;
    max-height: 360px;
    overflow-y: auto;
}
.group_ul.active .ul_box {
    z-index: 2;
    top: 52px !important;
    left: 0 !important;
    background: #fff;
    padding: 20px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.registerBlock{ background: #EEF3F4 url(../images/register_bg_top.svg); background-position: top left; background-repeat: no-repeat; margin-top: 105px;}
#register-section {
	margin-top: 0px;
    margin-bottom: 0;
  height: 100%;
  background: url(../images/register_bg_bottom.svg); background-position: bottom right; background-size: 100%; background-repeat: no-repeat;
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -10px;
  padding-right: 10px;

}
#register_frmblock {
    padding: 20px;
    display: flex;
    flex-direction: column;
    left: auto;
    height: 70vh;
    border-radius: 15px;
    position: relative;
    transition: all 1s ease-in-out;
    z-index: 898;
}
.marbleBackground{background-image: url(../assets/img/marble_bg.jpg); background-size: cover;}
.venue2nd{min-height: 490px;}
#qrcodeScan img {
	width: 60px;
}
.ml_minus15{margin-left: -15px;}
.modal_close {
    padding: 8px;
    border-radius: 20px;
    background: #dfdfdf;
    position: absolute;
    right: 10px;
    top: 10px;
}
#register_button {
    width: 260px;
}
#qrcodeScan {
    width: 90px;
    position: absolute;
    /* right: 15px;
    bottom: 15px; */
}
.register_topic {
    margin-top: 2.4em;
    flex-grow: 1;
    color: #333;
    text-align: center;
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
}
.register_topic div{font-size: 1.9rem;}
.regis-form {
    flex-direction: row;
}
.gallery_thumb_topic {
    font-size: 13px;
    color: #b99061;
    font-family: sans-serif;
}
.dark-gold {
    color: #b99061 !important;
}
.register_button {
    background: #d0b593 !important;
    font-family: "Libre Baskerville", "Open Sans", sans-serif;
    font-weight: lighter;
    color: #000;
}
.register_button:hover {
    background: #ffc68d !important;
    font-family: "Libre Baskerville", "Open Sans", sans-serif;
    font-weight: lighter;
    color: #000;
}

.grain_bg {
    background-image: url(../images/grain_bg.jpg);
    background-size: cover;
    background-position: top left;
    height: 100vh;
    position: relative;
}
.thank_bg {
    background-image: url("../images/thankyou_bg.jpg");
    background-position: bottom left;
    background-size: cover;
    height: 100vh;
}
.thank_logo_text {
	text-align: center;
	margin-top: 50%;
}
.thank_footer_block {
	color: #58463f;
	bottom: 0;
	text-align: center;
	position: absolute;
	width: 100%;
}
.thank_footer_block .block1 {
	font-size: 26px;
	line-height: 20px;
	text-transform: uppercase;
	display: block;
}
.thank_footer_block .block2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	display: block;
	text-align: center;
}

.thank_footer_block .block2 a {
	padding: 4px 30px;
	border-radius: 20px;
	text-decoration: none;
	background-color: #b49b80;
	color: #58463f;
}

.thank_block {
	margin-top: 10%;
}
.thank_block .block2 a {
	padding: 4px 30px;
	border-radius: 20px;
	text-decoration: none;
	background-color: #fe6b35;
	color: #fff;
}
.thank_footer_block .block3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	display: block;
	text-align: center;
	padding: 30px;
}
/* concept section */
.concept_img_bg {
	background-image: url("../images/banner/template_Banner 3.jpg");
	background-size: auto 100%;
	/* background-size: cover; */
	background-position: top left;
	background-repeat: no-repeat;
}

.concept_info_bg {
    background: #D9D9D9;
    /* background-size: cover; */
    background-position: top right;
    line-height: 30px;
    padding-top: 20px;
    color:#000;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.concept_info_bg p {
    line-height: 30px !important;
    font-weight: 300 !important;
}

.conceptText{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.conceptText h4{
    margin-bottom: 10px;
}

.topbar_concept {
	background: url(../images/project_info_assets_top.svg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: -60px;
	margin-top: 20px;
	justify-self: end;
	flex-basis: 100%;
	display: flex;
}
.bar_concept {
	background: url(../images/project_info_assets_top.svg);
	/* background-repeat: no-repeat; */
	background-position: right top;
	flex-basis: 100%;
	display: flex;
    height: 12px;
}
.bottombar_concept {
	background: url(../images/project_info_assets_bottom.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: -60px;
	margin-bottom: -20px;
	flex-basis: 100%;
}
.concept_text01 {
    flex: 0 0 100%;
    font-size: 22px;
    font-weight: bold;
}
.concept_text02 {
    flex: 0 0 100%;
    font-size: 28px;
    font-weight: bold;
}

.concept_text03 {
    flex: 0 0 100%;
    font-size: 28px;
    font-weight: 300;
}
.concept_text04 {
    flex: 0 0 100%;
    font-size: 24px;
    font-weight: lighter;
}
.concept_text05 {
	font-size: 15px;
	font-weight: 600;
	/* font-family: Cremona; */
}
.font_color_theme {
    color: #53565A;
}
.font_color_theme_trans {
    color: #53565A;
    opacity: 0.7;
}
.concept_info_text {
    color: #382d24;
}
.menu-item.nav-link:hover {
	color: rgb(108, 152, 255) !important;
}

.text-right{text-align: right;}
.text-left{text-align: left;}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset,50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,#ff6b35);
    background: #fff;
}
#gallery .swiper-button-next,#gallery .swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,0);left:auto;border-radius:8px 0 0 8px;}

#gallery .swiper-button-prev,#gallery .swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,0);right:auto;border-radius:0 8px 8px 0;}
#gallery .gallery_caption{text-align:center;position:absolute;color:#fff;bottom:20px;z-index:999999;width:100%;font-weight:400;}

.location_link_button{background-color: #F3DD4C; color:#53565A; margin: 8px 15px; padding: 10px 22px; text-decoration: none; font-weight: 500; border-radius: 20px; font-family: Avenir_Next_bold;}
.location_link_button:hover{background-color: #bba414; color: #53565A;}
.location_link_button2{background-color: #53565A; color:#F3DD4C; margin: 8px 15px; padding: 10px 22px; text-decoration: none; font-weight: 500; border-radius: 20px;  font-family: Avenir_Next_bold;}
.location_link_button2:hover{background-color: #3b3e41; color: #F3DD4C;  font-family: Avenir_Next_bold;}
.sloganTextBanner{width: 30%; position: absolute; bottom: 30px; right: 30px; background-image: url(../assets/img/slogan_banner_text2.svg); background-size: 100%; height:30%; background-repeat: no-repeat;}
#floor_plan .nav-link {
    display: block;
    font-size: 24px;
    padding: 0.5rem 0rem;
    margin-right: 10px;
    opacity: 0.5;
    color: #88431d;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-weight: 100;
    padding-bottom: 0px;
    line-height: 18px;
}

#floor_plan .nav-link.active {
    font-size: 24px;
    color: #88431d;
    opacity: 1; 
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: transparent;
    font-weight: 100;
    border-bottom: solid 1px #88431d !important;
    padding-bottom: 0px;
    line-height: 18px;
}

#floor_plan .nav-link:focus,
#floor_plan .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
    opacity: 1;
}

#facalities {
    /* background-image: url("../images/facalities02.jpg");
    background-size: cover;
    height: calc(100vh - 100px);
    overflow: hidden; */
    background-image: url("../images/projectProgress02.jpg");
    background-size: cover;
    height: calc(100vh - 100px);
}
#facalities .facilities_g_floor li {
    opacity: 0.45;
    cursor: pointer;
    transition: all 0.3 ease-in-out;
}
#facalities .facilities_g_floor li:hover,
#facalities .facilities_g_floor li.active {
    opacity: 1;
}
#facilities_info {
    position: absolute;
    top: 8%;
    left: 10%;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff78;
    border: solid 1px #fff3;
}
#facilitiesMaster {
    border-radius: 10px;
}
.facalities_arrow {
    height: 16px;
    margin-top: -8px;
}
.facilities_wrapper {
    display: flex;
    flex: 0 0 100%;
}
#facilities_info .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 15%;
}

#facilities_info #v-pills-tabContent {
    margin-top: 20%;
}

#facilities_info .nav-pills .nav-link.active,
#facilities_info .nav-pills .show > .nav-link {
    color: #88431d;
    background-color: none;
}

#facilities_info .nav-link.active {
    color: #88431d;
    font-size: 20px;
    background-color: transparent;
    margin-left: 5px;
}
.white-text {
    color: #fff !important;
}
/*#facilities_info .nav-link.active::before
#facilities_info .nav-link:hover::before {
    content: "-> ";
}*/

#facilities_info .nav-link {
    display: block;
    font-size: 20px;
    color: #88431d;
    /* text-shadow: 1px 1px 2px #acacac; */
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

#facilities_info ul {
    border-left: solid 1px #ccc;
    padding-left: 15px;
}
#facilities_info ul li,
#facilities_info ul li a {
    color: #88431d;
    opacity: 1;
    text-decoration: none;
    /* text-shadow: 1px 1px 0px #acacac; */
}


#project_location a:hover,#project_location a:focus, #project_location a:active, #project_location a.active {
	color: #fff;
	text-decoration: none;
}

#facilities_info ul li.active,
#facilities_info ul li:hover,
#facilities_info ul li a.active,
#facilities_info ul li:hover a {
    opacity: 1;
    color: #ff9b00;
    text-decoration: none;
}

.topicContentBlock {
    flex-direction: column;
    padding : 15px 0 20px 0;
}
/* concept section */

/* modal img */
.modal button.close {
    right: 0;
    outline: 0;
}

#gallery-lightbox img {
    height: 350px;
    object-fit: cover;
    cursor: pointer;
}

#gallery-lightbox img:hover {
    opacity: 0.9;
    transition: 0.5s ease-out;
}

#project_progress {
    background: #db2a64;
    height: fit-content;
}
#project_progress .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
}
#project_progress .swiper-pagination-bullet-active {
    background: rgb(0, 48, 100);
}

#project_location {
    background-image: url("../images/map_bg_assets.svg");
    background-size: auto 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 55px;
}
.project_location_bg{background-image: none;}
#media {
    background-image: url("../images/location_bg.jpg");
    background-size: cover;
    height: calc(100vh - 100px);
}
#project_location ul {
    margin-top: 30%;
}
#project_location ul li {
    margin-bottom: 5px;
    font-size: 24px;
    color: #88431d;
}
#project_location ul li a {
    font-size: 18px;
    color: #88431d;
    text-decoration: none;
}

#project_location ul.footer_social_link {
    margin-top: 0;
}

#project_address {
    font-size: 16px;
    font-family: dbManX_italic;
    font-weight: 400;
    line-height: 20px;
    color: #88431d;
    margin-top: 3%;
}
#icon_facilities_project {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 20px;
}
#icon_facilities_project img {
    transition: all 0.4s ease-in-out;
}

#planMasterPic {
    transition: all 0.4s ease-in-out;
}

#subscribe_bt {
    position: absolute;
    right: 0;
    top: 20px;
    border-radius: 8px;
    padding: 0px 8px;
    background-color: #db2a64;
    border: none;
}
.location_header_topic {
	background: url(../images/head_topic.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
	padding: 5px 15px 5px 15px;
    text-align: center;
    color: #fff;
}
.location_tb{width: 100%;}
.placename{padding-left: 15px;}
.black_cement_bg{background-image: url(../assets/img/black_cement_bg-100.jpg); background-size: cover; padding: 50px 15px 40px 15px; color: #fff;}
.black_cement_bg .headColor{color: #b19072; margin: 15px 0; font-family: Cremona;}
#surrounding .m5p10{margin: 0px; padding: 10px;}
#surrounding .table{width: 98%;}
#surrounding .table > tbody > tr > td:first-child{width:72%;}
#surrounding .table > tbody > tr > td{border: none; color:#fff; font-size: 13px;}
#surrounding .table > tbody > tr > td.borderBottom{border-bottom:solid 1px rgba(255, 255, 255, 0.5);}
/* #icon_facilities_project img:hover {
    transform: scale(1.1);
}
#icon_facilities_project img:active {
    transform: scale(0.9);
} */

.progress_percen{display: flex; justify-content: stretch; color: #fff; font-family: dbHeaven; font-size: 1.4rem;}
.progress_percen span:first-child{flex-grow: 1;}
.news_block {
    border-radius: 8px;
    border: solid 1px #eeebeb;
    flex: 0 0 70%;
    justify-content: space-evenly;
    display: flex;
    flex-direction: row;
}
.mediaContactInfo {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}
.news_text {
    flex-grow: 1;
}
.download {
    padding-left: 15px;
    justify-content: flex-end;
    color: #88431d;
}
.news_block .newsItem {
    background: #ffffff3f;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
}
.news_block .newsItem:first-child {
    flex-direction: column;
    background: transparent;
}
.news_block .newsItem:first-child div {
    background: #ffffff3f;
    margin: 1px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 0 1 100%;
    width: 100%;
}
/* modal img */
/*  prohect detail section */
.project_detail_bg {
    /* background-image: url("../images/plan_bg_blue.jpg");
    background-size:contain;
    min-height: calc(100vh - 100px);
    width: 100%; */
    color:#fff;
    background-color: #94959A;
}
.projectInfo_table{ float: none; margin: auto; margin-top: 30px; font-size: 2rem; width: 80%}
.projectInfo_table td.subject{width: 290px;}
.color_tab_bar {
	background-image: url(../images/color_tab_bar.svg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 255px;
	height: 5px;
	float: none;
	margin: auto;
	background-size: 100%;
}
.project_detail .table{color:#fff;}
.box.w-content {
    width: 25%;
    position: relative;
    overflow: hidden;
}
a.img_link {
    display: flex;
    position: relative;
    width: 360px;
    height: 360px;
    overflow: hidden;
}
/* .gallery_img {
    width: 100%;
} */
.w-content img {
    transition: 0.3s all ease-in-out;
    width: fit-content;
    height: auto;
}
.box.w-content > .gallery_img {
    height: 100%;
    width: auto;
}

.box.w-content .frame {
    position: absolute;
    border: 1px solid #ffffff00;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.w-content .frame {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-color: transparent;
}
.w-content:hover .frame {
    border-color: #fff;
    transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.w-content:hover img {
    transform: scale(1.05);
    opacity: 0.6;
}

/*  prohect detail section */

/* more info section */
.more_info_bg {
    /* background-image: url("../images/location_bg.jpg"); */
    background: #E7EDEF;
    background-size: cover;
    background-position: top left;
    height: 100%;
    width: auto;
}
.secondlevelList {
    margin-left: 17px;
    font-size: 22px;
    font-weight: 400;
    font-family: dbManX;
    margin-bottom: 25px;
}
.secondlevelList li {
    opacity: 0.45;
    list-style-type: circle;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    line-height: 24px;
}
.secondlevelList li:hover,
.secondlevelList li.active {
    opacity: 1 !important;
}

.footer_link_project .secondlevelList {
    font-size: 20px;
    font-weight: 300;
    font-family: dbManX;
}

#more_info_video {
    width: auto;
    height: 100%;
}

#more_info_video img,#more_info_video img.img-fluid{
    max-width: 100%;
    /* height: calc(100vh - 170px); */
    margin-top: 0px;
}

#somevid {
	border-radius: 0px;
	margin: 0px auto 20px auto;
}
#video_info {
    width: 100%;
    height: fit-content;
    margin-bottom: -10px;
    text-align: center;
}

/* more info section */

/* floor plan section */
.floor_plan_bg {
    background-image: url("../images/plan_bg.jpg");
    background-size: cover;
    background-position: top left;
    height: calc(100vh - 100px);
}
/* floor plan section */

/* project_location */
.project_location {
    background-image: url(../images/project_location01.jpg);
    background-size: cover;
    background-position: top right;
    height: calc(100vh - 100px);
}
/* project_location */

/* ------ Dropdown Wrapper ----*/
.dropdownSelect {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: solid 2px;
    outline: transparent;
}

.dropdownSelect:focus-visible,
.dropdownSelect:focus {
    outline: transparent !important;
    border-bottom: solid 2px;
    box-shadow: none;
}
.selectDropdownBox {
    width: 90%;
    z-index: 100;
}
.selectDropdownBox::after {
    transition: 0.1s;
    display: initial;
    color: #4a4a4a;
    cursor: pointer;
    position: absolute;
    right: 10%;
    content: "▼";
    /* content: "f078"; */
    top: 55%;
    transform: translateY(-50%);
    font-weight: 900;
}
/* ------ Dropdown Wrapper ----*/
/* --- slider swiper ----- */

.swiper {
    width: 100%;
    height: 100%;
}

/* default ที่ใช้งานอยู่ปัจจุบัน */
/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

#main-slide .item .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

#gallery .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.justify_text {
    text-align: justify !important;
    text-justify: inter-word !important;
}
#main-slide .item .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 20px;
    font-size: 1px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
#main-slide .item .swiper-pagination-bullet-active {
    color: #fff;
    background: #88431d;
}
/* --- slider swiper ----- */

/*------------------------------------------*/
/* Start Portfolio Section
/*------------------------------------------*/

#scrollUp {
    background-image: url("../images/top.png");
    bottom: 30px;
    right: 20px;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
}

.social-menu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
.social-menu li {
    display: inline-block;
    padding: 0 5px;
}
.social-menu li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.social-menu-top {
    display: block;
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
    float: right;
}
.social-menu-top li {
    display: inline-block;
    padding: 0 5px;
}
.social-menu-top li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.portfolio-section-1 {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #f7f7f7;
}

.portfolio-section-2 {
    padding-top: 80px;
    padding-bottom: 120px;
    /*background: #f7f7f7;*/
}

.portfolio-section-3 {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #111;
}

#portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.portfolio-section-2 #portfolio-list li {
    margin-left: -2px;
}
#portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    margin-bottom: -5px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 550px) {
    #portfolio-list li {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 551px) {
    #portfolio-list li {
        width: 49.9%;
    }
}

@media (min-width: 768px) {
    #portfolio-list li {
        width: 33.3%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
    #portfolio-list li {
        width: 50%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 991px) {
    #portfolio-list li {
        width: 50%;
    }
}

.portfolio-item {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-item img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.portfolio-item:hover img {
    -webkit-transform: scale(1, 5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.portfolio-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-item:hover .portfolio-caption {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.portfolio-caption h4 {
    display: inline-table;
    text-transform: uppercase;
    color: #777;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: #fff;
    /*margin: 20px 0 0 0;*/
    position: relative;
    top: 14%;
    font-family: "Oswald", sans-serif;
}

.portfolio-caption a i {
    width: 60px;
    height: 60px;
    padding: 20px;
    font-size: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 60%;
    /* left: 40%; */
}

.portfolio-caption a.link-1 i {
    left: 30%;
}

.portfolio-caption a.link-2 i {
    left: 50%;
}

/*---------------------------------------------------------*/
/* Start About Us Section                                  */
/*---------------------------------------------------------*/
.nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 3px 8px;
    font-size: 15px;
    color: #b99061;
}
.nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block !important;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a.active {
    text-decoration: none;
    background-color: none;
    border-bottom: solid 1px #ccc !important;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active,
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover {
    margin-right: 2px;
    line-height: 1.42857143;
    border: transparent !important;
    border-bottom: 1px solid #b99061 !important;
    border-radius: 4px 4px 0 0;
    background: transparent !important;
    color: #ffc685 !important;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #d0b593 !important;
    color: #fff !important;
}
.navbar-default .navbar-nav > .active > a {
    background-color: #d0b593 !important;
    color: #fff !important;
}

.about-us-section-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 100vh;
    background: url("../assets/img/blockbg02.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right top;
}

.navbar-brand {
    min-height: 35px !important;
}
.about-us-section-2 {
    padding-top: 30px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-size: cover;
    /* border-top:solid 2px #fff; */
}

.welcome-section {
    padding-bottom: 40px;
}

.welcome-section img {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 45%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.welcome-section h4 {
    padding-top: 20px;
    color: #777;
}

.welcome-section p {
    padding-top: 20px;
    color: #999;
}

.welcome-section:hover .border {
    margin: 0 40%;
}

.about-us-section-2 .carousel {
    margin-top: 8px;
}

.project-image .carousel img {
    width: 100%;
    height: auto;
}

.about-text p {
    color: #999;
    text-align: justify;
}
.about-text ul {
    margin-top: 30px;
    font-size: 13px;
}
.about-text li {
    margin-bottom: 10px;
    color: #999;
}
.about-text li i {
    padding-right: 10px;
}

.about-slide img {
    width: 100%;
}

/*----------------------------------------------------------*/
/* Start Fun Facts Counter Section
/*----------------------------------------------------------*/

.fun-facts {
    background: url(../images/parallax/bg-02.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.counter-item {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
}

.counter-item h5 {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}

.counter-item i {
    font-size: 40px;
}

.timer {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    font-family: "Oswald", sans-serif;
}

/*-------------------------------------------------*/
/* Start Latest News Section                       */
/*-------------------------------------------------*/

.latest-news-section {
    padding-top: 80px;
    padding-bottom: 60px;
}

.latest-post {
    padding-bottom: 20px;
}

.latest-post h4 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.latest-post .post-details .date {
    position: absolute;
    top: 0;
    left: 10%;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.latest-post .post-details .date strong {
    font-size: 16px;
}

.latest-post .post-details li {
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    padding-right: 5px;
}

.latest-post p {
    padding-bottom: 15px;
    color: #999;
    font-weight: 300;
}

.latest-post .btn-primary {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 300;
}

.latest-post .btn-primary:hover {
    background: none;
    color: #666;
    border: 1px solid #888;
    box-shadow: none;
}

.latest-post:hover .date {
    opacity: 1;
    -webkit-animation: bounceIn;
    -moz-animation: bounceIn;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

/*************** Testimonials ***************/

.testimonial-section {
    background: Url(../images/parallax/testimonial-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
    color: #fff;
    text-align: center;
    position: relative;
}

.testimonials .testimonial-content img {
    width: 150px;
    height: auto;
    margin-bottom: 40px;
}

.testimonials .testimonial-content p {
    font-size: 20px;
    line-height: 30px;
    /*font-style: italic;*/
    font-weight: 400;
    margin-bottom: 40px;
    color: #fff;
}

.testimonials .testimonial-content {
    position: relative;
}

.testimonials .testimonial-author {
    margin-bottom: 40px;
}

.testimonials .testimonial-author .author {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    font-size: 18px;
    padding-bottom: 5px;
}
.testimonials .testimonial-author .designation {
    color: #d3d3d3;
}

/* .touch-slider .owl-controls.clickable .owl-buttons div:hover {
    /*background-color: #00afd1;
/*.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
    /*background-color: #00afd1;
} */

.testimonials-carousel .owl-controls.clickable .owl-buttons div {
    background: none;
    font-size: 40px;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1000;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1000;
}

.owl-theme .owl-controls .owl-page.active {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}

/*--------------------------------------------------*/
/* Start Clients Section                            */
/*--------------------------------------------------*/

#partner {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center !important;
}

.clients .owl-buttons {
    padding-top: 50px;
}

.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

/*-------------------------------------------------*/
/* Start Contact Section                           */
/*-------------------------------------------------*/

.contact {
    background: url(../images/parallax/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 80px;
    /*padding-bottom: 100px;*/
}

.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
}

.contact .section-title h3 {
    color: #fff;
}

.contact .section-heading {
    color: #fff;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #e74c3c;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
}

.footer-contact-info {
    color: #fff;
    padding: 20px 30px;
    margin-top: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.footer-contact-info ul {
    padding-bottom: 10px;
}

.footer-contact-info h4 {
    padding-bottom: 10px;
}

.footer-contact-info li strong {
    font-weight: 600;
}

/*-------------------------------------------------------*/
/* Start Footer Section                                  */
/*-------------------------------------------------------*/

.fadeInDown {
    animation: fadeInDown 1s ease-in;
    /* animation-delay: 2s; */
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-right {
    border-left: solid 1px #ccc;
    padding-left: 20px;
    line-height: 40px;
}
footer.style-1 {
    margin-top: 100px;
    padding: 25px 0;
}

footer.style-1 .copyright {
    text-transform: uppercase;
    text-transform: none;
    color: #999;
}

footer.style-1 .footer-social li {
    display: inline;
    padding: 0 10px;
}

footer.style-1 .footer-social li a {
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

footer.style-1 .footer-social li i {
    font-size: 15px;
    width: 20px;
    height: 20px;
}

footer.style-1 .footer-social li:hover a {
    background: #fff;
    color: #666;
}

footer.style-1 .footer-link li {
    display: inline;
    padding-left: 10px;
    font-size: 13px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

/**** Start Modal Section ****/

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}

.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: 0.3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*---------------------------------------------------------------*/
/* Start Call To Action
/*---------------------------------------------------------------*/

.call-to-action {
    /* background: url(../images/parallax/call-to.jpg); */
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 90%;
    color: #fff;
    text-align: center;
    padding: 80px 0 30px;
    /* border-top:solid 6px #fff; */
}

.call-to-action h1 {
    font-weight: 300;
    line-height: 50px;
    /* padding-bottom: 40px; */
    font-size: 46px;
}

.call-to-action h1 strong {
    font-weight: 600;
}

.call-to-action .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.call-to-action .btn-primary:hover {
    background: transparent;
}

/*-----------------------------------------*/
/* Start Team Section
/*-----------------------------------------*/

.team-member-section {
    padding-top: 80px;
    padding-bottom: 100px;
}

#team-section .our-team {
    padding-top: 20px;
}

#team-section .team-member img {
    width: 99%;
    height: auto;
    text-align: center;
}

.team-member .team-details {
    position: absolute;
    top: 0;
    width: 99%;
    height: 100%;
    color: #fff;
    padding: 0 2px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-details {
    opacity: 1;
    -webkit-animation: bounceIn;
    animation: bounceIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

.team-member .team-details h4 {
    padding-top: 30%;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
}

.team-member .team-details li {
    display: inline-block;
    padding-top: 20px;
}

.team-member .team-details li a {
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #fff;
    color: #666;
    font-size: 16px;
}

.team-member .team-details li:hover a {
    background: transparent;
    border: 1px solid #ddd;
    color: #fff;
}

.owl-controls {
    margin-top: 35px !important;
}

#main-slide .owl-controls {
    margin-top: -35px !important;
}

/*-----------------------------------------*/
/* Start Progress Bar Section
/*-----------------------------------------*/

/* progress bar */

.skill {
    padding-bottom: 5px;
}

.skill p {
    margin-bottom: 7px;
}

.project_progress_col1 {
    padding-top: 1rem;
    padding-left: 20rem;
  }
.project_progress_col2 {
	padding-right: 12rem;
}
.progress_text{font-family:dbHeaven;color:#fff;font-size:60px;font-weight:400; margin-bottom: -15px;}
.largePercent{font-family:dbHeaven;font-size:125px;font-weight:100;margin-top:0;margin-bottom:0;color:#FCEEC9;}
.largePercent .small,.largePercent small{font-size:.675em;font-weight:300;}
span.overall{
	font-family: dbHeaven;
	color: #fff;
    font-size: 1.6rem;
}

.conceptText p {
	font-family: dbHeaven;
	font-size: 1.6rem;
	line-height: 2.2rem !important;
	font-weight: 100 !important;
	margin-top: 80px;
}

#progress_img{background:transparent;box-shadow:none;border:solid 1px #1c3953;padding:8px 40px;border-radius:3px;cursor:pointer;font-size:small;color:#1c3953;}
#progress_img:hover{background:#979082;color:#ece9e5;border:solid 1px #aca390;}
.progress{background:#fff;overflow:visible;height:25px;margin-bottom:10px;background-color:#D9D9D9;border-radius:10px;-webkit-box-shadow:none;box-shadow:none;}
.progress-bar{float:left;height:100%;font-size:12px;color:#ffffff;text-align:center;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:width .6s ease;transition:width .6s ease;position:relative;}
.bigPercen {
    font-size: 1.4rem;
    font-weight: 400;
}
.progress-bar {
    background: #fffedd !important;
}
.progress_bar_block {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.progress_bar_block > .concept_text05 {
    flex: 0 0 45%;
    font-size: 24px;
    font-weight: lighter;
    font-family: dbManX_italic;
    margin-right: 30px;
}

.progress-bar-span {
    opacity: 1;
    position: absolute;
    top: -5px;
    background: #acb2b8;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0px;
    right: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.skill:hover .progress-bar-span {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/**** ---- register block index initial -------- ****/
#register_section {
    transition: all 1s ease-in-out;
}
#register_section.floatingBlock {
    right: 20%;
    transform: translate(-50%, 20%);
    width: 30%;
    position: fixed;
    top: 90px;
    left: 80%;
    z-index: 1198;
}

#register_section.floatingBlock #button_submit {
    width: 65%;
    margin-top: 15px;
}
#register_section.floatingBlock #register_block {
    padding: 30px !important;
}
#register_section.floatingBlock .formW100 {
    width: 100%;
}
#register_section.floatingBlock .custom_style1 {
    height: 30px;
}

#closeButton {
    float: right;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-top: -8px;
}
#closeButton {
    display: none;
}
#closeButton i {
    font-size: 22px;
    font-weight: lighter;
}
#closeButton:hover i {
    font-size: 24px;
    font-weight: lighter;
}
#closeButton:active i {
    font-size: 18px;
    font-weight: lighter;
}

#register_section.floatingBlock > #closeButton {
    display: block !important;
}
/**** ---- register block index initial -------- ****/

/*-----------------------------------------------*/
/* Start Pricing Table
/*-----------------------------------------------*/

section#footer{background-color: #1ea187; background-size: contain; background-position: top left;}
section#footer a, section#footer a:hover{color: #fff; text-decoration: none;}
footer.style-1 {
    border-top: 2px solid #fff !important;
}
.pricing-section {
    padding: 30px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    border-top: solid 2px #ffff;
}

.pricing-section .section-title h3 {
    color: #fff;
}

.pricing-table {
    text-align: center;
    background: #fff;
}

.plan-name {
    padding: 15px 0;
}

.plan-name h3 {
    font-weight: 300;
    color: #fff;
}

.plan-price {
    padding: 25px 0;
}

.plan-price .price-value {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    color: #444;
}

.plan-price .price-value span {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
}

.plan-price .interval {
    line-height: 14px;
}

.plan-list li {
    padding: 13px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.plan-list li:first-child {
    border-top: 1px solid #eee;
}

.plan-signup {
    padding: 25px 0;
}

.plan-signup a {
    text-transform: uppercase;
    color: #fff;
}

.pricing .owl-buttons {
    padding-top: 30px;
}

.pricing .owl-buttons div {
    color: #fff !important;
}

iframe {
    border: 0;
}

/**** Start Color Switcher ****/

.colors-switcher {
    width: 100px;
    padding: 20px 18px 14px 20px;
    position: fixed;
    z-index: 1993;
    top: 90px;
    right: 0;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.colors-switcher > p {
    font-size: 11px;
    line-height: 0;
}
.colors-switcher #show-panel {
    position: absolute;
    left: -38px;
    top: 15px;
    width: 38px;
    height: 38px;
    z-index: 1992;
    display: block;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    cursor: pointer;
}
.colors-switcher #show-panel i {
    color: #3d3d3d;
    font-size: 20px;
    line-height: 38px;
    margin-left: 15px;
}
.colors-switcher .colors-list {
    margin: 0;
    padding: 0;
}
.colors-switcher .colors-list li {
    float: left;
    display: block;
    margin-bottom: 2px;
    margin-right: 6px;
}
.colors-switcher .colors-list li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    cursor: pointer;
}
.colors-switcher .colors-list li a:hover {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
.colors-switcher .colors-list a.light-red {
    background-color: #ff432e;
}
.colors-switcher .colors-list a.blue {
    background-color: #28abe3;
}
.colors-switcher .colors-list a.light-blue {
    background-color: #69d2e7;
}
.colors-switcher .colors-list a.green {
    background-color: #5bb12f;
}
.colors-switcher .colors-list a.light-green {
    background-color: #bccf02;
}
.colors-switcher .colors-list a.yellow {
    background-color: #fed136;
}

/******* Style Loader *******/

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2s infinite linear;
    animation: rotatee 2s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-animation: bouncee 2s infinite ease-in-out;
    animation: bouncee 2s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncee {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
