/* --------------- Global Styles --------------- */

/*font-family: 'CairoBlack';
font-family: 'CairoBold';
font-family: 'CairoExtraLight';
font-family: 'CairoLight';
font-family: 'CairoRegular';
font-family: 'CairoSemiBold';*/

body {
    color: #343434;
    font-family: 'CairoRegular';
    line-height: 1.4;
    padding: 0 !important;
    background: #f8fafb;
    font-size: 14px;
    text-align: right;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}

::selection {
    background: #2db166;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #2db166; /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #2db166; /* Safari */
    color: #FFF;
    text-shadow: none;
}

a, btn, #header .register ul li a span:after, .HomeNewsBox, ul.social li a img, .ListPart, .EventsBox, .PaymentBox, .PaymentBox img {
    text-decoration: none;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -ms-transition: 1s ease all;
    transition: 1s ease all;
}

a {
    color: #2db166;
    direction: rtl;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #f03f45;
    outline: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

/*=============== Start Form ===============*/
.form-control {
    box-shadow: inherit;
    direction: rtl;
    border-radius: 6px;
    height: 34px;
    font-family: 'CairoRegular';
    border: none;
    font-size: 14px;
    color: #b8b8b8;
}

select.form-control {
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 6px;
    color: #b8b8b8;
    height: 34px;
    background: url(../images/arrow-d.png) no-repeat 11px #FFF;
    -webkit-appearance: none;
}

select.form-control::-ms-expand {
    display: none;
}

.form-horizontal .control-label {
    text-align: right;
    font-size: 18px;
    font-family: 'CairoBold';
    color: #2db166;
}

.form-group {
    margin-bottom: 27px;
}

sup {
    color: #eb0909;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b8b8b8;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b8b8b8;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b8b8b8;
}

/*=============== End Form ===============*/

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

ol, ul {
    margin: 0px;
    padding: 0;
    direction: rtl;
}

ul li, ol li {
    color: #343434;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    color: #464646;
    text-transform: uppercase;
    direction: rtl;
}

p {
    font-size: 14px;
    color: #616161;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: 'CairoSemiBold';
    direction: rtl;
}

p + p:last-child {
    margin-bottom: 0;
}

.light {
    font-weight: 100;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn {
    border-radius: 0;
    font-size: 16px;
    font-family: 'CairoLight';
    line-height: 35px;
    padding: 5px 40px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.btn-success {
    background: #2db166;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-family: 'CairoBold';
    border: none;
    padding: 8px 22px;
    line-height: 20px;
}

.btn-success:hover {
    background: #f03f45;
    color: #FFF;
}

.btn-lg {
    width: 100%;
    padding: 21px;
    font-size: 18px;
    font-family: 'CairoBold';
    text-align: center;
}

.btn-info {
    background: #9d9d9d;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-family: 'CairoBold';
    border: none;
    padding: 8px 22px;
    line-height: 20px;
}

.btn-info:hover {
    background: #000;
    color: #FFF;
}

.btn-primary {
    background: #148846;
    color: #fff;
    font-size: 16px;
    font-family: 'CairoBold';
    text-transform: capitalize;
    border-radius: 6px;
    line-height: 20px;
    padding: 6px 28px;
}

.btn-primary:hover {
    background: #e30c26;
}

.btn-primary img {
    margin-right: 24px;
}

.primary-line {
    background: none;
    border: 2px solid #3b6cb4;
    color: #3b6cb4;
    line-height: 40px;
    font-family: 'CairoLight';
}

.primary-line:hover {
    border: 2px solid #e3ad21;
    color: #e3ad21;
    background: none;
}

.btn-default {
    background: #d01818;
    color: #fff;
    font-size: 14px;
    font-family: 'CairoBold';
    text-transform: uppercase;
}

.btn-default:hover {
    background: #555;
    color: #fff;
}

.no-padding {
    padding: 0 !important;
}

section {
    padding: 0px;
}

.container {
    width: 1310px;
    margin: 0 auto;
    position: relative;
}

.sm-center-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*========== Header ==========*/

#header {
    background: #fff;
    padding: 0 0 39px;
    border-top: 4px solid #2db166;
    position: relative;
    z-index: 99;
}

#header .logo, #header .navbar-brand {
    float: right;
    position: relative;
}

#header .navbar-brand {
    height: inherit;
    padding: 0;
    /* position: absolute; */
    /* right: 4px;
    z-index: 9; */
}

#header .register ul {
    float: right;
    padding: 0;
    width: 100%;
    text-align: right;
    z-index: 999;
    margin: 32px 0 41px;
}

