@font-face {
    font-family: 'bukrabolds';
    src: url("../fonts/bukrabolds.otf") format("opentype");
}

@font-face {
    font-family: 'Hacen-regular';
    src: url('../fonts/HACENTUNISIA.TTF');
    src: url('../fonts/HACENTUNISIA.eot?#iefix') format('embedded-opentype'), url('../fonts/HACENTUNISIA.svg#HACENTUNISIA') format('svg'), url('../fonts/HACENTUNISIA.ttf') format('truetype'), url('../fonts/HACENTUNISIA.woff') format('woff'), url('../fonts/HACENTUNISIA.woff2') format('woff2');
}

@font-face {
    font-family: 'HacenTunisiaBold';
    src: url('../fonts/ArbFONTS-Hacen Tunisia Bold.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HacenTunisiaLt';
    src: url('../fonts/ArbFONTS-Hacen-Tunisia-Lt.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot?v=4.2.0');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff?v=4.2.0') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf?v=4.2.0') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg?v=4.2.0#glyphicons-halflings-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.services-items {
    margin-top: 5%;
}

.green {
    color: #9de253;
    font-size: 55px;
}
span {
    font-family: "Hacen-regular" !important;
}

.bg-green {
    background-color: #5B9D15;
}

.white {
    color: #fff !important;
}

html {
    scroll-behavior: smooth;
}
* {
    direction: rtl;
}

body {
    font-family: 'Hacen-regular';
    text-align: right;
    background-color: white;
}

    body p {
        line-height: 24px;
        font-size: 18px;
        margin-bottom: 14px;
        font-family: 'HacenTunisiaLt';
        color: #616161;
    }

a:hover {
    cursor: pointer;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HacenTunisiaBold';
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}


/* ================================
topbar
================================ */

.topbaricon {
    padding-left: 10px;
    width: 30px;
    height: 20px;
    position: relative;
    top: 2px;
}

.top-bar .border-left {
    border-color: #707070;
}

.top-bar {
    background: #f9f9f9;
    height: 75px;
}

.top-bar button[type="button"],
.top-bar a {
    line-height: 28px;
    height: 32px;
    margin: 0px 2px;
    transition: all 0.5s;
    font-size: 14px;
    padding: 8px 10px;
    display: inline-flex;
}

.top-bar button[type="button"] img,
.top-bar a img {
    display: block;
    margin: 0 auto;
}

.top-bar a {
    padding: 2px 20px;
    color: #0000009e;
}

.top-bar .search {
    display: inline-block;
    position: relative;
    width: 0;
    transition: all 0.5s;
}

.top-bar .search.expand {
    width: 250px;
}

.top-bar .search button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
}

.top-bar .search input {
    padding: 0;
    height: 28px;
    border: none;
    transition: all 0.5s;
}

.top-bar .search.expand input {
    padding: 6px 15px;
    border: 1px solid #ccc;
}

.top-bar .search.expand button {
    display: block;
}

.mobile-menu {
    position: relative;
}

.mobile-search {
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 99999;
    right: 55px;
    transform: translateY(-50%);
}

.mobile-search button[type="button"] {
    transition: all 0.5s;
    padding: 7px 10px;
    display: inline-flex;
}

.mobile-search button[type="button"] img,
.mobile-search a img {
    display: block;
}

.mobile-search a {
    padding: 3px 15px;
    line-height: normal;
    vertical-align: middle;
}

.mobile-search .search {
    display: inline-block;
    position: absolute;
    width: 0;
    transition: all 0.5s;
    right: 40px;
    z-index: 999;
}

.mobile-search .search.expand {
    width: 200px;
}

.mobile-search .search button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
}

.mobile-search .search input {
    padding: 0;
    border: none;
    transition: all 0.5s;
}

.mobile-search .search.expand input {
    padding: 6px 15px;
    border: 1px solid #ccc;
}

.mobile-search .search.expand button {
    display: block;
}

.mean-container .mean-nav ul li button[type="button"] {
    line-height: 28px;
    height: 28px;
    transition: all 0.5s;
    padding: 7px 10px;
    display: flex;
    width: 100%;
    text-align: center;
}

.mean-container .mean-nav ul li button[type="button"] img {
    display: block;
    margin: auto;
}

.mean-container .mean-nav ul li button[type="button"]:hover {
    background: #bc9962;
}

.search {
    position: relative;
    height: 50px;
    margin-top: 0px;
}

