#toTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    width: 60px;
    height: 60px;
    z-index: 999;
    border: none;
    outline: none;
    background-color: #1F77AD;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 10px 10px #08466d60;
}

#toTop img {
    width: 50%;
    transform: rotate(180deg);
}

/******************* ContactHead ******************/
.headContact {
    width: 100%;
    z-index: 40000;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    position: relative;
}

.headContact a {
    padding-right: 16px;
    text-decoration: none;
    color: white;
    direction: ltr;
}

.headContact a:last-child {
    text-align: end;
    padding-right: 0px;
}

.headContact img {
    width: 25px;
    padding-right: 10px;
    transform: scaleX(-1);
    padding-top: 5px;

}

/************************ Cursor **********************/
.cursor {
    z-index: 9999;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #1f77ad;
    box-sizing: border-box;
    transition: 0.1s;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}

.cursorHover {
    width: 100px;
    height: 100px;
    border: 2px dashed #1f77ad;
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*********************** Social icons **************************/
.SocialIcons {
    z-index: 99999;
    position: absolute;
    top: 180px;
    right: 11%;
}

.SocialIcons .Topline,
.SocialIcons .Bottomline {
    background: #fff;
    width: 2px;
    height: 80px;
}

.SocialIcons .Icons {
    margin: 40px 0;
}

.SocialIcons .Icons img {
    width: 20px;
    display: block;
    margin: 20px 0;
    margin-left: -10px;
}

/********************* language switcher ********************/
.langSwicher {
    z-index: 99999;
    position: absolute;
    top: 520px;
    left: 11%;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    direction: ltr;
}

.langSwicher .En {
    background: #fff;
    border: 2px solid #fff;
    display: inline;
    font-size: 18px;
    background: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px 0 0 50px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    text-decoration: none;
}

.langSwicher .Ar {
    background: #fff;
    border: 2px solid #fff;
    color: #1f77ad;
    display: inline;
    font-size: 18px;
    border-radius: 0 50px 50px 0;
    padding: 10px 25px;
    margin-left: -10px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    text-decoration: none;
}

/******************** TypeWrite **********************/
.h1TypeWrite {
    font-size: 2em;
    color: white;
    text-transform: uppercase;
    z-index: 99999;
    position: absolute;
    top: 200px;
    right: 20%;
}

.SpanTypeWrite {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}

/************* Start Slider ************/
.mySwiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.swiper-vertical .swiper-button-next {
    margin-right: 2%
}

.swiper-pagination-vertical {
    margin-right: 85%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide h1 {
    width: 20%;
    text-align: right;
    font-size: 40px;
    line-height: 55px;
    margin-top: -35px;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6)
}

.mySwiper .toggle-button {
    top: 45%;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 0 10px 10px 0;

}

.mySwiper .swiper-pagination-vertical {
    right: 8% !important;
}

.mySwiper .swiper-pagination-bullet {
    margin-bottom: 30px !important;
    border: 1px white solid;
    height: 10px;
    width: 10px;
    background: none
}

.mySwiper .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.78) !important;
}


.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    right: 8% !important;
    transform: rotate(0deg);
    transform-origin: left center;
}

.mySwiper .swiper-button-prev {
    top: 10px;
}

.mySwiper .swiper-button-next {
    top: auto;
    bottom: 70px;
}

.mySwiper .swiper-button-next::after {
    content: "";
}

.mySwiper .swiper-button-next img {
    width: 80%;
    height: 130%;
}

/************ Contact Us Btn*************/
.Contact_Us_Btn {
    text-decoration: none;
    background-color: #3493CE;
    border-radius: 50%;
    position: absolute;
    z-index: 100000;
    color: white;
    width: 120px !important;
    height: 120px !important;
    top: 75%;
    left: 45%;
    text-align: center;
    line-height: 7;
    font-size: 16px;
}

.Contact_Us_Btn a {
    text-decoration: none;
    color: white;
}

/************* Start Logo ***************/
.logo {
    z-index: 40;
    background: none;
    padding: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background: white;
    width: 90px !important;
    height: 90px !important;
    border-radius: 50px;

}

.logo img {
    width: 65%;
}