#header .register {
    float: left;
}

#header .register ul li {
    float: right;
    margin: 0 16px;
}

#header .register ul li:last-child {
    margin-left: 0;
}

#header .register ul li a {
    font-size: 13px;
    font-family: 'CairoSemiBold';
    color: #848383;
}

#header .register ul li a span {
    margin-right: 10px;
    position: relative;
}

#header .register ul li a span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a8a7a7;
    left: 0;
    bottom: 2px;
}

#header .register ul li a:hover span:after {
    background: #f03f45;
}

#header .register ul li a:hover {
    color: #f03f45;
}

#header .navbar-default {
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: none;
}

#header .navbar {
    min-height: inherit;
    margin-bottom: 0;
}

#header .navbar-nav > li > a {
    font-size: 16px;
    font-family: 'CairoRegular';
    color: #000;
}

#header .navbar-default .navbar-nav > li > a {
    color: #404040;
    padding: 0px 15px;
    border-right: 1px solid #858585;
}

#header .navbar-default .navbar-nav > li:hover > a {
    color: #fff;
}

#header .navbar-default .navbar-nav > li:last-child > a {
    border-right: 0;
}

#header .register ul li a.search-open {
    padding: 0;
    display: block;
}

#header .register .search-inline {
    width: 65%;
    left: 15px;
    top: 20px;
    height: 50px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
}

#header .register .search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
}

#header .register .search-inline button[type="submit"] {
    position: absolute;
    top: 0;
    background-color: transparent;
    border: 0px;
    left: 80px;
    padding: 0px;
    cursor: pointer;
    width: 80px;
    height: 99%;
    background: #222;
    color: #fff;
}

#header .register .search-inline .form-control {
    border: 0px;
    padding-left: 0;
    font-size: 2rem;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    font-family: 'CairoBold';
    outline: none;
    text-align: right;
}

#header .register .search-inline .search-close {
    position: absolute;
    top: 0;
    left: 0;
    color: #616161;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

#header .register .search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

#header .register .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: .25rem;
    box-shadow: none;
}

ul li.bg {
    display: inline-block;
    float: right;
}

ul li.bg:after {
    background: #f03f45;
}

.bg.hover-bg:hover a, .bg.hover-bg.active a {
    color: #434343;
}

.hover-bg.has-sub:hover ul li a {
    color: #404040;
}

.hover-bg:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    bottom: -15px;
    background: #f03f45;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    height: 5px;
}

.hover-bg:active:after, .hover-bg:focus:after, .hover-bg:hover:after, .hover-bg.active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
}

main.main {
    position: relative;
}

/*============= Banner =============*/
#banner, #InnerBanner {
    position: relative;
    top: 0;
    width: 100%;
}

#banner .slider .slick-track {
    position: relative;
    background: #000;
}

#banner .slider .slick-track .item {
    position: relative;
    background: #000;
}

#banner .carousel-text {
    padding: 0;
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
}

#banner .carousel-text h2 {
    font-size: 57px;
    color: #FFF;
    margin: 20px 105px 0 0;
    padding: 0;
    font-family: 'CairoBold';
    text-transform: uppercase;
}

#banner .carousel-text h3 {
    font-size: 46px;
    color: #FFF;
    margin: 0;
    padding: 0;
    font-family: 'CairoBold';
    text-transform: uppercase;
}

#banner .slider .slick-track .item img {
    opacity: .45;
}

#banner .slider .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 25px;
}

#banner .slick-dotted.slick-slider {
    margin: 0;
}

#banner .slider * {
    outline: none;
}

#banner .slider .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

#banner .slider .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

#banner .slider .item img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#banner .slider .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#banner .slick-dots li {
    width: 9px;
    height: 9px;
}

#banner .slick-dots li button:before {
    display: none;
}

#banner .slick-dots li button {
    width: 9px;
    height: 9px;
    background: rgba(228, 235, 231, 0.61);
    border-radius: 50%;
    padding: 0;
}

#banner .slick-dots li.slick-active button {
    background: #e4ebe7
}

#InnerBanner {
    background: #000;
    border-bottom: 3px solid #2db166;
}

#InnerBanner img {
    width: 100%;
    opacity: 0.45
}

.InnerBannerText {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    right: 20px;
}

#InnerBanner h1 {
    font-size: 42px;
    font-family: 'CairoBold';
    color: #FFF;
    text-transform: uppercase;
}

#banner .slick-slide img {
    height: 80vh;
}

/*============= BannerForm =============*/
.BannerForm {
    width: 415px;
    height: 100%;
    background: rgba(0, 0, 0, 0.43);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 30px 46px 0px 50px;
    z-index: 9;
}

