

* {
    --dark-teal: #1C345C;
    margin: 0;
    padding: 0;
}

.bg-shagayu {
    background-color: #1C345C !important;
}


body {
    display: flex !important;
    font-family: "Oswald", Helvetica, Arial, sans-serif!important;
    background-color: #1C345C ;
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    
}
/* .hero-font{
    font-family: 'ABeeZee',Helvetica,Arial,Lucida,sans-serif;
    font-family: 'ABeeZee',Helvetica,Arial,Lucida,sans-serif;
} */


.primary-btn-outline {
    background-color: #ffffff4f !important;
    color: var(--dark-teal) !important;
    border: 1px solid var(--dark-teal) !important;
    border-radius: 5%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.primary-btn-outline:hover {
    background-color: #1c335c63 !important;
    font-weight: bold !important;
}

.electrical-bg {
    background-image: url('./resources/electrical.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}


.construction-bg {
    background-image: url('./resources/construct5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-bg {
    background-color: #f1f8ff;
  }


.building-bg {
    background-image: url('./resources/building.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-bg {
    background-image: url('./resources/home7.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    /* font-size: 22px; */
    font-weight: bold;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 0;
    /* color: #054a85; */
  }
  
  .section-title p {
    margin-bottom: 0;
    font-size: 14px;
  }

/* TEAM MEMBER STYLE */

.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
  }
  
  .team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
  }
  
  .team .member .pic img {
    transition: ease-in-out 0.3s;
  }
  
  .team .member:hover img {
    transform: scale(1.1);
  }
  
  .team .member .member-info {
    padding-left: 30px;
  }
  
  .team .member h4 {
    /* font-weight: 700; */
    margin-bottom: 5px;
    /* font-size: 20px; */
    /* color: #05579e; */
  }
  
  .team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
  }
  
  .team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #bfe0fd;
    bottom: 0;
    left: 0;
  }
  
  .team .member p {
    margin: 10px 0 0 0;
    font-size: 13px;
  }
  
  .team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #ecf6fe;
    color: #0665b7;
  }
  
  .team .member .social a i {
    font-size: 14px;
    margin: 0 2px;
  }
  
  .team .member .social a:hover {
    background: #0880e8;
    color: #fff;
  }
  
  .team .member .social a+a {
    margin-left: 8px;
  }
  



/* END OF TEAM MEMBER STYLE */



/* .shagayu-fontsize{
    font-size: 0;
} */
.primary-btn {
    background-color: var(--dark-teal) !important;
    color: #dce0e7 !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5%;
}

.primary-btn:hover {
    font-weight: bold !important;
    background-color: #1b3666 !important;
}



.bg-shagayu-light {
    background-color: #8795AA !important;
}

.primary-text {
    color: var(--dark-teal) !important;
}

.b-shagayu {
    border-color: var(--dark-teal) !important;
}

.secondary-text {
    color: darkorange !important;
}

.hero-section {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    max-width: 100%;
    text-align: center;

}

#who-are-we {
    background-color: var(--dark-teal);
}



.hero-paragraph {
    font-size: 12px;
    font-weight: 500;
    color: #008000;
    
}
.hero {
    color:#008000;
}


.height-section {
    min-height: 80dvh !important;


}

.footer-logo {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#hero-btn-2:hover {
    font-weight: bold !important;
    translate: 3px 0;
    transition: translate 0.1s ease;

}

.verifier-card:hover {
    background-color: #8795AA;
    border: .5px solid var(--dark-teal);
    transition: all .1s ease-out;
}

.min-center-line {
    width: 10%;
    margin: auto 0px;
}

.bg-hover-light {
    backdrop-filter: blur(2px);
    opacity: 0.5;
}

.bg-hover-light:hover {
    background-color: #f8f9fa;
    transition: all 0.1s ease-in-out;

}

.line-break {
    width: 15%;
    margin: 0 auto;
    border-bottom: 5px solid darkorange;
}

.line-break-left {
    width: 10%;
    margin-left: 4px;
    border-bottom: 5px dashed var(--dark-teal);
}

.line-break-left-orange {
    width: 10%;
    margin-left: 4px;
    border-bottom: 5px dashed #008000;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 10;
    border: none;
    outline: none;
    background-color: var(--dark-teal);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

.back-to-top:hover {
    background-color: #366dce;
}

.highlighted {
    font-weight: bold;
    color: #008000;
    text-transform: capitalize !important;
}

.service-list-item {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staff-team-pro-list {
    list-style: none;
}

.glass-shagayu-top {
    background-color: #ffffff1e !important;
    border-color: #e9edf3 !important;
    border-width: 1px !important;
}

.subscribe-input {
    max-width: 50%;
    ;
}

.active-link {
    color: #008000 !important;
}

a {
    text-decoration: none !important;
    color: inherit;
}

.footer-link-item {
    text-decoration: none !important;
    cursor: pointer !important;
}

.footer-link-item:hover {
    border-bottom: 1px solid darkorange;
}

#contact-us-btn:hover {
    color: var(--dark-teal) !important;
}

#heading-bar {
    transition: all 0.5s ease-in !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


@keyframes border-animate {}


.carousel-item {
    padding: 15px;
    cursor: -webkit-grabbing;
}

.carousel-item img {
    border-radius: 30px;
    height: 500px;

    box-shadow: 0px 5px 5px rgba(0, 0, 0, .21);
    transition: .25s linear;
}

.carousel-item img:hover {
    transform: translatey(-1%);
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 2px;
    position: relative;
    top: 30px;


}

.carousle-indicator .active {
    background: #fff;

}


@media only screen and (max-width: 650px) {
    .subscribe-input {
        max-width: 95%;
    }

}




.carousel-control-prev {
    left: -50px;
    margin: 0 -25px;
}

.carousel-control-next {
    right: -50px;
    margin: 0 -25px;
}

.service-icon {
    font-size: 48px;
    color: #1C345C;
}

.service-img {
    width: 75px !important;
    height: 75px !important;
}

.scroll_container {
    height: 100px;
    width: 400px;
    display: flex;
    align-items: center;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    height: 20%;
}

.scroll_container_sub {
    height: 100px;
    min-width: 230px;
    float: none;
    display: inline-block;
    zoom: 1;
    margin: 10px;
    border: solid 1px transparent;
    border-radius: 15px;
    background-color: #fff;
}




.row-fluid .col-md-4 {
    display: inline-block;
}

.dotted{
    border: 1px dotted black;
}

.card {

    border: 1px dotted #b63d3d;
}

.font {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size:12px;
    color: #666;
    font-weight:500;
                            
}
.headfont{
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;  
}

.electricalfont{
    font-family: 'ABeeZee',Helvetica,Arial,Lucida,sans-serif;
    line-height: 2.2em;
}
