/* @import url('http://fonts.cdnfonts.com/css/proxima-nova-2'); */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/Mark\ Simonson\ -\ Proxima\ Nova\ Regular.otf'); 
    /* font-weight: 300; */
}
/* @font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/Mark\ Simonson\ -\ Proxima\ Nova\ Light.otf'); 
} */
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/Mark\ Simonson\ -\ Proxima\ Nova\ Semibold.otf'); 
    font-weight: 500;
}
/* @font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/Mark\ Simonson\ -\ Proxima\ Nova\ Light.otf'); 
    font-weight: 200;
} */
body{
    font-family: 'Proxima Nova', sans-serif;
    padding-top: 55px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1150px;
}
}
ul{
    padding: 0;
    margin-bottom: 0;
}
ul li{
    list-style: none;
}
h1{
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1.6px;
}
p{
    font-size: 11px;
}
a,.nav-link{
    color: #000000;
    font-weight: 300;
    text-decoration: none;
}
.dot-img {
    margin-bottom: 0px!important;
}
.dot-img.small {
    margin-bottom: -8px!important;
}
.nav-link:hover{
    color: #fff100;
}
a:hover{
    color: #fff100!important;
}

.nav-link.active{
    color: #fff100;
}
.ssnav .navbar-nav .nav-link{
    padding: 0;
    margin-left: 52px;
    letter-spacing: 1px;
}

.navbar.ssnav{
    padding: 15px 0;
    margin-bottom: 15px;
    background: #fff;
}
.portfolio-menu li:first-child .nav-link{
    padding-left: 0;
}
.portfolio-menu li{
    display: inline-block;
}
ul.portfolio-menu {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
	gap: 16px;
}
ul.portfolio-menu li:last-child .nav-link{
    padding-right: 0;
}
ul.portfolio-menu .nav-link{
    font-size: 13px;
    letter-spacing: 1.1px;
    padding-left: 0;
    padding-right: 0;
}
.portfolio-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.portfolio-menu::-webkit-scrollbar
{
	height: 5px;
	background-color: #F5F5F5;
}

.portfolio-menu::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 1px solid #555555;
}


/* Banner CSS */
.banner-img{
    padding-right: 10px;
    position: relative;
}
.banner-content {
    padding-left: 18px;
}
.banner-img .rotate-text {
    transform-origin: top right;
    right: 0;
    top: 50%;
    transform: rotate(-90deg) translateX(46%);
    text-align: right;
    font-size: 12px;
    font-weight: 500;
}

.banner-content p{
    color: #8d8f92;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
}
.banner-content p a{
    float: right;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 2px;
}
.banner-content p a:hover{
    color: #ffeb00;
}
.banner-content h1{
    margin-bottom: 0;
}
.banner-content img{
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1.75px;
}
h3{
    font-size: 32.58px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}
.counter-area {
    padding: 0 7px;
}
.experience-area .line{
    height: 1px;
    background: #7e7f7f;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.counter-area span{
    font-size: 110.33px;
    font-weight: 600;
    line-height: 1;
}
.counter-area p{
    font-size: 16px;
    color: #8d8f92;
    line-height: 18px;
    letter-spacing: 1.5px;
    margin-top: -10px;
    font-weight: 200;
}
.experience-wrapper{
    background: #f5f5f5;
    padding: 65px 65px;
    margin-top: 70px;
}

