/*slick slider*/
.slick-slide {
    height: auto;
}
.slick-dots li {
    margin: 0 1px;
    width: 13px;
    height: 20px;
}
.slick-dots li button:before {
    display:none;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
    color: #28383a;
}
.testimonial .slick-dots {
    bottom: 0px;
    text-align: right;
}
.testimonial .slick-dots li.slick-active button {
    background-color: #afba3b!important;
}
.testimonial .slick-dots li button {
    width: 11px;
    height: 11px;
    opacity: 1;
    background-color: #28383a !important;
}
.testimonial .slick-prev,.testimonial .slick-next {
    bottom: -85px;
    top: auto;
    z-index: 1000;
    height: 25px;
    width: 20px;
}

.testimonial .slick-prev {
    right: auto;
    left: 35%;
    top: auto;
    bottom: -15px;
    height: 25px;
    width: 20px;
}
.testimonial .slick-next {
    right: auto;
    left: 40%;
    bottom: -15px;
    top: auto;
    height: 25px;
    width: 20px;
}
.slick-next::before {
    background: url('../img/arrow-right.webp') no-repeat;
    content: "";
    display: block;
    height: 25px;
    width: 20px;
}
.slick-prev::before {
    background: url('../img/arrow-left.webp') no-repeat;
    content: "";
    display: block;
    height: 25px;
    width: 20px;
}
/******************* PROJECT SLIDER  ***********************************/
.custom-project-nav .custom-prev {
    position: absolute;
    z-index: 1000;
    top: -385px;
    left: -75px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background: none;
    border: none;
}
.custom-project-nav .custom-next {
    position: absolute;
    z-index: 1000;
    top: -385px;
    right: -75px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background: none;
    border: none;
}
.custom-project-nav .custom-next::before {
    background: url('../img/arrow-right.webp') no-repeat;
    content: "";
    display: block;
    height: 25px;
    width: 20px;
}
.custom-project-nav .custom-prev::before {
    background: url('../img/arrow-left.webp') no-repeat;
    content: "";
    display: block;
    height: 25px;
    width: 20px;
}
.custom-project-nav {
    position: relative;
}
.custom-project-nav .custom-dots {
}
.custom-project-nav .custom-dots .slick-dots {
    display: flex;
    z-index: 1000;
    width: 100%;
    bottom: auto;
    top: -175px;

}
.custom-project-nav .custom-dots .slick-dots li {
    height:11px;
    width:13px;
}
.custom-project-nav .custom-dots .slick-dots li.slick-active button {
    background-color: #afba3b!important;
}
.custom-project-nav .custom-dots .slick-dots li button {
    width: 11px;
    height: 11px;
    opacity: 1;
    background-color: #fffced !important;
}

/******************* GMAP ***********************************/
.gm-style .gmnoprint,
.gm-style .gmnoprint img {
    display: none !important;
}
.location-map {
    position: relative;
}

.custom-popup {
    position: absolute;
    z-index: 999;
    background-color: white;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    display: none;  
    border-left: 2px solid #6d9e9d;
    border-top: 2px solid #6d9e9d;
    border-right: 2px solid #6d9e9d;
    background-image: url('../img/popup-bottom.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
}
.popup-content:before {
    content:url('../img/popup-corner.png');
    position: absolute;
    top: 0;
    left: 0;
    width:45px;
    height:45px;
    position: absolute;
    top: -22px;
    left: -23px;
    width: 45px;
    height: 45px;
    z-index: 100000;
}
.popup-simple-content:before {
    content:url('../img/popup-corner.png');
    position: absolute;
    top: 0;
    left: 0;
    width:45px;
    height:45px;
    position: absolute;
    top: -7px;
    left: -8px;
    width: 45px;
    height: 45px;
    z-index: 100000;
}

.popup-content h4,
.popup-simple-content h4 {
    margin: 0 0 10px;
    font-family: 'franieregular';
    font-size:26px;
    color: #191919;
    text-transform: uppercase;
}

.popup-content button.close-btn,
.popup-simple-content button.close-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    color: black;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
    background: none;
}


.popup-placeholder {
    width: 285px;
    height: 280px;
    background-color: #e0e0e0;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    border: 2px solid black;
}
.popup-placeholder img {
    min-height:100%; 
    min-width: 100%; 
    object-fit: cover;
}
.popup-content .content {
    width:450px;
    
}
.popup-content .content p {
    font-size: 16px;
    font-family: 'poppinsregular';
}

