/**
* Template Name: moflehoon
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url(fontiran.css);

/* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

body {
    font-family: IRANSans !important;
    font-weight: 300;
    direction: rtl;
    background-color: #fafafa;
    margin: 0;
    
}

 ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    font-family: IRANSans !important;
}

h1 {
    font-weight: bold;
}

.wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.ltr {
    direction: ltr;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-small {
    font-size: 0.8em;
}

.text-xsmall {
    font-size: 0.6em;
}

.text-large {
    font-size: 1.2em;
}

.text-xlarge {
    font-size: 1.4em;
}

.text-underline {
    text-decoration: underline;
}

.text-ultralight {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: normal;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: bold;
}

.text-black {
    font-weight: 900;
}

blockquote {
    font-weight: 500;
    padding: 10px;
    border: 1px dashed #666666;
}

.mainbox {
    width: 100%;
    background-color: #EFEFEF;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #FFFF33;
}

.mainboxnegativ {
    width: 100%;
    background-color: #000000;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #FFFF33;
    color: #F9F9F9;
}

.mainbox2 {
    font-size: 1em;
    width: 90%;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.circle {
    border: 2px solid #efad29;
    /* height: 25px;*/
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: inline-block;
}

.mainbox3 {
    width: 100%;
    background-color: #b8b8b8;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #bd70ff;
}

.mainbox2negativ {
    font-size: 1em;
    color: #F9F9F9;
    background-color: #000000;
    padding-right: 20px;
}

.farsiparagraph {
    font-size: 1em;
    width: 47%;
    float: right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.englishparagraph {
    font-size: 1em;
    width: 47%;
    float: left;
    direction: ltr;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rightbox {
    width: 60%;
    padding-right: 20px;
    padding-left: 5px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
    min-width: 0px;
    background-color: #F7F7F7;
}

.titelbox {
    width: 60%;
    padding-right: 25px;
    padding-left: 0px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
    min-width: 0px;
    background-color: #F2F2F2;
    color: #4B4B4B;
}

.lefttbox {
    padding-right: 20px;
    padding-left: 4px;
    float: right;
    margin-bottom: 10px;
    min-width: 0px;
}

.alphabet {
    width: 35%;
    float: left;
    font-size: 21em;
    text-align: center;
    font-weight: 500;
    color: #999999;
}

.alphabet2 {
    width: 35%;
    float: left;
    direction: ltr;
    font-size: 1.6em;
    text-align: left;
    font-weight: 500;
    color: #333333;
    margin-top: 100px;
}

.footer {
    font-weight: 300;
    font-size: 0.7em;
    text-align: center;
    direction: ltr;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover {
    color: #9eccf4;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "IRANSans", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    right: 15px;
    bottom: 15px;
    background: #00908b;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #629fd3;
    transition: background 0.2s ease-in-out;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 70px;
    transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0;
    background: #1c4788;
    z-index: 997;
}

#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 9999 !important;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #1c5c93;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

input.form-control {
    border-radius: 0 6px 6px 0 !important;
}

.btn-search {
    border-radius: 10px 0 0 10px;
    background-color: #efad29;
    border: 1px solid #efad29;
    margin-left: 10px;
}

.btn-search-p {
    border-radius: 7px !important;
    background: #efad29;
    border: 1px solid #5c58625c;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

nav.nav-menu.float-left.d-none.d-lg-block {
    direction: rtl;
    float: right !important;
    margin-right: 37px;
}


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #efad29;
    padding: 12px 15px;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #ffffff;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #103453;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #428bca;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
     overflow-y: auto;
    right: -260px;
    width: 260px;
    padding-top: 18px;
    background: #1f3548;
    transition: 0.4s;
  float:right;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #e3f0fc;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #9eccf4;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0px;
    top: 20px;
    z-index: 119998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #5c768d;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    /*left: 0;*/
    position: fixed;
    background: rgba(31, 53, 72, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    right: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: calc(100vh - 114px);
    padding: 0;
    overflow: hidden;
}

#hero .carousel-item {
    width: 100%;
    height: calc(100vh - 114px);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}

#hero .carousel-item::before {
    content: '';
    background-color: rgba(13, 30, 45, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#hero .carousel-content {
    text-align: left;
}

@media (max-width: 992px) {
    #hero,
    #hero .carousel-item {
        height: calc(100vh - 70px);
    }
    #hero .carousel-content.container {
        padding: 0 50px;
    }
}

#hero h2 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    margin: auto;
    text-align: center;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #428bca;
}

#hero .btn-get-started:hover {
    background: #1c5c93;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 30px 0;
}

