/* ------------------------------------------ */

/*         General & Basic Styles
/* ------------------------------------------ */

body,
html {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    /*font-family: 'Tajawal', sans-serif;*/
}

.overflowH {
    overflow: hidden;
}

.modal-backdrop {
    z-index: 1700;
}

.modal {
    z-index: 1800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

.center-block {
    float: none;
}

.background-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

input,
textarea,
button,
select {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.shadowBtn .splashBtn {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.5s ease-out;
}

.spaceBetween {
    display: flex;
    justify-content: space-between;
}

.btnArrow {
    display: inline-block;
    line-height: 97px;
    font-size: 25px;
    color: #000;
    position: relative;
    z-index: 1;
}

.iconbtnArrow {
    margin-left: 10px;
    position: relative;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    text-align: center;
    float: right;
    padding-left: 10px;
    background-color: #fff;
    line-height: 125px;
    display: inline-block;
    border: 1px solid #bdd0d8;
    margin-left: 70px;
}

.iconbtnArrow .line {
    position: absolute;
    right: calc(50% - 15px);
    top: calc(50% - 26px);
    line-height: normal;
    display: block;
    width: 110px;
    overflow: hidden;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}

.iconbtnArrow svg {
    display: inline-block;
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    50% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -moz-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    50% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -moz-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    50% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -moz-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    50% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -moz-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@keyframes move-arrow {
    0% {
        width: 110px;
    }
    50% {
        width: 90px;
    }
    100% {
        width: 110px;
    }
}

@-webkit-keyframes move-arrow {
    0% {
        width: 110px;
    }
    50% {
        width: 90px;
    }
    100% {
        width: 110px;
    }
}

@-moz-keyframes move-arrow {
    0% {
        width: 110px;
    }
    50% {
        width: 90px;
    }
    100% {
        width: 110px;
    }
}

@-ms-keyframes move-arrow {
    0% {
        width: 110px;
    }
    50% {
        width: 90px;
    }
    100% {
        width: 110px;
    }
}

@keyframes dotsToggle {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }
    50% {
        background: rgba(255, 255, 255, 1);
    }
    100% {
        background: rgba(255, 255, 255, 0.5);
    }
}

@-webkit-keyframes dotsToggle {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }
    50% {
        background: rgba(255, 255, 255, 1);
    }
    100% {
        background: rgba(255, 255, 255, 0.5);
    }
}

@-moz-keyframes dotsToggle {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }
    50% {
        background: rgba(255, 255, 255, 1);
    }
    100% {
        background: rgba(255, 255, 255, 0.5);
    }
}

@-ms-keyframes dotsToggle {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }
    50% {
        background: rgba(255, 255, 255, 1);
    }
    100% {
        background: rgba(255, 255, 255, 0.5);
    }
}

.globalHover {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.globalHover:hover {
    color: #fff;
}

.globalHover:before,
.globalHover:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.globalHover:after {
    left: auto;
    right: 0;
}

.globalHover:hover:before,
.globalHover:hover:after {
    background-color: #15161c;
    width: 50%;
}

.globalHover2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.globalHover2:hover {
    color: rgb(206, 158, 158);
}

.globalHover2:before,
.globalHover2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.globalHover2:after {
    top: auto;
    bottom: 0;
}

.globalHover2:hover:before,
.globalHover2:hover:after {
    background-color: #fe697d;
    height: 50%;
    opacity: 1;
}

.globalHover3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.globalHover3:hover {
    color: #fff;
}

.globalHover3:before,
.globalHover3:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -28px;
    top: 0;
    z-index: -1;
    background-color: #3d9886;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: skew(-37deg);
    -webkit-transform: skew(-37deg);
    -moz-transform: skew(-37deg);
    -ms-transform: skew(-37deg);
    -o-transform: skew(-37deg);
}

.globalHover3:after {
    left: auto;
    right: -28px;
    transform: skew(-37deg);
    -webkit-transform: skew(-37deg);
    -moz-transform: skew(-37deg);
    -ms-transform: skew(-37deg);
    -o-transform: skew(-37deg);
}

.globalHover3:hover:before,
.globalHover3:hover:after {
    background-color: #3d9886;
    opacity: 1;
    width: 100%;
}

button.colins-submit {
    background: transparent;
    border: none;
    margin: 0 auto;
    display: block;
}

button.colins-submit.is-active {
    cursor: default;
}

button.colins-submit:focus {
    outline: none;
}

button.colins-submit::-moz-focus-inner {
    border: 0;
}

button.colins-submit svg text {
    font-family: "Tajawal", sans-serif;
}

button.colins-submit svg text.textNode {
    fill: #fff;
    font-weight: 700;
}

button.colins-submit svg text.checkNode {
    fill-opacity: 0;
}

button.colins-submit svg rect.btn-shape.btn-bg {
    stroke: #c8c8c8;
    fill: #3d9886;
}

button.colins-submit svg rect.btn-shape.btn-color {
    stroke: #3d9886;
    fill: white;
    stroke-dasharray: 453;
    stroke-dashoffset: 0;
}

/* .owl-carousel .owl-item img {
    width: auto;
} */

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

.btn-6 .vs__dropdown-toggle,
.btn-7 {
    overflow: hidden;
    position: relative;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.btn-6 .vs__dropdown-toggle:after,
.btn-7:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #334558;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-6:hover,
.btn-7:hover {
    color: #d4d8c8;
}

.btn-6:hover .vs__dropdown-toggle:after,
.btn-7:hover:after {
    width: 225%;
    height: 362.5px;
}

.btn-6:active .vs__dropdown-toggle:after,
.btn-7.active:after {
    background-color: #334558;
}

/* ------------------------------------------ */

/*         Header
/* ------------------------------------------ */

.header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1600;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.02);
}

.headerHeight {
    height: 145px;
    display: none;
}

.header .topBar {
    background-color: #08192b;
    padding: 15px 0;
    position: relative;
    z-index: 9;
}

.header .topBar .headerInfo {
    float: left;
}

.header .topBar .headerInfo li {
    display: inline-block;
    line-height: 35px;
    color: #677888;
    font-weight: 500;
}

.header .topBar .headerInfo li:first-of-type {
    margin-right: 15px;
}

.header .topBar .headerInfo li .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #bac8d3;
    background-color: #1b3047;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.header .topBar .headerInfo li .icon svg {
    display: inline-block;
    position: relative;
    top: 3px;
}

.header .topBar .headerInfo li a {
    font-weight: 500;
    color: #677888;
}

.header .topBar .headerInfo li a:hover {
    color: #3d9886;
}

.header .topBar .headerInfo li span {
    display: inline-block;
    cursor: default;
    margin: 0 10px;
}

.header .topBar .changeLang {
    color: #677888;
    font-weight: 500;
    float: right;
    display: flex;
}

.header .topBar .btnTopBar {
    float: right;
    border: none;
    background-color: #1b3047;
    width: 140px;
    height: 35px;
    line-height: 35px;
    color: #677888;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
}

.header .topBar .changeLang .lang:first-of-type {
    margin-right: 30px;
}

.header .topBar .changeLang .lang {
    display: flex;
    align-items: center;
}

.header .topBar .changeLang .text {
    display: block;
    padding-bottom: 6px;
}

.header .topBar .changeLang .selectStyle {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-left: 10px;
}

.header .topBar .vs__dropdown-toggle {
    width: 120px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #334558;
    background: none;
    color: #677888;
    font-weight: 500;
    cursor: pointer;
    border-radius: 30px;
    padding: 0 15px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
}

.header .topBar .changeLang .langLink .vs__dropdown-toggle {
    margin-left: 10px;
    margin-top: -5px;
}

.header .topBar .changeLang .langLink .FontFamily {
    font-family: "Tajawal" !important;
}

.header .topBar .vs__actions {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
}

.vs__actions svg {
    display: none;
}

.vs__actions:after {
    content: "\f107";
    display: inline-block;
    font-size: 15px;
    font: normal normal normal 23px/1 FontAwesome;
    position: relative;
    top: -1px;
}

.header .topBar .vs__selected {
    color: #677888;
    margin: 0;
    height: 100%;
    line-height: 28px;
    opacity: 1;
    padding: 0;
}

.header .vs--single.vs--open .vs__selected {
    opacity: 1;
    position: static;
}

.header .vs__clear {
    display: none;
}

.header .topBar .vs--unsearchable:not(.vs--disabled) .vs__search {
    line-height: 31px;
    margin-top: 0;
}

.header .topBar .vs__actions svg {
    fill: #677888;
}

.header .topBar .v-select {
    position: static;
}

.header .topBar .vs__dropdown-menu {
    min-width: 100%;
    margin-top: 5px;
    border-radius: 5px;
    width: 100%;
}

.ui-widget.ui-widget-content {
    border-radius: 5px;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.03);
}

.ui-selectmenu-menu {
    z-index: 9999;
}

.vs__dropdown-toggle {
    border: none;
    padding: 15px 0;
}

.vs__dropdown-option {
    padding: 0 10px !important;
    height: 35px !important;
    line-height: 35px !important;
    display: block;
    color: #000 !important;
    background: none !important;
}

.vs__dropdown-option:hover {
    color: #fff !important;
    background-color: #00aa86 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background-color: #3d9886;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    height: 40px;
    line-height: 39px;
    padding: 0 15px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ui-button .ui-icon,
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    display: none;
}

.header .topBar .changeLang .selectStyle .iconSelect {
    position: absolute;
    right: 10px;
    top: 9px;
    color: #677888;
    z-index: -1;
    font-size: 17px;
}

.header .headerContent {
    background-color: #fff;
}

.header .headerContent .container {
    position: relative;
}

.header .headerContent .logo {
    float: left;
    margin-top: 12px;
}

.header .headerContent .menu {
    float: right;
}

.header .headerContent .menu .parentLi {
    float: left;
}

.header .headerContent .menu .parentLi .parentA {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
    line-height: 80px;
    height: 80px;
    display: block;
    cursor: pointer;
}

.header .headerContent .menu .parentLi .parentA .iconArrow {
    margin-left: 5px;
    color: #000000;
    font-size: 16px;
}

