/********* zero css *********/


/***************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 10px;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/******************************************************/

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}
.py-5 {
    padding: 3rem 0;
}

a:hover {
    opacity: 0.9;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('font/lato/regular/LatoRegular.ttf');
    src: url('font/lato/regular/LatoRegular.eot') format('embedded-opentype'),
        url('font/lato/regular/LatoRegular.woff') format('woff'),
        url('font/lato/regular/LatoRegular.ttf') format('truetype'),
        url('font/lato/regular/LatoRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('font/lato/bold/LatoBold.ttf');
    src: url('font/lato/bold/LatoBold.eot') format('embedded-opentype'),
        url('font/lato/bold/LatoBold.woff') format('woff'),
        url('font/lato/bold/LatoBold.ttf') format('truetype'),
        url('font/lato/bold/LatoBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Black';
    src: url('font/lato/black/LatoBlack.ttf');
    src: url('font/lato/black/LatoBlack.eot') format('embedded-opentype'),
        url('font/lato/black/LatoBlack.woff') format('woff'),
        url('font/lato/black/LatoBlack.ttf') format('truetype'),
        url('font/lato/black/LatoBlack.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GE SS Two';
    src: url('font/gesstwolight/GESSTwoLight-Light.eot');
    src: url('font/gesstwolight/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'),
        url('font/gesstwolight/GESSTwoLight-Light.woff2') format('woff2'),
        url('font/gesstwolight/GESSTwoLight-Light.woff') format('woff'),
        url('font/gesstwolight/GESSTwoLight-Light.ttf') format('truetype'),
        url('font/gesstwolight/GESSTwoLight-Light.svg#GESSTwoLight-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body *{
    font-family: 'Lato-Regular', sans-serif;
}
/********* Header ***********/ 
.overflow-hidden{
    overflow: hidden;
}
.toggle-mobile {
    background-color: transparent;
    border: 0;
    display: none;
}

.toggle-mobile:focus {
    outline: none;
}

.bar1, .bar2, .bar3 {
    width: 24px;
    height: 3px;
    margin: 5px 0;
    transition: 0.5s;
    background-color: #a47931;
}
.mobile-menu{
    width: 80%;
    background-color: #a47931;
    position: fixed;
    overflow: auto;
    top: 0;
    display: none;
    height: 100vh;
    padding: 140px 0 0 50px;
}
.mobile-menu {
    right: 0;
}
.mobile-menu.show * {
    color: #ffffff;
}

button.toggle-mobile.show {
    z-index: 1;
}
.toggle-mobile .menu-bars .bar {
    background-color: #a47931;
}

.toggle-mobile.show .menu-bars .bar {
    background-color: #ffffff;
}

.toggle-mobile.show .bar1 {
    -webkit-transform: rotate(-45deg) translate(-11px, 0px);
    transform: rotate(-45deg) translate(-11px, 0px);
}

.toggle-mobile.show .bar2 {
    opacity: 0;
}

.toggle-mobile.show .bar3 {
    -webkit-transform: rotate(45deg) translate(-11px, 0px);
    transform: rotate(45deg) translate(-11px, 0px);
}

.bar1, .bar3 {
    margin: 0;
}

header .contact-info {
    background-color: #828387;
}

header .contact-info .info-wrapper {
    color: #ffffff;
}
header .contact-info .info-wrapper p{
    height: 50px;
    line-height: 50px;
}
.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #ffffff;
}
.logo-menu-wrapper{
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo {
    width: 200px;
    padding: 14px 0px;
}

header .logo img {
    width: 100%;
}
.main-menu ul.menu.nav {
    display: flex;
    padding: 42px 0;
}
.main-menu ul.menu.nav li:last-child a{
    padding-right: 0;
}
.nav>li>a{
    font-family: 'Lato-Bold';
    color: #525051;
    text-transform: uppercase;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
}
html[dir="rtl"] .region-language-switcher ul.links li.ar,
html[dir="ltr"] .region-language-switcher ul.links li.en {
    display: none;
}
html[dir="ltr"] .region-language-switcher a {
    font-family: 'GE SS Two';
}
.region-language-switcher ul.links li a.language-link {
    font-weight: bold;
    color: #a47931;
    text-decoration: none;
    text-transform: capitalize;
}
/********* slider section ***********/
.main-slider .slider-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #52546161;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.flexslider{
    border: none;
    margin-bottom: 0;

}
.flexslider img {
    transform: scale(1);
    width: 100%;
}
.slide-decription {
    padding-top: 270px;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-decription h1 {
    font-family: 'Lato-Bold';
    font-size: 50px;
    margin-bottom: 3%;
}

.slide-decription p {
    font-size: 24px;
    line-height: 1.5;
}

.flex-direction-nav a:before {
    color: #ffffff;
}
.flex-control-paging li a.flex-active {
    background: #cccccc7a;
    background-color: #cccccc7a;
}

.flex-control-paging li a {
    width: 25px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: none;
}
.flex-control-nav {
    bottom: 40px;
    z-index: 2;
}
.flex-control-paging li a:hover {
    background-color: #d5d5d547;
}
.flexslider .slides img {
    margin-top: -160px;
}
/********** about section ************/
.bg-color-wrapper{
    background-color: #f7f7f7;
}
section.about .image-box img {
    width: 100%;
    transform: scale(0.75);
}
.text-box {
    padding: 55px 1px;
}
/********** h2 section ************/
section h2 {
    font-family: 'Lato-Black';
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 15px 0;
    position: relative;
}
section h2::before, section h2::after{
    content: "";
    display: block;
    height: 2px;
    background-color: #a47931;
    width: 20%;
    position: absolute;
}
section h2::after{
    bottom: 8px;
}
section h2::before {
    bottom: 0px;
    width: 40px;
}
section p {
    font-size: 16px;
    line-height: 1.3;
}
h2.block-title {
    text-align: center;
    margin-bottom: 8%;
}
h2.block-title:before{
    left: 0;
    right: 0;
    margin: 0 auto;
}

h2.block-title:after{
    left: 0;
    right: 0;
    margin: 0 auto;
}
/********** programs & activities section ************/
h2.center{
    text-align: center;
}
h2.center::before, h2.center::after{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.programs-activities h2{
    margin-bottom: 75px;
}
.inner-page .view-content .views-row .text-image,
.programs-activities .text-image{
    position: relative;
    width: 100%;
    height: 340px;
}
.inner-page .view-content .views-row .text-image .text-image,
.programs-activities .text-image .image-box {
    position: absolute;
    top: 0;
    left: 0;
}
.programs-activities .text-image .text-box {
    position: absolute;
    bottom: 27px;
    right: 50px;
    width: 300px;
    background-color: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    7px 7px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         7px 7px 30px 0px rgba(0, 0, 0, 0.3);
}
.inner-page .view-content .views-row .text-image .text-box h3,
.programs-activities .text-image .text-box h3{
    font-family: 'Lato-Black';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.inner-page .view-content .views-row .text-image .text-box h3 a,
.programs-activities .text-image .text-box h3 a {
    font-family: 'Lato-Black';
    color: #525051;
    font-weight: bold;
    text-decoration: none;
}
a.see-more:before {content: "see more";}
.inner-page .view-content .views-row .text-image a.see-more,
.programs-activities .text-image .text-box a.see-more {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #a47931;
    width: 50%;
    text-align: center;
    padding: 6% 0;
    margin: 8% 0 4% 0;
    border-radius: 20px;
    text-decoration: none;
}
.inner-page .view-content .views-row .text-image .text-box:after,
.programs-activities .text-image .text-box:after {   
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    background-color: #a47931;
    position: absolute;
    right: -2px;bottom: 0;
}

/************ statistics ************/

.statistics{
    background-image: url("../images/statistics-bg.png");
    height: 375px;
    background-position: 0 0;
    background-size: cover;
    padding: 9.5% 0;
}
span.counter-wight {
    display: block;
    margin-bottom: 30px;
}
.statistics .counter, .statistics .label{
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
}
.statistics .label{
    font-size: 18px;
}
.statistics .container.custom{
    width: 1100px;
}

/*********** our-team ***********/
.our-team{
    margin: 6% 0% 8% 0%;
}
.inner-page .view-our-teachers .view-content .views-row .text-image .image-box img,
.our-team .text-image .image-box img{
    border-radius: 50%;
    margin: 0 auto;
}
.inner-page .view-our-teachers .view-content .views-row .text-image,
.our-team .text-image {
    text-align: center;
    padding: 0 5%;
    margin-bottom: 25px;
}
.inner-page .view-our-teachers .view-content .views-row .text-image .text-box,
.our-team .text-image .text-box{
    -webkit-box-shadow: 5px 5px 30px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    5px 5px 30px -1px rgba(0, 0, 0, 0.3);
    box-shadow:         5px 5px 30px -1px rgba(0, 0, 0, 0.3);
}
.inner-page .view-our-teachers .view-content .views-row .text-image .text-box,
.our-team .text-image .text-box{
    padding: 12% 0;
    background-color: #ffffff;
    position: relative;
}
.inner-page .view-our-teachers .view-content .views-row .text-image .text-box:after,
.our-team .text-image .text-box:after{
    content: "";
    width: 80%;
    height: 3px;
    background-color: #a47931;
    display: block;
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.inner-page .view-our-teachers .view-content .views-row .text-image .text-box p,
.inner-page .view-our-teachers .view-content .views-row .text-image .text-box h3,
.our-team .text-image .text-box h3, .our-team .text-image .text-box p{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #030d28;
}
.inner-page .view-our-teachers .view-content .views-row .text-image .text-box h3,
.our-team .text-image .text-box h3{
    margin-bottom: 10px;
}
.inner-page .view-our-teachers .view-content .views-row .text-image .text-box p,
.our-team .text-image .text-box p{
    font-size: 14px;
    color: #636363;
}
.inner-page .view-our-teachers .view-content .views-row .text-image .text-over-image,
.our-team .text-image .text-over-image {
    margin-top: -35px;
}

/*********** Footer ***********/
footer *{
    color: #a47931;
}
footer .nav>li>a{
    font-family: 'Lato-Regular', 'sans-serif';
    color: #a47931;
    display: block;
    padding: 0;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
footer .bg-color-wrapper.py-5 {
    padding: 3rem 0;
}

footer .box-2 h2 {
    font-family: 'Lato-Black';
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    padding: 15px 0;
}

footer .box-2 h2:before {
    content: "";
    height: 2px;
    background-color: #a47931;
    display: block;
    width: 40px;
    bottom: 0;
    position: absolute;
}
footer .box-2{
    padding: 0 8%;
}
.box-1 img {
    margin-bottom: 10px;
}
.box-2 ul li,.box-3 ul li {
    margin-bottom: 6px;
}
.box-2 ul li a:hover{
    text-decoration: none;
    color: #a47931;
}
.social-media ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
}

.social-media ul li {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #a47931;
    border-radius: 50rem;
    margin: 15px 15px 0px 0px;
}
.social-media ul li a {
    display: flex ;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}



.copyrights {
    background-color: #828387;
    height: 60px;
    display: flex;
    align-items: center;
}
.copyrights p{
    color: #ffffff;
    text-transform: capitalize;
}
footer h2.block-title {
    font-family: 'Lato-Black';
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
}
footer h2.block-title:before{
    text-align: left;
    margin-left: 0;
} 
footer h2.block-title:after{height: 0;}
footer a.fikra-bd-link {
    font-size: 16px;
    color: #f7f7f7;
}

footer a.fikra-bd-link:hover {
    text-decoration: underline;
    cursor: pointer;
}
/********* Inner Pages **********/

.inner-banner{
    position: relative;
    margin-bottom: 40px;
    max-height: 350px;
    overflow: hidden;
}
.inner-banner img{
    width: 100%;
}
.page-header {
    display: none;
}
.inner-banner h1.page-title-banner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 35px;
    border: none;
    z-index: 22;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 2px 1px #383838;
    position: absolute;
    top: 50%;
}

.inner-banner .region-page-banner {
    position: relative;
}

.inner-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    background-image: linear-gradient(to bottom,#726f6e 0,transparent 100%);
    background-repeat: repeat-x;
    z-index: 1;
}
.inner-page .content {
    display: flex;
    align-items: center;
}

.inner-page .content .field--name-body {
    width: 100%;
}

.inner-page .content .field--name-field-image {
    width: 50%;
    margin: 0 15px;
}

.inner-page .content .field--name-body p {
    line-height: 1.4;
    font-size: 18px;
}
.inner-page .view-content{
    height: 200px;
    margin: 25px 0px;
}
.inner-page .view-content .views-row .text-box-shadow {
    -webkit-box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.23);
    background-color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 210px;
    margin: 25px 0;
}


.inner-page .view-content .views-row .text-box-shadow h4 {
    font-size: 22px;
    padding-bottom: 6px;
    font-weight: bold;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-top: 24px;
    color: #a47931;
}
.inner-page .view-content .views-row .text-box-shadow p {
    padding: 10px 15px 20px 15px;
}
.inner-page .view-content .views-row .text-box-shadow h4:before{
    content: "";
    height: 2px;
    background-color: #a47931;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
}
h6.event-date {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border: none;
    z-index: 22;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 2px 1px #383838;
    position: absolute;
    top: 65%;
}

.inner-page .field--name-field-date {
    display: none;
}
.grid figure figcaption > h2 a{
    color: #ffffff;
    text-shadow: 2px 2px black;
    text-decoration: none;
}
.grid figure figcaption > h2:first-letter {
    font-weight: bold;
    font-size: 45px;
}
figure.effect-lexi{
    margin-bottom: 50px !important;
}
.partner-logo img {
    margin: 20px auto;
}
.partner-logo {
    -webkit-box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.23);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
    margin: 15px 0;
}
article.activity {
    display: none;
}
.grid figure{
    margin: 10px 1%;
}
#block-locationinfo .contact-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#block-locationinfo .contact-info .info-box {
    width: 48.5%;
}

#block-locationinfo .contact-info .info-box h3 {
    font-size: 24px;
    background-color: #a47931;
    color: #ffffff;
    padding: 10px;
}

#block-locationinfo .contact-info .info-box:first-child {
    margin-right: 2%;
}

#block-locationinfo .contact-info .info-box ul li a,.contact-info .info-box ul li span {
    display: inline-block;
    padding: 10px 5px;
    color: #525051;
}