.BannerForm h4 {
    font-size: 24px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'CairoBold';
    margin: 15px 0 25px;
}

.BannerForm h6 {
    font-family: 'CairoRegular';
    font-size: 14px;
    color: #FFF;
    line-height: 25px;
    margin-bottom: 25px;
}

.BannerForm .form-group {
    margin-bottom: 10px;
}

.BannerForm .form-control {
    border-radius: 8px;
    height: 38px;
    border: 1px solid #ececec;
    font-family: 'CairoBold';
    font-size: 13px;
}

.BannerForm .btn {
    width: 100%;
    height: 36px;
    margin-bottom: 30px;
}

.BannerForm p {
    line-height: 13px;
    margin-bottom: 17px;
    text-align: right;

    display: inline-block;
    direction: rtl;
    margin-left: 10px;
}

.BannerForm p a {
    color: #fffefe;
    text-decoration: underline;
    font-size: 13px;
    font-family: 'CairoSemiBold';
}

.BannerForm p a:hover {
    color: #f03f45;
}

/*============= HomeNews =============*/
.P5 {
    padding-left: 5px;
    padding-right: 5px;
}

.HomeNews {
    background: #ededed;
    padding-bottom: 23px;
}

.HomeNewsBox {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 27px;
}

/*.HomeNewsBox:hover{-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);}*/
.HomeNewsBox img {
    width: 100%;
}

.HomeNewsBoxText {
    padding: 20px;
}

.NewsDate {
    font-family: 'CairoBold';
    font-size: 14px;
    color: #2db166;
    margin: 0 0 15px;
}

h3.NewsTitel {
    font-size: 16px;
    font-family: 'CairoBold';
    color: #323234;
    margin: 0 0 15px;
}

h3.NewsTitel a {
    color: #424242;
}

h3.NewsTitel a:hover {
    color: #2db166;
}

.NewsDescription {
    font-size: 14px;
    font-family: 'CairoSemiBold';
    color: #616161;
    margin: 0 0 20px;
}

.HomeNews .btn-success {
    padding: 7px 26px;
    direction: rtl;
    font-size: 13px;
    line-height: 24px;
}

.HomeNewsBoxText .btn-success {
    font-size: 13px;
}

