.nav-custom {
    background-color: #000 !important;
}

.nav-custom .nav-link {
    color: #fff;
}
.custom-toggler{
background-color:#fff;
}
.img-mla {
    width: 30%;
}

.img-mla img {
    width: 100%;
}

.news-wrapper img {
    width: 100%;
}
.logo-container{
    align-items: center;
}
.logo-wrapper{
    width:50px;
    width:50px;
    border:1px solid #fff;
    border-radius:50%;
}
.logo-wrapper img{
    width:100%;
}
.logo-text{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}


#main-slider .owl-dots
{
	position: absolute;
    left: 25%;
    top: 80%;
    margin: 0;
    transform: rotate(90deg);
}


#main-slider .owl-dots .owl-dot
{
	height: 21px;
    width: 21px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin: 7px 0px;
}


#main-slider .owl-dots .owl-dot span
{
	width: 11px;
	height: 11px;
	text-align: center;
    margin: 0 auto;
    line-height: 11px;
    vertical-align: middle;
}

.item-1
{
	 background-image:url('../images/banner/slide-1.jpg');
	 height: 100vh;
	 background-size: cover;
}
.item-2{
    background-image:url('../images/banner/slide-2.jpg');
    height: 100vh;
    background-size: cover;
}
.item-3{
    background-image:url('../images/banner/slide-3.jpg');
    height: 100vh;
    background-size: cover;
}
.item-4{
    background-image:url('../images/banner/slide-4.jpg');
    height: 100vh;
    background-size: cover;
}
.stock-img{
    margin: 30px 20px;
}

.stock-image-wrapper{
    display: flex;
    flex-flow: row wrap;
}

.img-cell {
    width: 33.33%;
    border: 2px solid #000;
    position: relative;
}
.img-cell img{
    width: 100%;
}
.title-stock{
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    width: 43%;
    margin: 0 auto;
    margin-bottom: 33px;
}
.download-link{
    font-size:60px;
    position: absolute;
    right:20px;
    top:0px;
    color:#000;
}
.news-cell {
    box-sizing: content-box;
    background-color: #fff;
    box-shadow: 0 0 3px #000;
    border: 1px #000;
    border-radius: 0 !important;
    padding: 5px;
    overflow: hidden;
    /* padding: 12px; */
    margin: 10px;
    transition: .5s left linear, .5s top linear, .5s width linear, .5s height linear;
    position: relative;
}

.news-cell .news-title {
    background-color: rgb(0 0 0 / 80%);
    font-weight: 700;
    font-family: sans-serif;
    font-size: 18px;
    font-style: normal;
    color: #fff;
    word-break: break-word;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;

}

.moreBtn {
    border: solid 1px #f2535f;
    padding: 4px 0px;
    font-size: 14px;
    color: #f2535f;
    text-transform: uppercase;
    font-weight: 300;
    transition: all 0.2s ease-in-out 0s;
    width: 160px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
}

a.moreBtn:hover {
    color: #fff;
    font-weight: 500;
}

.moreBtn:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f2535f;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
    transform: translateX(-100%);
}

