video::-webkit-media-controls {
  display: none;
}

video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}


.footer-area{
    display: none;
}


::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #707070;
}

@media(max-width:991px){
    .js-panel__bg-touch-link{
        padding-left:0px !important;
    }
}

.top-marque {
    overflow: hidden;
    position: relative;
    height: 90px;
    text-align: center;
}
.top-marque h1 {
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
    transform:translateX(100%);
    animation: cssmarquee 40s linear infinite;
    text-align: center;
}

@keyframes cssmarquee {
    0% {
    transform: translateX(100%);
    }
    100% {
    transform: translateX(-100%);
    }
}



.top-marque .rj {
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
    transform:translateX(-100%);
    animation: cssmarquee1 40s linear infinite;
    text-align: center;
}

@keyframes cssmarquee1 {
    0% {
    transform: translateX(-100%);
    }
    100% {
    transform: translateX(100%);
    }
}

/* homepage.css start*/

/* Menu bar background image */
.main {
    height: 100%;
    width: 100%;
    z-index: 10;
    
}

.home_panel_back {
    height: 224px;
    left: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 21;
}

@media only screen and (min-width: 1025px) {
    .home_panel_back {
        height: 100%;
    }
}

.home_back_img{
    opacity: 0;
    /* opacity: 1; */
    transform: scale(1.2);
    transform-origin: 50% 50%;
    transition: opacity .75s ease 0s, transform 1.35s linear;
    z-index: 21;
}

.home_back_img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home_back_img img,
.home_back_img picture {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
}

.home_back_img.active {
    opacity: 1;
    transform: scale(1);
    transition: opacity .75s ease .2s, transform 1.35s cubic-bezier(.09, .9, .33, .89);
    z-index: 22;
}


/* Menu List Home page Start */

.home_page_menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: center;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    height: 100vh;
    left: 0;
    min-height: 100vh;
    padding: 80px 40px;
    opacity: 1;
    /* overflow-x: hidden;
    overflow-y: scroll; */
    position: relative;
    right: 0;
    transition: height .1ms linear .51667s;
    top: 0;
    z-index: 22;
}

@media only screen and (min-width: 1025px) {
    .home_page_w_footer {
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 768px) {
    .home_page_w_footer {
        padding-bottom: 360px;
    }
}

.home_page_w_footer {
    padding-bottom: 234px;
}

@media only screen and (min-width: 768px) {
    .home_page_menu {
        padding: 80px 120px;
    }
}

.home_page_inner {
    width: 100%;
}

.home_menu_panel {
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .home_menu_panel {
        padding-left: 40px;
    }
}

.home_menu_panel h1 {
    display: block;
    font-size: .7692307692rem;
    font-weight: 100;
    letter-spacing: .83em;
    line-height: 1.6em;
    margin-bottom: 30px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
}

.home_menu_panel h1::after {
    background: #fff;
    content: " ";
    display: block;
    height: 1px;
    left: -40px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 0.05em);
    width: 20px;
}

@media only screen and (min-width: 768px) and (max-height: 800px) {
    .home_menu_panel h1 {
        opacity: 0;
    }
}

@media only screen and (min-width: 768px) {
    .home_menu_panel h1 {
        /*  margin-bottom: 50px; */
        margin-bottom: 0px
    }
}

@media only screen and (min-width: 768px) {
    .home_menu_panel h1 {
        font-size: .9230769231rem;
    }
}

.home_menu_panel nav {
    display: block;
}

.home_menu_panel nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.home_menu_panel nav ul li {
    cursor: pointer;
    font-weight: 500;
    opacity: .6;
    font-size: 28px;
    line-height:34px;
    list-style-type: none;
    margin: 0;
    padding: 12px 0;
}

@media only screen and (min-width: 768px) {
    .home_menu_panel nav ul li {
        font-size: 39px;
    }
}

.home_menu_panel nav ul li:hover {
    opacity: 1;
}

.home_menu_panel nav ul li a:hover {
    color: #fff !important;
    text-decoration: none;
}


/* Footer Start  */
.home_footer {
    bottom: 0;
    left: 40px;
    height: 100px;
    position: absolute;
    right: 40px;
    z-index: 22;
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
    .home_footer {
        height: 100px;
        left: 160px;
    }
}

