/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/


/* -------------------------------------
     fonts
------------------------------------- */

@font-face {
    font-family: 'Droid Arabic Naskh Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidNaskh-Regular.eot), url(../fonts/DroidNaskh-Regular.woff) format('woff'), url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Naskh Bold ';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidNaskh-Bold.eot), url(../fonts/DroidNaskh-Bold.woff) format('woff'), url(../fonts/DroidNaskh-Bold.ttf) format('truetype');
}

:root {
    --color: #061b4a;
    --fuchsia: #e82f51;
    --orange: #ff5a3c;
    --ltn__heading-font: 'Droid Arabic Naskh Bold ';
    --ltn__body-font: 'Droid Arabic Naskh Regular';
}

body {
    font-family: var(--ltn__body-font);
    font-weight: normal;
    color: #103040;
    text-align: right;
    direction: rtl;
}

h1,
h2,
h3,
h4 {
    font-family: var(--ltn__heading-font);
}

.body-wrapper {
    overflow-x: hidden;
}

.orange {
    color: #ff5a3c;
}

.btn-orange {
    background: #ff5a3c;
    color: #fff;
    padding: 10px 20px;
}

.btn-orange:hover::after {
    width: 100%;
}

.btn-orange:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

h2,
.h2 {
    font-size: 2.2em;
    font-weight: 700;
}

h1,
.h1 {
    font-size: 2.3em;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 1.8em;
}

h4,
.h4 {
    font-size: 1em;
    font-weight: 550;
    font-family: 'Droid Arabic Naskh Regular' !important;
}

p {
    color: var(--ltn__paragraph-color);
    margin-bottom: 1.5em;
    font-size: 1.2em;
    font-family: 'Droid Arabic Naskh Regular';
}

@media (max-width: 768px) {
    .txt-right-768 {
        text-align: right;
    }
}


/*********************End Menu*****************/

h2 {
    font-weight: 700;
    color: #072c60;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.intro_section p {
    color: #fff;
}

.pb-120,
.py-120 {
    padding-bottom: 120px;
}

.auto-container {
    width: 90%;
    margin: auto;
    float: none;
    display: block;
}

.container {
    /*    max-width: 1200px;*/
    padding-left: 15px;
    padding-right: 15px;
}

.mb-30,
.my-30 {
    margin-bottom: 30px;
}


/*******************************Counter************************/


section#ft-counterup {
    background: #132b61;
}

section#ft-counterup h3 {
    color: #ff5a3c;
    margin-bottom: 0;
}

section#ft-counterup p {
    color: #fff;
    font-family: 'Droid Arabic Naskh Bold ';
    font-weight: 600;
    font-size: 22px;
}

.ft-counterup-icon i {
    color: #fff;
    font-size: 40px;
    margin-left: 12px;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke: 1px #ffffff;
    -moz-text-fill-color: transparent;
    -ms-text-stroke: 1px #ffffff;
    -ms-text-fill-color: transparent;
    -o-text-stroke: 1px #ffffff;
    -o-text-fill-color: transparent;
}

.block-max-991 {
    display: none !important;
}

@media (max-width:991px) {
    section#ft-counterup p {
        margin-bottom: 2em;
    }

    section#ft-counterup p {
        font-size: 20px;
    }

    .counter {

        font-size: 35px;
    }

    .ft-counterup-text.headline.pera-content {
        margin-top: 10px;
    }

    .block-max-991 {
        display: block !important;
    }

    .none-max-991 {
        display: none;
    }

    .d-flex {
        display: inline-flex !important;
        display: inline-flex;
    }

    .ft-counterup-content .ft-counterup-innerbox,
    .ft-counterup-icon i {
        display: block !important;
        float: none;
        margin: auto;
        text-align: center;
    }
}

@media (max-width:576px) {
    #ft-counterup .col-sm-12 {
        width: 100%;
    }

    .ft-counterup-text.headline.pera-content {
        margin-top: 10px;
    }
}


/*****************************events********************/

.ltn__tab-menu-3 {
    margin-top: 0;
}

.ltn__tab-menu .nav {
    display: inline-block;
}

