a.btn.color\:\#3e4969 {
    background: linear-gradient(to right, #3e4150 0%, #454859 25%, #3a3d4c 50%, #20232df0 75%, #0a0700e0 100%) !important;
}
a.btn.color\:\#3e4969.active {
    background: linear-gradient(to right, #3e4150 0%, #454859 25%, #3a3d4c 50%, #20232df0 75%, #0a0700e0 100%) !important;
}
header .site-branding-logo img {
    max-height: 200px !important;
}

header .site-branding-logo {
    max-height: 200px;
}
header .site-branding-logo img {
    max-height: 200px !important;
    position: relative;
    bottom: 20px;
}
a.site-branding-logo {
    width: 200px;
}
header#header .header-main-inner .row {
    display: flex;
    align-content: center;
    align-items: center;
}


[dir='rtl'] .owl-stage-outer {
    direction: ltr;
}

[dir='rtl'] .owl-stage-outer .owl-stage {
    direction: rtl;
}

[dir='rtl'] div#block-gavias-edmix-gaviassliderlayerslider1arabic {
    direction: ltr;
}


.British-Institute-course-title h2 span {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    border-radius: 10px;
}


.long-details-crroll .panel-body {
    max-height: 350px;
    overflow: scroll;
}


.gva-view-grid-inner {
    align-items: stretch;
    display: flex;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
}

.user-profile .banner {
    position: relative; /* Enable positioning for the child elements */
    min-height: 300px; /* Adjust to your needs */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex; /* Enables Flexbox layout */
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    text-align: center; /* Center text inside the user-profile-name */
}

.banner .shadow {
    position: absolute; /* Absolutely position the shadow inside the banner */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45); /* Same as #00000075 */
    pointer-events: none; /* Prevent interactions with the shadow */
}

.user-profile-name {
    position: relative; /* Make sure it's placed within the banner */
    color: black; /* Set text color to white */
    text-transform: capitalize; /* Capitalize the first letter of each word */
    z-index: 2; /* Ensure it stays above the shadow */
    font-size: 2em; /* Adjust the size as needed */
}

.user-profile-name h2 {
    text-transform: capitalize !important;
    color: black;
    text-transform: uppercase !important;
}

.user-profile-below-banner {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.user-profile-below-banner .user-profile-image {
    position: relative !important;
    margin-top: -75px !important;
    z-index: 99 !important;
}

.user-profile-below-banner .user-profile-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.user-profile-content {
    padding: 15px; 
}

.user-profile-about-title{
    font-size: 32px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 44px;
}

.user-profile-about-title:after{
    content: "";
    width: 80px;
    height: 2px;
    background: #ecc311;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.user-profile-content .row {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.user-profile-about-body {
    text-align: justify;
}


.user-profile-about-image img {
    box-shadow: 5px 5px 10px 2px gray;
    border-radius: 10px;
    margin-top: 30px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #111111e8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 30px 0px 32px;
    text-decoration: none;
    font-size: 21px;
    color: aliceblue;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.user-profile-header-logo img {
    max-width: 70px;
}


.user-profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    position: relative; /* Default positioning */
    width: 100%;
    background-color: #fff; /* Or any background color */
    transition: all 0.3s ease; /* Smooth transition for the fixed state */
}
.fixed-header {
    position: fixed; /* Fix the header to the top of the screen */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Ensure it's above other elements */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: add shadow when fixed */
}


.flexslider {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}


.field--name-field-baner {
    width: 100%;
    height:100%;
}


.banner .slides img {
    min-height: 300px;
}

.show-mobile{
    display:none;
}
.show-larg{
    display: block;
}

div#larg-menu a {
    font-size: 18px;
    padding: 15px 20px;
    position: relative;
    display: inline-block;
}

div#larg-menu a:hover:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #ecc311;
    left: 26%;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

div#block-gavias-edmix-views-block-news-block-1,
div#block-gavias-edmix-views-block-news-block-2,
div#block-gavias-edmix-views-block-news-block-3,
div#block-gavias-edmix-views-block-news-block-4,
div#block-gavias-edmix-views-block-news-block-5,
div#block-gavias-edmix-webform,
div#block-gavias-edmix-views-block-duplicate-of-all-events-block-1{
    display: none;
}


