/*
Theme Name: CEi Builders
Theme URI: https://www.ceibuilders.com
Author: Singularity Solution - Darko
Author URI: https://www.singularity.is
Description: Our Strategy Builds Success
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/


/* .grecaptcha-badge { 
    visibility: hidden;
} */


/***********************************************
                    FONT
***********************************************/
@font-face {
    font-display: swap; 
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/Roboto-Thin.ttf') format('ttf'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Roboto', sans-serif;
    font-style: normal; 
    font-weight: 300;
    src: url('fonts/Roboto-Light.ttf') format('ttf'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Roboto-Regular.ttf') format('ttf'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Roboto-Medium.ttf') format('ttf'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Roboto-Bold.ttf') format('ttf'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/Roboto-Black.ttf') format('ttf'); 
}

@font-face {
    font-display: swap; 
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/RobotoCondensed-Light.ttf') format('ttf'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/RobotoCondensed-Regular.ttf') format('ttf'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/RobotoCondensed-Bold.ttf') format('ttf'); 
}

@font-face {
  font-family: "font-family: 'Roboto Flex', sans-serif;";
  src: url("RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf")  format('ttf');
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
}
/***********************************************
                BODY, HTML
***********************************************/
body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
    letter-spacing: 0.4px;
}
/***********************************************
                    ROOT
***********************************************/
:root {
    --primary-font: 'Roboto', sans-serif;
    --primary-condensed: 'Roboto Condensed', sans-serif;
    --primary-flex: 'Roboto Flex', sans-serif;
    --primary-red: #207BBB;
    --hover-red: #3189C7;
    --cei-grey: #484749;
    --cei-alt-grey: #646464;
    --text-gray: #626262;
    --yellow: #BF8C4E;
    --grey-light-section-bg: #f9f9f9;
}

/***********************************************
                PRE-D CLASSES
***********************************************/
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: inherit;
}
.bg-red {
    background-color: var(--primary-red);
}
.text-red {
    color: var(--primary-red);
}

/********** BUTTON ************/
.btn {
    font-size: 19px;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 0;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-family: var(--primary-condensed);
}
.btn-red {
    background-color: var(--primary-red);
    color: #fff;
}
.btn-red:hover,
.btn-red:active,
.btn-red.active {
    background-color: var(--hover-red) !important;
    color: #fff !important;
    border-color: var(--hover-red) !important;
}
.btn-transparent {
    background-color: transparent;
    color: #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border: none;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent.active {
    background-color: #fff !important; 
    color: #000 !important;
    box-shadow: inset 0px 0px 0px 2px #fff !important;
    border: none;
}
.btn-white {
    background-color: #fff;
    color: #000;
}
.header-btn {
    background-color: var(--primary-red);
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 18px;
}
.bg-grey {
    background-color: #F8F8F8;
}
.four-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.swiper-button-lock {
    display: none !important;
}
/********** SWIPER BUTTON ************/
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    content: '';
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    content: '';
}
.swiper-btn {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    border: 1px solid #EEEEEE;
}
.swiper-btn.swiper-button-next {
    transform: rotate(180deg);
}
.swiper-btn:hover {
    background-color: var(--primary-red);
    border: 1px solid var(--primary-red);    
}
.swiper-btn:hover img {
    filter: brightness(2222%);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
/********** VIEW ARROW BUTTON ************/
.view-btn {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 12px 19px;
    border: 2px solid #fff;
    border-radius: 37px;
    display: inline-flex;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--primary-flex);
    color: #fff;
}
.view-btn:hover {
    background-color: var(--primary-red);
}
/********** SPACING ************/
.spacing-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}
.spacing-md {
    padding-top: 60px;
    padding-bottom: 60px;
}
.spacing-lg {
    padding-top: 80px;
    padding-bottom: 80px;
}
a:focus-visible {
    outline-offset: 0;
    outline: 0;
}
/********** VIEW PROJECT BUTTON ************/
.view-projects-btn {
    text-transform: uppercase;
    color: #606060;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    justify-content: start;
    align-items: center;
}
.plus-icon-circle {
    width: 19px;
    height: 19px;
    border: 2px solid var(--primary-red);
    border-radius: 50%;
    padding: 2px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plus-icon-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* transition: 0.3s ease-in-out; */
}
/***********************************************
                HOME-PAGE
***********************************************/
/********** NAVBAR ************/
.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 0.3s ease-in-out;
    top: 0;
}
.navbar.scrollUp {
    top: -100px;
}
.navbar-toggler {
    border: 0;
    padding: 10px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-brand {
    padding: 0;
}
button[aria-label="Close"] {
    background-color: transparent;
    border: 0;
    padding: 10px;
}
.offcanvas-header {
    padding: 12px 15px;
}
.offcanvas-body {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nav-link {
    padding: 20px 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-family: var(--primary-condensed);
    font-size: 18px;
    line-height: 1;
    border-radius: 5px;
    border-bottom: 1px solid #E6E6E6;
}
.nav-link.dropdown-toggle {
    color: #000;
    line-height: 1;
}
.nav-link.dropdown-toggle::after {
    content: none;
}
.nav-link.dropdown-toggle::before {
    content: '';
    position: absolute;
    top: 21px;
    right: 5px;
    height: 16px;
    width: 20px;
    background-image: url(local-images/chevron-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(24%) hue-rotate(149deg) brightness(78%) contrast(92%);
}
.navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
}
.navbar-nav .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    list-style: none;
    margin-top: -5px;
}
.navbar-nav .dropdown-menu li {
    background-color: #F4F4F4;
    margin-bottom: 10px;
    border-radius: 5px;
}
.navbar-nav .dropdown-menu .dropdown-item::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--primary-red);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.navbar-nav .dropdown-menu .dropdown-item::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    height: 16px;
    width: 20px;
    background-image: url(local-images/chevron-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(24%) hue-rotate(149deg) brightness(78%) contrast(92%);
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 30px;
    padding-left: 34px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primary-condensed);
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 1;
    color: #000;
    transition: all .3s;
    border-radius: 5px;
}
.navbar-nav .dropdown-menu .dropdown-item-featured .dropdown-item {
    font-weight: 700;
    padding-left: 20px;
}
.navbar-nav .dropdown-menu .dropdown-item-featured .dropdown-item::before {
    display: none;
}
.navbar-nav .dropdown-menu .dropdown-item:active,
.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #f4f4f4;
    color: #000;
}
.hero-cover-block {
    position: relative;
	color: #fff;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
    width: 100%;
    min-height: calc(100dvh - 72px);
}