.search .input {
    font-size: 13px;
    width: 50px;
    height: 50px;
    margin: 0;
    border: 0;
    padding: 10px;
    transition: width 0.3s ease;
    border-radius: 30px;
    background-color: #ececec;
    border-bottom: 1px solid #e8e8e8;
}

.search .btn {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 0;
    border: 0;
    background-color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 30px;
    transition: transform 0.3s ease;
}

.search .input:focus,
.btn:focus {
    outline: none;
}

.search.active .input {
    width: 300px;
}

.search.active .btn {
    transform: translateX(250px);
}

.menub a {
    font-size: 13px;
    font-family: 'Hacen-regular';
    color: #585858;
    padding: 0 5px;
}

.menub a::after {
    content: "|";
    opacity: 0.5;
    padding: 0px 10px;
}

.menub a:hover {
    text-decoration: none;
    color: #A74127;
    transition: 0.5s ease-in;
}

.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-size: 18px;
    font-family: 'HacenTunisiaBold';
}

.menuA {
    margin-top: -42px;
}

.menub {
    position: relative;
    z-index: 100;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}

header .item {
    height: 550px;
    position: relative;
}

header .item .slidebg {
    width: 100%;
    height: 550px;
    object-fit: cover;
    box-shadow: 2px 2px 6px #00000096;
}

header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 550px;
    top: 0;
    left: 0;
    background: url(../images/shape_home9.png);
    background-size: cover;
    background-position: right bottom;
    display: flex;
    align-items: center;
}

header .item .cover2 {
    padding: 75px 0;
    position: absolute;
    height: 550px;
    top: 0;
    width: 100%;
    left: 0;
    background-size: cover;
    background: url(../images/cover2.png);
    background-size: contain;
    background-position: bottom right;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}

header .item .cover .header-content {
    position: relative;
    padding: 0px;
    overflow: hidden;
    top: 75px;
}

header .item .cover2 .header-content {
    position: relative;
    padding: 0px;
    overflow: hidden;
    top: 75px;
}

header .item .header-content h2 {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-align: left;
}

header .item .header-content h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    text-align: left;
}

header .item .cover .header-content h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

header .item .cover2 .header-content h4 {
    font-family: 'Hacen' !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    text-align: left;
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    text-align: left;
}