/*========== Newsletter ==========*/
.Newsletter {
    text-align: center;
    padding: 90px 0 80px;
    background: url(../images/newsletter-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.Newsletter h3 {
    color: #FFF;
    font-size: 56px;
    margin: 0 0 60px;
    text-transform: uppercase;
    font-family: 'CairoBold';
}

.NewsletterGroup {
    width: 420px;
    margin: 0 auto;
}

.Newsletter .form-control {
    width: 74%;
    margin-left: 5px;
    float: right;
}

/*========== HomeEvents ==========*/
.HomeEvents {
    padding: 35px 0 20px;
}

.blog_date {
    float: right;
    margin-left: 15px;
    text-align: center;
    background: #f03f45;
    padding: 15px 7px;
}

.blog_date span {
    display: block;
    color: #fefefe;
    font-family: 'CairoBold';
}

.blog_date .date {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

.blog_date .month {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 30px;
}

.blog_date .year {
    font-size: 14px;
    line-height: 14px;
}

.BlogRight { /*direction: rtl;*/
}

.HomeCalendar dd {
    clear: both;
    border-bottom: 1px solid #e4ebe7;
    padding: 0 0 40px;
    margin: 0 0 42px;
}

.HomeCalendar dd:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

ul.info-item {
    margin-bottom: 16px;
}

ul.info-item li {
    display: inline-block;
    margin-left: 23px;
    font-size: 12px;
    font-family: 'CairoBold';
    color: #2db166;
}

ul.info-item li img {
    margin-left: 5px;
}

.HomeEvents p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'CairoSemiBold';
    color: #616161;
    margin: 0;
}

.HomeAdvertising dd {
    clear: both;
    border-bottom: 1px solid #e4ebe7;
    padding: 0 0 14px;
    margin: 0 0 18px;
}

.HomeAdvertising dd:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.blog_img {
    float: right;
    margin-left: 15px;
    width: 137px;
    height: 77px;
}

.HomeAdvertising .BlogRight {
    padding-right: 152px;
}

.HomeAdvertising ul.info-item {
    margin-bottom: 3px;
}

.HomeAdvertising h4 {
    margin-bottom: 10px;
}

/*========== All Titel ==========*/
.MainTitel {
    font-size: 30px;
    color: #424242;
    font-family: 'CairoBold';
    margin: 55px 0 50px;
}

.MainTitel a {
    color: #424242;
}

.MainTitel a:hover {
    color: #2db166;
}

.InnerTitel {
    font-size: 30px;
    color: #424242;
    font-family: 'CairoBold';
    margin: 40px 0 30px;
}

.BorderTitel {
    text-align: center;
    font-size: 30px;
    font-family: 'CairoBold';
    color: #424242;
    margin: 0 0 40px;
    position: relative;
    line-height: 23px;
}

.BorderTitel a {
    color: #424242;
}

.BorderTitel a:hover {
    color: #2db166;
}

.BorderTitel:after {
    content: '';
    display: block;
    width: 104px;
    height: 6px;
    background: #2db166;
    margin: 25px auto 0;
}

.HomeEvents h4 a {
    color: #323234;
}

.HomeEvents h4 a:hover {
    color: #2db166;
}

.HomeEvents h4, h4 {
    font-size: 16px;
    margin: 0 0 18px;
    color: #323234;
    font-family: 'CairoBold';
    line-height: inherit;
}

h4, .h4 {
    margin-bottom: 20px;
}

h5, .h5 {
    font-size: 18px;
    color: #2db166;
    font-family: 'CairoBold';
    margin: 0 0 15px;
}

h4 a {
    color: #323234;
}

h4 a:hover {
    color: #2db166;
}

.EventsTitel {
    font-size: 20px;
    font-family: 'CairoBold';
    color: #323234;
    margin: 15px 0;
}

.EventsTitel a {
    color: #323234;
}

.EventsTitel a:hover {
    color: #2db166;
}

.ProfileTitel {
    background: #2db166;
    padding: 19px 22px 18px;
    margin: 36px 0 0;
    font-size: 30px;
    color: #FFF;
    font-family: 'CairoBold';
    line-height: 54px;
}

.ProfileTitel img {
    margin-left: 28px;
}

.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.parallax-1 {
    background-image: url(../images/newsletter-bg.jpg);
}

/*========== Start Footer ==========*/
footer {
    background: #2c2c2c;
    padding: 30px 0 0;
}

ul.social {
    direction: inherit;
    text-align: left;
}

ul.social li {
    display: inline-block;
    margin-right: 30px;
}

ul.social li a:hover img {
    opacity: 0.4;
}

ul.FooterMenu li {
    display: inline-block;
    border-left: 1px solid #c8c8c8;
    line-height: 15px;
    padding: 0 10px 0 16px;
}

ul.FooterMenu li:last-child {
    border: 0;
}

ul.FooterMenu li a {
    font-size: 14px;
    font-family: 'CairoRegular';
    color: #c8c8c8;
}

ul.FooterMenu li a:hover {
    color: #f03f45;
}

.Copy {
    border-top: 1px solid #474848;
    text-align: center;
    direction: rtl;
    font-size: 13px;
    font-family: 'CairoRegular';
    color: #c8c8c8;
    padding: 20px 0;
    margin-top: 20px;
}

.Copy a {
    color: #c8c8c8;
}

.Copy a:hover {
    color: #f03f45;
}

/*========== End Footer ==========*/

/*=====================================================
					inner page css
=====================================================*/
#MainInner {
    width: 1338px;
    margin: 0 auto 40px;
    background: #FFF;
    padding: 0px 22px 60px;
}

#MainInner .container {
    width: 100%;
}

/*========== Start Slick Image Gallery ==========*/
.gallery-inner {
    margin-bottom: 0;
    float: right;
}

.gallery-inner img {
    margin-bottom: 30px;
}

.gallery-inner p {
    text-align: right;
}

button.slick-up {
    position: absolute;
    top: -22px;
    left: 41%;
    z-index: 9;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #2db166;
    color: #fff;
    border: none;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}

button.slick-down {
    position: absolute;
    bottom: -21px;
    left: 41%;
    z-index: 9;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #2db166;
    color: #fff;
    border: none;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}

.slick-vertical .slick-slide {
    margin-bottom: 10px;
}

.responsive .slick-list {
    padding: 0 0 88px !important;
}

.slider img {
    width: 100% !important;
}

.gallery-slider .slick-vertical {
    margin-left: 20px;
    margin-right: 10px;
}

button.slick-down i, button.slick-up i {
    top: 0;
}

/*========== End Slick Image Gallery ==========*/

.ImgThumbLeft {
    float: left;
    margin: 0px 25px 20px 0;
}

.ImgThumbRight {
    float: right;
    margin: 0px 0 20px 25px;
}

