@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/TheSans-Bold.otf');

}

.tajawal {
    font-family: 'Tajawal', sans-serif;
}


body {
    /* 16px */
    font-size: 1.6rem;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}

div, span, h1, h2, h3, h4, h5, h6, ul, a, button {
    font-family: 'Tajawal', sans-serif;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffffff1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader-text {
    font-size: 20px;
}


*,
::after,
::before {
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #777
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Hide overflow when preloader is active */
body.preloader-active {
    overflow: hidden;
}


.topNav {
    padding: 30px 0;
    background: #B11917;
}

.topNav .contact .img {
    width: 55px;
    margin: -20px 7px 0 0;
}

.info {
    position: relative;
    display: inline-block;
}

.info div {
    color: white;
    font-size: 14px;
    margin-top: 5px;
}

.navbar-inverse {
    background-color: #22222238;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    padding: 20px 30px;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: transparent;
    border-bottom: 2px solid white;
}

.header-social {
    width: 200px;
    display: flex !important;
}

.header-social a {
    padding: 20px 10px !important;
}

.header-contact {
    background-color: white;
}

.header-contact a {
    color: black !important;
    font-size: 14px;
}

.navbar {
    margin-bottom: 0;
}

#banner {
    margin-top: -65px;
    min-height: 100vh;
}

#banner .mainTitle {
    margin-top: 20%;
    font-size: 16px;
    background: rgba(4, 28, 55, 0.53);
    border-left: 4px solid #FFB629;
    color: white;
    padding: 5px 10px;
    max-width: max-content;
}

#banner .subTitle {
    font-size: 45px;
    font-weight: bold;
    color: white;
}

.btn-primary {
    width: 160px;
    height: 50px;
    color: black;
    background: #B11917;
    border: hidden;
    border-radius: 0;
    background-image: url('../../icons/Button.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-danger {
    color: white;
    border: hidden;
    border-radius: 0;
    background: #B11917;
    height: 50px;
}

.bg {
    color: white !important;
    background: #B11917 !important;
}


.btn-info {
    color: black;
    border: hidden;
    border-radius: 0;
    height: 50px;
    background-color: white;
}

.btn-calc {
    color: black;
    border: hidden;
    border-radius: 0;
    height: 50px;
    background: linear-gradient(45deg, #FFB629, #FFDA56, #FFD7A6);
}

.hidden {
    display: none;
}

.hidden-xs {
    display: block;
}


.calc-forms .col-md-1, .calc-forms .col-md-2, .calc-forms .col-md-3, .calc-forms .col-md-4 {
    padding: 0 5px;
}

.calc-forms form {
    margin-top: 20px;
}

.calc-forms input, .calc-forms select {
    height: 50px;
    border-radius: 0;
    color: #fff;
    background-color: #d7d7d717;
    border: 1px solid white;
    text-align: center;
}

.calc-forms input::-webkit-input-placeholder {
    color: #fff;
}

.sdiv .line{
    margin-top: 12px;
    position: relative;
    right: -1px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 20px;
    left: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}



.calculation {
    background: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    padding: 40px 20px;
}

#what_we_do {
    margin: 7rem 0;
}

#what_we_do h1 {
    margin: 0;
    font-size: 20px;
}

#what_we_do .col-md-6 {
    min-height: 260px;
}

#what_we_do img {
    width: 50%;
}

#what_we_do .mainTitle {
    font-size: 14px;
    text-align: left;
    background: #E8E8E8;
    border-left: 4px solid #FFB629;
    padding: 5px 10px;
}

#what_we_do .subTitle {
    font-size: 35px;
    font-weight: bold;
}

#what_we_do .desc {
    text-align: justify;
}

#what_we_do .bl {
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}

#why_us {
    margin: 7rem 0 2rem 0;
}

#why_us .mainTitle {
    font-size: 14px;
    text-align: left;
    background: #E8E8E8;
    border-left: 4px solid #FFB629;
    padding: 5px 10px;
}

#why_us .subTitle {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

#why_us .desc {
    font-size: 14px;
    color: #666C89;
    margin-bottom: 20px;
}

#why_us .st {
    font-size: 18px;
    color: #666C89;
    margin-bottom: 10px;
}

