/*
Theme Name: L & L Property Enterprise
Author: Colossus Media Group
Description: L & L Property Enterprise Theme
Version: 1.0
Template: bootstrap-component-blox
*/

:root {
    --primary: #f5bf23;
    --primary-dark: #d89d12;
    --secondary: #000;
    --header-font: 'Poppins', sans-serif;;
    --body-font: 'Montserrat', sans-serif;;
}

* {
    position: relative;
}

html { 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 0 !important;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body { 
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--body-font);
}

h1,h2,h3,h4,h5 {
    font-family: var(--header-font);
}
a,
a:hover {
	text-decoration: none;
}

.grecaptcha-badge {
	z-index: 999;
}

.btn-secondary {
    padding: 8px 15px;
    border-radius: 0;
	background-color: #000; 
	border-color: #000;
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
}

#ll-header .col-lg-6 {
	padding-top: 150px;
	padding-bottom: 150px;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.btn-secondary:hover {
    background-color: rgb(46, 46, 46);
    border-color: rgb(46, 46, 46);
}

.btn-primary {
    padding: 8px 15px;
    border-radius: 0;
	background-color: #f5bf23;
	border-color: #f5bf23;
    background-color: var(--primary);
    border-color: var(--primary);
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    transition: 0.3s all;
}

.btn-primary:hover {
	background-color:  #d89d12;
	border-color:  #d89d12;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

#our-projects-2 .masthead-content a {
    color: white!important;
}

.mixitup-control-active {
	background: #000;
}

.mh-400 {
	min-height: 400px;
}

.h-400 {
	height: 400px
}

.mw-400 {
	max-width: 400px;
}

.h-700 {
	height: 100%;
}

.ll-header-badge {
	width: 150px;
}

.mxh-400 {
	max-height: 300px;
}

.ll-overflow {
	overflow-y: scroll;
}

.ll-text-primary {
	color: var(--primary);
}

.ll-text-dark {
	color: #000;
}

.z-front {
	z-index: 9
}

.z-back {
	z-index: 5
}

.lSSlideOuter .lSPager.lSpg > li:hover a, 
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: var(--primary);
}

.bg-pattern {
	background: url('/wp-content/uploads/2023/02/dot-grid.jpg');
	background-repeat: repeat;
}

.navbar-brand {
    height: 100%;
}

.last-p-mb-0 p:last-child {
	margin-bottom: 0!important;
}

#ll-breadcrumbs p {
	font-weight: bold;
}

#ll-breadcrumbs p a {
	color: var(--primary);
}

nav {
    transition: all 0.3s;
}

#navbarContent {
    width: 100%;
}

.navbar-nav {
    width: 100%;
}

#bcb-main-navbar {
    background-color: #000;
}

.nav-link {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.nav-link span {
    transition: 0.3s ease;
}

.nav-link:hover span{
	color: #f5bf23;
    color: var(--primary);
}

.nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#ll-header .overlay {
	background: linear-gradient(27deg, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 100%);
}

#ll-header video {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	min-width: 100%;
  	min-height: 100%;
  	width: auto;
  	height: auto;
  	z-index: 0;
  	-ms-transform: translateX(-50%) translateY(-50%);
  	-moz-transform: translateX(-50%) translateY(-50%);
  	-webkit-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 992px) {
    .navbar-nav .nav-item {
        padding-left: 1.50rem !important;
        padding-right: 1.50rem !important;
    }
}

.sticky.is-sticky {
    position: fixed;
    background-color: #000 !important;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.048), 0 1px 2px rgba(0, 0, 0, 0.048);
}

.current-menu-item span{
	color: #f5bf23;
    color: var(--primary);
}

#top-bar {
    padding: 15px 0;
}

.top-bar-content {
    display: inline;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-18px);
}

.top-bar-content .top-bar-div:nth-child(-n+2) {
    margin-right: 3rem;
}

.top-bar-content a {
    color: #000;
    font-weight: 600;
}

.top-bar-content i {
	color: #f5bf23;
    color: var(--primary);
    font-size: 20px;
}


.top-bar-button:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    left: -5px;
    border-top: 2px solid var(--secondary);
    border-left: 2px solid var(--secondary);
    transition: 0.1s all;
}