.ImgThumbLeftM30 {
    float: left;
    margin: 0px 30px 0px 0;
}

.ImgThumbRightM30 {
    float: right;
    margin: 0px 0 0px 30px;
}

.ListPart {
    background: #FFF;
    padding: 20px 17px;
    margin-bottom: 33px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}

/*.ListPart:hover{-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);}*/

.ListPart h4 {
    margin-bottom: 10px;
}

.ListPart h4 a {
    color: #323234;
}

.ListPart h4 a:hover {
    color: #f03f45;
}

.ListPart .NewsDate {
    margin-bottom: 15px;
}

.ListPart p {
    margin-bottom: 30px;
}

.ListPart p:last-child {
    margin-bottom: 0;
}

.CareerBox {
    padding: 37px 24px 20px;
    margin-bottom: 21px;
}

.CareerBox .btn-success {
    margin-top: 18px;
    float: left;
    margin-left: 10px;
}

.CareerBox.Download .btn-success {
    margin-left: 34px;
}

.ListPart:hover .btn-success {
    background: #a5a5a5;
}

.ListPart:hover .btn-success:hover {
    background: #e30c26;
}

/*========== Start Pagination ==========*/
ul.pagination {
    text-align: center;
    margin: 73px 0 11px;
}

/*ul.pagination li { float: left; }*/
ul.pagination li a {
    border: none;
    font-size: 20px;
    color: #424242;
    padding: 0 10px;
    line-height: 39px;
    width: 39px;
    height: 39px;
    margin: 0 1px;
    font-family: 'CairoBold';
}

ul.pagination li a:hover {
    width: 39px;
    height: 39px;
    background: #e30c26;
    border-radius: 50%;
    color: #fff;
    padding: 0 10px;
    margin: 0 1px;
}

ul.pagination li:first-child a {
    padding-left: 70px;
}

ul.pagination li:first-child a img {
    margin-left: 10px;
}

ul.pagination li:last-child a {
    padding-right: 70px;
}

ul.pagination li:last-child a img {
    margin-right: 10px;
}

ul.pagination li:first-child a, ul.pagination li:last-child a {
    width: inherit;
    height: inherit;
    font-size: 16px;
    text-transform: uppercase;
}

ul.pagination li:first-child a:hover, ul.pagination li:last-child a:hover {
    background: none;
    width: inherit;
    height: inherit;
    color: #e30c26;
}

ul.pagination li.active a {
    width: 39px;
    height: 39px;
    background: #e30c26;
    border-radius: 50%;
    color: #fff;
    line-height: 39px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background: none;
    border: none;
    color: #e30c26;
}

/*========== End Pagination ==========*/

/*============= Start Career Form =================*/

.CareerDropdownPart .form {
    direction: rtl;
}

.CareerDropdownPart {
    background: #2db166;
    padding: 20px 25px;
    margin-bottom: 30px;
}

.CareerDropdownPart.MedicalDirectory {
    margin-bottom: 45px;
}

.CareerDropdown {
    float: right;
}

.CareerDropdownPart .form-control {
    width: 256px;
    display: inline-block;
    height: 31px;
}

.CareerDropdownPart select.form-control {
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 6px;
    color: #7a7a7a;
    height: 31px;
    width: 256px;
    display: inline-block;
    background: url(../images/arrow-d.png) no-repeat 11px #FFF;
    -webkit-appearance: none;
    line-height: inherit;
}

.CareerDropdownPart select.form-control::-ms-expand {
    display: none;
}

.CareerDropdownPart label.select-drop {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    margin: 0 0 0 20px;
}

.CareerDropdownPart .form-group {
    margin: 0 0 0 26px;
    float: right;
}

.CareerDropdownPart ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7a7a7a;
    opacity: 1; /* Firefox */
}

.CareerDropdownPart :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7a7a7a;
}

.CareerDropdownPart ::-ms-input-placeholder { /* Microsoft Edge */
    color: #7a7a7a;
}

/*============= End Career Form =================*/

/*============= Start Contact Page =================*/
.vcard {
    margin-bottom: 30px;
}

.vcard p {
    font-size: 15px;
    font-family: 'CairoBold';
    color: #616161;
    margin-bottom: 40px;
}

.vcard p.email {
    margin-bottom: 0;
}

.vcard p a {
    color: #616161;
    text-decoration: underline;
    margin-left: 35px;
}

.vcard p a:hover {
    color: #eb0909;
}

.GrayBox {
    padding: 38px 46px 30px;
    background: #f2f2f2;
    margin-bottom: 25px;
}

