@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Vazirmatn:wght@300;400;500;600;700&display=swap');
::after, ::before {
    height: auto;
}

:root {
    --primary: #39067C;
    --primary_hover: #151225;
    --primary_op: rgba(119, 57, 16, 0.1);
    --secondary: #24A6DD;
    --danger: #dc3545;
    --success: #268F67;
    --success_op: rgba(34, 195, 143, 0.1);
    --dark: #111111;
}


::-webkit-scrollbar {
    width: 6px;
    background: #f6f6f6;
}

/* Track */

::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #2D2D2D;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #2D2D2D;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    /*padding-top: 100px;*/
}

html[lang=ar] body{
    font-family: 'Vazirmatn', sans-serif;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

html[lang=ar] h1,html[lang=ar] h2,html[lang=ar] h3,html[lang=ar] h4,html[lang=ar] h5,html[lang=ar] h6{
    font-family: 'Vazirmatn', sans-serif;
}
p {
    margin: 0;
}


html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a, button, .attach-file, .side-bar {
    -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;
    transition: all 0.3s ease-in-out;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none !important;
}

input, textarea, a, button {
    outline: none !important;
    text-decoration: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    padding: 15px 0;
    z-index: 100;
}

header.fixed {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.logo{
    position: relative;
    top: -15px;
    background: rgba(255,255,255,0.9);
    border-radius: 0 0 20px 20px;
    padding: 30px 15px 30px 15px;
    transition: all 0.4s ease-in-out;
}
.fixed .logo{
    position: relative;
    top: 0;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 15px;
}

.main-menu {
    display: flex;
}

.main-menu li a {
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    opacity: 0.6;
}
.fixed .main-menu li a {
     color: var(--primary);
}

.main-menu li.active a ,.main-menu li:hover a{
    opacity: 1;
}


.main-menu li:last-child a {
    padding-left: 0;
}


.home-section {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    background: var(--primary) ;
    min-height: 100vh ;
}


.home-section:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: '';
    background: url("../images/slider-bg.svg") center no-repeat;
    opacity: 0.1
}
.home-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    z-index: 2;
    content: '';
    background: linear-gradient(0deg, #2E0563, #2E0563), #39067C;
}



.home-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.home-text p {
    color: var(--primary);
    font-size: 14px;
}

.home-text h3 {
    color: var(--primary);
    font-size: 48px;
    line-height: 80px;
}

.app-links{
    display: flex;
    align-items: center;
    margin-top: 15px;
    width: 100%;

}
.home-item{
    min-height: calc(100vh - 120px);
}

.home-item .img > div img {
    /*max-height: 500px;*/
}
.home-numbers{
    width: 100%;
    margin-bottom: 60px;
}
.home-text h2{
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    margin-top: 60px;
}
.home-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 15px;
}
.home-section .container {
    position: relative;
    z-index: 3;
}

.home-numbers .num{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;

}

.home-numbers h5{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    opacity: 0.7;
    text-align: center;
}


.about-section {
    padding: 65px 0;

    position: relative;
}

.about-section:after {
    background: url(../images/about-sec-bg.svg) right center no-repeat;
    position: absolute;
    top: -100px;
    right: 0;
    height: calc(100% + 100px);
    width: 100%;
    z-index: 1;
    content: '';
}

.about-section .container {
    position: relative;
    z-index: 2;
}

.about-data h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

.about-data p {
    color: var(--primary);
    font-size: 16px;
    margin-bottom: 20px;
}

.vision-section {
    background-color: var(--primary);
    padding: 100px 0;
    background-image: url("../images/about-parallax.svg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.vision-section h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.vision-section h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.vision-item {
    background: url(../images/about-item-bg.svg) center no-repeat;
    min-height: 175px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    background-size: 100%;
    text-align: center;
}

img {
    max-width: 100%;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 16px;
    min-width: 100px;
    height: 40px;
}

.btn-primary:hover {
    background-color: var(--primary_hover);
    border-color: var(--primary_hover);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    border-radius: 16px;
    height: 40px;
}

.btn-outline-primary:hover {
    background-color: var(--primary_hover);
    border-color: var(--primary_hover);
    color: #fff;
}

.services-section {
    padding: 100px 0;
    position: relative;
}

.services-section .container {
    position: relative;
    z-index: 2;
}

.services-section:after {
    background: url(../images/serv-sec-bg.svg) right top no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: '';
}

.sec-head h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1C1C1C;
    margin-bottom: 10px;
}