.top-bar-button:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    border-bottom: 2px solid var(--secondary);
    border-right: 2px solid var(--secondary);
    transition: 0.1s all;
}

.top-bar-button:hover:after{
    top: -8px;
    left: -8px;
}

.top-bar-button:hover:before{
    bottom: -8px;
    right: -8px;
}

/* ===== Toggler  ===== */

#toggler:focus, 
#toggler:active {
    outline: 0;
}

#toggler span {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 7px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#toggler span:nth-child(1) {
    -webkit-transform: translatey(10px) rotate(-45deg);
        -ms-transform: translatey(10px) rotate(-45deg);
            transform: translatey(10px) rotate(-45deg);
}
#toggler span:nth-child(2) {
    opacity: 1;
    width: 0;
}
#toggler span:nth-child(3) {
    -webkit-transform: translatey(-10px) rotate(45deg);
        -ms-transform: translatey(-10px) rotate(45deg);
            transform: translatey(-10px) rotate(45deg);  
}

#toggler.collapsed span {
    -webkit-transform: translatey(0) rotate(0deg);
        -ms-transform: translatey(0) rotate(0deg);
            transform: translatey(0) rotate(0deg);
    opacity: 1;
    width: 30px;   
}
/* ===================================================== */
/*                       Home Page                       */
/* ===================================================== */



#our-projects-2 {
    margin-top: -3rem !important;
	padding-bottom: 0rem !important;
}

 #our-projects-2 .masthead .masthead-bg {
    width: 60% !important;
    height: 700px!important;
    background-color: rgba(0,0,0,.8);
    transform: skewX(0deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}


 #our-projects-2 .container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

 #our-projects-2 .masthead-content {
    position: absolute;
    top: 30% !important;
    width: 65% !important;
    z-index: 3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bg-image {
    background-size: cover;
    background-position: right;
    height: 85vh;
}

#cert {
    position: absolute;
    right: 50px;
    top: 119px;
    width: 150px;
    height: auto;
}

 #our-projects-2 .masthead-content .row [class*='col-'] {
    -webkit-animation: reveal 0.3s ease-in-out 0s forwards;
    -moz-animation: reveal 0.3s ease-in-out 0s forwards;
    animation: reveal 0.3s ease-in-out 0s forwards;
}

.masthead-content .row [class*='col-'] {
    -webkit-animation: reveal 0.5s ease-in-out 0s forwards;
    -moz-animation: reveal 0.5s ease-in-out 0s forwards;
    animation: reveal 0.5s ease-in-out 0s forwards;
}

@keyframes reveal {
    from {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 992px) {
    
    .bg-image.home-page {
        background-position: top right;
        height: 85vh;
    }

    .home-page .masthead {
        height: 85vh;
    }
	
	#our-projects-2 .masthead .masthead-bg {
    	width: 100% ;
	}

 	#our-projects-2 .masthead-content {
    	width: 100% ; 
	}
	
	#our-projects-2 {
    	margin-top: 4rem ;
	}
}

@media (max-height: 920px) {
    .bg-image {
        min-height: 690px;
    }
	
	#our-projects-2 .masthead .masthead-bg {
    	width: 100% ;
	}
	
	#our-projects-2 {
    	margin-top: 4rem ;
	}
	
 	#our-projects-2 .masthead-content {
    	width: 100% ; 
	}
}

.masthead {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60vw;
    overflow: hidden;
    z-index: 2;
}

.masthead .masthead-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(245, 193, 35, 0.8);
    -webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
    transform-origin: top right;
}

.masthead-content {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.masthead-heading {
    margin-bottom: 1rem;
}

.masthead-heading h1{
    font-size: 68px;
    font-weight: 700;
    color: #000;
}

.masthead-heading-1 {
    margin-bottom: 0;
	color: #f5bf23;
    color: var(--primary);
}

.masthead-heading-2 {
	color: #d89d12;
    color: var(--primary-dark);
}

.masthead-subheading {
    font-weight: 500 !important;
    margin-bottom: 3rem;
}

.masthead-content p {
    font-size: 23px;
    color: #fff;
}

.masthead-content a {
    margin-top: 1.5rem;
	color: #f5bf23 !important;
    color: var(--primary) !important;
}

.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }


      .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        height: 80%;
        width: 100%;
      }

      .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

#about {
    padding-top: 3rem;
}

