:root {
    --line-height: 1.425;
    --default__color: #031b4e;
    --main__color: #096eff;
}

html {
    font-family: sans-serif;
    line-height: var(--line-height);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: Open Sans;
    font-style: normal;
    font-size: 16px;
    color: var(--default__color);
    line-height: var(--line-height);
    margin: 0;
}

/* default css */
h1, h2, h3, h4, h5, h6 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    line-height: var(--line-height);
}

h2 {
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}

h3 {
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h4 {
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}

h5 {
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}

h6 {
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
}

p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

p br {
    content: "";
    margin: 5px;
    display: block;
    font-size: 24%;
}

a.link {
    color: #087CCE;
}

a.link:hover {
    color: #087CCE;
    text-decoration: underline;
}

/* end default css */
:focus {
    outline-color: var(--main__color);
}

.img, img.lazyload, img {
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
    border-style: none;
    max-width: 100%;
}

img.lazyload {
    -ms-opacity: 0;
    opacity: 0;
}

.img-responsive {
    max-width: 100%;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
}

a:hover {
    color: var(--main__color);
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-weight: 400;
}

.quote {
    position: relative;
}

.quote:after {
    position: absolute;
    top: 0;
    left: -35px;
    content: "";
    background-image: url('../image/feedback/quote.svg');
    z-index: -1;
    width: 60px;
    height: 60px;
}

/* base content */

.v-content a, .v-content a:visited, .v-content a:focus {
    color: #076db6;
    outline: 0;
    text-decoration: none;
}

.v-content a:hover {
    color: #087cce;
    text-decoration: underline;
}

.v-content img {
    max-width: 100%;
    height: auto;
}

.v-content iframe {
    max-width: 100%;
}

/* table */
table,
.table,
.table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

table,
.table-all {
    border: 1px solid #ccc
}

table tr,
.table-bordered tr,
.table-all tr {
    border-bottom: 1px solid #ddd
}

.table-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.table-all tr:nth-child(odd) {
    background-color: #fff
}

.table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.hoverable tbody tr:hover {
    background-color: #ccc
}

.table-centered tr th,
.table-centered tr td {
    text-align: center
}

tabke
table td,
table th,
.table td,
.table th,
.table-all td,
.table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border: 1px solid #E1E1E1;
}

/*
table td:first-child,
table th:first-child,
.table th:first-child,
.table td:first-child,
.table-all th:first-child,
.table-all td:first-child {
    padding-left: 16px
}*/

.table-responsive {
    display: block;
    overflow-x: auto
}

/* list item */
.v-content ul, .v-content ol {
    padding: 0;
    margin: 0;
}

.v-content ol {
    list-style: decimal;
}

.v-content ul, .v-content li {
    list-style: inherit;
    list-style-position: inside;
}

.v-content ul li, .v-content ol li {
    padding: 0 15px;
    display: list-item;
    text-align: -webkit-match-parent;
}

/* end base content */

*::-moz-selection {
    background: var(--default__color);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--default__color);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--default__color);
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--default__color);
    opacity: 1;
}

*::-webkit-input-placeholder {
    color: var(--default__color);
    opacity: 1;
}

*:-ms-input-placeholder {
    color: var(--default__color);
    opacity: 1;
}

*::-ms-input-placeholder {
    color: var(--default__color);
    opacity: 1;
}

*::placeholder {
    color: var(--default__color);
    opacity: 1;
}

.text-color {
    color: var(--default__color);
}

.text-white {
    color: #ffffff;
}

.main-color {
    color: var(--main__color) !important;
    opacity: 1 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-07 {
    opacity: 0.7;
}

.section {
    padding: 50px 0;
    overflow: hidden;
}

.section .section-title {
    margin-bottom: 50px;
}

.section .section-title .headline {
    margin-top: 0;
    font-size: 42px;
}

.section .section-title.text-center p.description {
    margin: 0 auto;
}

.border-bottom {
    border-bottom: 1px solid rgba(187, 187, 187, 0.15);
}

/* text ellipsis */
.text-ellipsis {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    display: -webkit-box !important;
}

.text-ellipsis.ellipsis-1 {
    -webkit-line-clamp: 1;
}

.text-ellipsis.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-ellipsis.ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-ellipsis.ellipsis-5 {
    -webkit-line-clamp: 5;
}

/* define btn */
/*
.main-menu-area .btn-login:hover::before {
    opacity: 1;
    right: -2px;
    width: calc(100% + 4px);
}
*/
.main-menu-area .btn-login:hover {
    /*color: #5B6987 !important;*/
    background: #ffffff;
}

.header__main.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
    z-index: 1;
}

/*
.main-menu-area .btn-login:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: -2px;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #ffffff;
}
*/

.main-menu-area .btn-login {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid var(--main__color);
    background: var(--main__color);
    padding: 0 20px;
}

/*
.main-menu-area .btn-register:hover::before {
    opacity: 1;
    right: -2px;
    width: calc(100% + 4px);
}

.main-menu-area .btn-register:hover {
    color: #ffffff;
}

.main-menu-area .btn-register:before {
    content: '';
    background-color: var(--main__color);
    position: absolute;
    top: 0;
    left: -2px;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: var(--main__color);
}
*/
.main-menu-area .btn-register {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid var(--main__color);
    background: #fff;
    padding: 0 20px;
}