.hero-cover-block::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    /* background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);  */
	opacity: 1;
}
.hero-cover-block-services::before {
	display: none;
}

.hero-cover-box {
    padding-top: 60px;
    position: relative;
    z-index: 2;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;    
    -webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.hero-cover-down {
    position: absolute;
    bottom: 30px;
    font-size: 42px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}
.hero-cover-title {
    letter-spacing: 0.4px;
    font-weight: 700;
    margin-bottom: 30px;
	line-height: 1;
	font-size: 50px;
	text-transform: uppercase;
	font-family: var(--primary-flex);    
}
.hero-cover-subtitle {
    font-size: 20px;
    font-weight: 400;
	line-height: 1.3;
    margin-bottom: 30px;
}
.hero-cover-video-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;    
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.hero-cover-video-bg::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%); 
	opacity: 1;
}
.hero-cover-video-bg iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

/********** MISSION SECTION ************/
.mission-section {
    background-color: var(--grey-light-section-bg);
}
.mission-block {
    padding-bottom: 60px;
}
.mission-block h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: var(--primary-condensed);
    margin-bottom: 40px;
}
.mission-block h2 span {
    color: var(--primary-red);
    font-weight: 700;
}
.mission-block p {
    color: #4F4F4F;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.7;
}
.mission-block .btn {
    margin-top: 20px;
}
.mission-img-box {
    width: 100%;
    height: 100%;
}
.mission-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/********** SERVICES SECTION ************/
.our-services {
    background: #000000;
    background: linear-gradient(90deg,#000000 0%, #282828 100%);
    background: -webkit-linear-gradient(90deg,#000000 0%, #282828 100%);
    background: -moz-linear-gradient(90deg,#000000 0%, #282828 100%);
    overflow-x: hidden;
}
.section-title {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 55px;
    position: relative;
    font-family: var(--primary-flex);
}
.section-title::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: calc(50% - 40px);
    width: 80px;
    height: 4px;
    background-color: var(--primary-red);
}
.section-text {
    color: #c2c2c2;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.our-services-block {
    padding-bottom: 60px;
}
.services-box {
    min-height: 271px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.services-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    transition: 0.3s ease-in-out;
}
.services-box-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.services-icon {
    width: 51px;
    height: 51px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-red);
    margin-bottom: 13px;
}
.services-bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.services-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(87%) contrast(127%);
    -webkit-filter: brightness(87%) contrast(127%);
    -moz-filter: brightness(87%) contrast(127%);
}
.services-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.services-box-content .view-btn {
    padding: 8px 12.5px;
}