#why_us img {
    max-width: 100%;
}


#why_us .why_us_info {
    background-color: white !important;
    margin-top: -20%;
    display: inline-block;
    padding: 10%;
}


#statistics {
    margin-bottom: 7rem;
}

#statistics .col-md-6 {
    padding: 30px 0;
    border: 1px solid #ececec;
}

#statistics .mainTitle {
    font-size: 18px;
}

#statistics img {
    margin-top: -5px;
    margin-right: 10px;
    margin-left: 10px;
}

.bl2 {
    text-align: left;
}

#statistics .num {
    font-size: 50px;
    font-weight: bold;
}

#services .mt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

#services .service {
    height: 350px;
    margin: 0 10px;
    padding: 10px;
    min-height: 350px;
    max-height: 350px;
}


#services .service .mainTitle {
    font-size: 14px;
    font-weight: bold;
    color: white !important;
}

#services .service .desc {
    font-size: 14px;
    color: #FFB629 !important;
    text-align: justify;
    max-height: 100px;
    overflow: auto;
}

#services .content {
    min-height: 150px;
    padding-top: 170px !important;
}

#services .sm {
    max-width: 100%;
    margin-top: -225px;
}

#partners {
    padding: 7rem 0;
    background: #F8F8F8;
}

#partners .subTitle {
    font-size: 12px;
    text-align: left;
    background: #E8E8E8;
    border-left: 4px solid #FFB629;
    padding: 5px 10px;
}

#partners .mainTitle {
    font-size: 24px;
    text-align: center !important;
    font-weight: bold;
    margin-bottom: 40px;
}

#partners .p-mg {
    max-width: 150px;
    margin: auto;
    max-height: 40px;
}


#blogs {
    margin: 7rem 0;
}

#blogs .subTitle {
    font-size: 12px;
    text-align: left;
    background: #E8E8E8;
    border-left: 4px solid #FFB629;
    padding: 5px 10px;
}

#blogs .mainTitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center !important;
}

.blog {
    border-top: 1px solid #c2c2c2;
    padding: 30px 0;
}

.m-auto {
    margin: auto !important;
}

.blog-img {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

#blogs .c-img {
    max-width: 100%;
}

#blogs .day {
    font-weight: bold;
    font-size: 34px;
}

#blogs .month {
    font-weight: bold;
    font-size: 12px;
}

#blogs .content {
    height: 200px;
    max-height: 200px;
    text-align: justify;
    overflow: auto;
}


#blogs .bl {
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}


#contact {
    padding: 10rem 2rem !important;
}

#contact .mainTitle {
    font-size: 14px;
    background: rgba(215, 215, 215, 0.53);
    border-left: 4px solid #FFB629;
    color: white;
    padding: 5px 10px;
    max-width: max-content;
}

#contact .subTitle {
    font-weight: bold;
    font-size: 30px;
}

#contact .desc {
    font-size: 16px;
    max-width: 80%;
    text-align: justify;
}


#contact .st img {
    margin-top: -23px;
    width: 50px;
}

#contact .st .info {
    position: relative;
    display: inline-block;
    margin-top: 23px;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid white;
    border-radius: 0;
    text-align: left;
    margin: 20px 0;
    min-height: 50px;
}

#contact form ::-webkit-input-placeholder {
    color: #fff;
}

#contact .submit {
    color: black;
    border: hidden;
    border-radius: 0;
    height: 50px;
    width: 250px;
    background: linear-gradient(45deg, #FFB629, #FFDA56, #FFD7A6);
}


#end img {
    max-width: 100%;
}


.footer-header {
    background-color: #2A2A2A;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.footer-header .ts {
    margin-top: 40px;
}

.footer-header .logo {
    padding: 30px;
    background-color: #181818;
}


.footer-header2 {
    background-color: #181818;
    padding: 30px 0;
    color: white;
}


.footer-header2 .desc {
    max-width: 80%;
    text-align: justify;
}

.footer-header2 .st img {
    margin-top: -23px;
    width: 50px;
}

.footer-header2 .st .info {
    position: relative;
    display: inline-block;
    margin-top: 23px;
}

.footer-header2 a {
    color: white;
    font-size: 12px;
}

.logo-mobile {
    display: none;
}


