* {
    box-sizing: border-box;
    visibility: visible
}

.grecaptcha-badge {
    z-index: 1
}

body {
    font-family: "Almarai", sans-serif;
    overflow-x: hidden !important;
    position: relative
}

section {
    overflow: hidden !important
}

a {
    text-decoration: none !important
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.section-padding {
    padding: 60px 0
}

.transition,
.projects_page .filter_box .filterDiv img,
.career .form-section button,
footer i,
footer ul.links li a,
.contact button,
.contact button:disabled,
.partners .partners-slider .item img,
.products .product-box h4 span,
.products .product-box h4,
.products h3 span,
.projects-pop h3 span,
.services img.shadow,
.intro header nav .nav-link,
.intro header nav {
    transition: all ease-in-out 0.3s
}

.intro {
    position: relative;
    overflow: hidden !important
}

.intro img.one,
.intro img.two,
.intro img.three,
.intro img.four,
.intro img.five {
    position: absolute
}

.intro img.one {
    width: 700px;
    right: 35%;
    top: -450px
}

.intro img.two {
    width: 700px;
    left: 8%;
    bottom: -100px
}

.intro img.three {
    width: 250px;
    left: 35%;
    top: 32%
}

.intro img.four {
    width: 800px;
    right: -550px;
    top: 32%
}

.intro img.five {
    width: 800px;
    right: 12%;
    top: 7%
}

.intro header nav {
    background-color: rgb(255 255 255 / .3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0
}

.intro header nav img.logo {
    width: 100px
}

.navbar-brand {
    flex-grow: 1
}

.intro header nav .nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #5E1AD4;
    font-weight: 600
}

.intro header nav .nav-link.meeting {
    border: 2px solid #5E1AD4;
    border-radius: 25px;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px
}

.intro header nav .nav-link.meeting:hover {
    background: #5E1AD4;
    color: #fff
}

.intro header nav .nav-link:hover {
    color: #00D2FF
}

.intro header nav .navbar-light .navbar-nav .nav-link:focus,
.intro header nav .navbar-light .navbar-nav .nav-link:hover {
    color: #000
}

.intro header nav a.search {
    color: #5E1AD4;
    font-size: 20px;
    cursor: pointer
}

.intro header nav a.nav-link {
    cursor: pointer !important
}

.intro .info {
    height: 100vh
}

.intro .info h2 {
    padding-top: 24%;
    -webkit-padding-start: 25%;
    padding-inline-start: 25%;
    font-size: 50px;
    font-weight: 700
}

.intro .info .carousel-indicators {
    left: 0;
    bottom: 90px;
    right: unset;
    margin-left: unset;
    margin-right: unset;
    flex-direction: column
}

.intro .info .carousel-indicators [data-bs-target] {
    background: #ccc;
    height: 12px;
    width: 8px;
    margin-bottom: 5px;
    border-radius: 10px 0 10px 0
}

.intro .info .carousel-indicators .active {
    background: #00D2FF;
    height: 30px
}

.trip {
    padding: 60px 0;
    background-color: rgb(255 255 255 / .3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow-x: hidden
}

.trip img {
    width: 200px;
    margin-top: 40px
}

.trip h3 {
    font-size: 40px;
    font-weight: 700;
    color: #00D2FF;
    margin-bottom: 20px;
    margin-top: 50px
}

.trip p {
    color: #000;
    line-height: 1.8;
    font-size: 22px;
    width: 70%;
    margin-bottom: 20px
}

.trip a {
    color: #00D2FF
}

.search-bar {
    background: #5E1AD4;
    padding: 20px 0;
    padding-top: 12px;
    z-index: 100001;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: none
}

.search-bar input {
    border-radius: 0;
    background: rgb(255 255 255 / .1490196078);
    color: #fff !important;
    border: none;
    padding: 10px;
    border-bottom: 2px solid #fff;
    outline: none !important;
    box-shadow: none
}

.search-bar input::-moz-placeholder {
    color: rgb(255 255 255 / .6745098039)
}

.search-bar input:-ms-input-placeholder {
    color: rgb(255 255 255 / .6745098039)
}

.search-bar input::placeholder {
    color: rgb(255 255 255 / .6745098039)
}

.search-bar input:focus {
    background: rgb(255 255 255 / .1882352941);
    box-shadow: none;
    border-color: #00D2FF
}

.search-bar label {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px
}

.search-bar i {
    color: #fff;
    font-size: 20px;
    margin-top: 7px;
    cursor: pointer
}

.search-bar .close {
    float: left
}

.services {
    padding: 60px 0;
    padding-top: 90px;
    background-image: linear-gradient(90deg, #5e1ad4 0%, #854beb 100%);
    color: #fff;
    text-align: center
}

.services h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600
}

.services .service-box {
    position: relative
}

.services .service-box img.icon {
    margin-top: 50px;
    border-radius: 50%;
    box-shadow: 0 0 44px rgb(95 49 176 / .6196078431)
}

.services .service-box h3 {
    color: #00D2FF;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px
}

.services .service-box p {
    color: #fff;
    font-size: 18px
}

.services .blob {
    transform: scale(1);
    -webkit-animation: none;
    animation: none;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    box-shadow: 0 0 0 0 #9c64fb;
    border-radius: 50%
}

.services .service-box:hover .blob {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .4
    }

    40% {
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: .4
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .4
    }

    40% {
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: .4
    }
}

.services img.shadow {
    opacity: 0;
    position: absolute;
    left: 32%;
    top: -12%;
    width: 150px;
    height: 150px;
    box-shadow: none !important
}

.services .service-box:hover img.shadow {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.stats {
    padding: 80px 0;
    background: #FAFAFB
}

.stats .counter-value {
    font-size: 60px;
    font-weight: 700;
    color: #5E1AD4;
    margin-top: 30px;
    margin-bottom: 10px;
    background-image: url(../images/states.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 220px;
    position: relative
}

.stats p {
    margin-bottom: 30px
}

.stats .counter {
    position: relative
}

.stats .counter span {
    font-size: 60px;
    color: #5E1AD4;
    position: absolute;
    right: 33%;
    top: -6px
}

.stats .counter span.two-c {
    font-size: 60px;
    color: #5E1AD4;
    position: absolute;
    right: 30%;
    top: -1px
}

.projects-pop {
    padding: 60px 0;
    padding-top: 80px;
    background-image: linear-gradient(90deg, #5e1ad4 0%, #854beb 100%)
}

.projects-pop a {
    cursor: pointer !important
}

.projects-pop h3 {
    color: #00D2FF;
    font-size: 44px;
    font-weight: 700
}

.projects-pop h3 span {
    float: left;
    font-size: 18px
}

.projects-pop h3 span:hover {
    transform: scale(1.1)
}

.projects-pop h3 span a {
    color: #00D2FF;
    padding: 5px 13px;
    border: 1px solid #00D2FF;
    border-radius: 25px
}

.products {
    padding: 60px 0;
    background: #FAFAFB;
    overflow-x: hidden;
    padding-top: 80px
}

.products h3 {
    color: #00D2FF;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 70px
}

.products h3 span {
    float: left;
    font-size: 18px
}

.products h3 span:hover {
    transform: scale(1.1)
}

.products h3 span a {
    color: #00D2FF;
    padding: 5px 13px;
    border: 1px solid #00D2FF;
    border-radius: 25px
}

.products .product-box {
    border-radius: 12px;
    position: relative;
    height: 425px;
    overflow: hidden
}

.products .product-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #ccc
}

.products .product-box a {
    text-decoration: none;
    color: #fff
}

.products .product-box h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 350px;
    padding: 20px 20px;
    background-color: rgb(37 37 37 / .5607843137);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    margin-bottom: 0;
    border-radius: 0 0 12px 12px;
    opacity: 1
}

.products .product-box h4 p {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 50px
}

.products .product-box h4 span {
    float: left;
    color: #00D2FF;
    font-size: 16px;
    color: #00D2FF;
    font-weight: 400;
    left: 20px;
    bottom: 20px;
    position: absolute;
    opacity: 0
}

.products .product-box h4 span i {
    color: #fff;
    margin-right: 5px;
    font-weight: 300
}

.products .product-box h4 span:hover {
    left: 10px
}

.products .product-box:hover h4 {
    top: 0
}

.products .product-box:hover span {
    opacity: 1
}

.products .owl-theme .owl-dots,
.products .owl-theme .owl-nav {
    text-align: center;
    margin-top: 40px !important;
    z-index: 1
}

.products .owl-theme .owl-dots .owl-dot span {
    background: #ccc;
    height: 8px;
    width: 40px;
    border-radius: 10px 0 10px 0;
    margin-left: 3px;
    margin-right: 3px
}

.products .owl-theme .owl-dots .owl-dot.active span {
    background: #00D2FF;
    width: 60px
}

.products .owl-stage-outer {
    overflow: unset
}

.products .owl-item {
    transition: all ease-in-out 0.3s
}

.products .owl-item.active {
    transform: scale(.9)
}

.products .owl-item.active.center {
    transform: scale(1.1)
}

.partners {
    background-image: url(../images/intro-bg2.png);
    background-size: 300px;
    background-position: right 220px;
    background-repeat: no-repeat
}

.partners .trip {
    background-color: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    padding-bottom: 20px
}

.partners .box {
    background-color: rgb(255 255 255 / .3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.partners .partners-slider {
    padding-bottom: 40px;
    padding-top: 40px
}

.partners .partners-slider .item img {
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
    filter: grayscale(100%);
    cursor: pointer
}

.partners .partners-slider .item img:hover {
    filter: grayscale(0%)
}

.partners .partners-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px
}

.partners .partners-slider .owl-theme .owl-dots .owl-dot span {
    background: #ccc;
    height: 8px;
    width: 40px;
    border-radius: 10px 0 10px 0;
    margin-left: 3px;
    margin-right: 3px
}

.partners .partners-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #00D2FF;
    width: 60px
}

hr {
    background: #828181;
    margin-bottom: 20px
}

.news {
    padding: 60px 0;
    background: #FAFAFB;
    ;
    padding-top: 80px
}

.news .news-box {
    border-radius: 15px !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 0 15px #ccc;
    position: relative
}

.news .news-box .small-box {
    height: 400px !important;
    overflow-y: scroll;
    border-radius: 15px !important
}

.news .news-box i {
    position: absolute;
    left: -30px;
    bottom: -30px;
    z-index: 10011;
    width: 80px;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    color: #5E1AD4;
    border-radius: 50%
}

.news .news-box .small-box::-webkit-scrollbar,
.news .projects-pop .cd-main::-webkit-scrollbar {
    display: none !important
}

.news .news-box .small-box,
.news .projects-pop .cd-main {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important
}

.news h2 {
    color: #fff;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 40px;
    text-align: center
}

.news iframe {
    width: 100% !important;
    height: 100%
}

.news .twitter-tweet.twitter-tweet-rendered {
    margin-top: 0 !important
}

.news .item {
    margin-right: 1px;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px
}

.news .owl-theme .owl-dots,
.news .owl-theme .owl-nav {
    margin-top: 10px !important
}

.news .owl-theme .owl-dots .owl-dot span {
    background: #ccc;
    height: 8px;
    width: 40px;
    border-radius: 10px 0 10px 0;
    margin-left: 3px;
    margin-right: 3px
}

.news .owl-theme .owl-dots .owl-dot.active span {
    background: #00D2FF;
    width: 60px
}

.contact {
    padding: 80px 0
}

.contact h2 {
    color: #00D2FF;
    font-size: 44px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 30px
}

.contact p {
    font-size: 22px;
    line-height: 1.8;
    color: #666;
    width: 60%
}

.contact input {
    background: #E8E8E9;
    color: #777;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    border: unset;
    outline-color: #5E1AD4
}

.career1 input {
    background: #E8E8E9;
    color: #777;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    border: unset;
    outline-color: #5E1AD4
}

.contact textarea {
    background: #E8E8E9;
    color: #777;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    border: unset;
    resize: none;
    height: 150px;
    outline-color: #5E1AD4
}

.contact button:disabled {
    border: 2px solid #b2b1b1;
    color: #b2b1b1;
    background-color: #fff0;
    font-size: 18px;
    padding: 10px 50px;
    border-radius: 10px;
    font-weight: 600;
    cursor: not-allowed
}

.contact button:disabled:hover {
    background: #b2b1b1;
    color: #fff
}

.contact button {
    border: 2px solid #5E1AD4;
    color: #5E1AD4;
    background-color: #fff0;
    font-size: 18px;
    padding: 10px 50px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer
}

.contact button:hover {
    background: #5E1AD4;
    color: #fff
}

.error-validation {
    color: red;
    margin-bottom: 5px;
    font-size: 14px;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px
}

footer {
    padding: 60px 0;
    padding-bottom: 10px;
    background-color: #5E1AD4;
    background-image: linear-gradient(90deg, #5e1ad4 0%, #854beb 100%);
    animation: color 12s ease-in-out infinite;
    color: #fff
}
@keyframes color{
    0%{
        background-position:0 50%;
    }
    50%{
        background-position:100% 50%;
    }
    100%{
        background-position:0 50%;
    }
}

footer img.logo {
    width: 120px;
    margin-bottom: 40px
}

footer ul.links li {
    margin-bottom: 20px
}

footer ul.links li a {
    color: #fff;
    font-size: 16px
}

footer ul.links li a:hover {
    padding-right: 10px;
    color: #fff
}

footer h5 {
    margin-bottom: 25px;
    color: #89EAFF;
    text-align: center
}

footer i {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 30px;
    cursor: pointer
}

footer i:hover {
    color: #00D2FF
}

footer .address {
    color: #fff;
    line-height: 1.8;
    display: block;
    font-size: 18px;
    margin-top: -10px
}

footer .phone {
    color: #fff;
    line-height: 1.8;
    display: block;
    font-size: 18px;
    margin-top: 10px
}

footer .special {
    padding-top: 95px
}

footer .special-two {
    padding-top: 0
}

footer .special-two img {
    width: 100px;
    margin-top: -68px;
    margin-bottom: 10px
}

footer .special-two h6 {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    color: #ffc000
}

video {
    margin-top: 10vh;
    height: 90vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.career {
    margin-top: 90px
}

.career .banner {
    height: 200px;
    background: url(../images/frame.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center
}

.career .banner h3 {
    font-size: 45px;
    font-weight: 600;
    color: #00D2FF;
    margin-right: 100px
}

.career .form-section {
    padding-top: 40px;
    padding-bottom: 60px
}

.career .form-section label {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 5px;
    margin-top: 20px
}

.career .form-section label span {
    color: red
}

.career .form-section label.special {
    display: inline-block;
    margin: 0;
    margin-right: 5px
}

.career .form-section input[type=radio] {
    width: unset
}

.career .form-section input {
    padding: 10px;
    outline-color: #5E1AD4;
    width: 100%;
    border: 1px solid rgb(168 171 173 / .4901960784);
    border-radius: 4px;
    text-align: right
}

.career .form-section input::-webkit-outer-spin-button,
.career .form-section input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.career .form-section input[type=number] {
    -moz-appearance: textfield;
}

.career .form-section select {
    padding: 12px 10px;
    outline-color: #5E1AD4;
    width: 100%;
    border: 1px solid rgb(168 171 173 / .4901960784);
    border-radius: 4px
}

.career .form-section button {
    border: 2px solid #5E1AD4;
    color: #5E1AD4;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    width: 250px;
    background-color: #fff0;
    font-size: 18px;
    padding: 10px 50px;
    border-radius: 5px;
    font-weight: 600
}

.career .form-section button:hover {
    background: #5E1AD4;
    color: #fff
}

.projects_page {
    margin-top: 90px;
    padding: 60px 0
}

.projects_page h2 {
    color: #00D2FF;
    font-size: 32px;
    font-weight: 600
}

.projects_page p {
    color: #000061;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    width: 55%
}

.projects_page .filter_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px
}

.projects_page .filter_box .filterDiv {
    background-color: #fff0;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    display: none
}

.projects_page .filter_box .filterDiv img {
    width: 95%;
    height: 309px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 15px;
    margin-bottom: 7px;
    margin-left: 7px
}

.projects_page .filter_box .filterDiv img:hover {
    opacity: .8
}

.projects_page .filter_box .show {
    display: block
}

.projects_page .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #fff0;
    cursor: pointer;
    border-radius: 0;
    margin-top: 30px;
    border-bottom: 2px solid #fff0;
    margin-bottom: 20px;
    outline: none
}

.projects_page .btn-check:focus+.btn,
.projects_page .btn:focus {
    box-shadow: unset
}

.projects_page .btn:hover {
    color: #00D2FF
}

.projects_page .btn.active {
    color: #00D2FF;
    border-bottom-color: #00D2FF
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.projects_page .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #fff0
}

::-webkit-scrollbar-thumb {
    background: #5E1AD4;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #9764ee
}

.grecaptcha-badge {
    display: none
}

.loading-overlay {
    background: #fff;
    color: #000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.loading-overlay img.loading {
    width: 150px;
    position: relative
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:0.001dpcm) {
    .projects_page .filter_box .filterDiv img {
        width: unset !important
    }
}

@media only screen and (max-width:600px) {
    .map-size {
        height: 160%;
        width: 100%
    }

    .navbar-toggler {
        border: 1px solid #5E1AD4
    }

    .intro header nav a.search {
        padding-right: 20px
    }

    .intro {
        overflow-x: hidden
    }

    .intro .info {
        height: 65vh
    }

    .intro .info h2 {
        padding-top: 60%;
        padding-right: 0%
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none
    }

    .intro .info .carousel-indicators {
        bottom: 0
    }

    .intro img.one {
        width: 700px;
        right: 35% !important;
        top: -550px !important
    }

    .intro img.two {
        width: 650px;
        left: 3% !important;
        bottom: -85px !important
    }

    .intro img.three {
        width: 160px;
        left: 35% !important;
        top: 32% !important
    }

    .intro img.four {
        width: 800px;
        right: -720px !important;
        top: 32% !important
    }

    .intro img.five {
        width: 450px;
        right: -18% !important;
        top: 6% !important
    }

    .trip {
        padding-bottom: 30px
    }

    .trip h3 {
        margin-top: 20px
    }

    .trip p {
        width: 100%
    }

    .trip img {
        width: 120px;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .stats .counter span {
        right: 12%
    }

    .stats .counter span.two-c {
        right: 3%;
        top: -1px
    }

    .products .item {
        padding-left: 15px;
        padding-right: 15px
    }

    .services img.shadow {
        left: 9%
    }

    .stats .counter-value {
        background-position: 110px
    }

    .contact {
        padding-top: 20px
    }

    .contact p {
        margin-bottom: 30px;
        width: 100%
    }

    footer .special-two {
        padding-top: 20px
    }

    footer .special {
        padding-top: 30px
    }

    .intro .info .carousel-indicators {
        bottom: 40%
    }

    .intro .info h2 {
        font-size: 44px;
        padding-right: 20px
    }

    .products .owl-item.active.center {
        transform: scale(1)
    }

    .projects-pop h3 span a {
        margin-top: 12px;
        display: inline-block
    }

    .projects-pop .cd-item {
        width: 13.4%;
        display: inline-block
    }

    .projects-pop .cd-main {
        height: unset;
        direction: ltr
    }

    .projects-pop .cd-folding-panel {
        top: 10vh;
        height: 90vh
    }

    .carousel-inner img {
        height: 36vh !important;
        -o-object-fit: contain;
        object-fit: contain
    }

    .projects-pop .cd-fold-content {
        padding: 2rem 1rem
    }

    .projects-pop h3 {
        font-size: 33px;
        margin-bottom: 40px
    }

    .contact h2,
    .news h2,
    .trip h3,
    .products h3,
    .services h2 {
        font-size: 33px
    }

    video {
        margin-top: 8vh;
        height: unset;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .career .banner {
        background: url(../images/frame-mob.png);
        background-size: cover;
        background-position: center center
    }

    .career .banner h3 {
        margin-right: unset;
        font-size: 34px
    }

    .career .form-section {
        padding-top: 40px
    }

    .projects_page p {
        width: 98%
    }

    .projects_page .btn {
        padding: 12px 7px;
        font-size: 16px
    }

    .projects_page .filter_box {
        justify-content: center
    }

    .projects_page .filter_box .filterDiv img {
        width: 92%;
        height: 150px;
        margin-top: 7px;
        margin-bottom: 7px;
        margin-left: 7px
    }

    footer .special-two {
        padding-top: 0
    }

    footer .special-two img {
        width: 75px;
        margin-top: 5px;
        margin-bottom: 10px
    }

    footer .special-two h6 {
        margin-bottom: 20px
    }

    .intro header nav .nav-link.meeting {
        -webkit-margin-start: 0;
        margin-inline-start: 0
    }

    .intro header nav a.search {
        display: none
    }

    .navbar-brand {
        flex-grow: 0
    }
}

@media only screen and (min-width:601px) and (max-width:767px) {
    .map-size {
        height: 160%;
        width: 100%
    }

    .navbar-brand {
        flex-grow: 0
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .map-size {
        height: 100%;
        width: 100%
    }

    .intro .info {
        height: 67vh
    }

    .intro .info h2 {
        padding-right: 0%;
        padding-top: 45%
    }

    .intro img.two {
        left: 1%
    }

    .stats .counter span.two-c {
        right: 12%
    }

    .stats .counter span {
        right: 19%
    }

    .stats .counter-value {
        background-position: 130px
    }

    .projects-pop .cd-item {
        width: 13.4%;
        display: inline-block
    }

    .projects-pop .cd-main {
        height: unset;
        direction: ltr
    }

    .projects-pop .cd-folding-panel {
        top: 8vh;
        height: 92vh;
        width: 100%
    }

    .carousel-inner img {
        height: 75vh !important
    }

    .intro img.two {
        bottom: -35px !important;
        left: 1% !important
    }

    .intro img.four {
        right: -550px !important;
        top: 32% !important
    }

    .intro img.three {
        left: 35% !important;
        top: 32% !important
    }

    .intro img.one {
        right: 35% !important;
        top: -450px !important
    }

    .intro img.five {
        right: 12% !important;
        top: 7% !important
    }

    .intro .info .carousel-indicators {
        bottom: 40%
    }

    .intro header nav img.logo {
        -webkit-margin-end: 0;
        margin-inline-end: 0
    }

    .navbar-brand {
        flex-grow: 0
    }

    footer .address {
        font-size: 14px;
        margin-top: 2px;
        -webkit-padding-start: 20px;
        padding-inline-start: 20px
    }

    footer .phone {
        font-size: 16px;
        margin-top: 10px;
        -webkit-padding-start: 20px;
        padding-inline-start: 20px
    }

    footer i {
        width: 40px;
        height: 40px;
        line-height: 40px !important
    }

    footer .special {
        padding-top: 108px
    }

    footer .special-two {
        padding-top: 10px
    }

    video {
        margin-top: 6vh;
        height: 40vh;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .projects_page p {
        color: #000061;
        font-size: 18px;
        line-height: 1.8;
        margin-top: 20px;
        width: 76%
    }

    .projects_page .filter_box {
        justify-content: center
    }
}

@media only screen and (min-width:1024px) and (max-width:1919px) {
    .map-size {
        height: 100%;
        width: 100%
    }

    .projects-pop .cd-item {
        width: 13.4%;
        display: inline-block
    }

    .projects-pop .cd-main {
        height: unset;
        width: 100%
    }

    .projects-pop .cd-folding-panel {
        top: 8vh;
        height: 92vh;
        width: 100%
    }
}

@media only screen and (min-width:1920px) and (max-width:4100px) {
    .map-size {
        height: 100%;
        width: 100%
    }

    .projects-pop .cd-item {
        width: 13.4%;
        display: inline-block
    }

    .projects-pop .cd-main {
        height: 620px
    }

    .projects-pop .cd-folding-panel {
        top: 8vh;
        height: 92vh;
        width: 100%
    }

    .intro .info {
        height: 100vh
    }

    .intro img.four {
        width: 800px;
        right: -457px;
        top: 32%
    }

    .intro .info h2 {
        padding-top: 20%;
        padding-right: 16%
    }

    .intro img.five {
        width: 800px;
        right: 7%
    }

    .intro img.one {
        right: 33%;
        top: -436px
    }

    .intro img.three {
        width: 347px;
        left: 41%;
        top: 31%
    }

    .intro img.two {
        width: 700px;
        left: 16%;
        bottom: -45px
    }

    .intro img.four {
        width: 800px;
        right: -457px;
        top: 38%
    }

    .intro .info .carousel-indicators {
        bottom: 50%
    }

    #projects .carousel-item {
        height: 81vh
    }

    .trip img {
        width: 200px;
        margin-top: 40px
    }

    .products .product-box h4 p {
        font-size: 19px;
        line-height: 1.8
    }

    video {
        margin-top: 8vh;
        height: 92vh;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .career .banner {
        height: 320px
    }

    .career .banner h3 {
        font-size: 50px;
        margin-right: 0
    }
}

.btn-language-style {
    border: 2px solid #5E1AD4;
    border-radius: 25px
}

.btn-language-style a {
    border: none;
    text-decoration: none;
    font-size: 18px;
    color: rgb(0 0 0 / .55);
    font-weight: 500;
    transition: 0.7s;
    padding: 6px
}

.btn-language-style a:hover {
    color: rgb(255 255 255 / .946);
    background-color: #5E1AD4
}

.image-bg-style {
    height: 100px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.p-section6 {
    font-size: 250%
}

.section6 {
    background-color: #7030de;
    border-radius: 30px;
    color: #FFF
}

.color2 {
    color: #7030de
}

.font1 {
    font-size: 18px
}

.imagew {
    height: 50%
}

.cont {
    background-color: #7030de;
    border-radius: 30px;
    color: #FFF
}

.accordion {
    box-shadow: 0 0 12px 6px rgb(224 224 224 / .75);
    -webkit-box-shadow: 0 0 12px 6px rgb(224 224 224 / .75);
    -moz-box-shadow: 0 0 12px 6px rgb(224 224 224 / .75);
    border-radius: 1.25rem
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-image: linear-gradient(90deg, #5e1ad4 0%, #854beb 100%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235e1ad4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.accordion-item:first-of-type .accordion-button {
    border-top-right-radius: calc(1.25rem - 1px);
    border-top-left-radius: calc(1.25rem - 1px)
}

.accordion-item:first-of-type {
    border-top-right-radius: 1.25rem;
    border-top-left-radius: 1.25rem
}

.accordion-item {
    border: 1px solid #5e1ad415
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: calc(1.25rem - 1px);
    border-bottom-right-radius: calc(1.25rem - 1px)
}

.paragraph-font-size {
    font-size: 1.1rem
}

.but {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    background-color: #7030de;
    transition-duration: 0.4s;
    cursor: pointer;
    color: #fff;
    width: 50%;
    font-size: 20px;
    text-align: center
}

.but2:hover {
    background-color: #fff;
    color: #7030de
}

.span1 {
    color: #000;
    font-size: 29px
}

.text1 {
    font-size: 25px
}

.text2 {
    font-size: 20px;
    padding: 15px
}

.alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px 20px;
    border: 1px solid #f5c6cb;
    border-radius: 5px
}

.line_icon{
    border-right: 1px solid; height: 20px; 
}
footer  .col-9{
    padding-left: 0 !important;
    padding-right: 0 !important;
}