#whatsapp .wtsapp{
    position: fixed;
    transform: all .5s ease;
    background-color: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 70px;
    left: 20px;
    border: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#whatsapp .wtsapp i{
    margin-top: 10px;
}

#whatsapp .wtsapp:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
#whatsapp .wtsapp:focus{
    border: none;
    outline: none;
}
@keyframes pulse-border{
    0%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
    100%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.0); opacity: 0;}
}
/* Pages */
.page-content {
    min-height: 500px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #065085;
}

.section-title {
    padding-bottom: 30px;
}
.wrap-content {
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 40px;
    border-radius: 1rem;
    background-color: #f2f6f9;
}

.wrap-content ul {
    padding-left: 1.5rem;
}

.wrap-content ul li {
    list-style: disc;
    margin-bottom: 0.25rem;
}

/* VARIABLES */
:root {
    --c-dark: #212529;
    --c-light:#f8f9fa ;
    --c-primary: #0F294C;
    --c-secondary: #C39A6B;
    --font-base:
    --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease;
    /* font-size : calc(.7rem + (1vw));
    line-height:.8em;
     */


}

/*  */
body{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    line-height: 1.7;
    color: var(--c-light);

}
.whatsapp-float {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: -60px;
    bottom: 35px;
    z-index: 996;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff !important;
    background: #25d366;
    border: 2px solid #fff;
    font-size: 1.5rem;
    line-height: 1;
}

.whatsapp-float.active {
    visibility: visible;
    opacity: 1;
    left: 20px;
    transition: 0.5s cubic-bezier(0, 0, 0.5, 1.5);
}
h1, h2, h3, h4, h5, h6,
.h1, h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: var(--c-dark);
} 

a {
    text-decoration: none;
    color: var(--c-primary);
    transition: var(--transition);

}

a:hover {
    color: var(--c-secondary);
}

img {
    max-width: 100%;
    height: auto;
}

.section-padding {
    padding-top: 140px;
    padding-bottom: 140px;
}

/* NAVBAR */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--c-primary);

}

.navbar-nav .nav-link:hover {
    font-weight: 500;
    color: var(--c-secondary);

}

.navbar-nav .nav-link:active {
    color: var(--c-secondary);
}

/* BTN */
.button {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 24px ;
}

.btn-brand {
    background-color: var(--c-primary);
    border-color: var(--c-secondary);
    color: var(--c-light);

}

.btn-brand:hover {
    background-color: var(--c-secondary);
    border-color: var(--c-light);
    color: white;
}

.readMoreBtn {
    background-color: var(--c-primary);
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px; 
  }
  
  .readMoreBtn:hover {
    background-color: var(--c-secondary);
  }
  .readMoreBtnTwo {
    background-color: var(--c-primary);
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px; 
  }
  
  .readMoreBtnTwo:hover {
    background-color: var(--c-secondary);
  }

  .readMoreBtnThree {
    background-color: var(--c-primary);
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px; 
  }
  
  .readMoreBtnThree:hover {
    background-color: var(--c-secondary);
  }

  .readMoreBtnFour {
    background-color: var(--c-primary);
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px; 
  }
  
  .readMoreBtnFour:hover {
    background-color: var(--c-secondary);
  }

  .readMoreBtnFive {
    background-color: var(--c-primary);
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px; 
  }
  
  .readMoreBtnFive:hover {
    background-color: var(--c-secondary);
  }
/* hero */
#hero {
    background: linear-gradient(rgba(0, 0, 0, 0.507), rgba(0, 0, 0, 0.438)), url(/img/caterpillar-950g-bulldozer-wheel-loader-cat-950g-sunset-Copy.jpg);
    background-position: center;
    background-size: cover;
}

#hero-safety {
    background: linear-gradient(rgba(0, 0, 0, 0.507), rgba(0, 0, 0, 0.438)), url(/img/caterpillar-950g-bulldozer-wheel-loader-cat-950g-sunset.jpg);
    background-position: center;
    background-size: cover;
}

#hero-Green_Energy {
    background: linear-gradient(rgba(0, 0, 0, 0.507), rgba(0, 0, 0, 0.438)), url(/img/caterpillar-950g-bulldozer-wheel-loader-cat-950g-sunset.jpg);
    background-position: center;
    background-size: cover;
}

/* SICTION TITLE */

.section-title {
    margin-bottom: 40px;

}

.section-title .line {
    width: 60px;
    height: 4px;
    background-color: var(--c-primary);
    margin: 16px auto 24px auto;

}

.section-title .p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;


} 

/* Iconbox */

.iconbox {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--c-primary), 0.1); 
    color: var(--c-primary);
    font-size: 34px;
    


}

/* service */
.service {
    position: relative;
    overflow: hidden;
    z-index: 2;
    gap: 30px;
}

.service::after {
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(var(--c-primary-),0.2);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: var(--transition);

}

.service:hover::after{
    width: 100%;
    height: 100%;
    background: var(--c-primary);
    z-index: -1;
    }

    .service:hover h5,
    .service:hover p{
        color: white
    }

    .service:hover .iconbox {
        /* background-color: rgba(255, 255, 255, 0.2); */
        color: white;
    }

    .theme-shadow {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      }

/*  */
.service .text{
    font-size: smaller;
}

.service .text_two{
    font-size: smaller;
}

.service .text_three{
    font-size: smaller;
}

.service .text_four{
    font-size: smaller;
}

