* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: url("../img/background.jpg");
    background-size: cover;
    background-position: center;
    text-align: right;
    direction: rtl;
    font-family: "Expo Arabic", Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow: hidden;
}

body.hide-loader {
    overflow: auto;
}

a {
    text-decoration: none !important;
}

.fullpage-wrapper {
    /* transition-delay: 0.3s !important; */
    /* transition: none !important; */
}

/* Start header */
.header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 80px;
}

.header .header-logo {
    position: absolute;
    left: 110px;
    top: 20px;
    transition: 0.5s;
}

.header .header-logo.moveLogo {
    left: 20px;
}

.header .header-logo img {
    width: 95px;
}

.hamburger-menu-wrapper {
    clip-path: circle(50% at 50% 50%);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50px, -50px);
    width: 150px;
    height: 150px;
    background: #5E14CA;
    transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 50%;
}

.hamburger-menu-wrapper:hover {
    clip-path: circle(100% at 50% 50%);
    width: 350px;
    height: 350px;
    background: #E14192;
}

.header .hamburger-menu {
    position: absolute;
    top: 50px;
    right: 50px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    width: 30px;
    height: 30px;
}

.header .hamburger-menu span {
    background: #FFF;
    display: inline-block;
    border-radius: 10px;
    height: 2px;
    margin-bottom: 8px;
    transition: 0.5s;
}

.header .hamburger-menu span:nth-child(1) {
    width: 30px;
}

.header .hamburger-menu span:nth-child(2) {
    width: 25px;
}

.header .hamburger-menu span:nth-child(3) {
    width: 10px;
}

.header .list-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 35%;
    top: 34%;
    transition: 0.3s;
}

.header .list-content.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
}

.header .list-content ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.header .list-content ul li {
    margin-bottom: 20px;
}

.header .list-content a {
    display: block;
    transition: transform 0.5s;
    transform: translateX(40px);
    font-size: 18px;
    /* color: rgba(255,255,255,0.27); */
    color: #fff;
}

/* .header .list-content a.active {
  color: #FFF;
} */

.header .list-content.open a {
    transform: translateX(0);
    transition: 0.5;
}

.header .list-content li:nth-child(1) a {
    transition-delay: 0.2s;
}

.header .list-content li:nth-child(2) a {
    transition-delay: 0.3s;
}

.header .list-content li:nth-child(3) a {
    transition-delay: 0.4s;
}

.header .list-content li:nth-child(4) a {
    transition-delay: 0.5s;
}

.header .list-content .active a {
    color: #FFF;
    font-size: 18px;
}

/* End header */

.section-content-wrapper {
    margin-left: 100px;
}

/* Start section one */
.s1 .img-container {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
}

.s1 .text-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* max-width: 80%; */
    /* margin: 70px auto 0; */
    padding-top: 80px;
}

.s1 .text-container h2 {
    color: #FFF;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
    font-weight: 800;
    position: relative;
    padding: 5px 10px;
    font-size: 40px;
}

.s1 .text-container h2:after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 80%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;

}

.s1 .text-line {
    display: flex;
    align-items: center;
    width: 80%;
    margin-bottom: 30px;
}

.s1 .text-line span {
    display: inline-block;
    flex: 1;
    height: 3px;
    background: #FFF;
    border-radius: 20px;

}

.s1 .text-line p {
    color: #FFF !important;
    margin-bottom: 0;
    margin-right: 8px;
    font-weight: 400;
}

.s1 .text-container p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    text-align: justify;
}

/* End section one */

/* Start section Two */
.services-heading {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 98;
}

.section-3-images .s2-img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 50px auto; */
    position: relative;
    top: 30px;
}

.section-3-images .s2-img :nth-child(1) {
    max-width: 300px;
    right: 186px;
    z-index: -1;
    position: relative;
    top: 45px;
}

.section-3-images .s2-img :nth-child(2) {
    max-width: 350px;
}

.section-3-images .s2-img :nth-child(3) {
    max-width: 250px;
    left: 111px;
    z-index: 2;
    position: relative;
    bottom: 6px;
}

.section-3-images .s2-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.section-3-images .section-content-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

/* End section Two */