.logo-scroll .logo {
    width: 80%;
    margin-top: 10%;
}


/************* End Logo ***************/
header {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: 1000;
    width: 80%;
    margin: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.nav {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.containerNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav div.logo {
    float: right;
    width: auto;
    height: auto;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.nav div.main_list {
    height: 65px;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 6rem;
}

.nav div.main_list ul {
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    padding: 0;
    padding-right: 4rem;
    line-height: 1 !important;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 1.2rem;
}

.nav div.main_list ul li a:hover {
    color: #3493CE;
}


/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .containerNav {
        margin: 0;
    }
}

@media screen and (max-width:768px) {

    .nav div.logo {
        padding-left: 0;
    }

    .nav div.main_list {
        display: none;
    }

}

/************* Start Mobile Nav ****************/
.nav .mobile-btn {
    width: 40px;
    height: 40px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 9999;
}

.nav .mobile-btn span {
    width: 80%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 6px;
    display: block;
}

.nav .mobile-btn span:last-child {
    margin-bottom: 0px;
}

.mobile-nav,
.mobile-nav.active {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: -200%;
    background-color: #000;
    opacity: .95;
    color: #fff;
    padding: 24px;
    padding-top: 200px;
    list-style: none;
    transition: all .3s ease-in-out;
}



.mobile-nav li {
    text-align: right;
    margin-bottom: 40px;
}

.mobile-nav li a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width:768px) {
    header {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav .mobile-btn {
        display: flex;
    }



    .mobile-nav.active {
        left: 0;
    }
}


/************* end Mobile Nav ****************/


@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    backdrop-filter: blur(0.5) !important;
    background-blend-mode: multiply;
    top: -150px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}


/************************** speech ******************************/

.speech-card {
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 4%;
    padding: 5% 3%;
    width: 70%;
    border: 1px solid #1F77AD;
    border-radius: 10px;
    box-shadow: 0px -10px 1px #1F77AD;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.speech-card:hover {
    box-shadow: 0px -10px 1px #1F77AD, -50px 50px 30px rgba(53, 116, 153, 0.089);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.speech-card p {
    padding-bottom: 5%;
    padding-top: 3%;
}

.speech-card h2 {
    text-transform: uppercase;
    color: #1F77AD;
    font-size: 40px;
    margin-bottom: 1%;
}

.speech-card p {
    font-size: 16px;
    line-height: 30px;
}

.speech-card h4 {
    font-size: 24px;
    color: #1F77AD;
}

.speech-card h6 {
    color: #1f77ad;
    font-size: 20px;
    font-weight: thin !important;
    line-height: 30px;
}

/************************** Values ******************************/
.values {
    margin-bottom: 5%;
}

.our-values {
    background: linear-gradient(hsl(36, 100%, 23%), hsl(36, 100%, 31%)), url("../assets/img/whyXYTIQbg.png") center center no-repeat !important;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    color: #fff;
    padding: 8%;
    padding-top: 4%;
    height: 400px;
}

.our-values .line {
    background: #FAA323;
    width: 8%;
    height: 5px;
    margin-bottom: 5%;
}

.our-values h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #FAA323;

}

.our-values p {
    padding-bottom: 3%;
    padding-top: 3%;
    font-size: 16px;
    line-height: 30px !important;
}

.clients-satisfaction,
.quality-assurance {
    padding: 30px;
    padding-right: 50px;
    width: 75%;
    height: 300px;
    border-radius: 10px;
    margin-top: -19%;
    margin-bottom: 10%;
    background: #fff;
}

.clients-satisfaction {
    box-shadow: 0px 5px 1px #FAA323, -20px 20px 30px rgba(250, 163, 36, 0.1);
    margin-right: 20%;
}

.quality-assurance {
    box-shadow: 0px 5px 1px #399646, -20px 20px 30px rgba(57, 150, 71, 0.1);
    margin-left: 15%;

}

.quality-assurance h4,
.clients-satisfaction h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.quality-assurance h4 {
    color: #399646;
}

.clients-satisfaction h4 {
    color: #FAA323;
}

.clients-satisfaction p,
.quality-assurance p {
    font-size: 16px;
    line-height: 25px !important;
    padding-left: 10px;
}