.btn-cloudfly {
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.btn-cloudfly .svg-icon {
    position: relative;
    top: 3px;
    left: 5px;
}

.btn-white {
    background: #ffffff;
    color: var(--main__color);
}

.btn-white:hover {
    background: var(--main__color);
    /*border-color: #ffffff;*/
    color: #ffffff;
}

.btn-blue {
    background: var(--main__color);
    color: #ffffff;
}

.btn-blue:hover {
    background: #ffffff;
    color: var(--main__color);
}

.btn-blue.btn-border:hover {
    border-color: var(--main__color);
}

.btn-orange {
    background: var(--main__color);
    color: #ffffff;
}

.btn-orange .svg-icon path {
    fill: #ffffff;
}

.btn-orange:hover .svg-icon path {
    fill: var(--main__color);
}

.btn-white .svg-icon path {
    fill: var(--main__color);
}

.btn-white:hover .svg-icon path {
    fill: #ffffff;
}

.btn-orange:hover {
    background: #ffffff;
    color: var(--main__color);
}

.btn-orange.btn-border:hover {
    border-color: var(--main__color);
}

.btn-green {
    background: #78C145;
    color: #fff;
}

.btn-green:hover {
    background: #fff;
    color: #78C145;
}

.btn-green.btn-border:hover {
    border-color: #78C145;
}

.btn-oceans {
    background: #2468B3;
    color: #fff;
}

.btn-oceans:hover {
    background: #fff !important;
    color: #2468B3;
}

.btn-oceans.btn-border:hover {
    border-color: #2468B3;
}

.btn-medium {
    min-width: 150px;
}

.btn-big-large {
    min-width: 300px;
}

.btn-large {
    min-width: 200px;
}

.btn-small {
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    padding: 0 16px;
}

.btn-radius {
    border-radius: 100px !important;
}

@media (max-width: 320px) {
    .btn-cloudfly {
        min-width: unset;
    }
}

.height-40 {
    height: 40px;
    line-height: 40px;
}

.height-45 {
    height: 45px;
    line-height: 45px;
}

.height-50 {
    height: 50px;
    line-height: 50px;
}

.height-60 {
    height: 60px;
    line-height: 60px;
}

input.outline-success {
    border-color: #25B900;
}

.input-zozo {
    box-sizing: border-box;
    border-radius: 6px;
    padding: 15px 25px;
}

.input-zozo::placeholder {
    font-size: 16px;
}

.text-danger {
    color: #a94442;
}

.text-success {
    color: #25B900;
}

.space-height {
    width: 100%;
}

.space-height--10 {
    height: 10px;
}

.space-height--20 {
    height: 20px;
}

.space-height--30 {
    height: 30px;
}

.space-height--40 {
    height: 40px;
}

.space-height--50 {
    height: 50px;
}

/* end define btn */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* define close icon */
.close {
    position: absolute;
    right: 15px;
    top: 50px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: var(--default__color);
}

.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* end close icon */
/* define check icon */
.checkmark {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 16px;
    width: 8px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

/* end check icon */
/* define text */
.fs-14 {
    font-size: 14px;
}

.fs-20 {
    font-size: 20px;
}

/* end define text */
/* define arrow */
.arrow {
    border: solid var(--default__color);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.right {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.svg-icon {
    width: 1em;
    height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: var(--main__color);
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}

/* end define arrow */
/* define plus and minus icon */
.plus-minus {
    position: relative;
    width: 10px;
    height: 10px;
}

.plus-minus:before, .plus-minus:after {
    content: "";
    position: absolute;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.plus-minus:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.plus-minus:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.plus-minus:hover {
    cursor: pointer;
}

.card-header.active .plus-minus:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.card-header.active .plus-minus:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* end */
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.grey-bg {
    background: #f8f8f8;
}

.grey-bg-2 {
    background: #f4f9fc;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: var(--default__color);
}

.theme-bg {
    background: #096bd8;
}

.theme-bg {
    background: #096bd8;
}

.footer-bg {
    background: #091b29;
}

.orange-bg-blur {
    background: #FFF1E4;
}

.white-color {
    color: #fff;
}

.black-color {
    color: var(--default__color);
}

.theme-color {
    color: #096bd8;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-205 {
    margin-bottom: 205px;
}

.mb-210 {
    margin-bottom: 210px;
}

.mb-215 {
    margin-bottom: 215px;
}

.mb-220 {
    margin-bottom: 220px;
}

.mb-225 {
    margin-bottom: 225px;
}

.mb-230 {
    margin-bottom: 230px;
}

.mb-235 {
    margin-bottom: 235px;
}

.mb-240 {
    margin-bottom: 240px;
}

.mb-245 {
    margin-bottom: 245px;
}

.mb-250 {
    margin-bottom: 250px;
}

.mb-255 {
    margin-bottom: 255px;
}

.mb-260 {
    margin-bottom: 260px;
}

.mb-265 {
    margin-bottom: 265px;
}

.mb-270 {
    margin-bottom: 270px;
}

.mb-275 {
    margin-bottom: 275px;
}

.mb-280 {
    margin-bottom: 280px;
}

.mb-285 {
    margin-bottom: 285px;
}

.mb-290 {
    margin-bottom: 290px;
}

.mb-295 {
    margin-bottom: 295px;
}

.mb-300 {
    margin-bottom: 300px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-205 {
    padding-top: 205px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-215 {
    padding-top: 215px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-225 {
    padding-top: 225px;
}

.pt-230 {
    padding-top: 230px;
}

.pt-235 {
    padding-top: 235px;
}

.pt-240 {
    padding-top: 240px;
}

.pt-245 {
    padding-top: 245px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-255 {
    padding-top: 255px;
}

.pt-260 {
    padding-top: 260px;
}

.pt-265 {
    padding-top: 265px;
}

.pt-270 {
    padding-top: 270px;
}

.pt-275 {
    padding-top: 275px;
}

.pt-280 {
    padding-top: 280px;
}

.pt-285 {
    padding-top: 285px;
}

.pt-290 {
    padding-top: 290px;
}

.pt-295 {
    padding-top: 295px;
}

.pt-300 {
    padding-top: 300px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

.pb-230 {
    padding-bottom: 230px;
}

.pb-235 {
    padding-bottom: 235px;
}

.pb-240 {
    padding-bottom: 240px;
}

.pb-245 {
    padding-bottom: 245px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-255 {
    padding-bottom: 255px;
}

.pb-260 {
    padding-bottom: 260px;
}

.pb-265 {
    padding-bottom: 265px;
}

.pb-270 {
    padding-bottom: 270px;
}

.pb-275 {
    padding-bottom: 275px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-285 {
    padding-bottom: 285px;
}

.pb-290 {
    padding-bottom: 290px;
}

.pb-295 {
    padding-bottom: 295px;
}

.pb-300 {
    padding-bottom: 300px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

.pl-300 {
    padding-left: 300px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

.pr-300 {
    padding-right: 300px;
}

.mt--50 {
    margin-top: -50px;
}

.mt--100 {
    margin-top: -100px;
}

.mt--120 {
    margin-top: -120px;
}

.mt--150 {
    margin-top: -150px;
}

.mt--170 {
    margin-top: -170px;
}

@media (min-width: 991px) {
    .no-padding {
        padding: 0;
    }
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.btn-text {
    color: #fff;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: 0.3s;
}

.btn:hover .btn-text {
    color: #fff;
}

svg.arrow-right {
    width: 12px;
    height: 9px;
    margin-left: 9px;
    display: inline-block;
    fill: var(--main__color);
}

a.btn-cloudfly:hover .arrow-right {
    fill: #ffffff;
}

.btn:hover .btn-text {
    color: #fff;
}

.breadcrumb > .active {
    color: #888;
}

.pink-btn {
    background: #d10459;
}

.pink-btn .btn-text {
    color: #fff;
}

.pink-btn .btn-border {
    background: #fff;
}

.btn-none::before {
    display: none;
}

.border-btn {
    -moz-user-select: none;
    border: 2px solid #fff;
    display: inline-block;
    margin-bottom: 0;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
}

.btn-text {
    color: #fff;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: 0.3s;
}

.border-btn:hover {
    border-color: #096bd8;
}

.btn-text i {
    padding-left: 10px;
}

.border-btn::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: #096bd8;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 5px;
}

.border-btn:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: #1876df;
}

.ab-01 {
    top: 0;
    right: 0;
}

.ab-02 {
    top: 18%;
    left: 39%;
}

.ab-03 {
    top: 24%;
    left: 10%;
}

.ab-04 {
    top: 64%;
    left: 0;
}

.ab-05 {
    bottom: 19%;
    left: 13%;
}

/*
.main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a,
.main-menu nav > ul > li:hover .fa-angle-down,
.header-2-button a:hover,
.header-2-button a:hover .fa-angle-down {
    color: #fff !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}*/

.hide {
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.open {
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: translate(0) !important;;
}

.horizontal-line {
    width: 100px;
    height: 1px;
    background: var(--main__color);
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 80px;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

span.title {
    font-size: 18px;
    font-weight: 600;
    color: var(--main__color);
    display: block;
}

.headline {
    margin-bottom: 18px;
    font-size: 48px;
    color: var(--default__color);
    font-weight: 700;
}

.scrollToTop {
    background: var(--main__color);
    height: 35px;
    width: 35px;
    right: 35px;
    bottom: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    display: block;
    position: fixed;
    z-index: 9999;
    display: none;
}

.half-field-control {
    width: 50%;
    float: left;
}

.half-field-control input {
    width: 96%;
    float: left;
}

.half-field-control + .half-field-control input {
    float: right;
}

.half-field-control + .half-field-control .control-label {
    margin-left: 6px;
}

.no-position {
    position: unset;
}

.angle-right {
    position: absolute;
    top: 47%;
    right: 20px;
    -webkit-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    transform: translateY(-47%);
    display: none;
}

.angle-right.white,
.slider-button > .btn:hover .angle-right {
    display: block;
}

.owl-carousel .owl-dots {
    padding: 40px 0;
    text-align: center;
}

.premium-box .owl-carousel .owl-dots {
    padding: 0;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--main__color);
    border-radius: 50%;
    margin: 0 6px;
    opacity: 0.5;
}

.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}

.owl-prev img,
.owl-next img, .owl-prev i, .owl-next i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.owl-next i {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
    left: unset;
    right: 0;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
}

/* header */
.header__top {
    background: #F3F5F9;
}

.header-transparent {
    position: relative;
    z-index: 9999;
    background: #fff;
    width: 100%;
}

.header-transparent.sticky {
    /*position: sticky;
  top: 0;*/
}

.header-transparent.scroll-down {
    top: -72px;
}

.header-2-right {
    margin-top: 16px;
}

.header-cta-text .btn {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.header-cta-text span {
    color: var(--default__color);
    font-size: 14px;
}

.header-cta-text span i {
    margin-right: 6px;
    color: var(--default__color);
    font-size: 14px;
}

.header-cta-text p {
    color: var(--default__color);
    margin-bottom: 0;
}

.header-cta-text p:last-child {
    font-weight: bold;
    margin-top: 0;
}

.header-2-button:hover {
    cursor: pointer;
}

.header-2-button a {
    -moz-user-select: none;
    display: inline-block;
    margin-bottom: 0;
    padding: 15px 5px;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
    color: var(--default__color);
}

.header-2-button a i {
    padding-left: 5px;
    color: var(--default__color);
}

.header__top__navbar__item--language {
    position: relative;
    margin-right: 0;
    /* margin-left: 15px; */
}

.language__nav {
    display: flex;
    align-items: center;
}

.language__nav .language__nav__title {
    display: block;
    margin-left: 8px;
}

.language__nav .arrow {
    position: relative;
    top: -2px;
    left: 2px;
    margin-left: 8px;
}

.language_content {
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: -10px;
    width: 165px;
    padding: 0 10px 10px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header__top__navbar__item--language:hover .language_content {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.language_content .language_dropdown {
    background: #fff;
    border-radius: 4px;
    margin-top: 20px;
    box-shadow: 0px 0px 7px 0px rgb(8 88 157 / 20%);
}

.language_content .language_dropdown:after, .language_content .language_dropdown:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 45px;
    border: 5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    box-shadow: 0px 0px 7px 0px rgb(8 88 157 / 20%);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(
            -45deg
    );
    transform: rotate(
            -45deg
    );
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.language_dropdown ul {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.language_dropdown ul li {
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
}

.language_dropdown ul li > a {
    font-size: 13px;
    color: #3d5067;
    display: block;
    text-align: left;
    line-height: initial;
    height: 40px;
    padding: 5px 15px;
    line-height: 30px;
}

.language_dropdown ul li + li {
    border-top: 1px solid #dfe3e8;
}

.language_dropdown ul li:hover {
    background: #e3f2fd;
}

.header__top__navbar__item--language:hover .language__nav .arrow {
    color: var(--main__color);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.main-menu nav > ul > li:hover i {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-color: #016aff;
}

/*#desktop-menu {
    position: relative;
}*/
.main-menu nav > ul > li {
    display: inline-block;
    padding: 0 15px;
}

#desktop-menu ul li.active a {
    color: var(--main__color);
}

#desktop-menu ul li.active .arrow {
    border-color: var(--main__color);
}

.main-menu nav > ul > li:first-child {
    margin-left: 0;
}

.main-menu nav > ul > li > a {
    color: var(--default__color);
    display: block;
    padding: 25px 0;
    background: transparent;
    position: relative;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}

.main-menu nav > ul > li > a i {
    position: relative;
    top: -2px;
    left: 2px;
    color: var(--default__color);
    margin-left: 8px;
}

.main-menu nav > ul > li > a:hover {
    border-bottom: 1px solid #fff;
}

.main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a {
    color: var(--main__color);
}

.main-menu > nav > ul > li > a::before {
    background: #096bd8;
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: 0.5s;
}

.main-menu nav > ul > li > a .angle-down {
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.main-menu nav > ul > li .angle-down.black,
.main-menu nav > ul > li.has-child:hover .angle-down {
    display: block;
}

.main-menu nav > ul > li.has-child:hover .angle-down.black {
    display: none;
}

.header-2-button {
    position: relative;
}

.header-2-button > a img:last-child {
    margin-left: 5px;
}

.header-2-button .sub-language {
    position: absolute;
    min-width: 125px;
    top: 40px;
    right: 0;
    z-index: 9999;
    display: none;
}

.header-2-button .sub-language.active {
    display: block;
}

.header-2-button .sub-language li {
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}

.header-2-button .sub-language li:hover {
    background: #E9EEFC;
}

.header-2-button .sub-language li:first-child {
    border-bottom: 1px solid #EEE;
}

.header-2-button .sub-language a {
    width: 100%;
    padding: 9px 20px;
    border-radius: unset;
}

.header-2-button .sub-language a:hover {
    color: var(--default__color) 333 !important;
}

.header-2-button .sub-language a span {
    float: left;
}

.header-2-button .sub-language img {
    float: left;
    margin-right: 5px;
}

.header-2-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.login-text {
    padding: 12px 15px;
}

.login-text p:hover a {
    color: #ffffff;
}

.login-text a {
    display: block;
}

.register-text p {
    color: #fff;
}

.main-menu-area .btn-register:hover {
    color: rgb(0, 105, 255) !important;
    border: 1px solid rgb(0, 105, 255) !important;
    background-color: rgb(242, 248, 255) !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    -webkit-box-shadow: 0 6px 12px -4px #2d4df8;
    box-shadow: 0 6px 12px -4px #427cff;
}

.main-menu-area .btn-login:hover {
    border: 1px solid rgb(0, 105, 255);
    transition: all 0.3s ease 0s;
    background-color: rgb(0 105 255 / 80%) !important;
    color: rgb(255, 255, 255) !important;

    -webkit-box-shadow: 0 6px 12px -4px #2d4df8;
    box-shadow: 0 6px 12px -4px #427cff;
}

/*
.register-text:hover a {
    color: #fff;
}
*/
.sub-menu p {
    margin-bottom: 0;
    margin-top: 0;
}

.main-menu nav > ul > li .sub-menu {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 20px rgba(68, 38, 14, 0.25);
    box-shadow: 0 0 20px rgba(68, 38, 14, 0.25);
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: none;
    z-index: 9;
    text-align: left;
}

.main-menu nav > ul > li.has-child {
    position: relative;
}

.main-menu nav > ul > li:hover .sub-menu {
    opacity: 1;
    display: block;
    position: absolute;
}

.main-menu nav > ul > li .sub-menu.product {
    width: 100%;
}

.main-menu nav > ul > li:hover .sub-menu {
    min-width: 245px;
    left: 0px;
    padding: 10px 20px 20px 20px;
}

.main-menu nav > ul > li .sub-menu li {
    display: block;
}

.main-menu nav > ul > li .sub-menu ul.extra li a {
    margin: 0;
    padding: 13px 20px 0 20px;
    display: block;
}

.main-menu nav > ul > li .sub-menu.product ul.extra li:nth-child(2) a {
    padding-top: 0;
}

.main-menu nav > ul > li.has-child:first-child {
    position: unset;
}

.header-transparent .main-menu-area {
    position: relative;
}

.header-transparent .main-menu-area > .container {
    position: unset;
}

div.sub-menu .text-sub-menu {
    padding-bottom: 30px;
    margin-bottom: 0;
    color: var(--default__color);
    font-weight: bold;
}

div.sub-menu ul.sub-menu-detail {
    position: relative !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    float: left;
}

div.sub-menu ul.sub-menu-detail li {
    width: 33.33%;
    float: left;
}

div.sub-menu ul.sub-menu-detail li .desc-product {
    padding: 0 20px 30px 70px;
}

div.sub-menu ul.sub-menu-detail li img {
    width: 55px;
    height: 55px;
    float: left;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

div.sub-menu ul.sub-menu-detail li .desc-product .name-product {
    color: var(--default__color);
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: 600;
}

div.sub-menu ul.sub-menu-detail li .desc-product .detail-product {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    display: -webkit-box;
    font-size: 14px;
}

/* option menu */
.decrease-item .no-position, .decrease-item .main-menu nav > ul > li.has-child {
    position: relative;
}

.decrease-item div.sub-menu ul.sub-menu-detail li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.decrease-item div.sub-menu ul.sub-menu-detail {
    width: auto;
    padding: 0;
}

.decrease-item .main-menu nav > ul > li .sub-menu.product {
    min-width: 850px;
    padding: 20px 0 20px 0;
}

.decrease-item div.sub-menu ul.sub-menu-detail li .desc-product {
    padding: 0 0 0 70px;
}

.decrease-item div.sub-menu ul.sub-menu-detail li.EMA .desc-product {
    padding-bottom: 0;
}

#mobile-menu.decrease-item #mbsub-product li:nth-child(5), #mobile-menu.decrease-item #mbsub-product li:nth-child(6), #mobile-menu.decrease-item #mbsub-product li:nth-child(7) {
    display: none;
}

/* end option menu */
@media (min-width: 991px) {
    div.sub-menu ul.sub-menu-detail {
        width: 960px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        overflow: hidden;
        float: none;
    }
}

@media (min-width: 1200px) {
    div.sub-menu ul.sub-menu-detail {
        width: 1140px;
        max-width: 100%;
    }
}

div.sub-menu .vertical-line {
    width: 1px;
    height: 100%;
    background: #FFD4B0;
    margin: 0 auto;
}

div.sub-menu ul.extra li a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

li.has-child > a {
    position: relative;
}

span.arrowper {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 9999;
}

/*.main-menu nav > ul > li:hover {
    background: var(--main__color);
}*/

div.sub-menu ul.sub-menu-detail li .desc-product .detail-product {
    color: #9D9D9D;
}

.main-menu nav > ul > li .sub-menu ul.extra li a {
    padding: 12px 15px;
    border-left: 3px solid transparent;
    font-weight: 600;
}

.main-menu nav > ul > li .sub-menu ul.extra li a:hover {
    background: #f4f6f8;
    color: #596a7d;
    border-left: 3px solid var(--main__color);;
}

.main-menu nav > ul > li:hover .sub-menu {
    padding: 0
}

/* notification */
.header-2-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
    position: relative;
}

.header-cta-text.notification-icon {
    margin-right: 25px;
}

.notification-dot {
    position: relative;
}

.notification-dot:before {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 10px;
    height: 10px;
    background: var(--main__color);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
}

.notification-box, .user-box {
    position: absolute;
    min-width: 325px;
    right: 0;
    top: 40px;
    z-index: 9999;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #F6F6F6;
    font-size: 12px;
    -webkit-box-shadow: 0 0 20px rgba(68, 38, 14, 0.25);
    box-shadow: 0 0 20px rgba(68, 38, 14, 0.25);
}

.notification-box_top, .notification-box_body {
    margin: 10px 10px 0 10px;
}

.notification-box_toplist li {
    display: inline-block;
}

.notification-box_toplist li:first-child {
    color: #B4B7C1;
}

.notification-box_toplist li:nth-child(2) {
    margin-left: 35px;
    margin-right: 13px;
}

.count-notification {
    background: var(--main__color);
    border-radius: 100px;
    padding: 3px;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
}

.notification-box_bodylist .bodylist-item {
    padding: 10px;
    margin: 10px 0;
    position: relative;
}

.notification-box_bodylist .bodylist-item > a {
    display: flex;
    flex-wrap: wrap;
}

.notification-box_bodylist .bodylist-item:last-child {
    margin-bottom: 0;
}

.notification-box_bodylist .bodylist-item:hover {
    background: #FDF2E8;
    border-radius: 4px;
}

.notification-time {
    position: absolute;
    right: 10px;
    color: #707485;
    opacity: 0.5;
}

.notification-box_bodylist .avatar-icon {
    flex: 0 0 12%;
    max-width: 12%;
}

.notification-box_bodylist .notification-content {
    flex: 0 0 88%;
    max-width: 88%;
    padding-left: 10px;
}

.notification-username {
    color: var(--default__color);
    font-weight: bold;
    margin-bottom: 5px;
}

.notification-text {
    color: #707485;
}

.notification-box_bottom {
    border-top: 1px solid #DFE1E9;
    padding: 10px 0;
}

.notification-special {
    background: var(--main__color);
    border-radius: 4px;
    color: #fff;
}

.notification-special:hover {
    background: var(--main__color) !important;
    color: #fff;
}

.notification-special a:hover {
    color: #fff;
}

.notification-special_title {
    font-weight: bold;
}

.notification-special_text {
    opacity: 0.8;
    margin: 8px 0;
}

.notification-special_update {
    text-decoration-line: underline;
}

.notification-box .arrowper, .user-box .arrowper {
    display: block;
    top: -7px;
    left: unset;
    right: 53px;
    border-width: 7px;
}

.notification-box_bodylist {
    height: 350px;
    overflow-y: scroll;
}

.notification-box_bodylist::-webkit-scrollbar-track {
    border-radius: 10px;
}

.notification-box_bodylist::-webkit-scrollbar {
    width: 8px;
}

.notification-box_bodylist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #e6e6e6;
}

.header-cta-text .avatar-icon, .avatar-icon img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

/* end notification */
/* user */
.user-box {
    min-width: 210px;
}

.user-box .arrowper {
    right: 0;
}

.user-box_body li a {
    padding: 8px 12px;
    display: block;
}

.user-box_icon img {
    width: 15px;
    height: 15px;
}

.user-box_text {
    margin-left: 5px;
}

.user-box_body li:hover {
    background: var(--main__color);
}

.user-box_body li:hover a {
    color: #fff;
}

/* end user */
/* end header */
/* slider area */

.slider-content h1 {
    font-size: 35px;
    margin-bottom: 22px;
    letter-spacing: -3px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.03em;
}

.slider-content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.slider-button {
    margin-top: 24px;
}

.slider-active button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    font-size: 15px;
    padding: 0;
    color: #222;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}

.slider-active button.slick-next {
    left: auto;
    right: 70px;
}

.slider-active:hover button {
    opacity: 1;
    visibility: visible;
}

.slider-active button:hover {
    background: #096bd8;
    color: #fff;
}

.mainbanner-content .section-title h2 {
    font-size: 48px;
    /*font-size: 36px;*/
    text-transform: uppercase;
    font-weight: 600;
}

.slider-content .section-title span.description {
    color: #ffffff;
}

.slogan {
    font-weight: bold;
    font-size: 14px !important;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.slider-thumb img {
    max-width: 100%;
}

.home-page .slider-thumb {
    position: relative;
    z-index: 2;
    min-height: 100%;
    margin-top: 4px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

p.trial {
    font-style: italic;
    color: var(--main__color);
    opacity: 0.78;
}

/* end slider area */
/* logo product */
.logo-product-list {
    margin: 0 80px;
}

/* end logo product */
/* services area */
.services-area {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.services-text h3 {
    font-size: 24px;
    margin-top: 23px;
    margin-bottom: 21px;
}

.services-text p {
    margin: 0;
    position: relative;
}

.description {
    font-style: normal;
    font-weight: normal;
    color: var(--default__color);
}

.section-title h1 > span {
    color: #096bd8;
}

.single-services:hover::before {
    opacity: 1;
}

.single-services.active::before {
    opacity: 1;
}

.single-services .services-text {
    z-index: 999;
    position: relative;
}

.single-services .services-text h3 {
    margin-bottom: 11px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: 0.3s;
}

.services-button i {
    margin-left: 5px;
}

.single-services.active .services-button {
    color: #fff;
}

.single-services.active .services-text a {
    border-color: #1065c4;
}

.single-services.active .services-text a::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.single-services {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 44px rgba(144, 151, 179, 0.19);
    box-shadow: 0px 0px 44px rgba(144, 151, 179, 0.19);
    padding: 40px 30px;
    margin-bottom: 40px;
    border-radius: 4px;
}

.single-services:hover {
    box-shadow: 5px 20px 50px 10px rgb(0 0 0 / 20%);
}

.single-services .description-services {
    color: #6b6b6b;
    /**padding: 7px 0 25px 0;**/
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 57px;
}

.single-services .btn-white .svg-icon path {
    fill: var(--default__color);
}

.single-services .btn-white:hover .svg-icon path {
    fill: #ffffff;
}

.img-services {
    min-height: 70px;
}

.img-services img {
    width: 112px;
    height: 112px;
    margin: 0 auto;
}

.services-name {
    font-size: 24px;
    font-weight: bold;
    color: var(--default__color);
    padding-top: 13px;
    padding-bottom: 15px;
}

.services-name .tag-line {
    position: absolute;
    top: 5px;
    right: 30px;
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 2px 10px;
    margin-left: 5px;
    font-size: 13px;
}

.services-name .tag-line.sale {
    color: var(--main__color);
}

.services-name .tag-line.free {
    color: #25B900;
}

.services-name .tag-line.beta {
    color: #9D9D9D;
}

.services-viewmore {
    font-style: normal;
    font-weight: normal;
    color: var(--main__color);
    position: relative;
}

.description-services {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #696969;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 45px;
    display: -webkit-box;
}

.sub-services-name {
    font-size: 20px;
    color: var(--default__color);
}

.services-viewmore i {
    font-size: 10px;
    padding-left: 6px;
}

.services-viewmore:hover {
    color: var(--main__color);
}

.services-area .slider-button {
    margin: 0;
}

.services-area .slider-button > .btn {
    height: 40px;
    line-height: 40px;
    text-transform: none;
    color: var(--default__color);
}

.services-area .slider-button > .btn:hover {
    color: #ffffff;
}

.services-area .btn-text i {
    padding-left: 10px;
    font-size: 12px;
}

.services-area .slider-button .btn {
    border: 1px solid var(--default__color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.services-area .slider-button .btn span {
    color: var(--default__color);
    font-weight: normal;
}

.services-area .slider-button .btn:hover,
.services-area .slider-button .btn:hover::before {
    background: var(--main__color);
}

.services-area .slider-button .btn:hover {
    border: 1px solid var(--main__color);
}

.services-area .slider-button .btn:hover span {
    color: #fff;
}

.services-area .angle-right.white,
.services-area .slider-button .btn:hover .angle-right.black {
    display: none;
}

.services-area .angle-right.black {
    display: block;
}

.services-area .angle-right {
    right: 15px;
}

.services-area .slider-button .btn:hover .services-area .angle-right.white {
    display: block;
}

.services-area .section-title .description {
    width: 60%;
}

.services-area .bg-right {
    position: absolute;
    right: 20%;
    top: 20px;
    z-index: 1;
}

.services-area .slider-button .btn svg.arrow-right {
    fill: var(--default__color);
}

.services-area .slider-button .btn:hover svg.arrow-right {
    fill: #ffffff;
}

/* end services area */
/* about area */
.about-us-img img {
    width: 100%;
}

.about-us-text li {
    margin-bottom: 38px;
}

.about-us-icon i {
    font-size: 24px;
    color: #096bd8;
    position: relative;
    top: 4px;
}

.about-us-content {
    overflow: hidden;
}

.about-us-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--default__color);
    margin: 15px 0;
}

.about-us-content p {
    margin-bottom: 0;
    margin-top: 0;
}

.about-area {
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-color: #f9f9fb;
}

.about-area .description-services {
    text-align: left;
    color: var(--default__color);
}

.about-us-wrapper .section-title, .about-us-wrapper .about-us-text {
    margin-right: 60px;
}

.about-area ul li {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.about-area ul {
    float: left;
}

.about-area .about-us-icon {
    min-height: 42px;
}

.about-right {
    margin-top: 5px;
}

.about-us-img.zindex-1 {
    position: absolute;
    bottom: -65px;
    right: 0;
    z-index: 1;
}

.about-us-img.zindex-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.about-us-img.zindex-3 {
    position: absolute;
    bottom: -130px;
    left: -30px;
    z-index: 3;
}

/* end about area */
/* blog area */
.blog-area {
    background-color: #f9f9fb;
}

.blog-meta {
    margin-top: 20px;
    margin-bottom: 14px;
}

.blog-area .blog-img img {
    height: 210px;
}

.blog-text h3,
.blog-text .sub-title {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
    display: -webkit-box;
}

.blog-text h3 {
    font-weight: bold;
    font-size: 18px;
    color: var(--default__color);
}

.blog-area .slider-button {
    margin-top: 60px;
    text-align: center;
}

.blog-area .blog-text h3:hover {
    color: var(--main__color);
}

.blog-area .angle-right {
    display: block;
    right: -15px;
}

.blog-area .section-title .description {
    display: block;
    width: 80%;
    margin: 0 auto 50px auto;
}

.blog-text-head {
    margin-top: 17px;
    margin-bottom: 7px;
    font-weight: bold;
    color: var(--default__color);
    text-transform: uppercase;
}

.blog-text h3 {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 0;
}

.blog-meta {
    margin: 0;
    color: var(--default__color);
}

/* end blog area */
/* customer */
.customer-area .customer-headline {
    margin-bottom: 40px;
}

.customer-area .customer-headline h3 {
    margin-top: 0;
}

.customer-area .customer-headline .description {
    width: 60%;
    margin: 0 auto;
}

.customer-area .viewmore {
    font-weight: bold;
    color: var(--main__color);
    margin-top: 10px;
    font-size: 20px;
}

.customer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customer-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.8% !important;
    flex: 0 0 18.8% !important;
    max-width: 18.8%;
    text-align: center;
    padding: 15px;
    min-height: 95px;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

.customer-area .mr-0 {
    margin-right: 0;
}

.customer-item img {
    max-height: 120px;
    max-width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.customer-slider-item-desc {
    color: #fff;
    padding: 105px 60px 140px 60px;
    height: 531px;
}

.customer-slider-item-desc h3 {
    font-weight: bold;
    font-size: 24px;
}

.customer-slider-item-desc p {
    opacity: 0.8;
}

.customer-slider-item-desc > p {
    margin: 40px 0;
}

.customer-slider-item-desc .customer-product p {
    opacity: 1;
}

.customer-product-items img {
    width: 33px;
    height: 33px;
}

.customer-slider-list {
    overflow: hidden;
}

.customer-slider-item {
    display: flex !important;
    margin: 0 15px;
    outline: none;
}

.customer-item img:hover {
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.customer-slider-item-desc {
    background: linear-gradient(90deg, #FF983C 0%, var(--main__color) 100%);
    border-radius: 0px 20px 20px 0px;
}

.customer-slider .customer-slider-item .customer-slider-item-image {
    display: inline-block;
    margin-right: 15px;
}

.customer-slider .customer-slider-item .customer-slider-item-image:last-child {
    margin-right: 0;
}

.customer-slider {
    background: linear-gradient(180deg, #F9F9F9 0%, #F9F9F9 100%);
    padding-top: 50px;
    position: relative;
}

.customer-slider .paginator-center {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-45%);
}

.customer-slider .paginator-center li {
    display: inline-block !important;
    cursor: pointer;
}

.customer-slider .paginator-center li svg:hover path {
    color: var(--main__color);
}

.customer-slider .slick-arrow {
    padding: 0 5px;
}

/* end customer */
/* business-platform-area */
.business-platform-area {
    background-image: url('../image/bg/idc.png');
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 139px 300px;
}

.business-platform-area:before {
    background: var(--main__color);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.section-business__content--description {
    padding: 10px 10px 30px 10px;
}

.section-business__content--button .btn-cloudfly {
    color: #091A4B;
    font-size: 20px;
}

.section-business__content--button .btn-cloudfly:hover {
    color: #ffffff;
}

.business-platform-area .wrapper-content {
    position: relative;
    z-index: 2;
}

.business-platform-area p.headline {
    color: #fff;
    letter-spacing: -0.03em;
    font-weight: bold;
}

.business-platform-area p.description {
    color: #fff;
    margin-bottom: 0;
}

.business-platform-area .slider-button {
    margin: 0;
}

.business-platform-area .angle-right {
    top: 44%;
    -webkit-transform: translateY(-44%);
    -ms-transform: translateY(-44%);
    transform: translateY(-44%);
}

.business-platform-area p.headline {
    width: 50%;
    margin: 0 auto 30px auto;
}

/* end business-platform-area */
/**Start section-support **/
.section-support__list__item {
    padding: 30px 25px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    background: transparent;
    transition: all 500ms ease;
}

.section-support__list__item__feature {
    display: flex;
}

.section-support__list__item__feature__title {
    width: 100%;
    padding-left: 20px;
    color: var(--default__color);
    font-weight: bold;
}

.section-support__list__item__content a {
    color: var(--main__color);
    font-weight: 600;
}

.section-support__list__item:hover {
    transform: translateY(-10px);
}

/**End section-support **/
/* footer */
footer a:hover {
    color: #fff;
}

.footer-area {
    background: #091A4B;
    color: #fff;
}

.footer-logo {
    margin-bottom: 29px;
}

.footer-text p {
    margin-bottom: 0;
}

.footer-icon {
    margin-top: 22px;
}

.footer-icon a {
    color: #cbcbcb;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #cbcbcb;
}

.footer-icon a:hover {
    background: #096bd8;
    color: #fff;
    border-color: #096bd8;
}

.copyright p {
    margin-bottom: 0;
}

.footer-top-area .list-footer-icon li:first-child {
    padding-left: 0;
}

.footer-top-area .list-footer-icon li {
    padding-left: 10px;
}

.footer-wrapper .title-footer {
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

.footer-wrapper .list-footer p {
    color: #9D9D9D;
    margin-bottom: 8px;
    margin-top: 0;
}

.footer-wrapper .follow-cloudfly {
    color: #9D9D9D;
    position: relative;
    padding-top: 20px
}

.footer-wrapper .follow-cloudfly:before {
    position: absolute;
    content: "";
    border-top: 1px solid #9D9D9D;
    width: 62px;
    top: 0;
    left: 0;
}

.footer-wrapper .list-footer .ios-android {
    border: 1px solid #808080;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    min-width: 130px;
}

.footer-wrapper .list-footer li:nth-child(2) .ios-android {
    margin-bottom: 0;
}

.footer-wrapper .list-footer .ios-android .name-ios-android {
    padding-left: 5px;
    color: #808080;
    font-size: 13px;
}

.footer-wrapper .list-footer .languague-footer {
    margin-top: 10px;
    font-size: 14px;
}

.footer-wrapper .list-footer .languague-footer span {
    padding-left: 5px;
}

.footer-top-area .list-footer-icon img {
    width: 30px;
    height: 30px;
}

.footer-middle-area {
    padding: 42px 0 35px 0;
}

.footer-middle-area span {
    padding-left: 7px;
    color: #9D9D9D;
}

.footer-middle-area .footer-wrapper .list-footer li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-middle-area .title-footer {
    margin-bottom: 24px;
}

.footer-middle-area .list-footer li img {
    float: left;
    padding-top: 4px;
}

.footer-middle-area .list-footer li p {
    padding-left: 27px;
}

.footer-bottom-area .copyright p:first-child {
    margin-bottom: 13px;
}

.list-footer-icon li {
    display: inline-block;
    padding-left: 9px;
}

.footer-bottom-area {
    background: #091A4B;
}

.footer-bottom-area p {
    color: #9D9D9D;
    font-size: 10px;
}

.footer-area span, .footer-area p {
    color: #9F9F9F;
    font-weight: 500;
}

.reserved {
    padding-top: 20px;
    margin: 0;
    text-transform: none;
    font-size: 16px;
    color: #9F9F9F;
    font-weight: 500;
}

/* end footer */
/* content packages */
.package-name {
    font-size: 20px;
}

.package-price p:nth-child(1) {
    font-size: 42px;
    position: relative;
    margin: 0;
}

.packages-page .package-price p.package-year {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    opacity: 0.5;
}

.currency {
    position: relative;
    top: -8px;
    font-size: 16px;
    font-weight: normal;
}

.package-header .btn {
    height: 40px;
    line-height: 40px;
}

.pack-item {
    position: relative;
    width: 100%;
    min-height: 30px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0 0 5px 0 !important;
    padding: 0 20px;
}

.pack-item .close {
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: unset;
    color: var(--default__color);
}

.close:before, .close:after {
    width: 17px;
    height: 1px;
}

.pack-item .close:hover {
    color: var(--default__color);
    opacity: 1;
}

.pack-item .circle {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: var(--main__color);
    display: inline-block;
    border-radius: 100%;
}

.packages-main .packages-item {
    background: #F6F6F6;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px 0;
    height: 100%;
}

.packages-item .btn {
    background: #fff;
    border: 1px solid var(--main__color);
    border-radius: 4px;
    display: block;
    margin: 30px 15px;
    color: var(--main__color);
}

.packages-hot .btn, .packages-item .btn:hover {
    background: var(--main__color);
    color: #fff;
}

.packages-hot .btn:hover {
    background: #fff;
    color: var(--main__color);
}

.packages-main .packages-item.packages-hot {
    box-shadow: 0px 5px 20px rgba(144, 151, 179, 0.15);
    border-radius: 0px 0px 6px 6px;
}

.packages-hot .package-header:before {
    background: var(--main__color);
}

.icon-crown {
    position: absolute;
    top: -15px;
}

.package-header {
    padding: 0 0 30px 0;
}

.packages-desktop ul li a:hover {
    color: unset;
}

#accordion-pack {
    margin-top: 40px;
}

#accordion-pack .card, #accordion-pack .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

#accordion-pack .card {
    border-bottom: 1px solid rgba(132, 137, 145, 0.2);
    padding: 20px 0;
}

#accordion-pack .card-header {
    position: relative;
}

#accordion-pack .card-header h2 {
    margin: 0;
    padding-right: 80px;
}

#accordion-pack .card-header .plus-minus {
    position: absolute;
    top: 10px;
    right: 0;
}

#accordion-pack .card-header a:active {
    color: unset;
}

#accordion-pack .card-header a:hover {
    color: unset;
}

.head-packages .nav-tabs .nav-link img {
    width: 55px;
    height: 55px;
    float: left;
}

.img-pack img {
    width: 55px;
    height: 55px;
}

.head-packages .nav-tabs .nav-link span {
    text-align: center;
}

.head-packages .nav-tabs .nav-link span:nth-child(3) {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 30px;
    display: -webkit-box;
    padding-left: 15px;
}

.hot-deal {
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: -69px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    width: 100%;
    padding: 12px 0;
    background: var(--main__color);
    border-radius: 6px 6px 0px 0px;
}

.choose-package-area {
    background: #fff;
    position: unset;
}

.choose-package-area p.headline, .choose-package-area p.description {
    color: var(--default__color);
}

.choose-package-area p.headline {
    margin: 0 auto 10px auto;
}

.choose-package-area p.description {
    margin-top: 0;
}

.packages-page .choose-package-area {
    padding-left: 0;
    padding-right: 0;
}

.pack-item .checkmark {
    border-color: #25B900;
    margin-right: 15px;
}

.features-name {
    font-size: 20px;
    margin-bottom: 45px;
}

.account-page .main-menu-area,
.contact-page .main-menu-area,
.packages-page .main-menu-area {
    border-bottom: 2px solid #F6F6F6;
}

.packages-content {
    background: #F6F6F6;
    padding-bottom: 45px;
}

.packages-content .tab-content {
    padding-top: 55px;
}

.background-packages-page {
    background: #FFFFFF;
    border: 1px solid #E3E6F1;
    box-sizing: border-box;
    border-radius: 6px;
}

.question-packages {
    background: #f6f6f6;
}

.question-packages .headline, .business-platform-area .headline {
    margin-top: 0;
}

.box-features .pack-item {
    line-height: inherit;
    -webkit-line-clamp: 2;
}

.packages-content .packages-item img {
    width: auto !important;
}

.package-special .package__old-price {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 14px;
    color: #969696;
}

.package-special .package__discount-percent {
    background: rgb(255 120 0 / 20%);
    color: var(--main__color);
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: bold;
}

.package-special {
    min-height: 30px;
}

#zema .package-special .package__discount-percent {
    background: #660fd1;
}

#zpage .package-special .package__discount-percent {
    background: #03adf9;
}

/* end packages page */
/* pulse-circle */
.blob {
    background: black;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
    margin: 10px;
    height: 15px;
    width: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse-black 1.5s infinite;
    animation: pulse-black 1.5s infinite;
}

@-webkit-keyframes pulse-black {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulse-black {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.blob.white {
    background: white;
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    -webkit-animation: pulse-white 2s infinite;
    animation: pulse-white 2s infinite;
}

@-webkit-keyframes pulse-white {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-white {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.blob.red {
    background: #ff5252;
    -webkit-box-shadow: 0 0 0 0 #ff5252;
    box-shadow: 0 0 0 0 #ff5252;
    -webkit-animation: pulse-red 2s infinite;
    animation: pulse-red 2s infinite;
}

@-webkit-keyframes pulse-red {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

@keyframes pulse-red {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.blob.orange {
    background: #ff793f;
    -webkit-box-shadow: 0 0 0 0 #ff793f;
    box-shadow: 0 0 0 0 #ff793f;
    -webkit-animation: pulse-orange 2s infinite;
    animation: pulse-orange 2s infinite;
}

@-webkit-keyframes pulse-orange {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}

@keyframes pulse-orange {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}

.blob.yellow {
    background: #ffb142;
    -webkit-box-shadow: 0 0 0 0 #ffb142;
    box-shadow: 0 0 0 0 #ffb142;
    -webkit-animation: pulse-yellow 1.5s infinite;
    animation: pulse-yellow 1.5s infinite;
}

@-webkit-keyframes pulse-yellow {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
        box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
    }
}

@keyframes pulse-yellow {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
        box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
    }
}

.blob.blue {
    background: #34ace0;
    -webkit-box-shadow: 0 0 0 0 #34ace0;
    box-shadow: 0 0 0 0 #34ace0;
    -webkit-animation: pulse-blue 2s infinite;
    animation: pulse-blue 2s infinite;
}

@-webkit-keyframes pulse-blue {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}

@keyframes pulse-blue {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}

.blob.green {
    background: #33d9b2;
    -webkit-box-shadow: 0 0 0 0 #33d9b2;
    box-shadow: 0 0 0 0 #33d9b2;
    -webkit-animation: pulse-green 2s infinite;
    animation: pulse-green 2s infinite;
}

@-webkit-keyframes pulse-green {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}

@keyframes pulse-green {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}

.blob.purple {
    background: #8e44ad;
    -webkit-box-shadow: 0 0 0 0 #8e44ad;
    box-shadow: 0 0 0 0 #8e44ad;
    -webkit-animation: pulse-purple 2s infinite;
    animation: pulse-purple 2s infinite;
}

@-webkit-keyframes pulse-purple {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
        box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
        box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
        box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
    }
}

@keyframes pulse-purple {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
        box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
        box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
        box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
    }
}

/* end pulse cirle */
/* style for only IE */
@media screen and (min-width: 0\0
) {
    .no-position, .main-menu nav > ul > li:first-child.has-child {
        position: static;
    }

    .slider-thumb {
        min-height: 393px !important;
    }
}

/* end */
/* style max-width */
@media (min-width: 991px) {
    [class*="max-width-"] {
        margin: 0 auto;
    }

    .max-width-50 {
        max-width: 50%;
    }

    .max-width-60 {
        max-width: 60%;
    }

    .max-width-70 {
        max-width: 70%;
    }

    .max-width-80 {
        max-width: 80%;
    }

    .max-width-90 {
        max-width: 90%;
    }

    .max-width-85 {
        max-width: 85%;
    }
}

/* end style max-width */
.section-title__title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 36px;
}

.section-title__description {
    margin-top: 0;
    margin-bottom: 0;
}

/* style design */
.section-theme-menu-bar.new-version .container > ul li .sub-menu ul {
    width: 100%;
    float: unset;
}

.section-theme-menu-bar.new-version .container > ul li .sub-menu ul > li {
    min-width: unset;
}

.section-theme-menu-bar.new-version .style-design p:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.section-theme-menu-bar.new-version .style-design p:first-child a {
    color: inherit;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.section-theme-menu-bar.new-version .style-design li a {
    font-size: 12px;
    text-align: center;
    color: inherit !important;
    margin: 0 auto !important;
}

.section-theme-menu-bar.new-version .style-design {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.section-theme-menu-bar.new-version .style-design li {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 0 10px !important;
}

/* end style design */

@media (min-width: 991px) {
    .section-theme-menu-bar .ul-career li:hover label {
        text-decoration: underline;
    }

    .section-theme-menu-bar.new-version .layout-design {
        position: unset;
    }

    .section-theme-menu-bar.new-version .layout-design .sub-menu {
        width: 100%;
        padding: 0 !important;
        border: none !important;
    }

    .section-theme-menu-bar.new-version .layout-design .style-design {
        border-top: 1px solid #ECECEC;;
    }

    .section-theme-menu-bar.new-version .style-design li {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 20px 50px !important;
        border-right: 1px solid #ECECEC;
        border-bottom: 1px solid #ECECEC !important;
    }

    .section-theme-menu-bar.new-version .style-design li p {
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .choose-theme-page .themes-list {
        padding-top: 20px;
    }
}

/* end career and style design */
/* list theme */
.themes-item {
    box-shadow: 0px 2px 30px rgba(31, 38, 66, 0.1);
    border-radius: 5px;
    border: none;
    margin-bottom: 35px;
}

.theme-overlay .button:first-child {
    color: #fff;
}

.theme-overlay .button-action .view-detail {
    color: var(--default__color);
    border-color: #fff;
}

.theme-overlay .button-action .view-detail:hover {
    color: #fff;
    border-color: var(--default__color);
}

.themes-item .overlay .view-theme:hover {
    color: #78C145;
    border-color: #fff;
}

.theme-spec .category, .themes-item .name .category {
    color: #7B7A81;
}

.themes-item .price {
    font-weight: bold;
}

.themes-item .price.price-free {
    color: #78C145;
}

/* end list theme */
/* category theme */
.catalogs-index .section-title .headline, .design-style .section-title .headline {
    font-size: 24px;
}

/* custom menu */
.header__top {
    padding: 10px 0;
}

.header__top__news__special--title,
.header__top__navbar__item {
    font-size: 14px;
}

/*.header__top--right {
    display: flex;
}*/

.header__top__navbar {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .header__top__navbar {
        justify-content: flex-end;
    }
}

.header__top__navbar .header__top__navbar__item {
    padding: 0 12px;
}

.header__top__navbar .header__top__navbar__item--separate {
    width: 1px;
    height: 22px;
    position: relative;
}

.header__top__navbar .header__top__navbar__item--separate:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: rgba(91, 105, 135, 0.3);
}

.header__top__news__special--label {
    background: #091A4B;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 12px;
}

.header__top__news__special--title {
    color: #5B6987;
    margin-left: 15px;
}

.header__top__navbar__item--phone a {
    color: var(--main__color);
    font-weight: 600;
}

.title-hotline {
    padding: 0 10px 0 8px
}

.header-transparent .main-menu-area .header-right-box {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.decrease-item .sub-menu .sub-menu-detail li {
    border-left: 3px solid transparent;
    padding: 10px 30px;
}

.decrease-item .sub-menu .sub-menu-detail li:hover {
    background: #f4f6f8;
    color: #596a7d;
    border-left: 3px solid var(--main__color);
}

/** Start section-highlight */
.section-highlight {
    background: #F3F5F9;
}

.section-highlight__list__item {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 44px rgb(144 151 179 / 19%);
    box-shadow: 0px 0px 44px rgb(144 151 179 / 19%);
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
    transition: all 500ms ease;
}

/*.section-highlight__list__item--image {
    padding-top: 30px;
}
*/
.section-highlight__list__item--image img {
    width: 100px;
    height: 100px;
}

.section-highlight__list__item--text {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #696969;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 45px;
    display: -webkit-box;
}

.section-highlight__list__item:hover {
    box-shadow: 5px 20px 50px 10px rgb(0 0 0 / 20%);
}

.section-highlight__list__item__title {
    font-size: 20px;
    font-weight: 600;
}

.section-highlight__list__item__description--text {
    color: #9D9D9D;
    min-height: 66px;
    margin: 0;
}

/** End section-highlight */
/**Start section-benifit**/
.section-benefit {
    background: #F3F5F9;
}

.section-benefit__business__title--text {
    font-size: 24px;
    font-weight: 700;
    padding-left: 100px;
}

.section-benefit__business__list {
    padding-left: 100px;
}

.section-benefit__business__list__item {
    padding-bottom: 20px;
}

.section-benefit__business__list__item__title {
    display: flex;
}

.section-benefit__business__list__item__title .checkmark,
.section-benefit__manager__list__item__title .checkmark {
    border-color: var(--main__color);
    margin-right: 15px;
    border-width: 2px;
    height: 20px;
    width: 10px;
}

.section-benefit__business__list__item__title--text {
    color: var(--default__color);
    font-weight: 600;
    font-size: 18px;
}

.section-benefit__business__list__item--description {
    font-size: 16px;
    color: #5B6987;
    margin: 12px 0;
    line-height: 26px
}
.section-benefit__manager{
    padding:50px 0;
}
.section-benefit__manager__title--text {
    font-size: 32px;
    font-weight: 700;
}

.section-benefit__manager__list,
.section-benefit__manager__title {
    padding-right: 100px;
    line-height: 26px;
}

.section-benefit__manager__list__item {
    width: 50%;
    float: left;
    padding: 12px 0;
}

.section-benefit__manager__list__item__title--text {
    font-weight: 600;
    font-size: 18px;
}

/**End Section-benifit**/
/*Start section-customer */
/*.section-customer {
    background: #F3F5F9;
}*/

.section-customer__list__item {
    background: #fff;
    width: 170px;
    height: 170px;
    display: flex;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
}

.section-customer__list__item--img {
    margin: auto;
    transition: all 900ms ease 200ms;
    transform: perspective(1200px) rotateY(
            0deg
    ) translateZ(0px);

}

.section-customer__list__item:hover img {
    transform: perspective(1200px) rotateY(
            360deg
    ) translateZ(0px);
}

.section-customer__button {
    padding: 30px 0;
}

.section-customer__button--detail {
    border: 1px solid var(--main__color);
    background: var(--main__color);
    color: #fff;
    text-transform: uppercase;
}

.section-customer__button--detail:hover {
    background: #ffff;
}

/*End section-customer */
/**Start section-partner **/
.section-partner__list .slick-track {
    display: flex;
    align-items: center;
}

.section-partner__list__item-img {
    margin: 0 auto;
}

.section-partner .slick-arrow {
    cursor: pointer;
}

.section-partner .slick-arrow .arrow {
    padding: 5px;
}

.slick-prev {
    font-size: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #EAEAEA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .6s ease all;
    color: #fff;
    z-index: 2;
    opacity: 0;
    left: 0;
    visibility: hidden;
}

.slick-next {
    font-size: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #EAEAEA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .6s ease all;
    z-index: 2;
    color: #fff;
    opacity: 0;
    right: 0;
    visibility: hidden;

}

.section-partner--slide:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.section-partner--slide:hover .slick-next {
    right: -60px;
}

.section-partner--slide:hover .slick-prev {
    left: -60px;
}

.slick-prev .left,
.slick-next .right {
    position: absolute;
    top: 50%;
    left: 50%;

}

.slick-prev .left {
    transform: translate(-50%, -50%) rotate(
            135deg
    );
}

.slick-next .right {
    transform: translate(-50%, -50%) rotate(
            -45deg
    );
}

/**Start section-partner **/
/**Start section-feedback **/
.section-feedback {
    background-image: url('../image/feedback/bg.png');
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 139px 0;
}

.section-feedback__list__item {
    display: flex !important;
    align-items: center;
    background: #ffffff;
    border-radius: 4px;
    padding: 40px 30px 30px 20px;
}

.section-feedback__list__item__left {
    width: 35%;
}

.section-feedback__list__item__left .name-author {
    font-weight: 600;
    font-size: 16px;
    color: var(--default__color);
}

.section-feedback__list__item__left .sub-author {
    color: var(--default__color);
    font-size: 14px;
}

.section-feedback__list__item__right {
    width: 65%;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.section-feedback__list__item__right--description {
    color: #848EA4;
}

.section-feedback .slick-slider {
    margin: 0 -15px;
}

.section-feedback .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.section-feedback--slide .slick-arrow {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.section-feedback--slide .slick-arrow .arrow {
    padding: 5px;
}

.section-feedback--slide .slick-prev {
    left: -60px;
}

.section-feedback--slide .slick-next {
    right: -60px;
}

/**End section-feedback **/
/***Start Section Banner ***/
/*.section-banner {
    background: #033781;
    padding-top: 110px;
    padding-bottom: 180px;
}*/
/*.section-banner__list .slick-track {
    background-image: linear-gradient(
            90deg, rgb(0, 104, 253) 0%, rgb(0, 55, 134) 100%);
}*/
.section-banner__list__item--3 .section-title h2{
    margin-top: 0;
}
.section-banner__list__item:not([style^='background-image']){
    background-image: linear-gradient(
            90deg
            , rgb(0, 104, 253) 0%, rgb(0, 55, 134) 100%)!important;
}
.section-banner .slick-track{
    display:flex
}
.section-banner .slick-slide{
    height:auto
}
.section-banner--slide .slick-next {
    right: 15px;
}

.section-banner--slide .slick-next:hover,
.section-banner--slide .slick-prev:hover {
    background: #ffffff;
}

.section-banner--slide .slick-prev {
    left: 15px;
}

.section-banner--slide .slick-arrow {
    background-color: rgba(0, 0, 0, .5);
    /*border: solid #fff;*/
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}

.section-banner--slide .slick-arrow i {
    padding: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.section-banner--slide .slick-arrow:hover i {
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.section-banner__list__item {
    padding-top: 160px;
    padding-bottom: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(90deg, rgb(0, 104, 253) 0%, rgb(0, 55, 134) 100%);*/
    background-position-x: right;
    background-position-y: top;
}

.section-banner__list__item .mainbanner-content {
    min-height: 400px;
}

.section-banner__list__item .description {
    line-height: 26px;
    opacity: 0.7;
}

.section-banner__list__item .btn-cloudfly {
    background: var(--main__color);
}

.section-banner__list__item .btn-cloudfly:hover {
    border: 1px solid rgb(0, 105, 255);
    transition: all 0.3s ease 0s;
    background-color: rgb(0 105 255 / 80%);
    color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 6px 12px -4px #2d4df8;
    box-shadow: 0 6px 12px -4px #427cff;
}

.slick-dots {
    position: absolute;
    bottom: 45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 2px;
    margin: 0 5px !important;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: none;
}

.slick-dots li:before {
    top: 1px;
    transition: all 0.5s;
    content: "";
    width: 33px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    opacity: 0.4;
}

.slick-dots .slick-active:before {
    top: 0;
    width: 33px;
    height: 2px;
    background-color: #fff;
    opacity: 1;
}

/***End Section Banner ***/
/***Start Section Price List ***/
.section-price-list {
    padding-bottom: 100px;
    border-bottom: 1px solid #D6D6D6;
}

.section-price-list .section-title {
    margin-bottom: 30px;
}

.tab-price-list {
    justify-content: center;
}

.tab-price-list {
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 20px 0;
}

.section-price-list__body .nav-tabs .nav-link {
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
}

.section-price-list__body .nav-tabs .nav-item {
    display: flex;
    align-items: center;
}

.section-price-list__body .nav-link .price-dots {
    width: 16px;
    height: 16px;
    border: 1px solid #888E99;
    border-radius: 50%;
    position: relative;
}

.section-price-list__body .nav-tabs .nav-link .price-name {
    padding: 0 10px;
}

.section-price-list__body .price-special {
    background: var(--main__color);
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 5px;
}

.tab-price-list .nav-link.active .price-dots:before {
    position: absolute;
    transform: translate(-50%, -50%);
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #888E99;
    border-radius: 50%;
    background: var(--main__color);
    z-index: 9;
    left: 50%;
    top: 50%;
}

.tab-content--price-list {
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.tab-content--price-list .table-responsive {
    padding: 0 44px;
}

.table-price-list {
    border: none;
}

.table-price-list tr,
.table-price-list th,
.table-price-list td {
    border: none;
}

.table-price-list tr {
    border-bottom: 0.6px solid #E0E0E0;
}

.table-price-list tbody tr:last-child {
    border-bottom: 0;
}

.table-price-list tbody tr td {
    padding: 12px 0;
}

.table-price-list th {
    padding: 0;
}

.table-price-list .table-head {
    display: block;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #797F8A;
}

.table-price-list .package__old-price {
    font-size: 13px;
    margin: 0;
}

.table-price-list .table-content {
    font-weight: 600;
    font-size: 16px;
    color: var(--default__color);
}

.table-price-list .btn-action {
    border: 1px solid var(--main__color);
    font-weight: 600;
    font-size: 16px;
}

/***End Section Price List ***/
/***Start Section Initialization Steps***/
.section-initialization-steps {
    padding-bottom: 100px;
}

.section-initialization-steps__list__item {
    background: #1072FF;
    border-radius: 10px;
    padding: 40px 20px 40px 40px;

    position: relative;
    /*margin-right: 6px;*/
    border: 6px solid #FFFFFF;
    box-shadow: 0px 2px 30px rgb(0 0 0 / 15%);
}

.section-initialization-steps__list__item:last-child {
    margin-right: 0
}

.section-initialization-steps__list__item:after {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    background-color: #1072FF;
    top: 45%;
    right: -12px;
    transform: rotate(135deg);
    z-index: 2;
}

.section-initialization-steps__list__item:last-child:after {
    display: none
}

.section-initialization-steps__list__item__body .text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.section-initialization-steps__list__item__body .description {
    font-size: 13px;
    font-style: normal;
    line-height: 19px;
    color: #fff;
    opacity: 0.7;
    margin: 0;
    padding-right: 20px;
}

.section-initialization-steps__list {
    display: flex;
}

.section-initialization-steps__list__item:before {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    background-color: #fff;
    top: 45%;
    left: -15px;
    border-top: #fff solid 2px;
    border-left: #fff solid 2px;
    transform: rotate(-45deg);
    z-index: 1
}

.section-initialization-steps__list__item:first-child:before {
    display: none;
}

.section-initialization-steps__list__item--2 {
    background: #004DBA;
}

.section-initialization-steps__list__item--3 {
    background: #033781;
}

.section-initialization-steps__list__item--2:after {
    background-color: #004DBA;
}

.section-initialization-steps__list__item__top {
    position: relative;
}

.section-initialization-steps__list__item__top .service-image {
    width: 53px;
    height: 53px;
}

.section-initialization-steps .service-number {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.15;
}

/**End Section Initialization Steps**/
/**Start Section feature**/
.section-features {
    background: #F3F5F9;
}

.tab-features-list {
    justify-content: center;
}

.tab-content--features-list {
    padding: 40px 50px 20px 50px;
}

.feature--content {
    padding-right: 130px
}

.tab-features-list .nav-link {
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    min-width: 200px;
    text-align: center;
    position: relative;
    background-color: transparent !important;
}

.tab-features-list .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 100%;
    background: #1072FF;
}

.tab-features-list {
    border-bottom: 3px solid #ddd;
}

/**End Section feature**/
/**Stsrt Section Banner Price List**/
.section-mainbanner {
    background: url(../image/bg/bg_price-list.svg) no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 86px;
    padding-bottom: 140px;
}

/*.section-mainbanner .headline {
    font-size: 48px;
}*/

.section-mainbanner .description {
    line-height: 28px;
}

/**End Section Banner Price List**/
@media (min-width: 992px) {
    .section-initialization-steps__list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/***End Section Initialization Steps***/

/**Start Section Library**/
.section-library .slick-slider {
    margin: 0 -15px;
}

.section-library--title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}

.section-library__list__item {
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    padding: 40px 35px;
    margin-bottom: 30px;
}

.operating_system__list_item {
    border: 0.6px solid #E8E8E8;
    box-sizing: border-box;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
    padding: 20px 15px;
}

.operating_system__list_item__image {

}

.operating_system__list_item__image img {
    width: 100%;
    height: 44px;
}

.operating_system__list_item__title {
    margin: 0;
    padding-top: 10px;
    min-height: 54px;
}

.section-library__list .slick-arrow {
    opacity: 1;
    visibility: visible;
    top: -35px;
    border: 1px solid #DEDEDE;
    margin-right: 15px;
}

.section-library__list .slick-arrow .arrow {
    padding: 6px;
    border: solid #A4A4A4;
    border-width: 0 1px 1px 0;
}

.section-library__list .slick-prev {
    right: 50px;
    left: auto;
}

.section-library__list .slick-slide {
    margin-right: 13px;
    margin-left: 13px;
}

/**End Section Library**/
/**Start Policy**/
.section-mainbanner--policy {
    background-position-x: center;
    background-position-y: bottom;
    padding: 90px 0 100px;
}

.section-mainbanner--policy .headline {
    font-size: 40px;
    text-align: center;
}

.content-layout {
    font-family: Roboto;
    font-style: normal;
    line-height: 1.425;
    font-size: 16px;
    color: var(--default__color);
    text-align: justify;
}

.wrapper-info a {
    color: var(--main__color)
}

/**End Policy**/
.page-nav {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-nav .page-numbers {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    border: 1px solid #bfbfbf;
    margin: 4px;
    font-size: 16px;
    color: #3e3d3c;
    padding: 0;
    background: 0 0;
    border-radius: 3px;
}

.page-nav .page-numbers a {
    padding: 8px 13px;
}

.page-nav .next, .page-nav .prev {
    position: relative;
}

.page-nav .page-numbers.current {
    border: 1px solid var(--main__color);
    color: var(--main__color);
}

.page-nav .page-numbers:not(.dots):hover {
    border: 1px solid var(--main__color);
    background-color: var(--main__color);
    color: #fff;
}

.page-nav .page-numbers:not(.dots):hover a {
    color: #fff;
}

@media (min-width: 1200px) {
    .header-2-right, .header-right-box {
        display: flex !important;
    }

    .header-transparent .main-menu-area .container {
        width: 1300px;
    }

    .header-transparent .main-menu-area .main-logo img {
        width: 100%;
        max-width: 150px;
    }

    .header-transparent .main-menu-area .header-right-box .cart-header {
        margin-right: 50px;
    }

    .header-transparent .main-menu-area .header-right-box .cart-header:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 24px;
        background: rgba(123, 122, 129, 0.2);
        top: 50%;
        right: -35px;
        transform: translateY(-50%);
    }
}

@media (min-width: 1400px) {
    .header-transparent .main-menu-area .container {
        width: 1500px;
    }
}

@media (max-width: 991px) {
    /* menu mb */
    .menu-bar span {
        display: block;
        width: 25px;
        height: 3px;
        background: var(--default__color);
        margin-top: 4px;
    }

    .main-menu-area {
        padding: 20px 0 !important;
    }
}

@media (max-width: 767px) {
    .header-right-box .cart-header__text {
        display: none;
    }

    .header-right-box .cart-header {
        margin-top: 6px;
    }

    .header-transparent .main-menu-area .header-right-box .cart-area__icon {
        right: 35px;
    }
}

@media (max-width: 480px) {
    .header-transparent .main-menu-area .header-right-box .cart-area__icon {
        right: 15px;
    }
}

/* end custom menu */