.ConfirmationPart {
    margin-top: 50px;
    margin-bottom: 0;
}

.ConfirmationBox {
    background: #FFF;
    padding: 25px 25px 0px 25px;
    border-radius: 6px;
    margin-top: 15px;
}

.captcha {
    text-align: left;
    margin-top: 68px;
}

.ConfirmationBox .form-control {
    background: #efefef;
}

.ConfirmationBox p {
    font-size: 14px;
    font-family: 'CairoBold';
    color: #505050;
    margin-bottom: 10px;
}

.ConfirmationBox .control-label {
    margin: 0 0 30px;
    font-size: 14px;
}

.captcha2 {
    float: left;
}

/*========== Download List ==========*/
.Download {
    padding: 30px 30px 30px 0;
}

.Download .ImgThumbRight {
    margin: 0;
}

.Download h4 {
    border-right: 1px solid #d1d1d1;
    margin-right: 65px;
    padding-right: 20px;
    margin-bottom: 0;
    line-height: 36px;
    font-size: 14px;
}

.Download p.NewsDate {
    margin-right: 85px;
    margin-bottom: 0;
}

.Download .col-sm-10 {
    width: 86%;
}

.Download .col-sm-2 {
    width: 14%;
}

/*========== Events List ==========*/
.EventsBox {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 28px;
}

/*.EventsBox:hover{-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);}*/
.EventsText {
    padding: 22px;
}

.EventsBox .NewsDate {
    margin: 0;
    line-height: 15px;
}

.EventsBox ul {
    margin: 35px 0 20px 0;
}

.EventsBox ul li {
    display: inline-block;
    border-left: 1px solid #d2d2d2;
    padding: 0 0 0 40px;
    margin: 0 0 0 25px;
    font-size: 13px;
    color: #323234;
    font-family: 'CairoBold';
    line-height: 18px;
}

.EventsBox ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.EventsBox ul li span {
    display: block;
    margin-bottom: 10px;
    color: #2db166;
    font-size: 12px;
}

/*ol {*/
    /*margin-bottom: 60px;*/
/*}*/

/*ol li {*/
    /*font-size: 15px;*/
    /*color: #616161;*/
    /*font-family: 'CairoSemiBold';*/
    /*padding: 2px 0 2px 0;*/
    /*list-style: none;*/
/*}*/

/*ol li:before {*/
    /*content: "-";*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*right: 30px;*/
/*}*/

ol li span {
    width: 30px;
    display: inline-block;
}

ol li ul {
    margin: 20px 80px 20px 0;
}

ol li ul li {
    text-indent: 0;
}

ol li ul li:before {
    display: none;
}

ol:last-child {
    margin: 0;
}

/*============= Medical Directory =============*/
.CareerDropdownPart.MedicalDirectory label.control-label {
    margin: 4px 0 0;
    padding-left: 0;
    padding-top: 0;
}


.CareerDropdownPart label.control-label {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    margin: 0 0 0 20px;
}


.MedicalDirectory .CareerDropdown {
    float: none;
}

.CareerDropdownPart.MedicalDirectory .form-group {
    margin-left: -15px;
    margin-right: -15px;
    float: none;
}

.CareerDropdownPart.MedicalDirectory .form-control {
    width: 100%;
    display: block;
}

.MedicalTable {
    padding: 7px;
}

.MedicalTable ul {
    margin: 0 0 20px;
}

.MedicalTable ul li {
    display: table-cell;
    padding: 0 28px;
    font-size: 18px;
    font-family: 'CairoBold';
    color: #757575;
}

.MedicalTable ul li:nth-child(1) {
    width: 367px;
}

.MedicalTable ul li:nth-child(2) {
    width: 125px;
    text-align: center;
}

.MedicalTable ul li:nth-child(3) {
    width: 320px;
}

.MedicalTable ul li:nth-child(4) {
    width: 200px;
}

.MedicalTable ul li:nth-child(5) {
    width: 225px;
    padding-left: 0;
}

.MedicalTable .ListPart {
    margin-bottom: 22px;
    padding: 40px 0 30px 0;
}

.MedicalTable .ListPart ul {
    margin: 0;
    display: table;
    width: 100%;
}

.MedicalTable .ListPart ul li {
    border-left: 1px solid #d1d1d1;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'CairoBold';
    color: #323234;
}

.MedicalTable .ListPart ul li:nth-child(5) {
    border: 0;
}

.MedicalTable .ListPart ul li b {
    display: block;
    font-size: 14px;
    font-family: 'CairoRegular';
}

.MedicalTable .ListPart ul li .email {
    color: #818181;
}