@media only screen and (min-width: 768px) {
    .home_footer {
        height: 100px;
        left: 95px;
        right: 50px;
    }
}

.home_footer_disclimer {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.home_footer_disclimer h2 {
    font-size: .9230769231rem;
    color: #a7a8aa;
    flex: 1 1 20px;
    font-weight: 300;
    letter-spacing: calc(.07143 + 1em);
    line-height: 2em;
    max-width: 480px;
    padding-left: 70px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff!important;
    font-family: 'Raleway', sans-serif;
}

@media only screen and (max-width: 1024px) {
    .home_footer_disclimer h2 {
        opacity: 1;
        transition: opacity .3s ease;
    }
}

@media only screen and (min-width: 768px) {
    .home_footer_disclimer h2 {
        font-size: 1.0769230769rem;
    }
}

/* Footer End  */

/* homepage.css end */

/* reflecting css start */

.reflecting-logo img{
    width: 100%
}
.feature span{
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 10px;
    line-height: 12px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
    padding: 23px 0 40px;
}
.feature{
    position: relative;
}
#reflecting-nature {
    padding: 80px 0px;
}
.feature:after{
    content: " ";
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -39px;
}
.reflecting-title h2{
    font-size:34px;
    letter-spacing: 2px;
    margin: 0 0 25px;
    font-weight: 500;
    padding: 10px 0px;
    font-family: 'Montserrat', sans-serif;
}
.reflecting-des{
    color: #d8d8d8;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 32px;
    margin-bottom: 73px;
    font-weight: 400;
}
.right-content a {
    background-color: transparent;
    border: 2px solid hsla(0,0%,100%,.5)!important;
    color: #fff;
    font-weight: 600!important;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 11px;
    padding: 19px 36px 19px 37px;
    text-transform: uppercase;
    transition:0.3s;
    cursor: pointer;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.right-content a::after{
    content: " ";
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -20px;
    animation: animate 1s infinite;
}
@keyframes animate{
    0%{
        transform: translateX(-5px);
        
    }
    100%{
        transform: translateX(5px);
    }
}
.right-content a:hover{
    background-color: #242424;
}


@media(min-width:768px) and (max-width:991px){
   
    .showcase-title h2 {
        font-size: 36px;
    }
    .reflecting-des {
        font-size: 17px;
    }
}
@media(min-width:576px) and (max-width:767px){

    
    .reflecting-title h2 {
        font-size: 24px;
    }
    .reflecting-des {
        font-size: 16px;
    }
    .right-content a {
        padding: 19px 36px 19px 37px;
    }
}
@media(max-width:575px){
    
    .right-content {
        margin-left: 38px;
        margin-top: 35px;
    }
    .reflecting-title h2 {
        font-size: 24px;
    }
    .reflecting-des {
        font-size: 15px;
    }
    .right-content a {
        padding: 19px 25px 19px 25px;
    }
}

/* third section start */
.left-side{
    width: 100%;
}
.img-caption {
    text-align: right;
    margin-top: 25px;
    margin-right: 20px;
}
.img-caption h4{
    color: #a7a8aa;
    font-style: italic;
    font-weight: 300;
    line-height: 16px;
    font-size: 18px!important;
}
.img-details {
    float: right;
    width: 369px;
    margin-top: 25px;
}
.img-details p{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .0625em;
    line-height: 2em;

}
.right-side{
    width:100%;
}
.right-img{
    text-align: right;
}
.second-img {
    float: right;
    margin-top: 142px;
}
.second-row{
width: 91.6667%;
margin-top: 100px;
}

.reflect-movement{
    margin-top: 120px;
}
.left-reflect-movement {
	width: 100%
}
.right-reflect-movement {
    width: 100%;
}
.img-details2{
   float: left;
   width:100%;
   margin-bottom: 80px;
}
.right-reflect-des{
    margin-top: 56px ;
}
.right-reflect-des h5 {
    font-weight: 500;
    letter-spacing: 3px;
    opacity: .6;
    text-transform: uppercase;
    line-height: 0.8px;
    font-size: 10px;
}
.right-reflect-img{
    width:80%
}
.img-caption2 {
    margin-right: 0px;
    padding: 0px 15px;
    text-align: left;
}
.reflect-tub{
    margin-top: 93px;
}

@media(min-width:1400px){
    .left-side {
        width:100%;
        margin-right: 8%;
    }
    .right-side {
        width:100%;
        margin-left: 0!important;
    }
    .second-row {
        width: 92%!important;
    }

    .left-reflect-movement {
        margin-right: 0!important;
    }
    .right-reflect-img {
        margin-left:12%!important;
        width:55%!important;
    }
   
    .left-tub {
        width:100%
    }
    .right-tub {
        width: 100%;
       
    }
}
@media(min-width:1200px) and (max-width:1399px){
    .left-side {
        width:100%;
        margin-right: 8%;
    }
    .right-side {
        width:100%;
        margin-left: 0!important;
    }
    .second-row {
        width: 92%!important;
    }

    .left-reflect-movement {
        margin-right: 0!important;
    }
    .right-reflect-img {
        width: 60%!important;
        margin-left:12%!important;
    }
    .left-tub {
        width:100%
    }
    .right-tub {
        width: 100%;
       
    }
}
@media(min-width:991px) and (max-width:1199px){
    .left-side {
        width:100%;
        margin-right: 8%;
    }
    .right-side {
        width:100%;
        margin-left: 0!important;
    }
    .second-row {
        width: 92%!important;
    }
    .left-reflect-movement {
        margin-right: 0!important;
    }
    .right-reflect-img {
        width: 70%!important;
        margin-left:12%!important;
    }
 
}
@media(min-width:768px) and (max-width:991px){
    .reflect-movement {
        padding-top: 0px;
    }
.img-caption {
	text-align: center;
}
.img-caption h4 {
	font-size: 13px;
}
.img-details {
	margin-top: 40px!important;
	padding: 0px 256px 0px 74px;
}
.second-img {
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
}
.second-row {
	width: 100%;
	margin-top: 50px;
}

.right-reflect-des h5 {
	line-height: 13.8px;
	padding-left: 50px;
}
.img-details {
	margin-top: 22px;
}
.right-reflect-img {
	width: 50%!important;
	margin-left: 8%!important;
}

}

@media(min-width:576px) and (max-width:767px){

.img-caption {
	text-align: center;
}
.img-caption p{
    text-align: left;
}
.img-caption h4 {
	font-size: 13px;
}

.img-details {
	width: 259px;
	margin-top: 52px;
}

.second-img {
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
}
.second-row {
	width: 100%;
	margin-top: 50px;
}

.right-reflect-des h5 {
	line-height: 13.8px;
	padding-left: 50px;
}
.img-details {
	margin-top: 22px;
}
.right-reflect-img {
	width: 112%;
	margin-left: -13%;
}
}

@media(max-width:575px){
    .reflect-movement {
        margin-top: 50px;
    }
.img-caption {
	text-align: center;
}
.img-caption h4 {
	font-size: 13px;
}

.img-details {
	margin-top: 52px;
	width: 100%;
	padding-left: 50px;
}

.second-img {
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
}
.second-row {
	width: 100%;
	margin-top: 50px;
}
.right-reflect-des h5 {
	line-height: 13.8px;
}
.img-details {
	margin-top: 22px;
}
.right-reflect-img {
	width: 112%;
	margin-left: -13%;
}
}
/* third section end*/

/* showcase section start */
.showcase-content {
    width: 460px;
    margin: 0 auto;
    position: relative;
}
.showcase-title h2 {
    margin: 0 0 40px;
    line-height: 1.14286em;
    margin-left: 2px;
    font-size:48px;
    font-weight: 400;
}

.showcase-desc p {
    color: #d8d8d8;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .75px;
    line-height: 2em;
    margin-bottom: 40px;
}
.showcase-content a{
    margin-left: 88px;
}

#showcase {
    padding-bottom: 178px;
}