.clients-satisfaction img,
.quality-assurance img {
    width: 15%;
    margin-bottom: 3%;
}

/************************** Activities **************************/
.activities-left .line {
    background: #399549;
    width: 20%;
    height: 5px;
    margin-bottom: 18%;
}

.activities-left {
    padding-right: 5%;
    padding-top: 3%;
}

.activities-left h4 {
    font-size: 40px;
    text-transform: uppercase;
    color: #399549;
    margin-bottom: 2%;
}

.activities-left .first {
    font-size: 16px;
    color: #399549;
    margin-bottom: 15%;
}

.activities-left .second {
    font-size: 16px;
    line-height: 35px !important;
    margin-bottom: 18% !important;
}

.activities-left .activity-arrows {
    display: inline;
}

.activities-left .activity-arrows .activity-right-arrow,
.activities-left .activity-arrows .activity-left-arrow {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #399646;
    float: left;
    text-align: center;
    line-height: 50px;
    margin-left: 5%;
}

.swiper-navigation-container .swiper-button-next,
.swiper-navigation-container .swiper-button-prev {
    right: 0 !important;
    left: 0 !important;
}

.swiper-navigation-container .swiper-button-next,
.swiper-navigation-container .swiper-button-prev {
    position: static !important;
    top: 10% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #399646;
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 70%;
}

.swiper-button-prev img {
    margin-right: 7px;
}

.swiper-navigation-container .swiper-button-next:after,
.swiper-navigation-container .swiper-button-prev:after {
    content: "" !important;
}

.CardSwiper {
    margin-top: 0%;
    /* left: 10%; */
    padding-right: 24px;
    padding-left: 24px;
}

.CardSwiper .swiper-wrapper {
    padding-top: 30px;

    /* padding-left: 60px; */
    padding-bottom: 20px;
}

.activities-right {
    float: left;
}

.activities-right .Activity-card {
    height: 450px;
    /* width: 35% !important; */
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    transition: all 0.5s ease-in-out;

}

.activities-right .Activity-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.activities-right .Activity-card:hover img {
    width: 110%;
    height: 110%;
}

.activities-right .Activity-card .activity-card-content {
    position: absolute;
    transform: translateY(80%);
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    background-color: #399549;
    color: #fff;
    border-radius: 5px 5px 10px 10px;
    z-index: 10000;
    justify-content: center;
    opacity: .93;
    padding: 10px;
    text-align: center;
    line-height: 30px;
}

.activities-right .Activity-card:hover {
    transform: translateY(-3%) translateX(-3%);
    box-shadow: -20px 20px 30px rgba(36, 206, 61, 0.1);

}

.activities-right .Activity-card:hover .activity-card-content {
    transform: translateY(0);
    align-items: center;
    opacity: .8;
    border-radius: 10px;

}


.activities-right .Activity-card .activity-card-content p {
    font-size: 26px;
    margin-top: 10px;
}

.activities-right .Activity-card .activity-card-content p a {
    text-decoration: none;
    color: #fff;
}