.service .text_five{
    font-size: smaller;
}
/*  */

.service .moreText{
    display: none;
}

.text.show-more .moreText{
    display: inline;
}

.service .moreTextTwo{
    display: none;
}

.text_two.show-moreTwo .moreTextTwo{
    display: inline;
}


.service .moreTextThree{
    display: none;
}

.text_three.show-moreThree .moreTextThree{
    display: inline;
}

.service .moreTextFour{
    display: none;
}

.text_four.show-moreFour .moreTextFour{
    display: inline;
}

.service .moreTextFive{
    display: none;
}

.text_five.show-moreFive .moreTextFive{
    display: inline;
}
/* OUR VALUES */

#values {
    background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(15, 41, 76, 0.73)),url(/img/future-building-construction-engineering-project.jpg);
    background-position: center;
    background-size: cover;
}

#vision-mission {
    background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(15, 41, 76, 0.73)),url(/img/civil-engineer-construction-worker-manager-holding-digital-tablet-blueprints-talking-planing-about-construction-site-cooperation-teamwork-concept.jpg);
    background-position: center;
    background-size: cover;
}

/* GALLERY */
.img-gallery {
    width: 80%;
    margin: 100px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
  }
  
  .img-gallery img {
    width: 100%;
    cursor: pointer;
  }
  
  .img-gallery img:hover {
    transform: scale(0.8) rotate(-15deg);
    border-radius: 20px;
    box-shadow: 0 32px 75px rgba(68, 77, 136, 0.2);
  }
  
  .full-img {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  
  .full-img img {
    width: 90%;
    max-width: 500px;
  }
  
  .full-img span {
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }

/* CONTACT US */
#contact-us {
    padding: 50px 0;
    background-color: #f9f9f9;
  }
  
  .contact-info h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .contact-info p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .contact-list {
    list-style: none;
    padding: 0;
  }
  
  .contact-list li {
    font-size: larger;
    margin-bottom: 15px;
  }
  
  .contact-list i {
    margin-right: 10px;
    color: var(--c-secondary);
  }

  /* FOOTER */
/* footer {
    padding-top: 120px;

}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



footer li,
footer p,
footer a{
color: rgba(255, 255, 255, 0.7);
}

footer ul {
    list-style: none;
    padding: 0;

}

footer .line {
    width: 40px;
    height: 4px;
    background-color: var(--c-primary);
    margin-top: 12px;
    margin-bottom: 24px;

}
*/
footer {
    background-color: var(--c-primary);
    padding: 4rem 0;
    color: white
}

footer .container {
    display: flex;
    color: var(--pure);
}

footer .box {
    flex: 1;
    margin-right: 2rem;
    text-align: center;
}

footer .instagram-api img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer .instagram-api .post-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .instagram-api .post-wrap>div {
    width: calc(1/3*100% - (1 - 1/3)*10px);
    margin-bottom: 10px;
}

footer .box ul {
    list-style-type: none;
}

footer .box ul li a {
    color: var(--pure);
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

footer .box ul li a:hover {
    color: var(--primary);
}

footer .box h3 {
    border-bottom: 1px solid var(--primary);
    padding-bottom: 1rem;
    margin-bottom: 4rem;
}

footer .box p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

footer .box ul li {
    margin-bottom: 1rem;
}

footer .box:nth-child(3)>div {
    display: flex;
    justify-content: center;
}

footer .box:nth-child(3) {
    text-align: left;
}

footer .box:nth-child(3) h3 {
    text-align: center;
}

footer .box:nth-child(3)>div img {
    margin-right: 1rem;
}

footer .box:nth-child(3) ul li {
    margin-bottom: 1.5rem;
}

footer.copyright {
    padding: 1rem 0;
    background: var(--secondary);
    color: var(--pure);
    text-align: center;
    font-size: 0.75rem;
}

footer.copyright a {
    color: var(--primary);
    text-decoration: none;
}

.nav-background .mobile-logo {
    padding: 1rem;
}

.nav-background .mobile-nav {
    padding: 1rem;
}

.nav-background .mobile-nav ul {
    list-style-type: none;
}

.nav-background .mobile-nav ul li {
    margin-bottom: 1rem;
}

.nav-background .mobile-nav ul li a {
    text-decoration: none;
    color: var(--secondary);
    font-family: 'Cairo', sans-serif;
}

.nav-background .mobile-nav ul li a:hover {
    color: var(--primary);
}

.nav-background .contact,
.nav-background .time {
    padding: 1rem;
    padding-left: 0;
}

.nav-background .contact img,
.nav-background .time img {
    margin-right: 1rem;
}

.nav-background .contact h5,
.nav-background .time h5 {
    font-family: 'Cairo', sans-serif;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.nav-background .contact h6,
.nav-background .contact h6 {
    font-size: 0.75rem;
}

.nav-background .cart {
    margin-bottom: 2rem;
}

.nav-background .cart a {
    color: var(--secondary);
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
}

.nav-background .cart img {
    margin-right: 0.75rem;
    width: 20px;
    height: 20px;
}

.social-icons {
    display: flex;
    justify-content: center;
  }
  
  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--c-secondary);
    margin: 5px;
    color: #fff;
    transition: background-color 0.3s ease;
  }
  
  .social-icon:hover {
    background-color:var(--c-primary);
    border-color: var(--c-secondary);
  }
  @media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

  @media (max-width:992px) {

  iframe {
    display: none;
    
    }
}
  
/*  Start Header */