a {
    text-decoration: none;
}

.navbar-brand img {
    background-color: #f5f2f0;
    height: 60px;
    padding: 5px;
    border-radius: 10px;
}

/*---------------------------
Animated text
----------------------------*/
.heroText{
    position: relative;
    font-size: 6.2vw;
    color: #252839;
    -webkit-text-stroke: 0.3vw #383d52;
    text-transform: uppercase;
    font-family: var(--slider-font) !important;
}

.heroText {
	display: inline-block;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
	-webkit-text-fill-color: transparent;
	  margin: 0;
    padding: 0;
	position: relative;
	
	&::after {
		position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 0%;
    white-space: pre;
    content: attr(data-text);
		-webkit-text-stroke: rgba(255,255,255,0);
    will-change: width;
		animation: grow 10s cubic-bezier(0.2, 0, 0.07, 1) 1.15s infinite alternate both;
		
		background: linear-gradient(to bottom, var(--logo-primary) 0%, var(--logo-primary));
		-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
}

@keyframes grow {
  0%,10%,90%,100% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
}

/*----------------end------------*/
.hero__caption {
    margin-left: 27px;
    padding-top: 15px;
}

@media only screen and (max-width: 767px) {
    .hero__caption {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .navbar-brand img {
        height: 40px;
    }
}


.hero__caption h1 {
    font-size: 115px !important;
    font-family: var(--slider-font) !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: var(--logo-primary) !important;
    margin: 12px;
    padding: 0;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero__caption h1 {
        font-size: 120px !important;
    }
}

@media only screen and (min-width: 351px) and (max-width: 767px) {
    .hero__caption h1 {
        margin: 0px;
        font-size: 35px !important;
    }
}

@media only screen and (max-width: 350px) {
    .hero__caption {
        padding-top: 10px !important;
        margin-left: 15px !important;
    }

    .hero__caption h1 {
        margin: 0;
        font-size: 28px !important;
    }

    .hero__caption .stock-text h2 {
        font-size: 25px !important;
    }
}


.hero__caption .stock-text {
    position: relative;
    left: 15px;
    top: 0px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero__caption .stock-text {
        top: -29px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero__caption .stock-text {
        top: -19px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero__caption .stock-text {
        top: -12px;
        left: 40px
    }
}

@media (max-width: 575px) {
    .hero__caption .stock-text {
        top: -12px;
        left: 40px;
        top: 0;
        left: 0
    }
}

.hero__caption .stock-text h2 {
    font-family: var(--slider-font) !important;
    font-size: 78px;
    font-weight: 900;
    margin: 0;
    white-space: nowrap;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    margin-top: 0px;
}

.services p {
    font-size: 20px;
    line-height: 29px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero__caption .stock-text h2 {
        font-size: 115px
    }
}




@media only screen and (max-width: 767px) {
    .hero__caption .stock-text h2 {
        font-size: 25px;
    }
}


.hero__caption .stock-text h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent
}

.hero__caption .stock-text h2:nth-child(2) {
    color: var(--logo-primary);
    -webkit-animation: animate 4s ease-in-out infinite;
    animation: animate 4s ease-in-out infinite
}

/*@keyframes animate {*/

/*    0%,*/
/*    100% {*/
/*        clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 69%, 100% 52%, 100% 100%, 0% 100%)*/
/*    }*/

/*    50% {*/
/*        clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)*/
/*    }*/
/*}*/

.hero__caption .hero-text1 span,
.hero__caption .hero-text1 a,
.hero__caption .hero-text2 span,
.hero__caption .hero-text2 a {
    position: relative;
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    font-weight: 400;
    margin-top: 110px;
    letter-spacing: 0.03em;
    display: block
}

.hero__caption .hero-text1 span::before,
.hero__caption .hero-text1 a::before,
.hero__caption .hero-text2 span::before,
.hero__caption .hero-text2 a::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    top: 0;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff5f13
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero__caption .hero-text2 {
        margin-top: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero__caption .hero-text2 {
        margin-top: 56px
    }
}

@media only screen and (max-width: 767px) {
    .hero__caption .hero-text2 {
        margin-top: 50px
    }

    .hero__caption .hero-text1 span,
    .hero__caption .hero-text1 a,
    .hero__caption .hero-text2 span,
    .hero__caption .hero-text2 a {
        position: relative;
        color: #fff;
        font-size: 18px;
        text-decoration: none !important;
        text-transform: uppercase;
        font-family: "Teko", sans-serif;
        font-weight: 400;
        margin-top: 45px;
        margin-bottom: 10px;
        letter-spacing: 0.03em;
        display: block
    }
}


.hero-overly {
    position: relative;
    /* z-index: 1 */
}

.hero-overly::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat
}

.hero-cap h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-cap h2 {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .hero-cap h2 {
        font-size: 50px
    }
}

.hero-cap nav {
    margin: 7px 0;
    padding-left: 95px;
    position: relative
}

.hero-cap nav::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    background: #ff5f13;
    left: 0;
    top: 52%;
    transform: translateY(-50%)
}

.hero-cap .breadcrumb {
    background: none;
    padding: 0;
    margin: 0
}

.hero-cap .breadcrumb a {
    color: #ff5f13;
    font-size: 17px;
    text-transform: uppercase
}

.hero-cap .breadcrumb-item+.breadcrumb-item::before {
    color: #ff5f13
}

@media (max-width: 575px) {
    .hero-cap.hero-cap2 {
        padding-top: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-cap.hero-cap2 {
        padding-top: 50px
    }
}

.hero-cap.hero-cap2 h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-cap.hero-cap2 h2 {
        font-size: 37px
    }
}

@media (max-width: 575px) {
    .hero-cap.hero-cap2 h2 {
        font-size: 26px
    }
}

.card-img {
    width: 100%;
    height: 20vw !important;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .card-img {
        width: 80%;
        height: 65vw !important;
        object-fit: cover;
    }
}

.grow i {
    font-size: 25px;
    padding-right: 4px;
}

/* Title-Text */
.title-text {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .title-text {
        font-size: 25px;
        margin-left: 0px;
    }

    .contact-info {
        padding: 0 !important;
    }
}

/* Default Button */

.btn-d {
    font-family: var(--default-font);
    font-size: 20px;
    background-color: var(--logo-primary);
    display: inline-block;
    color: var(--black);
    border-radius: 60px;
    padding: 10px 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px;
    transition: all 0.6s ease 0s;
    border: 2px solid transparent;
}

.btn-d:hover {
    background-color: var(--logo-secondary);
    border: 2px solid var(--logo-primary);
    color: var(--white);
}

@media only screen and (max-width: 767px) {
    .btn-d {
        font-size: 16px;
        padding: 5px 20px;
    }
}

/* About */
.about_content {
    margin-right: 25px;
    margin-bottom: 100px;
}


.about_content h3 {
    font-size: 30px;
    font-weight: 400 !important;
    margin: 2px 0 5px;
    text-transform: inherit;
}


.about_content .btn.know_btn {
    margin: 18px 0 60px;
}

/*.about_bg {*/
/*    background: url(../images/EXPERTISE.webp) no-repeat right;*/
/*}*/

.btn.know_btn {
    background: #f7eb01 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-family: "futura_ltbold", sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.carousel-caption .btn.know_btn {
    margin-top: 64px;
}

.carousel-caption .btn.know_btn:last-child {
    margin-left: 20px;
}

.btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color: #f7eb01;
    border: 1px solid #f7eb01;
}