.activities-right .Activity-card:hover .activity-card-content p {
    font-size: 32px;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 15px;
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev {
    border: 3px solid #399549;
    padding: 10px !important;
    color: #399549;
    background: rgba(250, 250, 250, .8);
    border-radius: 8px;
    width: 40px !important;
    height: 40px !important;

}

.swiper-horizontal .swiper-button-next:after,
.swiper-horizontal .swiper-button-prev:after {
    font-size: 24px;
    font-weight: 800;
}


/******************************** Why XYTIQ**********************************/
.why-xytiq {
    background: linear-gradient(rgb(0, 46, 73), rgb(0, 29, 44)), url("../assets/img/whyXYTIQbg.png") center center no-repeat !important;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: multiply;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    color: #fff;
    padding: 80px;
    height: 110%;
    margin-top: 5%;
}

.why-xytiq-top-left h4 {
    font-size: 50px;
}

.why-xytiq-top-right {
    position: relative;
    padding-top: 40px;
}

.why-xytiq-top-right p {
    font-size: 16px;
    line-height: 30px;
    margin-right: 8%;
    line-height: 30px !important;
}

.why-xytiq-top-right .line {
    border-bottom: 1px solid #fff;
    margin-right: 8%;
}

.why-xytiq-right,
.why-xytiq-left {
    padding-top: 5%;
}

.why-xytiq-right,
.why-xytiq-left {
    padding-top: 5%;
}

.why-xytiq-right {
    padding-right: 10%;
}

.why-xytiq-left h4,
.why-xytiq-right h4 {
    border-right: 8px solid #FAA323;
    padding: 5px;
    padding-right: 30px;
}

.why-xytiq-right h4 {
    border-right: 8px solid #1F77AD;
}

.why-xytiq-left p,
.why-xytiq-right p {
    padding-top: 5%;
    width: 80%;
    font-size: 16px;
    line-height: 30px !important;
    margin-left: 10%;
}

.why-xytiq-right h5 {
    font-size: 24px;
    border-right: 8px solid #FAA323;
    padding: 3px;
    padding-right: 30px;
    margin-top: 30px;
    margin-right: 50px;
}

.why-xytiq-right ul {
    font-size: 16px;
    line-height: 35px !important;
    margin-right: 100px;
    margin-top: 10px;
}

/************************ Clients *********************/
.clients {
    padding-top: 3%;
    padding-bottom: 3%;
}

.clients h4 {
    text-align: center;
    font-size: 40px;
    color: #FAA323;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.logos div {
    border: 1px solid rgba(0, 0, 0, 0.07);
    display: flex;
}

.logos div .img-container {
    width: 70%;
    border: none;
    align-items: center;
}

.logos img {
    width: 100%;
    padding: 50px;
    margin-right: 20%;
}

.hadfur {
    width: 60% !important;
    margin-left: 40% !important;
}


/*************************** Contact form ****************************/
.contact-form {
    margin-right: 8%;
}

.contact-form .title {
    color: #1F77AD;
    font-size: 60px;
    margin-bottom: 50px;
}

.contact-form .description {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #1F77AD;
    text-transform: uppercase;
}

.contact-form input {
    width: 65%;
    height: 60px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    padding-right: 20px;
    line-height: 20px;
    border: none;
    background: rgba(32, 120, 173, 0.1);
}

.contact-form .message {
    width: 65%;
    height: 130px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    padding-right: 20px;
    padding-top: 20px;
    border: none;
    background: rgba(32, 120, 173, 0.1);
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(32, 119, 173, 0.7);
    text-transform: uppercase;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(32, 119, 173, 0.7);
    text-transform: uppercase;
}

.contact-form ::-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(32, 119, 173, 0.7);
    text-transform: uppercase;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(32, 119, 173, 0.7);
    text-transform: uppercase;
}

.contact-form .btn-send {
    width: 40%;
    background: rgba(32, 120, 173, 1);
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}

.contact-form input:hover {
    border: 1px solid rgba(32, 120, 173, 1);
    ;
}

.contact-form input:focus {
    border: 1px solid rgba(32, 120, 173, 1);
    ;
}

.contact-form .message:hover {
    border: 1px solid rgba(32, 120, 173, 1);
    ;
}

.contact-form .message:focus {
    border: 1px solid rgba(32, 120, 173, 1);
    ;
}

.contact-form .btn-send:hover {
    background: #399549;
}

.contact-info {
    background: rgba(32, 120, 173, 1);
}

.contact-map {
    background: rgba(32, 120, 173, 1);
}


.lastContainer {
    padding-bottom: 0;
}

.info {
    padding: 10%;
    padding-top: 90%;

}

.info div {
    margin-top: 20px;

}

.info span {
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}

.map {
    margin-top: 60%;
    margin-right: -100%;
}

/*********************** All Right *********************/
.all-right {
    width: 100%;
    background: #615554;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 12px;
    height: 30px;
    line-height: 10px;
}

.all-right p {
    display: inline;
}

.all-right p:first-child {
    float: left;
}

.all-right p:nth-child(2) {
    float: right;
}

/************************* for mobile ******************/