@media (min-width: 991px) {
    .header .headerContent .menu .parentLi .subMenu {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #15161c;
        padding: 35px 35px 50px;
        width: 100%;
        z-index: -1;
        visibility: hidden;
        display: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .header .headerContent .menu .parentLi .subMenu.custom {
        position: absolute;
        left: 48%;
        width: 140px;
        padding: 10px 25px;
    }
    .header .headerContent .menu .parentLi .subMenu.custom li {
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .header .headerContent .menu .parentLi .subMenu.custom li:hover {
        margin-left: 10px;
    }
    .header .headerContent .menu .parentLi .subMenu.custom li::before {
        content: "\2022";
        color: #3d9886;
        font-weight: bold;
        font-size: 24px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
    }
    .header .headerContent .menu .parentLi .subMenu.custom li a {
        color: white;
    }
    .header
        .headerContent
        .menu
        .parentLi
        .subMenu.custom
        li:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .header .headerContent .menu .parentLi a:hover ~ .subMenu,
    .header .headerContent .menu .parentLi .subMenu:hover,
    .header .headerContent .menu .parentLi a:hover ~ .subMenu.CustomerArea,
    .header .headerContent .menu .parentLi .subMenu.CustomerArea:hover {
        visibility: visible;
        -webkit-animation: fadeIn 0.3s ease 1;
        animation: fadeIn 0.3s ease 1;
        display: block;
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 13px, 0);
            transform: translate3d(0, 13px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 13px, 0);
            transform: translate3d(0, 13px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 13px, 0);
            transform: translate3d(0, 13px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @-moz-keyframes fadeIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 13px, 0);
            transform: translate3d(0, 13px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @-ms-keyframes fadeIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 13px, 0);
            transform: translate3d(0, 13px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
}

.header .headerContent .menu .parentLi .subMenu .item {
    padding: 35px 0 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.header .headerContent .menu .parentLi .subMenu .item:before,
.header .headerContent .menu .parentLi .subMenu .item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 0;
    z-index: -1;
    background-color: #212229;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .headerContent .menu .parentLi .subMenu .item:hover .iconSub {
    border-color: transparent;
}

.header .headerContent .menu .parentLi .subMenu .item:after {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
}

.header .headerContent .menu .parentLi .subMenu .item:hover:before,
.header .headerContent .menu .parentLi .subMenu .item:hover:after {
    opacity: 1;
    height: 100%;
}

.header .headerContent .menu .parentLi .subMenu .item:hover .iconSub {
    background-color: #15161c;
}

.header .headerContent .menu .parentLi .subMenu .item .iconSub {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    background-color: #282a31;
    border: 2px solid #4b4c54;
    display: block;
    margin: 0 auto 20px;
    padding: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header .headerContent .menu .parentLi .subMenu .item .iconSub img {
    display: inline-block;
    max-width: 100%;
}

.header .headerContent .menu .parentLi .subMenu .item .iconSub svg {
    display: inline-block;
}

.header .headerContent .menu .parentLi .subMenu .item .title {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}

.header .headerContent .menu .parentLi .subMenu .item .list li {
    margin-bottom: 25px;
}

.header .headerContent .menu .parentLi .subMenu .item .list li a {
    font-weight: 500;
    font-size: 13px;
    color: #808182;
}

.header .headerContent .menu .parentLi .subMenu .item .list li a:hover {
    color: #fff;
}

.header .headerContent .menu .parentLi .subMenu .item .list {
    /* font-style: italic; */
    color: #d2d2d2;
}

.header .headerContent .menu .parentLi .subMenu .item .list li a:before,
.header .headerContent .menu .parentLi .subMenu .item .list li a:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.header .headerContent .menu .parentLi .subMenu .item .list li a:before {
    margin-right: 10px;
    content: "[";
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.header .headerContent .menu .parentLi .subMenu .item .list li a:after {
    margin-left: 10px;
    content: "]";
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.header .headerContent .menu .parentLi .subMenu .item .list li a:hover:before,
.header .headerContent .menu .parentLi .subMenu .item .list li a:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.header .headerContent .menu .parentLi .subMenu .btnAll {
    display: block;
    margin: 35px auto 0;
    width: 135px;
    height: 40px;
    line-height: 40px;
    color: #8f8f8f;
    font-weight: 500;
    background-color: #212229;
    border-radius: 30px;
    text-align: center;
}

.header .headerContent .menu .parentLi .subMenu .btnAll:hover {
    color: #fff;
}

.header
    .headerContent
    .menu
    .parentLi
    .subMenu
    .btnAll.globalHover:hover:before,
.header
    .headerContent
    .menu
    .parentLi
    .subMenu
    .btnAll.globalHover:hover:after {
    background-color: #3d9886;
}

.customerBtn {
    float: right;
    border: none;
    background-color: #eaf3f5;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #677888;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 19.5px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-left: 45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header .headerContent .customerBtn:hover {
    color: #fff;
}

.header .headerContent .menu .parentLi .subMenu.CustomerArea {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #15161c;
    padding: 50px 30px 20px;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.CustomerArea .row:first-of-type {
    display: flex;
    justify-content: center;
}

.CustomerArea .row:last-of-type .col-md-3:first-of-type {
    margin-left: 93px;
}

.CustomerArea .row:last-of-type .col-md-3:last-of-type {
    margin-left: 96px;
}

.header .headerContent .parentLi .subMenu.CustomerArea .closeX {
    display: none;
}

.header .headerContent .parentLi .subMenu.CustomerArea.active {
    top: 100%;
    visibility: visible;
}

.header .headerContent .parentLi .subMenu.CustomerArea .item {
    padding-left: 55px;
    position: relative;
    margin-bottom: 40px;
    text-align: left;
    padding-right: 20px;
    padding: 0 20px 0 75px;
}

.header .headerContent .menu .parentLi .CustomerArea.subMenu .item:before,
.header .headerContent .menu .parentLi .CustomerArea.subMenu .item:after {
    display: none;
}

.header .headerContent .parentLi .subMenu.CustomerArea .item .icon {
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 1;
    width: 70px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

/*
.header .headerContent .parentLi .subMenu.CustomerArea .item:hover .icon
{
    animation:move-icon 2s infinite ;
    -webkit-animation:move-icon 2s infinite ;
} */

@keyframes move-icon {
    0% {
        top: 0px;
    }
    50% {
        top: 7px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes move-icon {
    0% {
        top: 0px;
    }
    50% {
        top: 7px;
    }
    100% {
        top: 0px;
    }
}

@-moz-keyframes move-icon {
    0% {
        top: 0px;
    }
    50% {
        top: 7px;
    }
    100% {
        top: 0px;
    }
}

@-ms-keyframes move-icon {
    0% {
        top: 0px;
    }
    50% {
        top: 7px;
    }
    100% {
        top: 0px;
    }
}

.header .headerContent .parentLi .subMenu.CustomerArea .item .icon svg {
    text-align: center;
}

.header .headerContent .parentLi .subMenu.CustomerArea .item .title {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

.header .headerContent .parentLi .subMenu.CustomerArea .item .title:before {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 15px;
    background: #3d9886;
    position: absolute;
    top: 0;
    left: -30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.header
    .headerContent
    .parentLi
    .subMenu.CustomerArea
    .item:hover
    .title:before {
    animation: moveBorder 3s;
    -webkit-animation: moveBorder 3s;
}

.header .headerContent .parentLi .subMenu.CustomerArea .item .desc {
    line-height: 22px;
    font-weight: 500;
    color: #808182;
    font-size: 13px;
}

.header .headerContent .parentLi .subMenu.CustomerArea .item .desc a {
    text-decoration: underline !important;
    color: #3d9886;
}

.header .iconMenu {
    width: 30px;
    height: 15px;
    border-top: 2px solid #000;
    position: absolute;
    display: none;
    cursor: pointer;
    top: calc(50% - 7.5px);
    right: 15px;
}

.header .iconMenu:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
}

.header .iconMenu:after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
}

.header .iconMenuMob {
    display: none;
}

.header .menuList {
    display: inline-block;
    margin-bottom: -6px;
}

.header .menuList li {
    float: right;
}

.header .menuList li a {
    padding: 0 17px;
    height: 100px;
    line-height: 105px;
    color: #000;
    font-size: 16px;
    position: relative;
    display: block;
    font-family: "Tajawal-Bold";
}

.header .menuList li a:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #05aae0;
    width: 0;
    left: calc(50% - 50px);
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header .menuList li a:hover:before,
.header .menuList li a.active:before {
    width: 100px;
}

.menuMobile {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    display: none;
}

.menuMobile .BgClose {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
}

.menuMobile .menuContent {
    width: 320px;
    max-width: 100%;
    background-color: #08192b;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: auto;
    z-index: 100;
    left: -320px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuMobile .menuContent.active {
    left: 0;
}

.menuMobile .headMenu {
    padding: 20px 0;
    background-color: #091624;
}

.closeX {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    color: #3d9886;
    border: 2px solid #3d9886;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    text-transform: uppercase;
    font-style: normal;
}

.menuMobile .menuContent .closeX i {
    font-size: 20px;
    float: left;
}

.menuMobile .menuContent .closeX:hover {
    opacity: 1;
}

.menuMobile .menuContent .logoMenu {
    display: block;
    margin: 15px auto 20px;
    width: 100%;
    text-align: center;
}

.menuMobile .menuContent .logoMenu svg text {
    fill: #fff;
}

.menuMobile .menuContent .logoMenu img {
    max-width: 100%;
}

.menuMobile .menuContent .menuRes li a {
    color: #677888;
    height: 55px;
    display: block;
    font-size: 15px;
    padding: 0 15px;
    line-height: 55px;
    cursor: pointer;
    font-weight: 600;
    border-bottom: 1px solid #091624;
}

.menuMobile .menuContent .menuRes li a.active {
    background-color: #13273c;
}

.menuMobile .menuContent .menuRes li .btnAll {
    width: 150px;
    height: 45px;
    border-radius: 30px;
    background-color: #14263a;
    line-height: 44px;
    text-align: center;
    margin: auto;
}

.menuMobile .menuContent .menuRes li a i {
    width: 30px;
    float: right;
    margin-left: 15px;
    text-align: center;
    color: #677888;
    font-size: 20px;
    height: 100%;
    line-height: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuMobile .menuContent .menuRes li a.active i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.menuMobile .menuContent .menuRes li .subMenu {
    background-color: #091624;
    padding: 20px 0 20px 25px;
    display: none;
}

.menuMobile .menuContent .menuRes li .subMenu .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.menuMobile .menuContent .menuRes li .subMenu .list {
    margin-bottom: 15px;
}

.menuMobile .menuContent .menuRes li .subMenu .list li a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.menuMobile .menuContent .menuFooter {
    text-align: center;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.menuMobile .menuContent .menuFooter a {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    background-color: #20489a;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.menuMobile .customerBtn {
    margin: 25px auto;
    float: none;
    display: block;
    height: 45px;
    line-height: 45px;
    width: 170px;
    color: #677888;
}

/* ------------------------------------------ */

/*         How We Help
/* ------------------------------------------ */

.helpYou {
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: url(../images/bgHelp.svg) center no-repeat;
}

.helpYou:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 14, 29, 0.6);
    z-index: -1;
}

.helpYou .title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    min-height: 70px;
    position: relative;
}

.helpYou .desc {
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.helpYou .btnContact {
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    background-color: #3d9886;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.helpYou .btnContact.globalHover3:after,
.helpYou .btnContact.globalHover3:before {
    background-color: #3d8072;
}

/* ------------------------------------------ */

/*        partners
/* ------------------------------------------ */

.partners {
    padding: 100px 0 120px;
}

.partners .titleStyle {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    padding: 0 20px;
    text-align: center;
}

.partners .owl-item {
    border-top: 1px solid #eff6ff;
    border-bottom: 1px solid #eff6ff;
    height: 120px;
    line-height: 120px;
    text-align: center;
    padding: 0 30px;
}

.partners .owl-item .item {
    display: block;
    height: 100%;
}

.partners .owl-item:not(:last-of-type) {
    border-right: 1px solid #eff6ff;
}

.partners .owl-item img {
    display: inline-block;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    max-height: 100%;
    width: 130px;
}

/* ------------------------------------------ */

/*         Footer
/* ------------------------------------------ */

.footer {
    padding: 60px 0 0px;
    background-color: #08192b;
    position: relative;
    z-index: 16;
    overflow: hidden;
}

@media (max-width: 991px) {
    .footer {
        padding: 30px 0 0px;
    }
}

.footer .titleStyle {
    margin-bottom: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}

.footer .titleStyle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #3d9886;
    width: 45px;
    height: 3px;
}

.footer .subTitle {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.footer .listFooter {
    margin-bottom: 25px;
}

.footer .listFooter li {
    margin-bottom: 5px;
}

.footer .listFooter li a {
    padding-left: 17px;
    position: relative;
    z-index: 1;
    color: #677888;
    font-weight: 500;
    font-size: 13px;
}

.footer .listFooter li a:hover {
    color: #3d9886;
}

.footer .listFooter li a:hover:after {
    left: 5px;
    color: #3d9886;
}

.footer .listFooter li a:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
    color: #677888;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .footerDown {
    border-top: 3px solid #14263a;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.footer .footerDown .links {
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    z-index: 2;
}

.footer .footerDown .links li {
    display: inline-block;
    cursor: default;
    margin: 0 20px;
}

.footer .footerDown .links li a {
    font-size: 14px;
    color: #bac8d3;
}

.footer .footerDown .links li a:hover,
.footer .footerDown .moreInfo .listInfo li a:hover {
    color: #3d9886;
}

.footer .footerDown .titleStyle {
    margin-top: -65px;
    z-index: 1;
}

.footer .footerDown .moreInfo {
    padding-right: 170px;
    position: relative;
    margin-bottom: 35px;
}

.footer .footerDown .moreInfo .taxNumb,
.footer .footerDown .copyrights {
    font-size: 13px;
    color: #677888;
    margin-bottom: 10px;
}

.footer .footerDown .moreInfo .taxNumb .line {
    display: inline-block;
    margin: 0 5px;
}

.footer .footerDown .moreInfo .taxNumb .numb {
    display: inline-block;
}

.footer .footerDown .moreInfo .listInfo li {
    display: inline-block;
    margin-bottom: 10px;
    cursor: default;
}

.footer .footerDown .moreInfo .listInfo li a {
    color: #677888;
    font-size: 13px;
}

.footer .footerDown .moreInfo .listInfo li:not(:last-of-type) a:after {
    content: "|";
    margin: 0 10px;
    color: #677888;
}

.footer .footerDown .moreInfo .logoInfo {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.footer .footerDown .moreInfo .logoInfo li {
    float: right;
    margin: 0 5px;
}
.footer .footerDown .moreInfo .logoInfo li:last-child a img {
    width: 56px;
}
.footer .footerDown .moreInfo .logoInfo li:first-child a img {
    width: 87px;
}
.footer .footerDown .moreInfo .logoInfo li:first-child::before {
    content: "";
    position: absolute;
    left: 56%;
    bottom: -15px;
    width: 48px;
    height: 80px;
    background-color: #374758;
    z-index: -1;
    border-radius: 10px 10px 0 0;
}
.footer .footerDown .moreInfo .logoInfo li:first-child::after {
    content: "";
    position: absolute;
    left: 38%;
    bottom: -15px;
    width: 0;
    height: 0;
    border-bottom: 25px solid #08192b;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
}

.footer .footerDown .payments {
    float: left;
    margin-top: -5px;
    display: flex;
    align-items: center;
}

.footer .footerDown .payments li {
    display: inline-block;
    cursor: default;
    margin-left: 8px;
    background-color: white;
    height: 33px;
    display: flex;
    align-items: center;
    width: 70px;
    justify-content: center;
    border-radius: 3px;
    transition: all 0.1s ease;
    position: relative;
    top: 5px;
}
.footer .footerDown .payments li:last-child {
    background-color: transparent;
}
.footer .footerDown .payments li:last-child img {
    width: 70px;
    height: 33px;
}
.footer .footerDown .payments li:not(:last-child) img {
    width: 39px;
}

.footer .footerDown .payments li:hover {
    top: 0;
}

.footer .footerDown .lang {
    float: right;
    line-height: 35px;
    color: #bac8d3;
    font-size: 12px;
    margin-left: 30px;
    display: flex;
    gap: 10px;
}

.footer .footerDown .lang .selectStyle {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #374758;
    margin-left: 20px;
}

.footer .footerDown .lang .selectStyle select,
.footer .footerDown .vs__dropdown-toggle {
    width: 90px;
    height: 35px;
    line-height: 30px;
    border: 2px solid #fff;
    background: none;
    color: #bac8d3;
    font-weight: 500;
    cursor: pointer;
    padding: 0 8px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
}

.footer .footerDown .vs__actions {
    padding: 0;
    position: absolute;
    right: 9px;
    top: 0;
    height: 100%;
}

.footer .footerDown .vs__selected {
    color: #bac8d3;
    margin: 0;
    height: 100%;
    line-height: 28px;
    opacity: 1;
    padding: 0;
}

.footer .footerDown .vs__dropdown-option {
    height: 28px !important;
    line-height: 28px !important;
}

.footer .footerDown .vs--single.vs--open .vs__selected {
    opacity: 1;
    position: static;
}

.footer .footerDown .vs__clear {
    display: none;
}

.footer .footerDown .vs--unsearchable:not(.vs--disabled) .vs__search {
    line-height: 31px;
    margin-top: 0;
}

.footer .footerDown .vs__actions svg {
    fill: #bac8d3;
    transform: scale(0.7);
}

.footer .footerDown .v-select {
    position: static;
}

.footer .footerDown .vs__dropdown-menu {
    min-width: 100%;
    margin-top: 5px;
    border-radius: 5px;
    width: 100%;
}

.footer .ui-selectmenu-text {
    margin-right: 0;
}

.footer .footerDown .lang .selectStyle .iconSelect {
    position: absolute;
    right: 10px;
    top: 9px;
    color: #bac8d3;
    z-index: -1;
    font-size: 17px;
}

.footer .footerDown .socialFooter {
    float: right;
    color: #bac8d3;
    font-size: 12px;
}

.footer .footerDown .socialFooter .socialList {
    display: inline-block;
}

.footer .footerDown .socialFooter .socialList li {
    display: inline-block;
    cursor: default;
    margin-left: 10px;
}

.footer .footerDown .socialFooter .socialList li a {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    background-color: #374758;
    text-align: center;
    line-height: 32px;
    font-size: 17px;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.footer .footerDown .socialFooter .socialList li a:hover {
    background-color: #3d9886;
    border-color: #3d9886;
}

/* pop-up text */

.footer .footerDown .socialFooter .socialList li a span {
    color: #666;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    font-family: "Poppins", sans-serif;
    padding: 5px 7px;
    z-index: -1;
    font-size: 13px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.footer .footerDown .socialFooter .socialList li a span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
}

/* text pops up when icon is in hover state */

.footer .footerDown .socialFooter .socialList li a:hover span {
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

.footer .footerDown .copyrights {
    display: none;
}

.BgMoveCloud {
    background: url("../images/cloudFooter.png") bottom;
    -moz-animation: move-clouds-back 600s linear infinite;
    -ms-animation: move-clouds-back 600s linear infinite;
    -o-animation: move-clouds-back 600s linear infinite;
    -webkit-animation: move-clouds-back 600s linear infinite;
    animation: move-clouds-back 600s linear infinite;
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    height: 333px;
    z-index: -1;
}

@keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

@-webkit-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

@-moz-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

@-ms-keyframes move-clouds-back {
    from {
        background-position: 0;
    }
    to {
        background-position: 10000px 0;
    }
}

.footer-cookies {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 2px;
    padding: 35px;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    transition: all 3s;
}

@media (max-width: 991px) {
    .footer-cookies {
        flex-direction: column;
        padding: 15px;
    }
}

.footer-cookies.active {
    bottom: -100%;
}

.footer-cookies .cookies-text {
    flex-basis: 51%;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.footer-cookies .cookies-text a {
    color: #3d9886;
}

.footer-cookies .cookies-button {
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-cookies .cookies-button a {
    width: 180px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #3d9886;
    display: block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.footer-cookies .cookies-button a.globalHover3:hover {
    color: #fff;
}

.footer-cookies .cookies-button .button-1 {
    color: #fff;
    background-color: #3d9886;
}

.footer-cookies .cookies-button .button-2 {
    color: #000;
    background-color: #f6f6f6;
}

/* ------------------------------------------ */

/*         Slider
/* ------------------------------------------ */

.homeSlider .itemSlider {
    position: relative;
    z-index: 1;
    max-height: 900px;
}

.homeSlider .itemSlider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(37, 39, 45, 0.73);
}

.homeSlider .itemSlider img {
    position: relative;
    z-index: -1;
    min-width: 100%;
}

.homeSlider .containerDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.homeSlider .titleSlider {
    max-width: 850px;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 73px;
    min-height: 90px;
    color: #fff;
}

.homeSlider .OrderNow {
    width: 222px;
    height: 60px;
    line-height: 33px;
    text-align: center;
    border-radius: 30px;
    background-color: #3d9886;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff;
}

/* copy from here */

.scrolldown {
    --color: white;
    --sizeX: 30px;
    --sizeY: 50px;
    position: relative;
    width: var(--sizeX);
    height: var(--sizeY);
    margin-left: var(sizeX / 2);
    border: calc(var(--sizeX) / 10) solid var(--color);
    border-radius: 50px;
    box-sizing: border-box;
    position: absolute;
    bottom: 85px;
    left: calc(50% - 15px);
}

@media (max-width: 991px) {
    .scrolldown {
        display: none;
    }
}

.scrolldown::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--color);
    border-radius: 100%;
    animation: scrolldown-anim 2s infinite;
    box-sizing: border-box;
    box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
    0% {
        opacity: 0;
        height: 6px;
    }
    40% {
        opacity: 1;
        height: 10px;
    }
    80% {
        transform: translate(0, 20px);
        height: 10px;
        opacity: 0;
    }
    100% {
        height: 3px;
        opacity: 0;
    }
}

.chevrons {
    padding: 6px 0 0 0;
    margin-left: -3px;
    margin-top: 48px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chevrondown {
    margin-top: -3px;
    position: relative;
    border: solid var(--color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.chevrondown:nth-child(odd) {
    animation: pulse 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
    animation: pulse 500ms ease infinite alternate 250ms;
}

@keyframes pulse {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

/*copy until here */

.homeSlider .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 170px;
    width: 100%;
    left: 0;
}

.homeSlider .console-underscore {
    top: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.29;
    margin: 0 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span:hover {
    opacity: 1;
    background-color: #fff;
}

.WebDevelopment .tabsBtns.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3d9886;
    opacity: 0.29;
    margin: 0 10px;
}

.WebDevelopment .tabsBtns.owl-theme .owl-dots .owl-dot.active span,
.WebDevelopment .tabsBtns.owl-theme .owl-dots .owl-dot span:hover {
    opacity: 1;
    background-color: #3d9886;
}

@media (min-width: 1260px) {
    .WebDevelopment .tabsBtns.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        left: 570px;
    }
    .WebDevelopment .tabsBtns.owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        right: 570px;
    }
}

.homeSlider .content {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.homeSlider .active .content {
    opacity: 1;
}

/* ------------------------------------------ */

/*         Top Services
/* ------------------------------------------ */

.TopServices {
    position: relative;
    z-index: 2;
    padding-bottom: 120px;
}

.TopServices .container {
    margin-top: -35px;
}

.TopServices .row {
    margin-left: -10px;
    margin-right: -10px;
}

.TopServices .row .col-md-4 {
    padding: 0 10px;
}

.TopServices .item {
    position: relative;
    top: 5px;
    margin-bottom: 50px;
    background-color: #f4f9fb;
    padding: 50px 20px 60px;
    text-align: center;
    min-height: 485px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.TopServices .item:hover {
    top: 0px;
}

.TopServices .item .icon {
    min-height: 153px;
    line-height: 153px;
    display: block;
}

.TopServices .item .icon img {
    margin-bottom: 25px;
}

.TopServices .item .title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
    color: #000;
    overflow: hidden;
}

.TopServices .item .title span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* .TopServices .item:hover .title span
{
	display: inline-block;
	opacity:0;
    top:-100%;
	transform: rotateX(90deg);;
	-webkit-transform: skew(-76deg,-3deg);
	-moz-transform: skew(-76deg,-3deg);
	-ms-transform: skew(-76deg,-3deg);
	-o-transform: skew(-76deg,-3deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} */

/* .TopServices .item:hover .title:before
{
	transform: skew(0);
	opacity:1
} */

/*
.TopServices .item .title:before
{
    content: attr(data);
    display:
    inline-block;
    position: absolute;
    transform: skew(79deg, 5deg);
    opacity: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} */

.TopServices .item .title:after {
    content: "";
    position: absolute;
    right: calc(50% - 30px);
    bottom: 0;
    width: 60px;
    height: 5px;
    background-color: #3d9886;
}

.TopServices .item:hover .title:after {
    animation: move-width 1.2s infinite;
    -webkit-animation: move-width 1.2s infinite;
}

@keyframes move-width {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.5, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes move-width {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.5, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes move-width {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.5, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@-moz-keyframes move-width {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.5, 1);
    }
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}

@-ms-keyframes move-width {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.5, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.TopServices .item .desc {
    padding: 0 18px;
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-align-last: center;
}

/* ------------------------------------------ */

/*        Services
/* ------------------------------------------ */

.services {
    padding: 80px 0;
    background-color: #e6f2f6;
    position: relative;
    z-index: 2;
}

.services .titleServices {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 80px;
    text-align: center;
}

.services .servicesDesc {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
}

.services .subDesc {
    text-align: center;
    max-width: 432px;
    margin: 0 auto 30px;
    line-height: 30px;
    color: #000;
    font-size: 20px;
}

.services .allServices {
    width: 250px;
    height: 50px;
    line-height: 50px;
    background-color: #3d9886;
    border-radius: 27px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: block;
}

.services .allServices.globalHover3:after,
.services .allServices.globalHover3:before {
    background-color: #3d8072;
}

.itemService {
    background-color: #f4f9fb;
    padding: 40px 55px 40px 130px;
    margin: 0 auto 60px;
    max-width: 570px;
    position: relative;
    z-index: 1;
    min-height: 312px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.itemService:before {
    content: "";
    width: 5px;
    height: 5px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 2.5px);
    top: calc(50% - 2.5px);
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.itemService:hover:before {
    background-color: #fff;
    width: 150%;
    height: 150%;
    left: calc(50% - 75%);
    top: calc(50% - 75%);
}

.itemService img {
    width: auto;
}

.itemService .icon {
    position: absolute;
    left: 23px;
    top: 50px;
    min-width: 80px;
    text-align: center;
}

.itemService .icon img {
    display: inline-block;
}

.itemService .titleItem {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
}

.itemService .desc {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 30px;
    max-width: 450px;
    text-align: left;
    min-height: 150px;
}

.itemService .readMore {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 30px;
    color: #000000;
    font-size: 16px;
    display: block;
    background-color: #e0ecf1;
    box-shadow: 0 0 0 0 #e0ecf1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pulse {
    box-shadow: 0 0 0 0 #e0ecf1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.itemService .readMore:hover,
.itemService .readMore:focus,
.pulse:hover {
    background-color: #25272d;
    color: #fff;
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #25272d;
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #25272d;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #25272d;
    }
}

/* ------------------------------------------ */

/*        Hosting
/* ------------------------------------------ */

.hosting {
    padding: 120px 0 0;
    overflow: hidden;
    background: url(../images/bgHosting.png) center 115px #3d9886 no-repeat;
    position: relative;
    z-index: 1;
}

.hosting .container {
    padding-bottom: 120px;
    position: relative;
}

.hosting .titleHosting {
    margin-bottom: 65px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.hosting .row .col-md-8 {
    max-width: 760px;
}

.hosting .row .col-md-8 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.hosting .row .col-md-8 .row .col-md-6 {
    padding: 0 10px;
}

.hosting .itemHosting {
    background-color: #fff;
    margin-bottom: 20px;
    color: #000;
    padding: 30px 40px 40px;
    position: relative;
    z-index: 1;
    min-height: 361px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    cursor: pointer;
}

.whyChoose .flexBox .details .item:before,
.whyChoose .flexBox .details .item:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    left: 10px;
    top: 10px;
    border-top: 2px solid #3d9886;
    border-left: 2px solid #3d9886;
    transform: scale(0.94);
    z-index: -1;
    /*content:"";
    width: 150px;
    height:150px;
    background:transparent;
    position:absolute;
    left:calc(50% - 75px);
    top:calc(50% - 75px);
    z-index:-1;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -ms-transform: scale(0.94);
    -o-transform: scale(0.94);
    opacity: 0;
}

.whyChoose .flexBox .details .item:before {
    top: 0;
    left: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    border-width: 3px;
}

.whyChoose .flexBox .details .item:after {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    border-top: none;
    border-left: none;
    border-bottom: 2px solid #3d9886;
    border-right: 2px solid #3d9886;
}

.whyChoose .flexBox .details .item:after {
    bottom: 0;
    right: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    border-width: 3px;
}

.whyChoose .flexBox .details .item:hover:before,
.whyChoose .flexBox .details .item:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    /* background-color:#15161C;
    width: 150%;
    height:150%;
    left:calc(50% - 75%);
    top:calc(50% - 75%); */
}

.whyChoose .flexBox .details .item:hover:before {
    top: 0;
    left: 0;
}

.whyChoose .flexBox .details .item:hover:after {
    right: 0;
    bottom: 0;
}

.hosting .itemHosting .icon {
    margin-bottom: 25px;
    display: block;
    height: 62px;
    line-height: 114px;
}

.hosting .itemHosting .icon svg {
    display: inline-block;
}

.hosting .itemHosting .title {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    color: #000;
}

.hosting .itemHosting .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background-color: #000;
    z-index: -1;
    opacity: 0;
    width: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* .hosting .itemHosting:hover .title:after
{
    background-color:#fff
} */

.hosting .itemHosting:hover .title:after {
    left: 0;
    width: 100%;
    opacity: 1;
    animation: moveWidth 3s infinite;
    -webkit-animation: moveWidth 3s infinite;
}

@keyframes moveWidth {
    0% {
        width: 100%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

@keyframes moveWidth {
    0% {
        width: 100%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes moveWidth {
    0% {
        width: 100%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes moveWidth {
    0% {
        width: 100%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes moveWidth {
    0% {
        width: 100%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

.hosting .itemHosting .desc {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    height: 130px;
    color: #000;
}

.hosting .bgImages {
    position: absolute;
    bottom: -25px;
    right: -200px;
    z-index: -1;
}

.hosting .bgImages .img2 {
    position: absolute;
    right: -100px;
    bottom: -10px;
    width: 620px;
    height: 462px;
    background: url("../images/bgHosting-2.png") no-repeat center center;
}

/* ------------------------------------------ */

/*        Web Development
/* ------------------------------------------ */

.WebDevelopment {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
}

.WebDevelopment:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 672px;
    background-color: #e6f2f6;
    z-index: -1;
}

.WebDevelopment .BgMoveCloud {
    background: url("../images/bgCloudWhite.png") bottom;
    top: 25px;
    bottom: auto;
}

.WebDevelopment .titleStyle {
    text-align: center;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 55px;
}

.WebDevelopment .tabsBtns {
    margin-bottom: 60px;
    text-align: center;
}

.WebDevelopment .tabsBtns li {
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    padding-bottom: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.WebDevelopment .tabsBtns li:not(:last-of-type) {
    margin-right: 60px;
}

.WebDevelopment .tabsBtns li:after {
    content: "";
    position: absolute;
    left: 50%;
    background-color: #00aa86;
    bottom: 0;
    opacity: 0;
    height: 3px;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.WebDevelopment .tabsBtns li.active:after,
.WebDevelopment .tabsBtns li:hover:after {
    width: 60px;
    left: calc(50% - 30px);
    opacity: 1;
}

.WebDevelopment .tabsBtns li:hover:after {
    animation: move-width 1.2s infinite;
    -webkit-animation: move-width 1.2s infinite;
}

.WebDevelopment .tabs {
    min-height: 689px;
    position: relative;
}

.tabs .tab:not(:first-of-type) {
    display: none;
}

.tabs .tab:nth-child(5) .planStyle .planHead {
    height: 364px;
}

.tabs .tab:nth-child(5) .planStyle .planList {
    height: 353px;
}

/* .WebDevelopment .tabs .tab:not(:first-of-type) {
    display: none;
}

.WebDevelopment .tabs .tab:not(:last-of-type) {
    display: block;
} */

.planStyle {
    margin-bottom: 30px;
    overflow: hidden;
}

.planStyle .planHead {
    padding: 60px 40px 45px;
    background-color: #f4f9fb;
    position: relative;
    z-index: 1;
    min-height: 395px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.planStyle .planHead:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.planStyle .planHead .oldPrice {
    position: absolute;
    top: 24px;
    right: 26px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.planStyle .planHead .icon {
    display: block;
    margin-bottom: 10px;
    width: 30%;
}

.planStyle.hover2 .planHead .icon {
    margin-bottom: 20px;
}

.planStyle .planHead .titlePlan {
    color: #00aa86;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.planStyle .planHead .planPrice {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.planStyle.hover2 .planHead .planPrice {
    margin-bottom: 10px;
}

.planStyle .planHead .planOffer {
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.planStyle .planHead .planPrice span {
    /* font-style: italic; */
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: -4px;
}

.planStyle .planHead .buyNow {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 5px 12px 1px rgb(0 0 0 / 8%);
    display: block;
}

.planStyle .planHead .buyNow.mT {
    margin-top: 50px;
}

.planStyle .planHead .oneAnnualPayment {
    font-size: 14px;
    color: #6e6e6e;
    margin-top: 15px;
    transition: all 0.3s;
}

.material-bubble {
    background-color: transparent;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: none;
}

.material-bubble::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #3d9886;
    transition: opacity 0.3s, border 0.3s, background 0.3s;
    z-index: -1;
    background-color: #3d9886;
    border-radius: 30px;
    -webkit-transition: opacity 0.3s, border 0.3s, background 0.3s;
    -moz-transition: opacity 0.3s, border 0.3s, background 0.3s;
    -ms-transition: opacity 0.3s, border 0.3s, background 0.3s;
    -o-transition: opacity 0.3s, border 0.3s, background 0.3s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.material-bubble:hover::before {
    opacity: 0;
}

.material-bubble::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 210px;
    background-color: #fe697d;
    border-color: transparent;
    border-radius: 50%;
    transform: translate(-15px, -76px) scale(0.4);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
    -webkit-transform: translate(-15px, -76px) scale(0.4);
    -moz-transform: translate(-15px, -76px) scale(0.4);
    -ms-transform: translate(-15px, -76px) scale(0.4);
    -o-transform: translate(-15px, -76px) scale(0.4);
    -webkit-transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
    -ms-transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.material-bubble:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;
    transform: scale(1) translate(-22px, -84px);
    -webkit-transform: scale(1) translate(-22px, -84px);
    -moz-transform: scale(1) translate(-22px, -84px);
    -ms-transform: scale(1) translate(-22px, -84px);
    -o-transform: scale(1) translate(-22px, -84px);
}

.planStyle .planList {
    background-color: #c6efe6;
    padding: 40px;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.planStyle .planList:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #3d9886;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.planStyle .planList li {
    position: relative;
    padding-left: 45px;
    /* padding-right: 40px; */
    font-size: 14px;
}

.planStyle .planList li:not(:last-of-type) {
    margin-bottom: 30px;
}

.planStyle .planList li .number {
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
}

@media (max-width: 991px) {
    .planStyle .planList li .number {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    .planStyle .planList li .number {
        font-size: 16px;
    }
}

.planStyle .planList li .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.planStyle.hover1:hover .planHead:after,
.planStyle.hover1:hover .planList:after {
    width: 100%;
}

.planStyle.hover1:hover .planList {
    color: #fff;
}

.planStyle.hover1 .planList svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.planStyle.hover1:hover .planList svg {
    stroke: #fff;
}

.planStyle.hover2:hover .planHead {
    background-color: #181a1e;
    color: #fff;
}

.planStyle.hover2:hover .planList {
    background-color: #212328;
    color: #c4c4c4;
}

.planStyle.hover2:hover .planHead .planPrice span,
.planStyle.hover2:hover .planHead .oldPrice,
.planStyle.hover2:hover .planHead .planOffer {
    color: #c4c4c4;
}

.planStyle.hover2:hover .planHead .icon {
    fill: #fff;
}

/* ------------------------------------------ */

/*        Features
/* ------------------------------------------ */

.features {
    padding-bottom: 300px;
}

.features.featuresServices {
    padding-bottom: 100px;
}

.tabletStyle {
    padding: 60px 50px 130px;
    border: 2px solid #e1eaee;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.tabletStyle .tabletDots,
.tabletStyle .tabletDots:before,
.tabletStyle .tabletDots:after {
    position: absolute;
    left: 40px;
    top: 30px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #e1eaee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tabletStyle:hover .tabletDots,
.tabletStyle:hover .tabletDots:before,
.tabletStyle:hover .tabletDots:after {
    background-color: #c6efe6;
}

.tabletStyle .tabletDots:before {
    content: "";
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
}

.tabletStyle .tabletDots:after {
    content: "";
    position: absolute;
    left: calc(100% + 50px);
    top: 0;
}

.tabletStyle .tabletBtn {
    position: absolute;
    bottom: 30px;
    right: calc(50% - 22.5px);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f4f9fb;
    border: 2px solid #e1eaee;
    background-clip: content-box;
    padding: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tabletStyle:hover .tabletBtn {
    background-color: #c6efe6;
}

.features .content {
    display: flex;
}

.features .content .details {
    width: 50%;
    padding-right: 40px;
    display: flex;
    align-items: center;
}

.features .content .details .title {
    max-width: 434px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #3d9886;
    font-size: 40px;
}

.features .content .details .desc {
    max-width: 415px;
    line-height: 35px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: left;
}

.features .content .details .more {
    width: 250px;
    height: 50px;
    line-height: 50px;
    background-color: #3d9886;
    border-radius: 27px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
}

.features .content .details .more.globalHover3::after,
.features .content .details .more.globalHover3::before,
.productDetails .content a:hover::before,
.productDetails .content a:hover::after {
    background-color: #3d8072;
}

.features .content .featureItems {
    width: 50%;
    padding-right: 30px;
    height: 582px;
}

.features .content .featureItems .item {
    background-color: #e6f2f6;
    padding: 40px;
}

.features .content .featureItems .item:not(:last-of-type) {
    margin-bottom: 40px;
}

.features .content .featureItems .item .icon {
    display: block;
    margin-bottom: 15px;
    width: 10%;
}

.features .content .featureItems .item .title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.features .content .featureItems .item .desc {
    line-height: 30px;
    color: #000;
    max-width: 365px;
    text-align: left;
}

/* ------------------------------------------ */

/*         Send Message
/* ------------------------------------------ */

.sendMessage {
    background: url(../images/bgSendMsg.png) no-repeat center center;
    position: relative;
    z-index: 1;
}

.sendMessage:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 25, 33, 0.6);
}

.counters {
    padding: 100px 0 30px;
}

.counters.row {
    margin-left: -10px;
    margin-right: -10px;
}

.counters .col-md-6 {
    padding: 0 10px;
}

.counters .itemCount {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 55px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sendMessage .counters .itemCount:before {
    content: "";
    width: 70px;
    height: 5px;
    position: absolute;
    left: -70px;
    top: 0;
    background-color: #3d9886;
    position: absolute;
}

.sendMessage .counters .itemCount:after {
    content: "";
    width: 70px;
    height: 5px;
    position: absolute;
    right: -70px;
    bottom: 0;
    background-color: #3d9886;
    position: absolute;
}

.sendMessage .counters .itemCount:hover:before {
    animation: moveBorder 2s infinite;
    -webkit-animation: moveBorder 2s infinite;
}

.sendMessage .counters .itemCount:hover:after {
    animation: moveBorder2 2s infinite;
    -webkit-animation: moveBorder2 2s infinite;
}
.sendMessage .counters .itemCount .icon {
    margin: 0px auto 25px;
    height: 50px;
    line-height: 89px;
}

@keyframes moveBorder {
    25% {
        left: 100%;
        top: 0;
    }
}

@keyframes moveBorder2 {
    25% {
        right: 100%;
        bottom: 0;
    }
}

.counters .itemCount .icon {
    display: block;
    margin-bottom: 25px;
    height: 50px;
    line-height: 89px;
}

.counters .itemCount .icon svg {
    display: inline-block;
}

.counters .itemCount .counter {
    font-weight: 700;
    font-size: 30px;
    color: #3d9886;
    display: block;
    margin-bottom: 5px;
}

.counters .itemCount .titleCount {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.sendMessage .formMsg {
    background-color: #131a24;
    padding-top: 55px;
    margin-top: -160px;
    padding-bottom: 0;
}

.sendMessage .formMsg .icon {
    margin-bottom: 35px;
    display: block;
    text-align: center;
}

.sendMessage .formMsg .icon svg {
    display: inline-block;
}

.sendMessage .formMsg .titleForm {
    font-size: 25px;
    font-weight: 700;
    color: #3d9886;
    text-align: center;
    margin-bottom: 12px;
}

.sendMessage .formMsg .desc {
    max-width: 276px;
    margin: 0 auto 40px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #959595;
}

.sendMessage .formMsg .inputs {
    padding: 0 100px 70px;
}

.inputStyle.inputStyleTel.active {
    color: #fff;
}

.inputStyle {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.inputStyle.inputStyleTel {
    z-index: 2;
    color: #000;
}

.vti__selection {
    position: relative;
    z-index: 1;
    height: 100%;
}

.sendMessage .formMsg .inputStyle input,
.sendMessage .formMsg .inputStyle textarea {
    width: 100%;
    border: none;
    background: #fff;
    height: 65px;
    padding: 0 20px;
    border: 2px solid #fff;
    padding-top: 18px;
    display: block;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.inputStyle .vue-tel-input {
    border: 2px solid transparent;
    background: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: "Tajawal";
    height: 65px;
}

.inputStyle.active .vue-tel-input {
    border-color: #3d9886;
}

.inputStyle .vue-tel-input input {
    padding-top: 3px !important;
    padding-left: 116px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
}

.sendMessage .formMsg .inputStyle.active .vue-tel-input input,
.sendMessage .formMsg .inputStyle .vue-tel-input input:focus {
    background: none;
    border: none;
    color: #fff;
}

.vti__dropdown {
    position: static !important;
    padding-top: 11px !important;
}

.vti__dropdown:hover,
.vti__dropdown.open {
    background: none !important;
}

.vti__dropdown-item {
    color: #000;
}

.vti__dropdown-list {
    width: 100% !important;
}

.vti__dropdown-list.below {
    top: calc(100% + 5px) !important;
}

.vti__dropdown-list.above {
    bottom: calc(100% + 5px) !important;
}

.inputStyle .numb {
    position: absolute;
    left: 55px;
    top: 24px;
    z-index: 15;
    font-size: 14px;
    font-weight: 400;
    padding-right: 13px;
    color: inherit;
    display: block;
}

.inputStyle .numb:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: #d1d1d1;
    height: 13px;
    width: 1px;
    top: 3.5px;
}

.sendMessage .formMsg .inputStyle textarea,
.contactForm .form .inputStyle textarea {
    height: 120px;
    resize: none;
    border: none;
    padding: 0;
    border-top: 40px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid transparent;
    border-right: 15px solid transparent;
}

.sendMessage .formMsg .inputStyle.active input,
.sendMessage .formMsg .inputStyle input:focus,
.contactForm .form .inputStyle.active input,
.contactForm .form .inputStyle input:focus {
    border-color: #3d9886;
    background: none;
}

.sendMessage .formMsg .inputStyle textarea:focus,
.sendMessage .formMsg .inputStyle.active textarea,
.contactForm .form .inputStyle textarea:focus,
.contactForm .form .inputStyle.active textarea {
    background: none;
}

.sendMessage .formMsg .textareaStyle,
.contactForm .form .textareaStyle {
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sendMessage .formMsg .textareaStyle.active,
.contactForm .form .textareaStyle.active {
    border-color: #3d9886;
}

.inputStyle label {
    position: absolute;
    top: 22px;
    left: 22px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.inputStyle.active label,
.inputStyle input:focus ~ label,
.inputStyle textarea:focus ~ label {
    top: 12px;
    left: 12px;
    font-size: 13px;
    color: #9b9b9b;
    z-index: -1;
}

.sendMessage .formMsg button {
    display: block;
    border: none;
    background-color: #3d9886;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

/* ------------------------------------------ */

/*         Video Section
/* ------------------------------------------ */

.videoSection {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    background-color: #fff;
}

.BgVideo {
    background: url("../images/bgVideo2.png") left 60px no-repeat;
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 578px;
    height: 100%;
    z-index: -1;
}

.BgVideo.bgVideo2 {
    background: url("../images/bgVideo1.png") right 60px no-repeat;
    left: auto;
    right: -80px;
    width: 574px;
}

@keyframes move-clouds-down {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 10000px;
    }
}

@-webkit-keyframes move-clouds-down {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 10000px;
    }
}

@-moz-keyframes move-clouds-down {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 10000px;
    }
}

@-ms-keyframes move-clouds-down {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 100%;
    }
}

.videoSection .titleStyle {
    max-width: 575px;
    margin: 0 auto 80px;
    line-height: 60px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
}

.videoSection .video {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.videoSection .video img {
    max-width: 100%;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /*background: #fa183d;
    */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fff, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #3d9886;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.mejs__fullscreen-button > button {
    background-position: 0;
    border: none;
    outline: none;
    background: url(../images/fullscreen.svg) center no-repeat;
}

.mejs__time-total,
.mejs__time-hovered,
.mejs__time-current,
.mejs__time-hovered.negative,
.mejs__time-hovered.negative.no-hover {
    border-radius: 50px;
    outline: none;
}

.mejs__time-current,
.mejs__time-hovered.negative {
    background-color: #fff;
}

.mejs__time-handle-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mejs__overlay-button,
.mejs__overlay:hover > .mejs__overlay-button {
    background-position: 0;
    background: url(../images/playIcon.svg) center no-repeat;
}

.mejs__iframe-overlay {
    display: none;
}

/* ------------------------------------------ */

/*         Apps Home
/* ------------------------------------------ */

.appsHome {
    padding: 100px 0 85px;
    background-color: #f4f9fb;
    position: relative;
}

.appsHome .titleApps {
    max-width: 567px;
    line-height: 60px;
    font-weight: 700;
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
}

.appsHome .descApps {
    max-width: 561px;
    text-align: left;
    line-height: 35px;
    color: #000;
    font-size: 16px;
}

.appsHome .listApps {
    display: inline-block;
    margin-top: 40px;
}

.appsHome .listApps li {
    /* width: 184px; */
    height: 53px;
    line-height: 53px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    border-radius: 30px;
    text-align: left;
    padding: 0 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.appsHome .listApps li.opacity-25 {
    pointer-events: none;
    opacity: 0.5 !important;
}

.appsHome .listApps li.opacity-25:after {
    display: none;
}

.appsHome .listApps li.active,
.appsHome .listApps li:hover {
    background-color: #e3eef2;
}

.appsHome .listApps li.btnAn-white::after {
    background-color: #e3eef2;
}

.appsHome .owl-carousel .owl-stage-outer {
    margin-top: 80px;
    cursor: url("../images/canvas-next-previous-arrow.svg") 55 15, auto;
}

.appsHome .owl-item {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.projectItem {
    position: relative;
    overflow: hidden;
    /* height: 580px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.appsHome .projectItem img {
    min-width: 100%;
}

.projectItem .img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+15,000000+67&0.65+36,0+80 */
    background: -moz-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.65) 15%,
        rgba(0, 0, 0, 0.65) 36%,
        rgba(0, 0, 0, 0.19) 67%,
        rgba(0, 0, 0, 0) 80%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.65) 15%,
        rgba(0, 0, 0, 0.65) 36%,
        rgba(0, 0, 0, 0.19) 67%,
        rgba(0, 0, 0, 0) 80%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65) 15%,
        rgba(0, 0, 0, 0.65) 36%,
        rgba(0, 0, 0, 0.19) 67%,
        rgba(0, 0, 0, 0) 80%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.projectItem:hover .img:after {
    height: 100%;
}

.projectItem .img {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.projectItem:hover .img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.projectItem .content {
    position: absolute;
    bottom: -1px;
    left: -1px;
    max-width: 70%;
    padding: 40px;
    z-index: 2;
    background-color: #f4f9fb;
}

.projectItem .content:before {
    content: "";
    position: absolute;
    left: 100%;
    top: calc(50% - 75px);
    height: 150px;
    width: 6px;
    background-color: #3d9886;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.projectItem:hover .content:before {
    height: 50px;
    animation: aniLine 3s infinite;
    -webkit-animation: aniLine 3s infinite;
}

@keyframes aniLine {
    0% {
        height: 150px;
    }
    40% {
        top: calc(50% - 25px);
        height: 50px;
    }
    100% {
        height: 150px;
    }
}

.projectItem .content .titleProject {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
}

.projectItem .content .descProject {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    text-align: left;
}

.projectItem .content .apps {
    position: absolute;
    left: calc(100% + 35px);
    top: 70%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.projectItem:hover .content .apps {
    top: calc(50% - 75px);
    opacity: 1;
}

.projectItem .content .apps li:not(:last-of-type) {
    margin-bottom: 30px;
}

.apps li a {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    line-height: 74px;
    display: block;
}

.apps li a svg {
    display: inline-block;
}

.appsHome .owl-nav {
    position: absolute;
    right: 10vw;
    top: -313px;
}

.appsHome .owl-carousel .owl-nav button.owl-prev,
.appsHome .owl-carousel .owl-nav button.owl-next {
    width: 55px;
    height: 55px;
    line-height: 52px;
    text-align: center;
    padding: 0;
    border: 2px solid #bdd0d8;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
    font-size: 23px;
    margin: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.appsHome .owl-carousel .owl-nav button:first-of-type {
    margin-right: 40px;
}

.appsHome .owl-carousel .owl-nav button.owl-prev:hover,
.appsHome .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #15161c;
    border-color: #15161c;
}

.tabsBtns .owl-nav {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
}

.tabsBtns.owl-carousel .owl-nav button.owl-prev,
.tabsBtns.owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    border: 2px solid #bdd0d8;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
    font-size: 23px;
    position: relative;
    overflow: hidden;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tabsBtns.owl-carousel .owl-nav button:first-of-type {
    margin-left: 40px;
}

.tabsBtns.owl-carousel .owl-nav button.owl-prev:hover,
.tabsBtns.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #3d9886;
    border-color: #3d9886;
}

@media (min-width: 1260px) {
    .tabsBtns .owl-nav {
        top: 0;
    }
}
.WebDevelopment .WebDevOwl .owl-nav {
    margin-top: -10px;
}
.WebDevelopment .WebDevOwl .owl-nav [class*="owl-"]:hover,
.CertificatesOwl .owl-nav [class*="owl-"]:hover {
    background: none;
}

.WebDevelopment .WebDevOwl .owl-nav button.owl-prev svg,
.WebDevelopment .WebDevOwl .owl-nav button.owl-next svg,
.CertificatesOwl .owl-nav button.owl-prev svg,
.CertificatesOwl .owl-nav button.owl-next svg {
    width: 60px;
    height: 72px;
    cursor: pointer;
}

.WebDevelopment .WebDevOwl .owl-nav button.owl-prev svg path,
.WebDevelopment .WebDevOwl .owl-nav button.owl-next svg path,
.CertificatesOwl .owl-nav button.owl-prev svg path,
.CertificatesOwl .owl-nav button.owl-next svg path {
    stroke: #3d9886;
    fill: transparent;
    stroke-width: 1px;
}

.WebDevelopment .WebDevOwl .owl-nav button.owl-prev svg,
.CertificatesOwl .owl-nav button.owl-prev svg {
    transform: rotate(90deg);
    margin-right: 100px;
}

.WebDevelopment .WebDevOwl .owl-nav button.owl-next svg,
.CertificatesOwl .owl-nav button.owl-next svg {
    transform: rotate(270deg);
}

.WebDevelopment .WebDevOwl .owl-stage {
    margin: auto;
}

.CertificatesOwl .owl-nav button.owl-prev,
.CertificatesOwl .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
}

@media (max-width: 1400px) {
    .CertificatesOwl .owl-nav button.owl-prev,
    .CertificatesOwl .owl-nav button.owl-next {
        position: inherit;
        top: auto;
        transform: none;
    }
}

.CertificatesOwl .owl-nav button.owl-prev {
    left: -120px;
}

.CertificatesOwl .owl-nav button.owl-next {
    right: -120px;
}

.productDetails .content .splashHover:after {
    content: "";
    width: 80px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: -moz-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: -o-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
}

.productDetails .content .splashHover:after {
    right: auto;
    left: -75%;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.productDetails .content .splashHover:hover:after {
    -webkit-animation: leftEffect 0.6s linear;
    animation: leftEffect 0.6s linear;
}

@-webkit-keyframes rightEffect {
    100% {
        right: 125%;
    }
}

@-moz-keyframes rightEffect {
    100% {
        right: 125%;
    }
}

@keyframes rightEffect {
    100% {
        right: 125%;
    }
}

@-webkit-keyframes leftEffect {
    100% {
        left: 125%;
    }
}

@-moz-keyframes leftEffect {
    100% {
        left: 125%;
    }
}

@keyframes leftEffect {
    100% {
        left: 125%;
    }
}

.appsHome .owl-dots {
    padding-top: 135px;
    margin-bottom: -57px;
}

.appsHome .owl-theme .owl-dots .owl-dot {
    width: 10px;
    height: 6px;
    border-radius: 30px;
    background-color: #b5c7ce;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.appsHome .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.appsHome .owl-theme .owl-dots .owl-dot.active {
    width: 30px;
    background-color: #3d9886;
}

.appsHome .owl-theme .owl-dots .owl-dot:hover {
    background-color: #3d9886;
}

.appsHome .btnArrow {
    color: #000;
    margin-top: 0;
}

/* ------------------------------------------ */

/*         Blog
/* ------------------------------------------ */

.breadCrumb {
    background-color: #bdd0d8;
    padding: 250px 0 250px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.breadCrumb .BgMoveCloud {
    background-image: url(../images/bgBreadCrumb.png);
    height: 346px;
}

.breadCrumb .breadTitle {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 75px;
    color: #000;
}

.breadCrumb .cateList li {
    float: left;
}

.breadCrumb .cateList li:not(:last-of-type) {
    margin-right: 55px;
}

.breadCrumb .cateList li a {
    display: block;
    position: relative;
    padding-bottom: 15px;
    color: #000;
}

.breadCrumb .cateList li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #3d9886;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.breadCrumb .cateList li a:hover:before,
.breadCrumb .cateList li a.active:before {
    width: 100%;
    left: calc(50% - 50%);
}

.breadCrumb .cateList li a:hover:before {
    animation: move-width 1.2s infinite;
    -webkit-animation: move-width 1.2s infinite;
}

.blog {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.blog .container {
    margin-top: -200px;
}

.blog .container .row {
    margin: 0 -12.5px;
}

.blog .container .row .col-md-4 {
    padding: 0 12.5px;
}

.itemBlog {
    margin-bottom: 25px;
    background-color: #eff4f5;
    transition: all 0.3s ease-out;
    position: relative;
    top: 0;
}

.itemBlog:hover {
    top: -5px;
}

.itemBlog .img {
    overflow: hidden;
    display: block;
    height: 200px;
    max-height: 100%;
}

.itemBlog img {
    width: 100%;
    display: block;
    height: 100%;
}

.itemBlog .content {
    padding: 35px;
    position: relative;
}

.itemBlog .content .date {
    position: absolute;
    top: 7px;
    color: #707070;
    font-size: 16px;
    display: block;
}

.itemBlog .content .title {
    font-weight: 600;
    display: inline-block;
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.itemBlog .content .desc {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
}

.itemBlog .content .readMore {
    display: block;
    width: 125px;
    height: 40px;
    border: 1px solid #707070;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    border-radius: 30px;
    background-color: #fff;
}

.itemBlog .content .readMore:hover {
    border-color: #3d9886;
    background-color: #3d9886;
    color: #fff;
}

.pagination {
    padding-bottom: 78px;
    text-align: center;
    display: block;
    margin: 0;
    border-radius: 0;
}

.pagination .list {
    display: inline-block;
}

.pagination .list li {
    float: left;
    font-size: 20px;
    color: #000;
    line-height: 32px;
}

.pagination .list li .newPage {
    cursor: pointer;
}

.pagination .list li.disabled .newPage {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.pagination .list li:nth-of-type(2) {
    margin: 0 40px;
}

/* ------------------------------------------ */

/*         Blog Details
/* ------------------------------------------ */

.blogDetails {
    position: relative;
    z-index: 1;
    padding-bottom: 55px;
}

.blogDetails .container {
    margin-top: -200px;
}

.blogDetails .imgPost {
    display: block;
    width: 100%;
    margin-bottom: 45px;
}

.blogDetails .date {
    display: block;
    text-align: right;
    color: #707070;
    font-size: 16px;
}

.blogDetails .title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 40px;
    color: #000;
}

.blogDetails .desc {
    font-size: 16px;
    color: #65798d;
    line-height: 30px;
    text-align: left;
}

.blogDetails .desc img {
    max-width: 100%;
}

.blogDetails .blogFooter {
    border-top: 1px solid #eaf3f5;
    border-bottom: 1px solid #eaf3f5;
    padding: 15px 0;
    margin-top: 20px;
}

.blogDetails .blogFooter .Views {
    float: right;
    color: #677888;
    font-size: 14px;
}

.blogDetails .blogFooter .Views i {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.share,
.copy-link {
    float: right;
    position: relative;
}

.copy-link {
    margin-right: 20px;
}

.copy-link .openShare {
    display: flex;
    gap: 10px;
}

.share .openShare,
.copy-link .openShare {
    cursor: pointer;
    color: #677888;
}

.share .openShare .icon {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.copy-link .listSocial {
    width: 250px;
    cursor: pointer;
}

.copy-link .listSocial a {
    text-align: center;
}

.listSocial {
    position: absolute;
    width: 205px;
    left: calc(100% + 20px);
    bottom: 0;
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px rgba(53, 53, 53, 0.06);
    z-index: 99;
}

.listSocial li:not(:last-of-type) {
    border-bottom: 1px solid #f5f8fa;
}

.listSocial a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #8ba0b9;
    margin: 0;
    font-size: 13px;
    border-radius: 3px;
    text-align: left;
    padding: 0 15px;
}

.listSocial a span {
    float: right;
    color: #fff;
    margin-top: 0;
    font-size: 14px;
}

.listSocial a i {
    float: left;
    height: 22px;
    border-radius: 50%;
    width: 22px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 23px;
    margin-right: 10px;
    margin-top: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listSocial a:hover i {
    margin-right: 15px;
}

.listSocial a.facebook i {
    background-color: #334c8c;
}

.listSocial a.twitter i {
    background-color: #00a6de;
}

.listSocial a.linkedin i {
    background-color: #0b69c7;
}

.listSocial a.whats i {
    background-color: #2aa81a;
}

/* ------------------------------------------ */

/*         Related Posts
/* ------------------------------------------ */

.RelatedPosts {
    padding-bottom: 160px;
    position: relative;
}

.RelatedPosts .titleRelated {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
    color: #000;
}

.itemRelated {
    background-color: #f5f8fa;
    padding: 20px;
    padding-left: 212px;
    position: relative;
    min-height: 192px;
}

.itemRelated .img {
    overflow: hidden;
    width: 172px;
    height: 152px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.itemRelated .img img {
    width: 100%;
    height: 100%;
}

.itemRelated .content {
    padding-top: 6px;
}

.itemRelated .content .category {
    width: 120px;
    height: 28px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #bdd0d8;
    border-radius: 30px;
    color: #677888;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 27px;
}

.itemRelated .content .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    color: #000;
    max-width: 235px;
}

.itemRelated .content .title:hover {
    color: #3d9886;
}

.itemRelated .content .itemfooter .Views {
    color: #677888;
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.itemRelated .content .itemfooter .Views .listSocial {
    z-index: 99;
}

.itemRelated .content .itemfooter img {
    display: inline-block;
    width: auto;
}

.RelatedPosts .owl-item {
    padding-top: 30px;
}

.RelatedPosts .listSocial {
    width: 140px;
    left: calc(100% + 10px);
}

.RelatedPosts .owl-nav {
    position: absolute;
    top: -56px;
    right: 0;
    margin-top: 0;
}

.RelatedPosts .owl-carousel .owl-nav button.owl-next,
.RelatedPosts .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 37px;
    border-radius: 2px;
    border: 1px solid #bdd0d8;
    text-align: center;
    line-height: 37px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.RelatedPosts .owl-carousel .owl-nav button.owl-next:hover,
.RelatedPosts .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #3d9886;
    color: #fff;
    border-color: #3d9886;
}

.RelatedPosts .owl-carousel .owl-nav button.owl-prev {
    margin-right: 20px;
}

/* ------------------------------------------ */

/*         Contact Us
/* ------------------------------------------ */

.headContact {
    padding: 226px 0 150px;
    position: relative;
    z-index: 1;
    text-align: center;
    background: url(../images/bgContactHead.png) center no-repeat;
}

.iconMouse {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 25px);
    width: 50px;
    height: 56px;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes bgp {
    0% {
        background-position: center 0px;
    }
    50% {
        background-position: center 10px;
    }
    100% {
        background-position: center 0px;
    }
}

@-moz-keyframes bgp {
    0% {
        background-position: center 0px;
    }
    50% {
        background-position: center 10px;
    }
    100% {
        background-position: center 0px;
    }
}

@-o-keyframes bgp {
    0% {
        background-position: center 0px;
    }
    50% {
        background-position: center 10px;
    }
    100% {
        background-position: center 0px;
    }
}

@keyframes bgp {
    0% {
        background-position: center 0px;
    }
    50% {
        background-position: center 10px;
    }
    100% {
        background-position: center 0px;
    }
}

.headContact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 38, 74, 0.7);
    z-index: -1;
}

.headContact .title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
}

.headContact .desc {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    max-width: 1040px;
    margin: 0 auto 50px;
    text-align: left;
    text-align-last: center;
}

.headContact .numberHead {
    max-width: 400px;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

.headContact .numberHead .icon {
    float: left;
    height: 100%;
    width: 130px;
    background-color: #3d9886;
    text-align: center;
    line-height: 35px;
    float: left;
    height: 130px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.headContact .numberHead .icon svg {
    display: inline-block;
}

.headContact .numberHead .icon:before {
    content: "";
    position: absolute;
    display: inline-block;
    -webkit-animation: rippleC 0.6s linear infinite;
    animation: rippleC 0.6s linear infinite;
    border-radius: 50%;
}

@-webkit-keyframes rippleC {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
            0 0 0 20px rgba(255, 255, 255, 0.1),
            0 0 0 40px rgba(255, 255, 255, 0.1),
            0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
            0 0 0 40px rgba(255, 255, 255, 0.1),
            0 0 0 60px rgba(255, 255, 255, 0.1),
            0 0 0 80px rgba(255, 255, 255, 0);
    }
}

@keyframes rippleC {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
            0 0 0 20px rgba(255, 255, 255, 0.1),
            0 0 0 40px rgba(255, 255, 255, 0.1),
            0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
            0 0 0 40px rgba(255, 255, 255, 0.1),
            0 0 0 60px rgba(255, 255, 255, 0.1),
            0 0 0 80px rgba(255, 255, 255, 0);
    }
}

.headContact .numberHead .content {
    float: right;
    background-color: #fff;
    width: calc(100% - 130px);
    padding: 30px;
    height: 130px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.headContact .numberHead .content span {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.headContact .numberHead .content a {
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    color: #000;
}

.mapServers {
    height: 525px;
    border: none;
    width: 100%;
    display: block;
}

.contactInfo {
    padding: 90px 0 60px;
}

.contactInfo.contactFaq {
    padding: 95px 0;
    background-color: #f4f9fb;
}

.contactInfo .titleInfo {
    text-align: center;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
}

.contactInfo.contactFaq .titleInfo {
    margin-bottom: 55px;
}

.contactInfo .info {
    background-color: #f4f9fb;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    top: 10px;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    color: #000;
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactInfo.contactFaq .info {
    background-color: #ffffff;
}

.contactInfo .info:hover {
    box-shadow: 10px 10px 30px rgba(115, 128, 157, 0.5);
    top: 0;
    background-color: #3d9886;
    color: #fff;
}

.contactInfo .info:hover .icon * {
    fill: #fff;
}

.contactInfo .info .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 28px;
}

.contactInfo .info .title .icon {
    margin-right: 15px;
    position: relative;
    top: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.contactInfo .info .numbers {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.contactInfo .info .numbers a.custom {
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    background-color: #3d9886;
}

.contactInfo .info:hover .numbers a.custom {
    background-color: #fff;
    color: #3d9886;
}

.contactInfo .info .numbers a,
.contactInfo .info .numbers span {
    font-size: 18px;
    font-weight: 500;
    float: left;
    color: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.contactInfo .info:hover .numbers a,
.contactInfo .info:hover .numbers span {
    color: #fff;
}

.contactInfo .info .numbers span {
    margin: 0 10px;
    cursor: default;
}

.contactInfo .info .desc {
    max-width: 230px;
    font-size: 16px;
    color: #455665;
    line-height: 28px;
    text-align: left;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.contactInfo .info:hover .desc {
    color: #fff;
}

.contactForm {
    padding: 115px 0 90px;
    background-color: #f4f9fb;
    position: relative;
    z-index: 1;
}

.contactForm .BgMoveCloud {
    background-image: url(../images/bgContactForm.png);
    height: 295px;
    bottom: 20px;
}

.contactForm .icon {
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
}

.contactForm .titleForm {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    max-width: 415px;
    line-height: 55px;
    position: relative;
}

.contactForm .iconbtnArrow {
    position: absolute;
    left: calc(100% + 60px);
    top: 10px;
    border-radius: 0;
    background: none;
    border: none;
    margin-left: 0;
    width: 136px;
    text-align: right;
    -moz-animation: move-arrow2 3s linear infinite;
    -ms-animation: move-arrow2 3s linear infinite;
    -o-animation: move-arrow2 3s linear infinite;
    -webkit-animation: move-arrow2 3s linear infinite;
    animation: move-arrow2 3s linear infinite;
}

.contactForm .iconbtnArrow .line {
    top: calc(50% - 39px);
    width: 136px;
    left: 0;
    right: auto;
    -moz-animation: 3s linear infinite;
    -ms-animation: move-arrow2 3s linear infinite;
    -o-animation: move-arrow2 3s linear infinite;
    animation: move-arrow2 3s linear infinite;
    -webkit-animation: move-arrow2 3s linear infinite;
}

@keyframes move-arrow2 {
    0% {
        width: 136px;
    }
    50% {
        width: 90px;
    }
    100% {
        width: 136px;
    }
}

@-webkit-keyframes move-arrow2 {
    0% {
        width: 136px;
    }
    50% {
        width: 90px;
    }
    100% {
        width: 136px;
    }
}

@-moz-keyframes move-arrow2 {
    0% {
        width: 136px;
    }
    50% {
        width: 90px;
    }
    100% {
        width: 136px;
    }
}

@-ms-keyframes move-arrow2 {
    0% {
        width: 136px;
    }
    50% {
        width: 90px;
    }
    100% {
        width: 136px;
    }
}

.contactForm .desc {
    max-width: 425px;
    line-height: 45px;
    font-size: 25px;
    color: #000;
}

.contactForm .form {
    float: right;
    width: 400px;
    max-width: 100%;
}

.contactForm .form .inputStyle {
    background-color: #fff;
    margin-bottom: 30px;
}

.contactForm .form .inputStyle.inputStyleTelAr {
    z-index: 10;
}

.contactForm .form input,
.contactForm .form textarea {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 500;
    padding: 0 20px;
    padding-top: 18px;
    background: none;
    border: 2px solid #000000;
}

.contactForm .form .textareaStyle {
    border: 2px solid #000000;
}

.contactForm .form textarea {
    height: 120px;
    resize: none;
    padding: 20px;
    line-height: normal;
}

.contactForm .form .inputStyle.active label,
.contactForm .form .inputStyle input:focus ~ label,
.contactForm .form .inputStyle textarea:focus ~ label {
    color: #00aa86;
}

/*
.contactForm .form button
{
	width:150px;
	height:65px;
	color:#fff;
	line-height:65px;
	font-weight:500;
	font-size:16px;
	background-color:#3D9886;
	border:none;
	border-radius: 50px;
	display:block;
	margin:0 auto;
} */

.contactForm .form input::placeholder,
.contactForm .form textarea::placeholder {
    color: #000;
}

.contactForm .form input::-webkit-input-placeholder,
.contactForm .form textarea::-webkit-input-placeholder {
    color: #000;
}

.contactForm .form input::-moz-placeholder,
.contactForm .form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.contactForm .form input:-ms-input-placeholder,
.contactForm .form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.contactForm .form input:-moz-placeholder,
.contactForm .form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

/* ------------------------------------------ */

/*         Bread Global
/* ------------------------------------------ */

.breadGlobal {
    padding: 220px 0 35px;
    position: relative;
    z-index: 1;
    background: url(../images/bgBreadGlobal.png) center no-repeat fixed;
}

.breadGlobal:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 29, 51, 0.7);
}

.breadGlobal .details .titleBread {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 40px;
}

.breadGlobal .details .list li {
    margin-bottom: 35px;
    padding-left: 45px;
    position: relative;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 991px) {
    .breadGlobal .details .list li {
        font-size: 11px;
    }
}

.breadGlobal .details .list li .icon {
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #3d9886;
    text-align: center;
    line-height: 28px;
}

.breadGlobal .details .list li .icon img {
    display: inline-block;
}

.breadGlobal .counters {
    float: right;
    width: 400px;
    max-width: 100%;
    padding: 0;
}

.breadGlobal .counters .itemCount {
    background: none;
    padding: 0 15px;
    margin: 30px 0 10px;
    position: relative;
    overflow: hidden;
}

.breadGlobal .counters .itemCount .titleCount {
    color: #fff;
}

/* ------------------------------------------ */

/*        FAQ
/* ------------------------------------------ */

.faq {
    overflow: hidden;
    padding: 66px 0 95px;
    position: relative;
}

.faq .container {
    display: flex;
    align-items: flex-start;
}

.faq .tabsBtns {
    padding: 30px 40px 30px;
    background-color: #f4f9fb;
    overflow: hidden;
    margin-bottom: 30px;
    min-width: 329px;
    margin-right: 30px;
}

.faq .tabsBtns li {
    height: 55px;
    line-height: 55px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding-left: 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.faq .tabsBtns li:not(:last-of-type) {
    border-bottom: 1px solid #e4edf1;
}

.faq .tabsBtns li svg {
    position: absolute;
    left: -25px;
    top: 19px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.faq .tabsBtns li:hover,
.faq .tabsBtns li.active {
    color: #3d9886;
    padding-left: 25px;
}

.faq .tabsBtns li:hover svg,
.faq .tabsBtns li.active svg {
    opacity: 1;
    left: 0px;
}

.faq .tabs {
    position: relative;
    width: 100%;
}

.faq .tabs .tab {
    padding: 50px 50px 60px;
    background-color: #f4f9fb;
    position: relative;
    top: 0;
}

.faq .tabs .tab .question {
    padding-left: 32px;
    position: relative;
}

.faq .tabs .tab .question svg {
    position: absolute;
    left: 0;
    top: 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.faq .tabs .tab .question:hover svg {
    left: 5px;
    stroke: #3d9886;
}

.faq .tabs .tab .question:not(:last-of-type) {
    margin-bottom: 30px;
}

.faq .tabs .tab .question .title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 11px;
    color: #000;
}

.faq .tabs .tab .question a.title {
    display: inline-block;
    text-decoration: underline !important;
}

.faq .tabs .tab .question.link svg {
    top: 6px;
}

.faq .tabs .tab .question .desc {
    line-height: 30px;
    font-size: 14px;
    color: #000;
    text-align: left;
}

/* ------------------------------------------ */

/*        Business
/* ------------------------------------------ */

.business {
    padding: 115px 0 100px;
}

.business .titleStyle {
    font-weight: 700;
    font-size: 40px;
    color: #000;
    margin-bottom: 50px;
    padding-bottom: 36px;
    position: relative;
    text-align: center;
}

.business .titleStyle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 6px;
    background-color: #3d9886;
}

.business .row {
    margin: 0 -10px;
}

.business .row .col-md-4 {
    padding: 0 10px;
}

.itemBusiness {
    padding: 45px 35px 50px;
    margin-bottom: 20px;
    border: 2px solid #edf6f8;
    color: #000;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
    min-height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.itemBusiness * {
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
}

.itemBusiness .title {
    font-weight: 500;
    font-size: 25px;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    color: #000;
}

.itemBusiness .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66px;
    height: 4px;
    background-color: #3d9886;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
}

.itemBusiness .desc {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: left;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
}

.col-md-4:hover .itemBusiness {
    border-color: #3d9886;
    background-color: #3d9886;
    transform: rotateY(180deg);
}

.col-md-4:hover .itemBusiness .title,
.col-md-4:hover .itemBusiness .desc {
    color: #fff;
}

.col-md-4:hover .itemBusiness * {
    transform: rotateY(180deg);
}

.col-md-4:hover .itemBusiness .title:after {
    background-color: #ffffff;
    animation: move-width 1.2s infinite;
    -webkit-animation: move-width 1.2s infinite;
}

/* ------------------------------------------ */

/*        experience
/* ------------------------------------------ */

.experience {
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}

.experience .titleStyle {
    margin-bottom: 113px;
}

.experience .iconMouse {
    bottom: 85px;
}

.experience .iconMouse .mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    direction: ltr;
}

.experience .iconMouse .m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}

.experience .iconMouse .unu,
.experience .iconMouse .doi,
.experience .iconMouse .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.experience .iconMouse .unu {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}

.experience .iconMouse .doi {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-direction: alternate;
    animation-delay: 0.2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.experience .iconMouse .trei {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-direction: alternate;
    animation-delay: 0.3s;
    animation-direction: alternate;
    margin-top: -6px;
}

.experience .iconMouse .mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid #000;
    top: 170px;
}

.experience .iconMouse .wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #000;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #000;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.experience .iconMouse .wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.experience .details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.experience .details .contentParent {
    text-align: left;
}

.experience .details .contentParent.right {
    text-align: left;
}

.experience .details .contentParent .content {
    margin-bottom: 45px;
}

.experience .details .contentParent .content .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
    color: #000;
}

.experience .details .contentParent .content .desc {
    max-width: 288px;
    line-height: 30px;
    min-height: 150px;
    /* text-align: left; */
    text-align-last: left;
}

.experience .details .contentParent.right .content .desc {
    text-align-last: left;
}

/* ------------------------------------------ */

/*        audience
/* ------------------------------------------ */

.audience {
    padding: 110px 0 165px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.audience:after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 5086px;
    height: 3290px;
    border-radius: 50%;
    bottom: 0;
    background-color: #f4f9fb;
    min-height: 100%;
    left: calc(50% - 2543px);
}

.audience .titleStyle {
    font-weight: 700;
    font-size: 40px;
    color: #000;
    margin-bottom: 50px;
    padding-bottom: 35px;
    position: relative;
}

.audience .titleStyle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 6px;
    background-color: #3d9886;
}

.audience .details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 30px;
}

.audience .details .content {
    margin-bottom: 40px;
    width: 50%;
}

.audience .details .content:nth-of-type(odd) {
    padding-right: 118px;
}

.audience .details .content .title {
    font-weight: 600;
    font-size: 25px;
    color: #000;
    margin-bottom: 10px;
}

.audience .details .content .desc {
    font-size: 16px;
    line-height: 35px;
    color: #000;
    max-width: 545px;
    text-align: left;
}

.categories {
    padding-top: 70px;
    border-top: 1px solid #eaf3f5;
}

.categories .title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 80px;
    text-align: center;
}

.categories .item {
    background-color: #fff;
    display: flex;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    padding: 20px 45px;
    gap: 40px;
    min-height: 235px;
    align-items: center;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
    overflow: hidden;
}

.categories .col-md-6:hover .item {
    background-color: #3d9886;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    flex-direction: row-reverse;
}

.categories .col-md-6 .item .icon,
.categories .col-md-6 .item span {
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
    color: #000;
}

.categories .col-md-6:hover .item .icon,
.categories .col-md-6:hover .item span {
    color: #fff;
    fill: #fff;
    stroke: #fff;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

#nprogress {
    z-index: 99999;
    position: relative;
}

.opacity-25 {
    opacity: 0.7 !important;
}

.Vue-Toastification__container {
    /* max-width:430px; */
    justify-content: flex-end;
    flex-direction: column-reverse !important;
    width: calc(100% - 2em) !important;
}

.Vue-Toastification__toast {
    width: 100% !important;
    max-width: 100% !important;
}

/* ------------------------------------------ */

/*        About Us
/* ------------------------------------------ */

.aboutHead {
    overflow: hidden;
    padding: 105px 0 77px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #f4f9fb;
}

.aboutHead .BgMoveCloud {
    background-image: url(../images/aboutClouds.png);
    bottom: auto;
    top: 106px;
    height: 334px;
}

.soon .BgMoveCloud {
    background-image: url(../images/aboutClouds.png);
    height: 334px;
}
.investment .BgMoveCloud {
    background-image: url(../images/aboutClouds.png);
    height: 334px;
}
.investors .BgMoveCloud {
    background-image: url(../images/aboutClouds.png);
    height: 334px;
}

.aboutHead .titleStyle {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 45px;
    color: #000;
}

.aboutHead .desc {
    line-height: 40px;
    color: #000000;
    font-size: 16px;
    text-align: left;
    text-align-last: center;
}

.aboutFooter {
    overflow: hidden;
    padding: 105px 0 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #f4f9fb;
}

.aboutFooter .BgMoveCloud {
    background-image: url(../images/aboutClouds.png);
    bottom: auto;
    top: 84px;
    height: 334px;
}

.aboutFooter img {
    margin-bottom: 35px;
    max-width: 100%;
}

.aboutFooter .titleStyle {
    font-weight: 600;
    font-size: 40px;
    line-height: 65px;
    color: #000;
    max-width: 1032px;
    margin: 0 auto 35px;
}

.aboutFooter .desc {
    font-size: 16px;
    color: #000;
    line-height: 45px;
    text-align: left;
    text-align-last: center;
}

.story {
    padding: 90px 0;
    overflow: hidden;
}

.story .titleStyle {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 50px;
    color: #000;
    text-align: center;
}

.story .content {
    position: relative;
    z-index: 1;
}

.story .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    background: url(../images/lineCenter.svg);
    height: 95%;
    width: 2px;
    z-index: -1;
}

.story .content .flexBox {
    display: flex;
    gap: 145px;
    position: relative;
}

.story .content .flexBox:before,
.story .content .flexBox:after {
    content: "";
    position: absolute;
    top: 48px;
    right: calc(50% - 11px);
    border: 2px solid #000;
    background-color: #fff;
    background-clip: content-box;
    padding: 4px;
    width: 22px;
    height: 22px;
    z-index: 2;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.story .content .flexBox:after {
    width: 22px;
    height: 22px;
    padding: 0;
    background-color: #fff;
    border: none;
    z-index: 1;
}

.story .content .flexBox:hover:before {
    background-color: #3d9886;
}

.story .content .flexBox:hover:before,
.story .content .flexBox:hover:after {
    top: 135px;
}

.story .content .flexBox .item {
    padding-top: 40px;
    margin-bottom: 20px;
    text-align: right;
    background-color: #fff;
}

.story .content .flexBox .item .desc {
    text-align: left;
    text-align-last: right;
}

.story .content .flexBox .item:last-of-type .desc {
    text-align-last: left;
}

.story .content .flexBox .item:last-of-type {
    text-align: left;
    padding-top: 20px;
    margin-top: 20px;
}

.story .content .flexBox .item .icon {
    display: block;
    margin-bottom: 25px;
    height: 70px;
    line-height: 115px;
}

.story .content .flexBox .item .icon svg {
    display: inline-block;
}

.story .content .flexBox .item .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.story .content .flexBox .item .desc {
    font-size: 14px;
    color: #677888;
    line-height: 35px;
    max-width: 498px;
}

.story .content .flexBox:last-of-type .item,
.story .content .flexBox:last-of-type .item .desc {
    text-align: center !important;
    text-align-last: center !important;
    width: 100%;
}

.story .content .flexBox:last-of-type .item .desc {
    text-align: justify !important;
}

.story .content .flexBox:last-of-type:before,
.story .content .flexBox:last-of-type:after {
    top: -50px;
}

.story .content .flexBox:last-of-type:hover:before,
.story .content .flexBox:last-of-type:hover:after {
    top: -20px;
}

.story .content .flexBox:last-of-type .item .desc {
    max-width: 761px;
    margin: 0 auto;
}

/* ------------------------------------------ */

/*        Clients
/* ------------------------------------------ */

.ourClients {
    overflow: hidden;
    padding: 90px 0 85px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #bdd0d8;
}

.ourClients.paddingBottom {
    padding-bottom: 160px;
}

.ourClients .BgMoveCloud {
    background-image: url(../images/bgCloudClients.png);
    bottom: auto;
    top: 84px;
    height: 295px;
}

.ourClients .titleStyle {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 60px;
    max-width: 788px;
    margin: 0 auto 30px;
}

.ourClients.paddingBottom .titleStyle {
    max-width: 911px;
}

.ourClients .desc {
    max-width: 1016px;
    margin: 0 auto;
    color: #000;
    line-height: 35px;
    font-size: 16px;
    text-align: left;
    text-align-last: center;
}

.ourClients.paddingBottom .desc {
    font-size: 25px;
    line-height: 45px;
}
.projects {
    padding-top: 50px;
    padding-bottom: 50px;
}

.projects .projectsHead {
    background-color: #f4f9fb;
}

.projects .projectsHead .tabsBtns {
    display: flex;
    max-width: 998px;
    margin: 0 auto;
    gap: 157px;
    position: relative;
}

.projects .projectsHead .tabsBtns li {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 60px 15px 30px;
    color: #000;
    position: relative;
    z-index: 1;
}

.projects .projectsHead .tabsBtns .underLine,
.projects .projectsHead .tabsBtns li:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}

.projects .projectsHead .tabsBtns li:after {
    content: "";
    display: none;
}

.projects .projectsHead .tabsBtns .underLine,
.projects .projectsHead .tabsBtns li:hover:after,
.projects .projectsHead .tabsBtns li.active:after {
    background-color: #3d9886;
    width: 86px;
    left: calc(50% - 43px);
}

.projects .projectsHead .tabsBtns li .icon {
    display: block;
    margin-bottom: 25px;
    height: 60px;
    line-height: 100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.projects .projectsHead .tabsBtns li .icon svg {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.projects .projectsHead .tabsBtns li:hover .icon svg,
.projects .projectsHead .tabsBtns li.active .icon svg {
    fill: #3d9886;
}

.projects .tabs {
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.projects .tabs .tab {
    position: relative;
    top: 0;
    padding-top: 65px;
    padding-bottom: 135px;
}

.projects .tabs .projectItem {
    margin-bottom: 40px;
}

.projects .tabs .projectItem .img img {
    max-width: 100%;
}
@media (min-width: 991px) {
    .projects .tabs .projectItem .img img {
        height: 600px;
    }
}

.featuresClients {
    padding-bottom: 147px;
}

/* ------------------------------------------ */

/*        Specials
/* ------------------------------------------ */

.specials {
    padding: 70px 0 105px;
    overflow: hidden;
}

.specials .row {
    margin-left: -20px;
    margin-right: -20px;
}

.specials .row .col-md-4 {
    padding: 0 20px;
}

.specialItem {
    margin-bottom: 40px;
    padding: 90px 35px 50px;
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.03);
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.specialItem:hover {
    background-color: #3d9886;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.specialItem:hover .offer {
    background-color: #fff;
    color: #000;
}

.specialItem:hover .desc {
    color: #fff;
}

.specialItem:hover .price {
    color: #000;
}

.specialItem:hover .btnPlan {
    color: #000;
    background-color: #fff;
}

.specialItem .offer {
    position: absolute;
    left: 45px;
    top: 40px;
    background-color: #3d9886;
    width: 60px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.specialItem .title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.specialItem:hover .title {
    color: #fff;
}

.specialItem .subTitle {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.specialItem:hover .subTitle {
    color: #fff;
}

.specialItem .desc {
    color: #7c7f85;
    font-size: 16px;
    font-weight: 500;
    max-width: 240px;
    line-height: 25px;
    min-height: 140px;
    padding-bottom: 20px;
    text-align: left;
}

.specialItem .oldPrice {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.specialItem:hover .oldPrice {
    color: #fff;
}

.specialItem .price {
    font-size: 24px;
    color: #3d9886;
    display: block;
    margin-bottom: 12px;
}

.specialItem.noHover:hover .price {
    color: #3d9886;
}

.specialItem .btnPlan {
    width: 180px;
    height: 53px;
    line-height: 53px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    border: none;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #3d9886;
}

/* ------------------------------------------ */

/*        Hosting
/* ------------------------------------------ */

.featuresHosting {
    padding-bottom: 95px;
}

.hostingPage {
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.hostingPage .container {
    margin-top: -75px;
}

.hostingPage .container .row {
    margin-left: -10px;
    margin-right: -10px;
}

.hostingPage .container .row .col-md-4,
.hostingPage .container .row .col-md-8 {
    padding-left: 10px;
    padding-right: 10px;
}

.hostingPageItem {
    margin-bottom: 20px;
    background-color: #f4f9fb;
    padding: 40px 0 20px;
    height: 303px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 2px solid #f4f9fb;
}

.hostingPageItem:before {
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    background: #3d9886;
    top: 0;
    left: 0;
    transition: 100ms width ease 300ms;
    -web-kit-transition: 100ms width ease 300ms;
}

.hostingPageItem:after {
    position: absolute;
    width: 2px;
    height: 0;
    content: "";
    background: #3d9886;
    top: 0;
    right: 0;
    transition: 100ms height ease 200ms;
    -web-kit-transition: 100ms height ease 200ms;
}

.hostingPageItem .box-inner:after {
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    background: #3d9886;
    bottom: 0;
    right: 0;
    transition: 100ms width ease 100ms;
    -web-kit-transition: 100ms width ease 100ms;
}

.hostingPageItem .box-inner:before {
    position: absolute;
    width: 2px;
    height: 0;
    content: "";
    background: #3d9886;
    bottom: 0;
    left: 0;
    transition: 100ms height ease 0ms;
    -web-kit-transition: 100ms height ease 0ms;
}

.hostingPageItem:hover {
    border-color: transparent;
}

.hostingPageItem:hover:before {
    width: calc(100% + 3px);
    transition: 100ms width ease 0ms;
    -web-kit-transition: 100ms width ease 0ms;
}

.hostingPageItem:hover:after {
    height: calc(100% + 3px);
    transition: 100ms height ease 100ms;
    -web-kit-transition: 100ms height ease 100ms;
}

.hostingPageItem:hover .box-inner:after {
    width: calc(100% + 3px);
    transition: 100ms width ease 200ms;
    -web-kit-transition: 100ms width ease 200ms;
}

.hostingPageItem:hover .box-inner:before {
    height: calc(100% + 3px);
    transition: 100ms height ease 300ms;
    -web-kit-transition: 100ms height ease 300ms;
}

.hostingPageItem .icon {
    display: block;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
}

.hostingPageItem .icon svg {
    display: inline-block;
}

.hostingPageItem .title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    /* padding: 0 50px; */
}

.hostingPageItem .desc {
    line-height: 26px;
    color: #000;
    font-size: 14px;
    padding: 0 50px;
    max-height: 129px;
    text-align: left;
    text-align-last: center;
}

.hostingPage .specialItem {
    min-height: 300px;
    display: flex;
    padding: 83px 45px 40px;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 20px;
    justify-content: space-between;
    background: url(../images/bgVPS.svg) no-repeat 44% 24px #212328;
}

.hostingPage .specialItem .title,
.hostingPage .specialItem .subTitle,
.hostingPage .specialItem .oldPrice {
    color: #fff;
}

.hostingPage .specialItem .desc {
    min-height: auto;
}

/* ------------------------------------------ */

/*        Whatsloop
/* ------------------------------------------ */

.servYou {
    background-color: #004673;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 95px 0;
    text-align: center;
}

.servYou.blue {
    background-color: #007a8b;
}

.servYou.blue .BgMoveCloud {
    background-image: url(../images/whatsloopCloud-2.png);
}

.servYou .BgMoveCloud {
    background-image: url(../images/whatsloopCloud.png);
    height: 295px;
}

.servYou .title {
    font-size: 39px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.servYou .desc {
    max-width: 618px;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
}

.servYou .started {
    width: 255px;
    height: 53px;
    line-height: 53px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    text-align: center;
}

.servYou .started span {
    position: relative;
    display: inline-block;
    transition: 0.5s;
}

.servYou .started:hover span {
    padding-right: 20px;
}

.servYou .started span:after {
    content: "»";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-size: 23px;
}

.servYou .started:hover span:after {
    opacity: 1;
    right: 0;
}

.productStyle {
    position: relative;
    z-index: 1;
    padding-bottom: 130px;
    margin-top: -115px;
    overflow: hidden;
}

.productStyle .productImg {
    display: block;
    max-width: 100%;
    margin: 0 auto 100px;
}

.productDetails .content:not(:last-of-type) {
    margin-bottom: 80px;
}

.productDetails .content {
    display: flex;
    gap: 158px;
    justify-content: space-between;
    align-items: center;
}

.productDetails .content:nth-of-type(even) {
    flex-direction: row-reverse;
}

.productDetails .content img {
    margin-bottom: 30px;
    max-width: 500px;
}

.productDetails .content .title {
    font-weight: 500;
    font-size: 35px;
    color: #000;
    margin-bottom: 10px;
    line-height: 50px;
}

.productDetails .content .desc {
    max-width: 553px;
    line-height: 35px;
    color: #000;
    margin-bottom: 25px;
    font-size: 18px;
    text-align: left;
}

.productDetails .content a {
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #3d9886;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    margin-right: auto;
    margin-left: 0;
    position: relative;
}

.splashCircle {
    position: relative;
    overflow: hidden;
}

.splashCircle:hover {
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.splashCircle::before {
    opacity: 0;
    position: absolute;
    top: calc(100% * var(--ripple-y));
    left: calc(100% * var(--ripple-x));
    transform: translate(-50%, -50%) scale(1);
    padding: 50%;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    transition: transform 1s, opacity 1s;
}

.splashCircle:active::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
    transition: 0s;
}

.splashCircle::after {
    opacity: 0;
    position: absolute;
    top: calc(100% * var(--ripple-y));
    left: calc(100% * var(--ripple-x));
    transform: translate(-50%, -50%) scale(1);
    padding: 50%;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    transition: transform 2s, opacity 2s;
}

.splashCircle:active::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
    transition: 0s;
}

/* ------------------------------------------ */

/*         Services
/* ------------------------------------------ */

.openClients {
    text-align: center;
    background-color: #212328;
    padding: 60px 0 70px;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.openClients .BgMoveCloud {
    background-image: url(../images/bgOurClientsClouds.png);
    height: 439px;
    top: auto;
    bottom: 50px;
}

.openClients img {
    max-width: 100%;
    margin-bottom: 35px;
}

.openClients .title {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.openClients .desc {
    font-size: 20px;
    color: #fff;
}

.openClients .desc a {
    font-weight: 700;
    text-decoration: underline !important;
    color: #1eb8a3;
}

.servicesPage {
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
}

.servicesPage .content .flexBox:not(:last-of-type) {
    margin-bottom: 150px;
}

.servicesPage .content .flexBox {
    display: flex;
    gap: 60px;
    position: relative;
    align-items: center;
    align-content: space-around;
}

.servicesPage .content .flexBox:nth-of-type(even) {
    flex-direction: row-reverse;
}

.servicesPage .content .flexBox .details {
    max-width: 500px;
    display: flex;
    gap: 40px;
    justify-content: space-around;
    align-items: center;
}

.servicesPage .content .flexBox .details .flexDetails .title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
}

.servicesPage .content .flexBox .details .flexDetails .desc {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    max-width: 346px;
    text-align: left;
}

.servicesPage .content .flexBox .owlCate {
    max-width: 585px;
}

.servicesPage .content .flexBox .owlCate .item {
    background-color: #f4f9fb;
    text-align: center;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 30px 6px;
    font-weight: 500;
    /* width: 175px; */
    max-width: 100%;
    margin: 0 auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
    overflow: hidden;
}

.servicesPage .content .flexBox .owlCate .owl-item:hover .item {
    color: #fff;
    background-color: #3d9886;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.servicesPage .content .flexBox .owlCate .owl-item:hover .item .icon {
    fill: #fff;
}

.servicesPage .content .flexBox .owlCate .item .icon,
.servicesPage .content .flexBox .owlCate .item span {
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
    color: #000;
}

.servicesPage .content .flexBox .owlCate .owl-item:hover .item .icon,
.servicesPage .content .flexBox .owlCate .owl-item:hover .item span {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    color: #fff;
}

.servicesPage .content .flexBox .owlCate .item span {
    position: relative;
    padding-bottom: 20px;
    display: block;
}

.servicesPage .content .flexBox .owlCate .item span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.servicesPage .content .flexBox .owlCate .owl-item:hover .item span:after {
    background-color: #fff;
    width: 80px;
    left: calc(50% - 40px);
    animation: move-width 1.2s infinite;
    -webkit-animation: move-width 1.2s infinite;
}

.servicesPage .content .flexBox .owlCate .item .icon {
    display: block;
    margin-bottom: 15px;
    height: 90px;
    width: 90px;
    position: relative;
    background-color: #fff;
    line-height: 125px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.servicesPage .content .flexBox .owlCate .item .icon:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.servicesPage .content .flexBox .owlCate .item .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgb(255 255 255 / 10%);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.servicesPage .content .flexBox .owlCate .item .icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #4dae9b,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #4dae9b,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #4dae9b,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #4dae9b,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #4dae9b,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #4dae9b,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* .servicesPage .content .flexBox .owlCate .owl-item:hover .item .icon {
    background-color: #4dae9b;
} */

.servicesPage .content .flexBox .owlCate .item .icon svg {
    display: inline-block;
}

.servicesPage .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 27px);
    left: calc(100% + 15px);
    width: 176px;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.servicesPage .content .flexBox:hover .owl-carousel .owl-nav {
    opacity: 1;
}

.servicesPage .content .flexBox:nth-of-type(even) .owl-carousel .owl-nav {
    right: calc(100% + 15px);
    left: auto;
}

.servicesPage .owl-carousel .owl-nav button.owl-next,
.servicesPage .owl-carousel .owl-nav button.owl-prev {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #3d9886;
    border-radius: 50%;
    border: 1px solid #3d9886;
    font-size: 28px;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 15px;
}

.servicesPage .owl-carousel .owl-nav button.owl-next:hover,
.servicesPage .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #3d9886;
    color: #fff;
}

/* ------------------------------------------ */

/*         Domains
/* ------------------------------------------ */

.domainHead {
    padding: 250px 0 210px;
    background: url(../images/planet-earth.png) center 80px no-repeat;
    position: relative;
    z-index: 1;
    text-align: center;
}

.domainHead:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.49);
}

.domainHead .title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.domainHead .subTitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 60px;
}

.domainHead .searchDomain {
    display: flex;
    position: relative;
}

.domainHead .searchDomain .icon {
    position: absolute;
    left: 32px;
    top: 24px;
}

.domainHead .searchDomain input {
    background-color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 65px;
    padding: 0 25px 0 65px;
    border: none;
    font-size: 16px;
    width: 100%;
}

.domainHead .searchDomain input::placeholder {
    color: #000;
}

.domainHead .searchDomain input::-webkit-input-placeholder {
    color: #000;
}

.domainHead .searchDomain input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.domainHead .searchDomain input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.domainHead .searchDomain input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.domainHead .searchDomain button {
    background-color: #3d9886;
    color: #fff;
    width: 168px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    text-align: center;
    border: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.domainList {
    margin-top: -65px;
    padding-bottom: 130px;
    position: relative;
    z-index: 2;
}

.domainList .tabletStyle {
    padding-top: 89px;
    padding: 89px 40px 140px;
}

.domainList .tabletStyle .tabletDots {
    top: 37px;
    left: 48px;
}

.domainList .tabletStyle .tabletBtn {
    bottom: 47px;
}

.domainList .tabletStyle {
    background-color: #fff;
}

.domainList table {
    width: 100%;
    min-width: 767px;
}

.domainList .table-responsive {
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    overflow: auto;
}

.domainList table thead {
    border-bottom: 1px solid #f5f5f5;
}

.domainList table thead tr th {
    padding: 25px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.domainList table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #f5f5f5;
}

.domainList table tbody tr td {
    padding: 15px 25px;
    font-size: 18px;
    color: #000;
}

.domainList table tbody tr td:first-of-type {
    font-weight: 600;
}

.domainList table tbody tr td .type {
    padding: 0 15px;
    height: 30px;
    border-radius: 30px;
    background-color: #000;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-right: 15px;
    display: inline-block;
}

.domainList table tbody tr td .type.green {
    background-color: #3d9886;
}

.domainList table tbody tr td .type.red {
    background-color: #dc5656;
}

.domainList table tbody tr td .type.purple {
    background-color: #d1379d;
}

.domainList table tbody tr td .oldPrice {
    color: #a7a7a7;
    margin-right: 5px;
    text-decoration: line-through;
}

.domainList table tbody tr td .discount {
    color: #dc5656;
}

.domainsContent {
    padding-bottom: 105px;
}

.AdvancedDomain {
    padding: 140px 0 0;
    background-color: #f4f9fb;
    overflow: hidden;
}

.AdvancedDomain .container {
    border-bottom: 1px solid #eaf3f5;
    padding-bottom: 80px;
}

.AdvancedDomain.AdvancedDomain2 .container {
    padding-bottom: 55px;
}

.titleStyleDomain {
    text-align: center;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
}

.subTitleDomain {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 75px;
    line-height: 35px;
}

.AdvancedDomain .tabsBtns {
    display: flex;
    gap: 40px;
}

.AdvancedDomain .tabsBtns li {
    border-bottom: 2px solid #bdd0d8;
    cursor: pointer;
    padding-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    width: 25%;
    position: relative;
}

.AdvancedDomain .tabsBtns li:before,
.AdvancedDomain .tabsBtns li:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #3d9886;
}

.AdvancedDomain .tabsBtns li:before {
    opacity: 0;
    transform: translateY(-8px);
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
    -webkit-transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s;
    -moz-transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s;
    -ms-transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s;
    -o-transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s;
}

.AdvancedDomain .tabsBtns li:after {
    opacity: 0;
    transform: translateY(2px);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s;
    -webkit-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s;
    -moz-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s;
    -ms-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s;
    -o-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
}

.AdvancedDomain .tabsBtns li:hover:before,
.AdvancedDomain .tabsBtns li:hover:after,
.AdvancedDomain .tabsBtns li:focus:before,
.AdvancedDomain .tabsBtns li:focus:after,
.AdvancedDomain .tabsBtns li.active:before,
.AdvancedDomain .tabsBtns li.active:after {
    opacity: 1;
    transform: translateY(0);
}

.AdvancedDomain .tabsBtns li:hover:before,
.AdvancedDomain .tabsBtns li:focus:before,
.AdvancedDomain .tabsBtns li.active:before {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s;
    -webkit-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s;
    -moz-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s;
    -ms-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s;
    -o-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s;
}

.AdvancedDomain .tabsBtns li:hover:after,
.AdvancedDomain .tabsBtns li:focus:after,
.AdvancedDomain .tabsBtns li.active:after {
    transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s 0.3s;
    -webkit-transition: transform 0s 0.2s
            cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s 0.3s;
    -moz-transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s 0.3s;
    -ms-transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s 0.3s;
    -o-transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s 0.3s;
}

.AdvancedDomain .tabsBtns li .icon {
    display: inline-block;
    margin-right: 20px;
    height: 48px;
    line-height: 76px;
    position: relative;
    top: 9px;
}

.AdvancedDomain .tabsBtns li:hover,
.AdvancedDomain .tabsBtns li.active {
    border-color: transparent;
}

.AdvancedDomain .tabsAdv .tab:not(:first-of-type) {
    display: none;
}

.AdvancedDomain .tabsAdv {
    position: relative;
}

.AdvancedDomain .tabsAdv .tab {
    padding-top: 100px;
    position: relative;
    top: 0;
}

.AdvancedDomain .tabsAdv .tab .content {
    display: flex;
    gap: 83px;
    align-items: center;
    justify-content: space-around;
}

.AdvancedDomain .tabsAdv .tab .content img {
    max-width: 100%;
}

.AdvancedDomain .tabsAdv .tab .content .details {
    max-width: 490px;
}

.AdvancedDomain .tabsAdv .tab .content .details .title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    line-height: 50px;
}

.AdvancedDomain .tabsAdv .tab .content .details .desc {
    line-height: 35px;
    font-size: 18px;
    color: #000;
    text-align: left;
}

.asked {
    padding: 130px 0 100px;
    background-color: #f4f9fb;
}

.accordion {
    margin-bottom: 20px;
    border: 1px solid #ddeaec;
}

.accordion .accordion-title {
    padding: 25px 55px 25px 25px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.accordion .accordion-title:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 32px;
    top: 23px;
    color: #707070;
    font-size: 25px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion.active .accordion-title:before {
    transform: rotate(180deg);
}

.accordion:not(.active) .accordion-content {
    display: none;
}

.accordion .accordion-content {
    padding: 25px;
    border-top: 1px solid #ddeaec;
}

.accordion .accordion-content .desc {
    font-size: 16px;
    line-height: 35px;
    color: #000;
    width: 940px;
    max-width: 100%;
    text-align: left;
}

.asked .links {
    margin-top: 80px;
    display: flex;
    gap: 40px;
}

.asked .links .link {
    width: 100%;
    padding: 25px 95px 25px 150px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    display: block;
    margin-bottom: 30px;
}

.asked .links .link .titleLink {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.asked .links .link .desc {
    /* max-width: 230px; */
    line-height: 30px;
    font-size: 16px;
    color: #000;
}

.asked .links .link .icon {
    position: absolute;
    left: 49px;
    top: 37px;
    width: 60px;
    height: 60px;
    line-height: 105px;
    text-align: center;
}

.asked .links .link .icon svg {
    display: inline-block;
}

.asked .links .link .arrowRight {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 21px);
    right: 42px;
    width: 42px;
    height: 42px;
    border: 1px solid #bdd0d8;
    text-align: center;
    line-height: 42px;
    color: #bdd0d8;
    font-size: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.asked .links .link:hover .arrowRight {
    background-color: #3d9886;
    border-color: #3d9886;
}

.asked .links .link:hover .arrowRight svg path {
    stroke: #fff;
}

.asked .links .link:hover .arrowRight {
    padding-left: 10px;
}

.asked .links .link .arrowRight:before,
.appsHome .owl-carousel .owl-nav button.owl-prev:before,
.appsHome .owl-carousel .owl-nav button.owl-next:before {
    content: "";
    position: absolute;
    left: 8px;
    height: 1px;
    top: calc(50% - 0.7px);
    width: 0;
    background-color: transparent;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.appsHome .owl-carousel .owl-nav button.owl-prev i,
.appsHome .owl-carousel .owl-nav button.owl-next i {
    transition: padding-right 0.5s, top 0.5s;
    -webkit-transition: padding-right 0.5s, top 0.5s;
    -moz-transition: padding-right 0.5s, top 0.5s;
    -ms-transition: padding-right 0.5s, top 0.5s;
    -o-transition: padding-right 0.5s, top 0.5s;
    display: inline-block;
    position: relative;
    top: 0;
}

.appsHome .owl-carousel .owl-nav button.owl-next i {
    transition: padding-left 0.5s;
    -webkit-transition: padding-left 0.5s;
    -moz-transition: padding-left 0.5s;
    -ms-transition: padding-left 0.5s;
    -o-transition: padding-left 0.5s;
}

.appsHome .owl-carousel .owl-nav button.owl-prev:hover i {
    padding-right: 13px;
}

.appsHome .owl-carousel .owl-nav button.owl-prev:hover i,
.appsHome .owl-carousel .owl-nav button.owl-next:hover i {
    top: -1px;
}

.appsHome .owl-carousel .owl-nav button.owl-next:hover i {
    padding-left: 13px;
}

.appsHome .owl-carousel .owl-nav button.owl-prev:before,
.appsHome .owl-carousel .owl-nav button.owl-next:before {
    height: 1.5px;
    top: 50%;
}

.appsHome .owl-carousel .owl-nav button.owl-prev:before {
    left: auto;
    right: 12px;
}

.appsHome .owl-carousel .owl-nav button.owl-next:before {
    left: 12px;
    right: auto;
}

.asked .links .link:hover .arrowRight:before {
    background-color: #e0efec;
    width: 20px;
}

.appsHome .owl-carousel .owl-nav button:hover.owl-prev:before,
.appsHome .owl-carousel .owl-nav button:hover.owl-next:before {
    width: 22px;
    background-color: #fff;
}

/* ------------------------------------------ */

/*         Plans Pages
/* ------------------------------------------ */

.breadGlobal.breadGlobal2 {
    min-height: 760px;
    padding: 235px 0 30px;
    background-image: url(../images/breadGlobal2.png);
}

.breadGlobal.breadGlobal2:before {
    background-color: rgba(11, 38, 74, 0.7);
}

.breadGlobal.breadGlobal2 .subTitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}

.plansPages {
    position: relative;
    z-index: 2;
    padding-bottom: 90px;
}

.plansPages.forPlans .row {
    margin: 0 -10px;
    margin-top: -350px;
}

@media (max-width: 991px) {
    .plansPages.forPlans .row {
        margin-top: 0 !important;
    }
}

.plansPages .minusMargin {
    margin-top: -350px;
}

@media (max-width: 991px) {
    .plansPages .minusMargin {
        margin-top: 0 !important;
    }
}

.plansPages.forPlans .row .col-md-3,
.plansPages.forPlans .row .col-md-4 {
    padding: 0 10px;
}

.plansPages .planStyle .planHead {
    padding-bottom: 30px;
    min-height: 350px;
    height: 350px;
}

.plansPages.forPlans .planStyle .planHead,
.plansPages.forPlans .planStyle .planList {
    padding: 30px 25px;
}

.plansPages.forPlans .planStyle .planHead .planOffer {
    margin-bottom: 25px;
}

.plansPages.forPlans .planStyle .planHead .titlePlan {
    font-size: 20px;
}

.plansPages.forPlans .planStyle .planHead .titlePlan {
    font-size: 20px;
}

.plansPages.forPlans .planStyle .planHead .planPrice {
    font-size: 25px;
}

.pagesContent .productDetails .content {
    gap: 135px;
}

.pagesContent {
    padding-bottom: 120px;
}

.switchStyle {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    width: 315px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 35px;
}

.switchStyle span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.switchStyle .monthly:not(.switchStyle.active .monthly) {
    color: #3d9886;
}

.switchStyle.active .anually {
    color: #3d9886;
}

.switchStyle .switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 38px;
    margin: 0 10px;
}

/* Hide default HTML checkbox */

.switchStyle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */

.switchStyle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3d9886;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switchStyle .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 6px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switchStyle input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

/* Rounded sliders */

.switchStyle .slider.round {
    border-radius: 34px;
}

.switchStyle .slider.round:before {
    border-radius: 50%;
}

/* ------------------------------------------ */

/*         Why Choose
/* ------------------------------------------ */

.whyChoose {
    padding: 55px 0;
    position: relative;
    z-index: 1;
    background-color: #212328;
    overflow: hidden;
}

.whyChoose .BgMoveCloud {
    background-image: url(../images/whyChooseCloud.png);
    height: 541px;
    bottom: 125px;
}

.whyChoose .flexBox {
    display: flex;
    gap: 150px;
    justify-content: space-between;
    align-items: center;
}

.whyChoose .flexBox .content {
    max-width: 520px;
}

.whyChoose .flexBox .content .iconbtnArrow {
    margin-bottom: 35px;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 0;
    background: none;
    border: none;
    float: none;
    height: auto;
    line-height: normal;
    width: 136px;
    text-align: right;
    margin-left: auto;
    -moz-animation: move-arrow2 3s linear infinite;
    -ms-animation: move-arrow2 3s linear infinite;
    -o-animation: move-arrow2 3s linear infinite;
    -webkit-animation: move-arrow2 3s linear infinite;
    animation: move-arrow2 3s linear infinite;
}

@media (max-width: 991px) {
    .whyChoose .flexBox .content .iconbtnArrow {
        transform: rotate(90deg);
        top: -20px;
    }
}

.whyChoose .flexBox .content .iconbtnArrow .line {
    top: calc(50% - 18px);
    width: 136px;
    right: auto;
    left: 0;
    -moz-animation: move-arrow2 3s linear infinite;
    -ms-animation: move-arrow2 3s linear infinite;
    -o-animation: move-arrow2 3s linear infinite;
    -webkit-animation: move-arrow2 3s linear infinite;
    animation: move-arrow2 3s linear infinite;
}

.whyChoose .flexBox .content .title {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 70px;
    color: #fff;
}

.whyChoose .flexBox .content .desc {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.whyChoose .flexBox .details {
    width: 495px;
    max-width: 100%;
    margin: 0 auto;
}

.whyChoose .flexBox .details .item:not(:last-of-type) {
    margin-bottom: 20px;
}

.whyChoose .flexBox .details .item {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px;
}

.whyChoose .flexBox .details .item .icon {
    display: block;
    margin-bottom: 10px;
}

.whyChoose .flexBox .details .item .title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.whyChoose .flexBox .details .item .desc {
    width: 359px;
    max-width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    text-align: left;
}

/* ------------------------------------------ */

/*         Cloud Load
/* ------------------------------------------ */

.cloudLoad {
    margin-bottom: 95px;
    overflow: hidden;
}

.cloudLoad .container {
    padding-bottom: 45px;
    border-bottom: 2px solid #eaf3f5;
}

.cloudLoad .titleStyle {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.cloudLoad .subTitle {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 70px;
}

.cloudLoad img {
    max-width: 100%;
}

.cloudLoad .flexBox {
    display: flex;
    gap: 160px;
    align-content: space-around;
    justify-content: flex-end;
}

.cloudLoad .item {
    margin-bottom: 30px;
    position: relative;
    padding-top: 35px;
    max-width: 231px;
}

.cloudLoad .item:not(:last-of-type):before {
    content: "";
    position: absolute;
    left: calc(100% + 70px);
    top: calc(50% - 17px);
    height: 62px;
    width: 32px;
    background: url(../images/arrowLoad.png) center no-repeat;
}

.cloudLoad .item .title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.cloudLoad .item .desc {
    max-width: 232px;
    color: #707070;
    line-height: 30px;
    font-size: 16px;
}

.btnAn:link,
.btnAn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.2s;
    position: absolute;
}

.btnAn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

.btnAn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(255, 255, 255, 0.2);
}

.btnAn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
}

.btnAn-white::after {
    background-color: #3d9886;
}

.btnAn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btnAn-animated {
    -webkit-animation: moveInBottom 5s ease-out;
    animation: moveInBottom 5s ease-out;
    -webkit-animation-fill-mode: backwards;
}

.footer .vs__dropdown-menu {
    top: auto !important;
    bottom: calc(100% + 5px) !important;
}

.arrowsSvg svg {
    width: 60px;
    height: 72px;
    position: fixed;
    left: 20px;
    bottom: -100%;
    visibility: hidden;
    opacity: 0;
    transform: rotate(180deg);
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.arrowsSvg.active svg {
    opacity: 1;
    bottom: 103px;
    visibility: visible;
}

.arrowsSvg path {
    stroke: #3d9886;
    fill: transparent;
    stroke-width: 1px;
    animation: arrowsSvg 2s infinite;
    -webkit-animation: arrowsSvg 2s infinite;
}

@keyframes arrowsSvg {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrowsSvg
/*Safari and Chrome*/ {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.arrowsSvg path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari 和 Chrome */
}

.arrowsSvg path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    /* Safari 和 Chrome */
}

.arrowsSvg path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    /* Safari 和 Chrome */
}

span.ripple,
span.ripple2 {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    position: absolute;
    transform: scale(0);
    animation: ripple 0.6s linear;
}

.console-underscore {
    display: inline-block;
    position: relative;
    top: -0.14em;
    color: #fff;
    left: 10px;
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@-webkit-keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@-moz-keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@-ms-keyframes mripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.btnDots {
    width: 5px;
    position: relative;
    height: 5px;
    margin: 0 13px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    top: -1.7px;
    right: -3px;
    animation: dotsToggle 1s infinite;
    -webkit-animation: dotsToggle 1s infinite;
}

.btnDots:after,
.btnDots:before {
    content: "";
    width: 5px;
    position: absolute;
    height: 5px;
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    top: 0;
    left: 0;
}

.btnDots:before {
    animation: dotsToggle 2s infinite;
    -webkit-animation: dotsToggle 2s infinite;
}

.btnDots:after {
    animation: dotsToggle 1.5s infinite;
    -webkit-animation: dotsToggle 1.5s infinite;
}

.btnDots:after {
    left: auto;
    right: 0;
}
/* ------------------------------------------ */

/*        investors
/* ------------------------------------------ */
.investors .form-body .input-style .vs__dropdown-toggle {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 500;
    padding: 0 20px;
    padding-top: 18px;
    background: none;
    border: 2px solid #000000;
    border-radius: 0;
}
.investors .form-body .input-style .vs__actions {
    position: absolute;
    right: 10px;
}
.investors .form-body .input-style .vs__selected {
    position: absolute;
    top: -4px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.investors .form-body .input-style .vue-tel-input {
    border: 2px solid transparent;
    background: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: "Tajawal";
    height: 65px;
}
.investors .form-body .input-style .vue-tel-input input {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 500;
    padding: 0 20px;
    padding-top: 18px;
    background: none;
    border: 2px solid #000000;
    transition: 0.1s;
}
.investors .form-body .input-style .vue-tel-input input {
    padding-top: 3px !important;
    padding-left: 109px !important;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    transition: 0.1s;
}
.investors .form-body .input-style .vue-tel-input input:focus {
    border-color: #3d9886;
    background: none;
}

/* ------------------------------------------ */

/*         Model Clients
/* ------------------------------------------ */

.modelClients {
    background-color: #0b0a0a;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 80px 60px 60px;
    display: none;
    overflow: auto;
}

.modelClients .closeClients {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: scale(0);
    transition: all 0.3s ease;
}

.modelClients.active .closeClients {
    transform: scale(1);
}

.modelClients .closeClients:before,
.modelClients .closeClients:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    height: 2px;
    width: 40px;
    background-color: #fff;
    transform: rotate(46deg);
    cursor: pointer;
}

.modelClients .closeClients:after {
    transform: rotate(-46deg);
}

.modelClients .container {
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 100%;
    min-height: 100%;
    width: 1400px;
}

.modelClients .row {
    width: 100%;
}

.modelClients .bigImg {
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.9s ease;
    transform-origin: 0% 0%;
    transform: translate(0%, 100%) scale(0, 0);
}

.modelClients.active .bigImg {
    transform-origin: 0% 0%;
    transform: translate(0px, 0px);
}

.modelClients .listImgs .item {
    transform-origin: 0% 0%;
    transform: translate(0%, 100%) scale(0, 0);
    transition: all 0.9s ease-out;
    width: 50px;
    height: 50px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.modelClients.active .listImgs .item {
    transform-origin: 0% 0%;
    transform: translate(0px, 0px);
    width: 148px;
    height: 148px;
}

.modelClients .listImgs .item:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #3d9886;
    opacity: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease;
}

.modelClients .listImgs .item:hover:after,
.modelClients .listImgs .activeImg .item:after {
    bottom: 5px;
    opacity: 1;
}

.modelClients .listImgs img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.modelClients .details {
    padding-top: 60px;
    padding-left: 20px;
}

.modelClients .title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    opacity: 0;
    transform: translate(0%, -100%);
    transition: all 0.6s ease;
}

.modelClients.active .title,
.modelClients.active .desc,
.modelClients.active .apps li {
    opacity: 1;
    transform: translate(0%, 0%);
}

.modelClients .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #3d9886;
    -moz-animation: moveLine 2s linear infinite;
    -ms-animation: moveLine 2s linear infinite;
    -o-animation: moveLine 2s linear infinite;
    -webkit-animation: moveLine 2s linear infinite;
    animation: moveLine 2s linear infinite;
    transition: all 0.6s ease;
}

@keyframes moveLine {
    0% {
        width: 110px;
    }
    50% {
        width: 80px;
    }
    100% {
        width: 110px;
    }
}

@-webkit-keyframes moveLine {
    0% {
        width: 110px;
    }
    50% {
        width: 80px;
    }
    100% {
        width: 110px;
    }
}

@-moz-keyframes moveLine {
    0% {
        width: 110px;
    }
    50% {
        width: 80px;
    }
    100% {
        width: 110px;
    }
}

@-ms-keyframes moveLine {
    0% {
        width: 110px;
    }
    50% {
        width: 80px;
    }
    100% {
        width: 110px;
    }
}

.modelClients .details .overflowDetails {
    overflow: hidden;
}

.modelClients .desc {
    color: #fff;
    line-height: 35px;
    max-width: 500px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translate(0%, -100%);
    transition: all 0.6s ease;
}

.modelClients .details .apps {
    display: flex;
}

.modelClients .apps li {
    margin-bottom: 30px;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: all 0.6s ease;
}

.modelClients .apps li:first-of-type {
    margin-right: 15px;
}

.modelClients .apps li a {
    background-color: #000;
    fill: #fff;
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

.modelClients .apps li a:before {
    content: "";
    width: 100%;
    bottom: 0;
    height: 0;
    background-color: #3d9886;
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
    left: 0;
    border-radius: 3px;
}

.modelClients .apps li a:hover:before {
    height: 100%;
}
.modelClients .modelOwls .owl-nav {
    opacity: 0;
}
.modelClients .modelOwls .owl-nav [class*="owl-"] span {
    color: #3d9886;
    font-size: 35px;
}
.modelClients .modelOwls .owl-nav [class*="owl-"]:hover {
    background: #3d9886;
}
.modelClients .modelOwls .owl-nav [class*="owl-"]:hover i {
    color: #fff;
}
.modelClients .modelOwls .owl-nav button:last-of-type {
    margin-left: 40px;
}
@media (min-width: 768px) {
    .modelClients .modelOwls .owl-nav [class*="owl-"] {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
    }
    .modelClients .modelOwls .owl-nav .owl-prev {
        left: -40px;
    }
    .modelClients .modelOwls .owl-nav .owl-next {
        right: -40px;
    }
}
.modelClients .modelOwls .owl-nav [class*="owl-"] {
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    border: 2px solid #bdd0d8;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
    font-size: 23px;
    position: relative;
    overflow: hidden;
    margin: 0;
    transition: all 0.3s;
}
.modelClients .modelOwls .owl-nav [class*="owl-"] i {
    color: #3d9886;
}

.custumer {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 68px;
    height: 68px;
    z-index: 1601;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.custumer.active {
    bottom: 30px;
}

.custumer .whatsApp {
    border-radius: 20px;
    overflow: hidden;
    z-index: 999;
    box-shadow: 0 2px 15px rgb(0 0 0 / 16%);
    position: absolute;
    right: 0;
    width: 360px;
    bottom: 80px;
    text-align: left;
    transform-origin: right 95% 0;
    transform: translate(0px, 0px) scale(0.1);
    opacity: 0;
}

.custumer .whatsApp.active {
    transform: scale(1);
    transform-origin: right 95% 0;
    transition: transform 0.25s ease-in-out 0s, opacity 0.13s linear 0.15s,
        -webkit-transform 0.3s ease-in-out 0s;
    opacity: 1;
}

.custumer .whatsApp .logoFootter {
    background-color: #095e54;
    display: flex;
    padding: 20px 15px;
    gap: 13px;
    color: #fff;
    cursor: pointer;
    align-items: center;
}

.custumer .whatsApp .logoFootter img {
    width: 55px;
    height: 55px;
}

.custumer .whatsApp .logoFootter .info {
    margin-top: 2px;
}

.custumer .whatsApp .logoFootter .titleCustomer {
    font-size: 14px;
}

.custumer .whatsApp .logoFootter .atintion {
    font-size: 12px;
    margin-top: 10px;
}

.custumer .whats {
    border: none;
    z-index: 1000;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 6px 3px rgb(0 0 0 / 6%);
}

.custumer .whatsApp .imgWhats {
    background-image: url(../images/tw0nawnvo0zpgm5nx4fp.png);
    background-size: cover;
    padding: 50px 0 0;
}

.custumer .whatsApp .imgWhats .welcom {
    background-color: #fff;
    padding: 10px;
    position: relative;
    width: 145px;
    border-radius: 5px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 16%);
    margin-bottom: 50px;
    margin-left: 25px;
    border-top-left-radius: 0;
}

.custumer .whatsApp .imgWhats .welcom::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    border-width: 8px;
    top: 0;
    right: 100%;
}

.custumer .whatsApp .imgWhats .welcom li:first-of-type {
    color: #959595;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}

.custumer .whatsApp .imgWhats .welcom li {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}

.custumer .whatsApp .imgWhats .welcom li span {
    color: #959595;
}

.custumer .whatsApp .startConversation {
    background-color: #fff;
    padding: 20px 40px;
}

.custumer .whatsApp .startConversation a {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 35px;
    border-radius: 21px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #0dc143;
    text-align: center;
    line-height: 33px;
    position: relative;
    direction: rtl;
}

.custumer .whatsApp .startConversation a i {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