.about_banner>img {
    width: 75%;
    position: relative;
    left: 20%;
}

.owl-item .card h5 {
    font-weight: 700;
    font-size: 30px;
}

.owl-item .card-img {
    opacity: .5;
}

@media only screen and (max-width: 991px) {
    .about_banner>img {
        width: 60%;
        align-self: center !important;
        left: 2%;
    }
}

@media only screen and (max-width: 767px) {
    .about_banner>img {
        width: 60%;
        position: relative;
        left: 20%;
    }

    .about_bg {
        background: url(../images/about_bg.png) no-repeat bottom;
    }

    header .navbar-expand-lg {
        padding: 2px 0 5px !important;
    }


    .about_content h3 {
        font-family: sans-serif;
        font-size: 20px;
        font-weight: 400;
        margin: 2px 0 5px;
    }

    .owl-item .card h5 {
        font-size: 16px;
    }

    .owl-item .card p {
        font-size: 14px;
        line-height: 25px;
    }

    .credit {
        margin: 10px 0 !important;
    }
}

header .navbar-expand-lg {
    padding: 2px 0 5px;
    border-bottom: none;
    transition: 0.7s;
}


.footer {
    font-family: 'Poppins', sans-serif;
    background-color: var(--blackish) !important;
    padding: 10px 9% 0px 9%;
}