/********** SERVICES SECTION ************/
.featured-projects {
    background-color: var(--grey-light-section-bg);
}
.featured-projects .section-title {
    margin-bottom: 65px;
}
.featured-projects .swiper {
    width: 100%;
    height: 100%;
}
.featured-projects .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--grey-light-section-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.featured-projects .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	/* filter: brightness(0) saturate(100%) invert(40%) sepia(37%) saturate(2142%) hue-rotate(176deg) brightness(88%) contrast(81%); */
}
.project-card {
    position: relative;
    transition: all .3s;
    height: 100% !important;
    border: 1px solid #EEEEEE !important;
}
.project-card, .card-img-top {
    border-radius: 0 !important;
    height: 260px;
}
.card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-projects a {
    height: 100%;
    width: 100%;
    transition: all .3s;
}

.featured-projects a:hover .project-card {
    box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.24);
    -webkit-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.24);
}
.project-card-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 13px;
    color: var(--yellow);
    letter-spacing: 0.39px;
}
.project-card .card-title {
    font-weight: 700;
    color: #000;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 13px;
    letter-spacing: 0.39px;
}
.project-card .card-text {
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 35px;
}
.project-card .card-body {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 24px;
    padding-bottom: 30px;
    min-height: 220px;
}
.featured-button-next, .featured-button-prev {
    top: 50%;
    transform: translateY(-50%);
}
.featuerd-pagination {
    position: unset;
    margin-top: 40px;
}
.swiper-pagination-bullet-active {
    background: var(--primary-red);
}
.featuredProjectsSwiper .project-card {
    position: relative;
    top: 0;
    transition: 0.3s ease-in-out;
}

.featuredProjectsSwiper a:hover .plus-icon-circle {
    background-color: var(--primary-red);
}
.featuredProjectsSwiper a:hover .plus-icon-circle img {
    filter: brightness(0) invert(1);
}

/********** CONSTRUCTIOn SECTION ************/
.construction {
    min-height: 365px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.construction::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.construction-block {
    position: relative;
    z-index: 1;
    text-align: center;
}
.construction-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
    font-family: var(--primary-flex);
}

/********** TESTIMONIALS SECTION ************/
.testimonials {
    background-color: var(--grey-light-section-bg);
    text-align: center;
    padding-bottom: 80px;
}
.testimonials-subtitle {
    color: #727272;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    font-family: var(--primary-condensed);
}
.testimonials-title {
    color: var(--primary-red);
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 25px;
}
.testimonial-box {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 36px;
    padding-top: 58px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    position: relative;
    transition: all .3s;
}
.testimonial-circle-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    position: absolute;
}
.testimonial-circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-name {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}
.testimonial-job {
    font-size: 15px;
    color: var(--primary-red);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}
.testimonial-text {
    font-size: 15px;
    line-height: 1.4;
    color: #676767;
}
.testimonialsSwipper {
    padding: 5px;
}
.testimonialsSwipper .swiper-slide {
    padding-top: 40px;
}
.testimonials-pagination {
    bottom: -45px !important;
}
.testimonial-box:hover {
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.24);
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.24);
}
.map-section {
    height: 300px;
}
.map-section iframe {
    height: 100%;
    width: 100%;
}
/********** FOOTER ************/
footer {
    background-color: #101010;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-logo-box {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.footer-contact-info {
    font-size: 16px;
    color:  #9e9e9e;
    font-family: var(--primary-condensed);
    line-height: 1.1;
}
.footer-contact-info a {
    display: inline-block;
    margin-right: 30px;
    display: flex;
    transition: all .3s;
}
.footer-contact-info a:hover {
    color: #FFF;
}
.footer-contact-info i {
    color: var(--primary-red);
    margin-right: 8px;
}
.footer-bottom {
    margin-top: 30px;
}
.footer-bottom-logos img {
    height: 50px;
    width: 50px;
}

