body{
    font-family: 'Neo Sans Arabic', sans-serif;
}
body:lang(ar){
    direction: rtl;
}
/*navbar*/
.btn_menu{
    color: #fff;
    background-color: #e4514c;
    padding: 5px 32px;
    border: 1px solid #e4514c !important;
    font-size: 19px;
}
.btn_menu:hover{
    color: #e4514c;
    background-color: #fff;
}
.nav-item:hover .nav-link{
    color: #e4514c;
}
.nav-item .nav-link{
    /*color: #9f9898; */
    color: #faf3eb;
    font-weight: 500;
    font-size: 17px;
}
@media (min-width: 992px) {
    .carousel-img {
        height: 720px;
    }
    .top_logo{
        width: 100px;
    }
    .paragraph{
        font-size: 16px;
        /*font-weight: 500;*/
    }
    .slider_btn{
        margin-top: 80px;
    }
    .why_us_div2{
        padding: 40px 145px 20px 30px;
    }
}
@media (min-width: 767px) {
    .about_us{
        padding:60px;
    }
    .content_div img{
        width: 570px;
    }
    .slider_btn{
        padding: 5px 40px;
        font-size: 24px;
    }
    .why_us_div2{
        height: auto;
    }
    .why_us_div11{
        width: 30%;
    }
    .why_us_div22{
        width: 80%;
        margin-right: -10%;
    }
}
@media (max-width: 991px) {
    .top_logo {
        width: 75px;
    }
    .paragraph{
        font-size: 14px;
    }
    .project_div img{
        width: 50px;
    }
    .contact_div{
       font-size: 12px;
    }
    .email_btn{
        padding: 10px !important;
        font-size: 15px !important;
    }
    .subscribe_btn{
        font-size: 15px !important;
    }
}
@media (max-width: 767px) {
    .slider_btn{
        padding: 5px 24px;
        font-size: 12px;
        margin-top: 12px;
    }
    .about_us{
        padding:25px;
    }
    .content_div img{
        width: 150px;
    }
    .why_us_div2{
        padding: 40px 15px 20px 15px;
    }
    .why_us_div1{
        height: 240px !important;
        padding: 20px !important;
    }
    .why_us h3{
        font-size: 22px !important;
    }
    .bottom_footer{
        font-size: 12px;
    }
    .carousel-img {
        height: 170px;
    }
    .project_div{
        height: 250px !important;
    }
    .why_us_div1 img{
        width: 65px !important;
    }
    .why_us h1{
        font-size: 60px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .content_div img{
        width: 400px;
    }
    .slider_btn{
        margin-top: 35px;
    }
    .why_us_div1{
        padding: 40px !important;
        height: 300px !important;
        margin-top: 30px !important;
    }
    .why_us_div2{
        padding: 40px 80px 20px 10px;
    }
    .carousel-img{
        height: 300px;
    }
    .social-1 {
        padding: 2px !important;
    }
    .why_us h1{
        font-size: 50px !important;
    }
}
.dropdown-menu[data-bs-popper]{
    left: 30px !important;
    display: none;
}
.dropdown:hover .dropdown-menu {display: block;}
.dropdown-menu li:hover a{
    color: #e4514c;
}
.dropdown-menu{
    text-align: right !important;
    background-color: #1f2123;
}
.dropdown-menu li a{
    color: #9f9898;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
.paragraph{
    color: #797878;
}
.dropdown-toggle:lang(ar)::after{
	margin-right:.255em;
	margin-left:0;
}
.breadcrumb-item+.breadcrumb-item:lang(ar) {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item:lang(ar)::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    padding-right:0;
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.about_us .section_title{
	color:#faf3eb;
}
.section_title{
    /*color: #848485;*/
    color: #5c5c5c;
    font-weight: 500;
}
.searchArea:lang(en){
    right: 8px;
    left:inherit;
}
.searchArea {
    margin-top: 85px;
    position: absolute;
    z-index: 999;
    left: 8px;
    /*min-width: 336px;*/
    min-width: 315px;
    padding: 4px;
    background: var(--red-main);
}
#searchkey:lang(en){
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#searchkey {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#button-addon1:lang(en) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#button-addon1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #6f787e;
}
.bottom_footer{
    background-color: #848a95;
    padding: 13px;
    text-align: center;
}
.footer{
    background-color: #282828;
    padding: 40px;
    color: #fff;
}
.nav-item{
    padding: 0 8px;
}

.fixed_header{
    position: fixed;
    z-index: 999;
    /*top: 0;*/
    width: 100%;
    background-color: #fff !important;
}
#btn-back-to-top.open{
    bottom: 20px;
}
#btn-back-to-top {
    position: fixed;
    bottom: 105%;
    right: 20px;
    width: 60px;
    height: 60px;
    display: none;
    background-color: #e4514c;
    color: #fff;
    z-index: 999;
    transition: 1s ease;
}
#btn-back-to-top:hover{
    box-shadow: 0 0 3px 2px #848a95;
}
.page-top{
    background-color: #1f2123;
}
.about_us{
    background-color: #1f2123;
}
.services_btn{
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    color: #fff;
    background-color: #e4514c;
    font-size: 20px;
}
.services_btn:hover{
    color: #fff;
    background-color: #848485;
}
.about_us_content{
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 2px 2px;
    /*height: 270px;*/
}
.about_us_content p{
    text-align: right;
}
.about_us_content img{
    background-color: #e4514c;
    /*padding: 20px;*/
    margin: auto;
    /*border-radius: 50%;*/
}
.about_us_content h5{
    color: #faf3eb;
    margin-top: 12px;
}
.about_us_content hr{
    color: #e4514c;
    border: 0;
    border-top: 4px solid;
    opacity: 1;
    width: 30%;
    margin: 1rem auto;
}
.content_div:lang(en){
	 right:inherit;
	 left: 15%;
}
.content_div{
    position: absolute;
    top: 0;
    top: 35%;
    right: 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.content_div img{
    background: #dbdbdb94;
    padding: 12px;
}
.slider_btn{
    color: #fff;
    background-color: #e4514c;
    border-color: #e4514c;
    border-radius: 5px;
}
.works{
    background-color: #817e7e;
    /*padding: 40px;*/
}
.services_card{
    background-color: #edededcc;
    padding: 22px;
    height: 350px;
    color: #525252;
}
.services_card .btn{
    display: flex;
    justify-content: center;
}
.services_card img{
    width: 50px;
    height: 50px;
}
.services_card .card-body{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
}
.services {
    background-color: #fff;
    padding: 30px;
}
.read_more{
    color: #fff !important;
    background-color: #e4514c;
    border: 1px solid #e4514c !important;
    padding: 7px 25px;
    font-size: 18px;
}
.read_more:hover{
    color: #e4514c !important;
}
.why_us h3{
    color: #e4514c;
    font-size: 30px;
}
.why_us h1{
    color: #fff;
    font-size: 70px;
    font-weight: 500;
}
.why_us{
    background-color: #d5d5d5;
    padding: 30px;
}
.subscribe_btn{
    color: #fff;
    background-color: #e4514c;
    border: 1px solid #e4514c !important;
    padding: 10px 40px;
    font-size: 18px;
}
.subscribe_btn:hover{
    color: #e4514c;
}
.email_btn{
    color: #fff;
    background-color: #817e7e;
    border: 1px solid #817e7e !important;
    padding: 10px 40px;
    font-size: 18px;
}
.social-1{
    font-size: 30px;
    padding: 10px;
}
.projects{
    background-color: #fff;
    padding: 30px;
}
.project_div{
    position: relative;
    height: 300px;
    overflow: hidden;
}
.project_content{
    position: relative;
    background-color: #e4514c;
    /*width: 100%;*/
    /*height: 300px;*/
}
.project_content img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.why_us ul {
    list-style: none;
}

.why_us ul li::before {
    content: "\2022";
    color: #e4514c;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}

.why_us_div2 ul li{
    padding: 5px 0;
}

.why_us_div1{
    background-color: #e4514c;
    height: 325px;
    padding: 40px;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
}
.why_us_div2{
    background-color: #282828;
}
.why_us_div2 .bd{
    color:#fff;
}
.about_us_content:hover h5 {
    transform: scale(1.1);
    transition: 0.5s ease;
}
.about_us_content:hover .about_img {
    box-shadow: 0px 0px 13px 4px #e4514c;
}
/*.about_us_content:hover{*/
/*    box-shadow: 0px 0px 6px 2px #848485;*/
/*}*/
.slider_btn:hover{
    color: #e4514c;
    background-color: transparent;
    border-color: #e4514c;
}
.insta-icon:hover i{
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    border-radius: 8px;
}
.fa-google-plus-g:hover::before{
    color: #db4a39;
}
.fa-facebook-f:hover::before{
    color: #3b5998;
}
.fa-google-plus-g:hover::before{
    color: #db4a39;
}
.fa-twitter:hover::before{
    color: #1DA1F2;
}
.layer {
    /* background-color: rgb(0 0 0 / 60%); */
    background-color: rgb(228 81 76 / 25%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.over-txt{
    top: 50%;
    right: 15%;
    position: absolute;
}
.over-txt h5{
    /* color: #d3d3d3; */
    color: #fff;
}
.project_div:hover .layer {
    display: none;
}
.project_div:hover img{
    transform: scale(1.08);
}
.project_div img {
    transition: 1s ease;
}
.contact_info:hover{
    color: #e4514c;
    cursor: pointer;
}
.navbar-toggler:focus{
    box-shadow: 0 0 0 0.13rem #848485;
}
.carousel-img img{
    /*height: 100%;*/
}
.why_us_div1 img{
    width: 80px;
}
/*.logoScroll{*/
/*    width: 80px;*/
/*    transition: all 0.3s;*/
/*}*/

.fixed_header .top_logo {
    width: 80px;
    /*max-width: 80%;*/
    transition: all 0.3s;
}
.fixed_header .nav-item .nav-link{
    color: #9f9898;
}
.about_img{
    width: 100px;
    height: 100px;
    margin: auto;
    background: #e4514c;
    border-radius: 50%;
    display: grid;
    align-content: center;
}
.over-txt-2 {
    position: absolute;
    color: var(--blue-dark);
    bottom: 31%;
    right: 15%;
}
.parallax:lang(en){
	background-image: url("../../../public/images/test2.png");
}
.parallax {
    /* The image used */
    background-image: url("../../../public/images/test.png");

    /* Set a specific height */
    min-height: 300px;

    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.about_service{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    justify-content: center;
}