header .owl-item.active .slideImg {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    text-align: left;
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    font-family: 'Hacen' !important;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    text-align: left;
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-prev span {
    font-size: 50px;
    color: #828384;
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev {
    background: transparent;
    border: none !important;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    border: none !important;
}

header .owl-nav .owl-next span {
    font-size: 50px;
    color: #828384;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}


/*storybored*/

.carousel-control-next,
.carousel-control-prev {
    bottom: 10%;
}

.carousel-control-next2,
.carousel-control-prev2 {
    bottom: 10%;
}

.carousel-control-next-icon2,
.carousel-control-prev-icon2 {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-next2,
.carousel-control-prev2 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.text-content {
    position: absolute;
    top: 30%;
    right: 14%;
    max-width:40%;
}

.text-content .title1 h3 {
    color: #fff !important;
    font-size: 38px;
}


.text-content .title2 h1 {
    color: #fff !important;
    font-size: 48px;
}

.stores {
    padding: 8% 0px;
    display: flex;
}

.service-breif {
    padding-top: 15px;
    max-width: 85%;
    margin: 0 auto;
    padding-bottom:20px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent !important;
    color: #ABABAB;
    font-family: 'HacenTunisiaBold';
    font-size: 22px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #0060AC;
}

.tab-content {
    margin-top: 5%;
}

.nav-tabs .active::after {
    content: '';
    border-bottom: 3px solid #5B9D15;
    width: 100%;
    display: block;
}

.nav-item:first-child .nav-link::before {
    content: '' !important;
}

.nav-tabs .nav-link::before {
    content: "|";
    color: lightgray;
    position: relative;
    left: -130px !important;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    display: flex;
    flex-direction:row-reverse !important;
    justify-content: center;
}

.carousel-control-next2 {
    right: 0;
}

.carousel-control-prev2 {
    left: 0;
}

.carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
}

.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
}

.carousel-control-next-icon2 {
    background-image: url(../images/arrow2-right.png);
}

.carousel-control-prev-icon2 {
    background-image: url(../images/arrow2-left.png);
}

.stores li {
    display: inline-flex;
}

.stores li img {
    width: 95%;
}

.service-title h1 {
    font-size: 48px;
}

.mainslider header .owl-nav .owl-next:hover {
    background: transparent !important;
}

.mainslider header .owl-nav .owl-prev:hover {
    background: transparent !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}


.slideImg {
    width: 100% !important;
    position: relative;
    top: -10px;
}

.slideImg2 {
    width: 100% !important;
    position: relative;
}

header .owl-item.active .slideImg2 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    text-align: left;
}

.no-gutter>[class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    margin: 0px 5px;
    padding: 5px 0px;
    text-align: right;
    width: 98%;
    border-bottom: 1px dotted #4892ba;
}
.navbar-expand-lg .navbar-nav
{
    padding:0px !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child {
    border-bottom: none;
}


.dropdown-menu {
    position: absolute;
    top: 73px;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: white;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 5px #00000029;
}
.navbar-nav .nav-item:last-child ul {
    min-width: 200px;
}


    .dropdown-item {
        padding: 2px 17px;
    }

.dropdown-menu a {
    font-size: 16px;
    color: black;
}

.dropdown-menu p {
    font-size: 13px;
    color: #212529;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-top: 2px solid #4892ba;
    margin-top: -10px;
}

.dropdown-menu ::before {
    content: '';
    border-bottom: 8px solid #4892ba;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -9px;
    right: 40px;
}

.navbar-nav li {
    padding: 0px 5px;
    display: inline-block;
}

.dropdown-menu>li>a:hover {
    color: #0093d0;
    padding: 2px 10px 2px 20px;
    transition: padding 0.5s ease;
    -webkit-transition: padding 0.5s ease;
    -mozkit-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    -transition: padding 0.5s ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #4892ba;
    background-color: transparent;
    background-image: none;
}

.mainslider .owl-carousel {
    height: 550px;
    margin-bottom: 100px;
}

.slide {
    min-height: 715px;
}

.card1 {
    padding: 40px 20px;
    width: 100% !important;
    background-color: #A74229;
    color: white;
    text-align: center;
    border-radius: 18px;
}

.projects a:hover {
    text-decoration: none !important;
}

.card2 {
    padding: 40px 20px;
    width: 100% !important;
    background-color: #D28B3F;
    color: white;
    text-align: center;
    border-radius: 18px;
}

.card3 {
    padding: 40px 20px;
    width: 100% !important;
    background-color: #1A0F91;
    color: white;
    text-align: center;
    border-radius: 18px;
}

.projects .card-title {
    margin-top: 20px;
    font-size: 17px;
}

.projects .card-text {
    font-size: 15px;
}

.slide {
    min-height: 840px;
    position: relative;
}

.overlay {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 50% 20%;
}

.dropicon {
    background-repeat: no-repeat;
    height: 75px;
    background-size:16% !important;
    background-position: center;
}

.services {
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    height: 675px;
    margin-bottom:5% !important;
    background-position: 560px 100%;
}

.banner-title h5 {
    font-size: 15px;
}

.participate {
    display: none;
    margin-top: 20px;
}
.responsiveprojects
{
    display:none;
}
.participate a {
    border: 1px solid transparent;
    background-color: #fff;
    color: #616161;
    padding: 5px 45px;
    border-radius: 16px;
    font-size: 1.1rem !important;
    font-family: 'HacenTunisiaBold' !important;
}

.owl-carousel .owl-item img {
    padding-top: 10px;
}

.ourclients {
    margin-top: 100px;
}

#owl-carousel2 .owl-next .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #C4C4C4;
    width: 37px;
    margin: 0px 5px;
    height: 5px;
    border: none !important;
}

#owl-carousel2 .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    background-repeat:no-repeat !important;
    width:15% !important;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 37px;
    height: 5px;
    margin: 0px 5px;
    border: none;
}

.mainslider.owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 37px;
    height: 5px;
    margin: 0px 5px;
    border: none;
    padding-right: 80px;
}

.ourclients .owl-carousel .owl-dots .active {
    background-color: #D28B3F !important;
}

.footer {
    padding: 30px 0px;
    text-align: right;
    background-color: #fff;
    text-transform: uppercase;
}

.footer h5 {
    font-size: 18px;
    font-family: 'HacenTunisiaBold';
    color: #585858;
    margin-bottom: 0;
}

