/* 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;
}

.contact-us-page-wrapper {
    background: #F5F5F5;
}

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-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 contact us page wrapper */
.contact-us-page-wrapper .contact-us-img img {
    width: 75%;
    height: 75%;
}

.contact-us-page-wrapper .contact-us-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-us-page-wrapper .contact-us-img {
    display: flex;
    justify-content: end;
}

.contact-us-page-wrapper .contact-us-title a {
    color: #221E51;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.contact-us-page-wrapper .adress-wrapper {
    padding: 7px 0;
}

@media(max-width:767.9px) {
    .contact-us-page-wrapper .contact-us-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .contact-us-page-wrapper .contact-us-img img {
        width: 100%;
        height: 100%;
        margin: 15px 0;
    }
}

/* end of contact us 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;
    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;
    }
}

/* end of footer */


.contact-us-page-wrapper .adress-wrapper img {
    width: 30px;
    padding-left: 10px;
    filter: none;
    -webkit-transform: scale(1.01);
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.contact-us-page-wrapper .adress-wrapper img:hover {
    filter: drop-shadow(0px 0px 2px #06032b);
    -webkit-transform: scale(1.01);
    cursor: pointer;
}

.email img {
    width: 30px;
    padding-left: 10px;
    filter: none;
    -webkit-transform: scale(1.01);
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.email img:hover {
    filter: drop-shadow(0px 0px 2px #221e51);
    -webkit-transform: scale(1.01);
    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);
    }
}





.form-wrapper {
    background: #F5F5F5;
    padding: 30px 0;
}

.form-wrapper main {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 0.5;
    max-width: 50%;
    border-radius: 10px;
    background-color: #221E51;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
    padding: 2rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1rem;
    margin: 0 auto;
}

.form-wrapper main h1 {
    color: #fffff4;
    padding: 1rem 0 3rem 0;
}

.form-wrapper form {
    width: 100%;
}

.form-wrapper .input-box {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    position: relative;
}

.form-wrapper .input-box input {
    width: 100%;
    padding: 0.4rem 0.2rem;
    font-size: inherit;
    color: #fff;
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-family: inherit;
}

.form-wrapper .input-box label {
    color: #fff;
    position: absolute;
    top: 30%;
    pointer-events: none;
    transition: 0.5s;
}

.form-wrapper .input-box input:focus+label,
.form-wrapper .input-box input:valid+label {
    top: -20px;
    color: #fff;
    font-size: 12px;
    /* background-color: #fff; */
    padding: 2px 5px;
}

.form-wrapper .submit-button {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0.6rem 1.2rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
    transition: 0.5s;
    margin-top: 3rem;
    letter-spacing: 2px;
    background-color: rgb(45, 45, 45);
}

.form-wrapper .submit-button:hover {
    background: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 0 25px #03e9f4;
}

.form-wrapper .submit-button span {
    position: absolute;
    display: block;
}

.form-wrapper .submit-button span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #fff);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.form-wrapper .submit-button span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #fff);
    animation: btn-anim2 1s linear infinite 0.25s;
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.form-wrapper .submit-button span:nth-child(3) {
    bottom: 0;
    height: 2px;
    width: 100%;
    right: -100%;
    background: linear-gradient(to left, transparent, #fff);
    animation: btn-anim3 1s linear infinite 0.5s;
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.form-wrapper .submit-button span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, transparent, #fff);
    animation: btn-anim4 1s linear infinite 0.75s;
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

@media(max-width:991px) {
    .form-wrapper main {
        max-width: 100%;
        margin: 0 20px;
    }
}
@media(max-width:767.9px) {
    .footer .footer-bg img {
        width: 100%;
    }
}

p {
    line-height: 30px !important;
    font-weight: 400 !important;
}