.sec-head p {
    font-size: 14px;
    color: var(--primary);
}

.services-items {
    margin-top: 40px;
}

.service-item {
    background: linear-gradient(180deg, rgba(38, 143, 103, 0.2) 0%, rgba(38, 143, 103, 0) 100%), #FFFFFF;
    border-radius: 24px;
    height: 100%;
    padding: 20px;

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

.services-items > div {
    margin-bottom: 30px;
}

.services-items > div:nth-child(even) .service-item {
    background: linear-gradient(180deg, rgba(62, 54, 111, 0.2) 0%, rgba(62, 54, 111, 0) 100%), #FFFFFF;
}

.service-item .img {

}

.service-item h3 {
    margin-top: auto;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    white-space: pre-line;
    line-height: 22px;
    opacity: 1;
    transition: all 0.3s ease;

}

.services-action {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -10px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
}

.service-item:hover .services-action {
    visibility: visible;
    opacity: 1;
    bottom: 10px;

}

.service-item:hover h3 {
    opacity: 0;
}


.departments {
    padding: 0 0 100px 0;
}

.departments-items {
    margin-top: 40px;
}

.departments-items .item {
    padding: 15px 15px 60px 15px;
}

.slick-arrow {
    position: absolute;
    /*left: 0 !important;*/
    /*right: 0 !important;*/
    margin: auto;
    bottom: -30px;
    border: 1px solid var(--primary);
    background: #fff;
    top: auto;
    width: 60px;
    height: 30px;
    border-radius: 30px;
    color: var(--primary);
    text-indent: 0;
    font-size: 16px;
    line-height: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 100;
}

.slick-next:before, .slick-prev:before {
    display: none !important;
}

.slick-arrow.slick-next {
    right: calc(3% + 60px) !important;
}

.slick-arrow.slick-prev {
    left: calc(3% + 60px) !important;
}

.slick-arrow:hover {
    background: var(--primary);
    color: #fff;
}

[dir=rtl] .slick-next {
    left: 0;
}

[dir=rtl] .slick-prev {
    right: 0;
}

.departments-item {
    background-color: #FFC529;
    background-image: url(../images/department-bg.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 24px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;

}

.departments-item h3 {
    white-space: pre-line;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.departments-item .img {
    margin-top: auto;
    margin-bottom: -60px;
}

.testmonial-section {
    padding: 100px 0;
    position: relative;
}

.testmonial-section .container {
    position: relative;
    z-index: 2;
}

.testmonial-section:after {
    background: url(../images/test-sec-bg.svg) left top no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: '';
}

.test-img {
    width: 342px;
    height: 358px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.slick-slider-2 .test-img {
    width: 54px;
    height: 56px;
    position: relative;
}

.test-img img {
    position: relative;
    z-index: 1;
    width: 280px;
    object-fit: cover;
    height: 290px;
}

.test-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/test-bg.svg) center no-repeat;
    background-size: cover;
    z-index: 2;
    content: '';
}

.test-user {
    padding-right: 40px;
    position: relative;
}

.test-user:after {
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../images/test-dot.svg) center no-repeat;
    content: '';
    top: 5px;
}

.slick-slider-1 .sec-head {
    margin-bottom: 30px;
}

.slick-slider-1 .sec-head h2 {
    margin-bottom: 10px;
}

.slick-slider-2 .test-img img {
    width: 100%;
    height: 100%;
}

.test-user {
    margin-top: 30px;
}

.test-user h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.test-data p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.test-data .test-user p {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: var(--primary);
}

.slick-slider-2 .item {
    opacity: 0.5;
}

.slick-slider-2 .slick-current.item {
    opacity: 1;
}

.slick-dots li {
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;

}

.slick-dots li.slick-active {
    width: 36px;
    height: 12px;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.slick-dots li button:before {
    width: 100%;
    height: 100%;
    content: '';
    background: var(--primary);
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    border-radius: 5px;
}

.slick-dots {
    position: absolute;
    bottom: -60px;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.form-control:focus {
    border: 1px solid var(--primary);
    box-shadow: none;
}

textarea.form-control {
    height: 170px;
}

.contact-text {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    height: calc(100% - 57px);
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-text i {
    font-size: 20px;
}

.contact-social a {
    color: #000;
}

.contact-text, .contact-text p {
    font-size: 14px;
}

#googleMap {
    height: 400px;
    border-radius: 24px;
    border: 1px solid #ddd;
}

footer {
    padding : 20px 0;
}


.footer-logo {
}

.footer-2 {
    margin-top: 20px;
}

.footer-social {
    margin-top: 20px;
    display: flex;
}

.footer-social a {
    margin-right: 30px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:1px solid #fff;
}

.copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
    padding: 15px;

}

.partners-section {
    background: rgba(38, 143, 103, 0.1);
    padding: 100px 0;
}

.partners-section .sec-head h2, .partners-section .sec-head p {
    color: var(--success);
}

.contact-section {
    padding: 100px 0;
}

.partner-img {
    width: 256px;
    height: 270px;
    background: url("../images/p-bg-1.svg") center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.partner-img-green {
    width: 256px;
    height: 270px;
    background: url("../images/p-bg-2.svg") center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    margin: auto;
}

.partner-img:hover {
    transform: scale(0.8);
}

.partner-img img {
    filter: grayscale(1);
}

.partner-img:hover img {
    filter: grayscale(0);
}

/*----------------*/

input[type=email] {
    text-align: right;
    direction: ltr;
}

/***Mobile-menu******/
.mobile-menu-btn {
    display: none;
}

.menu-trigger {
    cursor: pointer;
    position: relative;
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-indent: -9999em;*/
    z-index: 99;
    /*display: none;*/
    /*float: left;*/
    margin-top: 0;

}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1E8AB7;
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    left: 0;
}

.menu-trigger span:before,
.menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1E8AB7;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.menu-trigger span:after {
    width: 22px;
}

.menu-trigger span:before,
.menu-trigger span:after {
    content: "";
}

.menu-trigger span {
    top: 16px;
}

.menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.menu-trigger.active span,
.menu-trigger.active span:before,
.menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #000;
}

.menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #000;
}