@media(min-width:768px) and (max-width:991px){
    .showcase-content {
        margin-left: 33%;
    }
    .left-shocase-img img {
        width: 273px!important;
        right: 94%;
    }
  
    .showcase-title h2 {
        font-size: 37px;
    }
    .home_menu_panel nav ul li {
        font-size: 34px;
        line-height: 42px;
    }
    .popup_nav_menu ul li {
        font-size: 34px;
    }
 
}
@media(min-width:576px) and (max-width:767px){
    .showcase-content {
        margin-left: 71px;
    }

    .left-shocase-img img {
        top: 18%;
        right: 47%;
       
    }
    .showcase-title h2 {
        font-size: 29px;
    }
    .showcase-content {
        width: 222px;
    }
    .showcase-content a {
        margin-left: -26px;
    }
    .showcase-desc p {
        padding: 0px;
    }
    .right-shocase-img img {
        top: 110%;
        left: 0%;
    }
    
    .home_menu_panel nav ul li {
        font-size: 28px;
        line-height: 35px;
    }
    .home_footer_disclimer h2 {
        padding-left: 0px; 
    }
}
@media(max-width:575px){
    .home_footer_disclimer h2 {
        padding-left: 0px; 
    }
    .home_menu_panel nav ul li {
        
        font-size: 24px;
        line-height: 30px;
    }
    .popup_nav_menu ul li {
        font-size: 24p!important;
    }
    .showcase-content {
        margin-left: 71px;
    }
    .right-shocase-img {
        margin-top: 50px;
    }
    .showcase-title h2 {
        font-size: 29px;
    }
    .showcase-content {
        width: 222px;
    }
    .showcase-content a {
        margin-left: -26px;
    }
    .showcase-desc p {
        padding-top: 13px;
    }
    
    #showcase {
        padding-bottom: 80px;
        padding-left: 20px;
    }
    
    
}
/* showcase section css */

