body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

#lca{
	display:flex;
}
.ssw{
margin-right: 50px !important;
}

.lang-content {
    direction: ltr;
}
.arabic{
    background-color: #25d366;
}
.arabic-content {
    direction: rtl;
}

.lang-btn.active {
    background-color: red;
    /* Change the background color to red */
    color: #fff;
}

/* language button start */
.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.switch>span {
    position: absolute;
    top: 10px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked~.off {
    color: #F36F25;
}

input.check-toggle-round-flat:checked~.on {
    color: #fff;
}

.switch>span.on {
    left: 0;
    padding-left: 2px;
    color: #F36F25;
}

.switch>span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.check-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat+label {
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color: #F36F25;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

input.check-toggle-round-flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #F36F25;
    -webkit- -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

input.check-toggle-round-flat:checked+label {}

input.check-toggle-round-flat:checked+label:after {
    margin-left: 44px;
}

/* language button end */

.main-header {
    display: none;
}

.sub-header {
    display: block;
}

.web-container {
    padding: 0px 65px;
}

p {
    font-family: 'Poppins', sans-serif !important;
}

h2 {
    font-family: 'Open Sans', sans-serif !important;
}

.bg-transparent {
    color: #000 !important;
}

.section-heading {
    color: #62B394;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
}

.heading-back-text {
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    /* 158.333% */
}

.heading-green-text {
    color: #62B394;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
}

.content-text {
    color: #000;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 226.667% */
}

.section-mt {
    margin-top: 100px;
}

.position-absolute {
    position: absolute;
}

.main-btn {
    border-radius: 10px;
    border: 1px solid #A4A4A4;
    background: linear-gradient(175deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.26) 100%);
    box-shadow: 0px 4px 20px 0px rgba(73, 109, 159, 0.10);
    color: #868686;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 13px 23px;
}

.main-btn:hover {
    background: linear-gradient(146deg, #60AD95 0%, #4563A0 100%);
    color: #fff;
}

.main-btn:hover svg path {
    stroke: #ffff !important;
}

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

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

.gradient-box {
    background: linear-gradient(146deg, #60AD95 0%, #4563A0 100%);
    border-radius: 15px;
    padding: 5px;
    width: 100%;
}

.gradient-over-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* clint start */
.wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    height: 200px;
}

.photobanner {
    position: relative;
    height: 60px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    gap: 100px;
}

.photobanner img {
    margin: 0px 25px;
    width: 200px;
    height: 155px;
    object-fit: contain;
}

.photobanner {
    animation: bannermove 30s linear infinite alternate-reverse;
    g
}

@keyframes bannermove {
    from {
        left: 0px;
    }

    to {
        left: -1800px;
    }
}

.Clients-section {
    margin-top: 75px;
}

.wrapp {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    height: 200px;
}

.phot {
    position: relative;
    height: 60px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    gap: 100px;
}

.phot img {
    margin: 0px 25px;
    width: 200px;
    height: 155px;
    object-fit: contain;
}

.phot {
    animation: bannermove 50s linear infinite alternate-reverse;
    g
}

@keyframes bannermove {
    from {
        left: 0px;
    }

    to {
        left: -1800px;
    }
}

.Clients-section {
    margin-top: 75px;
}

/* clint end */

/* contact start */
.fill-contact {
    border-radius: 10px;
    background: #425BA1;
    box-shadow: 0px 4px 20px 0px rgba(66, 91, 161, 0.30);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fill-2 {
    background: linear-gradient(156deg, #62B394 0%, rgba(98, 179, 148, 0.50) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
}

.fill-1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
}

.fill-contact-btn {
    color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 12px 20px;
    background: linear-gradient(146deg, #60AD95 0%, #4563A0 100%);
    border-radius: 10px;
    border: 0px;
    margin-left: 50px;
    /* 527.778% */
}

.map {
    position: relative;
}

.map iframe {
    border-radius: 10px;
    border-radius: 10px;
    box-shadow: 4px 0px 20px 0px rgba(66, 91, 161, 0.20);
    position: relative;

}

.map-addres {
    border-radius: 10px;
    background: rgba(253, 253, 253, 0.21);
    -webkit-backdrop-filter: blur(23.5px);
    backdrop-filter: blur(23.5px);
    padding: 20px;
    border: 1px solid #435FA1;
    width: 374px;
    position: absolute;
    top: 15%;
    right: 5%;
}

.map-addres-h1 {
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    /* 271.429% */
}

.map-addres-h2 {
    color: #61B094;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    /* 271.429% */
}

.map-icon {
    color: #61B094;
}

.map-addres-name {
    color: #434343;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    /* 165% */
}

.enqury-form {
    border-radius: 7px;
    border: 1px solid #DFDFDF;
    backdrop-filter: blur(6.5px);
    width: 100%;
    padding: 10px 20px;
    color: #9E9E9E;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
    letter-spacing: 0.14px;
    margin-top: 20px;
}

.form-p {
    padding-left: 50px;
    padding-right: 50px;
}

.sub-p {
    color: #000;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* 226.667% */
}

.Message-h {
    height: 57%;
}

.form-submit-btn {
    margin-top: 20px;
    border: 0px;
    padding: 10px 20px;
    background: linear-gradient(146deg, #60AD95 0%, #4563A0 100%);
    border-radius: 10px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    /* 633.333% */
}

.contact-bg-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.contact-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
}

/* contact end */

/* Testimonials start */
.t-d-flex {
    display: flex;
}

.testimonials-main-box {
    width: 100%;
    position: relative;
}

.tesimonials-img {
    width: 129px !important;
    height: 161px;
    flex-shrink: 0;
    object-fit: cover;
    border: 10px;
    position: absolute;
    z-index: 1px;
    left: 18px;
}

#aaa {
    margin-top: 40px;
}

.tesimonials-content-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 10%);
    padding: 20px 40px 40px 40px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tesimonials-content-name {
    color: #000;
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    /* 188.889% */
}

.tesimonials-content-position {
    font-family: 'Poppins', sans-serif !important;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    /* 283.333% */
    /* 188.889% */
}

.tesimonials-content-text {
    color: #000;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 226.667% */
}

.quote-icon {
    position: absolute;
    bottom: 0px;
    right: 5%;
    color: #61B094;
    font-size: 50px;
}

.owl-nav {
    display: none;
}

.owl-dot {
    background-color: #DCDCDC !important;
    border-radius: 100px !important;
    width: 18px;
    height: 8px;
    margin-right: 5px;
}

.owl-dot.active {
    background-color: #61B094 !important;
    width: 30px !important;
}

#aaa .owl-dots {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#bbb .owl-dots {
    margin-top: 50px;
}

.footer-mt {
    margin-top: 100px;
}

/* Testimonials end */
.floatt {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.floattt {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.arabic-content .breadcrumb-item+.breadcrumb-item::before {
    float: right !important;
    margin-left: 10px;
}
.arabic-content .breadcrumb{
    display: flex !important;
}


    .main-header {
        display: block !important;
    }

    .sub-header {
        display: none !important;
    }
.banner-earth{
	background-image: url(../img/banner/qwqw.png) !important;
height:300px;
width:100%;
}
 

img.banr-s {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