.footer h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    padding: 10px 0;
}

.footer>.row a {
    display: block;
    font-size: 15px;
    color: var(--white);
    padding: 2px 0;
}

.footer img {
    background-color: var(--white);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.list-group li {
    line-height: 2.0rem;
}

@media only screen and (max-width: 767px) {
    #foot {
        order: 1;
        margin-top: 35px;
    }

    #foot2 {
        order: 0;
    }

    #foot3 {
        order: 2;
        margin-top: 25px;
    }

    .footer>.row div {
        text-align: center;
    }

    .footer h3 {
        padding: 1px 0;
    }

    .construuction-features {
        margin-bottom: 0;
        padding: 10px;
    }

    .construuction-websites {
        margin-bottom: 0;
        padding: 10px;
    }

    .banner .banner-inner {
        padding-top: 200px;
        padding-left: 1px;

    }
}

.widget {
    margin-bottom: -15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.socialpad {
    padding-left: 10%;
    padding-right: 10%;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.footer a i {
    padding: 6px;
    border-radius: 12px;
    font-size: 20px;
    color: var(--bs-white);
}

.footer .icn a i {
    font-size: 18px !important;
    color: var(--bs-white);
}

.footer .credit {
    text-align: center;
    font-size: 2rem;
    color: var(--light-color);
    border-top: 1px solid var(--logo-primary);
    color: white;
}

.underfooter h6 {
    font-size: 14px;
    color: white;
}

.underfooter a {
    font-size: 15px;
    color: white;
    padding: 2px 0;
}

.skew-forward {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: 0 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew-forward:hover {
    transform: skew(-10deg);
}

.social-icn li a {
    font-size: 20px;
}

.circle-icon {
    background: var(--white);
    color: var(--black);
    border-radius: 50% !important;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    width: 30px;
    height: 30px;
}

.social-icn a i {
    color: var(--black);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.social-icn a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.contact-page-sec {
    min-height: 100vh;
}

.contact-info {

    height: 100%;
    padding: 20px 20px 10px;
    text-align: center;
    margin-bottom: 10px;

}

.cp .contact-info {

    padding: 20px 0px 10px;

}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    cursor: pointer;
    background: var(--logo-primary);
    padding: 30px 0px;
    border-radius: 10px;
}

.contact-info-item:hover {
    color: var(--white) !important;
    background: var(--logo-secondary);
    padding: 30px 0px;
    border-radius: 10px;
}

.contact-info-item:hover>.contact-info-text span {
    color: var(--white) !important;
}

.contact-page-sec .contact-page-form h2 {
    color: var(--black);
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: var(--white);
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: var(--black);
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid var(--logo-primary);
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form input:focus {
    border: 1px solid var(--logo-secondary) !important;
    outline: none !important;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid var(--logo-primary);
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-field textarea:focus {
    border: 1px solid var(--logo-secondary) !important;
    outline: none !important;
}

.single-input-fieldsbtn input[type="submit"] {
    background: var(--logo-primary) none repeat scroll 0 0;
    color: var(--white);
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: var(--logo-secondary);
    transition: all 0.4s ease-in-out 0s;
    border-color: var(--logo-primary);
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}

#quoteBtn {
    background-color: var(--logo-primary);
}

#quoteBtn:hover {
    background-color: var(--logo-secondary);
}

.srves .card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, var(--logo-primary) 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
}

.srves h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--logo-secondary);
    margin: 1em 0;
}