/* inspired-design start*/
.inspired-design span{
   letter-spacing: 3px;
}
.inspired-design::after{
    content: none;
}

/* inspired-design end*/
.top-marque span{
    font-size: 6.6923076923rem;
    color: #a7a8aa;
    font-weight: 400;
    left: 0;
    line-height: 1em;
    opacity: .6;
}
.bottom-marque{
    font-size: 6.6923076923rem;
    color: #a7a8aa;
    font-weight: 400;
    left: 0;
    line-height: 1em;
    opacity: .6;
}
/* marque css start */

/* footer css start */
.main-footer{
    position: relative;
    overflow: hidden;
    }
.footer-details {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    text-align: center;
}
.footer-bacground{
    position: relative;
    height: 500px;
}

.overlay a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 68%),rgb(0 0 0 / 68%));
    z-index: 999;
}
.footer-details h2{
    font-size: 4.3076923077rem;
    font-weight: 400;
    line-height: 1.1875em;
    list-style-type: none;
    margin: 0 0 35px;
}
.footer-bacground img{
    transition: 1s;
    /*height: 100%;*/
    /*width: 100%;*/
}
.main-footer:hover .footer-bacground img{
transform: scale(1.1);
transition: 3s;
}
/* footer css end */

/*copyright css start*/
.main-copyright {
    padding: 60px 0px 28px 60px;
}
.copyright-content p {
    font-size: 14px;
    color: #a7a8aa;
    flex: 1 1 20px;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.copyright-btn a::after{
content: none;
}
.copyright-btn a {
    margin-right: 29px;
    padding: 15px 44px;
    border: 2px solid hsla(0,0%,100%,.2)!important;
}
.privacy a{
    padding-left: 14px;
    font-size: 15px;
    color: #a7a8aa;
    letter-spacing: 0.5px;
    font-weight: 300;
}

/* footer responsive */
@media(min-width:992px) and (max-width:1199px){
    .footer-bacground img {
        height: 100%;
    }
    .footer-bacground {
        height: 330px;
    }
    .footer-details {
        width: 80%;
    }
}
@media(min-width:768px) and (max-width:991px){
  
    .main-copyright {
        padding: 60px 0px 28px 22px;
    }
    .copyright-btn{
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 35px;
    }
    .privacy a {
        padding-left: 15px;
    }
    #marque{
        padding-top: 10px;
    }
    .footer-bacground {
        height: 330px;
    }
    .footer-details {
        margin-left: 0px;
        margin-top: 0px;
    }
    .footer-details h2 {
        font-size: 45px;
    }
    .footer-bacground img {
        height: 100%;
    }
    .privacy {
        display: inline-block;
    }
    .copyright-content {
        display: inline-block;
    }
}
@media(min-width:576px) and (max-width:767px){
    .top-marque span {
        font-size: 3.7rem;
    }
    .bottom-marque span {
        font-size: 3.7rem;
    }
    .main-copyright {
        padding: 60px 0px 28px 22px;
    }
    .copyright-btn{
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 35px;
    }
    .privacy a {
        padding-left: 0px;
    }
    #marque{
        padding-top: 10px;
    }
    .footer-bacground {
        height: 241px;
    }
    .footer-details {
        margin-left: 0px;
        margin-top: 0px;
    }
    .footer-details h2 {
        font-size: 36px;
    }
    .footer-bacground img {
        height: 100%;
    }
  
}
@media(max-width:575px){
    .top-marque span {
        font-size: 48px!important;
    }
    .bottom-marque span {
        font-size: 3.7rem;
    }
    .main-copyright {
        padding: 60px 0px 28px 22px;
    }
    .copyright-btn{
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 35px;
    }
    .privacy a {
        padding-left: 0px;
    }
    #marque{
        padding-top: 10px;
    }
    .footer-bacground {
        height: 241px;
    }
    .footer-details {
        margin-left: 0px;
        margin-top: 0px;
    }
    .footer-details h2 {
        font-size: 36px;
    }
    .footer-bacground img {
        height: 100%;
    }
 
}
/* mousemove */
.cursor{
    position: fixed;
    width: 90px;
    height: 90px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%,-50%);
    transition: .2s;
    background-color: #66574336;
    z-index: 9999999;
    opacity: 0;
   
}