.footer-bottom-icons {
    margin-top: 30px;
    gap: 20px;
}
.footer-bottom-icons a {
    background-color: #484848;
    font-size: 22px;
    height: 30px;
    width: 30px;
    color: #a1a1a1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.footer-bottom-icons a:hover {
    background-color: var(--primary-red);
    color: #FFF;
}
.footer-bottom-icons a.facebook-icon  {
    border-radius: 50%;
    overflow: hidden;
}
.footer-bottom-icons a.facebook-icon i {
    position: relative;
    top: 3px;
}
.footer-bottom-copyright {
    font-size: 13px;
    line-height: 1.3;
    color: #686868;
    margin-top: 30px;
}
.footer-link {
    font-weight: 700;
    font-size: 18px;
    font-family: var(--primary-condensed);
    color: #9E9E9E;
    text-transform: uppercase;
    transition: 0.3s ease;
    margin-right: 41px;
    font-family: var(--primary-condensed);
	white-space: nowrap;
}
.footer-link:hover {
    color: #FFF;
}
.footer-text-box {
    font-size: 12px;
    line-height: 1.15;
    margin-right: 25px;
    color: #686868;
}
.footer-text-box a {
	text-decoration:underline;
}
.footer-text-box p:last-child {
	margin-bottom: 0;
}
/***********************************************
                ABOUT US PAGE
***********************************************/

/*************** HERO SECTION ****************/
.hero-section {
    min-height: 400px;
    padding: 30px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: start;
}
.hero-subtitle {
    font-size: 18px;
    font-family: var(--primary-condensed);
    font-weight: 700;
    padding: 10px;
    background-color: var(--primary-red);
    line-height: 1;
    margin-bottom: 10px;
}
.hero-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--primary-condensed);
}
.hero-content {
    justify-content: flex-end;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

/*************** VIDEO SECTION ****************/
.video-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--grey-light-section-bg);
}
.video-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 912px;
    margin: 0 auto;
}
.video-subtitle {
    font-family: var(--primary-condensed);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #000;
    position: relative;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.video-subtitle::before, .video-subtitle::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #000;

}
.video-subtitle::before {
    left: -56px;
}
.video-subtitle::after {
    right: -56px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    color: unset;
    border-top: 2px solid #E3E3E3;
    opacity: 1;
    width: 100%;
    max-width: 648px;

}
.video-title {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
}
.video-title span {
    font-weight: 800;
    color: var(--primary-red);
}
.video-text {
    font-size: 20px;
    font-family: var(--primary-condensed);
    color: #000;
    text-transform: uppercase;

}
.video-container {
    position: relative;
    height: 300px;
    width: 100%;
}
.video-container iframe {
    width: 100%;
    height: 100%;
}
.play-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
}
.play-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
  /*************** ZIGZAG SECTION ****************/