/*  start section-sidebar */
.section-sidebar {
    height: 100vh;
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    z-index: 98;
    background-image: linear-gradient(to top, #20006C, #2E0085);
}

.section-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.section-sidebar .sidebar-number {
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-sidebar .sidebar-number span {
    display: inline-block;
    width: 3px;
    height: 100px;
    background: #FFF;
    border-radius: 15px;
}

.section-sidebar .sidebar-number .sidebar-number-p {
    height: 40px;
    overflow: hidden;
}

.section-sidebar .sidebar-number p {
    margin-top: 10px;
    transform: rotate(90deg) translatex(8px);
    font-weight: bold;
    font-weight: 500;
    transition: 0.5s;
}

.section-sidebar .sidebar-number p.up {
    transform: translateY(30px) rotate(90deg);
}

.section-sidebar .sidebar-number p.move1 {
    transform: translateY(-30px) rotate(90deg);
}

.section-sidebar .sidebar-number p.move2 {
    transform: translateY(-68px) rotate(90deg);
}

.section-sidebar .sidebar-number p.move3 {
    transform: translateY(-106px) rotate(90deg);
}

.section-sidebar .sidebar-number p.move4 {
    transform: translateY(-144px) rotate(90deg);
}

.section-sidebar .sidebar-number p.move5 {
    transform: translateY(-182px) rotate(90deg);
}

.section-sidebar .sidebar-number p.move6 {
    transform: translateY(-220px) rotate(90deg);
}

.section-sidebar .sidebar-number p.move7 {
    transform: translateY(-258px) rotate(90deg);
}

.section-sidebar .sidebar-dotted {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-sidebar .sidebar-dotted span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 27px;
}

.section-sidebar .sidebar-dotted span.active {
    background: #FFF;
}

/*  End section-sidebar */

/* start services sections */
.our-services-head {
    display: flex;
    position: relative;
    z-index: 2;
}

.our-services-head h4 {
    color: #FFF;
    font-size: 40px;
    margin-right: 15px;
    /* width: 50%; */
    line-height: 1.5;
    padding-top: 15px;

}

.our-services-head span {
    width: 8px;
    height: 80px;
    background: #CC0AD9;
    border-radius: 10px;
    display: inline-block;
}

.section-3-images .s2-content .our-services-text {
    color: #FFF;
    position: relative;
    top: 35px;
    margin-right: 60px;
}

.section-3-images .s2-content .our-services-text P:last-child {
    margin-bottom: 0;
}

.section .section-services-right {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-evenly;
}

.section .section-services-right .our-services-head h4 {
    font-size: 30px !important;
}

.section .section-services-left {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-evenly;
    align-items: flex-end;
}

.section .section-services-right img {
    width: 80%;
}

.section .section-services-left img {
    width: 70%;
}

.section .section-services-right .our-services-head h4 {
    width: 100%;
}

.section .section-services-left p {
    color: #FFF;
    line-height: 1.8;
    margin-bottom: 0;
    margin-right: 60px;
}

/* End services sections */

/* start serivese section 4 */
.section.s4 .section-services-left > img {
    margin-top: 110px;
    width: 75%;
    margin-left: auto;
}

.section.s4 .section-services-right > img {
    width: 75%;
    /* margin-top: 50px; */
}

.gallery-btn-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 50%;
    box-shadow: 0 3px 20px rgb(0 0 0 / 16%);
    overflow: hidden;
    border-radius: 50%;
}

.gallery-btn-wrapper .gallery-btn {
    background-image: linear-gradient(-45deg, #4D0094, #422AAB, #3C42B9, #3C42B9, #1FB5F9, #1DBFFF);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    overflow: hidden;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    outline: none !important;

}

.gallery-btn-wrapper .gallery-btn img {
    margin: auto;
    width: 50px !important;
}

.modal-video {
    position: absolute;
    background: transparent;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-size: cover;
    background-position: center;
    transition: 1s;
    width: 100vw;
    height: 100vh;
    transform-origin: top;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    display: none;
}

.modal-video.show-video-modal {
    display: block;
}

.modal-video .modal-video-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    margin: auto;
    height: 100vh;
}

.modal-video .modal-video-wrapper .our-videos-wrapper {
    width: 100%;
    height: 380px;
}

.modal-video .modal-video-wrapper .our-videos-wrapper .current-video-box #video-iframe {
    height: 380px;
    width: 100%;
    border: none;
    border-radius: 10px;
}