/*mobile menu*/
/*menu*/
.menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 80%;
    background-color: #FFFFFF;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.close_menu:hover {
    background-color: #767676;
    color: #fff;
}

.brand-area a {
    width: 90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.brand-area a > img {
    max-width: 100%;
    max-height: 120px;
    margin: auto;
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(33, 150, 198, 0.05);
    color: var(--primary);
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
    font-weight: 500;
    opacity: 0.8;
}

.mmenu > ul li a > span {
    display: inline-block;
    margin-left: 10px;
}

.mmenu > ul li a > i, .mmenu > ul li a > img {
    margin-right: 5px;
}

html[lang=ar] .mmenu > ul li a > i, html[lang=ar] .mmenu > ul li a > img {
    margin-right: 0;
    margin-left: 5px;
}

.mmenu > ul li a:hover {
    color: #2196C6;
    opacity: 1;
}


.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

html.menu-toggle {
    overflow: hidden;
}

.menu-trigger {
    display: none;
}

.soon-section {
    padding-bottom: 65px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6) !important;
    color: #000 !important;
    z-index: 126;
    left: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    right: 0;
    left: auto;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(255, 255, 255, 1) !important;
}

.modal-content {
    border-radius: 24px;
}

.d-title {
    margin-top: 20px;
    color: var(--primary);
    font-size: 25px;
}

.d-text {
    font-size: 16px;
    margin-top: 10px;
}

.modal .img {
    text-align: center;
}

.btn-close {
    border: 1px solid var(--primary);
    background: var(--primary);
    width: 40px;
    height: 40px;
    color: #fff !important;
    border-radius: 10px;
    position: absolute;
    left: 30px;
    top: 30px;
    opacity: 1 !important;
}

btn-close:hover {
    background: var(--primary_hover);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 50px;
}

.details-modal2 .m-details {
    color: var(--primary);
    font-size: 16px;
}

.details-modal2 .m-details p {
    color: var(--primary);
    font-size: 16px;
    margin-bottom: 15px;
}