.cursor_active{opacity: 1;}


.cursor p{
    text-align: center;
    line-height: 90px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}
/* who-live css start */
#who-live{
    padding-bottom: 150px;
}

.who-right-left h3{
    font-size: 40px;
    letter-spacing: 2px;
    margin: 0 0 25px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.14286em;
}
/* .who-right-left p{
    padding-right: 50px;
} */
.img-slides{
    padding-left: 96px;
    width: 100%;
}
.img-slides-desc p{
    font-size:12px;
    font-weight: 300;
    letter-spacing: .0625em;
    line-height: 2em;
    font-weight: 400;
    padding-right: 25px;
}
.img-number{
    width: 160px;
}
.img-number a{
    color: hsla(0,0%,100%,.6);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    margin-right: 25px;
}
/* who-live css end */

@media(min-width:576px) and (max-width:767px){
    
    .who-right-left p {
        font-size: 17px;
    }
    .who-right-left h3 {
        font-size: 33px;
    }
    .img-slides {
        padding-left: 13%;
        width: 100%
    }
    #who-live {
        padding-bottom: 50px;
    }
}
@media(max-width:575px){

    .who-right-left p {
        font-size: 17px;
    }
    .who-right-left h3 {
        font-size: 28px;
        padding-top: 20px;
    }
    .who-right-left p {
        font-size: 16px;
    }
    .img-slides {
        padding-left: 13%;
        width: 100%;
    }
    #who-live {
        padding-bottom: 50px;
    }
}
/* vedio section start */
.main-video{
    position:relative;
}
.main-video video{
    width: 100%;
    height: 100%;
}
.main-video a {
    bottom: 40px;
    color: #fff;
    font-size: .9230769231rem;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 12px;
    opacity: 1;
    position: absolute;
    right: 40px;
    bottom: 6%;
    text-transform: uppercase;
    z-index: 2;
    font-size: 15px;
}

@media(min-width:768px) and (max-width:991px){
  
    .img-details {
        padding-right: 0px;
    }
}
@media(max-width:575px){
    .main-video a {
        letter-spacing: 8px;
        right: 6px;
        bottom: 8%;
        font-size: 12px!important;
    }
 
}
/* vedio section end*/
/*  */
#reflet-single-handle {
	padding-top: 0px;
}
.img-details p {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .0625em;
	line-height: 2em;
	padding-bottom: 40px;
}

/* reflecting css end */