.modal-video .video-slider {
    width: 100%;
    margin: 20px auto;
}

.modal-video .video-slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.modal-video .video-slider .swiper-slide a > span > img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.modal-video .video-slider .swiper-slide a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 10px;
}

.modal-video .video-slider .swiper-slide .icon-open-video {
    width: 40px;
    height: 40px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.modal-video .video-slider .swiper-slide .icon-open-video img.open {
    width: 19px;
    position: relative;
    left: 2px;
}

.modal-video .video-slider .swiper-slide .icon-open-video img.pause {
    width: 15px;
    position: relative;
    left: 0;
}

.modal-video .video-slider .swiper-slide.selected .icon-open-video {
    display: none;
}

.modal-video .video-slider .swiper-slide .icon-open-video {
    display: flex;
}

.modal-video .close-video-modal {
    position: absolute;
    top: 50px;
    right: 80px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-video .close-video-modal span {
    width: 28px;
    height: 3px;
    background: #FFF;
    border-radius: 5px;
}

.modal-video .close-video-modal span:nth-child(1) {
    transform: rotate(
            45deg
    ) translate(2px, 0px)
}

.modal-video .close-video-modal span:nth-child(2) {
    transform: rotate(
            -45deg
    ) translate(2px, 0px)
}

/* end serivese section 4 */

/* start serivese section 5 */
.section.s5 .section-services-right img {
    width: 98%;
    position: relative;
    left: -50px;
    top: 65px;
}

.section.s5 .section-services-left img {
    width: 100%;
    position: relative;
    left: -50px;
    top: 50px;
}

.section.s5 .section-services-left p {
    font-size: 18px;
    margin-right: 160px;
}

/* end serivese section 5 */

/* start serivese section 6 */
.section.s6 .section-services-right img {
    width: 100%;
    position: relative;
    top: 50px;
}

.section.s6 .section-services-left img {
    width: 60%;
    position: relative;
    right: -50px;
}

.section.s6 .section-services-left p {
    font-size: 18px;
    margin-right: 160px;
}

/* end serivese section 6 */

/* start serivese section 7 */
.section.s7 .section-services-right img {
    width: 85%;
    position: relative;
    top: 10px;
}

.section.s7 .section-services-left > img {
    width: 70%;
    position: relative;
    right: 0;
    top: 50px;
}

.section.s7 .section-services-left p {
    position: relative;
    font-size: 18px;
    top: 35px;
    margin-right: 160px;
}

/* end serivese section 7 */

/* start serivese section 8 */
.section.s8 .section-services-right img {
    width: 100%;
}

.section.s8 .section-services-left > img {
    width: 75%;
    position: relative;
    right: 0;
    top: 50px;
}

.section.s8 .section-services-right .our-services-head {
    top: -40px;
}

.section.s8 .section-services-left p {
    font-size: 14px;
    position: relative;
    top: 25px;
}

/* end serivese section 8 */

/* start serivese section 9 */
.section.s9 .section-services-right img {
    width: 65%;
    position: relative;
    top: 35px;
    right: 50px;

}

.section.s9 .section-services-left img {
    width: 75%;
    position: relative;
    top: 20px;
}

.section.s9 .section-services-left p {
    font-size: 14px;
    position: relative;
    top: 25px;
}

/* end serivese section 9 */

/* start modal section */
.modal-section {
    position: absolute;
    background: url(../img/modal-bg.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    width: 50%;
    transform-origin: top;
    left: 100%;
    top: -80%;
    z-index: 98;
}

.modal-section.show {
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* transition: none; */
    width: 100%;
}

.header-logo.hideLogo {
    opacity: 0;
}

.hamburger-menu-wrapper.about-modal-open {
    width: 150px !important;
    height: 150px !important;
    background: transparent !important;
}

.hamburger-menu-wrapper.about-modal-open .list-content {
    display: none;
}

.hamburger-menu-wrapper.about-modal-open .hamburger-menu {
    cursor: pointer;
}

.hamburger-menu-wrapper.about-modal-open .hamburger-menu span:nth-child(1) {
    transform: rotate(
            45deg
    ) translate(8px, 0px);
}

.hamburger-menu-wrapper.about-modal-open .hamburger-menu span:nth-child(2) {
    width: 100%;
    transform: rotate(
            -45deg
    ) translate(7px, 1px);
}

.hamburger-menu-wrapper.about-modal-open .hamburger-menu span:nth-child(3) {
    opacity: 0;
}

.modal-section .modal-section-heading {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
}

.modal-section .modal-section-right {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.modal-section .modal-section-right p {
    color: #FFF;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0;
}

.modal-section .modal-section-left {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.modal-section .modal-section-left img {
    max-width: 85%;
    margin-right: auto;
}

.modal-section .modal-section-left h2 {
    position: absolute;
    color: #FFF;
    top: 35%;
    left: 42%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    text-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    font-weight: 800;
    padding: 5px 10px;
    font-size: 35px;
    max-width: 85%;
}

.modal-section .modal-section-left h2:after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 80%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.modal-section .modal-section-left .modal-section-left-logo {
    position: relative;
}

.modal-section .modal-section-left .modal-section-left-logo > img {
    max-width: 95%;
}

.modal-section .modal-section-left .logo-in-img {
    position: absolute;
    top: 17%;
    left: 51%;
    transform: translateX(-50%);
}

.modal-section .modal-section-left .logo-in-img img {
    max-width: 61% !important;
}

/* contact section modal */
.modal-section .modal-contact-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-top: 30px;
}

.modal-section .modal-contact-wrapper .modal-contact-address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-section .modal-contact-wrapper .modal-contact-address img {
    width: 80px;
}

.modal-section .modal-contact-wrapper .modal-contact-address div {
    margin: 30px 0 10px;
    color: #FFF;
    text-align: center;
}

.modal-section .modal-contact-wrapper .modal-contact-address div p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.modal-section .modal-contact-wrapper .modal-contact-address div span {
    color: #FFF;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 0 5px;
    font-weight: 500;
}

.modal-section .modal-contact-wrapper .modal-contact-inner {
    margin: 40px 0;
}

.modal-section .modal-contact-wrapper .modal-contact-inner div {
    display: flex;
    margin-bottom: 20px;
}

.modal-section .modal-contact-wrapper .modal-contact-inner div:last-child {
    margin-bottom: 0;
}

.modal-section .modal-contact-wrapper .modal-contact-inner div img {
    width: 20px;
}

.modal-section .modal-contact-wrapper .modal-contact-inner div a {
    color: #FFFFFF;
    padding: 0 10px;
    font-size: 16px;
}

.modal-section .modal-contact-wrapper .modal-contact-social div {
    text-align: center;
}

.modal-section .modal-contact-wrapper .modal-contact-social p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
}

.modal-section .modal-contact-wrapper .modal-contact-social img {
    width: 25px;
}

.modal-section .modal-contact-wrapper .modal-contact-social a {
    margin: 0 5px;
    text-align: center;
}

/* end modal section */

/* footer */
.footer {
    position: absolute;
    bottom: 10px;
    right: 15px;
    display: flex;
    direction: rtl;
    z-index: 999;
}

.footer p {
    color: rgba(204, 203, 203, 0.50);
    font-weight: 400;
    margin-bottom: 0;
}

.footer p i {
    animation: hart 0.8s ease-in-out alternate infinite;
    display: inline-flex;
    transform-origin: center;
    position: relative;
    top: 7px;
}

.footer p i svg path {
    fill: rgba(255, 255, 255, 0.75);
}

@keyframes hart {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.01);
    }
}

.footer a {
    text-transform: uppercase;
    color: rgba(249, 249, 249, 0.80);
    font-weight: bold;
}

.section-down {
    position: absolute;
    bottom: 30px;
    right: calc(50% - 66px);
    background: transparent;
    border: 0;
    outline: none !important;
    animation: section-down 1s ease-in-out alternate infinite;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-down span {
    padding-bottom: 5px;
    color: #FFF;
}

.section-down-one {
    right: calc(50% - 30px);
}

@keyframes section-down {
    from {
        transform: translateY(15px);
    }

    to {
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .hamburger-menu-wrapper:hover {
        clip-path: none;
        width: 115px;
        height: 115px;
        border-radius: 50%;
    }

    .header .hamburger-menu-wrapper .list-content a {
        transform: translateX(0);
    }

    .header .hamburger-menu-wrapper.open-mobile-menu {
        width: 100vw;
        height: 100vh;
        clip-path: none;
        border-radius: 0;
        transform: translate(0, 0);
    }

    .header .hamburger-menu-wrapper.open-mobile-menu .list-content {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        visibility: visible;
        opacity: 1;
    }

}

@media (max-width: 1024px) {
    .gallery-btn-wrapper {
        left: 50px;
    }

    .section-down {
        display: none;
    }

    .section-3-images .s2-content .our-services-text,
    .section .section-services-left p,
    .section.s5 .section-services-left p,
    .section.s6 .section-services-left p,
    .section.s7 .section-services-left p {
        margin-right: 0;
    }
}

@media (max-width: 1023px) {

    .our-services-head h4 {
        font-size: 31px;
    }

    .s1 .text-container h2 {
        font-size: 24px;
    }

    .section-3-images .s2-img {
        left: 50px
    }

    .section-3-images .s2-img :nth-child(1) {
        top: 5px;
        max-width: 276px;
    }

    .section-3-images .s2-img :nth-child(3) {
        max-width: 184px;
        left: 88px;
        bottom: 6px;
    }

    .section-3-images .s2-img :nth-child(2) {
        max-width: 261px;
    }

    .modal-section .modal-section-right,
    .modal-section .modal-section-left {
        min-height: auto;
    }

    .about-section {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-section .modal-section-left img {
        max-width: 60%;
        margin-right: auto;
        margin-left: auto;
    }

    .modal-section .modal-section-right {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {

    .services-heading {
        top: 35px;
    }

    .s1 .img-container {
        min-height: auto;
    }

    .s1 .text-container {
        min-height: auto;
    }

    .our-services-head {
        margin-top: 50px
    }

    .section .section-services-right {
        height: auto;
    }

    .section .section-services-left {
        height: auto;
        align-items: flex-start;
        margin: 50px auto;
    }

    .section .section-services-left > img {
        width: 50%;
        display: none;
    }

    .section .section-services-left p {
        margin-top: 0;
    }

    .gallery-btn-wrapper {
        left: 0;
        top: -50px;
        transform: translateY(-50%) !important;
    }

    .section.s6 .section-services-right img {
        width: 80%;
        position: relative;
        top: 0;
    }

    .section.s5 .section-services-right img {
        width: 80%;
        left: 0;
        top: 0;
    }

    .section.s7 .section-services-right img {
        width: 75%;
        top: 20px;
    }

    .section.s7 .section-services-left p {
        top: 0;
    }

    .section.s8 .section-services-left {
        margin-top: 0;
    }

    .section.s8 .section-services-left p {
        top: 0;
        margin-top: 0;
    }

    .section.s9 .section-services-left {
        margin-top: 0;
    }

}

@media (max-width: 600px) {

    .hamburger-menu-wrapper {
        width: 115px;
        height: 115px;
    }

    .header .hamburger-menu {
        margin: 14px;

    }

    .header .about-modal-open .hamburger-menu {
        top: 20px !important;
        right: 20px !important;
    }

    .header .open-mobile-menu .hamburger-menu {
        top: 20px;
        right: 20px;
    }

    .section-sidebar {
        display: none;
    }

    .header .header-logo {
        left: 20px;
    }

    .services-heading {
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 25px;
    }

    .section-content-wrapper {
        margin-left: 0;
    }

    .header .header-logo img {
        width: 50px;
    }

    .section.s1 img {
        width: 80%;
        padding-top: 40px !important;
    }

    .s1 .text-container {
        max-width: 90%;
        margin: auto;
        padding-top: 30px !important;
    }

    .s1 .text-line {
        margin-bottom: 10px;
    }

    .section-3-images .s2-img {
        left: 60%;
        transform: translateX(-50%);
    }

    .section-3-images .s2-img :nth-child(2) {
        max-width: 200px;
    }

    .section-3-images .s2-img :nth-child(1) {
        max-width: 190px;
        right: 144px;
    }

    .section-3-images .s2-img :nth-child(3) {
        max-width: 125px;
        left: 65px;
    }

    .s3.section .section-services-right img {
        width: 60%;
    }

    .our-services-head {
        margin-top: 0 !important;
    }

    .our-services-head h4 {
        font-size: 24px;
    }

    .section-3-images .s2-content .our-services-text {
        top: 0;
        margin-top: 10px;
        margin-right: 0;
    }

    .section .section-services-right img {
        width: 70%;
    }

    .section .section-services-right .our-services-head {
        margin-top: 30px;
    }

    .section .section-services-right .our-services-head h4 {
        font-size: 24px !important;
    }

    .section .section-services-left {
        margin: 20px auto;
    }

    .gallery-btn-wrapper {
        left: 20px;
        z-index: 999 !important;
        position: absolute;
    }

    .gallery-btn-wrapper .gallery-btn {
        width: 60px;
        height: 60px;
    }

    .gallery-btn-wrapper .gallery-btn img {
        width: 38px;
    }

    .section.s6 .section-services-left p,
    .section.s5 .section-services-left p,
    .section.s7 .section-services-left p {
        font-size: 15px;
    }

    .footer {
        right: 50%;
        transform: translateX(50%);
        justify-content: center;
        align-items: center;
    }

    .section.s4 .section-services-right > img {
        width: 60%;
    }

    .section.s5 .section-services-right img {
        width: 70%;
    }

    .section.s6 .section-services-right img {
        width: 70%;
    }

    .section.s7 .section-services-right img {
        width: 65%;
        top: 0;
    }

    .section.s8 .section-services-right img {
        width: 75%;
    }

    .section.s9 .section-services-right img {
        width: 60%;
        top: 20px;
    }

    .s4.section .section-services-right .our-services-head h4 {
        width: 50%;
    }

    .modal-video .close-video-modal {
        z-index: 999;
    }

    .modal-video .modal-video-wrapper {
        width: 100%;
    }

    .modal-video .close-video-modal {
        top: 80px;
        left: 30px;
        right: auto;
    }

    .modal-section .modal-section-left .logo-in-img {
        left: 45%;
    }

    .modal-section .modal-section-left .logo-in-img img {
        width: 40% !important;
    }

    .about-section .modal-section-left img {
        max-width: 80%;
    }

    .modal-section .modal-section-left h2 {
        width: 100%;
        left: 50%;
    }

    .about-section .modal-section-right p {
        font-size: 17px;
    }

    .modal-section .modal-section-heading {
        font-size: 20px;
        top: 80px !important;
    }

    /* .modal-section.contact-section .modal-section-heading {
      position: relative;
      top: 60px;
    } */
    .section-3-images .s2-content {
        top: -50px;
    }

    .modal-video .modal-video-wrapper .our-videos-wrapper {
        height: 280px;
    }

    .modal-video .modal-video-wrapper .our-videos-wrapper .current-video-box #video-iframe {
        height: 280px;
    }
}

/* loader */
.loader-3 .dot {
    width: 10px;
    height: 10px;
    background: #45108A;
    border-radius: 50%;
    margin-left: 10px;
}

.loader-3 .dot1 {
    -webkit-animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

.loader-3 .dot2 {
    -webkit-animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

.loader-3 .dot3 {
    -webkit-animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}

@keyframes dot-jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.digital-loader {
    width: 101%;
    height: 101vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.digital-loader .loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*call to action*/
.call-to-action a {
    position: absolute;
    top: 15px;
    color: #FFF;
    right: 150px;
    background: linear-gradient(to right, #F36F56, #FB6FBB, #F36F56, #FB6FBB);
    background-size: 300% 100%;
    width: auto;
    padding: 0 18px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    transition: 0.5s;
}

.call-to-action a:hover {
    background-position: 100% 0;
    box-shadow: 0 15px 25px rgba(243, 111, 86, 0.5);
}

.header .list-content .call-to-action {
    display: none;
}

button:focus{
    outline: none !important;
}
.alert-dismissible .close{
    right: unset;
    left: 15px;
}

@media (max-width: 1024px) {

    .header .hamburger-menu-wrapper ~ .call-to-action {
        display: none;
    }

    .header .list-content .call-to-action {
        display: flex;
    }

    .header .call-to-action a {
        position: unset;
        left: auto;
        right: auto;
        transform: none;
        width: auto;
        height: auto;
        background: transparent;
        z-index: 999;
        padding: 0;
        box-shadow: none !important;
    }

    .header .list-content ul {
        justify-content: center;
        align-items: center;
    }

}