.inner-addon {
    position: relative;
}

.inner-addon i {
    position: absolute;
    padding: 6px;
    pointer-events: none;
}

.left-addon i {
    left: 0px;
}

.right-addon i {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.OurPartner {
    margin-bottom: 30px;
}

.OurPartnersImg {
    height: 170px;
    width: 100.2%;
    background: #dbdbdb;
    display: table;
}

.OurPartnersImg img {
    width: 110px;
    height: 110px;
}

.OurPartnersImg a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.OurPartner h4 {
    margin: 0;
}

.OurPartner h4 a {
    color: #323234;
}

.OurPartner h4 a:hover {
    color: #f03f45;
}

.OurPartner:hover h4 a {
    color: #2db166;
}

.OurPartner .HomeNewsBoxText {
    padding: 30px 10px;
}

ul.ProfileList li {
    border-bottom: 1px solid #e8e8e8;
    padding: 35px;
    font-size: 17px;
    color: #6b6b6b;
    font-family: 'CairoBold';
}

ul.ProfileList li span {
    width: 210px;
    margin-left: 10px;
    display: inline-block;
}

ul.ProfileList li strong {
    color: #3d3d3d;
    font-size: 18px;
}

/*=========== Payment Page =============*/
.PaymentBox {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    margin: 15px 0 0;
    height: 360px;
    text-align: center;
    display: table;
    width: 100%
}

.PaymentBox a {
    display: table-cell;
    vertical-align: middle;
}

.PaymentBox:hover {
    background: #2db166
}

.PaymentBox:hover .IconMain {
    display: none;
}

.PaymentBox .IconHover {
    display: none;
}

.PaymentBox:hover .IconHover {
    display: inline-block;
}

.PaymentBox h3 {
    font-size: 30px;
    color: #3d3d3d;
    margin: 60px 0 0;
    font-family: 'CairoBold';
}

.PaymentBox:hover h3 {
    color: #FFF;
}

.PaymentBtn {
    text-align: center;
    margin-top: 90px;
}

.PaymentBtn .btn-success {
    width: 310px;
    height: 36px;
    border-radius: 8px;
    padding: 0;
    line-height: 36px;
}

.PaymentBtnInfo {
    text-align: center;
    margin-top: 22px;
}

.PaymentBtnInfo .btn-info {
    width: 310px;
    height: 36px;
    border-radius: 8px;
    padding: 0;
    line-height: 36px;
}

.table {
    direction: rtl;
}

.Payment.table {
    margin: 35px 0 0;
}

.Payment.table > thead > tr > th {
    border: 0;
    background: #f1f1f1;
}

.Payment.table > thead > tr > th, .Payment.table > tbody > tr > th, .Payment.table > tfoot > tr > th, .Payment.table > thead > tr > td, .Payment.table > tbody > tr > td, .Payment.table > tfoot > tr > td {
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 22px;
    color: #3d3d3d;
    font-family: 'CairoBold';
    vertical-align: middle;
}

.Payment.table > tbody > tr > td {
    padding: 27px 20px;
}

.Payment.table > thead > tr > th {
    font-size: 17px;
    color: #6b6b6b;
    padding: 18px 20px;
    border: 0;
}

.Payment.table > tbody > tr > td span {
    display: block;
    margin-bottom: 10px;
}

.Payment.table > tbody > tr > td > h5 {
    font-size: 18px;
    color: #3d3d3d;
    margin: 0;
    font-family: 'CairoBold';
}

.Payment.table > tbody > tr > td > h6 {
    font-size: 17px;
    color: #3d3d3d;
    margin: 0;
    font-family: 'CairoBold';
}

.Payment.table > tfoot > tr > td {
    border: 0;
}

.space25 {
    height: 25px;
}

.Payment.table > tfoot > tr > td.text-right {
    background: #f1f1f1;
    padding: 18px;
    border: 0;
    padding-left: 50px;
}

.Payment.table > tfoot > tr > td span {
    font-size: 17px;
    color: #6b6b6b;
    font-family: 'CairoBold';
    margin-left: 30px;
}

/*============ checkbox ===========*/
.Payment .checkbox {
    display: inline-block;
    margin: 0;
}

.Payment .checkbox label .checkbox-icon-wrapper {
    background: #429e46; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #429e46 50%, #388c3c 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #429e46 50%, #388c3c 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #429e46 50%, #388c3c 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#429e46', endColorstr='#388c3c', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    position: relative;
    display: inline-block;
    border: 0;
    border-radius: 0;
    width: 27px;
    height: 29px;
    color: #e7eee7;
}

.Payment .checkbox label .checkbox-icon-wrapper .checkbox-icon {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    line-height: 0;
    top: 22%;
    left: 18%;
}

.Payment .checkbox label input[type="checkbox"] {
    display: none;
}

.Payment .checkbox label input[type="checkbox"] + .checkbox-icon-wrapper > .checkbox-icon {
    opacity: 0;
    transform: scale(1.1);
    transition: all .1s ease-in;
}

.Payment .checkbox label input[type="checkbox"]:checked + .checkbox-icon-wrapper > .checkbox-icon {
    transform: scale(1);
    opacity: 1;
}

.Payment .checkbox label input[type="checkbox"] + .checkbox-icon-wrapper > .checkbox-icon {
    opacity: 0;
    transform: scale(1.1);
    transition: all .1s ease-in;
}

.Payment .checkbox label input[type="checkbox"]:checked + .checkbox-icon-wrapper > .checkbox-icon {
    transform: scale(1.1);
    opacity: 1;
}

/*Custom Style*/
.NewsDescription {
    min-height: 66px;
}

.ListPart .NewsBrief {
    min-height: 44px;
}

.EventsBox .EventsBrief {
    min-height: 66px;
}

#BannerFormTopLogin .help-block, #BannerFormTopActivation .help-block {
    color: #ffffff;
}

