@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);

@font-face {
    font-family: 'Somar-Light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/ArbFONTS-Somar-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Somar-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ArbFONTS-Somar-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Somar-Medium';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ArbFONTS-Somar-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Somar-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ArbFONTS-Somar-Bold.otf') format('opentype');
}


*,
*: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: #153B74;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Somar-Regular', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Somar-Bold', 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;
}

.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: 0;
    display: none;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;


}
html[dir="ltr"] .hamburger,
html[dir="ltr"] .is-closed {
    right: 15px;
    left: auto
}

.hamburger span,
.is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: #fff;
    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;
}

/* Style Header */

#header {
    width: 100%;
    padding: 30px 0 15px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.main_menu {
    display: flex;
}

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

html[dir="ltr"] .main_menu > li {
    margin-right: 45px;
    margin-left: unset;
}

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

.main_menu > li > a {
    display: block;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

.lang-site .dropdown-toggle {
    font-size: 20px;
    color: #fff;
}

/*.dropdown-toggle::after {*/
/*    border: 0;*/
/*    font: normal normal normal 14px/1 FontAwesome;*/
/*    content: "\f0d7";*/
/*    font-size: 18px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: -30px;*/
/*}*/

/*html[dir="ltr"] .dropdown-toggle::after {*/
/*    right: auto;*/
/*    left: -30px;*/
/*}*/

.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    transition: all .8s ease-in-out;
    transform: translateY(20px) !important;
    box-shadow: none;
    background: var(--sub-color);
    border-radius: 0;
}

.dropdown-menu li {
    padding: 0 20px
}

.dropdown-menu li a {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: transparent;
    color: #fff;
    transform: translateX(10px);
}

.dropdown-menu.show {
    transform: translateY(40px) !important
}

#header.fixed-header {
    background: var(--main-color);
    padding: 10px 0;
    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;
    background: #c1b4ab;
    z-index: 1;
}

.section_home:before {
    content: "";
    background: #A1B2C8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}
.section_home .item {
    padding: 100px 0;
    height: 630px;
    background-size: 100% 100% !important;
}

.home_txt {
    position: relative;
    width: 400px;
    max-width: 100%;
}

.home_txt figure {
    margin-bottom: 35px;
}

.home_txt figure img {
    width: 140px !important;
}

.home_txt h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 45px;
}

.home_txt p {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 2;
}

.section_home .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.section_home .owl-dots .owl-dot span {
    display:block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin:0 5px;
    background: var(--main-color);
}
.section_home .owl-dots .owl-dot.active span {
    width: 20px;
    border-radius: 5px;
}

/* Style Stac Site */

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

.sec_head h2 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

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

.btn-site {
    height: 50px;
    font-size: 15px;
    padding: 12px 45px;
    display: flex;
    align-items: center;
    margin: 20px 0 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: 300;
    font-family: 'Somar-Light';
    font-size: 26px;
    text-transform: uppercase;
}

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

/* Style Beneficiaries */

.section_beneficiaries {
    position: relative;
    padding: 90px 0 50px;
}

.item-beneficiaries {
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

.item-beneficiaries figure {
    background: #E8EBF1;
    color: var(--main-color);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.item-beneficiaries figure svg {
    font-size: 28px;
}

.txt-beneficiaries p {
    font-weight: 500;
    font-size: 24px;
    color: #000;
}

/* Style How Choose */

.section_how_choose {
    background: #E8EBF1;
    padding: 80px 0;
    position: relative;
}

.col--5 {
    width: 20%;
}

.text-choose {
    margin-bottom: 80px;
    text-align: center;
}

.text-choose p {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 44px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1;
}

.text-choose strong {
    color: var(--main-color);
    font-weight: 600;
    font-size: 23px;
    display: block;
    text-align:center;
    padding: 0px;
    line-height: 1;
}

.item-choose figure {
    display: block;
    position: relative;
    margin-bottom: 0;
    height: 130px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
    z-index: 2
}

.item-choose figure:before {
    content: "";
    background: rgba(161, 178, 200, 0.2);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.item-choose figure img {
    width: 170px !important;
}
.view-all {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-all p {
    font-size: 23px;
    font-weight: 600;
    color: var(--main-color);
}

.view-all a {
    background: #A1B1C8;
    font-size: 23px;
    color: #fff;
    padding: 0 15px;
    border-radius: 10px;
    margin-right: 15px;
}

html[dir="ltr"] .view-all a {
    margin-left: 15px;
    margin-right: unset;
}
#slider-devices .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
}
#slider-devices .owl-dots .owl-dot {
    margin: 0 5px;
}
#slider-devices .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color);
}
#slider-devices .owl-dots .owl-dot.active span {
    width: 20px;
    border-radius: 5px;
}