.user-profile div#block-gavias-edmix-views-block-news-block-1,
.user-profile div#block-gavias-edmix-views-block-news-block-2,
.user-profile div#block-gavias-edmix-views-block-news-block-3,
.user-profile div#block-gavias-edmix-views-block-news-block-4,
.user-profile div#block-gavias-edmix-views-block-news-block-5,
.user-profile div#block-gavias-edmix-webform,
.user-profile div#block-gavias-edmix-views-block-duplicate-of-all-events-block-1{
    display: block;
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.user-profile div#block-gavias-edmix-views-block-news-block-1 .field.field--name-body,
.user-profile div#block-gavias-edmix-views-block-news-block-2 .field.field--name-body,
.user-profile div#block-gavias-edmix-views-block-news-block-3 .field.field--name-body,
.user-profile div#block-gavias-edmix-views-block-news-block-4 .field.field--name-body,
.user-profile div#block-gavias-edmix-views-block-news-block-5 .field.field--name-body,
.main-class-for-news .field.field--name-body{
    max-width: 100%;
    overflow: hidden; 
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    max-height: 107px;
}

div#block-gavias-edmix-views-block-news-block-5 .item-columns > div {
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 0px 10px 2px lightgray;
    border-radius: 15px;
}

div#block-gavias-edmix-views-block-news-block-5 .item-columns img {
    border-radius: 10px 10px 0px 0px;
}

div#block-gavias-edmix-views-block-news-block-5 .views-field.views-field-title {
    padding: 0px 10px;
    min-height: 65px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

body.path-user .user-profile-footer,
body.path-user #path-user-page{
    display: block  !important;
}


body.path-details .user-profile-footer,
body.path-details #path-user-page{
    display: block  !important;
}

body.node--type-article .user-profile-footer,
body.node--type-article #path-user-page{
    display: block  !important;
}


.details-partners-content .breadcrumb-content-inner{
    background: initial;

}

.details-partners-content .breadcrumb-content-inner .breadcrumb-style{
    background-image: initial !important;
    padding: 0px !important;
}

.details-partners-content .breadcrumb-content-inner .breadcrumb-links {
    display: none !important;
}

.user-profile-footer {
    margin-top: 50px;
    padding: 15px;
    background-color: #e1e1e1;
}


@media screen and (max-width: 780px) {
    .show-mobile{
        display:block;
    }
    .show-larg{
        display: none;
    }

}


h2.block-title span {
    font-size: 23px !important;
}



.iti.iti--allow-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.iti.iti--allow-dropdown input#edit-phone-number-phone {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding-left: 45px;
    padding-right: 45px;
}

.custom-news-mainnn-home {
    /* max-width: 90%; */
    padding: 15px;
    border: 1px solid lightgray;
    border-radius: 15px;
    margin-bottom: 15px;
    display: flex;
}

.news-mainnn-home-image img {
    border-radius: 50%;
}
.news-mainnn-home-content {
    display: flex;
    flex-direction: column;
    padding: 15px;
    font-size: 16px;
}

.news-mainnn-home-content-name {
    font-size: 14px;
}


.news-mainnn-home-content-title a {
    font-weight: bold;
}


.view-all-home {
    font-size: 16px;
}