@media only screen and (max-width: 768px) {
    .headContact a:nth-child(2) {
        padding: 0 !important;
        padding-right: 10vw !important
    }

    .Contact_Us_Btn {
        line-height: 6 !important;
        width: 80px !important;
        height: 80px !important;
        font-size: 16px !important;
        border-radius: 50%;
        position: absolute;
        z-index: 100000;
        color: white;
        top: 82%;
        left: 68% !important;
        text-align: center;
    }

    #toTop {
        display: none !important;
    }

    .mySwiper .swiper-button-next {
        display: none !important;
    }

    .logo {
        width: 50%;
    }

    .nav__logo {
        padding-left: 0;
    }

    .mySwiper .swiper-pagination-vertical {
        display: none;
    }

    .mySwiper .swiper-button-next {
        bottom: 60px;
    }

    .mySwiper .swiper-button-next img {
        width: 60%;
        height: 110%;
    }

    h2 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    .line {
        width: 25% !important;
        height: 5px !important;
        margin-bottom: 10% !important;
    }

    p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .clients-satisfaction {
        box-shadow: 0px 5px 1px #faa323, -20px 20px 30px rgb(250 163 36 / 10%);
        margin-top: -30% !important;
        margin-bottom: 32%;
    }

    .quality-assurance {
        box-shadow: 0px 5px 1px #399646, -20px 20px 30px rgb(57 150 71 / 10%);
        margin-top: 5% !important;
        margin-bottom: 20% !important;
    }

    .quality-assurance,
    .clients-satisfaction {
        background: #fff !important;
        width: 80% !important;
        height: 260px !important;
        margin-right: 10% !important;
        padding: 20px !important;
        border-radius: 10px !important;
    }

    .clients-satisfaction h4,
    .quality-assurance h4 {
        margin-bottom: 5px !important;
    }

    .clients-satisfaction p,
    .quality-assurance p {
        padding-right: 0px !important;
    }

    .activities-left .activity-arrows .activity-right-arrow,
    .activities-left .activity-arrows .activity-left-arrow {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        border: 1px solid #399646;
        float: left;
        text-align: center;
        line-height: 50px;
        margin-left: 35%;
    }

    .activities-left .activity-arrows .activity-right-arrow {
        margin-left: 5%;
    }

    .CardSwiper {
        margin-top: 0%;
        left: 0% !important;
    }

    .activities-right .Activity-card {
        height: 250px;
        /* width: 45% !important; */
        border-radius: 10px;
        display: flex;
        overflow: hidden;
        align-items: flex-end;
        position: relative;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }

    .activities-right .Activity-card .activity-card-content {
        padding: 5px;
        line-height: 15px !important;
    }

    .contact-form .title {
        font-size: 40px !important;
    }

    #contact input {
        width: 90% !important;
        height: 50px !important;
        font-size: 16px;
    }

    .message {
        font-size: 16px !important;
        width: 90% !important;
    }

    .contact-map {
        width: 100% !important;
    }

    .contact-map .map {
        margin-top: 10% !important;
        margin-left: -20% !important;
        padding: 0 !important;
    }

    .contact-map iframe {
        width: 80% !important;
        height: 80% !important;
    }

    .info {
        padding: 0 !important;
        margin: 0 !important;
        height: 150px !important;
        margin-right: 15% !important;
    }

    .all-right {
        background: #757575 !important;
        height: 70px !important;
    }

    .all-right p {
        width: 100% !important;
    }

    .why-xytiq {
        padding-right: 40px !important;
    }

    .why-xytiq-top-left h4 {
        margin-left: 7% !important;
        margin-bottom: 5% !important;
        font-size: 40px !important;
    }

    .why-xytiq-top-right .line {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .why-xytiq-left p,
    .why-xytiq-right p {
        margin-right: 40px !important;
    }

    .why-xytiq-right {
        padding: 0 !important;
        margin-top: 40px !important;
    }

    .why-xytiq-right h5 {
        margin: 0 !important;
        margin-right: 40px !important;
        margin-top: 20px !important;
        font-size: 20px !important;
    }

    .activities-left h4 {
        font-size: 30px !important;
    }


    .img-container {
        width: 70% !important;

    }

    .hadfur {
        width: 60% !important;
        margin-right: 40% !important;
    }


}