.footer p {
    font-size: 15px;
    color: #585858;
    text-decoration: none;
    font-family: 'Hacen-regular';
}

.Powered a {
    color: #585858;
    text-decoration: none !important;
    transition: 0.55s ease-in !important;
}

.Socialicons a {
    padding: 0px 3px;
}

.footer hr {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.Powered {
    text-transform: none !important;
}

.mainheader {
    background-color: white;
    position: relative;
    z-index: 1000;
}

.flyMenu {
    position: fixed;
    left: 0px;
    top: 45%;
    z-index: 99999999999;
}

.menuItems li {
    display: block;
    text-align: center;
}

.twitter {
    background-color: #33BCFF;
}

.Facebook {
    background-color: #446FE6;
}

.linkedin {
    background-color: #446FE6;
}

.youtube {
    background-color: #EB4747;
}

.innerheader {
    background-image: url(/app_themes/ThemeAr/images/inner-header.png);
    background-size: cover;
    min-height: 289px;
    background-position: center;
}

.innerheader h3 {
    text-transform: uppercase;
}

.breadcrumbpart a {
    font-size: 13px;
    color: white;
}

.breadcrumbpart .breadcrumb {
    background-color: transparent;
    padding: 20px 0px;
}

.breadcrumbpart .breadcrumb-item.active {
    color: white;
    opacity: 0.7;
    font-size: 13px;
}

.breadcrumbpart .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    color: #fa7f39;
    content: "||";
}

.breadcrumbpart .breadcrumb-item {
    padding: 0px 12px;
}

.share li {
    color: white;
    list-style: none;
    display: inline-block;
    font-size: 13px;
    color: white;
}

.share li a {
    color: white;
    padding: 0px 4px;
}

.contentbody {
    padding: 50px 0px;
    text-align: left;
}


/*Update Style*/

.footer {
    padding-bottom: 10px;
}

a:hover {
    text-decoration: none;
}

.lineFooterimage {
    height: 5px;
}

.footer {
    text-transform: none;
}

.footer-p-margin {
    margin-bottom: 6px;
}

.projects {
    background-image: url(../images/project.png);
    padding-top: 10%;
    background-repeat: no-repeat;
    height: 600px;
    background-size: contain;
}

.questions {
    display: flex;
    padding-top: 10%;
}

.questions a {
    font-family: 'HacenTunisiaBold' !important;
    font-size:1.1rem !important;
}

.Q1 {
    padding-left: 25px;
}

.Q1 {
    border: 1px solid lightgray;
    padding: 15px 65px;
    margin-left: 15px;
    border-radius: 16px;
}

.Q1 a {
    color: #5B9D15;
}

.Q2 a {
    color: #31A4D1;
}

.Q2 {
    border: 1px solid lightgray;
    padding: 15px 65px;
    border-radius: 16px;
}

.slide {
    min-height: 550px;
}

.particles-items {
    padding-bottom: 40px;
}

.aboutUs h1 {
    color: #d28b3f;
    padding-bottom: 15px;
}

#banner-boxs {
    overflow: hidden;
    position: absolute;
    width: 100%;
    transform: translateY(-50px);
    height: 350px;
    -webkit-perspective: 1600px;
    transform-style: preserve-3d;
    right: 0px;
    transform-origin: 0% 50%;
}

#banner-boxs2 {
    overflow: hidden;
    position: absolute;
    width: 100%;
    transform: translateY(-50px);
    height: 350px;
    -webkit-perspective: 1600px;
    transform-style: preserve-3d;
    right: 0px;
    transform-origin: 0% 50%;
}


.package-item
{
    transition:1s ease;
}
.package-item:hover {
    background-color: #5B9D15;
    color: #fff;
    height: 220px;
}

.readmore {
    margin-top: 3%;
    position: relative;
    z-index: 99999999;
}
.readmore a {
    color: #333333;
    font-family: 'HacenTunisiaBold';
}

.package-item img {
    padding-top: 10px;
}

.packgaeitems {
    height: 200px;
}

.package-item:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bill.png);
    top: 40px;
    right: 5px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 69%;
    background-position: 80% 10%;
    display: inline-block;
}

.package-item:hover {
    background-image: url(../images/whitedrop.png);
}

.active:hover .active .dropicon
{
    background-image:none !important;
}
.packgaeitems .active .dropicon {
    background-image: none !important;
}
    .packgaeitems .active .dropicon img {
        display: block !important;
       
        padding-top: 35px;
        margin: 0px auto;
    }