/* PROJECT CSS */
.project-area{
    padding: 140px 0;
}
.project-slider .project-box{
    position: relative;
}
.project-slider .dropup{
    position: absolute;
    bottom: 42px;
    right: 14px;
}
.project-slider .project-box p{
    text-align: right;
    line-height: 16px;
    letter-spacing: 0.1em;
    margin-top: 5px;
    font-weight: 400;
    font-size: 10px;
}
.project-slider .project-box button{
    padding: 0;
    border: none;
    background: transparent;
    z-index: 9;
    position: relative;
}
.project-slider .project-box button::after{
    display: none;
}
.project-slider .project-box .dropdown-menu{
    transform: translate(0px, -2px)!important;
    right: 0px!important;
    left: auto!important;
    z-index: 1;
    border-radius: 0;
    width: 270px!important;
    text-align: left;
    padding: 28px;
    bottom: 5px!important;
    border: none;
    padding-top: 35px;
}
.project-area h3{
    font-size: 33.50px;
}
.project-slider .project-box .dropdown-menu h4{
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0;
}
.project-slider .project-box .dropdown-menu span{
    color: #96999c;
    display: block;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.project-slider .project-box .dropdown-menu p{
    font-size: 10px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    color: #000;
    text-align: left;
}
.project-slider .project-box .dropdown-menu img{
    margin-bottom: 30px;
}
.project-slider .project-box .dropdown-menu a{
    font-size: 10px;
    color: #96999c;
    text-decoration: none;
    display: block;
    margin-top: 2px;
}
.primary-btn{
    font-size: 13px;
    letter-spacing: 1.1px;
    font-weight: 400;
}
.primary-btn img{
    margin-right: 5px;
    margin-top: -5px;
}
.project-area h3{
    margin-bottom: 12px;
}
.project-area .slick-dots{
    position: absolute;
    left: 0;
    bottom: 16px;
    background: #fff;
    margin: 0;
    line-height: 0;
    padding-bottom: 5px;
}
.project-area .slick-dots li{
    display: inline-block;
    margin-right: 14px;
}
.project-area .slick-dots li button{
    font-size: 0;
    border: none;
    background: #161616;
    width: 6px;
    height: 6px;
    padding: 0;
}
.project-area .slick-dots li.slick-active button{
    background: #ffeb00;
}

/* BRAND CSS */
.brand-area{
    padding: 80px 0;
}
.brand-slider{
    position: relative;
}
.brand-slider::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 2px;
    background: #a2a2a2;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 97%;
}
.brand-slider .single-brand{
    text-align: center;
    margin: 30px 0;
}
.brand-slider .single-brand img{
    margin: 0 auto;
}
.brand-slider .slick-arrow{
    font-size: 0;
    border: none;
    background: #161616;
    width: 6px;
    height: 6px;
    padding: 0;
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
.brand-slider .slick-arrow:hover{
    background: #ffeb00;
}
.brand-slider .slick-arrow.slick-prev{
    left: 0;
    right: auto;
}
.brand-slider .slick-arrow.slick-next{
    right: 0;
    left: auto;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.about-wrapper .page-padding{
    padding: 0 22px;
}
/* FOOTER CSS */
.footer-wrapper{
    background: #000;
    color: #fff;
    padding: 35px 70px;
    margin-top: 35px;
}
.footer-wrapper h4{
    margin-bottom: 0;
    font-size: 32px;
    letter-spacing: 1.5px;
}
.footer-wrapper h4 img{
    margin-left: 5px;
}
.footer-wrapper ul li a{
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.footer-wrapper ul li{
    /* margin: 5px 0; */
    line-height: 1.2;
}
.footer-wrapper ul li img{
    margin-right: 5px;
}
.to-top{
    font-size: 16px;
    display: block;
    letter-spacing: 1.5px;
    transition: .3s;
}
.to-top:hover{
    color: #ffeb00;
}
.copyright-area{
    padding: 40px 0;
}
.dot{
    width: 6px;
    height: 6px;
    background: #000;
}
.copyright-area ul{
    display: flex;
    align-items: center;
}
.copyright-area .dot{
    margin: 0 20px;
}
.copyright-area ul li{
    font-size: 16px;
    letter-spacing: 1px;
    color: rgb(33, 37, 41);
    font-weight: 400;
    display: inline-block;
}
.copyright-area ul li a{
    font-weight: 400;
    color: rgb(33, 37, 41);
}

.copyright-area ul li svg {
	    height: 25px;
    width: 25px;
    margin: 0 10px;
}
.copyright-area ul li a:hover svg {
	  fill: #fff100 !important;
}
.page-heading h2{
    margin-bottom: 0;
    font-size: 53px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.page-heading img{
    margin-left: 10px;
    margin-bottom: 15px;
}
.about-content h3{
    font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 1.2;
}
.about-lists {
    margin-top: 50px;
}
.about-lists li{
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}
.about-lists li img{
    width: 6%;
    object-fit: contain;
    margin-right: 40px;
}
.about-lists li p{
    font-size: 17.5px;
    line-height: 27px;
    color: #8f9194;
    word-spacing: 1px;
    width: 88%;
    margin-bottom: 0;
}
.team-image{
    position: relative;
}
.team-image img{
    width: 100%;
}
.team-info{
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
}
.team-info h4{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    line-height: 20px;
}
.team-info span{
    font-size: 14px;
    letter-spacing: 1.1px;
}
.team-content{
    padding: 30px;
    background: #f4f5f5;
    text-align: center;
    margin-top: 35px;
    transition: all 350ms ease-out;
    height: 100%;
    padding-bottom: 80px;
}
.team-content p{
    font-size: 18px;
    font-weight: 300;
}
.team-box{
    transition: all 350ms ease-out;
    height: 100%;
}
.team-box:hover{
    transform: scale(1.09);
    margin-top: 45px;
    cursor: pointer;
}
.team-box:hover .team-content{
    margin-top: 0;
    background: #000;
}
.team-box:hover .team-content p{
    color: #fff;
}
.awards-area{
    padding: 80px 0;
}
.award-box{
    position: relative;
    padding-left: 30px;
}
.vertical-line {
    width: 100%;
    height: 2px;
    background: #bcbcbc;
    margin-top: 10px;
}
.award-box::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ffec00;
    top: 5px;
    left: 0;
}
.award-box h5{
    letter-spacing: 1px;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0;
}
.award-box p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
}
.award-box span{
    font-size: 15px;
    font-weight: 500;
}
.single-row {
    position: relative;
    min-height: 100px;
}
/* .single-row::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #bcbcbc;
    left: 10px;
    bottom: 83%;
} */

.left-line{
    position: relative;
    margin-top: 85px;
}
.left-line::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 95%;
    background: #bcbcbc;
    left: 10px;
    bottom: 90px;
}
.contact-box{
    background: #000;
    height: 99%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-box h4{
    font-weight: 500;
    font-size: 22px;
}
.nav-tabs{
    border: none;
    justify-content: center;
    margin-bottom: 20px;
}
.nav-tabs .nav-link.active{
    color: #ffeb00;
}
.nav-tabs .nav-link{
    border: none;
    letter-spacing: 0.05em;
}
.new-54{
    width: 54%;
}
.gray-bg{
    background: #f5f5f6;
}
.project-info{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 50px;
    padding-right: 43px;
}
.project-info h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.project-info p{
    color: #000;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 0.05em;
}
.project-info p.text-small{
    color: #000;
    /* font-size: 12px; */
    font-weight: 500;
}
.project-info.approch{
    line-height: 1.2;
}
.project-info .styled-list{
    padding-left: 10px;
    margin-bottom: 30px;
}
.project-info .styled-list li{
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}
.project-info .styled-list li::before{
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    height: 5px;
    width: 5px;
    top: 10px;
}
.info-lists li{
    font-size: 14px;
}
.info-lists li span{
    font-weight: 500;
    font-size: 14px;
}
.info-lists li p{
    font-weight: 400;
    color: #a6a8ab;
    margin-bottom: 5px;
    line-height: 1.2;
}
.brief-list li{
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 19px;
    line-height: 1.3!important;
    padding-left: 20px;
}
.text-gray{
    color: #8c8f92!important;
}
.casestudy-slider .slick-dots{
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-table;
}
.casestudy-slider .slick-dots li{
    margin-right: 14px;
}
.casestudy-slider .slick-dots li button{
    font-size: 0;
    border: none;
    background: #161616;
    width: 6px;
    height: 6px;
    padding: 0;
}
.casestudy-slider .slick-dots li.slick-active button{
    background: #ffeb00;
}
.highlight{
    padding-top: 100px;
    padding-bottom: 100px;
}
.highlight p{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.full-slider{
    padding-left: 25px;
    padding-right: 25px;
}
.full-slider .slick-dots{
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-table;
    /* transform: translateY(-50%); */
}
.full-slider .slick-dots li{
    margin-right: 14px;
}
.full-slider .slick-dots li button{
    font-size: 0;
    border: none;
    background: #161616;
    width: 6px;
    height: 6px;
    padding: 0;
}
.full-slider .slick-dots li.slick-active button{
    background: #ffeb00;
}
.single-box{
    position: relative;
    display: block;
    height: 100%;
}
.portfolio-box h3{
    letter-spacing: 1px;
}
.single-box .preview-img{
    width: 100%;
    height: 360px;
    object-fit: cover;
}
#cs-slider-top-points .slick-track{
    width: 100% !important;
}
#cs-slider-top-points .single-project{
    width: 100% !important;
    flex: 0 0 100%;
}
#cs-slider-top-points ul{
    transform: rotate(90deg);
    bottom: 50%;
}
@media (max-width:1366.5px) {
    .single-box .preview-img{
        height: 355px;
    }
}
.single-box .hover-text{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    height: 100%;
    align-items: flex-end;
    transition: all .3s;
    display: none;
    opacity: 0;
}
.single-box .hover-text h4{
    font-size: 16px;
    color: #ffec00;
    font-weight: 500;
    /* letter-spacing: 1.1px; */
    padding-bottom: 20px;
    padding-left: 20px;
    line-height: 0;
}
.single-box:hover .hover-text{
    display: flex;
    opacity: 1;
}
.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
  }