#about iframe {
	width: 800px;
	height: 450px;
}

#about .bar {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

#about .bar::after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    height: 3px;
    width: 40px;
	background-color: #f5bf23;
    background-color: var(--primary);
}

#about a {
	color: #f5bf23 !important;
    color: var(--primary) !important;
}

#about .img-container {
    z-index: 1;
    transform: translateY(4rem);
    -webkit-transform: translateY(4rem);
    -moz-transform: translateY(4rem);
    -ms-transform: translateY(4rem);
}

#about .img-container img {
    width: 100%;
    height: auto;
}

#about .img-container:after {
    content: '';
    position: absolute;
    right: -9%;
    top: -8%;
    height: 116%;
    width: 60%;
	background-color: #f5bf23;
    background-color: var(--primary);
    z-index: -1;
}

/* =========================== Banner =========================== */
#banner {
    padding: 2rem 0;
    background-size: cover;
    background-position: left;
}

#banner .d-inline-block {
    margin-right: 6rem;
    text-align: center;
}

#banner h1 {
    font-size: 82px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
	color: #f5bf23;
    color: var(--primary);
}

#banner small,
#about-company small {
    font-size: 40px;
    font-weight: 700;
    vertical-align: top;
}

#banner p {
    color: #fff;
}

/* =========================== Services =========================== */
#services {
    padding-top: 4rem;
    padding-bottom: 9rem;
    background-repeat: repeat;
}

#services h1 {
    font-weight: 600;
    margin-bottom: 2rem;
}

#services p {
    font-weight: 600;
    font-size: 17px;
}

.service-card {
    height: 87%;
    padding: 25px 35px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.service-card img {
    display: block;
    margin: auto;
}

.service-card h5 {
    margin: 2rem 0;
    font-weight: 600;
}

.service-card p {
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 0;
}

.service-btn {
    display: block;
    padding: 12px 0;
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
	background-color: #f5bf23;
    background-color: var(--primary);
    color: #000;
    text-align: center;
    text-decoration: none !important;
    font-weight: 600;
    transition: 0.3s all;
}

.service-btn:hover {
    color: #000;
	background-color:  #d89d12;
    background-color: var(--primary-dark);
}

.service-card-container {
    height: 100%;
}

/* ===================== Our Projects ===================== */

#recent-projects .swiper-pagination-bullet {
	background: #F5BF24;
	height: 15px;
	width: 15px;
}

#our-projects {
    background-size: cover;
    background-position: center;
    padding-top: 4rem;
    padding-bottom: 17rem;
    color: #fff;
}

#our-projects h1 {
    margin-bottom: 2rem;
    font-size: 32px;
    font-weight: 600;
}

#our-projects-2 {
    margin-top: -13rem;
    padding-bottom: 5rem;
}

#our-projects-2 a {
    text-decoration: none;
    color: #000;
}

#our-projects-2 .project-card {
    height: 100%;
    overflow: hidden;
}

#our-projects-2 .project-card img {
    width: 100%;
    height: auto;
}

#our-projects-2 .project-card-info {
    padding: 1.2rem;
	background-color: #f5bf23;
    background-color: var(--primary);
}

#our-projects-2 .project-card h5 {
    font-weight: 600;
}

#our-projects-2 .project-card-divider {
    margin: 1.2rem 0;
    width: 25%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.25);
}

#our-projects-2 .project-card p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

/* ===================== Get In Touch ===================== */
.form {
    padding: 2rem;
    height: 100%;
    color: #fff;
    background-color: #000;
}

@media (min-width: 992px) {
    #get-in-touch .form {
        padding-left: 8rem;
    }
}

#get-in-touch .form h1{
    font-weight: 600;
}

#get-in-touch [class*='col-'] {
    padding: 0;
}

#get-in-touch .background {
    background-size: cover;
    background-position: center;
}

#wpforms-form-29 input,
#wpforms-form-29 textarea {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

#wpforms-form-29 input::placeholder,
#wpforms-form-29 textarea::placeholder {
    color: #fff;
}

#wpforms-submit-29 {
    margin-top: 2rem;
    padding: 8px 15px;
    border-radius: 0;
	background-color: #f5bf23;
	border-color: #f5bf23;
    background-color: var(--primary);
    border-color: var(--primary);
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    transition: 0.3s all;
}

