@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');

@font-face {
  font-family: 'DroidArabicKufi';
  src: url('Fonts/DroidArabicKufi/DroidArabicKufi.eot');
  src: url('Fonts/DroidArabicKufi/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
       url('Fonts/DroidArabicKufi/DroidArabicKufi.woff') format('woff'),
       url('Fonts/DroidArabicKufi/DroidArabicKufi.ttf') format('truetype'),
       url('Fonts/DroidArabicKufi/DroidArabicKufi.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Raleway', 'DroidArabicKufi' !important;
}
p, .bt-introtext, li {
    font-family: 'Raleway', 'DroidArabicKufi' !important; 
}
a {
  font-family: 'Raleway', 'DroidArabicKufi' !important;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Raleway', 'DroidArabicKufi' !important;
}

/***********************************
            End Main
***********************************/

#g-header {
    position: absolute;
    width: 100%;
    background: transparent;
    height: 125px;
    padding: 0 50px;
    transition: 0.7s all;
    z-index: 9999;
}
#g-header .g-content {
    margin: 0;
    padding: 0;
}
#g-header .g-container {
    width: 100%;
}
#menu, .mod-languages {
    position: relative;
    top: 30px;
}
#menu {
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
}
.animateddrawer span::after, .animateddrawer:before, .animateddrawer:after, .animateddrawer span {
    height: 0.3em;
}
.animateddrawer span {
    margin-top: -1px;
}
.pull-right {
    float: inherit !important;
    margin: 15px auto;
    display: table;
}
.gantry-logo img {
    width: auto;
    position: relative;
    top: 15px;
    z-index: 999;
    transition: 0.7s all;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
    background: transparent;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active, #g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
    background: transparent;
}
.g-social a {
    background: transparent;
    border: none;
}
nav.fullscreenmenu ul.mainul li a {
    font-size: 30px !important;
    padding: 0;
/*    margin-bottom: 15px;*/
}
nav.fullscreenmenu ul.mainul > li.active {
    border: 1px dashed #fff;
}
.mainul li {
    margin-bottom: 15px;
}
nav.fullscreenmenu ul.mainul {
    width: 25%;
    margin: 8em auto 0;
    display: table;
}
.marketing h3 {
    font-size: 55px !important;
    font-weight: bold;
    color: #fff;
}
.marketing p {
    font-size: 30px !important;
    color: #fff !important;
}
#about-sec {
    background: url(../images/about-sec.jpg);
    min-height: 450px;
    background-repeat: no-repeat !important;
    padding: 0 50px;
}
#about-sec h3 {
    color: #4a4a4a;
    font-size: 43px;
    text-align: left;
    margin: 35px 0;
    font-weight: bold;
}
#about-sec h3 g {
    color: #649543;
}
#about-sec p {
    color: #666666;
    width: 50%;
    text-align: left;
}
#about-sec a {
    color: #619143;
    border: 2px solid #619143;
    border-radius: 10px;
    background: #fff;
    padding: 15px 50px;
    float: left;
    font-size: 22px;
    font-weight: bold;
    display: inline-flex;
    transition: 0.7s All;
}
#about-sec a:hover {
    background: #8cc63e;
    color: #fff;
}
#about-sec a:after, #news a.readmore:after {
    content: url(../images/right.png);
    height: 30px;
    position: relative;
    top: -5px;
    left: 15px;
}
#about-sec h3:after {
    content: "";
    border-bottom: 2px solid #619143;
    display: block;
    width: 150px;
}
#g-showcase {
    background: url(../images/services-sec.jpg);