.view-all-home a {
    background-color: #ecc311;
    color: white;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

.no-top-padding .gva-view-grid-inner {
    padding-top: 0px;
}

.view-all-home a:hover {
    color: #ecc311;
    border: 1px solid #ecc311;
    background-color: white;
}

.no-top-padding {
    padding-bottom: 50px !important;
}


[dir="rtl"] .gsc-tab-views.style-1 .list-links-tabs .nav-tabs {
    display: flex;
    justify-content: center;
}

.gsc-tab-views.style-1 .list-links-tabs .nav-tabs > li a:after{
    left:0px !important;
    right: initial !important;
    
}


h2.block-title.title-view {
    position: relative;
    display: inline-block;
}



.profile-social-media {
    display: flex;
    justify-content: center;
}

.profile-social-media .social-icon a {
    /*background-color: #ecc311;*/
    padding: 10px 15px;
    border-radius: 10px;
    /*margin: 5px;*/
    font-size: 20px;
    color: white;
    width: 32px;
    height: 32px;
}

.social-icon {
    margin: 0px 5px;
    border-radius: 5px;
}
.profile-social-media .social-icon.social-phone {
    background-color: #12802A;
}

.profile-social-media .social-icon.social-envelope {
    background-color: #3F83EC;
}

.profile-social-media .social-icon.social-whatsapp {
    background-color: #54CE62;
}

.profile-social-media .social-icon.social-linkedin {
    background-color: #137BB9;
}

.profile-social-media .social-icon.social-facebook {
    background-color: #166BFF;
}

.profile-social-media .social-icon.social-instagram {
    background-color: #DC5B5D;
    background: linear-gradient(135deg, #3494e6, #ec6ead);
}

.profile-social-media .social-icon.social-times {
    background-color: black;
}

.contact-us-with-profile {
    padding: 0px 16px;
    text-align: center;
}

.contact-us-forrm-send div#edit-actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}


.contact-us-forrm-send div#edit-actions input {
    font-size: 14px;
    padding: 10px 35px;
}


.event-body .event-image {
    text-align: center;
}


.event-body .event-image img {
    border-radius: 50%;
    margin-top: 15px;
    box-shadow: 0px 0px 10px 2px lightgray;
}


.event-body .event-body-name {
    font-size: 24px;
    text-align: center;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    padding: 15px;
}

.event-body-content {
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

div#block-gavias-edmix-views-block-duplicate-of-all-events-block-1 {
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}


.view-dierection-1 {
    direction: rtl;
        min-height: 180px;
}

.news-mainnn-home-content-name a {
    text-align: center;
    font-weight: bold;
    color: #897108;
}

.news-mainnn-home-content-name {
    text-align: center;
 
}


.custom-news-mainnn-home {
    border: 0px;
    box-shadow: 0px 0px 10px 2px lightgray;
}
a.gva-social .fa {
    margin-bottom: 0px !important;
}

.form-item-vote {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: lightgray;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 2px lightgray;
    border-radius: 15px;
}


.custom-news-mainnn-home {
    display: flex;
    flex-direction: column;
}



.views-field.views-field-field-rate .form-item-vote {
    background-color: initial;
    box-shadow: initial;
    padding: 0px;
}


.custom-news-mainnn-home2 {
    display: flex;
}


.js-form-item-phone-number {
    display: inline-block;
}

i.tiktok-black {
    padding: 0px 8px;
    background: url('/tiktok-black.svg') no-repeat center center;
}



i.tiktok-gray {
    padding: 0px 6px;
    background: url('/tiktok-gray.svg') no-repeat center center;
}

.team-teaser-1 .team-job {
    min-height: 30px;
}



article.node.node--type-video {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 10px; */
}


article.node.node--type-video img {
    width: 100%;
    height: auto;
}

article.node.node--type-video h2 {
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

article.node.node--type-video header>div {
    width: 100%;
    padding: 5px 15px !important;
}


article.node.node--type-video.node--view-mode-default .node__content.clearfix {
    position: relative;
    display: inline-block;
    width: 100%;
}

.node-id-734 article header {
    display: none;
}
.form-item-trading-level{
    display:none;
}
.node-id-734 .form-item-trading-level{
    display:block;
}



.node-id-734 div#content div#page-main-content {
    background-image: url(/eg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-top: 140px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    padding: 30px 15px;
}


.node-id-734 .field.field--name-body {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    font-size: 22px;
    text-align: center;
    direction: rtl;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.node-id-734 .body-page .main-page.has-breadcrumb .container-bg {
    background: initial;
    
}


.node-id-734 .breadcrumb-content-inner {
    display: none;
}

.node-id-734 div#content div#block-gavias-edmix-webform-2 {
    max-width: 1200px;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
}

.node-id-734 .webform-actions {
    text-align: center;
    margin-top: 15px;
}

.node-id-734 .footer-center {
    display: none;
}
.node-id-734 .copyright {
    display: none;
}
@media only screen and (max-width: 600px) {
    .node-id-734 div#content div#page-main-content{
        margin-top:100px;
    }
    .node-id-734 .field.field--name-body {

    font-size: 15px;
        
        
    }
    .gv-icon-924:before {
        
        right: 0px !important;
        top: 0px !important;
    }
    
    .menu-bar{
         top: 10px !important;
    }
    header .area-main-menu .gva-search-region{
        display:none !important;
    }
}