.footer-wrapper li.text-end{
    line-height: 0;
}
.footer-wrapper li.text-end a{
    color: #ffec00;
    font-size: 10px;
}
.margin-top{
    margin-top: 150px;
}
.portfolio-box{
    background: #f5f5f5;
    height: 100%;
    text-align: left;
    padding: 30px;
    padding-right: 60px;
    max-height: 650px;
    min-height: 100%;
    overflow: auto;
}
@media(max-width:1366px){
    .portfolio-box{
        max-height: 645px;
    }
}
.portfolio-box.small{
    height: max-content;
    text-align: left;
    min-height: auto;
    background: transparent;
    padding-left: 0;
}
.portfolio-box.small h3{
    font-size: 24px;
    line-height: 20px;
}
.portfolio-box.small{
    padding-bottom: 20px;
    margin-left: 2%;
}
.portfolio-box h3{
   font-size: 20px;
   margin-bottom: 1px;
   line-height: 1.2;
   font-weight: 500;
}
.portfolio-box span{
    font-size: 12px;
    color: #8d8f92;
    line-height: 18px;
    letter-spacing: 1.2px;
    display: block;
    margin-bottom: 20px;
}
.portfolio-box.small span{
    margin-bottom: 0;
}
.info-box{
    padding-top: 20px;
}
.info-box h5 {
    font-size: 14px;
    letter-spacing: 0.1em;
}
.info-box h5 img{
   margin-bottom: 6px;
   margin-right: 5px;
}
.info-box p{
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0.1em;
 }
 .mfp-wrap{
    background: #ffffffeb;
	 position: fixed !important;
    top: 0 !important;
    height: 100% !important;
 }
 button.mfp-close {
    position: fixed;
}