/*    height: 770px;*/
    padding: 0 50px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#news, #news-big {
    padding: 0 50px;
}
#download {
    background: url(../images/download-sec-en.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 490px;
    padding: 0 50px;
}
#home-page #g-main {
    /*background: url(../images/register-sec.jpg);*/
    min-height: 483px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 50px !important;
}
#g-main h3, #news h3 {
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    color: #619143;
    margin: 35px 0;
}
#g-main h3:after, #news h3:after, #services h3:after {
    content: "";
    border-bottom: 2px solid #619143;
    display: block;
    width: 150px;
    margin: 0 auto;
}
#services h3:after {
    width: 250px;
}
#home-page #g-main p {
    text-align: center;
}
#services h3 {
    font-size: 43px;
    text-align: center;
    margin: 35px 0;
    font-weight: bold;
}
g {
    color: #8cc63e;
}
#services p {
    text-align: center;
}
#services .readmore a {
    background: #619143;
    border: 2px solid #619143;
    color: #fff;
    border-radius: 10px;
    padding: 15px 50px;
    font-size: 21px;
    transition: 0.7s All;
    margin: 60px auto;
    display: table;
}
#services .readmore a:hover {
    color: #619143;
    background: #fff;
}
#brands img {
    width: auto !important;
}
p.chrono_credits {
    display: none;
}
.djslider-loader-default, .prev-button, .next-button {
    border: none;
    outline: none;
}
.careers .gbs3 .A, .contact .gbs3 .A {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #639044;
}
.careers .gbs3 .gcore-form-row .gcore-input, .contact .gbs3 .gcore-form-row .gcore-input {
    width: 100%;
}
.careers input#Submit, .contact input#Submit {
    background: #639044;
    color: #fff;
    text-shadow: none;
    transition: .7s all;
    border: 1px solid #639044;
}
.careers input#Submit:hover, .contact input#Submit:hover {
    background: #8cc63e;
    border-color: #8cc63e;
    transition: .7s all;
}
.careers .gbs3 {
    width: 50%;
    margin: 0 auto;
}
.contact .gbs3 .gcore-subinput-container {
    width: 50%;
    float: left;
}
.contact .gcore-subinput-container-wide {
    width: 50%;
    float: left;
}
#fin-lname, #fin-phone {
    padding-right: 0 !important;
}
.custom #fin-fname, .custom #fin-email {
    padding-right: 5px;
}
.custom .gbs3 .A {
    margin-bottom: 5px !important;
}
.custom i.fa {
    width: 50px;
    font-size: 35px;
    text-align: center;
    color: #8bc53e;
}
.custom i.fa.fa-envelope {
    font-size: 30px;
}
#follow-us i.fa {
    color: #fff;
    border: 1px solid;
    border-radius: 25px;
    padding: 10px;
    font-size: 30px;
    transition: 0.7s All;
}
#follow-us i.fa:hover {
    color: #8bc53e;
}
i.fa.fa-mobile {
    font-size: 22px !important;
}
#user a {
    border: 1px solid #fff;
    padding: 8px 12px;
    border-radius: 25px;
    position: relative;
    top: 37px;
    background: #fff;
    color: #619243;
    font-size: 20px;
}
#user a:hover {
    color: #8cc63e;
}
#sb-search.sb-search-open {
    width: 300px;
}
#sb-search.sb-search-open input#search {
    width: 275px;
    padding: 3px 15px 5px 15px !important;
}
.sb-search {
    border-radius: 50px;
    transition: .7s all;
    margin-top: 7px;
    min-width: 42px;
    min-height: 42px;
}
.scroll .sb-search {
    transition: .7s all;
    margin-top: 30px;
}
#g-header .sb-icon-search {
    color: #619243;
    background: #fff;
    font-size: 20px;
    margin: 3px 2px;
}
#search .g-content {
    margin: 0.625rem 0;
    padding: 0.938rem 0;
}
.search input {
    border-radius: 0 !important;
    font-size: 13px;
    height: 8px;
    position: relative;
    width: 100%;
}
#search button {
    position: relative;
    bottom: 20px;
    font-size: .5px;
    border: none;
    padding: 0;
    background: transparent;
    visibility: hidden;
    float: right;
    left: 11px;
}
#search button:after {
    font-family: 'FontAwesome';
    content: "\f002";
    line-height: 16px;
    width: 18px;
    height: 17px;
    display: inline-block;
    background: transparent;
    color: #619143;
    border-radius: 0;
    visibility: visible;
    font-size: 14px;
}
#searchForm .btn-toolbar, #searchForm .only,
#searchForm .form-limit, .phrases, .result-created {
    display: none;
}
.search-results dt.result-title {
    display: inline-block;
    color: #619143;
    font-weight: bold;
    transition: 0.5s All;
}
.search-results dt.result-title:hover {
    color: #8cc63e !important;
    text-decoration: underline;
    transition: 0.5s All;
}
.search-results dt.result-title a {
    color: #619143 !important;
    transition: 0.5s All;
}
.label-info, .badge-info {
    background-color: #619143;
    color: #fff;
}
.search-results dt.result-title a:hover {
    color: #8cc63e !important;
}
.search-results dd.result-text {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 24px;
    border-bottom: 1px dotted #ccc;
    margin-top: 5px;
}
.search-results dd.result-category {
    display: none;
}
.search h1.page-title {
    color: #619143;
    font-size: 1.9rem;
}
.services a.next, .services a.prev {
    opacity: 1;
    display: block;
}
.services a.bt-title, #services a.bt-title {
    margin: 0 auto;
    display: table;
    color: #619143 !important;
}
.services .bt-introtext, #services .bt-introtext {
    text-align: center;
    padding: 0 35px;
    height: auto !important;
}
.services p.readmore a {
    margin: 0 auto;
    display: table;
    border: 1px solid #fff;
    padding: 5px 15px;
    background: #fff;
    color: #0d52a1 !important;
    transition: 0.7s All;
}
.services p.readmore a:hover {
    background: transparent;
    color: #fff !important;  
}
.services h3, #brands h3 {
    text-align: center;
}
.services .bt-cs .bt-inner img, .services-res {
    outline: none;
    border: none;
    opacity: 1 !important;
    transition: 0.9s All;
    background: #ffffff45;
    border-radius: 25px;
}
.services .bt-cs .bt-inner img:hover {
    transform: rotate(360deg) !important;
    transition: 0.9s All;
}
.f-width {
    width: 100%;
}
.h-width {
    width: 50%;
    float: left;
}
.contact-us .h-width h3 {
    display: none;
}
.contact-us .h-width p {
    margin-top: 0;
}
#inner-page #g-main .g-container {
    width: 100%;
    padding: 0 50px 20px;
    min-height: 250px;
}
#g-subfeature {
    background: #0a0203;
    padding: 0 50px !important;
}
#g-subfeature h3 {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    margin: 35px 0;
}
#follow-us h3 {
    margin: 20px 145px 0 0;
}
#g-subfeature p, #g-subfeature a {
    color: #fff;
}
#g-subfeature a:hover {
    text-decoration: underline;
}
#g-footer {
    background: #639044;
    padding: 0 50px !important;
}
.services-res, .brands-res {
    display: none;
}
.res {
    display: none;
}
#download h3 {
    margin: 35px 0;
    color: #fff;
    font-size: 55px;
    font-weight: bold;
}
#download p {
    color: #fff;
}
#download img {
    width: 300px;
    margin: 0 auto;
    display: table;
}
#download .custom {
    width: 71%;
    padding-right: 150px;
    float: right;
}
.register-form {
    margin: 0 auto;
    display: table;
}
.register-form .gbs3 .A {
    padding: 20px 100px 20px 60px;
    border-radius: 50px;
    font-size: 21px;
    border-color: #639044;
}
.register-form #fin-submit {
    margin: 0 auto;
}
#fin-submit:after {
    content: "\f124";
    font-family: FontAwesome;
    position: relative;
    right: 70px;
    top: 8px;
    font-size: 35px;
    margin: 0 auto;
    color: #fff;
    transition: 0.7s All;
}
#fin-submit:hover:after {
    color: #639044;
    transition: 0.7s All;
}
#submit {
    background: #639044;
    color: #fff;
    border-color: #639044;
    padding: 20px 100px;
    transition: 0.7s All
}
#submit:hover {
    background: #fff;
    color: #639044;
    text-shadow: 0 1px 0 #639044;
}
.register-form #fin-name:after {
    content: "\f007";
    font-family: FontAwesome;
    position: relative;
    top: -65px;
    font-size: 35px;
    left: 20px;
    color: #8bc53e;
}
.register-form #fin-mail:after {
    content: "\f0e0";
    font-family: FontAwesome;
    position: relative;
    top: -65px;
    font-size: 35px;
    left: 20px;
    color: #8bc53e;
}
p.chrono_credits {
    display: none !important;
}
#home-page .info p {
    text-align: left;
    margin: 1.5em auto;
    display: table;
}
.bt-cs .bt-inner img {
    border: none;
    outline: none;
}
#news-big .bt-cs .bt-inner .bt-title {
    color: #619143;
    font-weight: bold;
    font-size: 33px;
    line-height: 80px;
}
#news .bt-cs .bt-inner .bt-title, .news .bt-cs .bt-inner .bt-title {
    color: #619143;
    font-weight: bold;
    font-size: 18px;
}
#news a.readmore {
    margin: 30px auto;
    display: table;
    border: 2px solid #619143;
    border-radius: 5px;
    padding: 15px 50px;
    color: #619143;
    font-size: 22px;
    font-weight: bold;
    display: inline-flex;
    transition: 0.7s All;
}
#news a.readmore:hover {
    background: #8cc63e;
    color: #fff;
}
#news .bt-cs .bt-inner img {
    float: left;
}
#news .bt-row-separate {
    border-bottom: 2px solid #cfc9bb;
    padding-top: 15px !important;
}
#news .bt-cs .bt-extra {
    clear: none;
}
#news .bt-cs .bt-inner img {
    float: left;
    border: 1px solid #619143;
    padding: 10px;
    width: auto !important;
    margin: 5px 20px 5px 0;
    transition: 0.7s All;
    opacity: 1 !important;
}
#news .bt-cs .bt-inner img:hover {
    transform: translateX(30px);
    margin-right: 40px;
    transition: 0.7s All;
}
#news-big .bt-cs .bt-inner img {
    opacity: 1 !important;
    transition: transform 1s;
}
#news-big .bt-cs .bt-inner img:hover {
/*    transform: translate(20px, 20px);*/
    transition: transform 1s;
    transform: translateX(30px);
}
span.bt-date {
    font-size: 22px !important;
    color: #000;
}
#home-page p, #home-page .bt-introtext {
    line-height: 1.8;
}
.caret {
    border-top: 4px solid #619143;
}
.btn-group a {
    border-radius: 25px !important;
    background: #fff;
    font-size: 0 !important;
    padding: 9px 4px !important;
    width: 40px;
    height: 40px;
    text-align: center;
}
.dropdown-menu > li > a {
    padding: 10px;
}
ul.lang-inline.dropdown-menu {
    min-width: auto;
    border: 1px solid #fff;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
    background: #fff !important;
}
.mod-languages li {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.dropdown-menu > li > a:hover {
    background: #e6e6e6;
}
#inner-page #g-main .g-content {
    margin: 0;
    padding: 0;
}
.contact-us a.mail {
    color: #639044;
}
.contact-us a.mail:hover {
    text-decoration: underline;
}
.page-header h2, div.itemListCategory h2, div.itemHeader h2.itemTitle {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    position: relative;
    color: #fff;
    z-index: 999;
    top: -190px;
    margin-bottom: -50px;
}
div.itemListCategory {
    background: none;
    border: none;
}
.logo-phone p {
    position: relative;
    text-align: center;
    top: -50px;
    right: 20px;
}
a.btn.dropdown-toggle img {
    position: relative;
    right: -2px;
}
.item-image img {
    margin: 0 auto;
    display: table;
    max-width: 60%;
}
.gallery .bt-cs .bt-inner img {
    padding: 10px;
    width: auto !important;
    transition: 0.7s All ease-in;
    opacity: 1 !important;
}
.gallery .bt-cs .bt-inner img:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: .3s ease-in-out;
    transition: .7s ease-in-out;
}
.gallery .bt-cs .bt-inner .bt-title {
    color: #619143;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto;
    display: table;
}
.djslider-default .navigation-container .prev-button {
    left: -65px;
}
.djslider-default .navigation-container .next-button {
    right: -65px;
}
#clients .djslider-default img.dj-image {
    width: 100px !important;
}
.itemExtraFields h3, .itemBackToTop {
    display: none;
}
.itemExtraFields ul li span.itemExtraFieldsLabel {
    width: 15% !important;
} 
div.catItemHeader h3.catItemTitle {
    font-size: 24px !important;
    margin: 0 auto !important;
}
.inner-gallery a.bt-title {
    margin: 0 AUTO;
    display: TABLE;
    color: #689a41 !important;
}
.all-contact {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.sub-flag h4 {
    margin: 0 10px 0;
}
.sub-contact {
    width: 50%;
    float: left;
    padding: 0 235px 0 0;
    font-size: 14px;
}
.sub-flag img {
    height: 21px;
}
.sub-flag {
    display: inline-flex;
}
ul.sigProClassic li.sigProThumb {
    margin: 10px 19px;
}
div.k2ItemsBlock ul li {
    width: 30%;
    float: left;
    margin: 0 20px 25px;
}
a.moduleItemTitle {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.keenpt_price {
    display: none !important;
}
.keenpt_title {
    background: #0a82b9;
    background: -moz-linear-gradient(45deg, #0a82b9 0%, #191919 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#0a82b9), color-stop(100%,#191919));
    background: -webkit-linear-gradient(45deg, #0a82b9 0%,#409d50 100%) !important;
    background: -o-linear-gradient(45deg, #0a82b9 0%,#409d50 100%);
    background: -ms-linear-gradient(45deg, #0a82b9 0%,#409d50 100%);
    background: linear-gradient(45deg, #0a82b9 0%,#409d50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a82b9', endColorstr='#409d50',GradientType=1 );
}
.keenpt_style_basic .keenpt_plan .keenpt_features {
    min-height: 600px;
}
.versions {
    margin-bottom: 50px !important;
    display: flow-root;
}
div.k2ItemsBlock ul li a {
    pointer-events: none;
    background: #7cb240;
    width: 100%;
    color: #fff;
}
.sub-contact a {
    color: #639044;
}
.sub-contact a:hover {
    text-decoration: underline;
}
.tablet ul {
    margin: 0 auto;
    display: table;
}
.tablet li {
    margin: 10px 0;
}
tr.even {
    background: #eee;
}
.tablet table {
    text-align: center;
}
.breadcrumb > li > .icon-location:before {
    color: #87C943;
}
.breadcrumb {
    padding: 2px;
    font-size: 0.8rem;
    position: relative;
    top: 15px;
}
.breadcrumb > li .pathway span {
    color: #2c2c2c;
    padding-left: 5px;
}
.breadcrumb > li > .divider {
    color: #8bc63f;
    font-weight: bold;
}
.catItemImageBlock {
    height: 275px;
    overflow: hidden;
}
div.itemImageBlock {
    float: right;
}
div.itemExtraFields {
    border: none;
}

/***********************************
            End Main
***********************************/


/***********************************
            Responsive
***********************************/

@media (max-width: 767px) {

#g-header {
    height: 260px;
    position: relative;
    background: #619143;
    padding: 0 20px;
}
#g-navigation .g-grid:nth-child(1) {
    display: none;
}
.gantry-logo img {
    width: 150px;
    top: 40px;
}
#user a {
    padding: 5px 12px;
    display: table;
    top: -43px;
}
.sb-search {
    margin-top: 50px;
}
#social {
    text-align: center !important;
}
#search .g-content, #social .g-content, #lang .g-content {
    margin: 0;
    padding: 0;
}
#g-subfeature, #g-footer, #inner-page #g-main .g-container {
    padding: 0 20px !important;
}
.services-res, .brands-res {
    display: block;
}
.services, .brands {
    display: none;
}
#inner-page .services, #inner-page .brands {
    display: block;
}
.h-width {
    width: 100%;    
}
#lang {
    position: absolute;
    top: 10px;
    right: 0;
}
#menu {
    position: absolute;
    width: 40px !important;
    height: 40px;
}
.animateddrawer span::after, .animateddrawer:before, .animateddrawer:after, .animateddrawer span {
    height: 0.2em;
}
.pull-right {
    width: 2em;
    height: 2em;
    margin: 8px auto;
}
nav.fullscreenmenu ul.mainul {
    width: 50%;
}
.careers .gbs3 {
    width: 100%;
}
.res {
    display: block;
}
#about-sec h3, #g-main h3, #news h3, #services h3, #download h3 {
    font-size: 35px;
}
#about-sec p {
    width: 100%;
}
#about-sec a {
    float: inherit !important;
    margin-bottom: 25px;
}
#download .custom {
    width: 100% !important;
    padding: 0 !important;
}
.register-form .gbs3 .A, #submit {
    font-size: 19px;
    padding: 3px 50px;
}
.register-form #fin-name:after, .register-form #fin-mail:after {
    top: -40px;
    font-size: 25px;
}
#fin-submit:after {
    font-size: 25px;
}
#submit {
    padding: 3px 0;
    width: 100% !important;
}
.register-form #fin-name, .register-form #fin-mail {
    padding-right: 0 !important;
}
.register-form #fin-submit {
    width: 100%;
}
#download, #home-page #g-main, #news, #news-big, #g-showcase, #about-sec {
    padding: 0 20px !important;
}
#download img {
    width: 157px;
}
#news .bt-cs .bt-inner img {
    float: inherit;
    margin: 0 0 10px auto;
}
#news {
    text-align: center;
}
#g-subfeature p {
    text-align: center;
}
.logo-phone p {
    right: 0;
}
a.gantry-logo {
    width: 150px;
    margin: 0 auto;
}
.mod-languages {
    position: absolute;
    right: 20px;
}
#about-sec {
    background: #fff;
}
#download {
    background: #8bc53e;
}
#follow-us h3 {
    margin: 20px 0 !important;
    text-align: center !important;
}
#g-subfeature h3, #about-sec h3 {
    text-align: center !important;
}
#about-sec h3:after {
    margin: 0 auto;
}
#g-showcase {
    background: #000;
}
  
.sub-contact {
    width: 100%;
    padding: 0 !important;
   
}  
div.k2ItemsBlock ul li {
    width: 100%;
    margin: 20px auto;
}
div.k2ItemsBlock ul {
    padding: 0;
}
}


/***********************************
           End Responsive
***********************************/

