/* start of common css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

.language {
    background: transparent;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

.language a {
    text-decoration: none;
    color: #fff;
}

h1 {
    font-size: 2rem !important;
}

/* end of common css */
/* start header code css */
.main-header {
    background: url('../imgs/equipment-list-and-sectors-and-projects-header-logo.png') no-repeat center center/cover;
    height: 70vh;
    width: 100%;
    position: relative;
}

.main-header .btm-bg {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.main-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #221E51;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 0;
}

.main-header .navbar {
    border-bottom: 1px solid #fff;
    padding: 0;
}

.main-header .nav-item {
    padding: 25px 10px;
}

.main-header .nav-item:hover {
    border-bottom: 2px solid #fff;
    padding: 25px 10px;
}

.main-header .navbar-nav .nav-link.active,
.main-header .nav-link {
    color: #fff;
}

.main-header .contact-us-btn {
    background: transparent;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

.main-header .navbar-expand-lg .navbar-nav {
    align-items: center;
}

.main-header .dropdown-toggle::after {
    display: none;
}

.main-header .navbar-brand {
    margin-right: 5rem;
}

.main-header .header-middle-content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%);
    color: #fff;
    font-size: 50px;
    width: 500px;
    text-align: center;
}

.main-header .header-middle-content .top-content {
    margin: 0;
    font-size: 45px !important;
    font-weight: bold;
}

.num-theirt {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: transparent;
    font-size: 55px;
}

.main-header .header-middle-content .btm-content {
    margin: 0;
    font-weight: 600;
    font-size: 30px;
}

.main-header .header-btm-content {
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    color: #fff;
    font-size: 23px;
    font-weight: 400;
}

.main-header .dropdown-menu {
    background: transparent;
    margin: 10px 0;
    border: 2px solid #fff;
}

.main-header .dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fff;
    color: #000 !important;
}

.main-header .dropdown-menu a {
    color: #fff;
}

@media(max-width:991px) {
    .main-header .header-middle-content {
        top: 67%;
    }

    .main-header .header-btm-content {
        bottom: 30px;
    }

    .main-header .nav-item,
    .main-header .nav-item:hover {
        padding: 10px;
    }

    .main-header .navbar-expand-lg .navbar-nav {
        margin: 0 auto;
    }

    .main-header .nav-link {
        text-align: center;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }
}

@media(max-width:767.9px) {
    .header-btm-content .content {
        text-align: center;
    }

    .main-header .header-middle-content {
        width: 100%;
    }

    .main-header .btm-bg img {
        width: 100%;
        height: 100%;
    }
}

/* end header code css */
.container {
    padding: 15px 0;
}

/* start of Capability section */
.capability-content-wrapper {
    position: relative;
    background: #F5F5F5;
}

.capability-content-wrapper::before {
    position: absolute;
    content: "";
    background-image: url("assets/imgs/sector-content.png");
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-position: right;
    z-index: -1;
}

.capability-content-wrapper .capability-wrapper h1,
.Sectors-wrapper h1 {
    border-left: 5px solid;
    padding: 0 10px;
    color: #212529;
}

.capability-content-wrapper .capability-wrapper .capability-top-sedcription {
    padding: 15px 0;
    color: #221E51;
    font-weight: 500;
    font-size: 15px;
}

.capability-content-wrapper .capability-wrapper .capability-btm-sedcription {
    color: #221E51;
    font-size: 15px;
}

.capability-content-wrapper .capability-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.capability-content-wrapper h3 {
    font-size: 15px !important;
}

.capability-content-wrapper .capability-wrapper {
    max-width: 60%;
}

.capability-content-wrapper .capability-section-one,
.capability-content-wrapper .capability-section-two,
.capability-content-wrapper .capability-section-three,
.capability-content-wrapper .capability-section-four {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.capability-content-wrapper .capability-icons img {
    margin-bottom: 10px;
}

.Sectors-wrapper {
    padding-top: 80px;
}

.Sectors-wrapper .Sectors-content-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Sectors-wrapper .Sectors-content-middle .residential-wrapper,
.Sectors-wrapper .Sectors-content-middle .commercial-wrapper,
.Sectors-wrapper .Sectors-content-middle .public-wrapper,
.Sectors-wrapper .Sectors-content-middle .compound-wrapper,
.Sectors-wrapper .Sectors-content-middle .hotels-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Sectors-wrapper .Sectors-content-btm .indusrial-wrapper,
.Sectors-wrapper .Sectors-content-btm .airports-wrapper,
.Sectors-wrapper .Sectors-content-btm .road-bridge-wrapper,
.Sectors-wrapper .Sectors-content-btm .energy-water-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Sectors-wrapper .Sectors-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    margin: 0 auto;
}

.Sectors-wrapper .Sectors-content-middle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.Sectors-wrapper .Sectors-content-btm {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

@media(max-width:1024px) {

    .capability-content-wrapper .capability-wrapper,
    .Sectors-wrapper .Sectors-content {
        max-width: 100%;
    }
}

@media(max-width:510px) {
    .capability-content-wrapper .capability-icons {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .Sectors-wrapper .Sectors-content-middle {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .Sectors-wrapper .Sectors-content-btm {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:400px) {
    .capability-content-wrapper .capability-icons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .Sectors-wrapper .Sectors-content-middle {
        display: grid;
        grid-template-columns: 1fr;
    }

    .Sectors-wrapper .Sectors-content-btm {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* end of Capability section */

/* start of footer */
.footer {
    background: #221E51;
    position: relative;
    padding: 25px 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer .footer-wrapper {
    display: grid;
    grid-template-columns: 10fr 1fr;
    padding: 25px 0;
}

.footer .footer-wrapper .footer-content {
    display: flex;
    gap: 30px;
}

.footer .footer-wrapper .footer-content .footer-about {
    display: flex;
    flex-direction: column;
    line-height: 35px;
}

.footer .footer-wrapper .footer-content .footer-service {
    display: flex;
    flex-direction: column;
    line-height: 35px;
}

.footer .footer-wrapper .footer-content .footer-contact-us {
    display: flex;
    flex-direction: column;
    line-height: 35px;
}

.footer .footer-wrapper .footer-logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer .footer-social-rights {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.footer .footer-social-rights .social-wrapper {
    margin: 15px 0;
}

@media(max-width:767.9px) {
    .footer .footer-wrapper {
        display: flex;
        flex-direction: column;
    }

    .footer .footer-wrapper .footer-content {
        flex-direction: column;
    }
}

@media(max-width:1120px) {
    .btm-bg img {
        width: 100%;
    }
}

/* end of footer */
.Sectors-wrapper .Sectors-content img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}

/* hover */
.capability-content-wrapper .capability-icons img,
.Sectors-wrapper .Sectors-content img {
    transition: all 0.3s ease-in-out;
}

.capability-content-wrapper .capability-icons img:hover,
.Sectors-wrapper .Sectors-content img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.social-wrapper a img {
    transition:all .2s ease-in-out;
}

.social-wrapper a img:hover {
    transform: scale(1.2);
}

.footer .social-wrapper img {
    margin: 0 5px;
    width: 30px;
}

@keyframes roll {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*  */