#wpforms-submit-29:hover {
	background-color:  #d89d12;
	border-color:  #d89d12;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

/* ===================== Banner 2 ===================== */
#banner-2 {
    padding: 2rem 0;
	background-color: #f5bf23;
    background-color: var(--primary);
}


/* ===================================================== */
/*                       About Page                      */
/* ===================================================== */

/* ===================== About Header ===================== */
.heading-image,
.heading-content {
    background-size: cover;
    background-position: center;
    min-height: 40vh;
}

.heading-title {
    width: 60%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

@supports (-ms-ime-align:auto) {
	.heading-title {
		width: initial;
	}
}

.heading-title h3 {
    text-transform: uppercase;
}

.heading-title h3 {
    padding: 2rem;
    color: #fff;
}

.heading-title h3:before,
.heading-title h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 7%;
    height: 100%;
	border: 12px solid #f5bf23;
    border: 12px solid var(--primary);
}

.heading-title h3:before {
    left: 0;
    border-right: 0;
}

.heading-title h3:after {
    right: 0;
    border-left: 0;
}

.heading-title h5 {
    margin-top: 1.2rem;
	color: #f5bf23;
    color: var(--primary);
}

/* ===================== About Company ===================== */
#about-company {
    padding: 5rem 0;
}

#about-company h2:first-child {
    margin-bottom: 2rem;
    font-weight: 600;
}

#about-company h2:first-child::after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    height: 3px;
    width: 40px;
	background-color: #f5bf23;
    background-color: var(--primary);
}

#about-company img {
    width: 90%;
    height: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.about-img-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: -30px;
    height: 100%;
    width: 90%;
	background-color: #f5bf23;
    background-color: var(--primary);
}

#about-company .about-content h3 {
    margin-bottom: 1.1rem;
	color: #f5bf23;
    color: var(--primary);
    font-weight: 600;
}

#about-company .about-content h2 {
    margin-bottom: 1.1rem;
}

#about-company .about-content p {
    color: rgba(0, 0, 0, 0.75);
    font-weight: 600;
    font-size: 15px
}

#about-company .numbers {
    margin-top: 2rem;
}

#about-company .numbers h1 {
    font-size: 70px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
	color: #f5bf23;
    color: var(--primary);
}

/* ===================== Our Team ===================== */
#our-team {
    padding-top: 5rem;
    padding-bottom: 7rem;
    background-repeat: repeat;
}

#our-team h2:first-child {
    margin-bottom: 4rem;
    font-weight: 600;
    color: #fff;
}

#our-team h2:first-child::after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    height: 3px;
    width: 40px;
	background-color: #f5bf23;
    background-color: var(--primary);
}

.team-card {
    margin: 0 20px;
    padding: 2rem 1.5rem;
    height: 100%;
    background-color: #fff;
	border-top: 10px solid #f5bf23;
    border-top: 10px solid var(--primary);
}

.team-card img {
    border-radius: 50%;
    width: 60%;
    height: auto;
    margin-bottom: 30px;
}

.team-card h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.team-card p {
    font-size: 14px;
    font-weight: 600;
}

#light-slider li {
    height: 100%;
}

#our-team .prev {
    position: absolute;
    top: 50%;
    left: -2rem;
}

#our-team .next {
    position: absolute;
    top: 50%;
    right: -2rem;
}

#our-team .overlay {
    position: absolute;
	background-color: #f5bf23;
    background-color: var(--primary);
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem;
    overflow-y: auto;
    opacity: 0;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

#our-team .overlay h4 {
    font-weight: 600;
}

.overlay .team-content {
    transition: 0.3s ease-in-out;
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
}

#our-team .overlay h5 {
    font-style: italic;
}

.team-card:hover .overlay {
    opacity: 1 !important;
}

.team-card:hover .overlay .team-content {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

/* ===================== About Banner ===================== */
#about-banner {
    padding: 3rem;
	background-color: #f5bf23;
    background-color: var(--primary);
    font-weight: 600;
}

#about-banner h1 {
    font-weight: 700;
}

#about-banner a {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}


/* ===================================================== */
/*                       Projects Page                   */
/* ===================================================== */

#projects {
    padding: 5rem 0;
    color: #000;
}

