body {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #6A6972;
    overflow-x: hidden;
   
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #2E2E2E;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6A6972;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background-size: 200%;
}

.main-btn:hover {
    color: #fff;
    background-position: right center;
}

/*===== All SECTION TITLE Style =====*/
.section-title .line {
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important;
}

.section-title .title {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
}

.section-title .title span {
    font-weight: 400;
    display: contents;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #361CC1;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}

.section-title .title {
    font-size: 32px;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
    }
}

.section-title .title span {
    font-weight: 400;
    display: contents;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #361CC1 #361CC1 #E1E1E1;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #E1E1E1;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #E1E1E1;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

/*===========================
      02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    width: -webkit-fill-available;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
    padding: 10px 0;
}

.navbar {
    padding: 25px 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

.navbar-nav .nav-item {
    margin-right: 45px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E;
    }
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #2E2E2E;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #361CC1;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #2E2E2E;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #2E2E2E;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.navbar-btn .main-btn {
    height: 45px;
    line-height: 45px;
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
}

.navbar-btn .main-btn:hover {
    color: #fff;
    background-position: right center;
}

.sticky .navbar-toggler .toggler-icon {
    background-color: #2E2E2E;
}

.sticky .navbar-nav .nav-item a {
    color: #2E2E2E;
}

.sticky .navbar-nav .nav-item.active>a, .sticky .navbar-nav .nav-item:hover>a {
    color: #359756;
}

/*===== HEADER HERO =====*/
.header-hero {
    position: relative;
    z-index: 5;
    background-position: bottom center;
}

#particles-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-hero-content {
    padding-top: 180px;
}

@media (max-width: 767px) {
    .header-hero-content {
        padding-top: 100px;
    }
}

.header-hero-content .header-sub-title {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 767px) {
    .header-hero-content .header-sub-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .header-sub-title {
        font-size: 30px;
    }
}

.header-hero-content .header-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 767px) {
    .header-hero-content .header-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .header-title {
        font-size: 30px;
    }
}

.header-hero-content .text {
    color: #fff;
    margin-top: 30px;
}

.header-hero-content .main-btn {
    margin-top: 40px;
}

.header-hero-image {
    padding-top: 45px;
}

.header-hero-image img {
    max-width: 650px;
}

@media (max-width: 767px) {
    .header-hero-image img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .header-hero-image {
        padding-top: 30px;
    }
}