#block-locationinfo .contact-info .info-box ul {
    padding: 10px 20px;
    background-color: #f9f9f9;
    min-height: 200px;
}
/*********** Login Form ***********/
.path-user .inner-page .user-login-form {
    width: 40%;
    margin: 0 auto;
}

.path-user .region.region-content .tabs {
    display: none;
}
.path-user .inner-page .user-login-form {
    background-image: url(../images/form-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    transform: scale(1);
    background-color: #a47931b0;
    padding: 75px 50px;
    border-radius: 15px;
    margin-top: -100px;
}
.path-user .inner-page .user-login-form {
    margin: 50px auto;
    padding: 100px 50px;
}
.path-user .inner-page .user-login-form.form-item--error-message{
    margin-top: 5px;
    color: red;
}
.path-user .inner-page .user-login-form .form-submit {
    margin-top: 20px;
}

.path-user .inner-page .user-login-form .form-group {
    margin-bottom: 10px;
}

.path-user .inner-page .user-login-form .btn-primary{
    background-color: #726f6d;
    border-color: transparent;
}
.path-user .inner-page .user-login-form .btn-primary:focus{
    outline: none;
}
.path-user .inner-page .user-login-form .btn-primary:hover{
    background-color: #999490;
}
.grid figure{
    background-color: transparent;
}
section#block-webform {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
section#block-webform label.control-label {
    margin-bottom: 5px;
}
section#block-map {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 2.5%;
}
section#block-webform .btn-primary {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #a47931;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #a47931;
}