.package-item .dropicon  img
{
    display:none !important;
}

.package-name {
    padding-top: 20%;
}

.package-name h4 {
    font-size: 17px;
}

#banner-boxs .active .package-name {
    color: #fff;
}

#banner-boxs2 .active .package-name {
    color: #fff;
}

.package-item {
    padding: 12% 5%;
    width: 182px;
    border: 1px solid lightgray;
    width: 100%;
    margin: 0 auto;
    height: 200px;
    border-radius: 30px;
    text-align: center;
    background-color: #fff;
}

.package-item:hover .participate {
    display: block;
    z-index: 999999;
    position: relative;
    margin-top: 25px;
}

#banner-boxs .carousel-item {
    z-index: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 0;
    opacity: 1 !important;
    visibility: visible;
}

#banner-boxs2 .carousel-item {
    z-index: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 0;
    opacity: 1 !important;
    visibility: visible;
}

#banner-boxs .carousel-item {
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

#banner-boxs2 .carousel-item {
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

.prev {
    border: 1px solid #1795de;
    width: 50px;
    height: 55px;
    border-radius: 50%;
    background-color: #1795de;
    position: relative;
    color: #fff;
    bottom: 578px;
    font-size: 40px;
    cursor: pointer;
    left: 120px;
    padding: 0px 4px 4px 13px;
}

.next {
    border: 1px solid #1795de;
    width: 50px;
    height: 55px;
    border-radius: 50%;
    background-color: #1795de;
    position: relative;
    color: #fff;
    bottom: 633px;
    font-size: 40px;
    cursor: pointer;
    right: 130px;
    padding: 0px 7px 2px 16px;
    float: right;
}

.s2 {
    perspective: 5000px;
}

.left {
    position: absolute;
    left: 3%;
    transform: translateY(65px);
    z-index: 9999999;
}

.right {
    position: absolute;
    transform: translateY(65px);
    right: 3%;
    z-index: 99999;
}

.path1 {
    background-image: url(../images/blueservice.svg);
    min-height: 250px;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    bottom: 85px;
    background-size: 52.7%;
}

.path2 {
    background-image: url(../images/greenservice.svg);
    min-height: 250px;
    background-repeat: no-repeat;
    position: relative;
    left: 15%;
    bottom: 200px;
    background-size: 53.5%;
}

.path3 {
    background-image: url(../images/blueservice.svg);
    min-height: 250px;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    bottom: 320px;
    background-size: 52.7%;
}



.service-image {
    text-align: left;
    width: 62%;
    padding-top: 18%;
}
.path2 .service-image {
    padding-top: 19% !important;
}
.servive-title {
    position: absolute;
    top: 38%;
    left: 0;
    width: 33%;
    color: #fff;
}
.path2 .servive-title
{
top:42%;
}
/*.page-body-template:after {
    content: "";
    width: 100%;
    background-image: url(../Images/bginner.png);
    top: 50%;
    height: 550px;
    background-size: cover;
    z-index: -1;
    right: 0px;
    position: absolute;
    display: inline-block;
}*/
.servive-title h5 {
    font-size: 25px;
}

