/* start of common css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    direction: rtl;
}

.language {
    background: transparent;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}

.language a {
    text-decoration: none;
    color: #fff;
}

h1 {
    font-size: 2rem !important;
}

.project-content {
    padding: 0 40px;
}

.main-projects-page-wrapper {
    background: #F5F5F5;
}

/* 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-left: 5rem;
}

.m-left {
    margin-left: auto!important;
}

.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;
    text-align: right;
}

@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;
}

.btm-bg img {
    width: 100%;
}

/* start of projects page wrapper */
.main-projects-page-wrapper .project-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 30px 0;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 10%);
    padding: 15px;
    border-radius: 15px;
}

.main-projects-page-wrapper .all-project-name {
    border-right: 3px solid;
    padding-left: 10px;
    padding: 5px 10px;
    margin: 10px 0 0 0;
}

.main-projects-page-wrapper .all-project-name h1 {
    color: #221E51;
    font-weight: bold;
}

.main-projects-page-wrapper .project-img img {
    width: 100%;
    border-radius: 5px;
}

.main-projects-page-wrapper .project-content p {
    margin: 7px 0 3px 0 !important;
    color: #221E51;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

@media(max-width:1024px) {
    .main-projects-page-wrapper .project-wrapper {
        display: flex;
        flex-direction: column;
    }

    .project-content {
        padding: 0;
    }
}

/* end of projects page wrapper */

/* 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;
    left: 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;
    }
}

/* end of footer */

.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);
    }
}

p {
    line-height: 30px !important;
    font-weight: 400 !important;
}