section#block-webform .btn-primary:focus, 
section#block-webform .btn-primary.focus, 
section#block-webform .btn-primary:hover {
    outline: none;
    outline-offset: unset;
    border: 1px solid #a47931;
    background-color: #a99573;
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    .statistics .container.custom{
        width: 750px;
    }
    header .logo {
        width: 200px;
    }
    .sticky-header{
        position: relative;
    }
    .flexslider .slides img{
        margin-top: 0;
    }
    .main-slider{
        margin-top: 0;
    }
    .our-team .text-image {
        height: 272px;
    }

    .our-team .text-image .text-over-image {
        bottom: 24px;
    }
    footer .box-2{
        padding: 0 4%;
    } 
    .box-1 img {
        width: 75%;
    }

    section.about .image-box img {
        transform: scale(0.75);
    }
    .our-team{
        margin: 6% 0% 10% 0%;
    }
    .statistics {
        background-size: contain;
        background-repeat: no-repeat;
        height: auto;
        padding: 6% 0;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .slide-decription {
        height: 376px;
        padding-top: 90px;
        padding-left: 15px;
    }

    .slide-decription h1 {
        font-size: 40px;
    }

    .slide-decription p {
        font-size: 20px;
    }
    section.about .image-box img {
        transform: scale(1);
    }
    .statistics{
        height: 330px !important;
        background-size: cover !important;
        background-position: 100% 100%;
    }

}
@media (max-width: 991.98px) {
    .language-switcher {
        margin-right: 60px;
    }
    .main-menu ul.menu.nav{
        display: none;
    }
    .mobile-menu{
        display: none;
    }
    .show{
        display: block;
    }
    .toggle-mobile {
        display: block;
        position: absolute;
        right: 30px;
        top: 58%;
    }
    section h2 {
        text-align: center;
    }
    section h2:after, section h2:before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    section.about .text-box {
        padding-top: 0;
    }
    .inner-page .content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .inner-page .content .field--name-field-image img {
        width: 100%;
    }
    .inner-page .content .field--name-field-image {
        width: 100%;
        margin: 0 auto 25px auto;
    }
    .inner-page section h2:after, .inner-page section h2:before{
        margin-left: 0;
    }
    figure h2{
        text-align: center;
        font-size: 24px;
    }
    .grid figure figcaption > h2:first-letter {
        font-size: 32px;
    }

    .inner-page figure.effect-jazz h2:after, .inner-page figure.effect-jazz h2:before{
        margin: 0 auto;
    }
	#block-locationinfo .contact-info {
    flex-direction: column;
    margin: 0;
}
#block-locationinfo .contact-info .info-box:first-child{
    margin: 0 0 20px 0;
}
#block-locationinfo .contact-info .info-box {
    width: 100%;
    margin: 0 0 20px 0;
}

