﻿
/*Start Root*/
:root {
    --main-color: #A6312F;
    --second-color: #2B83FD;
}
/*End Root*/


/*Start Global*/
@font-face {
    font-family: 'Bahij_TheSansArabic-Bold';
    src: url('../fonts/Bahij_TheSansArabic-Bold.ttf') format('truetype');
}




* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:visited, a:hover {
    text-decoration: none
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p {
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Bahij_TheSansArabic-Bold' !important;
}

.TahomaFonts {
    font-family: Tahoma !important
}

.img-reponsive {
    max-width: 100%;
    max-height: 100%
}

.text-center {
    text-align: center
}


.lnkWhatsapp, .lnkWhatsapp:visited {
    background-color: #25D366;
    box-shadow: 4px 4px 10px #1d1d1d;
    transition: all .5s ease-in-out;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: inline-block;
    font-size: 40px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    z-index: 5000;
    animation-name: whatsapp_animation;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    animation-duration: .9s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

    .lnkWhatsapp:hover {
        transition-duration: .2s;
        animation-play-state: paused;
        width: 70px;
        height: 70px;
        font-size: 45px;
        padding: 5px;
        color: #fff;
    }

@keyframes whatsapp_animation {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(25px);
    }
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-50 {
    margin-bottom: 25px;
}

.margin-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media only screen and (max-width: 575px) {
    .hidden-xs {
        display: none !important;
    }

    .center-xs {
        text-align: center;
    }

    .margin-center-xs {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
        background-color: green
    }

    .center-sm {
        text-align: center;
    }

    .margin-center-sm {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
        background-color: blue;
    }

    .center-md {
        text-align: center;
    }

    .margin-center-md {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }

    .center-lg {
        text-align: center;
    }

    .margin-center-lg {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-xl {
        display: none !important;
    }

    .center-xl {
        text-align: center;
    }

    .margin-center-xl {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.section_title {
    color: #000
}

.section_suptitle {
    color: #22262A
}

.section_title, .section_suptitle {
    text-align: center;
}

/*Start border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    justify-content: center;
    margin: 50px 0px;
}

.paginationli {
    display: inline;
}

.pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}

.pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.pagination li.active a {
    background-color: var(--main-color);
    color: #fff;
}

.pagination li:hover:not(.active) {
    background: #ddd;
}
/*End border-pagination */

/*Start Main Nav*/
#main_nav {
}

    #main_nav .container .row > div > div {
        height: 85px;
        display: flex;
        align-items: center;
    }

        #main_nav .container .row > div > div p {
            margin: 0px
        }

        #main_nav .container .row > div > div a,
        #main_nav .container .row > div > div a:hover,
        #main_nav .container .row > div > div a:visited {
            color: #000
        }

@media(max-width:768px) {
    #main_nav .container .row > div > div {
        height: auto
    }
}
/*End Main Nav*/
/*Banner*/
#main_banner .owl-nav button {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    font-size: 28px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .9;
}

    #main_banner .owl-nav button.owl-prev {
        right: 50px;
    }

    #main_banner .owl-nav button.owl-next {
        left: 50px;
    }


#main_banner .banner_form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#main_banner .banner_image {
    max-width: 100%;
    max-height: 80vh
}

#main_banner .banner_form a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
}

@media(max-width:560px) {
    #main_banner .banner_form h1 {
        font-size: 20px;
    }

    #main_banner .banner_form p {
        font-size: 12px;
    }

    #main_banner .owl-nav button {
        width: 40px;
        height: 40px;
    }

        #main_banner .owl-nav button.owl-prev {
            right: 20px;
        }

        #main_banner .owl-nav button.owl-next {
            left: 20px;
        }
}
/*Banner*/

/*Previous Work*/
#previous_work {
    margin: 70px 0px;
}

    #previous_work .row {
        margin-top: 50px;
    }

    #previous_work .previous_work_item {
        position: relative;
    }

        #previous_work .previous_work_item a {
            position: absolute;
            display: none;
            bottom: 10px;
            left: 5px;
            background-color: #fff;
            color: #000;
            padding: 5px 10px;
            width: 160px;
            text-align: center;
            transition: all .5s ease-in-out
        }

        #previous_work .previous_work_item img {
            transition: all .5s ease-in-out;
            margin: 5px 0px;
        }

        #previous_work .previous_work_item:hover a {
            display: block
        }

        #previous_work .previous_work_item:hover img {
            filter: brightness(0.5);
        }

@media(max-width:576px) {
    #previous_work .previous_work_item {
        text-align: center;
    }
}
/*Previous Work*/
/*Customer*/
#our_constomer #our_cusomter_carousel .item {
    margin: 0px 10px;
}

#our_constomer .owl-theme .owl-dots .owl-dot span {
    background-color: #A1A1A1;
}

#our_constomer .owl-theme .owl-dots .owl-dot.active span {
    background-color: #2D60A5;
    transform: scale(1.8);
}

/*Customer*/
/*Profile*/
#profile {
    background: linear-gradient(to right,#C6E4FC,#E9F6FF);
    padding: 40px 0px;
    margin-top: 75px;
}

    #profile a {
        background-color: #000;
        color: #fff;
        display: inline-block;
        width: 130px;
        text-align: center;
        padding: 5px 0px;
    }

    #profile p:first-of-type {
        margin: 0px;
    }
/*Profile*/
/*Main Footer*/
#main_footer {
    background-color: #F2F8FC;
    padding-top: 100px;
}

    #main_footer #footer_head p {
        color: #22262A;
        font-size: 15px;
    }

    #main_footer #footer_head h3 {
        margin-bottom: 20px;
    }

    #main_footer #footer_head form button {
        border: none;
        background-color: #fff;
    }

    #main_footer #footer_head form input {
        border: none;
    }

    #main_footer #footer_links {
        padding: 45px 0px;
    }

        #main_footer #footer_links #footer_links_info {
            padding: 10px 0px;
        }

            #main_footer #footer_links #footer_links_info a {
                color: #000;
            }

            #main_footer #footer_links #footer_links_info ul:first-of-type {
            }

            #main_footer #footer_links #footer_links_info ul:last-of-type {
                margin-top: 20px;
            }

                #main_footer #footer_links #footer_links_info ul:last-of-type li a {
                    padding: 0px 4px;
                    color: #000;
                }

        #main_footer #footer_links .link_item ul {
            margin-top: 15px;
        }

            #main_footer #footer_links .link_item ul li {
                margin: 8px 0px;
            }

        #main_footer #footer_links .link_item a {
            color: #22262A
        }

    #main_footer #footer_info {
        background-color: #E7F5F8;
        text-align: center;
        padding: 15px 0px;
    }

        #main_footer #footer_info p {
            margin: 0px
        }

@media(max-width:576px) {
    #main_footer #footer_links .link_item ul, #main_footer #footer_links .link_item {
        text-align: center;
    }

    #main_footer #footer_links #footer_links_info {
        text-align: center;
        width: 100%;
    }

        #main_footer #footer_links #footer_links_info ul:last-of-type {
            justify-content: center;
        }
}
/*Main Footer*/
/*Right to left*/
body.rtl {
    direction: rtl;
    text-align: right
}

    body.rtl .input-group > .input-group-append > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
/*Right to left*/