a.moreBtn:hover:after {
    background-color: #f2535f;
    color: #ffffff;
    text-decoration: none;
    transform: translateX(0%);
}
.slider-counter
{
	font-family: 'Avenir-Roman';
    position: absolute;
    bottom: 4%;
    left: 3%;
    z-index: 7;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.slide-length
{
    font-family: 'Avenir-Roman';
    position: absolute;
    bottom: 35%;
    right: 3%;
    color: #fff;
    z-index: 7;
    font-size: 22px;
}


.first-head
{    
    font-family: 'Abril Fatface';
    color:#fff;
    font-size:40px;
}

.main-head
{    
    font-family: 'Abril Fatface';
    color:#fff;
    font-size:100px;
    line-height:100px;
}

.head-desc
{
    font-family: 'Oxygen-Light';
    color: #fff;
    font-size: 20px;
    margin:30px 0px;
}

.slide-content-wrapper
{
    position: absolute;
    right: 60%;
    color: #fff;
    font-size: 32px;
    text-shadow: -1px -1px #000;
    border: 5px solid #fff;
    top: 69%;
    bottom: auto;
    height: auto;
    padding: 42px;
}



#main-slider .owl-item.active .slide-content-wrapper .first-head
{
    animation:fadeInLeftBig ease 1s both;
}

#main-slider .owl-item.active .slide-content-wrapper .main-head
{
    animation:fadeInUp ease 1s 1s both;
}

#main-slider .owl-item.active .slide-content-wrapper .head-desc
{
    animation:fadeInUp ease 1s 1s both;
}

#main-slider .owl-item.active .slide-content-wrapper .link-btn
{
    animation:flipInX ease 1.5s 2s both;
}



.common-section,.about-projects
{
    padding:70px 0px;
    position:relative;
}

.about-project:after
{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(../images/1.jpg);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:-1;
}
.project-gallery-higlight{
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

/*#project-slider .item
{
    max-height:340px;
    cursor:pointer;
}
#project-slider .item-1
{
     background-image:url('../images/1.png');     
     background-size: cover;
}

#project-slider .item-2
{
     background-image:url('../images/4.png');     
     background-size: cover;
}

#project-slider .item-3
{
     background-image:url('../images/3.png');     
     background-size: cover;
}

#project-slider .item-4
{
     background-image:url('../images/2.png');     
     background-size: cover;
}

#project-slider .item-5
{
     background-image:url('../images/3.png');     
     background-size: cover;
}*/
#project-slider .item
{
    cursor: pointer;
    position:relative;    
    overflow: hidden;
}
.project-slide-img
{
    overflow: hidden;
}
#project-slider .item img{
    transition: all 0.3s;
}


#project-slider .item:hover img
{ 
    transform:scale(1.2);
 }
.project-slide-main
{
    font-size:30px;
    color:#333;
    font-family: 'Oxygen-Light';
}

.project-slide-meta
{
    font-size:22px;
    color:#333;
    font-family: 'Oxygen-Light';
}

.project-slider-desc
{
    margin: 20px 0px;
}

.container-block
{
    position: relative;
}

.container-block::before {
 /* background-color: rgba(0, 0, 0, 0.3);*/
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.container-block:hover .inner-block:before,
.container-block:hover .slider-top-right:after {
  height: 100%;
}
.container-block:hover .inner-block:after,
.container-block:hover .slider-top-right:before {
  width: 100%;
}
.container-block img {
  display: block;
  max-width: 100%;
}

.block-content {
  position: absolute;
  bottom: 10%;
  left: 10%;
  padding: 0 1rem;
}

.slider-top-right:before,
.inner-block:after {
  height: 4px;
  transition: width 0.75s ease;
  width: 0%;
}

.slider-top-right:after,
.inner-block:before {
  height: 0%;
  transition: height 0.75s ease;
  width: 4px;
}

.inner-block:before,
.inner-block:after,
.slider-top-right:before,
.slider-top-right:after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  z-index:2;
}

.inner-block {
  font-size: 2em;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.inner-block:before {
  bottom: 0;
  left: 0;
}
.inner-block:after {
  bottom: 0;
  right: 0;
}

.slider-top-right {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-top-right:before {
  top: 0;
  left: 0;
}
.slider-top-right:after {
  top: 0;
  right: 0;
}

.project-brand
{
    font-family: 'Oxygen-Light';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 137px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: RGBA(0,0,0,0.4);
    z-index: 1;
}

.project-higlight-wrap
{
    display:flex;
}

.project-slider-wrap,.project-higlight-desc
{
    width:50%;
    height:100vh;
    display:flex;
    flex-flow:column;
    justify-content:center;
}
.project-higlight-desc
{
    padding:35px;
}

#project-higlight .owl-dots
{
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    background: RGBA(0,0,0,0.3);
    display: inline-block;
    max-width: 180px;
    margin: 0 auto;
    padding: 4px;
    border-radius: 20px;
}

#project-higlight .owl-dots .owl-dot.active span
{
    background-color:#b88f45;
}

.project-higlight-head
{
    font-family: 'Abril Fatface';
    font-size:70px;
    position:relative;
    text-transform:uppercase;
}
.project-higlight-head:after
{
    content:'';
    position:absolute;
    right:-35px;
    height: 1px;
    background-color: #b88f45;
    top: 50%;
    width: 50%;
}
.project-slider-wrap
{
    position:relative;
}

.project-slider-wrap:after
{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/1.jpg);
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.project-higlight-meta
{
    font-family:'Oxygen-Light';
    font-size:22px;
}

.project-higlight-meta p:first-child
{
    margin-bottom:20px;
}

.project-slide-count 
{
    color: #b88f45;
    font-family: 'Oxygen-Light';
    position: absolute;
    bottom: 15%;
}
.project-slide-count .slider-counter-high-light
{    
    font-size:80px;
}
.project-slide-count .slide-length-high-light
{
    font-size:25px;
}


.project-amenities
{
    background-image: url(../images/background/bg-2.png);    
    background-repeat: no-repeat;
    background-size: cover;
}
.project-amenities-wrapper
{
    display: flex;
}

.amenities-desc,.amenities-gallery
{
    width:50%; 
}

.amenities-gallery img{
    width:100%;
}

.project-amenities .project-higlight-head:after
{
    display:none;
}

.amenities-desc-meta
{
    font-family: 'Oxygen-Light';
    font-size:22px;
}

.amenities-desc
{
    padding:15px;
}
.aminities-ico-wrapper 
{
    display: flex;
    flex-flow: row wrap;
    margin: 20px 0px;
    column-gap: 53px;
}
.aminities-ico-wrapper a
 {
    margin-bottom: 20px;
    text-align: center;
    padding: 7px;
    border:1px solid transparent;
}

.aminities-ico-wrapper a:hover
{
    background: #fff;
    border:1px solid #b88f45
}
.amenities-img-wrap
{
    position:relative;
    z-index:3;
    transition:all 0.5s;
    cursor:pointer;
}

.amenities-img-wrap:hover img
{
    transition:all 0.5s;
   transform:translateX(80px)
}
.amenities-img-wrap-text 
{
    font-family:'Oxygen-Light';
    position: absolute;
    font-size: 57px;
    text-transform: uppercase;
    color: #dbdbdb;
    top: 42%;
    right: -37%;
    transform: rotate(-90deg);
    z-index: -1;
}
.amenities-caps
{
    font-size: 25px;
    text-transform: uppercase;
    margin: 12px 0px;
    text-align: center;
    color: #333;
}
.gallery-meta
{
    font-family:'Oxygen-Light';
    font-size:22px;
    text-align: center;
}

.project-gallery-slider-wrap
{
    padding:30px 0px;
}
.project-gallery-slider-wrap .item
{
    cursor:pointer;
    position: relative;
    transition: transform 4s ease-in;
    overflow: hidden;
    border: 4px solid #6a6969;
    width:30%;
    display:flex;
    align-items:center;
}

.project-gallery-slider-wrap .item img{

   width:100%;
}


.project-location-meta
{
 font-family: 'Oxygen-Light';
 text-align:center;
}
.project-location-meta-head
{
    font-size:32px;
    margin-bottom:15px;
}

.project-location-meta-desc
{
    font-size:18px;
    margin-bottom:20px;
}
.project-location-distance-wrapper
{
    display: flex;
    justify-content: center;
    gap: 100px;
    text-align: center;
    font-family: 'Oxygen-Light';
    margin-bottom:50px;
}

.distnace-km
{
    font-size:72px;
    color:#bfbebe ;
}

.distance-unit
{   
    font-size: 18px;
    margin-top: -15px;
    margin-bottom: 15px;
}
.nearest-facilities
{
    width:60px;
    cursor:pointer;
   /* overflow:hidden;*/
    transition:all 0.5s;
}
.nearest-facilities img
{
    width:100%;
    transition: all 0.5s;
}
.nearest-facilities img:hover
{
    transform: translateY(-10px);
}

.iframe-wrapper iframe
{
    border:0px;
    width:100%;
    height:500px;
}

.about-project-gallery
{
    position:relative;
}

.about-project-gallery:after
{
     content: "";
    position: absolute;
    top: 0;
    height: 65.1%;
    width: 50%;
    background-image: url(../images/1.jpg);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:-1;
}

.gallery-section-header:after
{
    right:0;
    left:auto;
}

.footer
{
    background-color: #000;
    color: #fff;
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footer-wrap
{
    justify-content:space-between;
    align-items:center;
}
.footer a, .footer a:hover, .footer a:active, footer a:focus {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    text-transform: uppercase;
}
.social-icon ion-icon
{
    font-size:30px;
}
.logo {
    background: #efefef;
    padding: 20px 30px;
    margin: -10px 0px;
}

.fancybox-nav span {
    visibility: visible !important;
}

#project-slider.owl-carousel .owl-nav .owl-prev
  {
     background: url(../images/arrow-prev.png) no-repeat;
    left:0;
    width: 14px;
    height: 27px;
    position: absolute;
    font-size: 0px;
  }

   #project-slider.owl-carousel .owl-nav .owl-next
  {
     background: url(../images/arrow-next.png) no-repeat;
    right:0;
    width: 14px;
    height: 27px;
    position: absolute;
    font-size: 0px;
  }

  #project-slider .owl-nav
   {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-size: 0px;
}
.floating-wpp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
    z-index: 99;
}
.bio-sktech img{
    width:100%
}
@media only screen and ( max-width : 1024px ){

.menu-btn-wrap
{
    width:28%;
}

.btn-nav{
    min-width:150px;
    font-size:15px;
}

.main-head
{  
    font-size: 70px;
    line-height: 70px;
}

.link-btn
{
    font-size:20px;
}

.slider-counter
{
    font-size:50px;
}

.common-section, .about-projects
{
    padding:30px 0px;
}
.section-header:after
{
    width:220px;
}
.section-header
{
    font-size:50px;
}
.project-higlight-head
{
    font-size:50px;
}
.project-slide-meta 
{
    font-size:18px;
}
.project-slide-count
{
    bottom:10%;    
}
.project-higlight-meta
{
    font-size:20px;
}
.amenities-desc-meta
{
    margin: 20px 0px;
}
.amenities-img-wrap-text
{
    font-size:39px;
    right:-35%;
}
}

@media only screen and (max-width:992px)
{
    .item-1
    {
         background-image:url('../images/banner/slide-m-1.png');
         height: 353px;
         background-size: contain;
         background-repeat: no-repeat;
        
    }
    .item-2{
        background-image:url('../images/banner/slide-m-2.png');
        height: 353px;
        background-size: contain;
        background-repeat: no-repeat;
       
    }
    .item-3{
        background-image:url('../images/banner/slide-m-3.png');
        height: 353px;
        background-size: contain;
        background-repeat: no-repeat;
       
    }
    .item-4{
        background-image:url('../images/banner/slide-m-1.png');
        height: 353px;
        background-size: contain;
        background-repeat: no-repeat;
       
    }
    .news-cell{
        margin:10px 0px;
    }
    .slide-content-wrapper{
        top:62%;
        font-size:20px;
        width: 80%;
        margin: 0 auto;
        left:0;
        right:0;
        padding: 10px;
        text-align: center;
    }
    .title-stock{
        width:80%;
    }
    .project-gallery-slider-wrap .item{
        width:46%;
    }
    .project-higlight-wrap{

        flex-flow: column;
    }

    .project-slider-wrap, .project-higlight-desc
    {
        width: 100%;
        height:auto;
    }
    .project-slide-count
    {
        position:static;
    }

    .project-amenities-wrapper
    {
        flex-flow: column;
    }

    .amenities-desc, .amenities-gallery
    {
        width:100%;
    }
    .amenities-img-wrap-text
    {
        display:none;
    }
    .project-location-distance-wrapper
    {
        gap:50px;
    }

    .footer-link
    {       
        width: 40%;
        flex-flow: row wrap;
    }
    .social-icon
    {
        width:30%;
    }
    .logo
    {
        width:30%;
    }

    .footer-wrap
    {
        flex-flow:row wrap;
    }

    .footer a, .footer a:hover, .footer a:active, footer a:focus
    {
        margin-bottom:5px;
    }
    .about-project:after
    {
        width:100%;
    }

    .menu-btn-wrap {
    width: 32%;
    }

    .common-section, .about-projects
    {
     padding:30px 15px;
    }
    .section-header:after,.project-higlight-head:after
    {
        display:none;
    }
    .nav-logo 
    {
        width: 25%;
    }

    .head-desc
    {
        text-align: center;
    }
    .project-brand 
    {
        width: 113px;
        height: 87px;
        font-size:18px;

    }
    .project-slide-main 
    {
        font-size: 25px;
       margin-bottom: 15px;
    }
    .section-header
    {
        margin-bottom:30px;
    }
    #project-slider .owl-nav
    {
        top:25%;
    }

    #project-slider.owl-carousel .owl-nav .owl-next 
    {
    
        width: 30px;
        height: 30px;
        position: absolute;
        font-size: 0px;
        right: -50px;
    }

    #project-slider.owl-carousel .owl-nav .owl-prev 
    {
        background: url(../images/arrow-prev.png) no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        font-size: 0px;
        left: -37px;
    }

     #project-gallery-higlight .owl-nav
    {
        top:25%;
         position:absolute;
        transform: translateY(-50%);
        width:100%;
    }

    #project-gallery-higlight.owl-carousel .owl-nav .owl-next 
    {
    
        background: url(../images/arrow-next.png) no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        font-size: 0px;
        right: -50px;
    }

    #project-gallery-higlight.owl-carousel .owl-nav .owl-prev 
    {
        background: url(../images/arrow-prev.png) no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        font-size: 0px;
        left: -37px;
    }

    .img-mla {
        width:100%;
    }
    #main-slider .owl-dots{
        position: absolute;
        left: 0;
        top: 87%;
        transform: rotate(90deg);
        margin: 0 auto;
        width: 80%;
        right: 0;
    }
}

@media only screen and (max-width: 767px)
{
    .first-head
    {
        font-size:30px;
    }

    .main-head
    {
        font-size:50px;
        line-height:50px;
    }

    .head-desc
    {
        margin:15px 0px;
        text-align:center;
    }

    .section-header,.project-higlight-head
     {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .section-header:after,.project-higlight-head:after
    {
        display:none;
    }

    .about-project-gallery:after
    {
        height: 100%;
        width: 100%;
    }
    .project-location-distance-wrapper 
    {
  
        gap: 10%;
        justify-content: space-between;
        margin-bottom: 30px;
        flex-flow: row wrap;
    }
    .project-location-distance-cell
    {
        width:20%;
    }
    .footer-wrap
    {
        flex-flow:column;
    }
    .footer-link
    {
        width:100%;
        flex-flow: column;
        text-align:center;
    }
    .social-icon
    {
        width:100%;
        margin:15px 0px;
        text-align:center;
        justify-content:center;
    }
    .logo
    {
        width:100%;
    }

    .logo a img
    {
        width:60%;
        margin:0 auto;
        display:block;
    }

    .footer a, .footer a:hover, .footer a:active, footer a:focus
    {
        margin-bottom:7px;
    }

    .menu-btn-wrap
    {
        width:53%;
    }

    .nav-logo 
    {
        width: 36%;
    }
    .navigation__icon::after
    {
        bottom: -8px;
    }
    .navigation__icon::before{
        top: -8px;
    }
    .btn-nav
    {
       min-width:auto;
    }

    .navigation__link:link, .navigation__link:visited
    {
        font-size:1.8rem;
    }

    .navigation__button:hover .navigation__icon::before{
        top: -10px;
    }
    .navigation__button:hover .navigation__icon::after
    {
        bottom:-10px;
    }

    .aminities-ico-wrapper
     {
        justify-content: space-between;
        column-gap: 10%;
    }
    .aminities-ico-wrapper a
    {
        width:20%;
    }
    #project-slider.owl-carousel .owl-nav .owl-next
    {
        right: -46px;
    }

    #project-slider.owl-carousel .owl-nav .owl-prev{
        left:-32px;
    }

    #project-gallery-higlight.owl-carousel .owl-nav .owl-next
    {
        right: -46px;
    }

     #project-gallery-higlight.owl-carousel .owl-nav .owl-prev{
        left:-32px;
    }

    .slider-counter
    {
        bottom:7%;
    }
    .scroll-btn
    {
        bottom:5%;
    }
    #project-gallery-higlight .owl-nav
    {
        top: 42%;
    }
}