section#block-webform {
    display: block;
    width: 100%;
}

section#block-map {
    width: 100%;
    margin: 0 0 20px 0px;
}

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    header .logo img {
        width: 75%;
    }
    .contact-info .pull-right {
        float: left !important;
    }
    .language-switcher {
        margin-right: 50px;
    }
    .toggle-mobile {
        right: 20px;
        top: 62%;
    }

    header .contact-info .info-wrapper p {
        height: 25px;
        line-height: 25px;
    }

    header .contact-info {padding: 10px 0;}

    .slide-decription{
        height: 209px;
    }
    .slide-decription h1 {
        font-size: 20px;
    }

    .slide-decription p {
        font-size: 12px;
    }

    .slide-decription {
        padding: 10% 15% 0 0;
    }

    .flex-control-nav{
        bottom: 10px;
    }
    .text-box {
        padding: 0;
    }

    section.about .image-box img {
        padding-top: 0% !important;
        transform: scale(0.75) !important;
    }
    .statistics .container.custom{
        width: 100%;
    }
    .statistics {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 99% 99%;
        height: auto;
    }
    .our-team .text-image {
        height: 300px;
    }

    .our-team .text-image .text-over-image {
        bottom: 15%;
    }
    .our-team .text-image .text-box{
        padding: 8% 0;
    }
    footer .box-1 img {
        margin-bottom: 10px;
    }

    footer .box-1 {
        margin-bottom: 15px;
    }

    footer .box-2 {
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .box-1 img{
        width: 60%;
    }
    .programs-activities .text-image .image-box{
        right: 0;
    }
    .programs-activities .text-image .image-box img{
        width: 100%;
    }
    .programs-activities .text-image {
        height: 456px;
    }
    footer h2.block-title {
        text-align: left;
    }

    footer h2.block-title:before {
        margin-left: 0;
    }
    .grid figure {
        width: 100%;
        min-width: fit-content;
    }

    .grid {
        width: 100%;
    }
    h6.event-date {
        top: 75%;
    }
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 374.98px) { 
    .programs-activities .text-image .text-box {
        right: 30px;
        width: 260px;
        bottom: 60px;
    }
    .programs-activities .text-image{
        height: 400px;
    }
    h6.event-date {
        top: 80%;
    }
}
html[dir="rtl"] .inner-page .view-content .views-row .text-image .text-box h3, 
html[dir="rtl"] .programs-activities .text-image .text-box h3,
html[dir="rtl"] footer .nav>li>a,
html[dir="rtl"] body * {
    font-family: 'GE SS Two' !important;
}
html[dir="rtl"] .mobile-menu {
    left: 0;
    right: auto;
}
html[dir="rtl"] .language-switcher a{
    font-family: 'Lato-Regular' !important;
}
html[dir="rtl"] .main-menu .nav>li>a{
    font-weight: bold;
}
html[dir="rtl"] .region-home-team .view-content .views-row .col-xs-12.col-sm-6.col-md-3,
html[dir="rtl"] .programs-activities .region-home-activities .view-content .views-row .col-xs-12.col-sm-6,
html[dir="rtl"] .about .region-home-about .view-content .views-row .col-12.col-md-6,
html[dir="rtl"] .contact-info .info-wrapper .col-md-6.col-sm-6.col-xs-12{
    float: right
}
html[dir="rtl"] .toggle-mobile {
    right: auto;
    left: 30px;
}