/* menu_bar.css start */
/* Menu bar start */
.nabar_js {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav__title-bar {
    height: 0;
    left: 0;
    position: relative;
    z-index: 1002;
    width: 100%;
    background-color: #000;
}
.menu {
    max-width: 90rem;
    width: 90%;
    margin: 50px auto 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(255, 255, 255);
}

.logo {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 4rem;
    color: #fff;
    width:100%;
    display:block;
}

.logo a{
    display: inline;
    text-decoration: none;
}

.logo img {
   cursor: pointer;
    width: 226px;
    height: auto;
}

.hamburger-menu {
    height: 4rem;
    width: 3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bar {
    width: 1.9rem;
    height: 1.5px;
    border-radius: 2px;
    background-color: #eee;
    transition: 0.5s;
    position: relative;
}

.bar::before,
.bar::after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #eee;
    transition: 0.5s;
}

.bar::before {
    transform: translateY(-9px);
}

.bar::after {
    transform: translateY(9px);
}

.nabar_js.active .bar {
    transform: rotate(360deg);
    background-color: transparent;
}

.nabar_js.active .bar::before {
    transform: translateY(0) rotate(45deg);
}

.nabar_js.active .bar::after {
    transform: translateY(0) rotate(-45deg);
}

@keyframes main-animation {
    from {
        transform: translate(0);
    }
    to {
        transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
    }
}



/* Menu Bar Show locator button start*/
.banner-btn {
    float: right;
    background-color: transparent;
    border: 2px solid hsla(0,0%,100%,.2)!important;
    color: #fff;
    letter-spacing: 1.75px;
    padding: 5px 40px;
    font-size: 11px;
    font-weight: 500;
    margin-right: 40px;
    line-height: 0.8;
    line-height: 3;
    transition: 0.3s;
    font-weight: 600;
}
.banner-btn:hover{
    background-color: #242424;
    color: #fff;
}

@media(min-width:1400px){
    .menu {
        width:100%;
        margin: 40px auto 0px;
        padding: 0px 5px;
    }
}
@media(min-width:1200px) and (max-width:1399px){
    .menu {
        margin: 0px auto 0px;
        padding: 0px 5px;
    }
    .banner-btn {
        margin-top: 4%;
     }

}
@media(min-width:992px) and (max-width:1199px){
    .banner-btn {
       margin-top: 4.5%;
    }
    .menu {
        margin: 40px auto 0px;
        padding: 0px 50px;
    }
    .logo img {
        width: 24%;
    }
}
@media(min-width:1400px) and (max-width:2000px){
    .banner-btn {
       margin-top: 5.5%;
    }
    .logo img {
        width: 25%;
    }
}
@media(min-width:768px) and (max-width:991px){
    .banner-btn {
       margin-top: 6%;
    }
    .menu {
        margin: 45px auto 0px;
        padding: 0px 50px;
    }
    .logo img {
        width: 32%;
    }
}
@media(min-width:576px) and (max-width:767px){
    .menu {
        margin: 8px auto 0px;
        padding: 0px 20px;
    }
    .logo img {
        width: 30%;
    }
}

@media (max-width:575px){
    .banner-btn {
        display: none !important;
    }
    .menu {
        margin: 8px auto 0px;
        padding: 0px 20px;
         
    }
    .logo img {
        width: 38%;
    }
}

/* Menu Bar Show locator button end*/


/* Nav menu Start */
.nabar_js.active .popup_panel {
    height: 100%;
    opacity: 1;
    transition: all .3s ease .01667s, height .1ms linear;
}
.popup_panel {
    background: #1d1d1d;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all .3s ease, height .1ms linear .316667s;
    width: 100%;
    z-index: 1001;
}

.popup_bg {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .popup_bg {
        display: block;
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
    }
}

.popup_bg_inner {
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}

.popup_bg {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pop_img {
    position: absolute;
    margin: 0 auto;
    max-width: 2000px;
    /* top: -100px; */
    /* transform: scaleY(1.5);
    transform-origin: 50% top; */
    width: 100%;
    height: 100vh;
}

.large_img {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
}

.popup_bg.active .large_img {
    width: 100%;
    height: 100vh;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.5;
    transform: scaleY(1);
    transition: top .6s ease-out, transform .6s cubic-bezier(.09, .9, .33, .89);
}

.popup_bg.active {
    opacity: 1;
    transition: opacity .4s linear;
}

.popup_menu {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    left: 0;
    padding: 80px 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.popup_menu_inner {
    width: 100%;
}

.popup_heading {
    font-size: .7692307692rem;
    font-weight: 100;
    letter-spacing: .83em;
    line-height: 1.6em;
    margin-bottom: 30px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .popup_heading {
        font-size: .9230769231rem;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .popup_nav_menu {
        padding-bottom: 80px;
    }
}

.popup_nav_menu {
    display: block;
}

.popup_nav_menu {
    padding-bottom: 60px;
}

.popup_nav_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.popup_nav_menu ul li {
    cursor: pointer;
    font-weight: 200;
    opacity: .6;
    font-size: 40px;
    line-height: 1.14286em;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}

.popup_nav_menu ul li:hover {
    opacity: 1;
}

.popup_nav_menu ul li a:hover {
    color: #fff !important;
}

@media only screen and (min-width: 768px) {
    .popup_nav_menu ul li {
        font-size: 39px;
    }
}
@media (max-width: 767px) {
    .popup_nav_menu ul li {
        font-size: 24px;
    }
}
.branding {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: -7px auto;
    width: 320px;
}

@media only screen and (min-width: 768px) {
    .branding {
        margin-top: 0;
        width: auto;
    }
}

.brand_item {
    display: flex;
    padding: 7px 13px 7px 12px;
    position: relative;
    width: auto;
}

@media only screen and (min-width: 768px) {
    .brand_item {
        padding: 0 20px 0 19px;
    }
}


.brand_item span {
    /*  display: block; */
    height: 16px;
    width: auto;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
}

.brand_item span:hover{
    color: #D3A971;
}

/* menu_bar.css end */

/* scroll.css start */
.overly2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 41, 41, 0.1);
    transition: all linear .3s ;
    -webkit-transition: all linear .3s ;
    -moz-transition: all linear .3s ;
    -ms-transition: all linear .3s ;
    -o-transition: all linear .3s ; 
  }
  .overly2:hover{
    opacity: 0;
  }
  .after{
    position: absolute;
    content: '';
    bottom: 0;
    left:0;
    right: 0;
    width: 0;
    height: 4px;
    background-color: #f9f4f4;
    opacity: 0;
    transition: all linear .9s;
    -webkit-transition: all linear .9s;
    -moz-transition: all linear .9s;
    -ms-transition: all linear .9s;
    -o-transition: all linear .9s;
  }
  .image-scroll{   
    position: relative;
    margin-top: 15px; 
    margin-bottom: 10px;
    z-index: 2;
   
}

.image-scroll:hover .after{
    animation: animation-after 2s infinite;
}



@keyframes animation-after{
    0%{
        opacity: 1;
        width: 0%; 
        right: 0; 
    }
 
    100%{
        opacity: 1;
        width: 100%; 
        right: 0; 
    }
}

/* scroll.css end */


/* Right Numberign design */

.freelanc_section_sidenav{
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    opacity: 1;
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(30px);
    transition: all .3s ease,transform .6s ease-out,padding .4s ease-out .2s;
    z-index: 23;
    color: rgb(255, 255, 255);
    line-height: 1.3em;
    font-weight: 600;
    padding: 10px 0px 10px 15px;
    font-size: 16px;
    z-index: 9999;
    

} 

 .freelanc_section_sidenav:hover {
    background: rgba(20,20,20,.7);
    opacity: 1;
  
 }  

  .freelanc_section_sidenav:hover .freelanc_sidenav_menu {
        min-height: 130px;
        min-width: 230px;
        text-align: center;
        opacity: 1;
        transition: all .40s ease-out .0s,opacity .40s ease .40s;
    }  

.freelanc_sidenav_menu_active{
    color: #fff !important;
}
    
.freelanc_sidenav_menu {
        height: auto;
        max-height: 0;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        padding-left: 0;
        width: auto;
        transition: all .6s ease-out .2s,opacity .3s ease 0s;
       
    }  


 .freelanc_sidenav_menu a {
        font-size: 1.2307692308rem;
        color: hsla(0,0%,100%,.6);
        display: block;
        font-weight: 600;
        font-size: 16px;
        padding: 0px 30px 5px 0px;
        margin-left: 20px;
        transition: color .40s ease-out;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        text-align: left;
        transition: color .15s ease-out;
      
    }  

    @media (max-width:992px) {
        .freelanc_section_sidenav{
            display: none;
        }
       
    }
    
    
    @media (max-width:767px) {
        .freelanc_section_sidenav{
            display: none;
        }
        
    }
    
    @media (max-width:575px) {
        .freelanc_section_sidenav{
            display: none;
        }
        
    }
    
    @media(max-width:992px){
        .mobile-bg-none{
            display:none;
        }
    
        
    }
    