.zigzag-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.block-title {
    font-size: 40px;
    font-family: var(--primary-condensed);
    line-height: 1;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.block-text {
    color: #4F4F4F;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 40px;
}
.zigzag-img-box {
    height: 190px;
    width: 100%;
    padding: 0 15px;
}
.zigzag-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*************** JOIN US SECTION ****************/
.join-us {
    background-size: cover;
    background-position: top;
    position: relative;
}
.join-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/*************** MEET THE TEAM SECTION ****************/
.meet-the-team {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #1E1E1E;
}
.team-box-body {
    background-color: #1E1E1E;
    padding: 14px;
    transition: 0.3s ease;
}
.team-box {
    transition: all .3s;
}
.team-img-box {
    overflow: hidden;
    height: 175px;
    width: 100%;
}
.team-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.team-box-top {
    margin-bottom: 40px;
}
.team-member-name {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}
.team-member-position {
    font-size: 10px;
    color: #b5b5b5;
    line-height: 1.15;
}
.team-box-icons .icon-box { 
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #484848;
}
.read-bio-text {
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #484848;
}
.read-bio-icon {
    font-size: 10px;
    color: var(--primary-red);
}
.team-link-box:hover .team-box {
    transform: translateY(-7px);
}
.team-link-box:hover .team-box-body{
    background-color: var(--primary-red);
}
.team-member-position,
.icon-box,
.read-bio-icon,
.read-bio-text {
    transition: all .3s;
}
.team-link-box:hover .team-member-position,
.team-link-box:hover .icon-box,
.team-link-box:hover .read-bio-icon,
.team-link-box:hover .read-bio-text{
    color: #FFF;
}
.team-link-box:hover .team-img-box img {
    scale: 1.03;
}

/*************** TEAM MODAL ****************/
.modal-card-img-box {
    width: 200px;
    height: 257px;
    border: 1px solid #FFF;
}
.modal-card-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.team-modal-left{
    padding-top: 65px;
    padding-bottom: 20px;
    background-color: #000;
}
.modal-dialog {
    margin: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.team-modal .team-box-icons .icon-box {
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.team-modal .team-box-icons .icon-box:hover {
    color: var(--primary-red);
}
.team-modal-right {
    padding: 30px 15px;
}
.team-modal-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}
.team-modal-position {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #B4772E;
    margin-bottom: 25px;
}
.team-modal-header {
    border-bottom: 1px solid #EAEAEA;
}
.team-modal-text {
    padding-top: 25px;
}
.team-modal-text p {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}
.team-modal-text p:last-child {
    margin-bottom: 0;
}
.modal-close {
    color: #838383;
    font-size: 15px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}
/*************** PROJECT MODAL ****************/
.project-modal-name {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    padding-top: 30px;
    padding-bottom: 28px;
}
.project-modal-card {
    padding: 20px 15px 40px 15px;
}
.project-modal .modal-close {
    color: #C2C2C2;
    font-size: 22px;
    top: 15px;
}
.project-modal-info{
    padding: 15px 0;
    border-top: 1px solid #EAEAEA;
}
.project-client {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    height: 100%;
    padding-left: 10px;
    letter-spacing: 0.4px;
    border-left: 2px solid var(--primary-red);
}
.client-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #7A7A7A;
    margin-bottom: 8px;
}
.project-category {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #B4772E;
    letter-spacing: 0.4px;
    border-right: 1px solid #C0C0C0;
}
.project-completed {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #7A7A7A;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.project-desc {
    padding-bottom: 40px;
}
.project-desc p {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}
.project-desc p:last-child {
    margin-bottom: 0;
}
.modalSwiper{
    width: 90%;
}
.project-modal-img-box {
    height: 135px;
    width: 100%;
}
.project-modal-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.modalSwiper-next,
.modalSwiper-prev {
    top: 45%;
    color: #8C8C8C;
}
.modalSwiper-next {
    right: -10px;
}
.modalSwiper-prev {
    left: -10px;
}
.modalSwiper-next::after,
.modalSwiper-prev::after {
    display: none;
}
.modal-swiper-container {
    padding-bottom: 20px;
}
.modal-map {
    height: 300px;
    width: 100%;
}
.modal-map iframe {
    height: 100%;
    width: 100%;
}
.project-modal-info-second {
    padding: 20px 0;
}
/*************** READY SECTION ****************/
.ready-to-turn {
    text-align: center;
}
.ready-title {
    font-size: 32px;
    line-height: 1.3;
    color: #ffff;
    font-weight: 700;
    font-family: var(--primary-condensed);
    margin-bottom: 30px;
}

/***********************************************
                CONTACT US
***********************************************/
.page-top-title {
    font-size: 18px;
    font-family: var(--primary-condensed);
    font-weight: 700;
    padding: 10px;
    background-color: var(--primary-red);
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contact-main {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.contact-main .contact-block {
    position: relative;
    z-index: 1;
}
.page-cover-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 0;
	font-family: var(--primary-flex);
}
.page-cover-text {
    margin-bottom: 40px;
    letter-spacing: 1.3px;
}
.contact-link-text {
    font-size: 20px;
    line-height: 1.1;
}
.contact-link-icon {
    min-width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 10px;
}
.contact-link-box {
    margin-bottom: 30px;
    transition: all .3s;
}
.contact-link-box:last-child {
    margin-bottom: 0;
}
.contact-link-box:hover {
    color: var(--primary-red);
}
.contact-block {
    max-width: 610px;
}
.form-container {
    padding: 40px 30px;
    border-radius: 10px;
}
.form-container button {
    border-radius: 5px;
}
.form-header{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .4px;
    margin-bottom: 10px;
}
.form-label {
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 10px;
    width: 100%;
}
.form-label span {
    color: #FF0000;
}
.form-control,
.form-select {
    background-color: #F8F8F8;
    border: 1px solid #E3E3E3;
    padding: 8px 12px;
    margin-top: 7px;
}
.form-select:focus,
.form-control:focus {
    background-color: #F8F8F8;
    border: 1px solid #c5c5c5;
    box-shadow: none;
}
form p {
    margin: 0;
}
form .btn {
    border-radius: 5px;
}
/*************************************
           SERVICES PAGE
**************************************/
.servicer-info {
    padding: 60px 0;
}
.services-info-text {
    font-size: 36px;
    line-height: 1.27;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    margin-bottom: 35px;
}
.services-info-text span {
    font-weight: 700;
    color: var(--primary-red);
}
.services-info-block {
    max-width: 1096px;
    margin-left: auto;
    margin-right: auto;
}
.services-info-block p {
    color: #4F4F4F;
    font-size: 17px;
    line-height: 1.7;
}
.services-info-block p:last-child {
    margin-bottom: 0;
}
.services-img-box {
    height: 210px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.services-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.services-block  {
    padding: 60px 0;
}
.services-text-box h3 {
    font-size: 40px;
    color: #000;
    letter-spacing: 0.4px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
	font-family: var(--primary-condensed);
}
.services-text-box p {
    color: #4F4F4F;
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 1.33;
	margin-bottom: 0;
}
.services-text-box p:last-child {
    margin-bottom: 0;
}
/*************************************
           PROJECTS PAGE
**************************************/
.project-header-icon {
    width: 80px;
    height: 80px;
    background-color: var(--primary-red);
    border: 3px solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    margin-bottom: 25px;
}
.project-header-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.page-header{
    padding: 30px 0;
    min-height: 400px;
}
.page-header-logos {
    margin-top: 25px;
}
.page-header-logos img {
    height: 100px;
    width: auto;
}
.page-header-title {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
	font-family: var(--primary-flex);
	word-break: break-all;
}
.projects-info {
    padding: 40px 0;
}
.projects-info .services-info-block {
    max-width: unset;
}
.projects-main {
    padding: 60px 0;
}
.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.24);
    -webkit-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.24);
}
.plus-icon-circle img,
.plus-icon-circle {
    transition: all .3s;
}
.project-card:hover .plus-icon-circle {
    background-color: var(--primary-red);
}
.project-card:hover .plus-icon-circle img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(24%) saturate(1053%) hue-rotate(219deg) brightness(117%) contrast(100%);
}
.projects-pagination {
    margin-top: 40px;
    margin-bottom: 0;
}
.projects-pagination .page-link {
    padding: 10px 12px;
    line-height: 1;
    background-color: transparent;
    color: #A6A6A6;
    border: none;
    border-radius: 5px;
}
.projects-pagination .page-link:focus {
    box-shadow: none;
}
.projects-pagination .page-link:hover,
.projects-pagination .page-link:active,
.projects-pagination .page-item.active .page-link{
    background-color: var(--primary-red);
    color: #FFF;
}