.srves p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.srves .icon-wrapper {
    background-color: var(--logo-primary);
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.srves .card:hover {
    background-position: 0 100%;
}

.srves .card:hover .icon-wrapper {
    background-color: #ffffff;
    color: var(--logo-primary);
}

.srves .card:hover h3 {
    color: #ffffff;
}

.srves .card:hover p {
    color: #f0f0f0;
}


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

    .contact-page-sec .contact-page-form h2 {
        color: var(--black);
        text-transform: capitalize;
        font-size: 22px;
        font-weight: 700;
    }
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}


/* .carousel */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button span {
    font-size: 70px;
    text-align: center;
    position: relative;
    top: 2px;
}

.owl-nav button:focus {
    outline: none;
}



.featured {
    background: #fff;
    border-radius: .5rem;
    border: var(--border);
    padding: .5rem;
    transition: border 1s;
}

.featured img {
    cursor: pointer;
    width: 100%;
    border-radius: .5rem;
    transition: transform .3s;
}

.card img {
    cursor: pointer;
    transition: transform .3s;
}

.card img:hover {

    transform: scale(1.1);
}

.featured img:hover {

    transform: scale(1.1);
}

.featured:hover {
    border: none !important;
}

.list-group-item {
    cursor: pointer;
    border: none;
}

.grow {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
    transform: scale(1.1);
}

.border-radius-5 {
    border-radius: 10px !important;
}

.shadow2 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

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

    .featured {
        background: #fff;
        border-radius: .5rem;
        border: var(--border);
        padding: .5rem;
    }

    .featured img {
        cursor: pointer;
        width: 99%;
        border-radius: .5rem;
        transition: transform .3s;
    }

    .o-0 {
        order: 0 !important;
        margin-bottom: 50px;
    }

    .o-1 {
        margin-top: 50px;
        order: 1 !important;
    }
}

section {
    padding-top: 35px;
}


.dropdown-menu .nav-link:hover {
    background: var(--logo-primary);
}

header .navbar .dropdown-menu .nav-link {
    margin-right: 0 !important;
}

.dropdown-menu {
    white-space: nowrap;
}

.hide {
    display: none;
    padding: 0;
    margin: 0;
    height: 0;
}


#top-bar {
    padding: 0;
}

#top-bar .top-bar-socials {
    display: table-cell;
    width: 30%;
    text-align: right;
    bottom: -10px;
    margin: 1px;
    position: relative;
}

#top-bar .top-bar-socials .icons a {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 5px;
}

#top-bar .top-bar-socials .icons a i {
    color: var(--bs-white);
    font-size: 25px;
}

#top-bar .top-bar-socials .icons a:last-child {
    padding-right: 0px !important;
}

#top-bar .top-bar-socials .icons a:hover {
    color: var(--logo-secondary);
}

.navbar {
    padding-top: 0 !important;
}

.navbar-collapse button {
    font-size: 20px;
}



@media only screen and (max-width: 767px) {
    .navbar-collapse button {
        margin-left: 5px !important;
    }
}

.service-partners .card img {
    max-width: 80%;
}

.service-partners .card .card-body {
    padding-left: 5px;
}

.service-partners .card {
    border: none;
    transition: transform 0.3s;
}

.service-partners .card:hover {
    transform: translateY(-10px);
}


.subscriptions .btn,
.services .btn {
    padding: .5rem 2rem !important;
    /* margin: 0.5rem 1rem !important; */
}

.contact-page-form .btn {
    background-color: var(--logo-primary);
}

.contact-page-form .btn:hover {
    background-color: var(--logo-secondary);
}


