@font-face {
    font-family: "JF Flat";
    src: url('../fonts/JF Flat Regular.otf');
}

/* colors */
:root {
    --Background: #e2e4e8;
    --mgreen: #0258b1;
    --darkGreen: #0258b1;
    --lightGreen: #2775c5;
    --mred: #edd319;
    --black: #000;

}


body{
    font-family: 'JF Flat', sans-serif;
    background-color: var(--Background);
    color: var(--black);
    text-align: right;
    direction: rtl;
    width: 100%;
    overflow: auto;
    position: relative;
    background-image: url("../images/123123.png");
}
h1,h2,h3,h4,h5,h6{
    font-family: 'JF Flat', sans-serif;
    /*font-weight: 600;*/
}
button:focus {

    outline: 0;

}
a:focus {

    outline: 0;

}
svg{
    fill: currentColor;
    vertical-align: middle;
    position: relative;
    z-index: 5
}
/* loading screen */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #020C37;
    display: flex;

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.se-pre-con div[data-loader]{
    margin:auto;
}


a:hover ,a:active{
    text-decoration: none;
    color:var(--mgreen);
}

a{
    text-decoration: none;
    color:var(--darkGreen);
}


/**{*/
/*    -webkit-transition: all 100ms;*/
/*    -moz-transition: all 100ms;*/
/*    -ms-transition: all 100ms;*/
/*    -o-transition: all 100ms;*/
/*    transition: all 100ms;*/
/*}*/
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
html{
    overflow-x: hidden;
}
/*      start style       */


/*******************************************
/***********Header**************************
/******************************************/

#Header{
    background: #ffffff;

}
.top{
padding: 10px 0;

}
.top .logo{
    width: 200px;
}
.social_media{
    list-style: none;
    margin: 0;
    color: #dddddd;
}
.social_media li {
    display: inline-block;
    padding: 5px 8px;
    font-size: 1.3rem;
    color: #dddddd;
}
.social_media li a{

    color: #dddddd;
}

.social_media li:hover a{

    color: #cccccc;
}
.bg-custom{
    background: var(--mgreen);
    padding: 0;
}
.bg-custom .nav-link{
    color: #ffffff !IMPORTANT;
}
.bg-custom .nav-item.active{
    color: #ffffff !IMPORTANT;
    background: var(--mred);
}
.bg-custom .nav-item:hover{
    color: #ffffff !IMPORTANT;
    background: var(--mred);
}
.bg-custom .nav-item{
    padding: 5px 15px;
    transition: all 0.5s;
}

.bb-custom{
    color: #ffffff;
    padding: 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
/*******************************************
/***********About***************************
/******************************************/

#About{
    background-color: var(--darkGreen);
    background-image: url("../images/homepage-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #ffffff;
    text-align: center;
    padding: 4rem;
}
#About h1{
   font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}


/*******************************************
/***********Top*****************************
/******************************************/

#Top{
margin-top: 1rem;
}
.bg-w{
    background: #fff;
    padding: 20px;
}
.border-radius-20{
    border-radius: 20px;
}
.color-green{
    color: var(--darkGreen);
    font-weight: 800;
    font-size: 1.5rem;
}
.rayes{
    background: var(--Background);
    padding: 10px;
    border-radius: 20px;
}
.rayes img{

    border-radius: 20px;
}