/**************** for tablet ************************/
@media only screen and (max-width: 1200px) {
    .headContact a {
        flex: 1;
    }

    .logo {
        width: 90%;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    #cursor {
        display: none;
    }

    #toTop {
        display: none !important;
    }

    .nav div.main_list ul li {
        padding-right: 3rem;
        line-height: 3 !important;
    }

    .nav div.main_list ul li a {
        font-size: 1.1rem;
    }

    .mySwiper .swiper-button-next {
        display: none !important;
    }

    .Contact_Us_Btn {
        width: 80px !important;
        height: 80px !important;
        top: 83% !important;
        left: 68% !important;
        font-size: 13px !important;
        line-height: 6 !important;
    }

    .langSwicher {
        top: 87% !important;
    }

    .langSwicher .En,
    .langSwicher .Ar {
        padding: 15px 15px;
        font-size: 12px !important;
    }

    .langSwicher .Ar {
        padding-right: 20px;
        padding-left: 20px;
    }

    .mySwiper .swiper-slide h1 {
        width: 50%;
        text-align: right;
        font-size: 34px;
        line-height: 75px;
        text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6)
    }

    .SocialIcons .Topline,
    .SocialIcons .Bottomline {
        height: 150px;
    }

    .speech-card {
        width: 90%;
    }

    .speech-card p {
        font-size: 12px !important;
    }

    .speech-card h4 {
        font-size: 16px !important;

    }

    .speech-card h6 {
        font-size: 14px !important;
    }

    .our-values {
        padding-top: 10% !important;
    }

    .clients-satisfaction,
    .quality-assurance {
        padding: 20px;
        width: 75%;
        height: 250px;
        border-radius: 10px;
        margin-top: -35%;
        margin-bottom: 10%;
        background: #fff;
    }

    .quality-assurance h4,
    .clients-satisfaction h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .clients-satisfaction p,
    .quality-assurance p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0px;
    }

    .clients-satisfaction img,
    .quality-assurance img {
        margin-bottom: 2%;
    }

    .activities-left {
        padding-left: 5%;
    }

    .activities-left .line {
        width: 30%;
        height: 5px;
        margin-bottom: 18%;
    }

    .activities-left h4 {
        font-size: 30px;
        text-transform: uppercase;
        color: #399549;
        margin-bottom: 2%;
    }

    .activities-left .first {
        font-size: 14px;
        color: #399549;
        margin-bottom: 15%;
    }

    .activities-left .activity-arrows .activity-right-arrow,
    .activities-left .activity-arrows .activity-left-arrow {
        width: 50px;
        height: 50px;

    }

    .activities-left .activity-arrows .activity-left-arrow {
        margin-left: 30%;

    }

    .activities-right .Activity-card .activity-card-content p {
        font-size: 16px;
    }

    .activities-right .Activity-card:hover .activity-card-content p {
        font-size: 20px;
    }

    .why-xytiq-top-left h4 {
        font-size: 30px;
        line-height: 50px;
    }

    .why-xytiq-top-right {
        padding-top: 30px;
    }

    .why-xytiq-top-right p {
        font-size: 14px;
    }

    .why-xytiq-left h4,
    .why-xytiq-right h4 {
        font-size: 18px;
    }

    .why-xytiq-right {
        padding-left: 3%;
    }

    .why-xytiq-left p,
    .why-xytiq-right p {
        padding-top: 5%;
        width: 80%;
        font-size: 16px;
        line-height: 27px;
    }

    .why-xytiq-right h5 {
        font-size: 16px;
        margin-top: 15px
    }

    .clients h4 {
        width: 60%;
        margin: auto;
        text-align: center;
        font-size: 25px !important;
        color: #FAA323;
        text-transform: uppercase;
        margin-bottom: 5%;
        padding: 5px !important;
        border-left: 7px solid #FAA323;
        border-right: 7px solid #FAA323;
    }

    .contact-map .map iframe,
    .gmap_canvas,
    .mapouter {
        width: 37vh !important;
        height: 37vh !important;
        margin: auto !important;
        margin-left: 14% !important;
        margin-bottom: 13vh !important;

    }

    .contact-form .title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .contact-form .description {
        font-size: 15px;
    }

    .contact-form input {
        width: 70%;
        height: 50px;
        border-radius: 5px;
        margin-bottom: 15px;
        font-size: 16px;

    }

    .contact-form .message {
        width: 70%;
        height: 130px;
        font-size: 16px;
    }

    .contact-form .btn-send {
        width: 70%;
    }

    .contact-form .title {
        font-size: 40px !important;
    }

    #contact input {
        width: 90% !important;
        height: 50px !important;
        font-size: 16px;
    }

    .message {
        font-size: 16px !important;
        width: 90% !important;
    }

    .contact-map {
        width: 100% !important;
    }

    .contact-map .map {
        margin-top: 10% !important;
        margin-bottom: -20% !important;
        padding: 0 !important;
    }

    .info {
        padding: 0 !important;
        margin: 0 !important;
        height: 150px !important;
        margin-right: 7% !important;
    }

    .all-right {
        background: #757575 !important;
        height: 70px !important;
        padding: 15px !important;

    }

    .all-right p {
        width: 100% !important;
    }
}