.popup-content .content h6 {
    font-family: 'poppinsblack';
    font-size: 16px;
    color: black;
}
.popup-content .content h6.location,
.popup-content .content h6.calendar{
    font-family: 'poppinsblack';
    font-size: 16px;
    color: black;
    display: inline-block;
    margin: 10px 0 20px;
}
.popup-content .content h6.calendar{
    padding:5px 35px;
    background:url('../img/calendar.webp') no-repeat 0 0;
}
.popup-content .content h6.location {
    padding:5px 25px;
    background:url('../img/location.webp') no-repeat 0 0;
    
}
.popup-simple-content h6.location,
.popup-simple-content h6.calendar{
    font-family: 'poppinsblack';
    font-size: 16px;
    color: black;
    display: inline-block;
    margin: 10px 0 20px;
}
.popup-simple-content h6.calendar{
    padding:5px 35px;
    background:url('../img/calendar.webp') no-repeat 0 0;
}
.popup-simple-content h6.location {
    padding:5px 25px;
    background:url('../img/location.webp') no-repeat 0 0;
    
}
/* Different styles for each popup type */
.custom-popup.type1 {
    width:780px;
    height:320px;
}

.custom-popup.type2 {
    width:780px;
    height:320px;
}

.custom-popup.type3 {
    width:610px;
    height:150px;
    padding: 30px;
    
}
.popup-content {
    display: flex;
    position: relative;
    width:100%;
}
.popup-content .content {
    padding: 15px 30px;
}

/******************** navigation ************************/
.header-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-holder .menu-holder {
    display: none;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    backdrop-filter: blur(17px);
    height: 100vh;
}
.header-holder .menu-holder.nav-open {
    display: block;
}
#nav-icon {
    z-index: 1000;
}
header nav {
    padding: 180px;
}
.main_menu {
    position: relative;
    padding: 0;
}
.main_menu li a {
    font-family: 'franieregular';
    font-size: 40px;
    text-transform: uppercase;
    color: white;
}
.main_menu li a:hover {
    color: #6e9e9d;
}
.main_menu li {
    display: flex;
    justify-content: space-between;
}
.main_menu li ul {
    position: absolute;
    left: 300px;
    top: 0;
    height: 100%;
    display: none;
}
.main_menu li:hover ul {
    display: block;
}
.main_menu li ul li a {
    font-family: 'franielight';
    font-size: 30px;
    color: white;
    text-transform: initial;
}
.main_menu li, .main_menu li ul li {
    padding:0 0 20px 0;
    width: 300px;
}
.main_menu li ul li {
    width: auto;
}
.static_menu a {
    font-family: 'franielight';
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}
.static_menu a:hover {
    color: #6e9e9d;
}
nav .social {
    margin-top: 30px;
}
nav .social a {
    margin-right:10px;
}
.mobile-parallax {
    display: none;
}
.streamline_keyart {
    display: inline-block;
    position: relative;
}
ul.static_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/************************ Responsive *************************/




@media screen and (max-width: 1399px) {

.left-panel img {
    left: -40px;
}

/**** 1399 end ****/ }





@media screen and (max-width: 1199px) {
.footer_top {
    flex-wrap: wrap;
    padding: 40px 0;
}
header nav {
    padding: 180px 80px;
}
.left-panel img {
    left: -40px;
}
.footer-graphics {
    position: relative;
    top: 30px;
}
.main-spec {
    flex-direction: column;
    align-items: start;
    padding: 0;
}
.main-spec > div {
    border-bottom: 1px solid #cfd1d1;
    padding: 20px 0;
    width: 100%;
}
.main-spec > div:last-of-type {
    border-bottom: none;
}
.service_specification {
    columns: 2;
    -webkit-columns: 2;
}
.bottom-section {
    background-size: 66%;
}
/**** 1199 end ****/ }



@media screen and (max-width: 991px) {
.counter .num-figure {
    font-size: 55px;
}
.testimonial .slick-next {
    bottom: -65px;
}
.testimonial .slick-prev {
    bottom: -65px;
}
.testimonial .slick-dots {
    bottom: -55px;
}
.wysiwyg h1 {
    font-size: 55px;
} 
.hp-keyart .first_row i:after {
    top: 20px;
    right: -5px;
}
#nav-icon {
    display: none;
}
.hp-keyart .video-bg,
.inner-keyart .video-bg {
    height: 100%;
}
.hp-keyart,
.inner-keyart {
    height: 100%;
}
.hp-keyart .video-bg video,
.inner-keyart .video-bg video {
    height: 100%;
}
.inner-keyart-content {
    align-items: center;
}
.inner-keyart .cta {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
/**** 991 end ****/ }