#projects h2:first-child,
.ll-title {
    margin-bottom: 2rem;
    font-weight: 600;
}

#projects h2:first-child::after,
.ll-title::after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    height: 3px;
    width: 40px;
	background-color: #f5bf23;
    background-color: var(--primary);
}

#projects .nav-tabs {
	border-bottom: 1px solid #eee!important;
}

#projects .nav-item .active {
	border-bottom: 2px solid #f5bf23 !important;
	color: #f5bf23 !important;
	border-bottom: 2px solid var(--primary)!important;
	color: var(--primary) !important;
}

#projects .nav-link {
	text-transform: uppercase;
	color: #000 !important;
}

#projects img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

#myTabContent [class*="col-"] {
    overflow: hidden;
    margin-bottom: 30px;
}

#myTabContent .project-card h5 {
    margin: 5px 0;
    font-weight: 700;
}

#myTabContent .project-card p {
    margin-bottom: 5px;
}

#myTabContent .project-card a {
    color: #000;
}

#myTabContent .project-card .link {
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
}

/* ===================================================== */
/*                       Contact Page                    */
/* ===================================================== */
#contact {
    padding: 5rem 0;
    color: #000;
}

#contact h2:first-child {
    margin-bottom: 2rem;
    font-weight: 600;
}

#contact h2:first-child::after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    height: 3px;
    width: 40px;
	background-color: #f5bf23;
    background-color: var(--primary);
}

#wpforms-form-43 input,
#wpforms-form-43 textarea {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

#wpforms-form-43 input::placeholder,
#wpforms-form-43 textarea::placeholder {
    color: #fff;
}

#wpforms-submit-43 {
    margin-top: 2rem;
    padding: 8px 15px;
    border-radius: 0;
	background-color: #f5bf23;
	border-color: #f5bf23;
    background-color: var(--primary);
    border-color: var(--primary);
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    transition: 0.3s all;
}

#wpforms-submit-43:hover {
	background-color: #d89d12;
	border-color: #d89d12;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.contact-info {
    height: 100%;
    padding: 2rem 2.5rem;
    color: #e2e2e2;
    background-color: #252525;
}

.contact-info i {
    padding-right: 20px;
    font-size: 22px;
}

.contact-info p {
    margin-bottom: 5px;
}

.contact-info .contact-item:nth-child(-n+3){
    margin-bottom: 30px;
}

.contact-info a {
    text-decoration: none!important;
    color: #fff;
}

#contact-map iframe {
    width: 100%;
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
}

/* ===================== Single Project ===================== */
#project-main {
    padding: 4rem 0;
}

#project-main .video video {
    max-height: 70vh;
}

#project-main .gallery figure {
    overflow: hidden;
}

#project-main .gallery .gallery-img-link:hover .img-thumb {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

#project-main .gallery .img-thumb {
    padding-top: 100%;
    transition: 0.2s ease;
}

/* ===================== Footer ===================== */
#Footer {
    padding: 4rem 0;
}

#Footer h4 {
    font-weight: 600;
}

#Footer p {
    font-size: 14px;
}

#Footer .social-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: center;
    text-decoration: none !important;
    color: #000;
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: 0.3s all;
}

#Footer .social-icons a:hover {
    color: rgba(51, 51, 51, 0.5)
}

#Footer .contact a {
    display: block;
    margin-top: 1.1rem;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    color: #000;
}

#Footer .links a {
    display: block;
    margin-top: 1.1rem;
    padding-bottom: 0.8rem;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    color: #000;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.45);
}

#Footer .links a:last-child {
    border: none;
}

footer {
    background-color: #e8e8e8;
    font-weight: 600;
    font-size: 14px;
}

footer a {
    color: #000 !important
}

footer a:hover {
    color: #000;
}



@media (max-width: 1200px) {
    
	.masthead-heading h1 {
        font-size: 40px;
    }

    .masthead-content p {
        width: 80%;
        font-size: 20px;
    }

    #about {
        padding-bottom: 2rem;
    }

    .service-card {
        padding: 1.2rem;
    }
}