html[dir="rtl"] .language-switcher {
    margin-left: 60px;
    margin-right: 0;
}
html[dir="rtl"] .slide-decription {
    left: auto;
    right: 0;
    text-align: right;
}

html[dir="rtl"] .slide-decription .col-md-8.col-sm-8.col-xs-12 {
    float: right;
}
html[dir="rtl"] .contact-info .info-wrapper .pull-left {
    float: right !important;
}

html[dir="rtl"] .contact-info .info-wrapper .pull-right {
    float: left !important;
}
html[dir="rtl"] .programs-activities .text-image .text-box {
    right: auto;
    left: 50px;
}

html[dir="rtl"] .inner-page .view-content .views-row .text-image .text-image,
html[dir="rtl"] .programs-activities .text-image .image-box {
    left: auto;
    right: 0;
}

html[dir="rtl"] .inner-page .view-content .views-row .text-image .text-box:after,
html[dir="rtl"] .programs-activities .text-image .text-box:after {
    right: auto;
    left: -2px;
}
html[dir="rtl"] footer h2.block-title {
    text-align: right;
}

html[dir="rtl"] footer h2.block-title:before {
    text-align: right;
    margin-right: 0;
}
html[dir="rtl"] .social-media ul li {
    margin: 15px 0px 0px 15px;
}
html[dir="rtl"] figure.effect-apollo h2,
html[dir="rtl"] figure.effect-lexi h2 {
    text-align: right;
}
html[dir="rtl"] .grid figure figcaption > h2:first-letter {
    font-weight: normal;
    font-size: 36px;
}
html[dir="rtl"] .inner-page .view-our-teachers .view-content .views-row .text-image .text-box:after, 
html[dir="rtl"] .our-team .text-image .text-box:after{
    right: 0;
    left: 0;
}
html[dir="rtl"] a.see-more:before {content: "ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚Â²Ãƒâ„¢Ã…Â ÃƒËœÃ‚Â¯";}
@media (max-width: 991.98px){
    html[dir="rtl"] section h2:after,
    html[dir="rtl"] section h2:before {
        right: 0;
        left: 0;
    }
    html[dir="rtl"] figure h2:after,
    html[dir="rtl"] figure h2:before{
        left: 0;
        right: 0;
        margin-right: 0;
        margin-left: auto;
    }
    html[dir="rtl"] .grid figure figcaption > h2:first-letter {
        font-weight: normal;
        font-size: 24px;
    }
}
@media (max-width: 767.98px){

    html[dir="rtl"] .contact-info .info-wrapper .pull-right {
        float: right !important;
    }
}