@font-face {
    font-family: 'Myriad Pro';
    src: url('../css/Fonts/MyriadPro-Regular.eot');
    src: url('../css/Fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/Fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../css/Fonts/MyriadPro-Regular.woff') format('woff'),
        url('../css/Fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../css/Fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}

@font-face {
    font-family: 'Expo Arabic';
    src: url('../css/Fonts/ExpoArabic-Light.eot');
    src: url('../css/Fonts/ExpoArabic-Light.eot?#iefix') format('embedded-opentype'),
        url('../css/Fonts/ExpoArabic-Light.woff2') format('woff2'),
        url('../css/Fonts/ExpoArabic-Light.woff') format('woff'),
        url('../css/Fonts/ExpoArabic-Light.ttf') format('truetype'),
        url('../css/Fonts/ExpoArabic-Light.svg#ExpoArabic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expo Arabic Book';
    src: url('../css/Fonts/ExpoArabic-Book.eot');
    src: url('../css/Fonts/ExpoArabic-Book.eot?#iefix') format('embedded-opentype'),
        url('../css/Fonts/ExpoArabic-Book.woff2') format('woff2'),
        url('../css/Fonts/ExpoArabic-Book.woff') format('woff'),
        url('../css/Fonts/ExpoArabic-Book.ttf') format('truetype'),
        url('../css/Fonts/ExpoArabic-Book.svg#ExpoArabic-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expo Arabic';
    src: url('../css/Fonts/ExpoArabic-Medium.eot');
    src: url('../css/Fonts/ExpoArabic-Medium.eot?#iefix') format('embedded-opentype'),
        url('../css/Fonts/ExpoArabic-Medium.woff2') format('woff2'),
        url('../css/Fonts/ExpoArabic-Medium.woff') format('woff'),
        url('../css/Fonts/ExpoArabic-Medium.ttf') format('truetype'),
        url('../css/Fonts/ExpoArabic-Medium.svg#ExpoArabic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expo Arabic';
    src: url('../css/Fonts/ExpoArabic-SemiBold.eot');
    src: url('../css/Fonts/ExpoArabic-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../css/Fonts/ExpoArabic-SemiBold.woff2') format('woff2'),
        url('../css/Fonts/ExpoArabic-SemiBold.woff') format('woff'),
        url('../css/Fonts/ExpoArabic-SemiBold.ttf') format('truetype'),
        url('../css/Fonts/ExpoArabic-SemiBold.svg#ExpoArabic-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expo Arabic Bold';
    src: url('../css/Fonts/Expo-Arabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*+.uk-h1,
*+.uk-h2,
*+.uk-h3,
*+.uk-h4,
*+.uk-h5,
*+.uk-h6,
*+.uk-heading-2xlarge,
*+.uk-heading-3xlarge,
*+.uk-heading-large,
*+.uk-heading-medium,
*+.uk-heading-small,
*+.uk-heading-xlarge,
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6,
*+address,
*+dl,
*+fieldset,
*+figure,
*+ol,
*+p,
*+pre,
*+ul {
    margin-top: 0;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Expo Arabic Bold' !important;
}

p {
    font-family: 'Expo Arabic' !important;
}

body {
    margin: 0;
    font-family: 'Expo Arabic';
    font-weight: 300;
    overflow-x: hidden;
}

.auto-container {
    width: 80%;
    margin: 0 auto;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #E6E7E8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #E6E7E8;
}

body::-webkit-scrollbar-thumb {
    background-color: #3AB9B4;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

a,
.btn,
button,
.button,
#site-header .navbar .navbar-collapse,
#site-header .dropdown-menu,
.passage .images .item,
.passage .images .item img,
.c-item .icon img,
.c-item .title,
.c-item p,
.c-item .image,
.c-item .image img,
.c-item .title,
.common-item .image img,
.scrolltop,
.plan-item .arrow,
.agenda .sequance .item,
.agenda .sequance .item .icon,
.agenda .sequance .item .title,
.agenda .speakers .item,
.agenda .speakers .item .details,
.agenda .speakers .item .details p::before,
.agenda .speakers .item .details p>span,
.sectors .item .title,
.sectors .item .icon img,
.sponsers-packeges .item,
.sponsers-packeges .item .icon,
.sponsers-packeges .item .title {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

/*====Main Heading=====*/
.MainHeading {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 2px;
}

.MainHeading h3 {
    font-family: 'Expo Arabic Bold';
    font-weight: 700;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 18px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.MainHeading:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 92%;
    transform: translate(-50%, -50%);
    background: #6cccc9;
    border-right: 35px solid #FDBB45;
    height: 3px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.MainHeading span {
    font-size: 18px;
    margin: 0 0 16px 0;
    display: block;
}

.MainHeading h3 p {
    position: absolute;
    left: -50px;
    top: -56px;
    color: #6bcdc926;
    font-size: 68px;
    z-index: -1;
    white-space: nowrap;
}

/*=====End CSS====*/
header .item {
    height: 100vh;
    position: relative;
}

header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

/*header .item .cover:after {
    content: '';
    left: 0;
    top: 0;
    width: 42%;
    height: 50%;
    position: absolute;
    background: #ffffff0a;
    top: 54%;
    left: 29%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    box-shadow: 0px 7px 27px -4px #00000040;
}*/

header .item .cover:before {
    position: absolute;
    content: '';
    left: 152px;
    top: 261px;
    background: url(../images/Layer_2.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 9%;
    filter: invert(1);
    -webkit-filter: invert(1);
}

header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    margin-left: 10%;
    margin-top: 5%;
}

header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    display: none;
}

header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

header .item .cover .header-content h1 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev:hover {
    background: #000 !important;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}

header .owl-nav .owl-next:hover {
    background: #000 !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

/*=====Main Navigation CSS=====*/
/*---New*/

#menu li ul {
    position: absolute;
    left: 0;
    margin-top: 15px;
    z-index: 1;
    width: 232px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    background: transparent;
    transform-origin: 50% 0%;
}

.NavigationWrapper .MainNav ul li:last-child ul {
    left: inherit !important;
    right: 0px;
}

.NavigationWrapper .MainNav ul li:last-child ul:before {
    left: inherit !important;
    right: 14px !important;
}

#menu li ul:before {
    position: absolute;
    top: -6px;
    left: 14px;
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#menu li ul li {
    margin: 0 16px 0 16px;
}

#menu li:hover ul {
    padding: 12px 0;
    background: #fff;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 8px 16px 1px #00000075;
    animation-name: swingdown;
    animation-duration: 1s;
    animation-timing-function: ease;
}

#menu li ul li a {
    font-size: 14px;
    border-bottom: 1px solid #c1c1c1ee;
    padding: 0 0 0px 0;
    margin-bottom: 16px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

#menu li ul li a:hover {
    margin-left: 4px;
    color: #3AB9B4;
}

#menu li ul li:last-child a {
    margin-bottom: 0;
}

@keyframes swingdown {
    0% {
        opacity: .99999;
        transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
    }

    30% {
        transform: rotateX(-20deg) rotateY(5deg);
        animation-timing-function: ease-in-out;
        -webkit-transform: rotateX(-20deg) rotateY(5deg);
        -moz-transform: rotateX(-20deg) rotateY(5deg);
        -ms-transform: rotateX(-20deg) rotateY(5deg);
        -o-transform: rotateX(-20deg) rotateY(5deg);
    }

    65% {
        transform: rotateX(20deg) rotateY(-3deg);
        animation-timing-function: ease-in-out;
        -webkit-transform: rotateX(20deg) rotateY(-3deg);
        -moz-transform: rotateX(20deg) rotateY(-3deg);
        -ms-transform: rotateX(20deg) rotateY(-3deg);
        -o-transform: rotateX(20deg) rotateY(-3deg);
    }

    100% {
        transform: rotateX(0);
        animation-timing-function: ease-in-out;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
    }
}

.MainNav a.SecondaryButton {
    margin: -10px 0 0 30px;
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.NavigationWrapper {
    display: flex;
    justify-content: space-between;
    padding: 5px 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.NavigationWrapper.HeaderFixed {
    position: fixed;
    top: 50px !important;
    margin-top: -50px;
    box-shadow: 0px 4px 10px 2px #00000045;
    background: url(../images/StatsBanner.jpg) no-repeat;
    background-size: cover;
}

.NavigationWrapper .MainNav {
    width: 70%;
}

.NavigationWrapper .MainNav {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.NavigationWrapper .MainLogo img {
    height: 114px;
}

.NavigationWrapper .MainNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.NavigationWrapper .MainNav ul li {
    display: inline-block;
    position: relative;
    margin: 0 22px 0 22px;
}

.NavigationWrapper .MainNav ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transition: all 0.3s ease-in-out 0s;
}

.NavigationWrapper .MainNav ul li:hover img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
}

.NavigationWrapper .MainNav ul li.MenuActive img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
}

.NavigationWrapper .MainNav ul li a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

a.DropDownNav:before {
    position: absolute;
    right: -16px;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: 5px;
    transform: rotate(45deg);
    background: transparent;
    border-bottom: 1px solid #000;
    border-right: 1px solid;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transition: all 0.3s ease-in-out 0s;
}

.NavigationWrapper .MainNav ul li a:hover.DropDownNav:before {
    transform: rotate(-132deg);
    margin-top: 8px;
    -webkit-transform: rotate(-132deg);
    -moz-transform: rotate(-132deg);
    -ms-transform: rotate(-132deg);
    -o-transform: rotate(-132deg);
}

/*====Navigation CSS====*/
/*====Button CSS====*/

.SecondaryButton {
    color: #000;
    border: .2rem solid #fff;
    border-radius: 2rem;
    padding: 14px 26px 10px 26px;
    font-weight: 600;
    /*box-shadow: 0 0 .1rem #fff, 0 0 .2rem #fff, 0 0 0 #3AB9B4, 0 0 .6rem #3AB9B4, 0 0 1.8rem #3AB9B4, inset 0 0 0.3rem #3AB9B4;
    */
    letter-spacing: 1.2px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.SecondaryButton:hover {
    color: #3AB9B4;
    /* box-shadow: 0 0 .1rem #fff, 0 0 .2rem #fff, 0 0 0 #FDBB45, 0 0 .6rem #FDBB45, 0 0 1.8rem #FDBB45, inset 0 0 0.3rem #FDBB45; */
}

/*New Btn*/

header .owl-item.active .SecondaryButton {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.PrimaryButton {
    padding: 12px 20px 12px 20px;
    color: #fff;
    /*background: url(../images/ButtonLayer.png);
    */
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Myriad Pro';
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.PrimaryButton:before {
    position: absolute;
    content: '';
    left: 6px;
    top: 6px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 4px solid #FDBB45;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.PrimaryButton:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/ButtonLayer.png);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.PrimaryButton:hover {
    background: #FDBB45;
    color: #000;
    text-decoration: none;
}

.PrimaryButton:hover:before {
    border: 4px solid #3AB9B4;
    left: -6px;
    top: -6px;
}

header .item .cover .SecondaryButton {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
}

/*.ringOne {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: rotate 50s infinite linear;
    opacity: 0.9;
}*/

.ringOne {
    position: absolute;
    bottom: 10px;
    right: 0;
    animation: rotate 50s infinite linear;
    opacity: 0.11;
    width: 750px;
    -webkit-animation: rotate 50s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

/*.statsbackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.7;
}*/

section.counter-section {
    /*    background: url(../images/StatsBanner.jpg) no-repeat;*/
    padding: 80px 0 80px 0;
    position: relative;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

section.counter-section:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 30px;
    background: url(../images/Layer_1.png) no-repeat;
    width: 10%;
    height: 191px;
    background-size: 100%;
    opacity: 1;
}

section.counter-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/StatsLayer.gif) no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center;
    opacity: 1;
}

.StatsLeftBox {
    border-right: 4px solid #3ab9b3;
    padding: 22px 0 22px 0;
}

.StatsLeftBox .SecondaryButton {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.InnerStatsBox.progress,
section.counter-section .InnerStatsBox {
    margin: 15px 0 15px 0;
    padding: 10px 10px 10px 10px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 4px;
    background: transparent;
    position: relative;
    /*border-top: 1px dashed #3ab9b3;
    */
    border-top: 1px dashed #533ffc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

h3#odometer div {
    display: block;
}

section.counter-section .InnerStatsBox h3 {
    font-family: 'Myriad Pro';
    font-weight: 300;
    /*font-size: 26px;*/
    font-size: 60px;
    width: 100%;
    display: contents;
}

section.counter-section .InnerStatsBox count {
    color: #000;
    font-size: 34px;
    position: relative;
    left: 3px;
    top: 3px;
}

section.counter-section .InnerStatsBox p {
    font-family: 'Myriad Pro';
    font-weight: 300;
    width: 100%;
    position: relative;
    font-size: 28px;
    left: 5px;
    color: #38b8b2;
    margin-bottom: 0;
}

section.counter-section .InnerStatsBox p:after {
    position: absolute;
    content: '';
    top: 24px;
    width: 70px;
    height: 1px;
    background: #3ab9b342;
    margin-left: 10px;
}

.StatsHeading h4 {
    position: relative;
    font-size: 36px;
}

span.animText.animText_1 {
    display: inline-block;
}

span.animText.animText_1 svg {
    left: 58%;
    width: calc(84% + 35px);
}

span.animText {
    position: relative;
    position: relative;
    /*color: #3ab9b3 !important;*/
    color: #533ffc !important;
    background: unset !important;
    -webkit-text-fill-color: unset !important;
    display: block;
    padding: 0px 0 20px 0;
}

span.animText svg {
    position: absolute;
    top: 27%;
    left: 38%;
    width: calc(61% + 20px);
    height: calc(95% + 16px);
    transform: translate(-59%, -50%) !important;
    overflow: visible;
    margin-top: 5px;
    -webkit-transform: translate(-59%, -50%) !important;
    -moz-transform: translate(-59%, -50%) !important;
    -ms-transform: translate(-59%, -50%) !important;
    -o-transform: translate(-59%, -50%) !important;
}

span.animText svg path {
    stroke: #000;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s;
    animation: headline-dash forwards;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-animation: headline-dash forwards;
}

@keyframes headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

.StatsHeading h4:before {
    content: '';
    position: absolute;
    left: -72px;
    top: -40px;
    /* background: url(../images/Layer_2.png) no-repeat; */
    width: 100%;
    height: 140px;
    background-size: 27%;
    opacity: 0.3;
}

/*====Intro CSS*/
section.RuyaInroWrapper {
    padding: 0px 0 100px 0px;
    position: relative;
}

.VideoBox {
    position: relative;
    width: 100%;
}

.VideoBox img.Layer_4 {
    position: absolute;
    left: -35px;
    z-index: -1;
    top: -33px;
    border: 2px solid #FDBB45;
    padding: 4px;
}

.VideoInnerWrapper_ {
    position: relative;
    overflow: hidden;
}

.VideoInnerWrapper_ img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}

.VideoInnerWrapper_:hover img {
    visibility: hidden;
    opacity: 0;
    display: block;
    width: 100%;
}

span.PlayButton.PlayButton_New svg {
    position: absolute;
    left: 129px;
    width: 80px;
}

svg.RightArrowSVG {
    position: absolute;
    bottom: 0px;
    left: 140px;
    width: 78px;
}

/*.PlayButton svg {
    animation: textCircle 10s linear infinite;
    position: absolute;
    width: 130px;
    height: 130px;
    left: -27px;
    top: -29px;
    font-size: 50px;
}*/

@keyframes textCircle {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes textCircleReverse {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    to {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

span.PlayButton {
    position: absolute;
    left: -40px;
    bottom: -40px;
    background: #fff;
    font-size: 28px;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fdbb45;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 3px 26px -6px #0000009e;
    color: #3ab9b3;
}

span.PlayButton.PlayButton_New {
    width: 160px !important;
    height: 160px !important;
    left: -122px;
    transform: scale(0.2) rotate(180deg);
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2) rotate(180deg);
    -moz-transform: scale(0.2) rotate(180deg);
    -ms-transform: scale(0.2) rotate(180deg);
    -o-transform: scale(0.2) rotate(180deg);
}

span.PlayButton.PlayButton_New.RotateBtn:hover {
    transform: scale(1.2) !important;
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
}

span.PlayButton.PlayButton_New.RotateBtn {
    transform: scale(1) rotate(0deg) !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: -22px !important;
    -webkit-transform: scale(1) rotate(0deg) !important;
    -moz-transform: scale(1) rotate(0deg) !important;
    -ms-transform: scale(1) rotate(0deg) !important;
    -o-transform: scale(1) rotate(0deg) !important;
}

.VideoBox.ActiveVideo .VideoInnerWrapper_ img {
    visibility: hidden;
    opacity: 0;
    display: block;
    width: 100%;
}

/*.VideoBox.ActiveVideo span.PlayButton i.fa-solid.fa-play{
  display: none;
}

.VideoBox.ActiveVideo span.PlayButton i.fa-solid.fa-pause{
  display: block !important;
}*/

.VideoBox.ActiveVideo span.PlayButton .PlayVideo {
    display: none;
}

.VideoBox.ActiveVideo span.PlayButton .PauseVideo {
    display: block !important;
}

i.PauseVideo,
em.PauseVideo,
em.PlayVideo,
i.PlayVideo {
    line-height: 31px;
    font-size: 22px;
}

/*span.PlayButton i.fa-solid.fa-pause {
    display: none;
}*/

span.PlayButton .PauseVideo {
    display: none;
}

span.RuyaCareersTagLine {
    position: absolute;
    content: 'RUYA CAREERS''';
    font-size: 130px;
    z-index: 1;
    opacity: 0.1;
    font-family: 'Myriad Pro';
    font-weight: 700;
    top: -20px;
    right: 0;
    line-height: normal;
    color: #3ab9b3;
    width: 100%;
    text-align: center;
}

.IntroLeftSide h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Myriad Pro';
}

.IntroLeftSide p {
    font-family: 'Myriad Pro';
    font-weight: 300;
}

/*===Ruya Galler====*/
section.photogallery {
    background: url(../images/StatsBanner.jpg) no-repeat;
    padding: 70px 0 50px 0;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

section.photogallery .galleryimg {
    height: 218px;
    overflow: hidden;
}

section.photogallery .galleryimg img {
    width: 100%;
}

a.fancybox {
    position: relative;
    display: inline-block;
}

a.fancybox:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ab;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

a.fancybox:after {
    content: 'VIEW';
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    font-size: 40px;
    font-family: 'Ara Hamah AlFidaa';
    font-weight: bold;
    color: #6acbc840;
    font-style: italic;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transition: all 0.3s ease-in-out 0s;
}

a.fancybox:hover:after {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/*===Exhibitors CSS====*/
section.exhibitorSlider {
    padding: 60px 0 80px 0;
    position: relative;
}

section.exhibitorSlider img.Layer_6 {
    position: absolute;
    width: 210px;
    bottom: 12px;
    right: 12px;
    opacity: 0.8;
}

section.exhibitorSlider img.Layer_2 {
    position: absolute;
    left: 0;
    top: -97px;
    z-index: 1;
    opacity: 0.5;
    width: 200px;
}

section.exhibitorSlider .logoStyle02 {
    border: #6bccc9 solid 1px;
    padding: 70px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    display: flex;
    height: 136px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

section.exhibitorSlider .logoStyle02 a {
    display: block;
    width: 80%;
    height: auto;
    text-align: center;
}

section.exhibitorSlider .exhibitor-carousel .owl-nav {
    display: flex !important;
    width: 100%;
    justify-content: space-between !important;
    position: absolute;
    z-index: -1;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

section.exhibitorSlider .exhibitor-carousel .owl-nav button.owl-next,
section.exhibitorSlider .exhibitor-carousel .owl-nav button.owl-prev {
    background: #69c9c7;
    color: #fff;
    width: 40px;
    height: 40px;
    left: -58px;
    position: relative;
    margin: 1px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bolder;
    outline: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

section.exhibitorSlider .exhibitor-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -58px;
}

section.exhibitorSlider .exhibitor-carousel:hover .owl-nav {
    visibility: visible;
    opacity: 1;
    top: 0;
    top: 50px;
}

/*===News CSS====*/
section.LatestNews {
    background: url(../images/StatsBanner.jpg) no-repeat;
    padding: 70px 0 70px 0;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.NewsInnerBox {
    position: relative;
    z-index: 1;
}

img.NewsLayer_ {
    position: absolute;
    left: -72px;
    top: -45px;
    width: 120px;
    z-index: -1;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.NewsInnerBox .NewsImageBox img {
    width: 100%;
}

.NewsInnerBox .NewsImageBox {
    width: 100%;
    height: 358px;
    overflow: hidden;
    box-shadow: 0px 2px 7px -3px #0009;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.NewsInnerBox .NewsContent {
    position: absolute;
    left: 0;
    bottom: -60px;
    background: #fff;
    width: 86%;
    padding: 12px;
    border: 1px solid #6dcecb;
    box-shadow: 0px 5px 16px 1px #00000073;
    padding-top: 20px;
}

.NewsInnerBox span.NewsDate {
    position: absolute;
    right: -1px;
    top: -33px;
    background: #69cac6;
    color: #fff;
    padding: 4px 10px 4px 10px;
    border-left: 3px solid #e8ac3e;
}

.NewsInnerBox .NewsContent h4 a,
.NewsInnerBox .NewsContent h4 {
    font-weight: 300;
    color: #000;
    font-family: 'Myriad Pro';
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.NewsInnerBox .NewsContent h4 a:hover,
.NewsInnerBox .NewsContent h4:hover {
    color: #FDBB45;
}

a.ReadMoreBtn_ {
    text-transform: uppercase;
    font-size: 14px;
    color: #69cac6;
    font-weight: 600;
    float: right;
    text-decoration: none;
    position: relative;
    right: 25px;
    margin-top: 8px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

a.ReadMoreBtn_:hover {
    color: #FDBB45;
}

a.ReadMoreBtn_:hover:before {
    background: #FDBB45;
}

a.ReadMoreBtn_:before {
    position: absolute;
    content: '';
    background: #66c3c1;
    width: 8px;
    height: 8px;
    bottom: 8px;
    right: -22px;
    border-radius: 50%;
    padding: 4px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-transition: all 0.3s ease-in-out 0s;
}

a.ReadMoreBtn_:after {
    position: absolute;
    content: '';
    background: transparent;
    width: 12px;
    height: 12px;
    bottom: 6px;
    margin-left: 12px;
    border-radius: 50%;
    border: 1px dotted #000;
    padding: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.LeftNewsInnerBox .NewsImageBox img {
    width: 100%;
}

.LeftNewsInnerBox .NewsImageBox {
    width: 30%;
    float: left;
    height: 101px;
    overflow: hidden;
    box-shadow: 0px 2px 10px -2px #0000009e;
    border-radius: 5px;
    border: 1px solid #6accc85c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.LatestNewsRightWrapper {
    position: relative;
}

.LatestNewsRightWrapper:before {
    position: absolute;
    content: '';
    right: -10px;
    bottom: 9px;
    width: 80px;
    height: 80px;
    z-index: 1;
    border-right: 2px solid #68cbc6;
    border-bottom: 2px solid #68cbc6;
}

.LeftNewsInnerBox .NewsContent {
    width: 68%;
    float: left;
    margin-left: 10px;
    position: relative;
}

.LeftNewsInnerBox .NewsContent h4 a,
.LeftNewsInnerBox .NewsContent h4 {
    color: #000;
    font-size: 16px;
    font-family: 'Myriad Pro';
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.LeftNewsInnerBox .NewsContent h4 a:hover,
.LeftNewsInnerBox .NewsContent h4:hover {
    color: #FDBB45;
}

.LeftNewsInnerBox {
    border-bottom: 1px solid #69cac696;
    box-shadow: 0px 4px 6px -1px #00000036;
    width: 98%;
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.LeftNewsInnerBox span.NewsDate {
    background: #6accc8;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px 2px 8px;
    margin: 0;
    border-left: 3px solid #e8ac3e;
    position: absolute;
    bottom: -27px;
}

.LeftNewsInnerBox a.ReadMoreBtn_ {
    bottom: -30px;
}

.swiper-container {
    height: 450px;
    overflow: hidden;
}

.NewsArrow_ {
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 1;
    top: 180px;
    right: -50px;
    background: #3AB9B4;
    padding: 10px 10px 10px 10px;
    border-radius: 24px;
    box-shadow: 0px 4px 6px -1px #00000085;
    border: 1px solid #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.swiper-button-prev,
.swiper-button-next {
    display: block;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/*====Testimonials=====*/
.TestimonialsImg {
    height: 340px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-left: 3px solid #69c9c7;
    padding-left: 14px;
    position: relative;
    overflow: hidden;
}

/*.TestimonialsImg:before {
    position: absolute;
    left: 14px;
    top: 0;
    content: '';
    width: 88.5%;
    height: 100%;
    background: url(../images/StatsBanner.jpg);
    opacity: 0.4;
}*/

.TestimonialsImg img {
    width: 90%;
}

.TestimonialsConatiner {
    position: relative;
}

/*.TestimonialsConatiner:before {
    position: absolute;
    content: '';
    left: -12px;
    top: 3px;
    width: 104%;
    height: 105%;
    border: 4px solid #3ab9b4;
    transform: rotate(3deg);
    border-right-color: #fdbb45;
    border-bottom-color: #fdbb45;
}*/

section.RuyaTestimonials {
    padding: 80px 0 80px 0;
    position: relative;
}

section.RuyaTestimonials img.Layer_2 {
    position: absolute;
    right: 0;
    top: -96px;
    width: 190px;
}

.TestimonialsConatiner {
    /*    background: url(../images/StatsBanner.jpg) no-repeat;*/
    padding: 40px 28px 80px 28px;
    position: relative;
    background-size: cover;
    background: #ececec;
}

img.QoutesIcon {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 60px;
    opacity: 0.3;
}

.TestimonialsInnerBox {
    position: relative;
}

img.QoutesIcon_1 {
    position: absolute;
    left: 0;
    top: 84px;
    width: 37px !important;
    transform: rotate(180deg);
    opacity: 0.1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

img.Layer_4Icon {
    position: absolute;
    top: -28px;
    left: -28px;
    z-index: -1;
    opacity: 0.5;
    border: 2px solid #3AB9B4;
    padding: 10px;
}

.TestimonialsInnerBox h4 {
    font-family: 'Myriad Pro';
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.TestimonialsInnerBox span {
    font-family: 'Myriad Pro';
    font-weight: bolder;
    font-size: 16px;
    color: #5ec8c5;
}

.TestimonialsInnerBox p {
    font-family: 'Myriad Pro';
    font-weight: 300;
    font-size: 16px;
    margin: 24px 0 0 0;
    border-top: 1px solid #d2d2d2;
    padding-top: 20px;
}

.Testimonials-carousel .owl-nav {
    /*display: flex !important;
    */
    /*width: 100%;
    */
    justify-content: space-between !important;
    position: absolute;
    z-index: -1;
    bottom: -60px;
    left: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    left: 0;
    -ms-transition: all 0.5s ease-in-out 0s;
}

/*.TestimonialsConatiner:hover .owl-nav {
    visibility: visible;
    opacity: 1;
    top: 80px;
}*/

.Testimonials-carousel .owl-nav button.owl-next,
.Testimonials-carousel .owl-nav button.owl-prev {
    background: #69c9c7;
    color: #fff;
    width: 40px;
    height: 40px;
    left: 0px;
    position: relative;
    margin: 1px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bolder;
    outline: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.Testimonials-carousel .owl-nav button.owl-next {
    left: 15px;
}

/*====Sponsors and Partners=====*/
section.exhibitorSlider.SponsorsAndPartners {
    background: url(../images/StatsBanner.jpg) no-repeat;
    padding: 90px 0 70px 0;
    position: relative;
    background-size: cover;
}

section.exhibitorSlider.SponsorsAndPartners .logoStyle02 {
    height: 142px;
    padding-top: 40px;
    border: 0;
    background: white;
}

section.exhibitorSlider.SponsorsAndPartners .logoStyle02 span {
    position: absolute;
    font-size: 13px;
    bottom: 6px;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    color: #000000;
}

section.SponsorsAndPartners .exhibitor-carousel:hover .owl-nav {
    visibility: visible;
    opacity: 1;
    top: 50px;
}

/*===Footer CSS====*/
section.RuyaFooter {
    padding: 60px 0 0px 0;
    border-top: 2px solid #6cccca;
    position: relative;
    margin-top: 20px;
}

section.RuyaFooter:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/StatsLayer.gif) no-repeat;
    background-position: center;
    opacity: 0.7;
    z-index: -1;
    background-size: cover;
}

section.RuyaFooter video {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
}

section.RuyaFooter .main-logo img {
    width: 100%;
}

img.MwoeFooterLogo {
    width: 22px;
    margin: 0 2px 0 0;
}

section.RuyaFooter h4.subtitle span {
    font-family: 'Myriad Pro';
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    line-height: normal;
    border-bottom: 2px solid #93a197;
    padding-bottom: 3px;
}

section.RuyaFooter .main-logo img {
    width: 70%;
}

section.RuyaFooter ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.RuyaFooter ul.menu li a {
    font-size: 14px;
    text-decoration: none;
    font-family: 'Myriad Pro';
    font-weight: 300;
    color: #000;
    letter-spacing: 0.4px;
    position: relative;
    padding-left: 22px;
    padding: 2px 6px 3px 22px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

section.RuyaFooter ul.menu li a:hover {
    background: #69c9c7;
    padding: 2px 6px 3px 6px;
    color: #fff;
    border-radius: 6px;
}

section.RuyaFooter ul.menu li a:hover:before {
    opacity: 0;
}

section.RuyaFooter ul.menu li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 14px;
    height: 2px;
    background: #6ac9c77d;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

section.RuyaFooter .footer-bottom {
    padding: 17px 0 0px 0;
    margin: 44px 0 0 0;
    border-top: 1px solid #a6a6a6;
}

section.RuyaFooter .footer-bottom p {
    font-family: 'Myriad Pro';
    font-weight: 300;
}

ul.menu.SocialMedia li.menu-item a {
    background: #69c9c7;
    padding: 0;
    width: 27px;
    height: 27px;
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

ul.menu.SocialMedia li.menu-item a:before {
    display: none;
}

ul.menu.SocialMedia li.menu-item {
    display: inline-block;
    margin: 0 9px 0 0px;
}

ul.menu.SocialMedia li.menu-item a:hover {
    color: #fff;
    background: #FDBB45;
}

section.RuyaFooter .footer-bottom p a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

section.RuyaFooter .footer-bottom p a:hover {
    color: #69c9c7;
}

/*==== Ruya Pillar CSS====*/
section.RuyaPillars {
    padding: 200px 0 100px 0;
    position: relative;
}

section.RuyaPillars .PillarsInnerWrapper .RuyaPillarContainer {
    text-align: center;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: -11px -11px 20px 0 #fff, 4px 7px 25px -5px rgb(0 0 0 / 18%);
    background-image: linear-gradient(140deg, #e9e9e9, #fff);
    border-radius: 30px;
    /*border: 1px solid #5cc9c6;
    */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

section.RuyaPillars .PillarsInnerWrapper .RuyaPillarContainer .PillarLogo {
    position: relative;
    padding-bottom: 12px;
}

section.RuyaPillars .PillarsInnerWrapper .RuyaPillarContainer .PillarLogo:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2.5px;
    background: #3AB9B4;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

section.RuyaPillars .PillarsInnerWrapper .RuyaPillarContainer .PillarLogo img {
    width: 32%;
    margin: 0 auto;
}

section.RuyaPillars .PillarsInnerWrapper .RuyaPillarContainer .PillarContent h3 {
    font-size: 20px;
    font-family: 'Myriad Pro';
    font-weight: bold;
    margin-top: -30px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

section.RuyaPillars svg {
    position: absolute;
}

/*====Key Themes CSS===*/
.RuyaAnimation {
    position: relative;
    text-align: center;
    overflow: hidden;
}

section.RuyaKeyThemes {
    padding: 85px 0 40px 0;
    background: #ececec;
    margin-bottom: 90px;
    position: relative;
}

section.RuyaKeyThemes img.ringOne {
    top: 50%;
    left: 50%;
    right: inherit !important;
    bottom: inherit !important;
    animation: rotateNew 50s infinite linear;
    width: 610px;
    opacity: 0.2;
    -webkit-animation: rotateNew 50s infinite linear;
}

@keyframes rotateNew {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*.RuyaAnimation img.AnimationLayer_1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}*/


/* .RuyaAnimation .AnimationLayer_2 {
    animation: KeyThemes_ 3s linear infinite;
    transform: scale(0.8) !important;
    -webkit-animation: KeyThemes_ 3s linear infinite;
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
} */

@keyframes KeyThemes_ {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

/*=====Gallery CSS New=====*/
.section-c .gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.section-c .gallery a:first-child {
    /* grid-row-start: 1;
  grid-row-end: 3; */
    grid-row: 1/3;
    grid-column: 1/3;
}

.section-c .gallery a:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
}

.section-c .gallery img,
.section-c .gallery a {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section-c.photogallery .gallery a {
    position: relative;
    border: 3px solid #fff0;
    overflow: hidden;
}

section.section-c.photogallery .gallery a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0003;
}

section.section-c.photogallery .gallery a i {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    font-size: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transition: all 0.4s ease-in-out 0s;
}

section.section-c.photogallery .gallery a:hover i {
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 1px solid #3ab9b4;
    padding: 14px 20px 14px 20px;
    background: #ffffff5c;
    color: #000;
    font-size: 50px;
}

/*Back To Top Button CSS*/
.BackToTop {
    position: fixed;
    right: 20px;
    bottom: -160px;
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    color: #000;
    visibility: hidden;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.BackToTop.SetPosition {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
    border: 1px solid #69cac6;
    box-shadow: 0px 5px 14px -3px #0000008a;
}

.BackToTop i {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.BackToTop:hover i,
.BackToTop:hover em {
    margin-top: -100px;
}

.BackToTop:hover span {
    bottom: 10px;
}

.BackToTop span {
    font-size: 12px;
    width: 100%;
    line-height: 11px;
    position: absolute;
    bottom: -70px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

#menu li:hover ul {
    animation: none !important;
}

a.DropDownNav:before {
    position: absolute;
    right: -11px;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: 5px;
    transform: rotate(45deg);
    background: transparent;
    border-bottom: 1px solid #b9855d;
    border-right: 1px solid;
    transition: all 0.3sease-in-out 0s;
    -webkit-transition: all 0.3sease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#menu li ul li a:hover {
    margin-left: 4px;
    color: #93a197 !important;
    text-transform: capitalize !important;
}

#menu li ul li a {
    font-size: 14px;
    border-bottom: 1px solid #c1c1c1ee;
    padding: 0 0 0px 0;
    margin-bottom: 16px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3sease-in-out 0s;
    -webkit-transition: all 0.3sease-in-out 0s;
    -moz-transition: all 0.3sease-in-out 0s;
    -o-transition: all 0.3sease-in-out 0s;
    color: #93a197 !important;
    text-transform: capitalize !important;
    -ms-transition: all 0.3sease-in-out 0s;
}

.overlay {
    position: fixed;
    top: 285px;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9999
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    padding: 0 100px;
    height: 400px
}

.overlay.open .navmenu-col,
.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    -webkit-animation: fadeInRight .5s ease forwards
}

.overlay.open .navmenu-col:nth-of-type(2),
.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay.open .navmenu-col:nth-of-type(3),
.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay.open .navmenu-col:nth-of-type(4),
.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay.open .navmenu-col:nth-of-type(5),
.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.overlay nav {
    position: relative
}

.overlay .navrow {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%
}

.overlay .navrow .navmenu-col {
    opacity: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    overflow: hidden
}

.overlay .navrow .navmenu-col a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px
}

.overlay .navrow .navmenu-col ul {
    margin-left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.overlay .navrow .navmenu-col ul li {
    display: block
}

.overlay .navrow .navmenu-col ul li a:hover {
    text-decoration: none;
    background-color: #fff0
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@media (max-width:767px) {
    .overlay.open {
        height: 550px;
        left: 0;
        overflow-y: auto
    }
}

.overlay .navrow .navmenu-col h3 {
    color: #da0000;
    line-height: 1.1;
    margin-bottom: 20px
}

.overlay .navrow .navmenu-col:after {
    content: "";
    position: absolute;
    right: 20px;
    height: 80%;
    width: 1px;
    top: 50%;
    display: block;
    background: #ffffff26;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.overlay .navrow .navmenu-col:last-child:after {
    display: none
}

body:before {
    z-index: 999;
    content: "";
    background: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    visibility: hidden;
    transition: all .3s ease;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

body.open:before {
    visibility: visible;
    opacity: 1
}

.d-flex.highlight-menu a {
    background: #fff;
    padding: 10px 15px;
    color: #212529;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    height: 40px;
    text-decoration: none;
    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;
    min-width: 130px;
    transition: all .3s ease;
    font-size: clamp(.75rem, .7125rem + .1875vw, .9375rem);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.d-flex.highlight-menu {
    margin: 0 15px
}

.d-flex.highlight-menu a:hover {
    background: #08f0b6
}

.d-flex.mtenu-text a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase
}

.d-flex.mtenu-text {
    margin: 0 20px
}

.menu-btn-sec {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-btn-sec .btn span.text {
    font-weight: 400;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px
}

.mega-menu-wrap .btn.btn-bg a {
    background: #fff;
    margin: auto
}

.menu-btn-sec .btn a {
    min-height: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.menu-btn-sec .btn-bg a .text {
    color: #000
}

.menu-btn-sec .btn.btn-trans a {
    border: 1px solid #fff
}

.mega-menu-wrap .btn a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.mega-menu-wrap .btn.btn-bg a:hover {
    background: #da0000
}

.mega-menu-wrap .btn.btn-bg a:hover span {
    color: #212529
}

.mega-menu-wrap .btn.btn-trans:hover a {
    background: #fff
}

.mega-menu-wrap .btn.btn-trans:hover a span {
    color: #212529
}

.mtenu-text a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    font-size: 20px
}

body.open {
    overflow: hidden
}

@media (max-width:767px) {
    .d-flex.highlight-menu {
        margin: 0
    }

    .overlay.open {
        margin-top: 0
    }

    .overlay .navrow {
        margin: 0
    }

    nav.overlay-menu.container-fluid {
        padding: 0
    }

    .menu-btn-sec {
        margin-bottom: 30px
    }

    header.gitex-header .site-branding {
        position: relative;
        z-index: 13;
        background: #181629;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 200px
    }

    .overlay .navrow .navmenu-col:after {
        display: none
    }

    .ham-bg.mega-menu-wrap {
        z-index: 10;
        margin-right: 20px
    }

    .button_container {
        z-index: 99999999;
        height: 25px;
        width: 60px
    }

    html header.gitex-header {
        padding: 0
    }

    html header.gitex-header .header-top .site-branding {
        padding: 15px 20px;
        height: auto
    }

    .overlay .navrow .navmenu-col h3 {
        font-size: 28px;
        margin-bottom: 10px
    }

    .ham-bg {
        width: 50px
    }
}

.burger-menu.custom-cursor-on-hover {
    color: #000;
    text-align: end;
    padding: 25px;
    font-weight: 600;
}

.overlay .navrow .navmenu-col {
    opacity: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.navsocial.pl-1 ul {
    display: flex;
    justify-content: left;
}

.navsocial.pl-1 ul li {
    padding: 10px;
}

section.counter-section {
    padding: 100px 0 80px 0;
    position: relative;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    background: #eee9dd;
}

section.counter-section .InnerStatsBox p {
    font-weight: 300;
    width: 100%;
    position: relative;
    font-size: 18px !important;
    left: 5px;
    color: #535b5b !important;
    margin-bottom: 0;
}

.MainHeading:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 92%;
    transform: translate(-50%, -50%);
    background: #b9855d;
    border-right: 35px solid #FDBB45;
    height: 3px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

section.RuyaPillars .PillarsInnerWrapper .RuyaPillarContainer .PillarLogo:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2.5px;
    background: #93a197;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

section.exhibitorSlider .logoStyle02 {
    border: #535b5b solid 1px;
    padding: 70px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    display: flex;
    height: 136px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.TestimonialsInnerBox span {
    font-family: 'Nekst';
    font-weight: bolder;
    font-size: 16px;
    color: #056839;
}

section.RuyaTestimonials {
    padding: 80px 0 80px 0;
    position: relative;
    background: #93a197;
}

.TestimonialsConatiner {
    /* background: url(../images/StatsBanner.jpg) no-repeat; */
    padding: 40px 28px 80px 28px;
    position: relative;
    background-size: cover;
    background: #ecececab;
}

ul.menu.SocialMedia li.menu-item a {
    background: #056839;
    padding: 0;
    width: 27px;
    height: 27px;
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    color: #ebe6e0;
    -ms-transition: all 0.3s ease-in-out 0s;
}

ul.menu.SocialMedia li.menu-item a:hover {
    color: #fff;
    background: #e25f41;
}

section.RuyaFooter {
    padding: 60px 0 0px 0;
    border-top: 2px solid #056839;
    position: relative;
    margin-top: 20px;
}

section.RuyaFooter ul.menu li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 14px;
    height: 2px;
    background: #93a197;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

section.RuyaFooter ul.menu li a:hover {
    background: #93a197;
    padding: 2px 6px 3px 6px;
    color: #fff;
    border-radius: 6px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ebe6e0;
    opacity: 0;
    /*Initiallyhidden*/
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    z-index: 100;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.MainNav a.SecondaryButton {
    margin: -3px 50px 0 30px;
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.burger-menu {
    cursor: pointer;
    font-size: 32px;
}

header .item .cover .header-content h1 {
    font-size: 46px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #eee9dd;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #ebe6e0;
}

header .item .cover .SecondaryButton {
    margin-top: 20px;
    display: inline-block;
    color: #ebe6e0;
    background-color: #535b5b;
}

.umrah-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    margin-left: 5% !important;
    margin-top: 4% !important;
    width: 55% !important;
}

header .item .cover:before {
    position: absolute;
    content: '';
    left: 110px !important;
    top: 200px !important;
    background: url(NewHome/images/Layer_2.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 9%;
    filter: invert(1);
    -webkit-filter: invert(1);
}

.umrah-video video {
    width: 100%;
}

.SecondaryButton:hover {
    color: #b9855d !important;
    /* box-shadow: 0 0 .1rem #ebe6e0, 0 0 .2rem #ebe6e0, 0 0 0 #e25f41, 0 0 .6rem #e25f41, 0 0 1.8rem #e25f41, inset 0 0 0.3rem #e25f41 !important; */
}

.SecondaryButton {
    color: #000;
    border: .2rem solid #cbb69a !important;
    border-radius: 2rem;
    padding: 14px 26px 10px 26px;
    font-weight: 600;
    /*box-shadow: 0 0 .1rem #ebe6e0, 0 0 .2rem #ebe6e0, 0 0 0 #e25f41, 0 0 .6rem #e25f41, 0 0 1.8rem #e25f41, inset 0 0 0.3rem #e25f41;
    */
    letter-spacing: 1.2px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}


.temp-breadcrumb {
    height: 400px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center top !important;
    background-size: cover;
}



.MainLogo {
    display: flex;
    align-items: center;
}

.date-venue p {
    color: #fff;
    line-height: revert-layer;
    letter-spacing: normal;
}

.date-venue:before {
    border-right: 2px dotted #056839;
    content: '';
    /* background: #056839; */
    width: 2px;
    height: 50px;
    position: absolute;
    top: 30%;
}

p.date-col {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 600;
    color: #056839;
    line-height: 20px;
    margin-bottom: 4px;
}

.date-venue {
    width: 50%;
    padding-top: 12px;
}

p.venue {
    text-align: center;
    font-size: 11px;
    padding-left: 13px;
    text-transform: uppercase;
}

section.counter-section:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 30px;
    background: url(NewHome/images/Layer_1.png) no-repeat;
    width: 10%;
    height: 191px;
    background-size: 100%;
    opacity: 0;
}

.InnerStatsBox.progress,
section.counter-section .InnerStatsBox {
    margin: 15px 0 15px 0;
    padding: 10px 4px 10px 4px !important;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 4px;
    background: transparent;
    position: relative;
    /*border-top: 1px dashed #93a197;
    */
    border-top: 0 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.StatsBox.number-counter-section.aos-init.aos-animate .row .col-lg-2 {
    width: 20% !important;
    max-width: 100% !important;
    flex: auto;
}

section.counter-section .InnerStatsBox h3 {
    font-family: 'Nekst';
    font-weight: 300;
    /* font-size: 26px; */
    font-size: 40px !important;
    width: 100%;
    display: contents;
}

section.RuyaPillars .PillarsInnerWrapper .RuyaPillarContainer .PillarLogo img {
    width: 88% !important;
    margin: 0 auto;
    border-radius: 30px;
    padding-top: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.PillarContent p {
    color: #000 !important;
    font-size: 14px;
}

.PillarContent {
    padding: 10px !important;
}

section.RuyaPillars .PillarsInnerWrapper .RuyaPillarContainer {
    text-align: center;
    height: 400px !important;
    display: block !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: -11px -11px 20px 0 #fff, 4px 7px 25px -5px rgb(0 0 0 / 18%);
    background-image: linear-gradient(140deg, #e9e9e9, #fff);
    border-radius: 30px;
    /* border: 1px solid #5cc9c6; */
}

.PillarContent h3 {
    margin: 0px !important;
    margin-bottom: 10px !important;
}

.owl-nav {
    display: none !important;
}

.featureasia01 {
    position: relative;
    padding: 50px 0;
}

.bg-black {
    background: #535b5b !important;
}

.sectionheading02 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.bg-black .sectionheading02 h2 {
    color: #ebe6e0;
    font-size: 54px;
    line-height: 1.4;
    background: #535b5b;
    background: -o-linear-gradient(15deg, #535b5b 40%, #2ba4ff 54%, #fe535b5b 0 90%, #535b5b 100%);
    background: linear-gradient(75deg, #535b5b 40%, #2ba4ff 54%, #fe535b5b 0 90%, #535b5b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
    -webkit-animation: 10s linear infinite shine;
    animation: 10s linear infinite shine;
    text-transform: uppercase;
}

.sectionheading02 h2:before {
    content: "";
    width: 30px;
    height: 10px;
    background: #e25f41;
    position: absolute;
    bottom: 0px;
    left: 49%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 16px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.bg-black .sectionheading02 h2 {
    color: #ebe6e0;
    font-size: 54px;
    line-height: 1.4;
    background: #535b5b;
    background: -o-linear-gradient(15deg, #535b5b 40%, #2ba4ff 54%, #fe535b5b 0 90%, #535b5b 100%);
    background: linear-gradient(75deg, #535b5b 40%, #2ba4ff 54%, #fe535b5b 0 90%, #535b5b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
    -webkit-animation: 10s linear infinite shine;
    animation: 10s linear infinite shine;
    text-transform: uppercase;
}

.bg-black .sectionheading02 h2:after {
    content: "";
    width: 100px;
    height: 10px;
    background: #ebe6e0;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 15px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.col-md-3.vist-wrapper {
    width: 20%;
    max-width: 20%;
    margin-bottom: 20px !important;
}

.profile {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    aspect-ratio: 1 / 1;
    position: relative;
    padding: 1.5rem;
    color: #ebe6e0;
    backface-visibility: hidden;
    text-decoration: none;
    overflow: hidden;
    border: 2px solid #93a197;
    padding-bottom: 70px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.profile::before {
    background: linear-gradient(to top, hsl(0 0% 0% / 0.79) 0%, hsl(0 0% 0% / 0.787) 7.8%, hsl(0 0% 0% / 0.779) 14.4%, hsl(0 0% 0% / 0.765) 20.2%, hsl(0 0% 0% / 0.744) 25.3%, hsl(0 0% 0% / 0.717) 29.9%, hsl(0 0% 0% / 0.683) 34.3%, hsl(0 0% 0% / 0.641) 38.7%, hsl(0 0% 0% / 0.592) 43.3%, hsl(0 0% 0% / 0.534) 48.4%, hsl(0 0% 0% / 0.468) 54.1%, hsl(0 0% 0% / 0.393) 60.6%, hsl(0 0% 0% / 0.31) 68.3%, hsl(0 0% 0% / 0.216) 77.3%, hsl(0 0% 0% / 0.113) 87.7%, hsl(0 0% 0% / 0) 100%);
    transition: 300ms opacity linear;
    z-index: 1;
    -webkit-transition: 300ms opacity linear;
    -moz-transition: 300ms opacity linear;
    -ms-transition: 300ms opacity linear;
    -o-transition: 300ms opacity linear;
}

.profile::before,
.profile::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.profile h2 {
    font-size: 18px !important;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.03ch;
    transition: 300ms transform ease;
    color: #ebe6e0;
    padding-top: 80px;
    -webkit-transition: 300ms transform ease;
    -moz-transition: 300ms transform ease;
    -ms-transition: 300ms transform ease;
    -o-transition: 300ms transform ease;
}

.profile h2,
.profile p {
    transform: translateY(2ex);
    -webkit-transform: translateY(2ex);
    -moz-transform: translateY(2ex);
    -ms-transform: translateY(2ex);
    -o-transform: translateY(2ex);
}

.profile img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 0;
    object-fit: cover;
    transition: filter 200ms ease, transform 250ms linear;
    -webkit-transition: filter 200ms ease, transform 250ms linear;
    -moz-transition: filter 200ms ease, transform 250ms linear;
    -ms-transition: filter 200ms ease, transform 250ms linear;
    -o-transition: filter 200ms ease, transform 250ms linear;
}

.profile::after {
    background: linear-gradient(45deg, hsl(5 97% 63% / 0.7) 0, hsl(5 97% 63% / 0) 100%);
    opacity: 0;
    transition: 300ms opacity linear;
    -webkit-transition: 300ms opacity linear;
    -moz-transition: 300ms opacity linear;
    -ms-transition: 300ms opacity linear;
    -o-transition: 300ms opacity linear;
}

.profile h2 {
    font-size: 16px !important;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.03ch;
    transition: 300ms transform ease;
    color: #ebe6e0;
    padding-top: 60px;
    z-index: 9;
    -webkit-transition: 300ms transform ease;
    -moz-transition: 300ms transform ease;
    -ms-transition: 300ms transform ease;
    -o-transition: 300ms transform ease;
}

.owl-nav {
    display: none !important;
}

.profile::before,
.profile::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.profile::before {
    background: linear-gradient(to top, hsl(0 0% 0% / 0.79) 0%, hsl(0 0% 0% / 0.787) 7.8%, hsl(0 0% 0% / 0.779) 14.4%, hsl(0 0% 0% / 0.765) 20.2%, hsl(0 0% 0% / 0.744) 25.3%, hsl(0 0% 0% / 0.717) 29.9%, hsl(0 0% 0% / 0.683) 34.3%, hsl(0 0% 0% / 0.641) 38.7%, hsl(0 0% 0% / 0.592) 43.3%, hsl(0 0% 0% / 0.534) 48.4%, hsl(0 0% 0% / 0.468) 54.1%, hsl(0 0% 0% / 0.393) 60.6%, hsl(0 0% 0% / 0.31) 68.3%, hsl(0 0% 0% / 0.216) 77.3%, hsl(0 0% 0% / 0.113) 87.7%, hsl(0 0% 0% / 0) 100%);
    transition: 300ms opacity linear;
    z-index: 1;
    -webkit-transition: 300ms opacity linear;
    -moz-transition: 300ms opacity linear;
    -ms-transition: 300ms opacity linear;
    -o-transition: 300ms opacity linear;
}

.profile::after {
    background: linear-gradient(45deg, hsl(5 97% 63% / 0.7) 0, hsl(5 97% 63% / 0) 100%);
    opacity: 0;
    transition: 300ms opacity linear;
    -webkit-transition: 300ms opacity linear;
    -moz-transition: 300ms opacity linear;
    -ms-transition: 300ms opacity linear;
    -o-transition: 300ms opacity linear;
}

.profile>* {
    z-index: 1;
}

.profile img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 0;
    object-fit: cover;
    transition: filter 200ms ease, transform 250ms linear;
    -webkit-transition: filter 200ms ease, transform 250ms linear;
    -moz-transition: filter 200ms ease, transform 250ms linear;
    -ms-transition: filter 200ms ease, transform 250ms linear;
    -o-transition: filter 200ms ease, transform 250ms linear;
}

.profile h2,
.profile p {
    transform: translateY(2ex);
    -webkit-transform: translateY(2ex);
    -moz-transform: translateY(2ex);
    -ms-transform: translateY(2ex);
    -o-transform: translateY(2ex);
}

.profile h2 {
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.03ch;
    transition: 300ms transform ease;
    color: #ebe6e0;
    -webkit-transition: 300ms transform ease;
    -moz-transition: 300ms transform ease;
    -ms-transition: 300ms transform ease;
    -o-transition: 300ms transform ease;
}

.profile p {
    opacity: 0;
    transition: 300ms opacity linear, 300ms transform ease-in-out;
    -webkit-transition: 300ms opacity linear, 300ms transform ease-in-out;
    -moz-transition: 300ms opacity linear, 300ms transform ease-in-out;
    -ms-transition: 300ms opacity linear, 300ms transform ease-in-out;
    -o-transition: 300ms opacity linear, 300ms transform ease-in-out;
}

.profile:focus {
    outline: 0.5rem solid white;
    outline-offset: -0.5rem;
}

.profile:hover :is(h2, p),
.profile:focus :is(h2, p) {
    transform: none;
    color: #ebe6e0;
}

.profile:hover::after,
.profile:focus::after,
.profile:hover::before,
.profile:focus::before {
    opacity: 0.7;
}

.profile:hover p,
.profile:focus p {
    opacity: 1;
    transition-delay: 200ms;
    color: #ebe6e0;
}

.profile:hover img,
.profile:focus img {
    filter: grayscale(0);
    transform: scale(1.05) rotate(1deg);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.05) rotate(1deg);
    -moz-transform: scale(1.05) rotate(1deg);
    -ms-transform: scale(1.05) rotate(1deg);
    -o-transform: scale(1.05) rotate(1deg);
}

.StatsLeftBox {
    border-right: 0px solid #3ab9b3 !important;
    padding: 22px 0 22px 0;
}

.listStyle li {
    position: relative;
    list-style: none;
    padding: 5px 0 10px 20px;
    margin: 0;
    line-height: 21px;
    color: #000 !important;
}

.counter-section ul.listStyle li {
    font-size: 18px;
    font-weight: 500;
}

.listStyle li:before {
    position: absolute;
    top: 8px;
    left: 0;
    font: 14px / 1 FontAwesome !important;
    content: "\f192";
    color: #fdbb45;
}

ul.listStyle li p {
    color: #000;
}

.TestimonialsInnerBox p {
    font-family: 'Nekst';
    font-weight: 300;
    font-size: 16px;
    margin: 24px 0 0 0;
    border-top: 1px solid #d2d2d2;
    padding-top: 20px;
    color: #000;
}

section.exhibitorSlider .exhibitor-carousel .owl-nav {
    display: none !important;
}

section.exhibitorSlider.SponsorsAndPartners .logoStyle02 span {
    position: absolute;
    font-size: 13px;
    bottom: 6px;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    color: #000000;
    display: none;
}

section.exhibitorSlider.SponsorsAndPartners .logoStyle02 {
    height: 142px;
    padding-top: 70px !important;
    background: white;
}

.NavigationWrapper.HeaderFixed {
    position: fixed !important;
    top: 0px !important;
    margin-top: -50px;
    box-shadow: 0px 4px 10px 2px #00000045;
    background: url(NewHome/images/StatsBanner.jpg) no-repeat;
    background-size: cover;
    background: #fff !important;
    z-index: 99999;
    width: 100% !important;
    left: 0px !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.sponosrs-logo-heading {
    margin: 0 0 3px;
}

.sponosrs-logo-heading h4 {
    font-size: 22px;
    font-weight: 600;
}

.sponserborder {
    position: relative;
    height: 12px;
    border: 1px solid #cdcbcb;
    border-bottom: 0;
    padding-bottom: 12px;
}

.btmspace02 {
    justify-content: center;
    margin-top: 0px;
    width: 200px;
}

heading h4 {
    font-size: 22px;
    font-weight: 600;
}

.burger-menu {
    cursor: pointer;
    font-size: 32px;
    color: #fff;
}

.MainNav a.SecondaryButton.aos-init.aos-animate {
    color: #fff !important;
}

span.date {
    display: block;
    text-align: center;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
    background-clip: text;
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div#MainHeader {
    position: absolute;
    background: #ffffff00;
    top: 0;
    right: 0;
    z-index: 99999;
    margin: 0 auto;
    width: 100% !important;
    border-radius: 0px !important;
    left: 0% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.HeaderFixed span.date {
    display: block;
    text-align: center;
    /* font-size: 20px; */
    color: #056839;
    background-clip: text;
    background: -webkit-linear-gradient(#056839, #056839);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.HeaderFixed .date-venue p {
    color: #000000;
}

.date-venue p+p {
    margin-top: 0;
}

.HeaderFixed .burger-menu {
    cursor: pointer;
    font-size: 32px;
    color: #000;
}

.HeaderFixed .MainNav a.SecondaryButton.aos-init.aos-animate {
    color: #000 !important;
}

.MainNav a.SecondaryButton.aos-init.aos-animate {
    padding: 15px 35px 15px !important;
    border-radius: 96px;
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    -ms-border-radius: 96px;
    -o-border-radius: 96px;
}

img.color-logo {
    display: none;
}

img.white-logo {
    display: block;
}

.HeaderFixed img.color-logo {
    display: block;
}

.HeaderFixed img.white-logo {
    display: none;
}

section.RuyaPillars {
    padding: 50px 0 100px 0 !important;
    position: relative;
}

.footer-socail-info p {
    font-size: 14px;
    text-decoration: none;
    font-family: 'Nekst';
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.4px;
    position: relative;
    padding-left: 22px;
    padding: 2px 6px 3px 12px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.footer-inner {
    display: flex;
    align-items: baseline;
}

.footer-socail-icon i {
    color: #056839;
}

section.counter-section .InnerStatsBox p {
    font-weight: 300;
    width: 100%;
    position: relative;
    font-size: 28px;
    left: 5px;
    color: #93a197;
    margin-bottom: 0;
}

section.counter-section .InnerStatsBox p:after {
    position: absolute;
    content: '';
    top: 24px;
    width: 70px;
    height: 1px;
    background: #b9855d;
    margin-left: 10px;
}

.MainHeading:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 92%;
    transform: translate(-50%, -50%);
    /*background: #eee9dd;
    */
    border-right: 35px solid #e25f41;
    height: 3px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

span.animText {
    position: relative;
    position: relative;
    /* color: #3ab9b3 !important; */
    color: #e25f41 !important;
    background: unset !important;
    -webkit-text-fill-color: unset !important;
    display: block;
    padding: 0px 0 20px 0;
}

.listStyle li:before {
    position: absolute;
    top: 8px;
    left: 0;
    font: 14px / 1 FontAwesome !important;
    content: "\f192";
    color: #e25f41;
}

section.RuyaTestimonials img.Layer_2 {
    position: absolute;
    right: 0;
    top: -96px;
    width: 190px;
    display: none !important;
}

.TestimonialsImg {
    height: 340px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-left: 3px solid #e25f41;
    padding-left: 14px;
    position: relative;
    overflow: hidden;
}

.TestimonialsInnerBox p {
    font-family: 'Nekst';
    font-weight: 300;
    font-size: 16px;
    margin: 24px 0 0 0;
    border-top: 1px solid #cbb69a;
    padding-top: 20px;
    color: #000;
}

section.counter-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(NewHome/images/StatsLayer.gif) no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center;
    opacity: 1;
    display: none !important;
}

section.counter-section .InnerStatsBox p {
    font-weight: 300;
    width: 100%;
    position: relative;
    font-size: 28px;
    left: 5px;
    color: #93a197;
    margin-bottom: 0;
    height: 100px;
}

section.counter-section .InnerStatsBox p:after {
    position: absolute;
    content: '';
    top: 32px !important;
    width: 80px;
    height: 1px;
    background: #b9855d;
    margin-left: 0px !important;
    left: 0;
}

section.counter-section .InnerStatsBox p {
    font-weight: 300;
    width: 100%;
    position: relative;
    font-size: 28px;
    left: 5px;
    color: #93a197;
    margin-bottom: 0;
    height: 55px !important;
}

section.RuyaFooter {
    padding: 60px 0 0px 0;
    border-top: 2px solid #056839;
    position: relative;
    margin-top: 20px;
    background: #006838;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #535b5b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #535b5b;
}

body::-webkit-scrollbar-thumb {
    background-color: #cbb69a;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

section.exhibitorSlider .logoStyle02 {
    border: #535b5b solid 1px;
    border-radius: 30px;
    padding: 15px 15px !important;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    display: flex;
    height: 136px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.box-animation {
    width: 22%;
    height: auto;
    -webkit-animation: move2 6s ease-in-out infinite;
    -moz-animation: move2 6s ease-in-out infinite;
    animation: move2 6s ease-in-out infinite;
    opacity: 1;
    left: 0;
    mix-blend-mode: darken;
    animation: none !important;
}

@keyframes move2 {

    0%,
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25%,
    75% {
        -webkit-transform: translate(-10px, 10px);
        -moz-transform: translate(-10px, 10px);
        -ms-transform: translate(-10px, 10px);
        -o-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);

    }
}

.box-animation2 {
    width: 22%;
    height: auto;
    -webkit-animation: move3 6s ease-in-out infinite;
    -moz-animation: move3 6s ease-in-out infinite;
    animation: move3 6s ease-in-out infinite;
    opacity: 1;
    top: 25%;
    border: 0;
    right: -12%;
    mix-blend-mode: darken;
    animation: none !important;
    opacity: 0.5;
}

section.section-c.photogallery .gallery a:hover i {
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 1px solid #3ab9b4;
    padding: 14px 20px 14px 20px;
    background: #ffffff5c;
    color: #000;
    font-size: 50px;
    display: none;
}

@keyframes move3 {

    0%,
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25%,
    75% {
        -webkit-transform: translate(-10px, -10px);
        -moz-transform: translate(-10px, -10px);
        -ms-transform: translate(-10px, -10px);
        -o-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);

    }
}

.listStyle li:before {
    position: absolute;
    top: 8px;
    left: 0;
    font: 14px / 1 FontAwesome !important;
    content: "\f192";
    color: #eee9dd;
}

.MainNav a.SecondaryButton.aos-init.aos-animate {
    color: #fff !important;
    background: #535b5b;
}

.bg-image {
    background-image: url(NewHome/images/Who-Background-image.png) !important;
    background-size: cover !important;
}

a.SecondaryButton:hover {
    background: #e25f41 !important;
    color: #fff !important;
}

ul.listStyle li p {
    color: #eee9dd;
    height: 32px;
}

.head {
    color: #eee9dd;
}

.HeaderFixed .MainNav a.SecondaryButton.aos-init.aos-animate {
    color: #fff !important;
}

section.RuyaPillars svg {
    position: absolute;
    top: 25%;
}

.sectors {
    /*background: #eee9dd;*/
    /*background-image: url(images/2703124848-min.png) !important;*/
    background: url(NewHome/images/new-york-city-cityscape-min.png) no-repeat;
    background-size: cover !important;
    background-position-y: calc(-60.7316px + max(0%, 0px));
    background-repeat: no-repeat;
    will-change: background-position-y, background-size, background-repeat;
    background-attachment: fixed;
}

.list-with-number {
    counter-reset: workcounter
}

.list-with-number .number-item {
    position: relative
}

.list-with-number .number-item:before {
    counter-increment: workcounter;
    content: counters(workcounter, ".", decimal-leading-zero);
    position: absolute;
    line-height: initial
}

.exhibitServiceItem {
    position: relative;
    height: 100%;
    padding: 20px 15px;
    text-align: left;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    /*background-color: #ffffff;*/
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to top, #eee9dd 0%, #ebe6e0 100%);
}

.exhibitServiceItem .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 20px;
}

.exhibitServiceItem .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(82 86 94 / 8%);
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.exhibitServiceItem .icon i,
.exhibitServiceItem .icon em {
    color: #52565e;
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
}

.exhibitServiceItem h3 {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0px 0;
    padding-bottom: 8px;
    border-bottom: 4px solid rgb(82 86 94 / 10%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    width: 100%;
    height: 100px;
    font-family: 'Expo Arabic' !important;
}

.sectors .col-lg-2 {
    max-width: 20%;
    flex: 0 0 20%;
    width: 20%;
}

.exhibitServiceItem p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Nekst';
    margin-bottom: 10px;
}

.exhibitServiceItem:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

.exhibitServiceItem:hover .icon:before {
    background: rgb(82 86 94 / 12%);
}

.exhibitServiceItem:hover h3 {
    border-color: #056839;
}

.sectors em {
    -webkit-text-stroke: 1px #056839;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

section.RuyaFooter ul.menu li a {
    font-size: 14px;
    text-decoration: none;
    font-family: 'Myriad Pro';
    font-weight: 300;
    color: #fff !important;
    letter-spacing: 0.4px;
    position: relative;
    padding-left: 22px;
    padding: 2px 6px 3px 22px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

h4.subtitle.aos-init.aos-animate {
    color: #fff;
}

.footer-socail-icon i {
    color: #fff;
}

.sectionheading02 h2 {
    color: #535b5b;
    font-size: 54px;
    line-height: 1.4;
    background: #535b5b;
    background: -o-linear-gradient(15deg, #535b5b 40%, #2ba4ff 54%, #fe535b5b 0 90%, #535b5b 100%);
    background: linear-gradient(75deg, #535b5b 40%, #2ba4ff 54%, #fe535b5b 0 90%, #535b5b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
    -webkit-animation: 10s linear infinite shine;
    animation: 10s linear infinite shine;
    text-transform: uppercase;
}

.sectionheading02 h2:before {
    content: "";
    width: 30px;
    height: 10px;
    background: #e25f41;
    position: absolute;
    bottom: 0px;
    left: 49%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 16px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.sectionheading02 h2:after {
    content: "";
    width: 100px;
    height: 10px;
    background: #b9855d;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 15px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/* Quotes */
.testimonialStyle {
    position: relative;
    padding: 50px 0px;
    background-image: radial-gradient(at center right, #040355 50%, #535b5b 100%);
}

.testimonialStyle:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 10%;
    /* background: #535b5b535b5bb0; */
    background-image: linear-gradient(to top, #535b5b, rgb(2 2 2));
    content: '';
    z-index: 2;
}

.testimonialStyle:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-image: linear-gradient(to top, #535b5b, rgb(2 2 2 / 0%));
    content: '';
    z-index: 2;
}

.testimonialSlider .item {
    padding-left: 5%;
    padding-top: 40px
}

.testimonialSlider .owl-nav {
    position: absolute;
    right: 10%;
    bottom: 0%;
    width: 100%;
    z-index: 1;
    max-width: 69px;
    margin-left: 20px;
    color: #535b5b;
}

.testimonialSlider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-family: flaticon;
    font-size: 20px
}

.testimonialSlider .owl-nav .owl-next {
    position: absolute;
    right: -12px;
    font-family: flaticon;
    font-size: 20px
}

.testimonialSlider blockquote {
    position: relative;
    margin: 0 0 1.5em 0;
    border: none;
    background: none;
    padding-left: 7%;
    width: 100%;
    padding-top: 0px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic;
}

.testimonialSlider .blockquote-icon {
    position: absolute;
    top: -0.03em;
    left: 0;
    line-height: 1;
}

.testimonialSlider .blockquote-icon img {
    position: relative;
    width: 60% !important;
    /* -webkit-filter: brightness(0) invert(1);
        --filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); */
}

.testimonialSlider blockquote p {
    font-size: 18px;
    line-height: 28px;
    color: #535b5b;
    font-style: italic;
    padding-bottom: 20px;
    padding-left: 30px;
    /* padding-top: 30px; */
}

.testimonial-info {
    position: relative;
}

.testimonialSlider p.testimonial-info {
    color: #535b5b;
    position: relative;
    padding-top: 0px;
}

.testimonialSlider .testimonial-info h4 {
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #535b5b;
    font-size: 18px;
    font-weight: 800;
}

.testimonialSlider p.testiDes {
    color: #535b5b;
    padding-top: 0px;
    line-height: 28px;
    font-size: 20px;
}

.testimonialSlider p.testiDes span {
    font-size: 20px;
}

.testimonialSlider .testimonial-info:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 100%;
    height: 0.5357em;
    background-image: url(https://design.myworldofexpo.com/Themes/umrahziyarah-new/images/mark-decoration-1.png);
    background-repeat: no-repeat;
    background-size: auto 0.55357em;
    background-position: 0 0;
    pointer-events: none;
    /* -webkit-filter: brightness(0) invert(1);
        --filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); */
}

.testimonialWrap {
    overflow: hidden;
}

.testimonialSlider figure:before {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    content: '';
    border: #e1e8e3 solid 2px;
    z-index: -2;
}

.owl-carousel .owl-item img {
    display: block;
    width: 90%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.testimonialSlider figure:before {
    position: absolute;
    bottom: -12px !important;
    left: -12px !important;
    width: 92% !important;
    height: 100%;
    content: '';
    border: #0c6c3f solid 2px !important;
    z-index: -2;
}

.owl-dots {
    display: none;
}

.testimonialSlider figure {
    position: relative;
}

.exhibitServiceItem .icon i,
.exhibitServiceItem .icon em {
    color: #046739 !important;
    font-size: 55px;
}

section.RuyaPillars .PillarsInnerWrapper .RuyaPillarContainer .PillarLogo img {
    height: 190px;
    object-fit: cover;
}

ul.menu.SocialMedia li.menu-item {
    display: inline-block;
    margin: 0px 0px 0 0px !important;
}

.MainNav a.SecondaryButton {
    margin: -5px 10px 0 30px;
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

/* Under Esteemed Patronage  */
.about-prince {
    /* padding: 0 0; */
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-prince .bg1 {
    position: absolute;
    width: 26%;
    max-width: 358px;
    height: 708px;
    background-size: contain;
    background: url(NewHome/images/bg1.png) no-repeat;
    background-size: contain;
    top: 0;
    z-index: 1;
}

.about-prince .bg1,
.common-section:nth-of-type(odd):not(.home-conference) .bg,
.common-section.home-exhibition .bg,
.features .bg1,
.features .bg2,
.main-pages>.bg,
.agenda .bg1,
.agenda .bg2,
.plan-page .content .bg1,
.plan-page .content .bg2,
.sectors .bg1,
.sectors .bg2 {
    opacity: 0;
    animation-name: fade2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.agenda .bg1,
.agenda .bg2,
.plan-page .content .bg1,
.plan-page .content .bg2,
.sectors .bg1,
.sectors .bg2 {
    position: absolute;
    width: 25%;
    max-width: 369px;
    height: 1163px;
    background: url(../images/bg6.png) no-repeat;
    background-size: contain;
    background-position-x: -7px !important;
    top: -100px;
}

.about-prince .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.about-prince .description h3 {
    width: 75%;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
    color: #535b5b;
}

.about-prince .description h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 15px;
    color: #000;
}

.about-prince .description p {
    font-size: 28px;
    font-weight: 500;
    color: #535b5b;
    line-height: 37px;
    margin: 0;
}

.about-prince .image {
    margin-left: auto;
}

.about-prince .image {
    width: 83%;
    max-width: 405px;
    height: 415px;
}

.about-prince .image>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: inherit;
    height: inherit;
    margin: auto;
}

.about-prince .image>div::before {
    content: "";
    position: absolute;
    display: block;
    width: 268px;
    height: 287px;
    background: url('https://umrah-ziyarah.com/images/shape1.png') no-repeat center;
    background-size: contain;
    z-index: -1;
    -webkit-animation: move2 8s ease-in-out infinite;
    -moz-animation: move2 8s ease-in-out infinite;
    animation: move2 8s ease-in-out infinite;
}

.about-prince .image img {
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    -ms-border-radius: 190px;
    -o-border-radius: 190px;
    border-radius: 190px;
    max-height: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

header .item {
    height: 100vh;
    position: relative;
}

.umrah-video video {
    width: 100%;
    height: 100%;
}

/* Header Images css */
.head-img {
    width: 20% !important;
    margin-right: 20px;
}

.navsocial.pl-1 {
    margin-top: 28px;
}

.navsocial.pl-1 {
    margin-top: 28px;
}

.overlay .navrow .navmenu-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #000 !important;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

.active .burger-menu.custom-cursor-on-hover {
    color: #000 !important;
}

.burger-menu.custom-cursor-on-hover {
    color: #fff;
    text-align: end;
    padding: 25px;
    font-weight: 600;
}

.burger-menu {
    text-align: right;
    color: #fff;
    padding: 8px 24px 0 0;
    font-weight: 400;
}

header .item {
    height: 100vh;
    position: relative;
}

.umrah-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    color: #b9855d !important;
    text-decoration: none;
    background-color: transparent;
}

.NavigationWrapper .MainNav ul li {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 15px;
}

.MainNav a.SecondaryButton.aos-init.aos-animate {
    padding: 15px 20px 15px !important;
    font-size: 14px;
    margin: 10px;
}

.NavigationWrapper .MainNav {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.NavigationWrapper {
    display: flex;
    justify-content: space-between;
    padding: 5px 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}

header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    margin-left: 0% !important;
    margin-top: 4% !important;
    width: 55% !important;
}

.MainNav a.SecondaryButton.aos-init.aos-animate {
    padding: 15px 35px 15px !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.MainNav a.SecondaryButton.aos-init.aos-animate {
    padding: 15px 14px !important;
    font-size: 11px;
    margin: 10px;
}

.NavigationWrapper .MainNav {
    width: 70% !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.NavigationWrapper .MainNav ul li.MenuActive img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    display: none;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
}

.NavigationWrapper .MainNav ul li:hover img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    display: none;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
}

.NavigationWrapper .nbxymerl .MainNav .tailkhlz {
    display: flex;
}

.NavigationWrapper .nbxymerl .MainNav .tailkhlz a.SecondaryButton:last-child {
    margin-right: 10px !important;
}

.hastag p {
    padding-left: 66px;
    padding-top: 6px;
}

.box-animation2 {
    width: 22%;
    height: auto;
    -webkit-animation: move3 6sease-in-out infinite;
    -moz-animation: move3 6s ease-in-out infinite;
    animation: move3 6sease-in-out infinite;
    opacity: 1;
    top: 25%;
    border: 0;
    right: -12%;
    mix-blend-mode: darken;
    animation: none !important;
    opacity: 0.3;
}

section.exhibitorSlider .logoStyle02 {
    width: 95%;
}

.btmspace02 {
    justify-content: start;
    margin: 0px !important;
    width: 200px;
    display: flex;
}

.btmspace02 {
    width: 100% !important;
}

.about-prince .image img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    max-height: 100%;
}

figure.btmspace02.mx-auto.w-60.opiajemu img {
    height: 110px;
    width: 100%;
    object-fit: contain;
}

header .item .cover:before {
    position: absolute;
    content: '';
    display: none !important;
}

section.counter-section .InnerStatsBox p:after {
    position: absolute;
    content: '';
    top: 32px !important;
    width: 80px;
    height: 1px;
    background: #b9855d;
    margin-left: 0px !important;
    left: 0;
    display: none;
}

header .item .cover .SecondaryButton {
    margin-top: 20px;
    display: inline-block;
    color: #ebe6e0;
    background-color: #535b5b;
    transition: ease-in-out 0.8s !important;
    -webkit-transition: ease-in-out 0.8s !important;
    -moz-transition: ease-in-out 0.8s !important;
    -ms-transition: ease-in-out 0.8s !important;
    -o-transition: ease-in-out 0.8s !important;
}

.SecondaryButton {
    transition: ease-in-out 0.8s !important;
    -webkit-transition: ease-in-out 0.8s !important;
    -moz-transition: ease-in-out 0.8s !important;
    -ms-transition: ease-in-out 0.8s !important;
    -o-transition: ease-in-out 0.8s !important;
}

section.RuyaFooter h4.subtitle span {
    font-family: 'Myriad Pro';
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: normal;
    border-bottom: 2px solid #93a197;
    padding-bottom: 3px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
}

.temp-breadcrumb {
    height: 608px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.temp-breadcrumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 2.67%, rgba(0, 0, 0, 0.476264) 14.58%, rgba(0, 0, 0, 0.22) 38.17%, rgba(6, 5, 5, 0.172263) 80.11%, rgba(28, 25, 25, 0.79) 102.75%);
}

.temp-breadcrumb .container {
    position: relative;
    z-index: 1;
}

.temp-breadcrumb .title {
    color: #FFFFFF;
}

.temp-breadcrumb .title,
.error404-content .entry-title {
    font-size: 57px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.temp-breadcrumb .description,
.error404-content .intro-text p {
    width: 70%;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}

.waves-container {
    position: relative;
    margin-top: -120px;
    z-index: 999;
}

.waves {
    position: relative;
    width: 100%;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@-moz-keyframes move3 {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        -moz-transform: translate3d(-90px, 0, 0);
        -ms-transform: translate3d(-90px, 0, 0);
        -o-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        -moz-transform: translate3d(85px, 0, 0);
        -ms-transform: translate3d(85px, 0, 0);
        -o-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

@-webkit-keyframes move3 {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        -moz-transform: translate3d(-90px, 0, 0);
        -ms-transform: translate3d(-90px, 0, 0);
        -o-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        -moz-transform: translate3d(85px, 0, 0);
        -ms-transform: translate3d(85px, 0, 0);
        -o-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        -moz-transform: translate3d(-90px, 0, 0);
        -ms-transform: translate3d(-90px, 0, 0);
        -o-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        -moz-transform: translate3d(85px, 0, 0);
        -ms-transform: translate3d(85px, 0, 0);
        -o-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

.common-section:nth-of-type(odd):not(.home-conference),
.common-section.home-exhibition {
    z-index: 999;
}

.common-section .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

a.plan-item {
    text-decoration: none !important;
}

.common-heading {
    margin-bottom: 10px;
}

.common-heading {
    padding-top: 80px;
}

.common-heading .sub-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 31px;
    font-weight: 600;
    text-transform: capitalize;
}

.common-heading .sub-title2 {
    justify-content: center;
}

.common-heading h3 {
    font-size: 33px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.common-heading h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #93a197 !important;
}

.common-heading .title span {
    color: #9ba49d;
}

.common-heading .title {
    margin: 0;
    text-transform: uppercase;
}

.common-section .intro {
    font-size: 19px;
    font-weight: 100;
    line-height: 30px;
    color: #535b5b;
    margin-bottom: 30px;
}

.common-section .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.common-section .image::before {
    content: "";
    display: block;
    width: 90%;
    max-width: 481px;
    height: 522px;
    position: absolute;
    top: 36px;
}

.common-section .image>div {
    right: -35px;
}

.common-section .image>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87%;
    max-width: 514px;
    height: 565px;
    height: 100%;
    min-height: 390px;
    position: relative;
}

.common-section .image img {
    max-height: 100%;
}

.common-section .details p {
    color: #535b5b !important;
}

.plan-page .introduction {
    padding-bottom: 140px;
}

.plan-page .content {
    padding-bottom: 105px;
}

.plan-page .content section:first-of-type {
    padding-top: 0;
}

.plan-page .content .common-heading {
    margin-bottom: 56px;
}

.plan-page .content .common-heading .sub-title::before {
    display: block;
}

.plan-page .content section {
    padding: 43px 0;
}

.plan-page .content section .row {
    margin: 0 -24px;
    justify-content: space-around;
}

.plan-page .content section .row {
    row-gap: 20px;
}

.plan-page .content section .row>div {
    padding: 0 24px;
}

.c-item,
.plan-item,
.sectors .item .icon,
.floor-map .f-map,
.booths .item .image,
.booths .item .image>div,
.booths .item .note {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.plan-item {
    height: auto;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    min-height: 118px;
    gap: 25px;
    background: #fff;
    border: 1px solid #DCDCDC;
    -webkit-box-shadow: 0px 4px 4px rgba(177, 174, 174, 0.25);
    -moz-box-shadow: 0px 4px 4px rgba(177, 174, 174, 0.25);
    -ms-box-shadow: 0px 4px 4px rgba(177, 174, 174, 0.25);
    -o-box-shadow: 0px 4px 4px rgba(177, 174, 174, 0.25);
    box-shadow: 0px 4px 4px rgba(177, 174, 174, 0.25);
}

.plan-item .icon {
    margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 78px;
    height: 76px;
    padding: 1px;
    background: #ebe6e0;
}

.plan-item>div {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 22px 0;
}

.plan-item .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #000;
}

.plan-item .subtitle {
    color: #535b5b !important;
    margin-bottom: 5px;
}

.plan-item .desc,
.plan-item ul {
    color: var(--text-third-color);
    margin: 5px;
}

.plan-item ul li {
    font-size: 15px;
}

.plan-item ul label {
    margin: 0;
    color: var(--main-color);
}

.plan-item .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 50px;
    height: 100%;
    padding: 10px;
    background: #b9855d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.plan-item:hover .arrow {
    background: #93a197 !important;
}

.hotels .container {
    position: relative;
    z-index: 999;
}

.hotels .common-item .title {
    margin-bottom: 10px;
}

.hotels .common-item .subtitle {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--main-color);
    margin-bottom: 10px;
}

.hotels .common-item ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
}

.hotels .common-item li a,
.hotels .common-item li span {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #535b5b !important;
    gap: 5px;
}

.hotels .common-item li i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 1px;
}

.hotels .common-item li i img {
    display: block;
    max-width: 100%;
    height: inherit;
}

.hotels .common-item .distance {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--main-color);
}

.main-pages {
    position: relative;
    min-height: 100vh;
}

.main-pages .waves-container {
    margin-top: 0;
}

.main-pages section {
    position: relative;
    z-index: 9999;
    background: transparent;
}

.common-template .common-section {
    background: transparent;
}

.common-features .container {
    position: relative;
}

.common-features .container .shape {
    content: "";
    position: absolute;
    width: 85px;
    height: 96px;
    bottom: 16px;
    -webkit-animation: move3 6s ease-in-out infinite;
    -moz-animation: move3 6s ease-in-out infinite;
    animation: move3 6s ease-in-out infinite;
}

.common-features {
    padding: 60px 0;
    position: relative;
}

.common-features .row>div {
    margin-bottom: 38px;
}

.common-features .common-heading {
    margin-bottom: 55px;
}

.icons-first {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    width: 178px;
    height: 200px;
}

.icons-first i:first-child,
.icons-first em:first-child {
    width: 139px;
    height: 139px;
    -webkit-animation: move2 6s ease-in-out infinite;
    -moz-animation: move2 6s ease-in-out infinite;
    animation: move2 6s ease-in-out infinite;
}

.icons-first i:last-child,
.icons-first em:last-child {
    width: 66px;
    height: 75px;
    margin-top: -15px;
    -webkit-animation: move3 6s ease-in-out infinite;
    -moz-animation: move3 6s ease-in-out infinite;
    animation: move3 6s ease-in-out infinite;
}

.icons-last {
    position: absolute;
    bottom: 0;
}

.icons-last i,
.icons-last em {
    position: relative;
    display: block;
    width: 145px;
    height: 268px;
    -webkit-animation: move1 6s ease-in-out infinite;
    -moz-animation: move1 6s ease-in-out infinite;
    animation: move1 6s ease-in-out infinite;
}

.icons-first i:first-child img,
.icons-first em:first-child img,
.icons-first i:last-child img,
.icons-first em:last-child img,
.icons-last i img,
.icons-last em img {
    max-width: 100%;
    height: auto;
}

@-moz-keyframes move1 {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-webkit-keyframes move1 {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes move1 {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.main-pages section {
    position: relative;
    z-index: 9999;
}

.common-template .common-section {
    background: transparent;
}

.common-section.join_us {
    padding: 40px 0 80px;
}

.agenda .common-heading,
.common-section.join_us .container>.common-heading,
.sectors .common-heading,
.floor-map .common-heading,
.sponsers-packeges .common-heading,
.booths .common-heading,
.timeslots .common-heading {
    margin-bottom: 55px;
}

.common-section.join_us .details .common-heading {
    margin-bottom: 15px;
}

.common-section.join_us .details .common-heading .sub-title {
    margin: 0;
}

.common-heading .sub-title .after_ i,
.common-heading .sub-title .after_ em {
    content: "";
    display: flex;
    flex: 0 0 auto;
    width: 100px;
    height: 12px;
    background: url(../images/vector.svg) no-repeat center;
    background-size: contain;
}

.common-heading .sub-title2 .before_ i,
.common-heading .sub-title2 .before_ em {
    content: "";
    display: block;
    width: 100px;
    height: 12px;
    background: url(../images/vector.svg) no-repeat center;
    background-size: contain;
}

.common-section.join_us .intro p {
    width: 94%;
}

.common-section .container {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.exhibition-page.common-template.main-pages:nth-of-type(even):not(.home-exhibition) .common-section.activity .row,
.contact__page.main-pages:nth-of-type(even):not(.home-exhibition) .common-section.activity .row,
.exhibition-page.common-template.main-page .common-section.activity.home-conference .row,
.contact__page.main-pages .common-section.activity.home-conference .row {
    flex-direction: row-reverse;
}

.common-section.join_us .row {
    flex-direction: row !important;
}

.common-section:nth-of-type(even):not(.home-exhibition) .row,
.common-section.home-conference .row {
    flex-direction: row-reverse;
}

.common-section .bg {
    opacity: 0;
    animation-name: fade1;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@-moz-keyframes fade1 {
    0% {
        opacity: .2;
    }

    33.3% {
        opacity: 1;
    }

    67% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

@-webkit-keyframes fade1 {
    0% {
        opacity: .2;
    }

    33.3% {
        opacity: 1;
    }

    67% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

@keyframes fade1 {
    0% {
        opacity: .2;
    }

    33.3% {
        opacity: 1;
    }

    67% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}


@-moz-keyframes fade2 {
    0% {
        opacity: .4;
    }

    33.3% {
        opacity: 1;
    }

    67% {
        opacity: 1;
    }

    100% {
        opacity: .4;
    }
}

@-webkit-keyframes fade2 {
    0% {
        opacity: .4;
    }

    33.3% {
        opacity: 1;
    }

    67% {
        opacity: 1;
    }

    100% {
        opacity: .4;
    }
}

@keyframes fade2 {
    0% {
        opacity: .4;
    }

    33.3% {
        opacity: 1;
    }

    67% {
        opacity: 1;
    }

    100% {
        opacity: .4;
    }
}

@-moz-keyframes fade3 {
    0% {
        opacity: .6;
    }

    33.3% {
        opacity: 1;
    }

    67% {
        opacity: 1;
    }

    100% {
        opacity: .6;
    }
}

@-webkit-keyframes fade3 {
    0% {
        opacity: .6;
    }

    33.3% {
        opacity: 1;
    }

    67% {
        opacity: 1;
    }

    100% {
        opacity: .6;
    }
}

@keyframes fade3 {
    0% {
        opacity: .6;
    }

    33.3% {
        opacity: 1;
    }

    67% {
        opacity: 1;
    }

    100% {
        opacity: .6;
    }
}

.main-pages>.bg {
    position: absolute;
    width: 22%;
    max-width: 335px;
    height: 994px;
    background: url(../images/bg4.png) no-repeat;
    background-size: contain;
    top: -100px;
    z-index: 999;
}

.exhibition-page.common-template.main-pages,
.contact__page.main-pages {
    overflow: hidden;
    min-height: auto;
}

.plan-page .content,
.agenda,
.sectors {
    padding: 40px 0 115px 0;
    background: linear-gradient(181.67deg, #FCFBFA 50%, #FFFFFF 88.7%) !important;
    position: relative;
}

.sponsers-packeges {
    position: relative;
}

.sectors {
    padding-bottom: 60px;
}

.sectors .container {
    max-width: 944px;
}

.sectors .row {
    justify-content: center;
    row-gap: 27px;
}

.sectors .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 22px;
    cursor: pointer;
}

.sectors .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 113px;
    max-width: 100%;
    height: 108px;
    background: #fff;
    border: 1px solid #D0D0D0;
    -webkit-box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.25);
    -moz-box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.25);
    -ms-box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.25);
    -o-box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.25);
    box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.25);
    border-radius: 15px;
}

.sectors .item .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 22px;
    color: #081628;
    margin: 0;
}

.agenda .sequance .item,
.sponsers-packeges .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.agenda .sequance .item .icon,
.sponsers-packeges .item .icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 189px;
    height: 119px;
    background: url(../images/icon-bg.svg) no-repeat center;
    background-size: contain;
    padding-bottom: 5px;
    margin-bottom: 42px;
}

.passage .images .item:hover img,
.c-item:hover .image img,
.common-item:hover .image img,
.sectors .item:hover .icon img,
.agenda .sequance .item:hover .icon,
.sponsers-packeges .item:hover .icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.sectors .item:hover .title {
    color: #9ba49d;
}

.floor-map {
    padding: 60px 0;
}

.floor-map .common-heading .sub-title {
    justify-content: start;
}

.floor-map .f-map {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 974px;
    height: 620px;
    padding: 20px;
    margin: auto;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.floor-map .f-map:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #F6F0E9 0%, rgba(246, 240, 233, 0.27) 0.01%, rgba(246, 240, 233, 0.40035) 65.4%, #F6F0E9 100%);
}

.floor-map .f-map img {
    max-height: 100%;
    mix-blend-mode: luminosity;
    position: relative;
    z-index: 1;
}

.common-heading p {
    font-size: 30px;
    font-weight: 500;
    color: #625d5d;
    margin: 0;
}

.sponsers-packeges .row {
    row-gap: 40px;
}

.sponsers-packeges::before {
    top: -30px;
    width: 96px;
    height: 145px;
    background: url(../images/shape9.svg) no-repeat center;
    background-size: contain;
    -webkit-animation: move3 6s ease-in-out infinite;
    -moz-animation: move3 6s ease-in-out infinite;
    animation: move3 6s ease-in-out infinite;
}

.sponsers-packeges::after {
    top: 31%;
    width: 107px;
    height: 148px;
    background: url(../images/shape10.svg) no-repeat center;
    background-size: contain;
    -webkit-animation: move1 6s ease-in-out infinite;
    -moz-animation: move1 6s ease-in-out infinite;
    animation: move1 6s ease-in-out infinite;
}

.sponsers-packeges::before,
.sponsers-packeges::after {
    content: "";
    position: absolute;
}

.sponsers-packeges::before {
    left: 0;
}

.sponsers-packeges::after {
    right: 0;
}

.sponsers-packeges .icons-last {
    left: 0;
    right: auto;
    bottom: 60px;
}

.sponsers-packeges .icons-last i,
.sponsers-packeges .icons-last em {
    width: 175px;
    height: 320px;
}

.sponsers-packeges .icons-last i img,
.sponsers-packeges .icons-last em img,
.booths .icons-last i img,
.booths .icons-last em img {
    height: inherit;
}

.sponsers-packeges .common-heading .title,
.booths .common-heading .title {
    margin-bottom: 20px;
}

.sponsers-packeges .common-heading p {
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    text-transform: capitalize;
    width: 90%;
    margin: auto;
    color: #5d6060;
}

.sponsers-packeges .item .title {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #081628;
}

.sponsers-packeges .item .description {
    font-size: 17px;
    width: 82%;
    font-weight: 300;
    line-height: 25px;
    text-transform: capitalize;
    color: #5d6060;
    margin-bottom: 0;
}

.sponsers-packeges .item:hover .title {
    color: #9ba49d;
}

.booths {
    padding: 60px 0 130px;
    position: relative;
    overflow: hidden;
}

.booths>.before_ {
    width: 205px;
    height: 306px;
    position: absolute;
    top: -40px;
    right: 0;
}

.booths>.before_ span {
    display: block;
    width: inherit;
    height: inherit;
    background: url(../images/shape8.svg) no-repeat center;
    background-size: contain;
    -webkit-animation: move1 6s ease-in-out infinite;
    -moz-animation: move1 6s ease-in-out infinite;
    animation: move1 6s ease-in-out infinite;
}

.booths .icons-last i,
.booths .icons-last em {
    width: 150px;
    height: 310px;
}

.booths .common-heading p {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    color: #5d6060;
}

.booths .row {
    margin: 0 -50px;
}

.booths .row>div {
    padding: 0 50px;
}

.booths .item {
    position: relative;
}

.booths .item .image {
    height: 383px;
    margin-bottom: 60px;
    position: relative;
}

.booths .row>div:first-child .item .image::before {
    content: "";
    position: absolute;
    width: 421px;
    height: 465px;
    background: url(../images/booth-bg1.svg) no-repeat center;
    background-size: contain;
    top: -40px;
}

.booths .row>div:nth-child(2) .item .image::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 302px;
    background: url(../images/booth-bg2.svg) no-repeat center;
    bottom: -36px;
}

.booths .row>div:first-child .item .image::before,
.booths .row>div:nth-child(2) .item .image::before {
    -webkit-animation: move3 8s ease-in-out infinite;
    -moz-animation: move3 8s ease-in-out infinite;
    animation: move3 8s ease-in-out infinite;
}

.booths .row>div:first-child .item .image::before {
    left: -64px;
}

.booths .row>div:nth-child(2) .item .image::before {
    right: -96px;
}

.booths .item .image>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    padding: 20px;
    background: #fff;
    border: 1px solid #C3C3C3;
    position: relative;
    z-index: 1;
}

.booths .item .booth-features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 25px;
}

.booths .item .booth-features li {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    font-size: 27px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    color: #081628;
}

.booths .item .booth-features li:only-child {
    width: 100%;
}

.booths .item .booth-features li::marker {
    color: #b9855d;
}

.booths .item .note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 177px;
    padding: 25px;
    background: linear-gradient(90deg, #F6F0E9 0%, rgba(246, 240, 233, 0.45) 100%);
}

.booths .item .note {
    font-size: 21px;
    font-weight: 600;
    color: #b9855d;
    line-height: 30px;
}

.booths .item .note span {
    color: #b9855d;
}

.booths .item .note p {
    font-weight: 400;
    color: #5d6060;
    margin-bottom: 0;
}

.common-section.join_us .common-heading {
    padding-top: 48px;
}

.common-section.activity {
    padding: 50px 0;
}

.exhibition-page.common-template .bgleft01 {
    right: unset !important;
    left: 0 !important;
}

.exhibition-page.common-template .bgright01 {
    left: unset !important;
    right: 0 !important;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.common-section.introduction h3.sub-title,
.plan-visit h3.sub-title,
.ms-sponsers-packeges h3.sub-title {
    font-size: 31px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: #006838 !important;
}

.common-section.introduction h2.title,
.ms-sponsers-packeges h2.title,
.plan-visit h2.title {
    font-size: 40px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #231F20 !important;
}

.common-section .intro p {
    margin-bottom: 0;
}

.ms-list-about-page.ms-list p {
    font-size: 25px;
    font-weight: 500;
    color: #5D6060;
}

.ms-list-about-page p {
    font-size: 18px !important;
}

.common-section.introduction {
    position: relative;
    padding: 50px 0 50px;
}

.details .ms-flex-gap .SecondaryButton {
    margin-right: 15px;
}

.details .ms-flex-gap .SecondaryButton:last-child {
    margin-right: 0 !important;
}

.plan-visit {
    padding: 0 0 48px;
}

.plan-visit .common-heading {
    margin-bottom: 56px;
}

.plan-visit .row {
    margin: 0 -24px;
    justify-content: space-around;
    row-gap: 20px;
}

.plan-visit-row-2 {
    justify-content: center !important;
}

.plan-visit-row-2>div {
    flex: 0 0 20%;
    max-width: 20%;
}

.plan-visit .row>div,
.ms-sponsers-packeges .row>div {
    padding: 0 24px;
}

.plan-visit .item h4.title {
    color: #B9855D !important;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
}

.plan-visit .ms-icon-box p {
    font-size: 20px;
    color: #9BA49D;
    font-weight: 600;
}

.ms-sponsers-packeges {
    padding: 43px 0;
}

.sponsers-packeges.ms-sponsers-packeges h4.title {
    color: #9BA49D !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}

.contact__page>.bg:last-of-type {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.contact__page>.bg:last-of-type {
    width: 170px;
    height: 1174px;
    opacity: 0;
    animation-name: fade3;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    top: -130px;
    background: url(../images/bg10.png) 0% 0% / contain no-repeat;
    background-position: top right;
}

.contact__page .common-heading h2.title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #9BA49D !important;
    margin: 0;
}

.contact__page .contact-info {
    padding: 20px 0 90px;
}

.contact-info .common-heading {
    margin-bottom: 54px;
}

.contact__page .contact-info .common-heading {
    width: 100%;
    padding: 0;
}

.contact-info .row {
    margin: 0 -24px;
}

.contact-info .row>div {
    padding: 0 24px;
}

.contact-info .item {
    min-height: 195px;
    padding: 30px 19px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 32px;
}
.list-unstyled li{    margin-bottom: 10px;}

.contact-info .item .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #b9855d;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.contact-info .item li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 41px;
    color: #444;
    gap: 14px;
}

.contact-info .item li a i,
.contact-info .item li a em {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    background: #F5F5F5;
}

.contact-info .item li a img {
    max-width: 100%;
    height: auto;
}

.contact-info .item li a.email span {
    text-decoration: underline;
}

.contact-form {
    position: relative;
    padding-top: 110px;
    padding-bottom: 40px;
}

.contact-info .icons-first,
.contact-form .icons-first {
    width: 200px;
    height: 220px;
    top: 0;
    overflow: visible;
}

.contact-info .icons-first,
.contact-form .icons-first {
    left: auto;
    right: 0;
}

.contact-form .map {
    position: static;
    width: 48%;
    height: 880px;
    bottom: 0;
    z-index: 2;
    margin: 0 auto;
}

.contact-form .map iframe {
    height: 100% !important;
    width: 100%;
    border: 0;
}

.common-section.introduction.RuyaPillars .common-heading h2,
.planyourvisitmain .plan-visit .common-heading h2.title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #93a197 !important;
}

.common-section.introduction.RuyaPillars .box-animation {
    width: 22%;
    height: 100%;
    -webkit-animation: move2 6sease -in-out infinite;
    -moz-animation: move2 6s ease-in-out infinite;
    animation: move2 6sease -in-out infinite;
    opacity: 1;
    left: 0;
    mix-blend-mode: darken;
    animation: none !important;
    object-fit: fill;
}

.planyourvisitmain .plan-item .icon {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.planyourvisitmain .plan-visit {
    padding-bottom: 10px;
}

.planyourvisitmain .plan-visit .common-heading {
    padding-top: 0;
    margin-bottom: 20px;
}

.planyourvisitmain .plan-visit .plan-item,
.planyourvisitmain .plan-item {
    overflow: hidden;
}

.content.planyourvisitmain .bg1,
.content.planyourvisitmain .bg2,
.planyourvisitmain .useful-links .plan-item .subtitle {
    display: none !important;
}

.planyourvisitmain .common-item {
    display: flex;
    height: 335px;
    padding: 22px;
    background: #fff;
    gap: 22px;
    cursor: pointer;
    margin: 5px 0 40px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    margin: 15px !important;
}

.planyourvisitmain .common-item .image {
    flex: 0 0 auto;
    width: 206px;
    height: 324px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.planyourvisitmain .common-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.planyourvisitmain .hotels .common-item .title {
    color: #000 !important;
    margin-bottom: 10px;
}

.planyourvisitmain .hotels .common-item .title a {
    color: #b9855d !important;
    text-decoration: none;
    background-color: transparent;
}

.planyourvisitmain .hotels .common-item .subtitle {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000 !important;
    margin-bottom: 10px;
}

.planyourvisitmain .hotels .common-item ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
}

.planyourvisitmain .hotels .common-item li a {
    color: #b9855d !important;
    text-decoration: none;
    background-color: transparent;
}

.planyourvisitmain .hotels .common-item li a,
.planyourvisitmain .hotels .common-item li span {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    gap: 5px;
    color: #b9855d;
}

.planyourvisitmain .hotels .common-item li i,
.planyourvisitmain .hotels .common-item li em {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 1px;
}

.planyourvisitmain .hotels .common-item li i img {
    display: block;
    max-width: 100%;
    height: inherit;
}

.planyourvisitmain .plan-item ul label {
    color: #b9855d;
}

.planyourvisitmain .plan-item .title,
.planyourvisitmain .plan-item .desc,
.planyourvisitmain .plan-item ul {
    font-size: 16px;
    line-height: 26px;
}

.planyourvisitmain .useful-links p {
    color: #535b5b !important;
    font-size: 16px;
    line-height: 26px;
}

.imagethumb01 {
    position: relative;
}

.imagethumb01 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.planyourvisitmain .plan-item {
    padding-left: 0;
    padding-right: 40px;
}

.planyourvisitmain .plan-visit .plan-item div a,
.planyourvisitmain .plan-item div a {
    display: block;
    color: #535b5b !important;
    text-decoration: none !important;
}

.planyourvisitmain .plan-visit .plan-item div a:focus,
.planyourvisitmain .plan-visit .plan-item div a:focus-visible,
.planyourvisitmain .plan-item a:focus,
.planyourvisitmain .plan-item a:focus-visible {
    outline: none;
}

/*Footer*/
.footer-socail-info p em {
    color: #b9855d;
}

.footer-socail-icon em {
    color: #b9855d;
}

ul.menu.SocialMedia li.menu-item a em {
    color: #b9855d
}

ul.menu.SocialMedia li.menu-item a:hover {
    background-color: #fff;
}

.link-hover .MwoeText_ {
    color: #fff;
}

.regFormWrap .LeftSideBox_ {
    left: unset !important;
}

.regFormWrap .LeftSideBox_ .common-heading {
    text-align: center;
}

.regFormWrap .LeftSideBox_ .common-heading .sub-title {
    justify-content: center;
}

.regFormWrap .LeftSideBox_ .common-heading p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.regFormWrap .regFormWrapInner {
    position: relative;
}

.regFormWrap .regFormWrapInner .form-group {
    margin-bottom: 22px !important;
}

.regFormWrap .regFormWrapInner .form-group label.last_name {
    position: relative;
    top: 0;
    font-size: 16px;
    line-height: 26px;
}

.regFormWrap .regFormWrapInner .form-group input.form-control {
    height: 40px;
}

.regFormWrap .regFormWrapInner .form-group .form-control {
    border: 1px solid #ced4da;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.regFormWrap .regFormWrapInner .form-group .input-group.col-sm-9 {
    padding-left: 15px;
    padding-right: 15px;
}

.regFormWrap .regFormWrapInner .form-group .col-sm-9 .input-group.d-flex.align-items-center {
    display: flex;
    flex-wrap: nowrap;
}

.regFormWrap .regFormWrapInner .form-group .col-sm-9 .input-group.d-flex.align-items-center .iti.iti--allow-dropdown.iti--separate-dial-code {
    margin-right: 10px;
}

.regFormWrap .regFormWrapInner .form-group .col-sm-9 .input-group.d-flex.align-items-center .iti.iti--allow-dropdown.iti--separate-dial-code .iti__flag-container {
    border: 1px solid #ced4da;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.sjoucdqs {
    margin-top: 55px;
}

.rfmrqoha {
    padding: 60px 0;
}

.zikjfpcp {
    padding: 50px 0;
    overflow: hidden;
    background: rgb(238, 233, 221);
    position: relative;
    z-index: 1;
}

.xgjbnpbz {
    margin-top: 40px;
}

.iyubwtnl {
    display: none;
}

.NavigationWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nbxymerl {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nbxymerl .MainLogo {
    width: 33%;
}

.maincontainer {
    overflow: hidden !important;
}

form#form1 {
    overflow: hidden !important;
}

section.Who-Attends {
    padding: 100px 0 80px 0;
    position: relative;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    background: #eee9dd;
}

section.exhibitorSlider .logoStyle02 img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*Workshop Highlights*/
.utrctk {
    position: relative;
    padding: 5px 0 50px 0;
    overflow: hidden;
    background-color: #fff;
}

    .utrctk .auto-container {
        width: 85%;
        margin: 0 auto;
    }

.cabwmwpe {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s all ease-in;
}

.moknaazz {
    position: absolute;
    width: 100%;
    height: 70%;
    background: linear-gradient( 0deg, rgba(5, 104, 57, 1) 0%, rgba(0, 0, 0, 0) 100% );
    border-radius: 10px;
    bottom: 0;
    transition: transform 1.5s ease-in;
    transition: transform 1.5s ease-out;
}

.moknaazz2 {
    position: absolute;
    width: 100%;
    height: 70%;
    background: linear-gradient( 0deg, rgba(33, 37, 41, 1) 0%, rgba(0, 0, 0, 0) 100% );
    border-radius: 10px;
    bottom: 0;
    transition: transform 1.5s ease-in;
    transition: transform 1.5s ease-out;
}

.ogtzouou img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: grayscale(0);
    transition: transform 1.5s ease-in;
    transition: transform 1.5s ease-out;
}

.stczbwv {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .stczbwv h4 {
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #fff;
        text-transform: capitalize;
        font-family: "Expo-Arabic-semibold";
    }

.gjdpazqs h4 {
    color: #fff;
}

.cabwmwpe:hover {
    filter: drop-shadow(0 0 10px rgba(33, 37, 41, 0.8));
    transition: 0.5s all ease-out;
}

.bcgzkedr:hover {
    filter: drop-shadow(0 0 10px rgba(5, 104, 57, 0.8));
    transition: 0.5s all ease-out;
}

.cabwmwpe:hover::before {
    transform: scale(1.3);
}

.cabwmwpe:hover img {
    filter: grayscale(0);
    ms-transform: scale(1.3);
    transform: scale(1.3);
    transition: transform 1.5s ease-in;
    transition: transform 1.5s ease-out;
}

.cabwmwpe:hover .moknaazz {
    background: linear-gradient( 0deg, rgba(33, 37, 41, 1) 0%, rgba(0, 0, 0, 0) 100% );
    height: 70%;
    transition: transform 1.5s ease-in;
    transition: transform 1.5s ease-out;
}

.cabwmwpe:hover .moknaazz2 {
    background: linear-gradient( 0deg, rgba(5, 104, 57, 1) 0%, rgba(0, 0, 0, 0) 100% );
    height: 70%;
    transition: transform 1.5s ease-in;
    transition: transform 1.5s ease-out;
}

.cabwmwpe:hover .stczbwv h4 {
    color: #b9855d;
}

.cabwmwpe:hover .gjdpazqs h4 {
    color: #b9855d;
}
/* Media Quries */
@media (max-width: 1920px) and (min-width: 1750px) {
    .stczbwv {
        padding: 30px;
        gap: 15px;
    }

        .stczbwv h4 {
            font-size: 26px;
        }
}

@media (max-width: 1749px) and (min-width: 1650px) {
    .stczbwv {
        padding: 20px;
        gap: 7px;
    }

        .stczbwv h4 {
            font-size: 24px;
        }
}

@media (max-width: 1649px) and (min-width: 1550px) {
    .stczbwv {
        padding: 20px;
        gap: 5px;
    }

        .stczbwv h4 {
            font-size: 22px;
        }
}

@media (max-width: 1199.98px) {
    .stczbwv {
        padding: 0 10px;
    }

        .stczbwv h4 {
            font-size: 16px;
        }
}

@media (max-width: 991.98px) {
    .stczbwv h4 {
        font-size: 24px;
    }

    .stczbwv {
        padding: 15px 10px;
    }

    .utrctk .auto-container {
        width: 100%;
        margin: 0 auto;
    }

    .utrctk {
        padding: 5px 20px 50px;
    }
}

@media (max-width: 767.98px) {
    .stczbwv h4 {
        font-size: 20px;
    }

    .stczbwv {
        padding: 10px;
    }
}

@media (max-width: 575.98px) {
    .stczbwv h4 {
        font-size: 16px;
    }

    .utrctk .rfdafpxv {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .stczbwv h4 {
        font-size: 11px;
    }

    .stczbwv {
        padding: 0 10px;
    }
}
/*Workshop Highlights*/

/*different this edition?*/
.gzpm {
    position: relative;
    overflow: hidden;
    background: url('https://umrah-ziyarah.com/images/bg-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

    .gzpm::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #006838e0;
    }

    .gzpm .auto-container {
        width: 80%;
        margin: 0 auto;
        padding: 50px 0;
        position: relative;
        z-index: 9;
    }

    .gzpm .exclusivebox {
        position: relative;
        padding: 0;
        height: 100%;
        border: #b9855d solid 2px;
        /* display: flex; */
        align-items: flex-start;
        flex-direction: column;
        z-index: 99;
        background-color: #fff;
        box-shadow: -2px -2px 5px 0 rgb(0 0 0 / 10%), 2px 4px 20px -5px rgb(66 65 65 / 20%);
        border-radius: 40px 0 0 0;
        transition: box-shadow 0.6s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: box-shadow 0.6s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition: box-shadow 0.6s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: box-shadow 0.6s cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-border-radius: 40px 0 40px 0;
        -moz-border-radius: 40px 0 40px 0;
        -ms-border-radius: 40px 0 40px 0;
        -o-border-radius: 40px 0 40px 0;
        transition: 0.6s all ease-out;
    }

        .gzpm .exclusivebox .figuretag {
            position: relative;
            margin: 0;
        }

            .gzpm .exclusivebox .figuretag img {
                width: 100%;
                max-width: 100%;
                border-radius: 40px 0 0 0;
                -webkit-border-radius: 40px 0 0 0;
                -moz-border-radius: 40px 0 0 0;
                -ms-border-radius: 40px 0 0 0;
                -o-border-radius: 40px 0 0 0;
            }

        .gzpm .exclusivebox h2 {
            position: relative;
            display: inline-block;
            color: #212529;
            font-size: 22px;
            line-height: 30px;
            font-weight: 700;
            margin: 0 auto 20px auto;
            padding-bottom: 8px;
            border-bottom: 2px solid #056839;
            transition: 0.4s;
            font-family: "Expo-Arabic-Bold";
        }

        .gzpm .exclusivebox p {
            color: #212529;
            font-size: 16.5px;
            line-height: 1.5;
            text-align: center;
            margin: 0;
        }

        .gzpm .exclusivebox .redfill-btn {
            font-size: 15px;
            line-height: 1.5;
            min-width: 200px;
            padding: 10px 16px;
        }

        .gzpm .exclusivebox:hover {
            transform: translateY(-10px);
            transition: 0.6s all ease-out;
        }

            .gzpm .exclusivebox:hover h2 {
                border-bottom: 2px solid #212529;
                color: #056839;
                transition: 0.4s;
            }

@media (max-width: 991.98px) {
    .gzpm .auto-container {
        width: 100%;
        margin: 0 auto;
        padding: 50px 20px;
        position: relative;
        z-index: 9;
    }
}
/*different this edition?*/

/*logo section*/
.oglass {
    position: relative;
    overflow: hidden;
    padding: 60px 0 80px 0;
}

    .oglass .auto-container {
        width: 80%;
        margin: 0 auto;
    }

.ontxxvzj figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s all ease-in;
}

    .ontxxvzj figure img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.ontxxvzj:hover figure {
    transform: scale(1.08);
    transition: 0.4s all ease-out;
}

.lninuvha {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .ontxxvzj figure {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .oglass .lninuvha {
        width: 50%;
        margin-top: 0;
    }

    .ontxxvzj figure {
        padding: 0 10px;
    }
}
/*logo section*/


body .NavigationWrapper .MainNav ul li:nth-child(1) {
    margin-left:0 !important;
}

/* end */