@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');


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

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

:root {
    --main-color: #3AC0CA;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

body {
    font-family: 'El Messiri', sans-serif;
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 400;
}

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

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

p {
    margin: 0;
}

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

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

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

img {
    vertical-align: middle;

}

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

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

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

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

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

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.main-wrapper::after {
    content: "";
    background: url(../images/shape-site.svg);
    background-size: 100% 100%;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger,
.is-closed {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 30px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span,
.is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: var(--sub-color);
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}

.opt-mobail {
    display: none;
}

.opt-mobail .lang-site {
    position: absolute;
    right: 15px;
    top: 35px;
    display: none
}

.opt-mobail .lang-site a {
    color: var(--main-color);
    font-weight: 500;
}


/* Style Header */

#header {
    width: 100%;
    padding: 40px 0;
    top: 0;
    left: 0;
    z-index: 9;
}

#header .container {
    background: #F9FAFB;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 240px;
}

.main_menu {
    display: flex;
}

.main_menu > li {
    margin-left: 25px;
}

.main_menu > li:last-child {
    margin-left: 0;
}

.main_menu > li > a {
    display: block;
    color: #262A56;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

.main_menu > li.active a {
    color: var(--main-color);
    font-weight: 700;
}

.main_menu > li > a.btn-site {
    margin: 0;
}

.main_menu > li.lang-site a {
    background-color: #979797;
    color: #fff;
}



#header.fixed-header1 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}


/* Style Home Slide */

.section_home {
    position: relative;
    z-index: 1;
}

.thumb-home a {
    display: block;
}

.thumb-home img {
    width: 100%;
}

/* Style Stac Site */

.sec_head {
    position: relative;
    width: 70%;
    margin: 0 auto 40px;
    text-align: center;
}

.sec_head h2 {
    color: #042925;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 5px;
    position: relative;
    text-transform: capitalize
}

.sec_head p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    border-radius: 0;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-site:hover span {
    color: var(--main-color);
}

/* Style Products */

.section_products {
    position: relative;
    padding: 50px 0;
}

.section_products .container {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
}

.col--5 {
    flex: 0 0 auto;
    width: 20%;
}

.item-product {
    position: relative;
    border: 2px solid #EEEEEE;
    border-radius: 20px 20px 20px 0px;
    padding: 20px 40px;
    text-align: center;
}

.item-product:hover {
    background: #B0E6EA;
    border: 2px solid #3AC0CA;
}

.item-product figure {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-product h4 a {
    color: #35285C;
    font-weight: 500;
    font-size: 15px;
}

/* Style Statistics */

.section_statistics {
    position: relative;
    padding: 50px 0;
}

.section_statistics .container {
    background: var(--main-color);
    padding: 60px;
    border-radius: 20px;
}

.item-statistics {
    padding: 15px 20px;
    background: #B0E6EA;
    border: 2px solid #3AC0CA;
    border-radius: 20px 20px 20px 0px;
}

.count-number {
    font-size: 45px;
}

/* Style About */

.section_about {
    position: relative;
    padding: 50px 0;
}

.cont-about {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E1E1E1;
    backdrop-filter: blur(2px);
    border-radius: 45px 15px;
    padding: 25px;
}

.cont-about::before {
    content: "";
    background: url(../images/shape-about.svg);
    background-size: 100% 100%;
    width: 240px;
    height: 240px;
    position: absolute;
    top: -60px;
    left: -20px;
}

.cont-about h4 {
    color: #042925;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
}

.cont-about p {
    color: #525252;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 500;
}

.cont-about figure {
    margin-bottom: 0;
}

.cont-about img {
    width: 100%;
}

.other-about {
    height: 100%;
}

.cont-vision {
    position: relative;
    padding: 16px 24px;
    background: #D8F2F4;
    border: 1px solid #C6F1E6;
    backdrop-filter: blur(2px);
    border-radius: 16px 16px 0px 0px;
}

.cont-vision:before {
    content: "";
    background: url(../images/shape-vision.svg);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 30px
}

.cont-vision h4,
.cont-message h4 {
    color: #042925;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
}

.cont-vision p,
.cont-message p {
    color: #525252;
    font-size: 15px;
    font-weight: 500;
}

.cont-message {
    padding: 32px 24px 0;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    backdrop-filter: blur(2px);
    border-radius: 0px 0px 16px 16px;
}

.cont-message:before {
    content: "";
    background: url(../images/shape-msg.svg);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 30px
}

.cont-message figure {
    margin-bottom: 0;
    margin-top: 32px;
    text-align: end;
}

/* Style Our Team */

.section_our_team {
    position: relative;
    padding: 50px 0;
}

.section_our_team .container {
    background: linear-gradient(180deg, #DEDFED -34.06%, #F9FAFB 32.97%);
    border-radius: 20px;
    padding: 32px;
}

.section_our_team .sec_head {
    text-align: start;
    margin: 0 0 40px;
}

.item-team {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 20px 20px 20px 0px;
    padding: 15px;
    height: 100%;
}

.item-team:hover {
    background: #C6F1E6;
    border: 1px solid #3AC0CA;
}

.item-team figure {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
}

.item-team figure img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.txt-team {
    width: calc(100% - 60px);
}

.txt-team h5 {
    font-size: 15px;
    color: #35285C;
}

.txt-team p {
    font-size: 14px;
    color: #35285C;
    font-weight: 500
}

.txt-team span {
    font-size: 14px;
    color: #35285C;
    font-weight: 500;
    display: block;
}

.txt-team a {
    font-size: 14px;
    color: #35285C;
    font-weight: 500;
    display: block;
}

/* Style Clients */

.section_clients {
    position: relative;
    padding: 50px 0;
}

.section_clients .container {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 60px;
}

.section_clients .sec_head h2 {
    font-size: 30px;
    margin-bottom: 45px;
}

.item-partner {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    /*padding: 20px;*/
}

.item-partner img {
    max-height: 100%;
    max-width: 100%;
}

.owl-nav > button {
    position: absolute;
    top: 50%;
    right: -20px;
}
.owl-nav > button.owl-prev {
    left: -20px;
    right: auto;
}

.row-client {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.item-clients {
    flex: 0 0 auto;
    margin: 20px;
    text-align: center;
}

/* Style Branches */

.section_branches {
    position: relative;
    padding: 50px 0;
}

.section_branches .container {
    background: #35285C;
    border-radius: 116px;
    padding: 80px 70px;
    display: flex;
    position: relative;
}

.txt-branches h5 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 28px;
}

.txt-branches p {
    color: #fff;
}

.section_branches figure {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

.section_branches figure img {
    max-width: 850px;
}

/* Style Fotter */

footer {
    padding-top: 100px;
    position: relative;
    border-bottom: 100px solid #35285C;
}

footer:before {
    content: "";
    background: url(../images/shape-footer.svg);
    background-size: 100% 100%;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 16px;
}

footer:after {
    content: "";
    background: #7EB595;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cont-ft {
    margin-bottom: 30px;
}

.logo-ft {
    display: block;
}

.logo-ft img {
    width: 120px;
    max-width: 100%;
}

.list-contact li {
    margin-bottom: 5px;
    color: #000;
    display: flex;
    align-items: center;
}

.list-contact li figure {
    margin-bottom: 0;
    width: 30px;
    text-align: center;
}

.dta-footer {
    position: relative;
    height: 100%;
    padding-bottom: 300px;
    padding-left: 170px;
}

.thumb-footer figure {
    position: absolute;
    bottom: -27px;
    left: 0;
    margin: 0;
}

.thumb-footer figure img {
    max-width: 450px;
    position: relative;
    z-index: 9;
}

.copyRight {
    color: #6E6E6E;
    font-size: 14px;
    position: absolute;
    bottom: 50px;
    left: 350px;
}

.cont-contact {
    background: #F0EDE8;
    border-radius: 30px;
    padding: 30px;
}

.cont-contact h5 {
    margin-bottom: 20px;
    color: #042925;
}

.form-contact .form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-contact label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
}

.form-contact .form-control {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

.form-contact .form-control::placeholder {
    color: #000000;
    font-weight: 500;
    font-size: 13px;
}

.form-contact textarea.form-control {
    height: 140px;
}

.form-contact .btn-site {
    width: 100%;
    background: #35285C
}

.form-contact .btn-site:before {
    background: #333
}
