/* ====================== [ Start Utility  ] ====================== */

@media screen and (max-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media screen and (max-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media screen and (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media screen and (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


/* ====================== [ End Utility  ] ====================== */


/* ====================== [ Start Typography  ] ====================== */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

.main-content {
    background: #fff;
    position: relative;
    z-index: 9;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1.6;
    font-weight: 700;
}

h5,
h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
}

p {
    color: #8e8e99;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #d6d7da;
}

a,
a:hover {
    color: inherit;
}

span {
    display: inline-block;
}

a {
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

figure {
    margin: 0;
}

.font-numb {
    font-family: 'Akronim', cursive;
}


/* ====================== [ End Typography  ] ====================== */


/* ====================== [ Start Helper Classes  ] ====================== */

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.position-abs {
    position: absolute;
}

.revers-x {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.revers-y {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.full-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ontop {
    position: relative;
    z-index: 7;
}

.rest {
    padding: 0 !important;
    margin: 0 !important;
}

img.out-box {
    width: 140%;
}

img.left {
    margin-left: -40%;
}

.no-bord {
    border: 0 !important;
}

.bord-thin-top {
    border-top: 1px solid #eee;
}

.bord-thin-bottom {
    border-bottom: 1px solid #eee;
}

.radius-5 {
    border-radius: 5px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-25 {
    border-radius: 25px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-50 {
    border-radius: 50px;
}

.full-width {
    width: 100% !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center center;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.section-padding {
    padding: 120px 0;
}

.section-ptb {
    padding: 80px 0;
}

.cmd-padding {
    padding: 0 10px;
}

.csm-padding {
    padding: 0 5px;
}

.head-pt {
    padding: 80px 0 0;
}

.head-pb {
    padding: 0 0 80px;
}

.no-shad {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rounded {
    border-radius: 5px;
}

.circle {
    border-radius: 50%;
}

.circle-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.circle-30 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
}

.circle-40 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
}

.circle-50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
}

.circle-60 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
}

.circle-70 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    overflow: hidden;
}

.circle-80 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
}

.circle-90 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    overflow: hidden;
}

.circle-100 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
}

.circle-120 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    overflow: hidden;
}

.unlist {
    list-style: none;
}

.underline a {
    text-decoration: underline !important;
}

.underline span {
    text-decoration: underline;
}

.undecro:hover {
    text-decoration: none;
}

.inline {
    display: inline-block;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.horizontal-link li {
    display: inline-block;
}

.rest {
    margin: 0;
    padding: 0;
}

.social.circle-bord a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 50%;
}

.primery-shadow {
    -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}


/*-------------------------------------------------------
           Z-index
-------------------------------------------------------*/

.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

.zindex-4 {
    z-index: 4;
}

.zindex-5 {
    z-index: 5;
}

.zindex-10 {
    z-index: 10;
}

.zindex-99 {
    z-index: 99;
}


/*-------------------------------------------------------
           text color
-------------------------------------------------------*/

.text-white {
    color: #FFF;
}

.text-black {
    color: #000;
}

.text-dark {
    color: #444;
}

.text-extra-light-gray {
    color: #b7b7b7;
}

.text-hover-inherit:hover {
    color: inherit !important;
}

.text-hover-light:hover {
    color: #fff !important;
}


/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}


/*-------------------------------------------------------
           font-size
-------------------------------------------------------*/