.section-bg {
    background-color: #f5f9fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    /*margin-bottom: 20px;*/
    padding-bottom: 0;
    color: #5c768d;
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background-color: #f5f9fc;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}

.h-title {
    text-align: center;
    margin-bottom: 10px;
}

section.part1 {
    align-items: baseline;
    /*display: flex;*/
}

.part-1-1,
.part-1-2,
.part-2-1,
.part-2-2 {
    margin-left: auto;
    margin-right: auto;
}

.part-1-2,
.part-2-2 {
    text-align: center;
}

.heading-h3 {
    margin-bottom: -7px;
    font-size: 22px;
}

.img-ozv {
    border-radius: 15px;
    width: 330px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: -18px;
}


/* Tablet and up */

@media screen and (min-width: 768px) {
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
        -webkit-transition: none;
        transition: none;
    }
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -50%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}


/* Desktop and up */

@media screen and (min-width: 992px) {
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        -webkit-transition: none;
        transition: none;
    }
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.col-12.text-center.mt-4.arrow-akhbar,
div#myCarousel.akhbar {
    direction: ltr !important;
}

.carousel-item.col-md-4.active {
    z-index: 99 !important;
}

.imam {
    margin: 5px;
}

.card {
    border-radius: 15px;
    direction: rtl;
    margin-top: 20px;
}

.mainfloat {
    margin-right: 50px;
}

.img-akhbar {
    border-radius: 15px;
    float: right;
    margin-left: 15px;
    width: 250px;
    height: 200px;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #37ccc7;
    border-color: #00908b;
}

.fa-lg {
    font-size: 21px;
    line-height: 1;
    vertical-align: -17%;
}

.part-1-2 {
    text-align: right;
}

.part-1-2>.firstclear {
    margin-right: -15px;
}


/*--------------------------------------------------------------
# part2
--------------------------------------------------------------*/

h3.heading-h3.peyvand-h {
    /*  background: #042557;*/
    border-radius: 15px 15px 0 0;
    padding: 15px;
    margin: -17px -5px 4px -5px;
    color: #efad29;
}

p.peyvandha {
    font-size: 14px;
    border-bottom: 1px solid #d0d0d0;
    padding: 6px;
    margin: 2px;
}

.part-2-2-1 {
    background-color: #fafafa;
    padding: 17px 5px;
    border-radius: 15px;
    box-shadow: 0px 0px 9px 0px #c7c4c4;
}

.img-peyvandha {
    border-radius: 15px;
    width: 300px;
    height: 130px;
    margin-top: 20px;
}

section.part2 {
    align-items: baseline;
    display: flex;
    background: #fff;
}

.hometabs {
    max-width: 93%;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 9px 0px #c7c4c4;
}

.tabs {
    display: table;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 101%;
    border: 1px solid #dfdfdf;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.tab {
    display: table-cell;
}

.tab--1 {
    background-color: #efad29;
    margin: 0 0.2em 1px 0;
    border-left: 6px solid #fff;
}

.tab--2 {
    background-color: #efad29;
    margin-left: 20px;
    border-left: 6px solid #fff;
}

.tab--3 {
    background-color: #efad29;
    border-left: 6px solid #fff;
}

.tab:hover {
    background-color: #c9c6c3;
}

.tab a {
    color: #000000 !important;
    display: block;
    font-size: 16px;
    padding: 0.5em 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400;
}

.panels {
    background-color: #fafafa;
    margin: 0;
    padding: 0;
}

.panel {
    display: none;
    padding: 1em;
}

.panel--active {
    display: block;
}

.panel__title {
    border-bottom: 1px solid #e5ded3;
    color: #6a6663;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 4px 2.5%;
    text-align: center;
    margin-top: -10px;
}

.panel__articles {
    max-height: 500px;
    overflow: overlay;
}

.panel__article {
    border-bottom: 1px solid #e5ded3;
    padding: 15px 30px;
}

.panel__article:last-child {
    border-bottom: 0;
}

.panel__article h3 {
    color: #6a6663;
    font-size: 16px;
    font-weight: 400;
}

.panel__article p {
    color: #6a6663;
    font-size: 14px;
}

.panel__article a {
    color: #0dafd2;
    font-size: 14px;
}