.serviceBox {
    padding: 15px 60px 15px 15px;
    margin-bottom: 15px;
    background: var(--Background);
    color: #333;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 20px;
}
.serviceBox .service-icon {
    font-size: 30px;
    color: #333;
    position: absolute;
    top: 12px;
    right: 15px;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.serviceBox .description {
    font-size: 14px;
    color: #a3a3a3;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:after {
    content: "";
    display: block;
    border-top: 145px solid #fff;
    border-right: 250px solid transparent;
    margin-top: -35%;
    margin-right: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    border-radius: 50%;
}
.serviceBox:hover {
    background: var(--mgreen);;
    color: #fff;
}
.serviceBox:hover .service-icon {
    color: #fff;
}
.serviceBox:hover .title, .serviceBox:hover .description {
    color: #fff;
}
.serviceBox:hover .title, .serviceBox:hover .description {
    color: #fff;
}
.serviceBox:hover:after {
    margin-right: 90px;
    opacity: 0.1;
}
.m--15{
    margin-right: -15px;
    margin-left: -15px;
}
.ml--15{
    margin-left: -15px;
}
.mr--15{
    margin-right: -15px;
}
/*******************************************
/***********Center**************************
/******************************************/

#Center{
    margin-top: 1rem;
}
#Center .facebook_cont {
    overflow: hidden;
}
#Center .facebook_cont .fb-page.fb_iframe_widget{
    margin-top: -80px;
    margin-right: -30px;
}
.facebook-responsive {
    overflow:hidden;
    padding-bottom:93%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.Header_title{
    font-weight: 800;
    color: var(--darkGreen);
    border-bottom: 3px solid var(--darkGreen);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: -10px;
    font-size: 1.1rem;
}
.tware_team{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: start;
    align-items: start;
    height: 95%;
}
.tware_item{
    box-shadow: 0 5px 10px 1px var(--Background);
    border-radius: 20px;
    padding: 7px 10px 7px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    align-content: center;
    width: 100%;
}
.tware_item i{
    color:  var(--Background);
}
.tware_item .icon{
    width: 70px;
    height: 70px;
    margin-left: 10px;

}
.tware_item .ii{
    margin-left: 15px;
    font-size: 40px;
}
.tware_item .det{
    flex:1;
}

.tware_item .det .mobile{

}

.social_team{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: start;
    align-items: start;
    height: 95%;
}
.social_item {
    box-shadow: 0 5px 10px 1px var(--Background);
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    align-content: center;
    width: 100%;
}
.social_item .icon{
    width: 70px;
    height: 70px;
    margin-left: 10px;

}
.social_item .ii{
    margin-left: 15px;
    font-size: 40px;
}
.social_item .det{
    padding: 5px 0;
    flex:1;
}

.social_item .det .title{

}
.social_item .det .small{
    color: #aeaeae;
}
.social_item .det .small i{
    width: 20px;
    text-align: center;
}



.main_post{

    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.main_post .details {
    position: absolute;
    bottom: 0;
    background: #0258b199;
    width: 100%;
    color: #fff;
    padding: 5px 10px;

}

.main_post .details h3 {
    padding-left: 100px;
    color: #fff !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main_post .details p {

    color: #fff !important;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.main_post .details small {
    position: absolute;
    top: 15px;
    left: 20px;

}
.main_post img{

    width: 100%;
}
.sub_post{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
.sub_post:not(:last-child){

    margin-bottom: 1rem;
}
.sub_post .details {
    position: absolute;
    bottom: 0;
    background: #0258b199;
    width: 100%;
    color: #fff !important;
    padding: 5px 10px;

}

.sub_post .details p {

    color: #fff !important;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.sub_post img{

    width: 100%;
}
/*******************************************
/***********Services************************
/******************************************/

#Services{
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
    overflow: hidden;

}
.ser_con{
    position: relative;
}
.btn{
    border-radius: 10px;

}
.btn-primary{
    background: var(--mgreen);
   border-color:  var(--mgreen);
}

.ser_con div.callout-details {
    padding: 40px 0 40px 40px;
}
.ser_con div {
    /*width: 50%;*/
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.ser_con .callout-image {
    text-align: center;
    transform: translateY(-155px);
    z-index: 1;
    position: absolute;
    top: -48px;
    left: 0;
}

.ser_con .callout-image img {
    -webkit-animation-name: f;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@keyframes f {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

/*******************************************
/***********Projects************************
/******************************************/

#Projects{

}
.Project_item {
    border: 3px solid var(--mgreen);
    margin-bottom: 15px;
    position: relative;
    border-radius: 20px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background: var(--mgreen);
    overflow: hidden;
}
.Project_item img {
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 15px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.Project_item .description {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 10px 5px;
    color: #fff !important;
}
.Project_item .description h6 {
    margin-bottom: 3px;
}
.Project_item .description p {
    font-size: 0.8rem;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.Project_item:hover img {
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.Project_item:hover .description h3 {
    color: #dddddd;
}
/*******************************************
/***********Footer************************
/******************************************/

#Footer{
    background: var(--darkGreen);
    color: #fff;
    padding: 2rem 0;
    margin-top: 3rem;
    font-size: 0.9rem;
}
#Footer .Header_title{
    color: #fff;
    border-color: var(--mgreen);
    margin-bottom: 20px;
    font-size: 1.2rem;
}
#Footer img{
    border-radius: 20px;
}
#Footer .br{
    border-right: 1px solid rgba(221, 221, 221, 0.2);
}
#breadcrumbs{
    background: #fff;
    padding: 5px;
}
#breadcrumbs .breadcrumb{
    padding: .75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: .25rem;
}
#breadcrumbs .breadcrumb a{
    color: var(--darkGreen);
}