@media screen and (max-width: 767px) {

.footer_top {
    flex-wrap: wrap;
    flex-direction: column;
}
.footer-left {
    margin-bottom: 40px;
    margin-top: 40px;
}
.footer_address {
    text-align: center;
}
.footer-graphics {
    position: relative;
    top: 10px;
}
.bottom-section {
    padding: 50px 0;
}
.hp-keyart .first_row, 
.inner-keyart .first_row {
    font-size: 40px;
}
.hp-keyart .first_row span, 
.inner-keyart .first_row span{
    font-size: 30px;
}
.hp-keyart .second_row,
.inner-keyart .second_row {
    font-size: 70px;
}
.hp-keyart .third_row,
.inner-keyart .third_row{
    font-size: 48px;
    padding-right: 50px;
}

.hp-keyart .first_row i:after,
.inner-keyart .first_row i:after{
    top: 5px;
    right: -5px;
    transform: scale(.7);
}
.hp-keyart .cta a {
    font-size: 16px;
}
.hp-services p {
    padding: 20px 0;
}
.hp-services h2 {
    font-size: 35px;
}
.hp-services .sup-title {
    font-size: 20px;
}
.effect-box {
    flex-direction: column;
}
.mobile-parallax {
    display: block;
    margin-bottom: 40px;
}
.left-panel {
    height: 50vh;
    width: 100%;
    z-index: 100;
    display: none;
}
.left-panel img {
    top: 0!important;
    left:0;
}
.right-panel {
    width: 100%;
}
.parallax-text {
    height: auto;
    margin-bottom: 40px;
}
.counter .num-figure {
    font-size: 75px;
}
.slider-item {
    flex-direction: column;
}
.slider-content {
    width: 100%;
    padding-right: 0;
}
.slider-image {
    width: 100%;
    padding: 40px 0;
}
.testimonial .slick-next {
    bottom: -35px;
    left: 75%;
}
.testimonial .slick-prev {
    bottom: -35px;
    left: 20%;
}
.testimonial .slick-dots {
    bottom: -20px;
    justify-content: center;
}
.wysiwyg h1 {
    font-size: 40px;
}
.logo {
    width: 65%;
}
.member_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    flex-direction: column;
}
.member_image {
    padding-right: 0px;
    margin-bottom: 20px;
}
.member_data {
    text-align: center;
}

.custom-popup.type1 {
    width:320px;
    height:780px;
}

.custom-popup.type2 {
    width:320px;
    height:780px;
}

.custom-popup.type3 {
    width:300px;
    height:250px;
    padding: 30px;
}
.popup-content {
    flex-direction: column;
}
.popup-placeholder {
    width: 100%;
    height: auto;
    margin-top: 35px;
}
.popup-content .content {
    width: 100%;
}
/**** 767 end ****/ }


@media screen and (max-width: 599px) {
.hp-keyart  .cta {
    display: flex;
    flex-direction: column;
}
.hp-keyart .cta a {
    margin-top: 20px;
}
.hp-keyart .first_row,
.inner-keyart .first_row {
    font-size: 36px;
}
.hp-keyart .first_row span,
.inner-keyart .first_row span {
    font-size: 26px;
}
.hp-keyart .second_row,
.inner-keyart .second_row {
    font-size: 45px;
}
.hp-keyart .third_row,
.inner-keyart .third_row {
    font-size: 40px;
    padding-right: 25px;
}

.hp-keyart .first_row i:after,
.inner-keyart .first_row i:after {
    top: -0px;
    right: -8px;
    transform: scale(.6);
}
.service_specification {
    columns: 1;
    -webkit-columns: 1;
}
.wysiwyg h1 {
    font-size: 30px;
}
.wysiwyg h2 {
    font-size: 24px;
}
.wysiwyg h3 {
    font-size: 25px;
}
.wysiwyg h4 {
    font-size: 18px;
}
.wysiwyg h5 {
    font-size: 20px;
}
.wysiwyg h6 {
    font-size: 40px;
}
.member_role {
    font-size: 25px;
}
.member_title {
    font-size: 16px;
}
.member_name {
    font-size: 28px;
}
.wysiwyg ul.list_one {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
html, body {
    font-size: 15px;
}
h2, .hp-services h2 {
    font-size: 25px;
}
.sup-title, .project-slide .sup-title {
    font-size: 40px;
}
.person {
    font-size: 20px;
}
.person-position {
    font-size: 30px;
}
.video-controls {
    right: 0;
    bottom: -110px;
    left: auto;
}
/**** 599 end ****/ }

@media screen and (max-width: 399px) {
.hp-keyart  .cta {
    display: flex;
    flex-direction: column;
}
.hp-keyart .cta a {
    margin-top: 20px;
}
.hp-keyart .first_row,
.inner-keyart .first_row {
    font-size: 26px;
}
.hp-keyart .first_row span,
.inner-keyart .first_row span {
    font-size: 16px;
}
.hp-keyart .second_row,
.inner-keyart .second_row {
    font-size: 35px;
}
.hp-keyart .third_row,
.inner-keyart .third_row {
    font-size: 30px;
    padding-right: 25px;
}

.hp-keyart .first_row i:after,
.inner-keyart .first_row i:after {
    top: 0;
    right: -10px;
    transform: scale(.5);
/***** 399 end ****/ }