.ltn__tab-menu-3 a {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    padding: 1px;
    margin-right: 50px;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
    position: relative;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

.ltn__tab-menu-3 a.active {
    color: var(--ltn__secondary-color);
    background-color: transparent;
    border-color: var(--ltn__secondary-color);
}

.ltn__tab-menu-3 a.active::before {
    background-color: var(--ltn__secondary-color);
    border: 3px solid var(--white);
}

.ltn__tab-menu-3 a::before {
    position: absolute;
    content: "";
    right: 45%;
    top: 100%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    height: 10px;
    width: 10px;
    background-color: transparent;
    opacity: 1;
    border: 3px solid transparent;
    border-radius: 100%;
}

.tab-content {
    width: 100%;
    padding-top: 1em;
}

.gt-columns.gt-column-3 > .gt-col {
    width: 33%;
    display: inline-flex;
}

.gt-columns > .gt-col {
    width: 100%;
    position: relative;
}

.gt-columns > .gt-col > .gt-inner {
    padding: 0 5px 30px;
}

.gt-event-style-3 .gt-title {
    font-size: 1.12em;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a2d50;
}

.article-item__title,
.gt-event-style-3 .gt-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #0a2d50;
    margin: 0 0 0.3125rem 0;
    text-align: right;
}

.gt-event-style-3 .gt-date,
.gt-event-style-3 .gt-location,
.gt-event-style-3 .gt-price,
.gt-event-style-3 .gt-status,
.gt-event-style-3 .gt-stock,
.gt-event-style-3 .gt-time,
.gt-event-style-3 .gt-venue {
    font-size: .9em;
    color: #777;
    align-items: center;
    display: flex;
}

.gt-title a:hover {
    color: #ff5a3c;
}

.gt-event-style-3 {
    width: 100%;
    position: relative
}

.gt-event-style-3.gt-overflow-hidden {
    overflow: hidden
}

.gt-event-style-3 .gt-image {
    position: relative;
    margin-bottom: 20px
}

.gt-event-style-3 .gt-image > a,
.gt-event-style-3 .gt-image > a:visited {
    position: relative;
    height: 100%;
    width: 100%;
    display: block
}

.gt-event-style-3 .gt-image > a:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .4) 100%);
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0px
}

.gt-event-style-3 .gt-image img {
    width: 100%;
    display: block;
    border-radius: 0px
}

.gt-event-style-3 .gt-content {
    background: #fff;
    position: relative;
    z-index: 1;
    margin: -80px 20px 0;
    padding: 20px;
    border-radius: 0px;
    overflow: hidden;
    border-top-width: 4px;
    border-top-style: solid
}

.gt-event-style-3 .gt-status,
.gt-event-style-3 .gt-stock,
.gt-event-style-3 .gt-time,
.gt-event-style-3 .gt-venue {
    font-size: .9231rem;
    color: #777;
    align-items: center;
    display: flex;
}

.gt-event-style-3 .gt-date,
.gt-event-style-3 .gt-location,
.gt-event-style-3 .gt-price,
.gt-event-style-3 .gt-status,
.gt-event-style-3 .gt-stock,
.gt-event-style-3 .gt-time,
.gt-event-style-3 .gt-venue {
    font-size: .9231rem;
    color: #777;
}

.gt-event-style-3 .gt-details > div {
    padding: 5px 10px;
}

.gt-location ul li {
    margin-top: 0 !important;
}

.gt-event-style-3 .gt-title {
    font-size: 1.12em;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px
}