.section3 {
    background-image: url(../images/section3layer.png);
    height: 600px;
    background-size: 110% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.slideimage img {
    width: 80%;
    margin-top: 6%;
    margin-right: 30%;
}

.section3-slide-content {
    position: relative;
    top: 35%;
    max-width: 60%;
    margin: 0 auto;
    z-index: 99999;
    left: 20%;
    text-align: right;
}

.section3-title h3 {
    color: #31A4D1;
    font-size: 32px;
}

.section3-breif p {
    font-size: 40px;
    font-family: 'HacenTunisiaBold';
    padding-top: 15px;
    line-height: 40px;
}

.section3banner {
    border: 1px solid lightgray;
    width: 82%;
    text-align: center;
    position: absolute;
    top: 88%;
    left: 10%;
    margin: 0 auto;
    border-radius: 15px;
}

.section3Tab {
    padding: 15px 15px;
}

.section3column {
    background-color: #F8F8F8;
    border-left: 1px solid lightgray;
}

.section3column:last-child {
    border-radius: 12px 0px 0px 12px;
}

.section3column:first-child {
    border-radius: 0px 15px 15px 0px;
}

.section3Tab .active h5 {
    color: #31A4D1;
}

.section3Tab h5 {
    font-size: 21px;
    color: #616161;
}

.offices-intro {
    margin-top: 5%;
    text-align: center;
}

.citydropdown,
.placedropdown {
    width: 30%;
    background-color: #E3E3E3 !important;
    border-radius: 27px;
    border: 1px solid transparent;
    height: calc(3.8em + 0.75rem + 2px);
    margin-left: 10px;
}

select {
    padding: 2px 2px 2px 2px;
    border: none;
}

.dropdowns {
    display: flex;
    justify-content: center;
}

.location {
    margin-top: 3%;
    margin-bottom: -4%;
}

.websitebanner {
    background-image: url(../images/bannerbackground.png);
    height: 210px;
    margin-top: 5%;
    background-size:cover;
}

.offices{
    padding-bottom:50px;
}

.bannerstores {
    display: flex;
    list-style-type: none;
    padding: 0px;
}

.bannerstores img {
    width: 90%;
}

.banner-content {
    margin-top: 5% !important;
}

.banner-title h1 {
    color: #fff !important;
}

.banner-title {
    padding-bottom: 2%;
}

.banner-image {
    position: relative;
    bottom: 50px;
}

.banner-image img {
    width: 100% !important;
}

.footer-nav {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

.footer-nav li {
    display: inline-block;
}

.footericon {
    margin-top: 10px;
    width: 30px;
    height: 30px;
}

.copyights {
    padding-right: 15px;
}

.packageCarousel {
    display: none !important;
}

.box {
    display: none;
    width: 220px;
    height: 50px;
    background-color: rgb(64, 67, 86);
    border: 1px solid #3b79a8;
    color: #fff;
    z-index: 9999999;
    padding: 5px 0;
    top: 32px;
    position: absolute;
}

.arrow-top .list-inline button {
    background: transparent !important;
}

.packgaeitems .col .active {
    background-color: #5B9D15;
    color: #fff;
    height: 250px;
    margin-top: -30px;
}

.packgaeitems .col .active .participate {
    display: block;
    margin-top: 25px;
}

.packgaeitems .col .active {
    background-image: url(../images/whitedrop.png);
}


.packgaeitems .col .active:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bill.png);
    top: 40px;
    right: 5px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 80% 0%;
    display: inline-block;
}

.packgaeitems .col .active .orange {
    color: #D28B3F !important;
}

.pt-7{
    padding-top: 3.5rem !important;
}

.dropdowns select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
}

.UlShareIcons{
    display:flex;
    float:left;
    padding-top:9px;
}

.page-title-template{
    position:relative
}

.row-breadcrumb {
    position: absolute;
    bottom: -5px;
    left: 90px;
    right: 90px;
    z-index: 1;
    border-top: 1px solid #8e8e8e;
    padding-top: 5px;
}

.breadcrumb-item a{
    color:#ffffff;
}

.breadcrumb{
    background-color:transparent;
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: url('../images/arrow-breadcrumb.png');
    padding-left: .5rem;
}

.innerheaderContent {
    position: absolute;
    bottom: 40%;
    right: 0;
    background: #4BA540 0% 0% no-repeat padding-box;
    border-radius: 67px 0px 0px 0px;
    min-height:111px;
}

    .innerheaderContent .white {
        padding: 35px 110px 25px 50px;
    }

.share-word{
    color:#ffffff;
}