.portfolio-box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.portfolio-box::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.portfolio-box::-webkit-scrollbar-thumb
{
	background-color: #000;
}
.mfp-arrow:after{
    display: none;
}
.mfp-arrow-left:before{
    margin-left: 40px;
    border-right: 10px solid #3f3f3f;
}
.mfp-arrow-right:before{
    margin-right: -25px;
    border-right: 10px solid #3f3f3f;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 1;
    border: none;
    width: 10px;
    height: 10px;
    background: #000;
}
.mfp-arrow:hover:before{
    background: #ffec00;
}
@media(max-width:1200px){
    h3{
        font-size: 22px;
        line-height: 1.5;
    }
    .counter-area span{
        font-size: 60px;
    }
}
@media(max-width:991px){
    .team-box{
        height: max-content;
        margin: 50px 0;
    }
    .about-lists li img{
        width: 10%;
    }
    .about-lists li p{
        width: 85%;
    }
    .contact-box{
        padding: 100px 20px;
    }
    .casestudy-slider .slick-dots {
        position: absolute;
        top: 0;
        bottom: auto;
        margin: auto;
        display: flex;
        transform: translateY(0);
        top: 0;
        text-align: center;
        justify-content: center;
        left: 0;
        right: 0;
    }
}
@media(min-width:1280px){
    .ml-5{
        margin-right: 20px;
        margin-left: -40px;
    
    }
}
@media(max-width:1366px){
    h3{
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.5px;
    }
    .counter-area span{
        font-size: 100px;
    }
    .footer-wrapper h4{
        font-size: 35px;
    }
}
@media(max-width:767px){
    body{
        padding-top: 0;
    }
    #inline-popups li{
        width: 100%!important;
    }
    .mfp-arrow-left:before{
        margin-left: 30px;
    }
    .mfp-arrow-right:before {
        margin-top: 20px;
    }
    .mfp-close-btn-in .mfp-close {
        color: #333;
        background: #fff;
        opacity: 1;
        position: absolute;
    }
    .contact-box h4{
        font-size: 14px;
    }
    .full-slider .slick-dots{
        transform: translate(0);
        right: -10px;
    }
    .highlight p{
        font-size: 16px;
    }
    .brief-list li{
        font-size: 8px;
    }
    .project-info{
        padding: 40px 20px;
    }
    .footer-wrapper ul li a{
        font-size: 12px;
    }
    .page-heading h2{
        font-size: 30px;
    }
    .left-line::before{
        bottom: 103px;
    }
    .about-lists li img{
        margin-right: 10px;
    }
    .navbar.ssnav{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .experience-wrapper{
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
    }
    .experience-wrapper h3{
        margin-bottom: 40px;
    }
    .project-area{
        padding: 70px 0;
    }
    h1{
        font-size: 26px;
        line-height: 1.2;
    }
    .banner-img{
        margin-top: 15px;
    }
    h3 br{
        display: none;
    }
    .brand-slider::after{
        width: 90%;
    }
    .footer-wrapper{
        padding: 20px 15px;
    }
    .footer-wrapper h4{
        margin-bottom:20px;
        font-size: 28px;
    }
    .copyright-area ul{
        display: block;
        text-align: center;
    }
    .copyright-area .dot{
        display: none;
    }
    .menu-active{
		overflow:hidden;
	}

	.navbar-toggler{
		position: fixed;
        right: 25px;
        width: 32px;
        height: 32px;
        top: 25px;
        left: auto;
        outline: 0;
        border: none;
        box-shadow: none!important;
	}
	.navbar-toggler span {
		width: 100%;
		background-color: #000;
		height: 2px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		background-image: none;
		outline: none;
    }
    .navbar-toggler span:nth-child(1) {
        top: 0;
    }
    .navbar-toggler span:nth-child(2) {
        top: 10px;
    }
    .navbar-toggler span:nth-child(3) {
        top: 20px;
    }
    .menu-active .navbar-toggler span:nth-child(1) {
        width: 100%;
        top: 8px;
        transform: rotate(135deg);
    }
    .menu-active .navbar-toggler span:nth-child(2) {
        opacity: 0;
        right: -60px;
    }
    .menu-active .navbar-toggler span:nth-child(3) {
        top: 8px;
        transform: rotate(-135deg);
    }
    .navbar-collapse {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        top: 75px;
        z-index: 9;
        transition: .25s ease-in-out;
        background: #fff;
        display: block !important;
        left: -100%;
        padding-top:50px;
    }
    
    .menu-active .navbar-collapse {
        left: 0;
    }
    .ssnav .navbar-nav .nav-link{
        padding: 10px 0;
        margin-left: 0;
    }
    .navbar-nav li a{
        margin-left: 0;
    }
    .navbar-nav{
        padding-left: 15px;
        padding-right: 15px;
    }
    .counter-area {
        margin: 10px 0;
    }
}
@media(max-width:521px){
    .left-line::before {
        bottom: 126px;
    }
    .page-heading h2 {
        font-size: 24px;
    }
    .about-content h3{
        font-size: 18px;
    }
    .left-line{
        margin-top: 130px;
    }
    .single-row{
        margin-bottom: 30px;
    }
    .page-heading img{
        margin-bottom: 8px;
    }
    .about-lists li p {
        font-size: 16px;
        line-height: 20px;
    }
}