.gt-event-style-3 .gt-details {
    margin: -5px -10px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.gt-event-style-3 .gt-details > div {
    padding: 5px 10px
}

.gt-event-style-3 .gt-details + .gt-text {
    margin-top: 20px
}

.gt-event-style-3 .gt-text {
    margin: 0 0 15px;
    font-size: .9em;
    color: #777;
    line-height: 1.4em;
}

.gt-event-style-3 .gt-date,
.gt-event-style-3 .gt-location,
.gt-event-style-3 .gt-price,
.gt-event-style-3 .gt-status,
.gt-event-style-3 .gt-stock,
.gt-event-style-3 .gt-time,
.gt-event-style-3 .gt-venue {
    font-size: .9em;
    color: #777;
    align-items: center;
    display: flex;
}

.gt-event-style-3 .gt-category {
    font-size: .9em;
    text-transform: uppercase
}

.gt-event-style-3 .gt-category ul {
    list-style: none;
    margin: 0 -5px -10px;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

.gt-event-style-3 .gt-category ul li {
    margin: 0 3px 4px;
    padding: 4px 15px;
    border-radius: 15px;
    font-weight: 500;
    color: #3e5975;
}

.gt-event-style-3 .gt-category ul a,
.gt-event-style-3 .gt-category ul a:visited {
    color: #777;
    display: block;
    font-size: 0.8em;
}

.gt-event-style-3 .gt-location ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.gt-event-style-3 .gt-location ul li {
    margin-right: 5px
}

.gt-event-style-3 .gt-location ul li:last-child {
    margin-right: 0
}

.gt-event-style-3 .gt-location ul li:after {
    content: ','
}

.gt-event-style-3 .gt-location ul li:last-child:after {
    display: none
}

.gt-event-style-3 .gt-venue ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.gt-event-style-3 .gt-venue ul li {
    margin-right: 5px
}

.gt-event-style-3 .gt-venue ul li:last-child {
    margin-right: 0
}

.gt-event-style-3 .gt-venue ul li:after {
    content: ','
}

.gt-event-style-3 .gt-venue ul li:last-child:after {
    display: none
}

.gt-event-style-3 .gt-location ul li a,
.gt-event-style-3 .gt-location ul li a:visited,
.gt-event-style-3 .gt-price,
.gt-event-style-3 .gt-status,
.gt-event-style-3 .gt-venue a,
.gt-event-style-3 .gt-venue a:visited {
    color: #777
}

.gt-event-style-3 .gt-date,
.gt-event-style-3 .gt-location,
.gt-event-style-3 .gt-price,
.gt-event-style-3 .gt-status,
.gt-event-style-3 .gt-stock,
.gt-event-style-3 .gt-time,
.gt-event-style-3 .gt-venue {
    font-size: .9em;
    color: #777;
    align-items: center;
    display: flex;
}

.gt-event-style-3 .gt-content,
.gt-event-ticket.gt-style-4.gt-active-on::before,
.gt-flex-menu,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu li .gt-dropdown-menu,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu li .gt-dropdown-menu,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu li .gt-dropdown-menu,
.irs-from::after,
.irs-single::after,
.irs-to::after,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: #ff5a3c;
}

.gt-event-style-3 .gt-category ul li {
    background-color: #fb0;
}

.gt-event-style-3 .gt-image img {
    position: relative;
    margin-top: 20px;
    height: 300px;
}

.gt-event-style-3 .gt-category ul li {
    background-color: #ececec;
}


/***/

.wide-post .categories-links {
    top: auto;
    bottom: 0;
}

.categories-links {
    position: absolute;
    left: 0;
    width: 100%;
    top: -10px;
    z-index: 2;
}

.theme_buttons.color1 a,
.theme_button.color1 {
    color: #fff !important;
    background-color: #d8203b !important;
}

.entry-date time,
.comment-date span,
.comment-date time {
    color: #b3b3b3;
}

.entry-author i,
.entry-date i,
.comment-date i {
    padding-right: 5px;
    font-size: 14px;
}

.entry-thumbnail img {
    background-color: #fff;
}

.row.columns_padding_0 {
    margin-left: 0;
    margin-right: 0;
}

article.vertical-item {
    position: relative;
    z-index: 0;
}

.with_border .item-media {
    margin: -1px;
    z-index: 1;
}

.item-media {
    position: relative;
    overflow: hidden;
}

.with_border {
    border: 1px solid rgba(0, 0, 0, .1);
}

.small_buttons a,
.small_button {
    padding: 3px 18px;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 120px;
}

.theme_buttons a,
.theme_button {
    font-family: var(--ltn__heading-font);
    font-size: 1.1em;
    font-weight: 400;
    padding: 12px 35px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #323232;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    position: relative;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

.ltn__tab-menu-3 a.active {
    color: #ff5a3c;
    background-color: transparent;
    border-color: #ff5a3c;
}

.ltn__tab-menu-3 a.active::before {
    background-color: #ff5a3c;
    border: 3px solid #fff;
}

.ltn__tab-menu-3 a:last-child {
    margin-left: 0;
}

a {
    text-decoration: none;
}

.ltn__tab-menu-3 a::before {
    position: absolute;
    content: "";
    right: 45%;
    top: 100%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    height: 10px;
    width: 10px;
    background-color: transparent;
    opacity: 1;
    border: 3px solid transparent;
    border-radius: 100%;
}

.section-title-area {
    margin-bottom: 50px;
}


/*events************/

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.tm-post-featured-outer-wrapper,
.themetechmount-box-blog,
article.post,
.themetechmount-post-item-thumbnail,
.tm-featured-wrapper {
    position: relative;
}

.themetechmount-box-blog.themetechmount-blog-box-view-right-image .themetechmount-box-content,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-box-content {
    width: 52.33333333%;
}

.themetechmount-box-blog.themetechmount-blog-box-view-right-image .themetechmount-box-content,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 20px 24px 25px;
}

.themetechmount-box-blog .themetechmount-box-content {
    padding-top: 0px;
    position: relative;
    overflow: hidden;
}

.themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 30px;
}