/* Style Aromatic Families */

.section_aromatic_families {
    position: relative;
    padding: 60px 0;
}
.txt-families {
    text-align: center;
    margin-bottom: 40px;
}
.txt-families h3 {
    position: relative;
    color: var(--main-color);
    font-size: 50px;
    display: inline-block;
    text-align: center;
}
.txt-families h3:before,
.txt-families h3:after {
    content:"";
    background: url(../images/Path-fam.svg);
    background-size: 100% 100%;
    width: 120px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -200px;
    transform: translateY(-50%);
}
.txt-families h3:after {
    left: -200px;
    right: auto;
    transform: translateY(-50%) scale(-1);
}
.txt-families p {
    font-size: 24px;
    color: var(--main-color);
}
.txt-families p span {
    color: #5F99AF;
    font-size: 40px;
}

.lst-families {
    display: flex;
    flex-wrap: wrap;
}
.item-families {
    flex: 0 0 auto;
    width: 20%;
    padding: 10px;
}
.item-families figure {
    background: var(--main-color);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #F2F2F2;
    margin-bottom:-20px;
}
.item-families figure img {
    width: 40px;
}
.item-families span {
    background: var(--main-color);
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    padding: 0 10px;
    line-height: 1.2;
    width: 100%;
    display: block;
    text-align: center;
}
.item-families p {
    background: #F2F2F2;
    color: var(--main-color);;
    border-radius: 30px;
    padding: 2px 30px;
    font-size: 24px;
    font-weight:500;
    line-height: 1.2;
    width: max-content;
    margin: auto;
}

.thumb-families {
    text-align: center;
}
.thumb-families img {
    width: 300px;
}


/* Style Services */

.section_services {
    position: relative;
    padding: 60px 0;
}

.section_services .row {
    align-items: center;
}

.thumb-serv {
    text-align: center;
}

.thumb-serv img {
    max-width: 360px;
}

.txt-serv h4 {
    color: var(--main-color);
    font-size: 32px;
    font-weight: 600;
}

.txt-serv p {
    font-size: 19px;
    margin-bottom: 40px;
}