.fz-10 {
    font-size: 10px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-24 {
    font-size: 24px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.fz-26 {
    font-size: 26px !important;
}

.fz-28 {
    font-size: 28px !important;
}

.fz-30 {
    font-size: 30px !important;
}

.fz-35 {
    font-size: 35px !important;
}

.fz-40 {
    font-size: 40px !important;
}

.fz-42 {
    font-size: 42px !important;
}

.fz-44 {
    font-size: 44px !important;
}

.fz-45 {
    font-size: 45px !important;
}

.fz-46 {
    font-size: 46px !important;
}

.fz-48 {
    font-size: 48px !important;
}

.fz-50 {
    font-size: 50px !important;
}

.fz-55 {
    font-size: 55px !important;
}

.fz-60 {
    font-size: 60px !important;
}

.fz-65 {
    font-size: 65px !important;
}

.fz-70 {
    font-size: 70px !important;
}

.fz-80 {
    font-size: 80px !important;
}


/*-------------------------------------------------------
          line-height
-------------------------------------------------------*/

.line-height-1 {
    line-height: 1;
}

.line-height-10 {
    line-height: 10px;
}

.line-height-13 {
    line-height: 13px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-45 {
    line-height: 45px;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-55 {
    line-height: 55px;
}

.line-height-60 {
    line-height: 60px;
}

.line-height-65 {
    line-height: 65px;
}

.line-height-70 {
    line-height: 70px;
}

.line-height-75 {
    line-height: 75px;
}

.line-height-80 {
    line-height: 80px;
}

.line-height-85 {
    line-height: 85px;
}

.line-height-90 {
    line-height: 90px;
}

.line-height-95 {
    line-height: 95px;
}

.line-height-100 {
    line-height: 100px;
}

.line-height-110 {
    line-height: 110px;
}

.line-height-120 {
    line-height: 120px;
}


/*-------------------------------------------------------
          text-transform
-------------------------------------------------------*/

.text-u {
    text-transform: uppercase !important;
}

.text-l {
    text-transform: lowercase !important;
}

.text-c {
    text-transform: capitalize !important;
}

.text-non {
    text-transform: none !important;
}

.text-i {
    font-style: italic;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/*-------------------------------------------------------
           letter-spacing
-------------------------------------------------------*/

.ls0 {
    letter-spacing: 0px !important;
}

.ls1 {
    letter-spacing: 1px !important;
}

.ls2 {
    letter-spacing: 2px !important;
}

.ls3 {
    letter-spacing: 3px !important;
}

.ls4 {
    letter-spacing: 4px !important;
}

.ls5 {
    letter-spacing: 5px !important;
}

.ls6 {
    letter-spacing: 6px !important;
}

.ls7 {
    letter-spacing: 7px !important;
}

.ls8 {
    letter-spacing: 8px !important;
}

.ls9 {
    letter-spacing: 9px !important;
}

.ls10 {
    letter-spacing: 10px !important;
}

.ls15 {
    letter-spacing: 15px !important;
}

.ls20 {
    letter-spacing: 20px !important;
}

.ls25 {
    letter-spacing: 25px !important;
}

.ls30 {
    letter-spacing: 30px !important;
}


/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

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

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-62 {
    margin-top: 62px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}


/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

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

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}


/*-------------------------------------------------------
       margin-right  (0/100) +5
-------------------------------------------------------*/

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-62 {
    margin-right: 62px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mr-100 {
    margin-right: 100px !important;
}


/*-------------------------------------------------------
       margin-left  (0/100) +5
-------------------------------------------------------*/

.ml-auto {
    margin-left: auto;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-62 {
    margin-left: 62px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.min-30 {
    margin-left: -30px;
    margin-right: -30px;
}


/*-------------------------------------------------------
      margin left right  (0/50) +5
-------------------------------------------------------*/

.margin-rl-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.margin-rl-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.margin-rl-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.margin-rl-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.margin-rl-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.margin-rl-30 {
    margin-right: 30px;
    margin-left: 30px;
}

.margin-rl-35 {
    margin-right: 35px;
    margin-left: 35px;
}

.margin-rl-40 {
    margin-right: 40px;
    margin-left: 40px;
}

.margin-rl-45 {
    margin-right: 45px;
    margin-left: 45px;
}

.margin-rl-50 {
    margin-right: 50px;
    margin-left: 50px;
}


/*-------------------------------------------------------
      padding-top  (0/100) +5
-------------------------------------------------------*/

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}


/*-------------------------------------------------------
     padding-bottom  (0/100) +5
-------------------------------------------------------*/

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.no-padding {
    padding: 0 !important;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}


/*-------------------------------------------------------
      padding left right  (0/50) +5
-------------------------------------------------------*/

.padding-rl-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.padding-rl-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.padding-rl-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.padding-rl-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.padding-rl-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.padding-rl-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.padding-rl-35 {
    padding-right: 35px;
    padding-left: 35px;
}

.padding-rl-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.padding-rl-45 {
    padding-right: 45px;
    padding-left: 45px;
}

.padding-rl-50 {
    padding-right: 50px;
    padding-left: 50px;
}


/* ====================== [ End Helper Classes  ] ====================== */


/* ====================== [ Start Preloader ] ====================== */


/* ====================== [ End Preloader ] ====================== */


/* ====================== [ Start Text Animation & Images ] ====================== */

.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.sp-hover:hover .char {
    -webkit-animation: fadeInUpSm 0.2s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUpSm 0.2s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}


/* ====================== [ End Text Animation & Images ] ====================== */


/* ====================== [ Start curve Style ] ====================== */

.curve-cls {
    position: absolute;
    width: 110%;
    left: -5%;
    height: 300px;
    pointer-events: none;
}

.curve-cls svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

.curve-cls.top {
    top: -299px;
}

.curve-cls.bottom {
    bottom: 0;
}

.custom-curve {
    position: absolute;
    left: -1%;
    width: 102%;
}

.custom-curve.flip-x svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.custom-curve.flip-y svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.custom-curve.bottom {
    bottom: -2px;
}

.custom-curve.top {
    top: 2px;
}

.wave {
    background: url(../img/waves/wave-gray-light.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: .42;
}

.lines-v {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.lines-v span {
    width: 33.333333%;
    margin-left: 33.333333%;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    height: 100%;
}

.curve-shape {
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 2;
}

.curve-shape.top {
    top: -1px;
}

.curve-shape.top.rev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bottom-curvs,
.top-curvs {
    position: absolute;
    left: -5px;
    right: -5px;
}

.bottom-curvs {
    bottom: -30px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.top-curvs {
    top: -30px;
}

@-webkit-keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@-webkit-keyframes swell {
    0%,
    100% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}

@keyframes swell {
    0%,
    100% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}


/* ====================== [ End curve Style ] ====================== */


/* ====================== [ Start animate headline ] ====================== */

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}


/* xclip */

.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline b.is-visible {
    opacity: 1;
}


/* slide */

.cd-headline.slide span {
    display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.slide b {
    opacity: 0 !important;
    top: .2em;
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1 !important;
    -webkit-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}


/* ====================== [ End animate headline ] ====================== */


/* ====================== [ Start progress-wrap ] ====================== */

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    mix-blend-mode: difference;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #ccc;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #ccc;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}


/* ====================== [ End progress-wrap ] ====================== */


/* ====================== [ Start Overlay ] ====================== */

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

[data-overlay-dark]:before {
    background: #171a2a;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
    color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/* ====================== [ End Overlay ] ====================== */


/* ====================== [ Start Gradient ] ====================== */

.circle-color {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 400px;
    height: 500px;
    border-radius: 50%;
    opacity: .40;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
}

.circle-color.yollow {
    background-image: -webkit-linear-gradient(45deg, #dcff1a, #89f3db);
    background-image: -o-linear-gradient(45deg, #dcff1a, #89f3db);
    background-image: linear-gradient(45deg, #dcff1a, #89f3db);
}

.circle-color.red {
    background-image: -webkit-linear-gradient(45deg, #ff441a, #e889f3);
    background-image: -o-linear-gradient(45deg, #ff441a, #e889f3);
    background-image: linear-gradient(45deg, #ff441a, #e889f3);
}

.circle-color.top {
    top: -50px;
}

.circle-color.bottom {
    bottom: -50px;
}

.circle-color.midle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.circle-color.right {
    right: -50px;
}

.circle-color.left {
    left: -50px;
}

.circle-color.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.green-color {
    color: #17be74 !important;
}

.green-bg {
    background-color: #dbffeb !important;
}

.red-color {
    color: #ff7171 !important;
}

.red-bg {
    background-color: #ffdbdb !important;
}

.dark-blue-bg {
    background: #233d62;
}

.dark-blue-color {
    color: #233d62;
}

.blue-color {
    color: #4f5cf3 !important;
}

.blue-bg {
    background-color: #dbdeff !important;
}

.aqua-color {
    color: #a5f2e0 !important;
}

.aqua-bg {
    background-color: #a5f2e0 !important;
}

.yellow-green-color {
    color: #b1d14e !important;
}

.yellow-green-bg {
    background-color: #b1d14e !important;
}

.green-light-color {
    color: #dbffeb;
}

.green-light-bg {
    background-color: #dbffeb;
    background: -webkit-linear-gradient(315.26deg, #dbffeb 0%, #ecfae4 100%);
    background: -o-linear-gradient(315.26deg, #dbffeb 0%, #ecfae4 100%);
    background: linear-gradient(134.74deg, #dbffeb 0%, #ecfae4 100%);
}

.red-light-color {
    color: #ffdbdb;
}

.red-light-bg {
    background-color: #ffdbdb;
    background: -webkit-linear-gradient(315.26deg, #ffdbdb 0%, #f5e4fa 100%);
    background: -o-linear-gradient(315.26deg, #ffdbdb 0%, #f5e4fa 100%);
    background: linear-gradient(134.74deg, #ffdbdb 0%, #f5e4fa 100%);
}

.yellow-light-color {
    color: #f9ffdb;
}

.yellow-light-bg {
    background-color: #f9ffdb;
    background: -webkit-linear-gradient(315.26deg, #f9ffdb 0%, #FAE7E4 100%);
    background: -o-linear-gradient(315.26deg, #f9ffdb 0%, #FAE7E4 100%);
    background: linear-gradient(134.74deg, #f9ffdb 0%, #FAE7E4 100%);
}

.purple-light-color {
    color: #dbdeff;
}

.purple-light-bg {
    background-color: #dbdeff;
}

.bg-light {
    background-color: #fff !important;
}

.bg-gray {
    background-color: #faf7fa;
}

.bg-light-gray {
    background: #f7f7f7;
}

.bg-light-blue {
    background: #f9fbfc;
}

.bg-dark {
    background-color: #212529 !important;
}

.bg-dark-blue {
    background-color: #15171f;
}

.bg-gray-blue {
    background-color: #f8fbff;
}

.bg-gray-light {
    background-color: #fafafa;
}

.blue-light-bg {
    background-color: #dbfaff;
    background: -webkit-linear-gradient(315.26deg, #dbfaff 0%, #f7fae4 100%);
    background: -o-linear-gradient(315.26deg, #dbfaff 0%, #f7fae4 100%);
    background: linear-gradient(134.74deg, #dbfaff 0%, #f7fae4 100%);
}

.gray-gr-bg {
    background: -webkit-linear-gradient(315.26deg, #f7f7f7 0%, rgba(228, 238, 255, 0.1) 100%);
    background: -o-linear-gradient(315.26deg, #f7f7f7 0%, rgba(228, 238, 255, 0.1) 100%);
    background: linear-gradient(134.74deg, #f7f7f7 0%, rgba(228, 238, 255, 0.1) 100%);
}

.gr-blue2-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#130cb5), to(#b554ef));
    background-image: -webkit-linear-gradient(left, #130cb5 0%, #b554ef 100%);
    background-image: -o-linear-gradient(left, #130cb5 0%, #b554ef 100%);
    background-image: linear-gradient(-270deg, #130cb5 0%, #b554ef 100%);
}

.gr-blue2-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(181, 84, 239, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(181, 84, 239, 0.5);
}

.gr-blue2-bg.revers-gr {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.gr-blue2-bg.revers-gr:hover {
    background-image: -webkit-gradient(linear, right top, left top, from(#130cb5), to(#b554ef));
    background-image: -webkit-linear-gradient(right, #130cb5 0%, #b554ef 100%);
    background-image: -o-linear-gradient(right, #130cb5 0%, #b554ef 100%);
    background-image: linear-gradient(270deg, #130cb5 0%, #b554ef 100%);
}

.gr-blue2-text {
    background: -webkit-gradient(linear, left top, right top, from(#130cb5), to(#b554ef));
    background: -webkit-linear-gradient(left, #130cb5 0%, #b554ef 100%);
    background: -o-linear-gradient(left, #130cb5 0%, #b554ef 100%);
    background: linear-gradient(-270deg, #130cb5 0%, #b554ef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-blue2-bord {
    border-image-source: linear-gradient(-270deg, #130cb5 0%, #b554ef 100%) !important;
}

.gr-blue-bg {
    background-image: -webkit-linear-gradient(340deg, #c500ff 0%, #409fff 100%);
    background-image: -o-linear-gradient(340deg, #c500ff 0%, #409fff 100%);
    background-image: linear-gradient(110deg, #c500ff 0%, #409fff 100%);
}

.gr-blue-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(95, 209, 249, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(95, 209, 249, 0.5);
}

.gr-blue-text {
    background-image: -webkit-linear-gradient(340deg, #c500ff 0%, #409fff 100%);
    background-image: -o-linear-gradient(340deg, #c500ff 0%, #409fff 100%);
    background-image: linear-gradient(110deg, #c500ff 0%, #409fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-blue-bord {
    border-image-source: linear-gradient(110deg, #c500ff 0%, #409fff 100%) !important;
}

.gr-glow-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#8feeff), color-stop(#c2a6ff), to(#ffaffb));
    background-image: -webkit-linear-gradient(left, #8feeff, #c2a6ff, #ffaffb);
    background-image: -o-linear-gradient(left, #8feeff, #c2a6ff, #ffaffb);
    background-image: linear-gradient(to right, #8feeff, #c2a6ff, #ffaffb);
}

.gr-glow-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px #8feeff;
    box-shadow: 0px 10px 30px -5px #8feeff;
}

.gr-glow-text {
    background-image: -webkit-gradient(linear, left top, right top, from(#8feeff), color-stop(#c2a6ff), to(#ffaffb));
    background-image: -webkit-linear-gradient(left, #8feeff, #c2a6ff, #ffaffb);
    background-image: -o-linear-gradient(left, #8feeff, #c2a6ff, #ffaffb);
    background-image: linear-gradient(to right, #8feeff, #c2a6ff, #ffaffb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-glow-bord {
    border-image-source: linear-gradient(to right, #8feeff, #c2a6ff, #ffaffb) !important;
}

.gr-sunset-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#f2709c), to(#ff9472));
    background-image: -webkit-linear-gradient(left, #f2709c, #ff9472);
    background-image: -o-linear-gradient(left, #f2709c, #ff9472);
    background-image: linear-gradient(to right, #f2709c, #ff9472);
}

.gr-sunset-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(242, 112, 156, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(242, 112, 156, 0.5);
}

.gr-sunset-text {
    background-image: -webkit-gradient(linear, left top, right top, from(#f2709c), to(#ff9472));
    background-image: -webkit-linear-gradient(left, #f2709c, #ff9472);
    background-image: -o-linear-gradient(left, #f2709c, #ff9472);
    background-image: linear-gradient(to right, #f2709c, #ff9472);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-sunset-bord {
    border-image-source: linear-gradient(to right, #f2709c, #ff9472) !important;
}

.gr-green-orange-bg {
    background-image: -webkit-linear-gradient(320deg, #00dead, #90ce85, #ffd429);
    background-image: -o-linear-gradient(320deg, #00dead, #90ce85, #ffd429);
    background-image: linear-gradient(130deg, #00dead, #90ce85, #ffd429);
}

.gr-green-orange-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 222, 173, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(0, 222, 173, 0.5);
}

.gr-green-orange-bg.revers-gr {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.gr-green-orange-bg.revers-gr:hover {
    background-image: -webkit-linear-gradient(320deg, #00dead 0%, #90ce85 100%, #ffd429 0%);
    background-image: -o-linear-gradient(320deg, #00dead 0%, #90ce85 100%, #ffd429 0%);
    background-image: linear-gradient(130deg, #00dead 0%, #90ce85 100%, #ffd429 0%);
}

.gr-green-orange-text {
    background-image: -webkit-linear-gradient(320deg, #00dead, #90ce85, #ffd429);
    background-image: -o-linear-gradient(320deg, #00dead, #90ce85, #ffd429);
    background-image: linear-gradient(130deg, #00dead, #90ce85, #ffd429);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-green-orange-bord {
    border-image-source: linear-gradient(130deg, #00dead, #90ce85, #ffd429) !important;
}

.gr-green-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#90ce85), color-stop(#00dead), to(#338b93));
    background-image: -webkit-linear-gradient(left, #90ce85, #00dead, #338b93);
    background-image: -o-linear-gradient(left, #90ce85, #00dead, #338b93);
    background-image: linear-gradient(to right, #90ce85, #00dead, #338b93);
}

.gr-green-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(182, 244, 146, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(182, 244, 146, 0.5);
}

.gr-green-text {
    background-image: -webkit-gradient(linear, left top, right top, from(#90ce85), color-stop(#00dead), to(#338b93));
    background-image: -webkit-linear-gradient(left, #90ce85, #00dead, #338b93);
    background-image: -o-linear-gradient(left, #90ce85, #00dead, #338b93);
    background-image: linear-gradient(to right, #90ce85, #00dead, #338b93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-green-bord {
    background-image: -webkit-gradient(linear, left top, right top, from(#90ce85), color-stop(#00dead), to(#338b93)) !important;
    background-image: -webkit-linear-gradient(left, #90ce85, #00dead, #338b93) !important;
    background-image: -o-linear-gradient(left, #90ce85, #00dead, #338b93) !important;
    background-image: linear-gradient(to right, #90ce85, #00dead, #338b93) !important;
}

.gr-sunrise-bg {
    background-image: -webkit-radial-gradient(10% 20%, circle farthest-corner, #fdc168 0%, #fb8080 90%);
    background-image: -o-radial-gradient(10% 20%, circle farthest-corner, #fdc168 0%, #fb8080 90%);
    background-image: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%);
}

.gr-sunrise-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(253, 193, 104, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(253, 193, 104, 0.5);
}

.gr-sunrise-text {
    background-image: -webkit-radial-gradient(10% 20%, circle farthest-corner, #fdc168 0%, #fb8080 90%);
    background-image: -o-radial-gradient(10% 20%, circle farthest-corner, #fdc168 0%, #fb8080 90%);
    background-image: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-sunrise-bord {
    border-image-source: radial-gradient(circle farthest-corner at 10% 20%, #fdc168 0%, #fb8080 90%) !important;
}

.gr-purple-bg {
    background-image: -webkit-linear-gradient(330deg, #b69be5 0%, #7554d2 100%);
    background-image: -o-linear-gradient(330deg, #b69be5 0%, #7554d2 100%);
    background-image: linear-gradient(120deg, #b69be5 0%, #7554d2 100%);
}

.gr-purple-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(182, 155, 229, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(182, 155, 229, 0.5);
}

.gr-purple-text {
    background-image: -webkit-linear-gradient(330deg, #b69be5 0%, #7554d2 100%);
    background-image: -o-linear-gradient(330deg, #b69be5 0%, #7554d2 100%);
    background-image: linear-gradient(120deg, #b69be5 0%, #7554d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-purple-bord {
    border-image-source: linear-gradient(120deg, #b69be5 0%, #7554d2 100%) !important;
}

.gr-purple-red-bg {
    background-image: -webkit-linear-gradient(340deg, #ff5e57 0%, #409fff 100%);
    background-image: -o-linear-gradient(340deg, #ff5e57 0%, #409fff 100%);
    background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
}

.gr-purple-red-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(80, 30, 155, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(80, 30, 155, 0.5);
}

.gr-purple-red-text {
    background-image: -webkit-linear-gradient(340deg, #ff5e57 0%, #409fff 100%);
    background-image: -o-linear-gradient(340deg, #ff5e57 0%, #409fff 100%);
    background-image: linear-gradient(110deg, #ff5e57 0%, #409fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-purple-red-bord {
    border-image-source: linear-gradient(110deg, #ff5e57 0%, #409fff 100%) !important;
}

.gr-orange-bg {
    background-image: -webkit-linear-gradient(140deg, #ef7355, #ffbb86, #8781c6);
    background-image: -o-linear-gradient(140deg, #ef7355, #ffbb86, #8781c6);
    background-image: linear-gradient(310deg, #ef7355, #ffbb86, #8781c6);
}

.gr-orange-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(255, 187, 134, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(255, 187, 134, 0.5);
}

.gr-orange-text {
    background-image: -webkit-linear-gradient(140deg, #ef7355, #ffbb86, #8781c6);
    background-image: -o-linear-gradient(140deg, #ef7355, #ffbb86, #8781c6);
    background-image: linear-gradient(310deg, #ef7355, #ffbb86, #8781c6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-orange-bord {
    border-image-source: linear-gradient(310deg, #ef7355, #ffbb86, #8781c6) !important;
}

.gr-purple2-bg {
    background-image: -webkit-linear-gradient(160deg, #3a82db, #9121ce, #e012bf);
    background-image: -o-linear-gradient(160deg, #3a82db, #9121ce, #e012bf);
    background-image: linear-gradient(-70deg, #3a82db, #9121ce, #e012bf);
}

.gr-purple2-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(116, 58, 213, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(116, 58, 213, 0.5);
}

.gr-purple2-text {
    background-image: -webkit-linear-gradient(160deg, #3a82db, #9121ce, #e012bf);
    background-image: -o-linear-gradient(160deg, #3a82db, #9121ce, #e012bf);
    background-image: linear-gradient(-70deg, #3a82db, #9121ce, #e012bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-purple2-bord {
    border-image-source: linear-gradient(-70deg, #3a82db, #9121ce, #e012bf) !important;
}

.gr-red-bg {
    background-image: -webkit-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
    background-image: -o-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
    background-image: linear-gradient(120deg, #f76e8f 0%, #df563f 100%);
}

.gr-red-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(213, 58, 157, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(213, 58, 157, 0.5);
}

.gr-red-text {
    background-image: -webkit-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
    background-image: -o-linear-gradient(330deg, #f76e8f 0%, #df563f 100%);
    background-image: linear-gradient(120deg, #f76e8f 0%, #df563f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-red-bord {
    border-image-source: linear-gradient(120deg, #f76e8f 0%, #df563f 100%) !important;
}

.gr-gray-bg {
    background-image: -webkit-linear-gradient(330deg, #c1c6d2 0%, #71778f 100%);
    background-image: -o-linear-gradient(330deg, #c1c6d2 0%, #71778f 100%);
    background-image: linear-gradient(120deg, #c1c6d2 0%, #71778f 100%);
}

.gr-gray-bg.shadow-gr {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(113, 119, 143, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(113, 119, 143, 0.5);
}

.gr-gray-text {
    background-image: -webkit-linear-gradient(330deg, #c1c6d2 0%, #71778f 100%);
    background-image: -o-linear-gradient(330deg, #c1c6d2 0%, #71778f 100%);
    background-image: linear-gradient(120deg, #c1c6d2 0%, #71778f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gr-gray-bord {
    border-image-source: linear-gradient(120deg, #c1c6d2 0%, #71778f 100%) !important;
}

.gr-purple-light-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f1fb), to(transparent));
    background-image: -webkit-linear-gradient(top, #f3f1fb 0%, transparent 100%);
    background-image: -o-linear-gradient(top, #f3f1fb 0%, transparent 100%);
    background-image: linear-gradient(to bottom, #f3f1fb 0%, transparent 100%);
}

.gr-purple-light-bg.to-up {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f3f1fb));
    background-image: -webkit-linear-gradient(top, transparent 0%, #f3f1fb 100%);
    background-image: -o-linear-gradient(top, transparent 0%, #f3f1fb 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #f3f1fb 100%);
}

.purple-light-bg {
    background-color: #f3f1fb;
}

.gr-grayblue-light-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f7f8), to(transparent));
    background-image: -webkit-linear-gradient(top, #f3f7f8 0%, transparent 100%);
    background-image: -o-linear-gradient(top, #f3f7f8 0%, transparent 100%);
    background-image: linear-gradient(to bottom, #f3f7f8 0%, transparent 100%);
}

.gr-grayblue-light-bg.to-up {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f3f7f8));
    background-image: -webkit-linear-gradient(top, transparent 0%, #f3f7f8 100%);
    background-image: -o-linear-gradient(top, transparent 0%, #f3f7f8 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #f3f7f8 100%);
}


/* ====================== [ End Gradient ] ====================== */


/* ====================== [ Start Team ] ====================== */

.team-shape .item .img {
    position: relative;
    overflow: hidden;
}

.team-shape .item .img:hover .cont {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team-shape .item .img .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    -webkit-transform: translateY(140%);
    -ms-transform: translateY(140%);
    transform: translateY(140%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.team-shape .item .img .cont .shape {
    position: absolute;
    top: 0;
    left: -50px;
    right: -50px;
    bottom: -50px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: -1;
}

.team.out .item {
    padding-right: 60px;
    position: relative;
    z-index: 2;
}

.team.out .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    right: 0;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background: -webkit-linear-gradient(bottom, #fff, transparent);
    background: -o-linear-gradient(bottom, #fff, transparent);
    background: linear-gradient(to top, #fff, transparent);
    -webkit-box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.07);
    z-index: -1;
}

.team.out .item .img {
    -webkit-box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.07);
}

.team.out .item .cont {
    padding: 30px 30px 30px 70px;
}

.team .item {
    position: relative;
    background-color: #efefe4;
}

.team .item .img {
   
    overflow: hidden;
}

.team .item .cont {
    padding: 10px 10px 10px 10px;
}

.team .item .cont h6 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 1px;
}

.team .item .cont span {
    font-size: 15px;
    color: #181b31;
}

.team .item:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    -webkit-box-shadow: 20px 20px 50px 0px rgba(45, 22, 84, 0.08);
    box-shadow: 20px 20px 50px 0px rgba(45, 22, 84, 0.08);
    background: #f3f3f2;
    z-index: -1;
}

.team .item.no-shad:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team .item.one:after {
    background: #fff0ef;
}

.team .item.two:after {
    background: #efffff;
}

.team .item.three:after {
    background: #fffdef;
}

.team .item.four:after {
    background: #efffef;
}

.team-clas .img {
    position: relative;
    overflow: hidden;
}

.team-clas .img:hover .social {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team-clas .img .social {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.team-clas .img .social a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    font-size: 13px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.team-clas .img .social a:hover {
    background: #181b31;
    color: #fff;
}