.themetechmount-box-blog.themetechmount-blog-box-view-right-image,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .1);
    -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .1);
    box-shadow: 0 0 15px 0 rgba(40, 61, 88, .1);
}

.themetechmount-box-blog.themetechmount-box-topimage .themetechmount-box-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .1);
    -moz-box-shadow: 0 0 15px 0 rgba(40, 61, 88, .1);
    box-shadow: 0 0 15px 0 rgba(40, 61, 88, .1);
    padding: 0;
}

.themetechmount-box-blog .themetechmount-box-content {
    padding-top: 22px;
    position: relative;
    overflow: hidden;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) .vc_col-sm-8 {
    width: 66.66666667%;
}

.themetechmount-box-blog.themetechmount-blog-box-view-right-image .post-item,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em;
    /*	  background: #f7f7f7;*/
    border: 1px solid #ebecee;
}


}

.themetechmount-box-blog.themetechmount-blog-box-view-right-image .col-md-4.themetechmount-box-img-left,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .col-md-4.themetechmount-box-img-left {
    width: 47.33333333%;
}

.themetechmount-box-img-left {
    padding-left: 0;
    padding-right: 0;
}

.themetechmount-box-blog .tm-post-left,
article.themetechmount-box-blog-classic .tm-post-left {
    text-align: center;
    width: 75px;
    position: absolute;
    z-index: 2;
    left: 20px;
}

.themetechmount-box-blog .tm-post-left .themetechmount-post-date-wrapper {
    padding-left: 0;
    margin-left: -25px;
    position: relative;
}

.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month,
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year,
.themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month,
.themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    color: #ff5a3c;
    line-height: 1.25em;
}

.themetechmount-box-title a:hover {
    color: #ff5a3c;
}

.entry-header:not(.tm-titlebar) .entry-title,
.themetechmount-box-blog .themetechmount-box-content h4 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    font-family: 'Droid Arabic Naskh Bold ';
}

.themetechmount-box-blog .themetechmount-box-desc-text,
.themetechmount-box-blog .themetechmount-box-desc {
    padding-top: 10px;
    line-height: 1.3em;
    padding-right: 0.5em;
}

.tm-post-left .themetechmount-post-date-wrapper {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
}

.themetechmount-box-blog .entry-header {
    margin-top: 0;
    margin-left: 70px;
}

.themetechmount-box-blog.themetechmount-box-topimage .themetechmount-box-desc {
    padding: 20px 20px 15px 20px;
}

.themetechmount-box-blog .tm-post-entry-header {
    min-height: 55px;
}

.themetechmount-box-blog .entry-date {
    color: #ff5a3c;
    font-weight: 700;
    line-height: 1.2em;
    padding-right: 0.5em;
}

.themetechmount-box-blog .tm-post-left .themetechmount-post-date-wrapper::after {
    display: block;
    content: "";
    position: absolute;
    height: 66%;
    width: 1px;
    right: 20px;
    top: 25%;
    margin-top: -10px;
    background-color: #e7ebee;
}

.tm-featured-wrapper.tm-post-featured-wrapper {
    overflow: hidden;
    height: 250px;
}

.themetechmount-box-topimage .tm-featured-wrapper.tm-post-featured-wrapper {
    overflow: hidden;
    height: 260px;
}

.ltn__product-tab-content-inner {
    background-color: #f7f7f7;
    padding: 2em;
}