.details-modal2 h2 {
    color: var(--primary);
    font-size: 40px;
    margin-bottom: 15px;
}


.ltr {
    text-align: right;
    direction: ltr;
    white-space: nowrap;
}

.app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
    background: var(--primary);
}

.footer-2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--primary);
}

.about-section .img {
    position: relative;
}

.play {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.play-bg {
    transition: all 0.3s ease;
}

.play:hover .play-bg {
    fill: var(--primary);
}

.map-sec {
    margin-bottom: 60px;
}


.modal-fullscreen.modal-dialog .modal-content {
    background: url(../images/book-bg.png);
    background-size: cover;
}

.modal-fullscreen .btn-close {
    background: var(--success);
    border-color: var(--success);
    top: auto;
    left: auto;
}

.modal-fullscreen .modal-body {
    display: flex;
    flex-direction: column;
}

.btn-light {
    border-radius: 16px;
    height: 40px;
    min-width: 100px;
}
.join-form{
    margin-bottom: 30px;
}
.join-form .form-control {
    background: #91B9AA;
    border-color: #91B9AA;
    color: #fff;
    min-height: 50px;
}

.join-form textarea.form-control {
    height: 115px;
}

.join-text {
    border: 1px solid #fff;
    color: #fff;
    margin-top: auto;
    padding: 30px;
    border-radius: 24px;
}

.join-text .contact-social a {
    color: #ffffff;
}

.join-form h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 40px;
    color: #fff;
    display: flex;
    align-items: center;
}

.join-form img {
    height: 90px;
}

.form-control.error {
    color: #f00;
    border-color: #f00 !important;
}


.join-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 0.8; /* Firefox */
}

.join-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.join-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

.btn-light {
    color: var(--success);
}


/************English *************/
html[lang=en] .home-section:after {
    right: 0;
    left: auto;
    transform: rotateY(180deg);
}

html[lang=en] .about-section:after {
    transform: rotateY(180deg);

}

html[lang=en] .services-section:after {
    transform: rotateY(180deg);

}

html[lang=en] .testmonial-section:after {
    transform: rotateY(180deg);

}

html[lang=en] .fa-arrow-left-long::before {
    content: "\f178";
}

html[lang=en] .test-user {
    padding-left: 40px;
    padding-right: 0;
}

html[lang=en] .test-user:after {
    right: auto;
    left: 0;
}

html[lang=en] .btn-close {
    right: 30px;
    left: auto;
}

html[lang=en] .ltr {
    text-align: left;
}
/*******************New**************/


.owl-carousel .owl-item img{
    height: auto;
    width: auto;
}