/*===========================
      03.BRAND css 
===========================*/
@media (max-width: 767px) {
    .brand-logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-logo {
    padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-logo {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .single-logo {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .single-logo {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-logo {
        width: 33.33%;
    }
}

.single-logo img {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-logo:hover img {
    opacity: 1;
}

/*===========================
      04.SERVICES css 
===========================*/
.single-services {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 50px 30px;
    border: 2px solid transparent;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .single-services {
        padding: 20px 20px 30px;
    }
}

.single-services .services-icon {
    display: inline-block;
    position: relative;
}

.single-services .services-icon img {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.single-services .services-icon .shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-services .services-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: #fff;
}

.single-services .services-content .services-title a {
    font-size: 26px;
    font-weight: 700;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-services .services-content .services-title a {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .single-services .services-content .services-title a {
        font-size: 20px;
    }
}

.single-services .services-content .services-title a:hover {
    color: #361CC1;
}

.single-services .services-content .text {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .single-services .services-content .text {
        margin-top: 20px;
    }
}

.single-services .services-content .more {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-services .services-content .more i {
    margin-left: 10px;
}

.single-services .services-content .more:hover {
    color: #361CC1;
}

.single-services:hover {
    border-color: #FE7A7B;
}

.single-services:hover .services-icon .shape {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

/*===========================
      05.ABOUT css 
===========================*/
.about-area {
    position: relative;
    z-index: 5;
}

.about-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
}

.about-shape-1 img {
    width: 100%;
}

@media (max-width: 767px) {
    .about-shape-1 {
        display: none;
    }
}

.about-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
}

.about-shape-2 img {
    width: 100%;
}

@media (max-width: 767px) {
    .about-shape-2 {
        display: none;
    }
}

.about-content {
    max-width: 480px;
}

.about-content .text {
    margin-top: 15px;
}

.about-content .main-btn {
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    margin-top: 40px;
}

.about-content .main-btn:hover {
    background-position: right center;
}

/*===========================
    06.VIDEO COUNTER css 
===========================*/
.video-content {
    position: relative;
    padding-bottom: 30px;
}

.video-content .dots {
    position: absolute;
    left: -30px;
    bottom: 0;
}

.video-wrapper {
    margin-right: 15px;
    position: relative;
    -webkit-box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
    -moz-box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
    box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .video-wrapper {
        margin-right: 0;
    }
}

.video-wrapper .video-image img {
    width: 100%;
}

.video-wrapper .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(54, 28, 193, 0.2) 0%, rgba(46, 130, 239, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(54, 28, 193, 0.2) 0%, rgba(46, 130, 239, 0.2) 100%);
    background: linear-gradient(to right, rgba(54, 28, 193, 0.2) 0%, rgba(46, 130, 239, 0.2) 100%);
}

.video-wrapper .video-icon a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #FE8464;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.counter-wrapper {
    padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-wrapper {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .counter-wrapper {
        padding-left: 0;
    }
}

.counter-wrapper .counter-content .text {
    margin-top: 35px;
}

.counter-wrapper .single-counter {
    max-width: 155px;
    height: 120px;
    border-radius: 60px;
    position: relative;
    z-index: 5;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .counter-wrapper .single-counter {
        max-width: 100px;
        height: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter-wrapper .single-counter {
        max-width: 155px;
        height: 120px;
    }
}

.counter-wrapper .single-counter::before {
    position: absolute;
    content: '';
    width: 155px;
    height: 120px;
    border-radius: 60px;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
}

@media (max-width: 767px) {
    .counter-wrapper .single-counter::before {
        max-width: 100px;
        height: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter-wrapper .single-counter::before {
        max-width: 155px;
        height: 120px;
    }
}

.counter-wrapper .single-counter.counter-color-1::before {
    background: -webkit-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: linear-gradient(#33c8c1 0%, #119bd2 100%);
}

.counter-wrapper .single-counter.counter-color-2::before {
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
}

.counter-wrapper .single-counter.counter-color-3::before {
    background: -webkit-linear-gradient(#361cc1 0%, #2e82ef 100%);
    background: -o-linear-gradient(#361cc1 0%, #2e82ef 100%);
    background: linear-gradient(#361cc1 0%, #2e82ef 100%);
}

.counter-wrapper .single-counter .count {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 767px) {
    .counter-wrapper .single-counter .count {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter-wrapper .single-counter .count {
        font-size: 22px;
    }
}

.counter-wrapper .single-counter .text {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) {
    .counter-wrapper .single-counter .text {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter-wrapper .single-counter .text {
        font-size: 16px;
    }
}

/*===========================
       07.TEAM css 
===========================*/
.single-team {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    overflow: hidden;
    border-radius: 10px;
}

.single-team .team-image {
    position: relative;
}

.single-team .team-image img {
    width: 100%;
}

.single-team .team-image .social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.single-team .team-image .social ul {
    background-color: rgba(255, 255, 255, 0.23);
    display: inline-block;
    border-radius: 50px;
    padding: 0 13px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.single-team .team-image .social ul::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-team .team-image .social ul li {
    display: inline-block;
}

.single-team .team-image .social ul li a {
    padding: 15px 13px;
    color: #fff;
}

.single-team .team-content {
    padding: 30px;
}

.single-team .team-content .holder-name a {
    font-size: 20px;
    font-weight: 700;
    color: #2E2E2E;
}

.single-team .team-content .text {
    margin-top: 5px;
}

.single-team:hover .team-image .social ul::before {
    opacity: 1;
    visibility: visible;
}

/*===========================
     08.TESTIMONIAL css 
===========================*/
.single-testimonial {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    overflow: hidden;
    border-radius: 10px;
    padding: 25px 30px 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 30px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-testimonial {
        padding: 20px 20px 5px;
    }
}

.single-testimonial .testimonial-review .quota i {
    font-size: 36px;
    color: #119BD2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-testimonial .testimonial-review .star ul li {
    display: inline-block;
    font-size: 16px;
    color: #FE806D;
}

.single-testimonial .testimonial-text {
    margin-top: 25px;
}

.single-testimonial .testimonial-author {
    margin-top: 30px;
}

.single-testimonial .testimonial-author .author-image {
    position: relative;
}

.single-testimonial .testimonial-author .author-image .author {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 80px;
    height: 80px;
}

.single-testimonial .testimonial-author .author-content .holder-name {
    font-size: 18px;
    font-weight: 700;
    color: #2E2E2E;
}

.single-testimonial .testimonial-author .author-content .text {
    font-size: 15px;
}

.single-testimonial:hover {
    border-color: #FE7A7B;
}

.single-testimonial:hover .testimonial-review .quota i {
    color: #FE7A7B;
}

.slick-center .single-testimonial {
    border-color: #FE7A7B;
}

.slick-center .single-testimonial .testimonial-review .quota i {
    color: #FE7A7B;
}

.testimonial-active .slick-dots {
    margin: 0 auto;
}

.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.testimonial-active .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
    border: 0;
    font-size: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial-active .slick-dots li.slick-active button {
    opacity: 1;
    width: 15px;
    height: 15px;
}

/*===========================
       09.BLOG  css 
===========================*/
.single-blog .blog-image img {
    border-radius: 10px;
    width: 100%;
}

.single-blog .blog-content {
    padding-top: 25px;
}

.single-blog .blog-content .meta li {
    font-size: 16px;
    color: #6A6972;
    display: inline-block;
    margin-left: 50px;
}

.single-blog .blog-content .meta li:first-child {
    margin-left: 0;
}

.single-blog .blog-content .meta li a {
    color: #6A6972;
}

.single-blog .blog-content .text {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    color: #2E2E2E;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .single-blog .blog-content .text {
        font-size: 20px;
        line-height: 30px;
    }
}

.single-blog .blog-content .more {
    font-size: 16px;
    color: #FE7E71;
    margin-top: 30px;
}

.single-blog .blog-content .more i {
    margin-left: 5px;
}

/*===========================
       10.SUBSCRIBE  css 
===========================*/
.subscribe-area {
    padding: 40px 50px 90px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    border-radius: 10px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .subscribe-area {
        padding: 10px 30px 60px;
    }
}

.subscribe-content .subscribe-title {
    font-size: 35px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-content .subscribe-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .subscribe-content .subscribe-title {
        font-size: 24px;
    }
}

.subscribe-content .subscribe-title span {
    font-weight: 400;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    border: 2px solid #E1E1E1;
    height: 65px;
    padding: 0 30px;
    border-radius: 5px;
    width: 100%;
    color: #2E2E2E;
}

.subscribe-form input::placeholder {
    opacity: 1;
    color: #B9B9B9;
}

.subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #B9B9B9;
}

.subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #B9B9B9;
}

.subscribe-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #B9B9B9;
}

.subscribe-form input:focus {
    border-color: #361CC1;
}

.subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 65px;
    line-height: 65px;
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
}

@media (max-width: 767px) {
    .subscribe-form button {
        position: relative;
        width: 100%;
        margin-top: 10px;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-form button {
        position: absolute;
        width: auto;
        margin-top: 0;
        border-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

.subscribe-form button:hover {
    color: #fff;
    background-position: right center;
}

/*===========================
       11.FOOTER  css 
===========================*/
.footer-area {
    background-position: top center;
    position: relative;
    z-index: 5;
}

.footer-area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/footer-bg.svg);
    background-position: top center;
    z-index: -1;
    background-size: cover;
}

@media only screen and (min-width: 1921px) {
    .footer-area::before {
        height: 1120px;
    }
}

#particles-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-widget {
    padding-top: 50px;
}

.footer-about .logo img {
    width: 160px;
}

.footer-about .text {
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
}

.footer-about .social {
    margin-top: 40px;
}

.footer-about .social li {
    display: inline-block;
    margin-right: 30px;
}

.footer-about .social li a {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-about .social li a:hover {
    color: #FE8464;
}

.footer-title .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.link-wrapper {
    padding: 0 35px;
}

@media (max-width: 767px) {
    .link-wrapper {
        padding: 0;
        padding-right: 50px;
    }
}

.link-wrapper .link {
    padding-top: 20px;
}

.link-wrapper .link li {
    margin-top: 20px;
}

.link-wrapper .link li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.link-wrapper .link li a:hover {
    color: #FE8464;
}

.footer-contact .contact {
    padding-top: 20px;
}

.footer-contact .contact li {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    padding-bottom: 30px;
}

.copyright-content {
    padding-top: 15px;
    text-align: center;
}

.copyright-content p {
    color: #fff;
}

.copyright-content a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.copyright-content a:hover {
    color: #FE8464;
}

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color:#359756;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.back-to-top:hover {
    color: #fff;
}

























.u-section-2 .u-sheet-1 {
    min-height: 765px;
}

.u-section-2 .u-layout-wrap-1 {
    pointer-events: auto;
    margin: 55px auto 55px 0;
}

.u-section-2 .u-layout-cell-1 {
    min-height: 655px;
    pointer-events: auto;
}

.u-section-2 .u-container-layout-1 {
    padding: 30px 60px 30px 50px;
}

.u-section-2 .u-text-1 {
    font-style: normal;
    font-size: 3.75rem;
    font-weight: 700;
    margin: 0 1px 0 0;
}

.u-section-2 .u-text-2 {
    font-weight: 300;
    margin: 32px 1px 0 0;
}

.u-section-2 .u-btn-1 {
    border-style: none none solid;
    padding: 0;
}

.u-section-2 .u-btn-2 {
    border-style: none;
    font-size: 1rem;
    font-weight: 700;
    background-image: none;
    letter-spacing: 1px;
    text-transform: none;
    margin: 33px auto 0 0;
    padding: 12px 24px;
}

.u-section-2 .u-icon-1 {
    color: rgb(255, 255, 255) !important;
    font-size: 1.2em;
}

.u-section-2 .u-btn-3 {
    border-style: none;
    font-size: 1rem;
    font-weight: 700;
    background-image: none;
    letter-spacing: 1px;
    margin: -54px auto 0 239px;
    padding: 12px 31px 12px 30px;
}

.u-section-2 .u-icon-2 {
    color: rgb(255, 255, 255) !important;
    font-size: 1.2em;
}

.u-section-2 .u-layout-cell-2 {
    min-height: 655px;
    pointer-events: auto;
}

.u-section-2 .u-container-layout-2 {
    padding: 30px;
}

.u-section-2 .u-image-1 {
    width: 501px;
    height: 595px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .u-section-2 .u-sheet-1 {
        min-height: 668px;
    }

    .u-section-2 .u-layout-wrap-1 {
        margin-right: initial;
        margin-left: initial;
    }

    .u-section-2 .u-layout-cell-1 {
        min-height: 562px;
    }

    .u-section-2 .u-container-layout-1 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .u-section-2 .u-text-1 {
        margin-right: 24px;
    }

    .u-section-2 .u-text-2 {
        margin-right: 24px;
    }

    .u-section-2 .u-btn-3 {
        margin-left: 226px;
    }

    .u-section-2 .u-layout-cell-2 {
        min-height: 562px;
    }

    .u-section-2 .u-image-1 {
        height: 502px;
        margin-right: initial;
        margin-left: initial;
        width: auto;
    }
}

@media (max-width: 991px) {
    .u-section-2 .u-sheet-1 {
        min-height: 616px;
    }

    .u-section-2 .u-layout-cell-1 {
        min-height: 506px;
    }

    .u-section-2 .u-container-layout-1 {
        padding-top: 29px;
        padding-bottom: 29px;
    }

    .u-section-2 .u-text-1 {
        width: auto;
        font-size: 2.75rem;
        margin-right: 0;
    }

    .u-section-2 .u-text-2 {
        width: auto;
        margin-top: 33px;
        margin-right: 0;
    }

    .u-section-2 .u-btn-3 {
        margin-top: 20px;
        margin-left: 0;
    }

    .u-section-2 .u-layout-cell-2 {
        min-height: 506px;
    }

    .u-section-2 .u-container-layout-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-2 .u-image-1 {
        height: 367px;
        width: auto;
        margin-right: initial;
        margin-left: initial;
    }
}

@media (max-width: 767px) {
    .u-section-2 .u-sheet-1 {
        min-height: 1074px;
    }

    .u-section-2 .u-layout-cell-1 {
        min-height: 371px;
    }

    .u-section-2 .u-container-layout-1 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .u-section-2 .u-text-1 {
        font-size: 3.4375rem;
    }

    .u-section-2 .u-btn-3 {
        margin-top: -54px;
        margin-right: 94px;
        margin-left: auto;
    }

    .u-section-2 .u-layout-cell-2 {
        min-height: 581px;
    }

    .u-section-2 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .u-section-2 .u-image-1 {
        height: 514px;
        width: auto;
        margin-right: initial;
        margin-left: initial;
    }
}

@media (max-width: 575px) {
    .u-section-2 .u-sheet-1 {
        min-height: 601px;
    }

    .u-section-2 .u-layout-cell-1 {
        min-height: 489px;
    }

    .u-section-2 .u-text-1 {
        font-size: 2.75rem;
    }

    .u-section-2 .u-btn-2 {
        align-self: center;
        margin-left: auto;
        padding-right: 42px;
        padding-left: 41px;
    }

    .u-section-2 .u-btn-3 {
        margin-top: 20px;
        margin-right: auto;
        padding-right: 56px;
        padding-left: 55px;
    }

    .u-section-2 .u-layout-cell-2 {
        min-height: 358px;
    }

    .u-section-2 .u-container-layout-2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .u-section-2 .u-image-1 {
        height: 332px;
        width: auto;
        margin-right: initial;
        margin-left: initial;
    }
}

.u-section-3 {
    background-image: none;
}

.u-section-3 .u-sheet-1 {
    min-height: 964px;
}

.u-section-3 .u-group-1 {
    width: 507px;
    min-height: 659px;
    margin: 60px auto 0 0;
}

.u-section-3 .u-container-layout-1 {
    padding: 40px 20px 40px 0;
}

.u-section-3 .u-text-1 {
    font-size: 3.75rem;
    letter-spacing: normal;
    font-weight: 700;
    margin: 0;
}

.u-section-3 .u-text-2 {
    font-size: 1.5rem;
    font-style: normal;
    margin: 31px 0 0;
}

.u-section-3 .u-btn-1 {
    font-size: 1.125rem;
    font-weight: 700;
    background-image: none;
    border-style: none;
    margin: 38px auto 0 0;
    padding: 14px 52px 14px 51px;
}

.u-section-3 .u-layout-wrap-1 {
    width: 625px;
    margin: -709px 0 9px auto;
}

.u-section-3 .u-layout-cell-1 {
    min-height: 430px;
}

.u-section-3 .u-container-layout-2 {
    padding: 30px;
}

.u-section-3 .u-icon-1 {
    height: 78px;
    width: 78px;
    background-image: none;
    margin: 0 auto;
}

.u-section-3 .u-btn-2 {
    text-transform: uppercase;
    align-self: center;
    background-image: none;
    border-style: none;
    margin: 25px auto 0;
    padding: 5px 31px 6px 30px;
}

.u-section-3 .u-text-3 {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.875rem;
    margin: 25px auto 0;
}

.u-section-3 .u-text-4 {
    font-style: italic;
    margin: 17px 0 0;
}

.u-section-3 .u-btn-3 {
    border-style: none none solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px auto 0;
    padding: 0;
}

.u-section-3 .u-layout-cell-2 {
    min-height: 362px;
}

.u-section-3 .u-container-layout-3 {
    padding: 30px 30px 28px;
}

.u-section-3 .u-icon-2 {
    height: 78px;
    width: 78px;
    background-image: none;
    margin: 0 auto;
}

.u-section-3 .u-text-5 {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.875rem;
    margin: 20px auto 0;
}

.u-section-3 .u-text-6 {
    font-style: italic;
    margin: 20px 0 0;
}

.u-section-3 .u-btn-4 {
    border-style: none none solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px auto 0;
    padding: 0;
}

.u-section-3 .u-layout-cell-3 {
    min-height: 362px;
}

.u-section-3 .u-container-layout-4 {
    padding: 30px;
}

.u-section-3 .u-icon-3 {
    height: 78px;
    width: 78px;
    background-image: none;
    margin: 0 auto;
}

.u-section-3 .u-text-7 {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.875rem;
    margin: 20px auto 0;
}

.u-section-3 .u-text-8 {
    font-style: italic;
    margin: 20px 0 0;
}

.u-section-3 .u-btn-5 {
    border-style: none none solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px auto 0;
    padding: 0;
}

.u-section-3 .u-layout-cell-4 {
    min-height: 430px;
}

.u-section-3 .u-container-layout-5 {
    padding: 30px;
}

.u-section-3 .u-icon-4 {
    height: 78px;
    width: 78px;
    background-image: none;
    margin: 0 auto;
}

.u-section-3 .u-btn-6 {
    text-transform: uppercase;
    align-self: center;
    background-image: none;
    margin: 25px auto 0;
    padding: 5px 31px 6px 30px;
}

.u-section-3 .u-text-9 {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.875rem;
    margin: 25px auto 0;
}

.u-section-3 .u-text-10 {
    font-style: italic;
    margin: 20px 0 0;
}

.u-section-3 .u-btn-7 {
    border-style: none none solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px auto 0;
    padding: 0;
}

@media (max-width: 1199px) {
    .u-section-3 .u-sheet-1 {
        min-height: 923px;
    }

    .u-section-3 .u-group-1 {
        width: 358px;
        min-height: 665px;
    }

    .u-section-3 .u-text-1 {
        font-size: 3.4375rem;
    }

    .u-section-3 .u-btn-1 {
        padding: 15px 23px;
    }

    .u-section-3 .u-layout-wrap-1 {
        width: 565px;
        margin-top: -707px;
        margin-bottom: 18px;
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 443px;
    }

    .u-section-3 .u-container-layout-2 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .u-section-3 .u-icon-1 {
        color: rgb(116, 133, 221) !important;
    }

    .u-section-3 .u-text-3 {
        font-size: 1.625rem;
    }

    .u-section-3 .u-layout-cell-2 {
        min-height: 377px;
    }

    .u-section-3 .u-container-layout-3 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .u-section-3 .u-icon-2 {
        color: rgb(116, 133, 221) !important;
    }

    .u-section-3 .u-text-5 {
        font-size: 1.625rem;
    }

    .u-section-3 .u-layout-cell-3 {
        min-height: 377px;
    }

    .u-section-3 .u-container-layout-4 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .u-section-3 .u-icon-3 {
        color: rgb(116, 133, 221) !important;
    }

    .u-section-3 .u-text-7 {
        font-size: 1.625rem;
    }

    .u-section-3 .u-layout-cell-4 {
        min-height: 444px;
    }

    .u-section-3 .u-container-layout-5 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .u-section-3 .u-icon-4 {
        color: rgb(116, 133, 221) !important;
    }

    .u-section-3 .u-text-9 {
        font-size: 1.625rem;
    }

    .u-section-3 .u-text-10 {
        width: auto;
    }
}

@media (max-width: 991px) {
    .u-section-3 .u-sheet-1 {
        min-height: 1344px;
    }

    .u-section-3 .u-group-1 {
        min-height: 394px;
        margin-right: initial;
        margin-left: initial;
        width: auto;
    }

    .u-section-3 .u-container-layout-1 {
        padding: 0 30px 0 0;
    }

    .u-section-3 .u-btn-1 {
        font-size: 0.875rem;
        padding: 14px 18px 14px 16px;
    }

    .u-section-3 .u-layout-wrap-1 {
        margin-top: 38px;
        margin-bottom: 60px;
        margin-right: initial;
        margin-left: initial;
        width: auto;
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 438px;
    }

    .u-section-3 .u-layout-cell-2 {
        min-height: 372px;
    }

    .u-section-3 .u-layout-cell-3 {
        min-height: 372px;
    }

    .u-section-3 .u-layout-cell-4 {
        min-height: 438px;
    }
}

@media (max-width: 767px) {
    .u-section-3 .u-sheet-1 {
        min-height: 1604px;
    }

    .u-section-3 .u-container-layout-1 {
        padding-right: 10px;
    }

    .u-section-3 .u-text-1 {
        font-size: 3rem;
    }

    .u-section-3 .u-btn-1 {
        font-size: 1.125rem;
        padding-right: 21px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

    .u-section-3 .u-layout-wrap-1 {
        margin-top: 20px;
        width: auto;
        margin-right: initial;
        margin-left: initial;
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 100px;
    }

    .u-section-3 .u-container-layout-2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-3 .u-layout-cell-2 {
        min-height: 100px;
    }

    .u-section-3 .u-container-layout-3 {
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-3 .u-layout-cell-3 {
        min-height: 100px;
    }

    .u-section-3 .u-container-layout-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-3 .u-layout-cell-4 {
        min-height: 100px;
    }

    .u-section-3 .u-container-layout-5 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .u-section-3 .u-sheet-1 {
        min-height: 2043px;
    }

    .u-section-3 .u-text-1 {
        font-size: 2.25rem;
    }

    .u-section-3 .u-layout-wrap-1 {
        margin-top: 38px;
        width: auto;
        margin-right: initial;
        margin-left: initial;
    }

    .u-section-3 .u-container-layout-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-3 .u-text-3 {
        font-size: 1.5rem;
    }

    .u-section-3 .u-container-layout-3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-3 .u-text-5 {
        font-size: 1.5rem;
    }

    .u-section-3 .u-container-layout-4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-3 .u-text-7 {
        font-size: 1.5rem;
    }

    .u-section-3 .u-container-layout-5 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-3 .u-text-9 {
        font-size: 1.5rem;
    }
}

.u-section-4 {
    background-image: none;
}

.u-section-4 .u-sheet-1 {
    min-height: 984px;
}

.u-section-4 .u-shape-1 {
    width: 468px;
    left: 202px;
    right: auto;
    background-image: none;
}

.u-section-4 .u-image-1 {
    width: 784px;
    height: 588px;
    margin: 60px auto 0 123px;
}

.u-section-4 .u-group-1 {
    width: 556px;
    min-height: 348px;
    margin: -153px 0 0 auto;
}

.u-section-4 .u-container-layout-1 {
    padding: 30px 50px;
}

.u-section-4 .u-text-1 {
    font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
    margin: 0;
}

.u-section-4 .u-text-2 {
    margin: 20px 0 0;
}

.u-section-4 .u-btn-1 {
    border-style: none none solid;
    padding: 0;
}

.u-section-4 .u-text-3 {
    margin: 20px 226px 0 0;
}

.u-section-4 .u-btn-2 {
    border-style: none none solid;
    padding: 0;
}

.u-section-4 .u-btn-3 {
    font-size: 1.125rem;
    font-weight: 700;
    background-image: none;
    margin: 20px auto 0 0;
}

.u-section-4 .u-shape-2 {
    width: 204px;
    height: 204px;
    background-image: none;
    margin: -833px auto 670px 0;
}

@media (max-width: 991px) {
    .u-section-4 .u-sheet-1 {
        min-height: 936px;
    }

    .u-section-4 .u-shape-1 {
        width: 328px;
        left: auto;
        right: 190px;
    }

    .u-section-4 .u-image-1 {
        width: 603px;
        height: 479px;
        margin-top: 105px;
        margin-left: 50px;
    }

    .u-section-4 .u-group-1 {
        margin-top: -63px;
    }

    .u-section-4 .u-container-layout-1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-4 .u-shape-2 {
        width: 158px;
        height: 158px;
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .u-section-4 .u-sheet-1 {
        min-height: 1031px;
    }

    .u-section-4 .u-shape-1 {
        width: 285px;
        right: 106px;
    }

    .u-section-4 .u-image-1 {
        width: 477px;
        height: 394px;
        margin-top: 167px;
        margin-right: 0;
        margin-left: auto;
    }

    .u-section-4 .u-group-1 {
        width: 477px;
        min-height: 379px;
        margin-top: 36px;
    }

    .u-section-4 .u-text-3 {
        margin-right: 163px;
    }

    .u-section-4 .u-shape-2 {
        margin-top: -878px;
        margin-bottom: 143px;
    }
}

@media (max-width: 575px) {
    .u-section-4 .u-sheet-1 {
        min-height: 907px;
    }

    .u-section-4 .u-shape-1 {
        width: 254px;
        left: 0;
        right: auto;
    }

    .u-section-4 .u-image-1 {
        width: 317px;
        height: 262px;
        margin-top: 125px;
    }

    .u-section-4 .u-group-1 {
        width: 317px;
        min-height: 399px;
    }

    .u-section-4 .u-text-1 {
        font-size: 1.5rem;
    }

    .u-section-4 .u-text-3 {
        margin-right: 66px;
    }

    .u-section-4 .u-shape-2 {
        width: 124px;
        height: 124px;
        margin-top: -767px;
        margin-bottom: 60px;
    }
}

.u-section-5 .u-sheet-1 {
    min-height: 994px;
}

.u-section-5 .u-text-1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 60px auto 0;
}

.u-section-5 .u-text-2 {
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    margin: 20px auto 0;
}

.u-section-5 .u-text-3 {
    font-size: 1.25rem;
    width: 711px;
    margin: 30px auto 0;
}

.u-section-5 .u-list-1 {
    margin-top: 50px;
    margin-bottom: 0;
}

.u-section-5 .u-repeater-1 {
    grid-template-columns: repeat(4, calc(25% - 11.25px));
    min-height: 567px;
    grid-gap: 15px;
}

.u-section-5 .u-container-layout-1 {
    padding: 30px 25px;
}

.u-section-5 .u-image-1 {
    width: 133px;
    height: 133px;
    background-image: url("assets/images/images01.com/c461c07a441a5d220e8feb1a/062bd150d643584794ae3ebb/xcxcxcxc-min.jpg");
    background-position: 50% 50%;
    margin: 0 auto;
}

.u-section-5 .u-text-4 {
    font-size: 1.0625rem;
    line-height: 2;
    margin: 20px 0 0;
}

.u-section-5 .u-icon-1 {
    color: rgb(17, 17, 17) !important;
}

.u-section-5 .u-icon-2 {
    color: rgb(17, 17, 17) !important;
}

.u-section-5 .u-text-5 {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 40px auto 0;
}

.u-section-5 .u-text-6 {
    margin: 14px auto 0;
}

.u-section-5 .u-list-item-2 {
    background-image: none;
}

.u-section-5 .u-container-layout-2 {
    padding: 30px 25px;
}

.u-section-5 .u-image-2 {
    width: 133px;
    height: 133px;
    background-image: url("assets/images/images01.com/c461c07a441a5d220e8feb1a/062bd150d643584794ae3ebb/xcxcxcxc-min.jpg");
    background-position: 50% 50%;
    margin: 0 auto;
}

.u-section-5 .u-text-7 {
    font-size: 1.0625rem;
    line-height: 2;
    margin: 20px 0 0;
}

.u-section-5 .u-icon-3 {
    color: rgb(17, 17, 17) !important;
}

.u-section-5 .u-icon-4 {
    color: rgb(17, 17, 17) !important;
}

.u-section-5 .u-text-8 {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 40px auto 0;
}

.u-section-5 .u-text-9 {
    margin: 14px auto 0;
}

.u-section-5 .u-container-layout-3 {
    padding: 30px 25px;
}

.u-section-5 .u-image-3 {
    width: 133px;
    height: 133px;
    background-image: url("assets/images/images01.com/c461c07a441a5d220e8feb1a/062bd150d643584794ae3ebb/xcxcxcxc-min.jpg");
    background-position: 50% 50%;
    margin: 0 auto;
}

.u-section-5 .u-text-10 {
    font-size: 1.0625rem;
    line-height: 2;
    margin: 20px 0 0;
}

.u-section-5 .u-icon-5 {
    color: rgb(17, 17, 17) !important;
}

.u-section-5 .u-icon-6 {
    color: rgb(17, 17, 17) !important;
}

.u-section-5 .u-text-11 {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 40px auto 0;
}

.u-section-5 .u-text-12 {
    margin: 14px auto 0;
}

.u-section-5 .u-container-layout-4 {
    padding: 30px 25px;
}

.u-section-5 .u-image-4 {
    width: 133px;
    height: 133px;
    background-image: url("assets/images/images01.com/c461c07a441a5d220e8feb1a/062bd150d643584794ae3ebb/xcxcxcxc-min.jpg");
    background-position: 50% 50%;
    margin: 0 auto;
}

.u-section-5 .u-text-13 {
    font-size: 1.0625rem;
    line-height: 2;
    margin: 20px 0 0;
}

.u-section-5 .u-icon-7 {
    color: rgb(17, 17, 17) !important;
}

.u-section-5 .u-icon-8 {
    color: rgb(17, 17, 17) !important;
}

.u-section-5 .u-text-14 {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 40px auto 0;
}

.u-section-5 .u-text-15 {
    margin: 14px auto 0;
}

.u-section-5 .u-text-16 {
    margin: 25px auto 60px;
}

.u-section-5 .u-btn-1 {
    border-style: none none solid;
    padding: 0;
}

@media (max-width: 1199px) {
    .u-section-5 .u-repeater-1 {
        min-height: 468px;
    }
}

@media (max-width: 991px) {
    .u-section-5 .u-sheet-1 {
        min-height: 1474px;
    }

    .u-section-5 .u-text-2 {
        font-size: 2.75rem;
    }

    .u-section-5 .u-repeater-1 {
        grid-template-columns: repeat(2, calc(50% - 7.5px));
        min-height: 1057px;
    }
}

@media (max-width: 767px) {
    .u-section-5 .u-text-2 {
        font-size: 3.4375rem;
    }

    .u-section-5 .u-text-3 {
        width: 540px;
    }

    .u-section-5 .u-repeater-1 {
        grid-template-columns: 100%;
    }

    .u-section-5 .u-container-layout-1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-5 .u-container-layout-2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-5 .u-container-layout-3 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-5 .u-container-layout-4 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .u-section-5 .u-text-2 {
        font-size: 2.75rem;
    }

    .u-section-5 .u-text-3 {
        width: 340px;
    }

    .u-section-5 .u-container-layout-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-5 .u-container-layout-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-5 .u-container-layout-3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-5 .u-container-layout-4 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.u-section-6 {
    background-image: none;
}

.u-section-6 .u-sheet-1 {
    min-height: 990px;
}

.u-section-6 .u-text-1 {
    font-style: normal;
    font-size: 3.75rem;
    font-weight: 700;
    margin: 60px auto 0 0;
}

.u-section-6 .u-layout-wrap-1 {
    margin-top: 11px;
    margin-bottom: 0;
}

.u-section-6 .u-layout-cell-1 {
    min-height: 184px;
}

.u-section-6 .u-container-layout-1 {
    padding: 30px 30px 30px 0;
}

.u-section-6 .u-text-2 {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.u-section-6 .u-layout-cell-2 {
    min-height: 184px;
}

.u-section-6 .u-container-layout-2 {
    padding: 30px;
}

.u-section-6 .u-text-3 {
    line-height: 2.2;
    margin: 0;
}

.u-section-6 .u-layout-cell-3 {
    min-height: 184px;
}

.u-section-6 .u-container-layout-3 {
    padding: 30px;
}

.u-section-6 .u-text-4 {
    line-height: 2.2;
    margin: 0;
}

.u-section-6 .u-layout-wrap-2 {
    margin-top: 19px;
    margin-bottom: 60px;
}

.u-section-6 .u-layout-cell-4 {
    min-height: 441px;
}

.u-section-6 .u-container-layout-4 {
    padding: 30px;
}

.u-section-6 .u-text-5 {
    font-size: 1.5rem;
    margin: 0 auto 0 0;
}

.u-section-6 .u-text-6 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 1;
    margin: 40px auto 0 0;
}

.u-section-6 .u-btn-1 {
    background-image: none;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 50px auto 0 0;
    padding: 14px 31px 16px 30px;
}

.u-section-6 .u-icon-1 {
    color: rgb(17, 17, 17) !important;
}

.u-section-6 .u-text-7 {
    font-size: 0.875rem;
    margin: 57px 0 0;
}

.u-section-6 .u-layout-cell-5 {
    min-height: 488px;
}

.u-section-6 .u-container-layout-5 {
    padding: 30px;
}

.u-section-6 .u-text-8 {
    font-size: 1.5rem;
    margin: 0 auto 0 0;
}

.u-section-6 .u-btn-2 {
    border-style: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    background-image: none;
    margin: -28px 0 0 auto;
    padding: 4px 25px 5px 23px;
}

.u-section-6 .u-text-9 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 1;
    margin: 40px auto 0 0;
}

.u-section-6 .u-btn-3 {
    background-image: none;
    font-weight: 700;
    font-size: 1.125rem;
    border-style: none;
    margin: 50px auto 0 0;
    padding: 14px 31px 16px 30px;
}

.u-section-6 .u-icon-2 {
    color: rgb(17, 17, 17) !important;
}

.u-section-6 .u-text-10 {
    font-size: 0.875rem;
    margin: 57px 0 0;
}

.u-section-6 .u-layout-cell-6 {
    min-height: 488px;
}

.u-section-6 .u-container-layout-6 {
    padding: 30px;
}

.u-section-6 .u-text-11 {
    font-size: 1.5rem;
    margin: 0 auto 0 0;
}

.u-section-6 .u-text-12 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 1;
    margin: 40px auto 0 0;
}

.u-section-6 .u-btn-4 {
    background-image: none;
    font-weight: 700;
    font-size: 1.125rem;
    border-style: none;
    margin: 49px auto 0 0;
    padding: 14px 31px 16px 30px;
}

.u-section-6 .u-icon-3 {
    color: rgb(17, 17, 17) !important;
}

.u-section-6 .u-text-13 {
    font-size: 0.875rem;
    margin: 58px 0 0;
}

@media (max-width: 1199px) {
    .u-section-6 .u-sheet-1 {
        min-height: 845px;
    }

    .u-section-6 .u-layout-cell-1 {
        min-height: 152px;
    }

    .u-section-6 .u-layout-cell-2 {
        min-height: 152px;
    }

    .u-section-6 .u-layout-cell-3 {
        min-height: 152px;
    }

    .u-section-6 .u-layout-wrap-2 {
        margin-top: 12px;
    }

    .u-section-6 .u-layout-cell-4 {
        min-height: 458px;
    }

    .u-section-6 .u-container-layout-4 {
        padding-left: 29px;
        padding-right: 29px;
    }

    .u-section-6 .u-text-6 {
        width: auto;
        margin-top: 70px;
    }

    .u-section-6 .u-btn-1 {
        margin-top: 30px;
    }

    .u-section-6 .u-text-7 {
        margin-top: 47px;
        margin-right: 3px;
    }

    .u-section-6 .u-layout-cell-5 {
        min-height: 459px;
    }

    .u-section-6 .u-container-layout-5 {
        padding-left: 27px;
        padding-right: 27px;
    }

    .u-section-6 .u-btn-2 {
        margin-top: 12px;
        margin-right: auto;
        margin-left: 0;
    }

    .u-section-6 .u-text-9 {
        margin-top: 30px;
    }

    .u-section-6 .u-btn-3 {
        margin-top: 30px;
        padding: 15px 23px;
    }

    .u-section-6 .u-text-10 {
        margin-top: 77px;
        margin-right: 6px;
    }

    .u-section-6 .u-layout-cell-6 {
        min-height: 459px;
    }

    .u-section-6 .u-container-layout-6 {
        padding-left: 27px;
        padding-right: 27px;
    }

    .u-section-6 .u-text-12 {
        width: auto;
        margin-top: 70px;
    }

    .u-section-6 .u-btn-4 {
        margin-top: 30px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .u-section-6 .u-text-13 {
        margin-top: 48px;
        margin-right: 6px;
    }
}

@media (max-width: 991px) {
    .u-section-6 .u-sheet-1 {
        min-height: 849px;
    }

    .u-section-6 .u-text-1 {
        font-size: 2.75rem;
    }

    .u-section-6 .u-layout-cell-1 {
        min-height: 100px;
    }

    .u-section-6 .u-container-layout-1 {
        padding-left: 0;
    }

    .u-section-6 .u-text-2 {
        font-size: 1.25rem;
    }

    .u-section-6 .u-layout-cell-2 {
        min-height: 100px;
    }

    .u-section-6 .u-container-layout-2 {
        padding-right: 20px;
        padding-left: 0;
    }

    .u-section-6 .u-layout-cell-3 {
        min-height: 100px;
    }

    .u-section-6 .u-container-layout-3 {
        padding-right: 20px;
        padding-left: 0;
    }

    .u-section-6 .u-layout-cell-4 {
        min-height: 449px;
    }

    .u-section-6 .u-container-layout-4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-6 .u-text-5 {
        font-size: 1.25rem;
    }

    .u-section-6 .u-btn-1 {
        font-size: 0.875rem;
        padding: 15px 14px 15px 12px;
    }

    .u-section-6 .u-text-7 {
        margin-top: 30px;
        margin-right: 0;
    }

    .u-section-6 .u-layout-cell-5 {
        min-height: 449px;
    }

    .u-section-6 .u-container-layout-5 {
        padding-left: 19px;
        padding-right: 19px;
    }

    .u-section-6 .u-text-8 {
        font-size: 1.25rem;
        margin-left: 1px;
    }

    .u-section-6 .u-btn-2 {
        margin-top: 15px;
    }

    .u-section-6 .u-btn-3 {
        font-size: 0.875rem;
        margin-left: auto;
        padding: 14px 18px 16px 16px;
    }

    .u-section-6 .u-text-10 {
        margin-top: 30px;
        margin-left: 1px;
        margin-right: 1px;
    }

    .u-section-6 .u-layout-cell-6 {
        min-height: 449px;
    }

    .u-section-6 .u-container-layout-6 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-6 .u-text-11 {
        font-size: 1.25rem;
    }

    .u-section-6 .u-text-12 {
        margin-top: 73px;
    }

    .u-section-6 .u-btn-4 {
        font-size: 0.875rem;
        padding-right: 13px;
        padding-left: 12px;
    }

    .u-section-6 .u-text-13 {
        width: auto;
        margin-top: 30px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .u-section-6 .u-sheet-1 {
        min-height: 706px;
    }

    .u-section-6 .u-text-1 {
        font-size: 3.4375rem;
    }

    .u-section-6 .u-container-layout-1 {
        padding-right: 10px;
    }

    .u-section-6 .u-container-layout-2 {
        padding-right: 10px;
    }

    .u-section-6 .u-container-layout-3 {
        padding-top: 0;
        padding-right: 10px;
    }

    .u-section-6 .u-layout-cell-4 {
        min-height: 402px;
    }

    .u-section-6 .u-container-layout-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-6 .u-text-6 {
        margin-top: 50px;
    }

    .u-section-6 .u-btn-1 {
        font-size: 1.125rem;
        padding-right: 29px;
        padding-bottom: 16px;
        padding-left: 28px;
    }

    .u-section-6 .u-layout-cell-5 {
        min-height: 407px;
    }

    .u-section-6 .u-container-layout-5 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-6 .u-text-8 {
        margin-left: 0;
    }

    .u-section-6 .u-btn-2 {
        margin-top: 12px;
    }

    .u-section-6 .u-btn-3 {
        font-size: 1.125rem;
        margin-left: 0;
        padding-right: 21px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

    .u-section-6 .u-text-10 {
        margin-right: 2px;
        margin-left: 0;
    }

    .u-section-6 .u-layout-cell-6 {
        min-height: 410px;
    }

    .u-section-6 .u-container-layout-6 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-6 .u-btn-4 {
        font-size: 1.125rem;
        padding: 15px 23px;
    }
}

@media (max-width: 575px) {
    .u-section-6 .u-text-1 {
        font-size: 2.75rem;
    }

    .u-section-6 .u-container-layout-2 {
        padding-top: 0;
    }

    .u-section-6 .u-layout-cell-4 {
        min-height: 100px;
    }

    .u-section-6 .u-layout-cell-5 {
        min-height: 100px;
    }

    .u-section-6 .u-text-10 {
        margin-right: 0;
    }
}

.u-section-7 {
    background-image: none;
}

.u-section-7 .u-sheet-1 {
    min-height: 718px;
}

.u-section-7 .u-shape-1 {
    width: 764px;
    height: 280px;
    margin: 60px auto 0 0;
}

.u-section-7 .u-layout-wrap-1 {
    width: 1024px;
    margin: -335px auto 5px;
}

.u-section-7 .u-layout-cell-1 {
    min-height: 625px;
    background-image: none;
}

.u-section-7 .u-container-layout-1 {
    padding: 30px 20px;
}

.u-section-7 .u-image-1 {
    height: 525px;
    margin-top: 0;
    margin-bottom: 0;
}

.u-section-7 .u-layout-cell-2 {
    min-height: 619px;
}

.u-section-7 .u-container-layout-2 {
    padding: 30px 50px;
}

.u-section-7 .u-text-1 {
    font-style: normal;
    font-size: 3.75rem;
    font-weight: 700;
    margin: 0;
}

.u-section-7 .u-text-2 {
    font-weight: 300;
    margin: 32px 1px 0 0;
}

.u-section-7 .u-btn-1 {
    border-style: none none solid;
    padding: 0;
}

.u-section-7 .u-btn-2 {
    border-style: none;
    font-size: 1rem;
    font-weight: 700;
    background-image: none;
    letter-spacing: 1px;
    text-transform: none;
    margin: 33px auto 0 0;
    padding: 12px 24px;
}

.u-section-7 .u-icon-1 {
    color: rgb(255, 255, 255) !important;
    font-size: 1.2em;
}

@media (max-width: 1199px) {
    .u-section-7 .u-sheet-1 {
        min-height: 667px;
    }

    .u-section-7 .u-layout-wrap-1 {
        width: 886px;
        margin-right: 0;
    }

    .u-section-7 .u-layout-cell-1 {
        min-height: 578px;
    }

    .u-section-7 .u-image-1 {
        height: 478px;
    }

    .u-section-7 .u-layout-cell-2 {
        min-height: 578px;
    }

    .u-section-7 .u-container-layout-2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-7 .u-text-1 {
        font-size: 3.4375rem;
    }

    .u-section-7 .u-text-2 {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .u-section-7 .u-sheet-1 {
        min-height: 565px;
    }

    .u-section-7 .u-shape-1 {
        width: 720px;
    }

    .u-section-7 .u-layout-wrap-1 {
        width: 680px;
    }

    .u-section-7 .u-layout-cell-1 {
        min-height: 480px;
    }

    .u-section-7 .u-image-1 {
        height: 380px;
    }

    .u-section-7 .u-layout-cell-2 {
        min-height: 480px;
    }

    .u-section-7 .u-text-1 {
        font-size: 2.75rem;
    }
}

@media (max-width: 767px) {
    .u-section-7 .u-sheet-1 {
        min-height: 1095px;
    }

    .u-section-7 .u-shape-1 {
        width: 540px;
        margin-top: 55px;
    }

    .u-section-7 .u-layout-wrap-1 {
        width: 471px;
        margin-top: -340px;
        margin-right: auto;
        margin-bottom: -5px;
    }

    .u-section-7 .u-layout-cell-1 {
        min-height: 429px;
    }

    .u-section-7 .u-container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }

    .u-section-7 .u-image-1 {
        height: 493px;
        margin-top: 3px;
    }

    .u-section-7 .u-layout-cell-2 {
        min-height: 385px;
    }

    .u-section-7 .u-container-layout-2 {
        padding: 27px 50px;
    }
}

@media (max-width: 575px) {
    .u-section-7 .u-sheet-1 {
        min-height: 858px;
    }

    .u-section-7 .u-shape-1 {
        width: 340px;
    }

    .u-section-7 .u-layout-wrap-1 {
        width: 290px;
    }

    .u-section-7 .u-layout-cell-1 {
        min-height: 224px;
    }

    .u-section-7 .u-container-layout-1 {
        padding-bottom: 30px;
    }

    .u-section-7 .u-image-1 {
        height: 285px;
    }

    .u-section-7 .u-layout-cell-2 {
        min-height: 400px;
    }

    .u-section-7 .u-container-layout-2 {
        padding: 30px;
    }

    .u-section-7 .u-text-1 {
        font-size: 2.25rem;
    }
}


.u-section-8 {
    background-image: none;
    min-height: 568px;
}

.u-section-8 .u-shape-1 {
    height: 230px;
    margin-top: 60px;
    margin-bottom: 0;
}

.u-section-8 .u-group-1 {
    min-height: 448px;
    width: 965px;
    margin: -320px auto -30px calc(((100% - 1140px) / 2) + 88px);
}

.u-section-8 .u-container-layout-1 {
    padding: 60px 46px 60px 60px;
}

.u-section-8 .u-text-1 {
    font-weight: 700;
    margin: 4px 570px 0 0;
}

.u-section-8 .u-btn-1 {
    border-style: none;
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 20px auto 0 0;
    padding: 0;
}

.u-section-8 .u-btn-2 {
    border-style: none;
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin: 20px auto 0 0;
    padding: 0;
}

.u-section-8 .u-text-2 {
    font-weight: 400;
    margin: 20px 570px 0 0;
}

.u-section-8 .u-social-icons-1 {
    white-space: nowrap;
    height: 32px;
    min-height: 16px;
    width: 176px;
    min-width: 112px;
    margin: 30px auto 0 0;
}

.u-section-8 .u-icon-4 {
    height: 100%;
}

.u-section-8 .u-icon-5 {
    height: 100%;
}

.u-section-8 .u-icon-6 {
    height: 100%;
}

.u-section-8 .u-icon-7 {
    height: 100%;
}

.u-section-8 .u-form-1 {
    height: 307px;
    margin: -295px 0 0 394px;
}

.u-section-8 .u-btn-3 {
    width: 100%;
    background-image: none;
    border-style: none;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .u-section-8 .u-group-1 {
        width: 940px;
        margin-left: calc(((100% - 940px) / 2));
    }

    .u-section-8 .u-text-1 {
        margin-right: 545px;
    }

    .u-section-8 .u-text-2 {
        margin-right: 545px;
    }

    .u-section-8 .u-form-1 {
        margin-left: 369px;
    }
}

@media (max-width: 991px) {
    .u-section-8 {
        min-height: 504px;
    }

    .u-section-8 .u-group-1 {
        min-height: 384px;
        width: 720px;
        margin-left: auto;
    }

    .u-section-8 .u-container-layout-1 {
        padding: 30px;
    }

    .u-section-8 .u-text-1 {
        margin-top: 19px;
        margin-right: 371px;
    }

    .u-section-8 .u-text-2 {
        margin-right: 371px;
    }

    .u-section-8 .u-form-1 {
        height: 287px;
        margin-left: 321px;
    }
}

@media (max-width: 767px) {
    .u-section-8 {
        min-height: 833px;
    }

    .u-section-8 .u-group-1 {
        min-height: 713px;
        width: 540px;
    }

    .u-section-8 .u-text-1 {
        margin-right: 231px;
    }

    .u-section-8 .u-text-2 {
        margin-right: 231px;
    }

    .u-section-8 .u-form-1 {
        margin-top: 44px;
        margin-right: initial;
        margin-left: initial;
    }
}

@media (max-width: 575px) {
    .u-section-8 .u-group-1 {
        width: 340px;
    }

    .u-section-8 .u-container-layout-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-8 .u-text-1 {
        margin-right: 71px;
    }

    .u-section-8 .u-text-2 {
        margin-right: 71px;
    }
}


#hover:hover{
   background-color: #8ae4a8;
   color: white;
   
}

#Colorhover:hover{
    background-color: #8ae4a8;
}


.font{
    font-weight:300;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#colors:hover{
    color: white;
}

.actives{
    background-color:#8ae4a8 ;
}

 /* #preloader {
    background: #F6F7FF;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 5;
 }  
 #preloader .outer{
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
 }

 .spinner{
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;

 }

  .dot2{
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #8ae4a8;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
 }
 .dot1{
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #8ae4a8;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
 }

 .dot2{
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
} */