@media only screen and (max-width: 880px) {
    .logo {
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    .nav div.main_list ul li {
        padding-right: 2rem;
        line-height: 4 !important;
    }

    .nav div.main_list ul li a {
        font-size: 1.1rem;
    }

    .langSwicher .En {
        font-size: 12px;
    }

    .langSwicher .Ar {
        font-size: 12px;
    }

    .clients-satisfaction,
    .quality-assurance {
        padding: 20px;
        width: 75%;
        height: 260px;
        border-radius: 10px;
        margin-top: -35%;
        margin-bottom: 10%;
        background: #fff;
    }

    .quality-assurance h4,
    .clients-satisfaction h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .clients-satisfaction p,
    .quality-assurance p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0px;
    }

    .clients-satisfaction img,
    .quality-assurance img {
        margin-bottom: 2%;
    }

    .activities-left {
        padding-left: 5%;
    }

    .activities-left .line {
        width: 30%;
        height: 5px;
        margin-bottom: 18%;
    }

    .activities-left h4 {
        font-size: 30px;
        text-transform: uppercase;
        color: #399549;
        margin-bottom: 2%;
    }

    .activities-left .first {
        font-size: 14px;
        color: #399549;
        margin-bottom: 15%;
    }

    .activities-right .Activity-card .activity-card-content p {
        font-size: 16px;
    }

    .activities-right .Activity-card:hover .activity-card-content p {
        font-size: 20px;
    }

    .why-xytiq {
        padding-top: 10%;
    }

    .why-xytiq-top-right {
        padding-top: 0;
    }

    .why-xytiq-top-left h4 {
        font-size: 30px;
        line-height: 50px;
    }

    .why-xytiq-top-right p {
        font-size: 14px;
    }

    .why-xytiq-left h4,
    .why-xytiq-right h4 {
        font-size: 18px;
    }

    .why-xytiq-right {
        padding-left: 3%;
    }

    .why-xytiq-left p,
    .why-xytiq-right p {
        padding-top: 5%;
        width: 80%;
        font-size: 16px;
        line-height: 27px;
    }

    .why-xytiq-right h5 {
        font-size: 16px;
        margin-top: 15px
    }


    .contact-map .map iframe,
    .gmap_canvas,
    .mapouter {
        text-align: center;
    }

    .contact-form .title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .contact-form .description {
        font-size: 15px;
    }

    .contact-form input {
        width: 70%;
        height: 50px;
        border-radius: 5px;
        margin-bottom: 15px;
        font-size: 16px;

    }

    .contact-form .message {
        width: 70%;
        height: 130px;
        font-size: 16px;
    }

    .contact-form .btn-send {
        width: 70%;
    }


    .logos div .img-container {
        width: 100%;
        border: none;
        align-items: center;
    }

    .logos img {
        width: 100%;
    }

    .contact-map .map iframe,
    .gmap_canvas,
    .mapouter {
        text-align: center;
    }

    .info {
        padding: 0;
        margin-left: -80%;
        padding-top: 300%;
        padding-bottom: 10%;
    }

    .info div {
        margin-top: 10px;
    }

    .info span {
        font-size: 14px;
        margin-left: 10px;
        color: #fff;
    }


}