.tile {
    width: 100px;
    height: 100px;
    background: #333;
    margin: 10px;
    float: left;
}

.mfp-content {
    width: 200px;
    text-align: center;
}

#inline-popups{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#inline-popups li{
    width: 33.33%;
    margin-bottom: 25px;
}
.box-wrapper .container{
    /* background: #fff; */
}
.gallery-slider .slick-list{
    overflow: hidden;
}
/* .gallery-slider .slick-track{
    width: auto!important;
}
.gallery-slider .slick-slide{
    width: auto!important;
} */

ul.slick-dots {
    position: absolute;
}
.white-popup{
    height: 0;
    opacity: 0;
}
.mfp-content .white-popup{
    height: auto;
    opacity: 1;
    position: relative;
}
.mfp-content{
    height: max-content;
}
.gallery-slider {
    position: relative;
}
.gallery-slider .slick-slide img{
    width: 100%;
    height: 100%;
    min-height: 546px;
    object-fit: cover;
    max-width: 546px;
	max-height: 75vh;
}
.port_top_img .gallery-slider .slick-slide img{
        max-width: none;
    min-height: 0;
    max-height: 50vh;
}
.gallery-slider ul.slick-dots{
    position: absolute;
    right: 5px;
    bottom: 10px;
}
.gallery-slider ul.slick-dots button{
    font-size: 0;
}
.gallery-slider .slick-dots li{
    margin-right: 14px;
    display: inline-block;
}
.gallery-slider .slick-dots li button{
    font-size: 0;
    border: none;
    background: #fff;
    width: 6px;
    height: 6px;
    padding: 0;
}
.gallery-slider .slick-dots li.slick-active button{
    background: #ffeb00;
}

.all {
    height: 0!important;
    display: none;
}

.download-box{
    font-weight: 500;
    font-size: 20px;
    background: #000;
    color: #fff;
    padding: 25px;
    padding-top: 65px;
    display: block;
    padding-right: 70px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-top: 40px;
    cursor: pointer;
}

a.download-box img {
    display: block;
    margin-top: 8px;
  
}

.slick-dots li:only-child {
    display: none;
}