.header-shadow {
    background-image: url(/app_themes/ThemeAr/images/header-shadow.png);
    background-size: cover;
    min-height: 161px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.at-share-btn .at-icon-wrapper, .at-icon {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
}

.page-body-template {
    padding-top: 50px;
    /*background-image: url(../Images/bginner.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.active .carousel-item{
    display:block !important;
}

#rateBox {
    display: inline-block;
}


.rate_item.fxss_rate_select {
    color: #ffb800 !important;
}
svg.icon:hover {
    color: #FFB800;
}

.block-div {
    border: 1px solid #e1e1e1;
    text-align: center;
    min-height: 250px;
    height: 290px;
}

    .block-div h6 {
        color: #333;
    }

    .block-div p {
        color: #333;
    }

.div-search {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-search-div{
    margin-top:5px;
    text-align:center;
}

.btn-search{
    width:70%;
}


.CurrentPageClass {
    color: #fff !important;
    background: #4ba540;
    cursor: pointer !important;
    border: 1px solid transparent !important;
}



.NumericClass:hover {
    cursor: pointer !important;
    color: #fff;
    background: #4ba540;
    cursor: pointer;
}
.lblQuestion {
    padding-right: 7px
}

.itemDirection {
    direction: rtl !important;
}

.CurrentPageClass, .NumericClass {
    border: 1px solid #777;
    transition: all 0.5s;
    color: #777;
    float: right;
    cursor: pointer;
    margin-left: 5px;
    height: 35px;
    border-radius: 50%;
    width: 35px;
    text-align: center;
    font-weight: bold;
    padding: 6px;
}

.page-body-template .itemDirection .rotateImg {
    padding: 13px 14px 9px 12px !important;
    float: right;
    transform: rotate(180deg);
}

.btn-primary {
    background-color: #5b9d15;
    border-color: #5b9d15;
}



.bg-l-grey {
    background-color: #f9f9f9;
}

.breadcrumb-item span {
    color: #ffffff;
}

.DivlnkMore {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.pull-right {
    padding-right: 10px;
}

.displayHidden{
    display:none
}

.news-image{
    min-height:200px;
    max-height:200px;
}

.news-more {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}

.news-more span{
    padding-right:10px;
}

.news-title {
    font-family: 'HacenTunisiaBold';
    color:#333;
}

.news-div a {
    color: #333;
}

.link-grey{
    color:#333;
}

.card-footer span{
    padding-right:10px;
}

.faq-category {
    color: #4ba540
}

.question {
    font-size: 16px;
}

.panel-faq .panel-default > .panel-faq .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-faq .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    line-height: 24px;
}

.panel-faq .panel-default > .panel-faq .panel-heading + .panel-faq .panel-collapse > .panel-faq .panel-body {
    border-top-color: #ddd;
}

.panel-faq .panel-faq .panel-default {
    border-color: #ddd;
}

.panel-faq .panel-group .panel-faq .panel {
    margin-bottom: 10px;
    border-radius: 4px;
}

.panel-faq .panel-faq .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-faq .panel-default {
    border-color: #ddd;
}

.panel-faq .panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-faq .panel-collapse {
    padding: 15px;
}

.panel-faq .panel-heading [data-toggle=collapse]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080"; /* "play" icon */
    float: left;
    color: #218455;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-faq .panel-heading [data-toggle=collapse].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.panel-faq .panel-title a {
    color: #333;
}

.PhotoSpanhover {
    font-weight: 500;
    width: 90%;
    padding-top: 10px;
}
.PhotoGalleryClassWidth {
    width: 25%;
}
.SplashScreen {
    max-height: 580px;
    min-height: 580px;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    background-position: center;
    background-size: cover;
}



.PollChart {
    float: right;
}

.rblPollAnswer label {
    padding-right: 5px;
    padding-left: 5px;
}

.font-bold a{
    color:#333
}

.PhotoGalleryClassWidth{
    color:#333;
}

.color-black{
    color:#333;
}

.LablelFormBuilder {
    border-right: 3px solid #4ba540;
    padding-right: 5px;
}

.RadiobuttonList label{
    padding-right:5px;
    padding-left:5px;
}

.checkboxList label {
    padding-right: 5px;
    padding-left: 5px;
}

.bootstrap-dialog-footer{
    margin:auto
}


    .bootstrap-dialog-footer input {
        background-color: #5b9d15;
        color: #fff;
    }
.messageBoxModal {
    width: 250px;
}
.messageBoxModal .modal-content {
    border: 1px solid rgba(0,0,0,.2) !important;
}

body.night {
    background: #ddd;
}
    body.night .mainheader {
        background: #ddd;
    }

    body.night .footer {
        background: #ddd;
    }

.Tender-Box {
    border: 1px solid #c8c8c8;
    border-right-color: rgb(200, 200, 200);
    border-right-style: solid;
    border-right-width: 1px;
    background-color: #f3f3f3;
    width: 100%;
    padding: 15px;
    border-right: 3px solid #76bf7b;
    position: relative;
    min-height: 330px;
}
.Tender-col {
    padding-bottom: 20px;
}
.Tender-Box h5 {
    line-height: 1.5;
    padding-top: 20px;
    font-size: 1rem;
    color: #76bf7b;
}
.Tender-Box a {
    color: #76bf7b;
}
.tender-number {
    float: left;
    background-color: #76bf7b;
    position: absolute;
    left: 0;
    color: #fff;
    padding: 0px 5px 0px 5px;
}
-search {
    width: 100%;
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}

.page-body-template .btn-search {
    font-size: .875rem;
    border: none !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    height: 32px !important;
    color: white !important;
    background-color: #76bf7b !important;
    text-align: center !important;
    width: 100% !important;
    line-height: 1.5;
    border-radius: 0.2rem !important;


}
.txt-search {
    width: 100%;
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}
.content-body {
    margin-bottom:10% !important;
}

.content-body select {
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    width: 430px !important;
    margin-bottom: 4% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    background-image: url('/App_Themes/ThemeAR/Images/DropDownArrowAR.png') !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
}
.bdr-grey label {
    font-family: 'Hacen-regular' !important;
}
.Powered a:hover {
    color: #5B9D15 !important;
}

.memory-game {
    width: 430px;
    height: 500px;
    margin: auto;
    margin-bottom: 0%;
    perspective: 1000px;
}

.memory-card {
    width: 90px;
    max-width: 19.666667%;
    flex: 0 0 19.666667%;
    height: 90px;
    background: #1C7CCC;
    margin: 5px;
    margin-bottom: 1%;
    position: relative;
    transform: scale(1);
    transform-style: preserve-3d;
    transition: transform 0.1s;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}

    .memory-card:active {
        transform: scale(0.97);
        transition: transform .2s;
    }

    .memory-card.flip {
        transform: rotateY(180deg);
    }

.front-face, .back-face {
    width: 94px !IMPORTANT;
    height: 93px;
    padding: 0px;
    left: -2px;
    position: absolute;
    background: #1C7CCC;
    backface-visibility: hidden;
}
.front-face {
    transform: rotateY(180deg);
}
.kids-block h1 {
    color: #fff;
    font-size: 4em;
}
.hidden {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
#carouselExampleControls2 .carousel-inner {
    width: 700px;
    margin: 0 auto;
}
#carouselExampleControls2 .carousel-item {
    max-height: 500px;
}
#carouselExampleControls2 .carousel-control-prev-icon {
    background: rgba(0, 0, 0, 0) url(/App_Themes/ThemeAR/Images/video-l-arrow.png) repeat scroll 0 0;
    left: -60px;
    width: 59px;
    height: 59px;
    top: 50%;
    margin-top: -30px;
}
#carouselExampleControls2 .carousel-control-next-icon {
    background: rgba(0, 0, 0, 0) url(/App_Themes/ThemeAR/Images/video-r-arrow.png) repeat scroll 0 0;
    right: -60px;
    width: 59px;
    height: 59px;
    top: 50%;
    margin-top: -30px;
}
.required
{
    color:red !important;
}
.footer
{
    background-image:url(../Images/footerlayer.png);
}
#carouselExampleControls2 .carousel-caption {
    right: 0px !important;
    bottom: 20px !important;
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100% !important;
}

