/*-------------------------------------------------WebFonts--------*/
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.eot');
    src: url('../fonts/Satoshi-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Black.woff2') format('woff2'),
        url('../fonts/Satoshi-Black.woff') format('woff'),
        url('../fonts/Satoshi-Black.ttf') format('truetype'),
        url('../fonts/Satoshi-Black.svg#Satoshi-Black') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BlackItalic.eot');
    src: url('../fonts/Satoshi-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
        url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
        url('../fonts/Satoshi-BlackItalic.ttf') format('truetype'),
        url('../fonts/Satoshi-BlackItalic.svg#Satoshi-BlackItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.eot');
    src: url('../fonts/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff'),
        url('../fonts/Satoshi-Bold.ttf') format('truetype'),
        url('../fonts/Satoshi-Bold.svg#Satoshi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BoldItalic.eot');
    src: url('../fonts/Satoshi-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
        url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
        url('../fonts/Satoshi-BoldItalic.ttf') format('truetype'),
        url('../fonts/Satoshi-BoldItalic.svg#Satoshi-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Italic.eot');
    src: url('../fonts/Satoshi-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Italic.woff2') format('woff2'),
        url('../fonts/Satoshi-Italic.woff') format('woff'),
        url('../fonts/Satoshi-Italic.ttf') format('truetype'),
        url('../fonts/Satoshi-Italic.svg#Satoshi-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.eot');
    src: url('../fonts/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/Satoshi-Light.woff') format('woff'),
        url('../fonts/Satoshi-Light.ttf') format('truetype'),
        url('../fonts/Satoshi-Light.svg#Satoshi-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-LightItalic.eot');
    src: url('../fonts/Satoshi-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
        url('../fonts/Satoshi-LightItalic.woff') format('woff'),
        url('../fonts/Satoshi-LightItalic.ttf') format('truetype'),
        url('../fonts/Satoshi-LightItalic.svg#Satoshi-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.eot');
    src: url('../fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Satoshi-Medium.woff') format('woff'),
        url('../fonts/Satoshi-Medium.ttf') format('truetype'),
        url('../fonts/Satoshi-Medium.svg#Satoshi-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-MediumItalic.eot');
    src: url('../fonts/Satoshi-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
        url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
        url('../fonts/Satoshi-MediumItalic.ttf') format('truetype'),
        url('../fonts/Satoshi-MediumItalic.svg#Satoshi-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.eot');
    src: url('../fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/Satoshi-Regular.woff') format('woff'),
        url('../fonts/Satoshi-Regular.ttf') format('truetype'),
        url('../fonts/Satoshi-Regular.svg#Satoshi-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*---------------------------------------------------Elements--------*/

*
{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
body
{
    color: #000000;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
	overflow-x: hidden;
}
a
{
    text-decoration: none;
    color: #000000; 
}
a:hover
{
    color: #404040; 
}
p
{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
h1
{
    font-size: 91px;
}
h2
{
    font-size: 69px;
}
h3
{
    font-size: 53px;
}
h4
{
    font-size: 40px;
}
h5
{
    font-size: 31px;
}
h6
{
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Satoshi';
    margin: 0 0 32px;
    font-weight: 500;
    text-transform: none;
	line-height: 120%;
}
ul
{
    padding-left: 36px;
    margin-bottom: 32px;
}
li
{
    margin-bottom: 15px;
}
img
{
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/*---------------------------------------------------Custom Style--------*/

.luxor-container-fluid
{
    width: 100%;
    padding: 0 20px;
}

.luxor-container
{
    width: 100%;
    max-width: 1840px;
    margin: 0 auto;
    padding: 0 40px;
}

.luxor-row
{
    display: flex;
    flex-flow: row wrap;
}
.align-justify-center
{
    align-items: center;
    justify-content: center
}
.align-center
{
    align-items: center;
}

.luxor-row .col
{
    width: 100%;
}

.txt-case
{
    text-transform: uppercase;
}

.txt-center
{
    text-align: center;
}
.p-0
{
    padding: 0 !important;
}
.m-0
{
    margin: 0 !important;
}
.mb-0
{
    margin-bottom: 0 !important;
}

.pb-0
{
    padding-bottom: 0 !important;
}

.mt-0
{
    margin-top: 0 !important;
}

.pt-0
{
    padding-top: 0 !important;
}

.luxor-button, input[type="submit"] 
{
    width: auto; 
    height: 56px;
    padding: 16px 64px;
    background-color: #0A0A0A;
    border: 2px solid #0A0A0A;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Satoshi';
    transition: all 0.2s linear;
}

.luxor-button:hover, input[type="submit"]:hover
{
    background-color: #404040;
    color: #ffffff;
    border: 2px solid #404040;
    transition: all 0.2s linear;
}

.heading-para, p.heading-para
{
    color: #534A0F;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
}
.of-hidden
{
    overflow: hidden;
}
.clr1
{
    color: #534A0F !important;
}
.clr2
{
    color: #D3BB24 !important;
}

/*--------------Header-------------------*/

header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px 0;
    z-index: 9999;
}
body.page-id-21 header, body.page-id-26 header, body.page-id-27 header {background-color: #ffffff;}
header.navbar-fixed, body.page-id-21 header.navbar-fixed, body.page-id-26 header.navbar-fixed, body.page-id-27 header.navbar-fixed
{
    background-color: #000000;
    transition: all 0.2s linear;
}
.luxor-dm-col1
{
    flex-shrink: 0;
}
header img.header-logo.header-logo-blk
{
    display: none;
}
body.page-id-21 header img.header-logo, body.page-id-26 header img.header-logo, body.page-id-27 header img.header-logo {display: none;}
body.page-id-21 header img.header-logo.header-logo-blk, body.page-id-26 header img.header-logo.header-logo-blk, body.page-id-27 header img.header-logo.header-logo-blk {display: block;}
body.page-id-21 header.navbar-fixed img.header-logo, body.page-id-26 header.navbar-fixed img.header-logo, body.page-id-27 header.navbar-fixed img.header-logo {display: block;}
body.page-id-21 header.navbar-fixed img.header-logo.header-logo-blk, body.page-id-26 header.navbar-fixed img.header-logo.header-logo-blk, body.page-id-27 header.navbar-fixed img.header-logo.header-logo-blk {display: none;}

header img.header-logo
{
    max-width: 159px;
}
.luxor-dm-col2
{
    width: calc(100% - 180px);
}
.desktop-navbar .luxor-row {justify-content: space-between;}
.desktop-navbar nav ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}
.desktop-navbar nav ul li
{
    list-style-type: none;
    margin: 0
}
.desktop-navbar nav > ul > li
{
    margin-left: 25px;
}
.desktop-navbar nav > ul > li > a
{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Satoshi';
    text-transform: uppercase;
    transition: all 0.2s linear;
}
body.page-id-21 .desktop-navbar nav > ul > li > a, body.page-id-26 .desktop-navbar nav > ul > li > a, body.page-id-27 .desktop-navbar nav > ul > li > a {color: #000000;}
header nav ul > li > a
{
    position: relative;
}
header.navbar-fixed .desktop-navbar nav > ul > li > a, body.page-id-21 header.navbar-fixed .desktop-navbar nav > ul > li > a, body.page-id-26 header.navbar-fixed .desktop-navbar nav > ul > li > a, body.page-id-27 header.navbar-fixed .desktop-navbar nav > ul > li > a
{
    color: #ffffff;
}
.mobile-navbar
{
    display: none;
}

@media screen and (max-width: 992px)
{
    .mobile-navbar
    {
        display: block;
    }
    .desktop-navbar
    {
        display: none;
    }
}

/*----------------*/

.mob-open-nav a.luxor-toggle img, .luxor-mm-col2 a.luxor-toggle img {height: 14px; width: auto; vertical-align: baseline;}
.mobile-navbar .luxor-row.align-center {justify-content: space-between;}
.mob-open-nav a.luxor-toggle img {filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(132deg) brightness(98%) contrast(106%);}
.mon-col2
{
    text-align: right;
}
.mob-open-nav
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.mob-open-nav > div
{
    line-height: 0;
}
.mobile-navbar img.luxor-toggle
{
    max-width: 20px;
    vertical-align: baseline;
    margin-right: 2px;
}
.mobile-navbar a.luxor-toggle
{
    font-size: 18px;
    color: #fff;
}
.mob-open-nav a.luxor-toggle
{
    color: #000000;
}
.mob-open-nav img.luxor-toggle
{
    max-width: 14px;
}
.mobile-menu-nav
{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    padding: 40px 30px 100px;
    background-color: #ffffff;
    z-index: 999;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    transition: all 0.2s linear;
}
.mobile-menu-nav.navfix-open
{
    left: 0% !important;
    transition: all 0.2s linear;
}
.mobile-menu-nav ul.mobile-menu, ul.mf-menu
{
    padding: 0;
    margin: 0;
    padding-right: 10px;
    margin-right: -10px;
}
.mobile-menu-nav ul.mobile-menu li
{
    margin: 0 0 15px;
    list-style-type: none;
}
.mobile-menu-nav ul.mf-menu li
{
    margin: 0 0 15px;
    line-height: 0;
    list-style-type: none;
}
.mobile-menu-nav ul li:last-child
{
    margin: 0;
}
.mobile-menu-nav li a
{
    color: #000000;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
	font-weight: 500;
}
.mobile-menu-nav ul.sub-menu
{
    margin: 20px;
}
.mobile-menu-nav ul.sub-menu li
{
    margin: 0 0 10px;
}
.mobile-menu-nav .sub-menu li:last-child
{
    margin: 0;
}
.m-footer-menu li a
{
    color: #000000;
    font-size: 14px;
}
.m-footer-menu li
{
    margin: 0 0 15px;
}
header .mobile-navbar nav  ul > li > a:after
{
    background-color: #534A0F;
}

.navbar-show .mobile-navbar a.luxor-toggle {color: #000000;}
.navbar-show .luxor-mm-col2 a.luxor-toggle img {filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(132deg) brightness(98%) contrast(106%);}

/*-------------/// Mobile Nav Submenu ///-------------------*/

header .mobile-menu li>a.line-center
{
    width: calc(100% - 50px);
    font-size: 18px;
}
header .mobile-menu>li>a:before
{
    display: none;
}
header .mobile-menu li>a.arrow-nav
{
    width: 50px;
    text-align: right;
    padding-right: 5px;
    display: inline-block;
    transition: all 0.2s linear;
}
header .mobile-menu li>a.arrow-nav i
{
    transition: all 0.2s linear;
}
header .mobile-menu li>a.arrow-nav.rotate-90 i
{
    transform: rotateZ(180deg);
    transform-origin: center;
    transition: all 0.2s linear;
}
header .mobile-menu li>ul.sub-menu
{
    position: relative;
    padding: 20px 15px 0; 
    display: none;
    width: 100%;
    margin: 0;
}
header .mobile-menu li>ul.sub-menu a
{
    font-size: 16px;
}
header .mobile-menu li>ul.sub-menu.xs-d-cont, header .mobile-menu li:hover>ul.sub-menu.xs-d-cont
{
    display: block;
    transform: scaleY(1);
    transition: all 0.2s linear;
}
/* header .current_page_parent > a, header .current_page_item > a, header li a:hover
{
  color: #404040 !important;  
} */
header li a:hover
{
  color: #404040 !important;  
}

@media (max-width: 380px)
{
	header .mob-open-nav img.header-logo {max-width: 100px;}
}

/*--------Slider------------*/

.hero-slider .slick-list, .hero-slider .slick-track {display: flex !important;}
.hero-slider .slick-slide 
{
    position: relative;
	display: flex !important;
	height: 100% !important;
}
 .hero-slider .slick-slide > img, .hero-slider .slick-slide > iframe, .hero-slider .slick-slide > video {height: 100vh; width: 100%; object-fit: cover;}
.hero-slider .slick-slide::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 1;
}
.hero-slider .slick-slide .hero-slide-caption
{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
}
.hero-slide-caption h1
{
    color: #fff;
    margin: 0 0 24px;
    line-height: 120%; /* 109.2px */
    letter-spacing: -2.5px;
}
.hero-slide-caption p
{
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 32px;
}
.hero-slide-caption a.luxor-button.hs-btn 
{
	position: relative;
    color: #fff;
    background-color: transparent;
    margin: 0;
    font-weight: 500;
    padding: 16px 32px;
	overflow: hidden;
	border: none;
}
.hero-slide-caption a.luxor-button.hs-btn:before 
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(255, 255, 255, 0.32);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	transition: all 0.2s linear;
}
.hero-slide-caption a.luxor-button.hs-btn:hover:before {background-color: rgba(255, 255, 255, 0.60); transition: all 0.2s linear;} 
.hero-slide-caption a.luxor-button.hs-btn span {display: inline-block; position: relative;}
.hero-slide-caption .col {position: relative;}
.slider-btn-down {position: absolute; bottom: 0; right: 0; z-index: 99;}
.slider-btn-down img {height: 64px; width: auto;}

/*-------------Aboutus--------------*/

#h-aboutus {padding: 128px 0 0;}
.col.h-abt-inner {width: 100%; max-width: 1122px; margin-right: auto;}
.col.h-abt-inner p 
{
    font-size: 42px;
    font-weight: 500;
    line-height: 130%;
}

/*--------------Latest Projects-------------------*/

#latest-projects
{
    padding: 128px 0;
}
#latest-projects h2.h-lp-heading {padding-top: 40px; border-top: 1px solid #D4D4D4; margin-bottom: 40px; font-size: 16px; line-height: 24px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase;}
.lp-btn {margin-top: 120px; text-align: center;}

.l-projects-wrapper {display: grid; grid-template-columns: 3fr 3fr 3fr; gap: 80px 20px; overflow: hidden;}
.l-projects-wrapper .pro-bl-img {aspect-ratio: 3/2; overflow: hidden;}
.l-projects-wrapper .pro-bl-img a {position: relative; display: inline-block; width: 100%; height: 100%;}
.l-projects-wrapper .pro-bl-img a:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: transparent; z-index: 1; transition: all 0.2s linear;}
.l-projects-wrapper .pro-bl-img a:hover:before {background-color: rgba(0,0,0,0.1); transition: all 0.2s linear;}
.l-projects-wrapper .pro-bl-img a img {width: 100%; height: 100%; transform: scale(1); aspect-ratio: 3/2;  transition: all 0.2s linear;}
.l-projects-wrapper .pro-bl-img a:hover img {transform: scale(1.03); transition: all 0.2s linear;}
.l-projects-wrapper .pro-bl-cnts 
{
    margin-top: 8px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.l-projects-wrapper .pro-bl-cnts h2 {margin: 0; color: #A3A3A3; font-size: 18px; font-weight: 500; line-height: 27px;}
.l-projects-wrapper .pro-bl-cnts h2 a {color: #0A0A0A;} 
.l-projects-wrapper .pro-bl-cnts h2 span {display: block; width: 100%;}
.l-projects-wrapper .pro-bl-cnts h2 a:hover {color: #A3A3A3;}
.l-projects-wrapper .pro-bl-cnts span.pro-bl-status {display: inline-block; padding: 4px 12px; text-align: center; background-color: #E5E5E5; border-radius: 2px; font-size: 12px; color: #737373; font-weight: 500;}
.l-projects-wrapper .pro-bl-cnts span.pro-bl-status:empty {display: none}
.l-projects-wrapper .pro-bl-cnts > div:first-child{width: calc(100% - 150px);}
.l-projects-wrapper .pro-bl-cnts > div:last-child{line-height: 1.2;}

/*--------------Footer-------------------*/

footer
{
    background-color: #fff;
    position: relative;
    padding: 48px 0 20px;
}
.luxor-row.foob-top
{
    display: grid;
    grid-template-columns: 6fr 1fr;
    gap: 30px;
}
.luxor-row.foob-btm
{
    margin-top: 128px;
    display: grid;
    grid-template-columns: 3fr 2fr;
}
.foob-col1 img.footer-logo
{
    max-width: 159px;
}
.foob-col2 ul.foob2-nav-links
{
    padding: 0;
    margin: 0;
}
.foob-col2 ul.foob2-nav-links li
{
    margin: 0 0 5px;
    list-style-type: none;
}
.foob-col2 ul.foob2-nav-links li a
{
    font-size: 16px;
    color: #0A0A0A;
    font-weight: 500;
}
.foob-col2 ul.foob2-nav-links li a:hover
{
    color: #404040; 
}
.foob-col2 > div:nth-child(2) {display: flex; flex-flow: row nowrap; justify-content: flex-end;}
.foob-col.foob-col2
{
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 20px;
}
.foob-col3 ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.foob-col3 ul li
{
    margin: 0;
    margin-right: 20px;
    font-size: 12px;
	line-height: 30px;
    color: #A3A3A3;
    list-style-type: none;
    font-weight: 400;
}
.foob-col3 ul li a, .foob-col4 p
{
    font-size: 12px;
    color: #A3A3A3;
    font-weight: 400;
}
.foob-col4 p a {color: #A3A3A3;}
.foob-col3 ul li a:hover, .foob-col4 p a:hover {color: #0A0A0A;}
.foob-col3 p, .foob-col4 p
{
    margin: 0;
}
.foob-col4 p
{
    text-align: right;
}
.foob-col3 ul li:nth-child(2) {position: relative; padding-right: 8px; margin-right: 5px;}
.foob-col3 ul li:nth-child(2):after {content: ''; position: absolute; top: 50%; right: 0; width: 2px; height: 2px; border-radius: 50%; background-color: #A3A3A3; transform: translateY(-50%);}
.foob-col ul li:last-child
{
    margin: 0;
}
.foot-col1 h2
{
    margin: 0 0 20px;
    color: #F0DD64;
    font-size: 20px;
    font-family: 'soleilregular';
}
.foot-col1 p
{
    margin: 0;
    color: #fff;
    font-size: 20px;
    max-width: 400px;
}

/*----------------------------------------Go Top---------------*/

.gotop {
	position: fixed;
	bottom: 50px;
	right: 30px;
	width: auto;
	height: auto;
	z-index: 99;
	opacity: 0;
	transform: translateY(80px);
	transition: all 0.2s linear;
}
.gotop a {
	background-color: #0A0A0A;
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	line-height: 0;
	padding: 16px;
	box-shadow: 0 6px 10px -4px rgb(0 0 0 / 60%) !important;
	overflow: hidden;
}
.gotop a svg.ar {
	height: 14px;
	transition: all 0.2s linear 0.2s;
}
.gotop a:hover svg.ar {
	transform: translateY(-25px) rotateY(360deg);
	opacity: 0;
	transition: all 0.3s linear 0.2s;
}
.gotop a svg.ar1, .gotop a svg.ar2 {
	position: absolute;
	bottom: 0%;
	left: 50%;
	width: auto;
	height: 14px;
	transform: translate(-50%, -50%) rotateZ(360deg);
	opacity: 0;
	transition: all 0.2s linear 0.2s;
}
.gotop a svg.ar2 {
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0s;
}
.gotop a:hover svg.ar1, .gotop a:hover svg.ar2 {
	bottom: 24%;
	opacity: 1;
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0.2s;
}
.gotop a:hover svg.ar2 {
	bottom: 13%;
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0.4s;
}
.top-class {
	display: inline-block;
	transform: translateY(0px);
	opacity: 1;
	transition: all 0.2s linear;
}
.top-class-op {
	display: inline-block;
	transform: translateY(80px);
	opacity: 0;
	transition: all 0.08s linear;
}

/*---------------Others--------------------*/

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #0A0A0A;
  outline: 0px solid slategrey;
}

.res-com-item-wrapper {padding-right: 5px;}
.res-com-item-wrapper::-webkit-scrollbar {
	width: 2px;
}

.res-com-item-wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.res-com-item-wrapper::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 0px solid slategrey;
}


::selection
{
	background-color: #0A0A0A;
	color: #ffffff;
}
.body-overflow
{
    overflow-y: hidden;
}

/*------------------*/

header {transition: transform 0.3s ease;}
.navbar-hidden {transform: translateY(-100%);}
.navbar-show {background-color: #ffffff; transition: all 0.2s linear;}
header.navbar-show, body.page-id-21 header.navbar-show, body.page-id-26 header.navbar-show, body.page-id-27 header.navbar-show {background-color: #ffffff; transition: all 0.2s linear;}
header.navbar-show .desktop-navbar nav > ul > li > a, body.page-id-21 header.navbar-show .desktop-navbar nav > ul > li > a, body.page-id-26 header.navbar-show .desktop-navbar nav > ul > li > a, body.page-id-27 header.navbar-show .desktop-navbar nav > ul > li > a {color: #000000;}
header.navbar-show img.header-logo {display: none;}
header.navbar-show img.header-logo.header-logo-blk, body.page-id-21 header.navbar-show img.header-logo.header-logo-blk, body.page-id-26 header.navbar-show img.header-logo.header-logo-blk, body.page-id-27 header.navbar-show img.header-logo.header-logo-blk  {display: block;}
/* body.page-id-21 header.navbar-show img.header-logo, body.page-id-26 header.navbar-show img.header-logo, body.page-id-27 header.navbar-show img.header-logo {display: block;}
body.page-id-21 header.navbar-show img.header-logo.header-logo-blk, body.page-id-26 header.navbar-show img.header-logo.header-logo-blk, body.page-id-27 header.navbar-show img.header-logo.header-logo-blk {display: none;}
 */
body.page-id-21 header.navbar-show .mobile-navbar .luxor-mm-col2 a.luxor-toggle, body.page-id-26 header.navbar-show .mobile-navbar .luxor-mm-col2 a.luxor-toggle, body.page-id-27 header.navbar-show .mobile-navbar .luxor-mm-col2 a.luxor-toggle{color: #ffffff;}
body.page-id-21 header .mobile-navbar .luxor-mm-col2 a.luxor-toggle, body.page-id-26 header .mobile-navbar .luxor-mm-col2 a.luxor-toggle, body.page-id-27 header .mobile-navbar .luxor-mm-col2 a.luxor-toggle{color: #000000;}
body.page-id-21 header .mobile-navbar .luxor-mm-col2 a.luxor-toggle img, body.page-id-26 header .mobile-navbar .luxor-mm-col2 a.luxor-toggle img, body.page-id-27 header .mobile-navbar .luxor-mm-col2 a.luxor-toggle img{filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(132deg) brightness(98%) contrast(106%);}
body.page-id-21 header.navbar-show .mobile-navbar .luxor-mm-col2 a.luxor-toggle img, body.page-id-26 header.navbar-show .mobile-navbar .luxor-mm-col2 a.luxor-toggle img, body.page-id-27 header.navbar-show .mobile-navbar .luxor-mm-col2 a.luxor-toggle img{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(250deg) brightness(103%) contrast(101%);}

header .mob-open-nav img.header-logo {display: block !important;}

#hero-section {position: relative;}
#hero-section .slider-btn-down-wrap 
{
	position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 1;
	text-align: right;
}
#hero-section .slider-btn-down-wrap .col
{
	width: calc(100% - 300px);
    margin-left: auto;
}