.txt-serv li {
    margin-bottom: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.txt-serv li svg {
    color: var(--main-color);
    margin-left: 10px;
}

html[dir="ltr"] .txt-serv li svg {
    margin-right: 10px;
    margin-left: unset;
}

/* Style Try Free*/

.section_try_free {
    position: relative;
    background: #E8EBF1;
    padding: 60px 0;
}

.section_try_free:before {
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.section_try_free .sec_head h2 {
    color: #fff;
}

.section_try_free .sec_head h2 span {
    color: #A1B2C8
}

.row-try {
    display: flex;
    align-items: center;
    ;
    position: relative;
}

.col-txt {
    width: 35%;
    background: #A1B2C8;
    padding: 30px;
}

.col-txt h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.col-txt li {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-right: 20px;
}

html[dir="ltr"] .col-txt li {
    padding-left: 20px;
    padding-right: unset;
}

.col-txt li:before {
    content: "";
    border: 1px solid var(--main-color);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 0;
    transform: rotate(29deg) skew(0deg, 10deg);
}

html[dir="ltr"] .col-txt li:before {
    right: auto;
    left: 0;
}

.thumb-try {
    width: 65%;
}

.thumb-try figure {
    position: relative;
    margin-bottom: 0;
}

.btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fff;
}

/* Style Stages */

.section_stages {
    background: #E8EBF1;
    position: relative;
    padding: 0 0 60px;
}

.section_stages .sec_head {
    text-align: right;
    width: 100%;
}

html[dir="ltr"] .section_stages .sec_head {
    text-align: left;
}

.lst-stage {
    display: flex;
    align-items: center;
}

.item-stage {
    width: 25%;
    text-align: center;
    position: relative;
}

.item-stage:before {
    content: "";
    background: url(../images/path.svg);
    background-size: 100%;
    width: 100px;
    height: 25px;
    position: absolute;
    left: -50px;
    top: 30px;
}

html[dir="ltr"] .item-stage:before {
    left: auto;
    right: -50px;
    transform: scale(-1,1);
}

.item-stage:nth-child(2):before {
    transform: scale(1, -1)
}

html[dir="ltr"] .item-stage:nth-child(2):before {
    transform: scale(-1, -1);
    top: 40px
}

.item-stage:last-child:before {
    display: none
}

.item-stage figure {
    background: #A1B2C8;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.txt-stage h6 {
    color: var(--main-color);
    font-size: 24px;
}

.txt-stage p {
    font-size: 19px;
    line-height: 1.2;
}


/* Style Download */

.section_download {
    position: relative;
    padding: 30px 0;
    background: var(--main-color);
}

.txt-down {
    padding-left: 100px;
    text-align: center;
}

html[dir="ltr"] .txt-down {
    padding-right: 100px;
    padding-left: unset;
}

.txt-down p {
    color: #fff;
    font-size: 28px;
}

.txt-down .btn-site {
    background: #A1B2C8;
    border-radius: 5px;
    height: 40px;
    margin: 20px auto;
}

.thumb-down {
    position: absolute;
    top: -70px;
    z-index: 1
}

.thumb-down:before {
    content: "";
    background: #A1B2C8;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 50px;
    z-index: -1;
}

.thumb-down img {
    max-width: 400px;
}

/* Style Other Clients */

.section_other_clients {
    background: #A1B2C8;
    padding: 30px 0 100px;
}

.row-other {
    display: flex;
}

.txt-other-client {
    background: #fff;
    width: 40%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.txt-other-client h4 {
    color: var(--main-color);
    font-size: 32px;
    margin-bottom: 20px;
}

.txt-other-client p {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
}

.thumb-cleint {
    width: 60%;
}

.thumb-cleint figure {
    margin-bottom: 0;
    position: relative;
}

.plyr__video-embed {
    height: 530px;
}

.section_other_clients .owl-nav {
    display: block !important;
}

.owl-nav > button {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #A1B2C8 !important;
    font-size: 40px !important
}

html[dir="ltr"] .owl-nav > button {
    left: auto;
    right: 40px;
}

.owl-nav > button.owl-next {
    left: 40px;
}

html[dir="ltr"] .owl-nav > button.owl-next {
    right: 20px;
    left: auto;
}


/* Style Clients */

.section_clients {
    background: #A1B2C8;
    padding: 60px 0 0;
}

.section_clients .sec_head h2 {
    color: #fff;
}

.item-clients {
    height: 130px;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

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

/* Style Contact */

.section_contact {
    position: relative;
    padding: 60px 0;
}

.d-flex .form-group {
    width: 50%;
    margin-left: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

html[dir="ltr"] .d-flex .form-group {
    margin-right: 100px;
    margin-left: unset;
}

.d-flex .form-group > label {
    width: 120px;
    font-size: 20px;
}

.d-flex .form-group:last-child {
    margin-left: 0;
}

html[dir="ltr"] .d-flex .form-group:last-child {
    margin-right: 0;
}

.form-check .form-check-input {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

html[dir="ltr"] .form-check .form-check-input {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.form-check-label {
    font-size: 20px;
}

.d-flex .form-group .form-control {
    border: 1px solid #A1B2C8;
    border-radius: 10px;
    height: 45px;
    width: calc(100% - 120px);
}

.type-check {
    display: flex;
    width: calc(100% - 120px);
    justify-content: space-between;
}

.type-check > div {
    margin-left: 20px;
}

.type-check > div:last-child {
    margin-left: 0;
}

html[dir="ltr"] .type-check > div {
    margin-right: 20px;
    margin-left: unset;
    padding: 0;
}

type-check > div:last-child {
    margin-left: 0;
}

.form-group .btn-site {
    margin: 40px auto 0;
    border-radius: 8px;
    min-width: 240px;
}

.d-flex .form-group span {
    position: absolute;
    bottom: -20px;
    right: 120px;
}

html[dir="ltr"] .d-flex .form-group span {
    right: auto;
    left: 120px;
}

/* Style Fotter */

footer {
    position: relative;
    background: var(--main-color);
    padding: 30px 0;
}

footer .row {
    align-items: center;
}

.logo-ft {
    position: relative;
}

.logo-ft:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

html[dir="ltr"] .logo-ft:before {
    left: auto;
    right: 0;
}

.cont-ft-contact {
    display: flex;
    align-items: center;
}

.cont-ft-contact h3 {
    color: #fff;
    font-weight: 400;
    font-family: 'Somar-regular', sans-serif;
    margin-left: 50px;
    margin-right: 40px;
}

html[dir="ltr"] .cont-ft-contact h3 {
    margin-right: 50px;
    margin-left: 40px;
}

.cont-ft-contact li {
    display: inline-block;
    margin-left: 60px;
    color: #fff;
    font-size: 18px;
}

html[dir="ltr"] .cont-ft-contact li {
    margin-right: 60px;
    margin-left: unset
}

.cont-ft-contact li:last-child {
    margin-left: 0;
}

html[dir="ltr"] .cont-ft-contact li:last-child {
    margin-right: 0;
}

.cont-ft-contact li svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 5px;
}

html[dir="ltr"] .cont-ft-contact li svg {
    margin-right: 5px;
    margin-left: unset;
}


