/* 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;
}

/* end of common css */
/* start header code css */
.main-header {
    background: url('../imgs/service-header-bg.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%;
    }

    .btm-bg img {
        width: 100%;
        height: 100%;
    }
}

/* end header code css */
/* start of service content */
.service-top-content,
.service-main-content-imgs-wrapper {
    background: #F5F5F5;
}

.service-top-content h1 {
    font-size: 45px;
    font-weight: 700;
    padding: 15px 0;
    color: #221E51;
}

.service-top-content .content-description {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    color: #221E51;
}

.service-top-content .content-description {
    margin-bottom: 0 !important;
}

/* end of service content */
/* start of service main content */
.service-main-content-imgs-wrapper .main-content-imgs-wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.service-main-content-imgs-wrapper .main-content-imgs-wrapper .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.service-main-content-imgs-wrapper .description {
    opacity: .7;
}

/* end of service main content */
/* start of media for all page */
@media(max-width:767.9px) {

    .service-main-content-imgs-wrapper .main-content-imgs-wrapper,
    .service-top-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

/* end of media for all page */
/* 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 */

.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;
}

.imgs-wrapper img {
    mix-blend-mode: darken;
}