.clients-slider .items{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.clients-slider .items img{
    max-height: 80px;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.clients-slider .items:hover img{
    max-height: 80px;
    filter: grayscale(0);
}


.how-item .img{
    background: #02C9FF;
    border-radius: 40px;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    height: 370px;
    width: 100%;
}
.how-item .img img{
    width: 280px;
}
.how-item-data{
    display: flex;
    margin-top: 30px;
}

.how-item-data .num{
    margin-right: 10px;
}
.how-item-data .num > div{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(2,201,255,0.1);
    color: rgba(2,201,255,1);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how-item-data h3{
    font-size: 24px;
    font-weight: 600;
    color: #1C1C1C;
}

.how-item-data p{
    font-size: 16px;
    font-weight: 300;
    opacity: 0.8;
}

.how-work{
    padding: 80px 0;
}
.features{
    padding: 80px 0;
}
.features-bg{
    background: #39067C;
    border: 16px solid #FFFFFF;
    box-shadow: 0px 0px 100px rgba(33, 99, 243, 0.1);
    border-radius: 40px;
    padding: 40px;
}

.fea-item .img{
    width: 64px;
    height: 64px;
    border : 3px solid rgba(255,255,255,0.5);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all 0.4s ease-in-out;
}

.fea-item{
    text-align: center;
    position: relative;
}
.fea-item .img img{
    max-height: 60px;
}
.fea-item h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    transition: all 0.4s ease-in-out;

}

.fea-item p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    opacity: 0.6;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;

}

.fea-item:after{
    position: absolute;
    left:0;
    top: 0;
    background: #02C9FF;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 40px 40px;
    width: 100%;
    height: 345px;
    content: '';
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.fea-item:hover:after{
    top: -56px;
    opacity: 1;
    visibility: visible;
}
.fea-item > div{
    position: relative;
    z-index: 2;
}
.fea-item:hover .img{
    background: rgba(255,255,255,0.8);
}
.fea-item:hover h3{
    color: #1C1C1C;
}
.fea-item:hover p{
    color: #1C1C1C;
}
.features2{
    padding: 80px 0;
}
.features2 .img{
    width: 100%;
    height: 100%;
    background: url(../images/f-bg.svg) bottom center no-repeat;
    text-align: center;
    background-size: contain;
    padding-bottom: 30px;
}

.fea2-data h2{
    font-size: 48px;
    font-weight: 600;
    color: #1C1C1C;
}

.fea2-data p{
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #1C1C1C;
    margin-top: 15px;

}


.download-bg{
    height: 360px ;
    background: var(--primary) ;
    width: 100%;
    border-radius: 40px;
    position: relative;
    margin-top: 150px;
    padding: 0 50px;
}
.download-bg > div{
    position: relative;
    z-index: 3;
}

.download-bg:after{
    height: 100% ;
    background:  url("../images/slider-bg.svg") no-repeat center;
    opacity: 0.1;
    border-radius: 40px;
    content: '';
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.download-bg .img{
    position: absolute;
    right: 50px;
    bottom: 0;
}
.download-data{
    height: 350px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.download-data h2{
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.download-data p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.say{
    padding: 80px 0;

}

.say h2{
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    white-space: pre-line;
    color: #1C1C1C;
}

.say-item{
    margin-top: 50px;
    border: 2px solid #E4E7EC;
    border-radius: 40px;
    position: relative;
    background: url("../images/say-bg.svg") left center no-repeat;
    background-size: contain;
}
.say-item .img{
    margin-top: -50px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.say-item .img img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.say-item h3{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    margin-top: 10px;
    text-align: center;

}
.say-item h4{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgba(28, 28, 28, 0.6);
    text-align: center;
}

.say-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: rgba(28, 28, 28, 0.8);
    padding: 10px 15px;
}
.say-slider .owl-nav{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.say-slider.owl-carousel .owl-nav button.owl-prev, .say-slider.owl-carousel .owl-nav button.owl-next{
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    background: var(--primary) !important;
    color: #fff !important;
    margin-left: 15px;
    border-radius: 10px;
}
.say-slider{
    margin-top: 40px;
}
.clients{
    padding: 80px 0;
}
.sec-head{
    margin-bottom: 60px;
}
footer{
    padding-top: 40px;
}
.footer-text{
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
}

.ft-box h3{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-menu a{
    color: #fff;
    font-size: 14px;
}
.footer-menu li{
    margin-bottom: 10px;
}

html[lang=ar] .how-item-data .num {
    margin-right: 0;
    margin-left: 10px;
}
html[lang=ar]  .download-bg .img {
     left: 50px;
     right: auto;
}
html[lang=ar]  .header-btns {
    margin-right: 15px;
}

html[lang=ar]  .home-numbers h5 {
    font-size: 16px;
}


.lang-btn-1 img{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    object-fit: cover;
}

@media (min-width: 576px) {
    .details-modal2 .modal-dialog {
        max-width: 1200px;
    }
}

/**************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

#spinner {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 300px;
    text-align: center;
    transform: translate(-50%, -50%);
}

#preloader #disable-preloader {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

#spinner img {
    /*width:160px;*/
}


/* CSS Floation Animation */
.floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 15px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}

.scaling {
    float: left;
    -webkit-animation-name: scalex;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes scalex {
    from {
        -webkit-transform: scale(0.9);
    }
    65% {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.9);
    }
}

@-moz-keyframes scale {
    from {
        -moz-transform: scale(0.9);
    }
    65% {
        -moz-transform: scale(1);
    }
    to {
        -moz-transform: scale(0.9);
    }
}

#preloader h5 {
    line-height: 50px;
    font-size: 16px;
    color: #555555;
    text-transform: uppercase;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .modal-body {
        padding: 30px;
    }

    .vision-item {
        font-size: 14px;
    }

    .slick-slider-1 .sec-head {
        margin-top: 30px;
    }

    .partner-img {
        transform: scale(0.8);
    }

    .partner-img img {
        filter: grayscale(1);
    }

    .services-action {
        visibility: visible;
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: auto;
        opacity: 1;
        transition: all 0.3s ease;
        z-index: 3;
        margin-top: 10px;
    }

    .vision-item {
        max-width: 520px;
        margin: auto;
    }

    .about-section .img {
        text-align: center;
    }

    .about-section:after {
        top: 0;
        height: 100%;
    }

    .page-tabs .col {
        flex: 0 0 auto;
        width: 33.33%;
        margin-bottom: 30px;
    }

    .home-section {
        min-height: auto;
        padding-bottom: 40px;
    }

    .about-menu {

        margin-top: 30px;
    }


    .footer-social {
        margin: 20px;
        text-align: center;
    }



    .footer-logo {
        margin-bottom: 20px;
    }

    .about-data {
        margin-top: 70px;
    }

    .details-modal2 h2 {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .slick-slider-2 {
        margin-top: 30px;

    }

    .contact-section {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .departments {
        padding: 0 0 40px 0;
    }

    .home-section:after {
        background-size: cover;
    }

    .contact-text {
        margin-top: 30px;
    }

    .home-text {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .sec-head h2 {
        font-size: 30px;
    }

    .departments-items > div {
        margin-bottom: 60px;
    }

    .menu-trigger {
        display: flex;
    }

    .main-menu {
        display: none;
    }

    .home-text h3 {
        font-size: 25px;
        line-height: 45px;
    }


    .home-section {
        min-height: auto;
        padding-bottom: 50px;
    }

    .about-home h2 {
        font-size: 25px;
    }

    .about-home {
        padding: 25px;
        padding-bottom: 120px;
    }

    .about-actions {

        bottom: 20px;
        width: 250px;

    }

    .about-menu {
        margin-top: 30px;
    }

    .testmonial-section h2 {
        font-size: 25px;
    }

    .testmonial-items .row > div {
        margin-bottom: 70px;
    }

    .read-more {
        margin-top: -80px;
    }

    .soon-title {
        background: rgba(22, 110, 175, 0.70);
        padding: 26px;
        border-radius: 24px;
        margin-top: 35px;
    }


    .share-section .sec-head {
        margin-bottom: 30px;
    }

    .form-img {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .inner-header-bg {
        height: auto;
    }

    .ineer-header-img {
        text-align: center;
    }

    .ineer-header-img img {
        height: 200px;
    }

    .page-tabs .col {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 30px;
    }

    .timeline-number {
        margin-bottom: 30px;
    }

    .timeline-text {
        background: #ffffff;
        margin-bottom: 30px;
    }

    .timeline-text h3 {
        font-size: 25px;
        margin-top: 10px;
    }

    .timeline-text p {
        font-weight: 400;
        font-size: 18px;
        line-height: 35px;
    }

    .join-form h2 {
        font-size: 30px;
    }

    .join-text {
        margin-top: 30px;
        padding: 15px;
    }

}

@media(max-width: 640px){
    .home-item .img > div img {
        max-height: 250px;
        margin: auto;
    }
    .home-text h2 {
        font-size: 35px;
        line-height: 1;
    }
    .home-numbers .num {
        font-size: 30px;
    }
    .home-numbers {
        width: 100%;
        margin-bottom: 0;
    }
    .how-item{
        margin-bottom: 40px;
    }
    .fea-item::after {
        display: none !important;
    }
    .fea-item ,.fea2-data{
        margin-bottom: 40px;
    }
    .fea2-data h2{
        margin-top: 30px;
        font-size: 35px;

    }
    .download-bg .img {
        height: 250px;
        right: auto;
    }

    .download-bg .img img {
        height: 250px;
    }

    .download-bg {
        height: auto;
        padding: 0 50px 270px 50px;
        margin-top: 0;
    }
    .download-data h2 {
        font-size: 30px;
    }
    .footer-menu li {
         float: right;
        width: 50%;
    }
    .home-item .img{
        width: 100%;
        text-align: center;
    }
}