.responsive-image {
    display: none !important;
}


.map-brief {
    background-color: #f1f1f1;
    padding: 25px 20px 0px 20px;
    height: 265px;
    margin-left: -17px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    border: solid 3px #e1e1e1;
    margin-top: 25%;
}



.offices .col-md-2 {
    padding-left: 0px !important;
}


#loading {
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0px;
    padding-top: 13%;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 9999999;
    background-color: rgba(0,0,0,.9);
}
@media only screen and (max-width: 768px) {
    .offices .col-md-2 {
        padding-left: 15px !important;
    }

    .map-brief {
        height: auto;
        margin-left: 0px;
    }
}

.EditAttachement{
    padding-right:20px;
}

.removeButton {
    visibility: visible !important;
}


#name11 .e-services{
    display:block;
}

#name12 .e-services {
    display: none;
}

#name11 .service-guide {
    display: none;
}

#name12 .service-guide {
    display: block;
}


.navbar-brand {
    z-index: 9999999999 !important; 
}


.footer-nav li a:after{
    content:"-";
        padding-right: 20px;
}

.footer-nav li:last-child a:after {
    content: "";
    padding-right: 20px;
}

.footer-nav .nav-link{
    padding-right:0px !important
}

#scroll-top {
    display: none;
    width: 41px;
    height: 36px;
    position: fixed;
    bottom: 70px;
    left: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #5B9D15;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    text-align: center;
}

    #scroll-top img {
        vertical-align: bottom;
    }