@media (max-width: 992px) {
    
	#top-bar {
        padding: 0;
    }

    .top-bar-content .top-bar-div:nth-child(-n+2) {
        display: none !important;
    }

    nav {
        background-color: #000;
    }

    .nav-container {
        padding-top: 10px;
    }

    .nav-item {
        padding: 5px 0;
        border-bottom: 2px dashed rgba(255, 255, 255, 0.25);
    }

    .nav-item:last-child {
        border-bottom:  none;
    }

    #mainNav .nav-link {
        padding-left: 0rem !important;
        text-align: left;
    }

    .masthead {
        width: 100vw;
    }

    #services {
        padding-bottom: 4rem;
    }

    #services .row .col-lg-3:nth-child(n+3) {
        margin-top: 40px;
    }

    #Footer h4 {
        margin-top: 2rem;
    }

    .heading-title {
        width: 100%;
    }

    .about-img-container {
        display: block;
        margin: auto;
        width: 50%;
        margin-bottom: 4rem;
    }

    #about-company img,
    .about-img-container:before {
        width: 100%;
        display: block;
        margin: auto;
    }

    .team-card {
        margin: 0;
    }
	
	.mw-400 {
		max-width: 100%;
	}
	
	
	.h-400 {
		height: 300px
	}
	
	.h-700 {
		height: 400px;
	}
	
	#ll-header .col-lg-6 {
		padding-top: 60px;
		padding-bottom: 60px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	
	.ll-header-badge {
		width: 100px;
	}
}

@media (max-width: 768px) {
    #top-bar .container {
        max-width: none;
        padding: 0 30px;
    }

    .top-bar-content {
        right: 30px;
    }

    #cert {
        width: 125px;
    }

    #about .img-container {
        margin: auto;
        margin-top: 1.5rem;
        width: 50%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }

    #services .row .col-lg-3:nth-child(n+2) {
        margin-top: 40px;
    }

    #our-projects-2 {
        margin-top: -15rem
    }

    #our-projects-2 .row .col-md-4:nth-child(n+2) {
        margin-top: 1.5rem;
    }

    #our-projects-2 .project-card {
        width: 80%;
        margin: auto;
    }
    
    #our-team .row [class*='col-'],
    #about-banner [class*='col-']{
        margin-bottom: 1.5rem;
    }

    #about-banner a {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        left: 0;
        margin-left: 15px;
    }

    #our-team {
        padding: 3rem 0;
    }

    #cert {
        width: 100px;
        bottom: 25px;
        top: initial;
        right: 25px;
    }

    .masthead {
        padding: 0 !important;
    }

    .masthead .masthead-bg {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
	
	.mxh-400 {
		max-height: 100%;
	}

}

@media (max-width: 615px) {
    #top-bar {
        padding: 10px 0;
    }

    .navbar-brand {
        width: 40%
    }

    #logo {
        width: 100%;
        min-width: 185px;
        height: auto;
    }

    .navbar-nav {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin: auto;
    }

    #our-team .prev {
        top: initial;
        bottom: 0;
        left: 2rem;
    }

    #our-team .next {
        top: initial;
        bottom: 0;
        right: 2rem;
    }
}

@media (max-width: 575px) {

    .heading-image .heading-title h3 {
        font-size: 1.5rem;
    }

    .heading-title {
        width: 80%;
    }

    .team-card {
        margin-left: 30px;
        margin-right: 30px;
    }

    #about-company h2,
    #about-company h3,
    #our-team h2,
    #projects h2:first-child,
    #contact h2:first-child {
        text-align: center;
    }

    #about-company h2:first-child:after,
    #our-team h2:first-child::after,
    #projects h2:first-child::after,
    #contact h2:first-child::after {
        display: block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        margin-left: 0;
        height: 3px;
        width: 40px;
		background-color: #f5bf23;
        background-color: var(--primary);
    }
}

@media (max-width: 500px) {
    #banner h1,
    #about-company .numbers h1 {
        font-size: 55px
    }
}

@media (max-width: 475px) {
    #top-bar .top-bar-button {
        display: none;
    }
}

@media (max-width: 400px) {
    .masthead-heading h1{
        font-size: 42px
    }

    .heading-title h3 {
        padding: 1rem 2rem;
    }

}

@media (max-width: 360px) {
    #banner-2 img {
        width: 80%;
        height: auto;
    }

    #banner h1,
    #about-company .numbers h1{
        font-size: 40px
    }

    .contact-info a {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .heading-title h3 {
        font-size: 22px;
    }
}