.gt-label.gt-style-4 {
    background-color: #fff;
    padding: 5px;
    font-weight: 500;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(45deg);
    right: -29px;
    top: 9px;
    width: 111px;
    height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gt-label-194 {
    border-style: none !important;
}

.gt-label {
    z-index: 1;
    font-size: .9231rem;
    position: absolute;
    color: #fb0;
}

.ltn__gallery-item-info .gt-category li {
    display: inline-flex;
    margin: 0 5px;
    padding: 3px 8px;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
    background-color: #ff5a3c;
    color: #fff;
    border-radius: 8px;
    font-size: 0.9em;
}

.ltn__blog-meta.default a,
.ltn__blog-meta.default li,
.ltn__blog-meta.default i {
    color: #ff5a3c !important;
    font-size: 0.95em;
}


.ltn__blog-btn:hover {
    background: #fff;
    border: 1px solid #ff5a3c;
}

.ltn__blog-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 0.5em 0.8em;
    background-color: #ff5a3c;
    border-radius: 4px;
    display: table;
    margin-top: 25px;
    color: #fff;
    border: 1px solid;
}

.ltn__blog-btn a {
    color: #fff;
}

.ltn__blog-btn:hover a {
    color: #ff5a3c;
}

.about-us-info-wrap {
    position: relative;
}

.about-us-info-wrap .btn-wrapper {
    margin-top: 40px;
}

.about-us-info-wrap hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-us-info-wrap .ltn__video-play-btn {
    width: 80px;
    height: 80px;
    line-height: 84px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100px;
}

.about-us-info-devide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-us-info-devide .list-item-with-icon {
    margin-left: 30px;
    margin-bottom: 30px;
}

.list-item-with-icon {
    min-width: 300px;
}

.about-us-img-info-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

/*.ltn__feature-item-3*/
.ltn__feature-item-3 {
    padding: 20px 22px 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid;
    /* border-color:#eee ; #f4faff*/

    margin-bottom: 10px;
    position: relative;
    border-color: #f2f2f2;
    background-color: #fdfdfd;
}

.ltn__feature-item-3 h1,
.ltn__feature-item-3 h2,
.ltn__feature-item-3 h3,
.ltn__feature-item-3 h4,
.ltn__feature-item-3 h5,
.ltn__feature-item-3 h6 {
    margin-bottom: 5px;
}

.ltn__feature-item-3 h4 {
    font-weight: 600;
    font-size: 18px;
}

.ltn__feature-item-3 .ltn__feature-icon {
    margin: 0px 0 0 20px;
    font-size: 40px;
    color: #ff5a3c;
    line-height: 1.5;
    width: 40px;
}

.ltn__feature-item-3::before {
    position: absolute;
    content: "";
    right: -2px;
    top: 50%;
    width: 4px;
    height: 0%;
    background-color: var(--ltn__secondary-color);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ltn__feature-item-3:hover {
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-1);
    background-color: #fff;
}

.ltn__feature-info p {
    line-height: 1.3em;
}

.ltn__feature-info .gt-date {
    color: #ff5a3c;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.ltn__feature-item-3:hover::before {
    height: 80%;
    opacity: 1;
    visibility: visible;
}

.ltn__feature-item-3.text-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.ltn__feature-item-3.text-right .ltn__feature-icon {
    margin: 0px 0 0 20px;
}

.ltn__feature-item-3.text-right::before {
    right: -2px;
    left: auto;
}

/* Gallery Style 2 */
.ltn__gallery-style-2 .ltn__gallery-item-info {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: var(--gradient-color-3);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.ltn__gallery-style-2 h4,
.ltn__gallery-style-2 p {
    color: var(--white);
}

.ltn__gallery-style-2 .ltn__gallery-item:hover .ltn__gallery-item-info {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.ltn__gallery-style-2 .ltn__gallery-item:hover .ltn__gallery-action-icon {
    top: 30%;
}

.ltn__gallery-info-hide .ltn__gallery-item-info {
    display: none;
}

.ltn__gallery-info-hide .ltn__gallery-item:hover .ltn__gallery-action-icon {
    top: 50%;
}

/* Lightcase Default CSS */
.lightcase-error {
    color: var(--white);
}

#lightcase-info {
    color: var(--ltn__color-1);
}

#lightcase-caption {
    color: var(--white);
}

.ltn__gallery-item-inner {
    position: relative;
    overflow: hidden;
}

.ltn__gallery-item-img {
    position: relative;
    overflow: hidden;
}

.ltn__gallery-item-img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--ltn__primary-color);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.ltn__gallery-item-img img {
    -webkit-transition: all 3.5s ease 0s;
    -o-transition: all 3.5s ease 0s;
    transition: all 3.5s ease 0s;
}