#breadcrumbs .breadcrumb .breadcrumb-item.active {
    color: var(--red);
}
#breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    padding-right: 0;
    color: #4f5d4d;
    content: "/";
}
#breadcrumbs .breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem;
    padding-left: 0;
}
#PageDetails{
   margin-top: 2rem;
}
/*#PageDetails .container{*/
/*    background: #ffffff;*/
/*    border-radius: 30px;*/
/*    padding: 30px;*/
/*}*/

#Report{
    margin: 3rem 0;
}
ul.reportList {
    list-style: none;
    padding: 0;
}
.reportList li {
    margin-bottom: 1rem;
    display: flex;
    align-items: stretch;
}
.reportList img.list_icon {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: #eee;
     border: 2px solid #555;
     z-index: 3;
 }
.reportList span.list_title {
    background: var(--mred);
    color: #ffff;
    padding: 0 40px;
    align-items: center;
    align-content: center;
    display: flex;
    margin-right: -20px;
    z-index: 2;
    position: relative;
    flex: 1;
}
.reportList b.list_num {
    background: var(--mgreen);
    color: #ffff;
    padding: 0 40px;
    align-items: center;
    align-content: center;
    display: flex;
    margin-right: 0;
    z-index: 0;
    position: relative;
    border-radius: 30px 0 0;
}
.reportList .list_title:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid var(--mred);
    left: -25px;
    z-index: 7;
}
.border-radius-40{
    border-radius: 40px;
    margin-bottom: 20px;
}
.majles_user{
    display: flex;
    background: linear-gradient(90deg, #7c5187, #c26281);
    color: #fff;
    padding: 10px 110px 10px 40px;
    border-radius: 70px;
    position: relative;
    height: 80px;
    width: calc( 33% - 30px );
    margin: 20px 15px;
    cursor: pointer;
}
.majles_user .img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(90deg, #af5e83, #c26281);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -10px;
}
.majles_user img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.majles_user .majles-detail{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.majles_user .majles-detail h2{
    font-weight: 600;
    width: 100%;
    font-size: 1.2rem;
}
.majles_user .majles-detail p{
    margin: 0;
    font-size: 1rem;
}
.mjles-green{
    background: linear-gradient(90deg, #00a6a9, #00b484);
}
.mjles-green  .img{
    background: linear-gradient(90deg, #00b08e, #00b484);
}
.mjles-blue{
    background: linear-gradient(90deg, #9577b5, #00bbec);
}
.mjles-blue  .img{
    background: linear-gradient(90deg, #2aa8dc, #00bbec);
}
.mjles-yellow{
    background: linear-gradient(90deg, #FFE000, #799F0C);
}
.mjles-yellow  .img{
    background: linear-gradient(90deg, #a1b209, #799F0C);
}
.mjles-red{
    background: linear-gradient(90deg, #f1657e, #ed6d50);
}
.mjles-red  .img{
    background: linear-gradient(90deg, #ee6b5f, #ed6d50);
}
.mjles-orange{
    background: linear-gradient(90deg, #efb038, #e45d33);
}
.mjles-orange  .img{
    background: linear-gradient(90deg, #e77434, #e45d33);
}
.mjles-sun{
    background: linear-gradient(90deg,#b92b27,#6b6b83, #1565C0);
}
.mjles-sun  .img{
    background: linear-gradient(90deg,#45699f,#1565C0);
}

#PageDetails .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#PageDetails .swiper-slide {
    background-size: cover;
    background-position: center;
}

#PageDetails .gallery-top {
    width: 100%;
}
#PageDetails .gallery-top img {
    width: 100%;
}

#PageDetails .gallery-thumbs {
    height: 200px;
    box-sizing: border-box;
    padding: 10px 0;
}

#PageDetails .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

#PageDetails .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
#PageDetails .swiper-button-white{
    color: var(--darkGreen);
}
#PageDetails .swiper-wrapper {
    position: relative;
    width: 90%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
#PageDetails .swiper-button-next,.PostDetails .swiper-container-rtl .swiper-button-prev {
    left: 0px;
    right: auto;
}
#PageDetails .swiper-button-prev,.PostDetails .swiper-container-rtl .swiper-button-next {
    right: 0px;
    left: auto;
}
.font-sub{
    color: #6b6b6b;
    font-size: 0.8rem;
    margin: 0.4rem 0;
}

.font-sub i{
    color: #9b9b9b;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}