@media only screen and (min-width: 992px) and (max-width: 1120px) {
    .hero__caption .stock-text h2 {
        font-size: 90px !important;
        margin-top: 10px;
    }

    .hero__caption h1 {
        margin: 0;
        font-size: 90px !important;
    }

    header .navbar .nav-item .nav-link {
        font-size: 15px;
        padding: 0 8px;
    }

    .construction-websites .thumbnail-2 figure img {
        width: 300px !important;
        height: 300px !important;
        top: 80px;
        left: 140px;
    }

    .construction-websites .thumbnail-2 {
        background-size: 300px 300px !important;
    }

    .owl-item .card h5 {
        font-size: 25px;
    }

    .services p {
        font-size: 14px;
        line-height: 20px !important;
    }

    .construuction-features .thumbnail-2 {
        background-size: 300px 300px;
    }

    .construuction-features figure img {
        width: 300px;
        height: 300px;
        top: 90px;
        right: 120px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header .navbar .nav-item .nav-link {
        font-size: 13px !important;
        padding: 0 5px !important;
    }
}

@media only screen and (min-width: 767.1px) and (max-width: 991.9px) {
    .hero__caption {
        padding-top: 40px !important;
        margin-left: 5px !important;
    }

    .hero__caption h1 {
        margin: 0;
        font-size: 60px !important;
    }

    .hero__caption .stock-text h2 {
        font-size: 60px !important;
        margin-top: 10px;
    }

    header .navbar .nav-item .nav-link {
        font-size: 12px !important;
        padding: 0 1px;
    }

    .navbar-collapse button {
        font-size: 12px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .navbar-light .navbar-toggler {
        color: var(--white);
        margin-right: 5px;
        border-color: var(--logo-primary);
        background-color: var(--logo-secondary);
    }

    #top-bar .top-bar-socials .icons a i {
        font-size: 18px !important;
    }

    .navbar-collapse button {
        font-size: 12px !important;
    }

    .banner-inner {
        padding-top: 18%;
        padding-left: 90px;
    }

    .construction-websites .thumbnail-2 figure img {
        left: 20px;
        top: 140px;
        width: 250px;
        height: 250px;
    }

    .construction-websites .thumbnail-2 {
        background-size: 250px 250px;
    }

    .construuction-features figure img {
        top: 70px;
        left: 60px;
        width: 250px;
        height: 250px;
    }

    .construuction-features .thumbnail-2 {
        background-size: 250px 250px;
    }

    .contact-info-text span {
        font-size: 12px;
    }

    .contact-info-text h2 {
        font-size: 16px;
        margin-bottom: 4px;
    }
}




.profile-cards .card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 400px;
    position: relative;
    color: #2d2d2d;
    background-color: #bec0bb4d;
    letter-spacing: 1px;
    border: 25px solid #52940b7d;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.profile-cards .card .card-description {
    padding: 40px;
    height: 100%;
}

.profile-cards .card .card-description .card-description-title {
    color: black;
    font-size: 18px;
}

.profile-cards .card .card-description .card-description-desc {
    text-align: justify;
    color: black;
    font-size: 15px;
}

.profile-cards .card .card-description .card-description-profession {
    display: block;
    font-size: 16px;
}

.profile-cards .card .card-description .card-description-company {
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.profile-cards .card .card-description .card-description-company:hover {
    text-decoration: underline;
}

.profile-cards .card .card-description .card-description-social {
    position: absolute;
    bottom: 40px;
}

.profile-cards .card .card-description .card-description-social .card-description-social-follow {
    display: block;
    margin-bottom: 8px;
    color: #555572;
    font-size: 14px;
}

.profile-cards .card .card-description .card-description-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.profile-cards .card .card-description .card-description-social ul li {
    list-style-type: none;
}

.profile-cards .card .card-description .card-description-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #121212;
    border-radius: 50%;
    box-shadow: 6px 6px 12px #97c3c4, -6px -6px 12px #cdffff;
    transition: all 0.4s;
}

.profile-cards .card .card-description .card-description-social ul li a:hover {
    color: white;
    transform: translate(0, -7px);
}

.profile-cards .card .card-description .card-description-social ul li a svg {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
}

.profile-cards .card .card-description .card-description-social ul li:nth-child(1) a:hover {
    background-color: #1da1f2;
}

.profile-cards .card .card-description .card-description-social ul li:nth-child(2) a:hover {
    background-color: #3f729b;
}

.profile-cards .card .card-description .card-description-social ul li:nth-child(3) a:hover {
    background-color: #00405d;
}