.img-jadidtarinha {
    border-radius: 15px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

a.link-jketab {
    background: #042557;
    color: white;
    padding: 5px 15px;
    border-radius: 7px;
    box-shadow: 0 0 4px #adadad;
}

a.link-jketab:hover {
    background: #efad29;
}

.col-lg-8.d-inline-block.part-2-1 {
    align-self: center;
}


/*--------------------------------------------------------------
# part3
--------------------------------------------------------------*/

.img3 {
    margin-top: 8px;
    margin-right: 5px;
}

.part3 {
    background-color: #fff;
    padding-bottom: 0px;
}

.sectionClass {
    padding: 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 3px;
    display: inline-block;
    background: #efad29;
    margin-right: 6px;
}

.sectiontitle .headerLine {
    display: block !important;
    top: 34px;
    position: relative;
}

.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
    background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
    background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
    background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 40px;
    color: #efad29;
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}


/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.no-padding {
    padding: 0!important
}

.footer-big {
    padding: 105px 0 65px 0
}

.footer-big .footer-widget {
    margin-bottom: 40px
}

.footer--light {
    background: #e7e8ed
}

.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
    color: #3a3a3a;
    font-weight: 400;
    display: block;
}

.footer-menu {
    padding-left: 48px
}

.footer-menu ul li a {
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-menu ul li a:hover {
    color: #00c4ba
}

.footer-menu--1 {
    width: 100%
}

.footer-widget-title {
    /* line-height: 1px;*/
    margin-bottom: 1px;
    font-size: 16px
}

.mini-footer {
    background: #1c4788;
    text-align: center;
    padding: 20px 0;
}

.mini-footer p {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    color: #999;
}

.mini-footer p a {
    color: #fff;
}

.mini-footer p a:hover {
    color: #37ccc7;
}

.widget-about img {
    display: block;
    margin-bottom: 30px;
}

.widget-about p {
    font-weight: 400;
}

.widget-about .contact-details {
    margin: 30px 0 0 0;
}

.widget-about .contact-details li {
    margin-bottom: 10px
}

.widget-about .contact-details li:last-child {
    margin-bottom: 0
}

.widget-about .contact-details li span {
    padding-right: 12px
}

.widget-about .contact-details li a {
    color: #5867dd
}

.footer-img .img-ozv {
    width: 230px;
    margin: auto;
}

.col-md-3.col-sm-12.footer-img {
    margin: auto;
}

.clear {
    content: '';
    clear: both;
    display: block;
}

.firstclear {
    content: '';
    clear: both;
    display: inline-table;
    margin-right: 14px;
    border-bottom: 3px solid #efad29;
    padding-bottom: 11px;
}

.float-right {
    float: right;
    padding-left: 4px;
}

ul.contact-details,
.footer-menu>ul {
    padding: 3px;
}

.col-12.text-center.mt-4.arrow-akhbar {
    margin-top: -45px !important;
    z-index: 99;
    display: -webkit-box;
}

.btn-outline-secondary {
    color: #979b9f;
    border-color: #cacaca;
    background: #e7e7e76e;
    border-radius: 10px;
}

.product-slidr .slider .slick-prev {
    display: none;
}

.product-slidr .slider .slick-next {
    display: none;
}

.by-box .ui-slider-horizontal .ui-slider-range {
    background: #123a67;
}

.slider {
    margin: 0 auto;
    position: relative;
}

.prod-box {
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 12px;
    margin: 0px 15px;
}

.prod-i img {
    width: 100%;
}

.left-ti {
    float: left;
}

.wis {
    float: left;
}

.thi {
    float: right;
}

.column {
    float: left;
    /*width: 33.33%;*/
    padding: 5px;
}
.column >p{
    direction:rtl;
}

i.fas {
    margin-top: 10px;
    color: #efad29;
}

.row1::after {
    content: "";
    clear: both;
    display: table;
    margin-top: 20px;
}

.row1 {
    margin-top: 20px;
   
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}


/*.active, .dot:hover {
  background-color: #717171;
}*/

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.headerLine2 {
    width: 90px;
    height: 3px;
    display: inline-block;
    background: #efad29;
    margin-right: 6px;
}

.headerLine2 {
    top: 34px;
    position: relative;
}

@media (max-width:991px) {
    .footer-menu {
        padding-left: 0
    }
    
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    
}
/*SAMIRA MAZROUEI*/
.card-text{
    text-align:justify;
}
@media (max-width:680px) {
    .mobile {
        width: 80%;
        float: left;
    }

    .img-akhbar {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .part-1-2 > .firstclear {
        margin-top: 5%;
        margin-right: 5%;
    }

    .img-ozv {
        margin-right: 5%;
        width:80%;
    }

    section.part2 {
        display: block;
    }

    .float-right > a {
        font-size: 13px;
        font-weight: bold
    }
}