.MainLoginForm {
    width: 415px;
    /*height: 100%;*/
    background: rgba(0, 0, 0, 0.43);
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    text-align: center;
    padding: 90px 46px 50px 50px;
    z-index: 9;
    margin: auto;
}

.MainLoginForm h4 {
    font-size: 24px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    margin: 36px 0 50px;
}

.MainLoginForm h6 {
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    line-height: 25px;
    margin-bottom: 25px;
}

.MainLoginForm .form-group {
    margin-bottom: 19px;
}

.MainLoginForm .form-control {
    border-radius: 8px;
    height: 38px;
    border: 1px solid #ececec;
    font-weight: 700;
    font-size: 13px;
}

.MainLoginForm .btn {
    width: 100%;
    height: 36px;
    margin-bottom: 30px;
}

.MainLoginForm p {
    line-height: 13px;
    margin-bottom: 17px;
    text-align: right;
}

.MainLoginForm p a {
    color: #fffefe;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
}

.MainLoginForm p a:hover {
    color: #f03f45;
}

#contactform-recaptcha-recaptcha-contact-form {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.mobile-number {
    direction: ltr;
}

.FooterBottom aside {
    padding: 0px !important;
    margin-bottom: 15px;
}


.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span {
    border: 0;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 50px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 50px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    /*padding-top: 10px;*/
}
.pagination>li:last-child>span i {
    padding: 0 15px;
    transform: rotate(-180deg);
}
.fa-long-arrow-right{
    padding-right: 15px;

}
#payment_date_picker-kvdate{
    float: left;
}

.ConfirmationBox .field-contactform-recaptcha{
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: left;
}

.ConfirmationBox .field-uservacancy-recaptcha{
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: left;
}

#uservacancy-recaptcha-recaptcha-career-form {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
#resetpasswordform-recaptcha-recaptcha-user {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.ConfirmationBox .field-resetpasswordform-recaptcha{
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: left;
}

#updatepasswordform-recaptcha-recaptcha-user {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.ConfirmationBox .field-updatepasswordform-recaptcha{
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: left;
}

.ConfirmationBox p {
    float: right;
}
#select2-contactform-category-container{
    color: #616161;
}

.page ol {
    padding-inline-start: 40px
}

.page ol li ul{
    list-style-type: circle;
}
ul.pagination li span img {
    padding: 0 15px;
}
ul.pagination li span{
    line-height: 25px;
    text-transform: uppercase;
}

.intl-tel-input {
    width: 100%;
}

.intl-tel-input .country-list {
    z-index: 999;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    /*padding-right: 48px;*/
    padding-left: 52px;
    direction: ltr;
}
.input-group.file-caption-main {
    direction: rtl;
}

.counter-image{
    border: solid 1px #a8a7a7 ;
    padding: 40px 20px;
    border-radius: 4%;
}
.counter-title{
    margin-top: 10px;
    color: #424242;
}
.counter-text{
    color: #2db166;
}
.webforms_files label{
    width: 73%;
}
.webforms_files div{
    width: 24%;
}
.webforms_files{
    padding-bottom: 10%;
}


/*Custom Style*/
@media (max-width: 550px)
{
    .stellarnav.mobile {
        margin-top: 0 !important;
        bottom: 25px;
        top: unset !important;
    }
}