.profile-cards .card .card-description .card-description-social ul li:nth-child(4) a:hover {
    background-color: #0a66c2;
}

.profile-cards .card .card-image {
    height: 100%;
    object-fit: cover;
}


#ourclients {
    display: block;
    margin: 30px auto;
    padding-bottom: 30px;
    height: auto;
}

#ourclients .clients-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#ourclients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#ourclients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 170px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

#ourclients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    width: 150px;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
}

#ourclients h3 {
    border-bottom: 2px solid var(--logo-primary);
    width: 150px;
    padding: 10px;
}

.client-logo img {
    -webkit-filter: drop-shadow(0px 2px 5px #22222269);
    filter: drop-shadow(0px 2px 5px #22222269);
}


.focus-section {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.focus-section .card {
    font-size: 1rem;
    border: 0;
}

.focus-section .card .card-body {
    color: var(--logo-secondary);
}

.focus-section .card .card-body .card-text {
    font-weight: 500;
}

.focus-section .card .card-image {
    position: relative;
}

.focus-section .card .card-image .image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background: var(--logo-secondary);
}

.focus-section .card .card-image:hover .image-overlay {
    opacity: 1;
}

.focus-section .card .text-img-over {
    position: relative;
}

.focus-section .card .text-img-over .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background: var(--logo-secondary);
}

.focus-section .card .text-img-over:hover .overlay {
    opacity: 1;
}

.focus-section .card .social-hover {
    color: var(--logo-primary);
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.focus-section .card .social-hover .fa-share-alt {
    color: var(--logo-primary);
}

.focus-section .card .social-hover .fa-share-alt:hover {
    color: var(--logo-primary);
}

.focus-section .card .hover-text {
    position: relative;
    text-align: center;
    color: var(--logo-secondary);
}

.focus-section .card .bottom-right-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--logo-primary);
    padding: 5px 10px 5px 10px;
    border-top-left-radius: calc(.25rem - 1px);
    font-size: 0.8rem;
    font-weight: 200;
    color: var(--blackish);
    z-index: 1;
}

.focus-section .card .bottom-right-tag a {
    color: var(--blackish);
    text-decoration: none;
}

.focus-section .card .bottom-right-tag a:hover {
    color: var(--black);
    text-decoration: underline;
}

.focus-section .card .sub-cat {
    font-weight: 600;
    font-size: 1rem;
}

.focus-section .card .sub-cat .bg-category {
    background: var(--logo-primary);
    color: var(--blackish);
}

.focus-section .card .sub-cat a {
    color: var(--logo-primary);
}

.focus-section .card .card-title {
    font-weight: 600;
    font-size: 1.3rem;
    color: var(--blackish);
}

.focus-section .card .card-footer {
    background: var(--logo-primary);
    color: var(--logo-secondary);
}

.focus-section .card .card-footer .card-footer__info {
    font-size: 1rem;
    font-weight: 300;
    position: relative;
}

.focus-section .card .read-more {
    position: absolute;
    right: 0;
    font-weight: 600;
}

.focus-section .card .read-more-1 {
    text-decoration: none;
    position: relative;
    color: var(--blackish);
}

.focus-section .card .read-more-1:hover {
    color: var(--logo-secondary);
    text-decoration: underline;
}

.focus-section .card .read-more-1:hover::after {
    transform: scaleX(1);
    transform-origin: right;
    color: var(--logo-secondary);
}

.focus-section .card .read-more-2 {
    text-decoration: none;
    position: relative;
    margin-right: 15px;
    color: var(--blackish);
}

.focus-section .card .read-more-2:hover {
    color: var(--logo-secondary);
    text-decoration: underline;
}

.focus-section .card .read-more-2:hover::after {
    transform: translate(3px, 0);
    transition: all 0.1s ease-in;
    color: var(--logo-secondary);
}

.focus-section .card .read-more-3 {
    text-decoration: none;
    position: relative;
    color: var(--blackish);
}

.focus-section .card .read-more-3:hover {
    color: var(--logo-secondary);
    text-decoration: underline;
}