.careers-block {
	max-width: 515px;
}
.careers-main {
	background-color: #E6E6E6;
	padding: 60px 0;
}
.careers-title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-align: center;
	font-family: var(--primary-condensed):
}
.careers-text {
	font-size: 11px;
	font-style: italic;
	letter-spacing: .4px;
	margin-top: 20px;
}
.careers-text a {
	color: #3B5DD0;
	text-decoration: underline;
}
.careers-main form label {
	width: 100%;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 20px;
}
.careers-main form label:hover {
	color: #0060F1;
}
.careers-main form label span {
	color: var(--primary-red);
}
.wpcf7-form-control {
	width: 100%;
}
.careers-main .select-wrap {
	position: relative;
}
.careers-main .select-wrap::after {
	content: '';
    position: absolute;
    top: 14px;
    right: 10px;
    height: 16px;
    width: 20px;
    background-image: url(local-images/chevron-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(24%) hue-rotate(149deg) brightness(78%) contrast(92%);
}
.form-file {
	border: 2px dashed #BCBCBC !important;
	min-height: 158px;
	position: relative;
	min-height: 160px;
}
.form-file::after {
	position: absolute;
	content: "";
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	height: 50px;
	width: 38px;
	background-image: url('local-images/file-arrow-up-thin.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.file-wrap {
	position: relative;
}
.form-file::file-selector-button {
  display: none;
  visibility: hidden;
}
.careers-main .form-control:hover,
.careers-main .form-control:focus {
	border: 1px solid #0060F1;
}
.form-file:hover,
.form-file:focus {
	border: 2px dashed #0060F1 !important;
}
.file-input-overlay {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	text-align: center;
	font-size:12px;
	color: #000;
}
.file-input-btn {
	font-size: 14px;
	background-color: #E6E6E6;
	padding: 5px 20px;
	border: 1px solid #BCBCBC;
	width: fit-content;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	transition: all .3s;
}
.file-wrap:hover .file-input-btn {
	border-color: var(--primary-red);
	background-color:  var(--primary-red);
	color: #FFF;
}
/****************RESPONSIVE SM*********************/
@media (min-width: 576px) { 
    .zigzag-img-box {
        height: 250px;
    }
    .read-bio-text {
        font-size: 10px;
    }
    .read-bio-icon {
        font-size: 12px;
    }
}
/****************RESPONSIVE MD*********************/
@media (min-width: 768px) {
    .zigzag-img-box {
        height: 300px;
    }
    .team-img-box {
        height: 250px;
    }
    .services-img-box {
        height: 300px;
    }
 }
/****************RESPONSIVE LG*********************/
@media (min-width: 992px) {
    /**************** NAVBAR *****************/
    .offcanvas {
        flex-direction: row;
        justify-content: flex-end;
    }
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-btn {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .nav-item {
        padding: 0;
        transition: 0.3s ease-in-out;
    }
    .nav-link.dropdown-toggle {
        padding-top: 26px;
        padding-bottom: 26px;
        color: rgba(0, 0, 0, 0.6);
        position: relative;
        padding-right: 35px!important;
    }
    .nav-link.dropdown-toggle::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        height: 18px;
        border: none;
        transition: all .3s;
        width: 20px;
        background-image: url(local-images/chevron-down.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(24%) hue-rotate(149deg) brightness(78%) contrast(92%);
    }
    .nav-link.dropdown-toggle:hover::before,
    .nav-link.dropdown-toggle.show::before {
        filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(0%) hue-rotate(120deg) brightness(92%) contrast(102%);
    }
    .nav-item.dropdown {
        padding: 0;
    }
    .navbar-nav .dropdown-menu {
        margin-top: 0;
        padding-top: 10px;
        box-shadow: 1px 5px 21px 0px rgba(0,0,0,0.24);
        -webkit-box-shadow: 1px 5px 21px 0px rgba(0,0,0,0.24);
        -moz-box-shadow: 1px 5px 21px 0px rgba(0,0,0,0.24);
    }
    .nav-link {
        padding-top: 26px;
        padding-bottom: 26px;
        padding-right: 20px !important;
        padding-left: 20px !important;
        color: rgba(0, 0, 0, 0.6);
        border-bottom: none;
    }
    .nav-link:focus, .nav-link:hover {
        color: #000;
    }
    .navbar-nav .dropdown-menu .dropdown-item::after {
        visibility: hidden;
    }
    .navbar-nav .dropdown-menu .dropdown-item:hover::after {
        visibility: visible;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        background-color: #FFF;
        color: rgba(0, 0, 0, 0.6);
    }
    .nav-item:hover {
        background-color: #f4f4f4;
        color: #000;
        opacity: 1;
    }
    .dropdown-menu {
        padding: 12px;
        border-radius: 15px;
        min-width: 260px;
    }
    .dropdown-menu li {
        background-color: unset;
        border-radius: 5px;
        margin-bottom: 0;
    }
    .dropdown-menu li a img {
        display: none;
    }
    .dropdown-menu li:hover {
        background-color: #f4f4f4;
    }
  
    .dropdown-menu li a {
        color: rgba(0, 0, 0, 0.6);
    }
    /**************** COVER *****************/
    .hero-cover-block {
        min-height: calc(100dvh - 70px);
    }
    .hero-cover-box {
        padding-top: 0;
    }
    .hero-cover-title {
        font-size: 80px;
    }
    .hero-cover-subtitle {
        font-size: 30px;
        line-height: 1.2;
    }
    .hero-cover-video-bg::before {
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%); 
    }

    /**************** MISSION *****************/
    .mission-block {
        padding-bottom: 0px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mission-block h2 {
        font-size: 36px;
        line-height: 1.2;
    } 
    .mission-block .btn {
        margin-top: 30px;
    }

    /**************** OUR SERVICES *****************/
    .our-services-block {
        padding-bottom: 30px;
    }
    .services-box {
        min-height: 412px;
        transition: 0.4s all;
    }
    .services-bg {
        transition: 0.5s all;
    }
    .services-box:hover .services-bg {
        transform: scale(1.07);
    }
    .view-btn {
        padding: 12px 19px;
        opacity: 0;
        transition: 0.4s ease-in-out;
        margin-top: 20px;
    }
    .services-box:hover .view-btn {
        display: flex;
        opacity: 1;
        margin-top: 42px;
    }
    .services-icon {
        background-color: transparent;
        width: 59px;
        height: 59px;
        margin-bottom: 20px;
        transition: 0.3s all;
    }
    .services-title {
        font-size: 48px;
        margin-bottom: 0;
    }
    .services-box:hover .services-icon {
        transform: scale(1.2);
        background-color: var(--primary-red);
    }
    .services-box:hover::after {
        background-color: rgba(0, 0, 0, 0.5);
    }

    /********** CONSTRUCTIOn SECTION ************/
    .construction {
        min-height: 540px;
    }
    .construction-title {
        font-size: 64px;
        margin-bottom: 45px;
        max-width: 875px;
    }
    .construction-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /********** FOOTER ************/
    .footer-contact-down {
        margin-top: 0;
    }
    .address {
        margin-right: 30px;
    }
    .footer-top {
        padding-bottom: 20px;
    }
    .footer-bottom {
        padding-top: 20px;
        margin-top: 0;
        border-top: 1px solid #2F2F2F;
    }
    .footer-logo-box {
        margin-right: 41px;
    }
    .footer-bottom-copyright, .footer-bottom-logos {
        margin-bottom: 0;
        margin-right: 25px;
    }
    .footer-contact-info a {
        margin-right: 20px;
        display: flex;
    }
    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-bottom-icons {
        order: 3;
    }
    .footer-link:last-child {
        margin-right: 0;
    }
    /***********************************************
                ABOUT US PAGE
    ***********************************************/

    /*************** HERO SECTION ****************/
    .hero-section {
        min-height: 500px;
    }
    .hero-subtitle
    .hero-section .btn {
        margin-bottom: 25px !important;
    }
    .hero-subtitle {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .hero-title {
        font-size: 80px;
        line-height: 1;
        padding-bottom: 80px;
        margin-bottom: 0;
    }

    /*************** VIDEO SECTION ****************/
    .video-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .video-subtitle {
        font-size: 24px;
    }
    .video-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .video-text {
        font-size: 24px;
        line-height: 1.2;
    }
    /*************** ZIGZAG SECTION ****************/
    .zigzag .img-box {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        padding: 0;
        height: 100%;
    }
    .text-block {
        min-height: 470px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    .block-title {
        font-size: 56px;
    }
    .block-text {
        font-size: 20px;
    }

    /*************** JOIN-US SECTION ****************/
    .join-title {
        font-size: 40px;
    }
    .join-us {
        min-height: 600px;
    }
    .join-block {
        max-width: 545px;
    }
    /*************** MEET-THE-TEAM SECTION ****************/
    .team-member-name {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .team-box-body {
        padding: 25px;
    }
    .team-member-position {
        font-size: 16px;
    }
    .meet-the-team {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .team-box-icons .icon-box {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }
    .read-bio-icon {
        font-size: 20px;
    }
    .read-bio-text {
        font-size: 16px;
    }
    /*************** READY-TO-TURN SECTION ****************/
    .ready-title {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .ready-to-turn.spacing-sm {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    /*********CONTACT PAGE*******/
    .page-cover-title {
        font-size: 60px;
    }
    .text-block {
        padding-right: 125px;
    }
    .zigzag-img-box {
        height: 470px;
        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
        padding: 0;
    }
    .zigzag-left .zigzag-img-box{
        left: 0;
    }
    .zigzag-left .text-block {
        padding-left: 125px;
        padding-right: 0;
    }
    .zigzag-box {
        padding: 0;
    }
    .team-img-box {
        height: 320px;
    }
    .team-modal-left {
        height: 100%;
    }
    .modal-dialog {
        max-width: 840px;
    }
    .project-modal .modal-dialog {
        max-width: 630px;
        top: 50px;
    }
    .team-modal-left{
        padding-top: 30px;
    }
    .team-modal-right {
        padding: 50px 30px 30px 0;
    }
    .project-modal-card {
        padding: 10px 40px 40px 40px;
    }
    .hero-section {
        padding: 70px 0;
    }
    .services-img-box {
        height: 400px;
        margin: 0;
    }
    .services-text-box {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        height: 100%;
        padding-right: 70px;
    }
	.services-text-box h3 {
		font-size: 55px;
	}
	.services-text-box p {
		font-size: 20px;
		line-height: 1.5;
	}
    .services-text-box a {
        margin-top: 30px;
    }
    .services-right .services-text-box {
        padding-left: 70px;
        padding-right: 0;
    }
    .page-header-title {
        font-size: 64px;
    }
    .page-header {
        min-height: 500px;
    }
    .projects-info {
        padding: 70px 0;
    }
    .cover-404 {
        max-width: 50%;
    }
}
/****************RESPONSIVE XL*********************/
@media (min-width: 1200px) {
    .featuredProjectsSwiper, .testimonialsSwipper {
        max-width: 1000px;
    }
    .page-cover-title {
        font-size: 80px;
    }
    .form-container {
        padding: 40px 60px;
    }
	.careers-cover-title {
		letter-spacing: -4px;
	}
 }

/****************RESPONSIVE XXL*********************/
@media (min-width: 1400px) {
    .featuredProjectsSwiper, .testimonialsSwipper {
        max-width: 1100px;
    }
    .footer-contact-info a {
        margin-right: 25px;
    }
	.footer-contact-info a:last-child {
		margin-right:0;
	}
} 