.ltn__gallery-action-icon {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 2;
}

.ltn__gallery-item {
    margin-bottom: 30px;
}

.ltn__gallery-item:hover .ltn__gallery-item-img::before {
    opacity: 0.9;
    visibility: visible;
}

.ltn__gallery-item:hover .ltn__gallery-item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ltn__gallery-item:hover .ltn__gallery-action-icon {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.ltn__gallery-item-inner {
    position: relative;
    overflow: hidden;
}

.ltn__gallery-item-inner h4 {
    font-weight: 500;
    line-height: 1em;
    font-size: 18px;
}

.ltn__gallery-item-inner p {
    margin-bottom: 0;
    font-size: 14px;
}

.ltn__gallery-item-img {
    position: relative;
    overflow: hidden;
}

.ltn__gallery-item-img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--ltn__primary-color);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.ltn__gallery-item-img img {
    -webkit-transition: all 3.5s ease 0s;
    -o-transition: all 3.5s ease 0s;
    transition: all 3.5s ease 0s;
}

.ltn__gallery-action-icon {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 2;
}

.ltn__gallery-action-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white);
    color: var(--ltn__primary-color);
    border-radius: 100%;
    margin: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ltn__gallery-action-icon i:hover {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}

.ltn__gallery-item-info {
    padding: 15px 30px;
    position: relative;
    z-index: 2;
}

.pb-120,
.py-120,
.pb-100,
.pb-70 {
    padding-bottom: 50px !important;
}

.pb-200 {
    padding-bottom: 170px;
}

.pt-100,
.pt-105,
.py-105,
pt-115 {
    padding-top: 50px !important;
}

.pt-200 {
    padding-top: 100px;
}

@media (max-width: 768px) {
    .ltn__feature-info p {
        line-height: 1.3em;
        font-size: 14px;
    }
}

/********************Tabs*************************/
.tab-lightbox h2 {
    position: relative;
    margin: 20px 0 20px 0;
}

section.tab-lightbox .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tab-lightbox h2:after {
    content: "";
    background: #ff5a3c;
    width: 80px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -14px;
    right: 0;
}

div#myBtnContainer button {
    font-weight: 600;
    font-size: 20px;
    transition: all 0.45s ease-in-out;
    margin: 0 10px;
}

div#myBtnContainer button.active {
    color: #ff5a3c;
    border-bottom: 1px solid #ff5a3c;
    transition: all 0.45s ease-in-out;
}

a.glightbox.gallery_product .thumbnail {
    position: relative;
    overflow: hidden;
    height: 280px;
}

a.glightbox.gallery_product .thumbnail::before {
    background: #0a1240d6;
    border-radius: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.glightbox.gallery_product:hover .zoom-icon {
    top: 30%;
    opacity: 1;
    background: #fff;
    color: #ff5a3c;
}

a.glightbox.gallery_product .zoom-icon {
    opacity: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: var(--color-white);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: var(--color-primary);
    cursor: pointer;
}

a.glightbox.gallery_product:hover .thumbnail:before {
    opacity: .9;
}

section.tab-lightbox h4 {
    font-size: 1.2em;
    text-align: center;
    margin: 20px 0 20px 0;
    color: #261a1a;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Droid Arabic Naskh Bold ' !important;
}

section.tab-lightbox .part a.link-college {
    font-size: 1.2em;
    color: #ff5a3c;
    font-weight: 600;
    border-bottom: 1px solid;
    width: max-content;
    text-align: center;
    margin: auto;
    display: block;
    float: none;
    padding-bottom: 0px;
    font-family: 'Droid Arabic Naskh Bold ' !important;
}

section.tab-lightbox .part a.link-college .fa {
    font-size: 15px;
}

section.tab-lightbox .part {
    margin-bottom: 25px;
}

@media (max-width:991px) {

    .tab-lightbox h2 {
        font-size: 25px;
    }

    div#myBtnContainer button {
        font-size: 18px !important;
        padding-right: 20px;
        margin-bottom: 20px !important;
    }
}


@media (max-width:576px) {
    div#myBtnContainer button {
        font-weight: 600;
        font-size: 12px;
        margin: 0;
        transition: all 0.45s ease-in-out;
    }
}
.ltn__header-middle-area.ltn__header-sticky.ltn__sticky-bg-white {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
  }
  .site-logo-wrap {
    width: 92%;
  }