.footer-header2 .submit {
    color: black;
    border: hidden;
    border-radius: 0;
    height: 35px;
    width: 80px;
    margin-right: 5px;
    background: linear-gradient(45deg, #FFB629, #FFDA56, #FFD7A6);
}


.footer-header2 input,
.footer-header2 textarea {
    background: transparent;
    border: 1px solid white;
    border-radius: 0;
    text-align: left;
    margin: 0 0 10px 0;
    min-height: 50px;
}

.footer-header2 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}

.footer-header2 .bt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #4d4d4d;
}

.show-xs {
    display: none;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: black;
    background-color: #ffca22;
}


.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    font-size: 14px !important;
}

#blogs h1 {
    color: black;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .topNav {
        text-align: center;
    }

    #blogs h1 {
        font-size: 17px;
        text-decoration: none !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
        font-size: 14px !important;
    }


    .bl2 {
        text-align: center;
    }

    .bl2 h3 {
        text-align: center;
    }

    .bl2 div {
        text-align: justify !important;
    }

    .hidden-xs {
        display: none;
    }

    .topNav .logo {
        width: 75px;
    }

    .topNav .contact {
        display: none;
    }

    #banner {
        background-position: center !important;
    }

    #banner .mainTitle {
        margin-top: 35%;
        font-size: 12px;
    }

    #banner .subTitle {
        font-size: 25px;
        margin: 20px 0;
    }

    .calc-forms input, .calc-forms select {
        margin-bottom: 10px;
    }

    #what_we_do {
        margin: 4rem 0;
    }

    #what_we_do .subTitle {
        font-size: 20px;
    }

    #what_we_do img {
        width: 50px;
    }

    #what_we_do .col-md-6 {
        min-height: auto;
        margin-bottom: 28px;
        border-bottom: 1px solid #d4d4d4;
        padding-bottom: 20px;
    }

    #why_us {
        margin: 0rem 0 2rem 0;
    }

    #why_us .mainTitle {

    }

    #why_us .why_us_info {
        margin-top: 0;
    }

    #why_us .subTitle {
        font-size: 20px;
        margin: 20px 0;
    }

    #why_us .desc {
        text-align: justify;
    }

    #why_us .st {
        font-size: 14px;
    }

    #why_us .st img {
        width: 50px;
    }

    #statistics .num {
        font-size: 30px;
    }

    #statistics .mainTitle {
        font-size: 14px;
    }

    #statistics {
        margin: 0;
    }

    #services .service {
        background-position: bottom;
    }

    #services .sm {
        margin-top: -190px;
        height: 200px;
    }

    #blogs {
        margin: 2rem 0;
    }

    .blog div {
        text-align: center;
    }

    .blog-img {
        text-align: center;
        margin: 0 auto 20px auto;
        max-width: 80%;
    }

    #blogs .details {
        text-align: left;
    }

    #blogs .c-img {
        width: 50px;
    }

    #blogs h3 {
        font-size: 18px;
        font-weight: bold;
    }

    #blogs .content {
        max-height: 150px;
        height: 150px;
        text-align: justify;
    }

    .navbar-inverse {
        background-color: transparent;
    }

    #contact {
        padding: 20px !important;
    }

    #contact .subTitle {
        font-size: 20px;
    }

    #contact .desc {
        max-width: 100%;
    }

    .end {
        display: none;
    }

    .footer-header {
        display: none;
    }

    .footer-header2 .desc {
        max-width: 100%;
        text-align: center;
    }

    .footer-header2 a {
        font-size: 14px;
    }

    .footer-header2 p {
        text-align: center;
    }

    .footer-header2 .st .col-md-12 {
        text-align: center;
    }

    .footer-header2 .st .info {
        text-align: left;
    }

    .show-xs {
        display: block;
        text-align: center;
        margin: 20px;
        font-size: 20px;
        font-weight: bold;
    }

    .subscribe-form {
        max-width: 80%;
        margin: auto;
        text-align: center;
    }

    .footer-header2 .bt {
        font-size: 12px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header,
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background: #b11917;
        border: none !important;
    }

    .logo-mobile {
        display: inline-block;
        width: 57px;
        margin-top: 11px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .navbar .container {
        background: #b11917;
        margin-top: 0px;
    }
}
