@import "https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&family=Heebo:wght@300;400;500;600;700;800;900&display=swap";

html {
    scroll-behavior: smooth
}

body {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
}

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

a {
    text-decoration: none;
    transition: all .3s ease-out 0s
}

a:hover {
    text-decoration: none
}

button {
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .container {
        padding: 0 30px
    }
}

.scroll-top {
    width: 45px;
    height: 45px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all .3s ease-out 0s
}

.scroll-top:hover {
    color: #fff;
    background: rgba(47, 128, 237, .8)
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.preloader .loader .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none
}

.preloader .loader .spinner .spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: spinner-linspin 1568.2353ms linear infinite
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%
}

.preloader .loader .spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #2f80ed #2f80ed #e9e9e9;
    border-radius: 50%;
    border-width: 6px
}

.preloader .loader .spinner-left .spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #e9e9e9;
    animation: spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .spinner-right .spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #e9e9e9;
    animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@keyframes spinner-linspin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-easespin {
    12.5% {
        transform: rotate(135deg)
    }

    25% {
        transform: rotate(270deg)
    }

    37.5% {
        transform: rotate(405deg)
    }

    50% {
        transform: rotate(540deg)
    }

    62.5% {
        transform: rotate(675deg)
    }

    75% {
        transform: rotate(810deg)
    }

    87.5% {
        transform: rotate(945deg)
    }

    to {
        transform: rotate(1080deg)
    }
}

@keyframes spinner-left-spin {
    0% {
        transform: rotate(130deg)
    }

    50% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(130deg)
    }
}

@keyframes right-spin {
    0% {
        transform: rotate(-130deg)
    }

    50% {
        transform: rotate(5deg)
    }

    to {
        transform: rotate(-130deg)
    }
}

h1,
h2,
h5,
h6,
.h1,
.h2,
.h3,
.h5,
.h6 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    font-family: fira sans, sans-serif
}

h1,
.h1 {
    font-size: 80px;
    letter-spacing: .7px
}

h2,
.h2 {
    font-size: 60px;
    letter-spacing: .7px
}

h3,
.h3 {
    font-size: 40px;
    letter-spacing: .4px
}

h4,
.h4 {
    font-size: 30px;
    letter-spacing: .35px
}

h5,
.h5 {
    font-size: 24px
}

h6,
.h6 {
    font-size: 20px
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-semi-bold {
    font-weight: 600
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-regular {
    font-weight: 400
}

.font-weight-light {
    font-weight: 300
}

.body-font-size {
    font-size: 16px
}

.font-size-sm {
    font-size: 14px
}

.font-size-xs {
    font-size: 12px
}

.caption-font-size {
    font-size: 14px
}

p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0
}

.title h4 {
    position: relative;
    padding-left: 20px;
    color: #000;
    line-height: 1.9
}

.title h4::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 56px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #2f80ed
}

.headings-wrapper p {
    font-family: fira sans, sans-serif
}

.button {
    height: 44px;
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1e9b2d;
    color: #fff;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    padding: 0 25px;
    overflow: hidden
}

.button i {
    padding-left: 20px
}

.button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    margin: auto;
    background: rgba(0, 0, 0, .1);
    z-index: -1;
    transition: all .4s linear;
    transform: translate3d(-50%, -50%, 0) scale(0)
}

.button:hover {
    color: #fff
}

.button:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(1.5)
}

.button.border-button {
    background: 0 0;
    color: #2f80ed;
    border-color: #2f80ed
}

.button.border-button::before {
    background: rgba(47, 128, 237, .16)
}

.button-lg {
    height: 64px
}

.button-sm {
    height: 34px;
    font-size: 16px;
    font-weight: 400
}

.buttons-wrapper ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.buttons-wrapper ul li {
    margin-right: 30px;
    margin-bottom: 20px
}

.header {
    background: #fff
}

.header.header-1 .navbar {
    padding: 0;
    border-radius: 5px;
    position: relative;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-1 .navbar {
        padding: 17px 0
    }
}

@media(max-width:767px) {
    .header.header-1 .navbar {
        padding: 17px 0
    }
}

.header.header-1 .navbar-brand {
    padding: 0
}

.header.header-1 .navbar-brand img {
    max-width: 180px
}

.header.header-1 .navbar-toggler {
    padding: 0
}

.header.header-1 .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.header.header-1 .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all .3s ease-out 0s
}

.header.header-1 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px
}

.header.header-1 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.header.header-1 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-1 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

@media(max-width:767px) {
    .header.header-1 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(50, 52, 80, .1);
        padding: 5px 12px
    }
}

.header.header-1 .navbar-nav .nav-item {
    position: relative
}

.header.header-1 .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #831c52;
    transition: all .3s ease-out 0s;
    padding: 30px 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    border-bottom: 2px solid transparent
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-1 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 6px 25px;
        color: #ffffff
    }
}

@media(max-width:767px) {
    .header.header-1 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 6px 25px;
        color: #ffffff
    }
}

.header.header-1 .navbar-nav .nav-item a:hover,
.header.header-1 .navbar-nav .nav-item a.active {
    background: rgba(47, 128, 237, .2);
    color: #2f80ed;
    border-color: #2f80ed
}

.header.header-1 .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-1 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

@media(max-width:767px) {
    .header.header-1 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

.header.header-1 .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-1 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

@media(max-width:767px) {
    .header.header-1 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

.header.header-1 .navbar-nav .nav-item .sub-menu li {
    display: block
}

.header.header-1 .navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #000
}

.header.header-1 .navbar-nav .nav-item .sub-menu li a.active,
.header.header-1 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #2f80ed
}

.header.header-1 .navbar-nav .sub-nav-toggler {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-1 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

@media(max-width:767px) {
    .header.header-1 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

.header.header-1 .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    position: relative;
    top: -5px
}

.header {
    background: #fff
}

.header.header-2 .navbar {
    padding: 20px 0;
    border-radius: 0;
    position: relative;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-2 .navbar {
        padding: 17px 0
    }
}

@media(max-width:767px) {
    .header.header-2 .navbar {
        padding: 17px 0
    }
}

.header.header-2 .navbar-brand {
    padding: 0
}

.header.header-2 .navbar-brand img {
    max-width: 180px
}

.header.header-2 .navbar-toggler {
    padding: 0
}

.header.header-2 .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.header.header-2 .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all .3s ease-out 0s
}

.header.header-2 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px
}

.header.header-2 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.header.header-2 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-2 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

@media(max-width:767px) {
    .header.header-2 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(50, 52, 80, .1);
        padding: 5px 12px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-2 .navbar-nav {
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .header.header-2 .navbar-nav {
        margin-bottom: 15px
    }
}

.header.header-2 .navbar-nav .nav-item {
    position: relative;
    margin-right: 40px
}

.header.header-2 .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #831c52;
    transition: all .3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    z-index: 1
}

.header.header-2 .navbar-nav .nav-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #2f80ed;
    transition: all .3s ease-out 0s;
    left: 0;
    top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-2 .navbar-nav .nav-item a::after {
        top: auto;
        bottom: 5px
    }
}

@media(max-width:767px) {
    .header.header-2 .navbar-nav .nav-item a::after {
        top: auto;
        bottom: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-2 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 10px 0;
        color: #ffffff
    }
}

@media(max-width:767px) {
    .header.header-2 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 10px 0;
        color: #ffffff
    }
}

.header.header-2 .navbar-nav .nav-item a:hover,
.header.header-2 .navbar-nav .nav-item a.active {
    color: #2f80ed
}

.header.header-2 .navbar-nav .nav-item a:hover::after,
.header.header-2 .navbar-nav .nav-item a.active::after {
    width: 100%
}

.header.header-2 .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-2 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

@media(max-width:767px) {
    .header.header-2 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

.header.header-2 .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-2 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

@media(max-width:767px) {
    .header.header-2 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

.header.header-2 .navbar-nav .nav-item .sub-menu li {
    display: block
}

.header.header-2 .navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #000
}

.header.header-2 .navbar-nav .nav-item .sub-menu li a.active,
.header.header-2 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #2f80ed
}

.header.header-2 .navbar-nav .sub-nav-toggler {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-2 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

@media(max-width:767px) {
    .header.header-2 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

.header.header-2 .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    position: relative;
    top: -5px
}

.header {
    background: #fff
}

.header.header-3 .navbar {
    padding: 20px 0;
    border-radius: 0;
    position: relative;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-3 .navbar {
        padding: 17px 0
    }
}

@media(max-width:767px) {
    .header.header-3 .navbar {
        padding: 17px 0
    }
}

.header.header-3 .navbar-brand {
    padding: 0
}

.header.header-3 .navbar-brand img {
    max-width: 180px
}

.header.header-3 .navbar-toggler {
    padding: 0
}

.header.header-3 .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.header.header-3 .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all .3s ease-out 0s
}

.header.header-3 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px
}

.header.header-3 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.header.header-3 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-3 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

@media(max-width:767px) {
    .header.header-3 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(50, 52, 80, .1);
        padding: 5px 12px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-3 .navbar-nav {
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .header.header-3 .navbar-nav {
        margin-bottom: 15px
    }
}

.header.header-3 .navbar-nav .nav-item {
    position: relative;
    margin-right: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header.header-3 .navbar-nav .nav-item {
        margin-right: 30px
    }
}

.header.header-3 .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #831c52;
    transition: all .3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    z-index: 1
}

.header.header-3 .navbar-nav .nav-item a::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background: rgba(47, 128, 237, .2);
    transition: all .3s ease-out 0s;
    left: 0;
    top: 5px;
    border-radius: 50%;
    transform: scale(0)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-3 .navbar-nav .nav-item a::after {
        top: auto;
        bottom: 5px
    }
}

@media(max-width:767px) {
    .header.header-3 .navbar-nav .nav-item a::after {
        top: auto;
        bottom: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-3 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 10px 0;
        color: #ffffff
    }
}

@media(max-width:767px) {
    .header.header-3 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 10px 0;
        color: #ffffff
    }
}

.header.header-3 .navbar-nav .nav-item a:hover,
.header.header-3 .navbar-nav .nav-item a.active {
    color: #2f80ed
}

.header.header-3 .navbar-nav .nav-item a:hover::after,
.header.header-3 .navbar-nav .nav-item a.active::after {
    transform: scale(1)
}

.header.header-3 .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-3 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

@media(max-width:767px) {
    .header.header-3 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

.header.header-3 .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-3 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

@media(max-width:767px) {
    .header.header-3 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

.header.header-3 .navbar-nav .nav-item .sub-menu li {
    display: block
}

.header.header-3 .navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #000
}

.header.header-3 .navbar-nav .nav-item .sub-menu li a.active,
.header.header-3 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #2f80ed
}

.header.header-3 .navbar-nav .sub-nav-toggler {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-3 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

@media(max-width:767px) {
    .header.header-3 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

.header.header-3 .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    position: relative;
    top: -5px
}

.header {
    background: #fff
}

.header.header-4 .header-search {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-4 .header-search {
        position: absolute;
        right: 60px
    }
}

@media(max-width:767px) {
    .header.header-4 .header-search {
        position: absolute;
        right: 60px
    }
}

.header.header-4 .header-search:hover form {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header.header-4 .header-search a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    color: #831c52;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3)
}

.header.header-4 .header-search form {
    position: absolute;
    top: 120%;
    right: 0;
    width: 290px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    padding: 30px 20px;
    border-radius: 10px;
    transition: all .3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 9
}

.header.header-4 .header-search form input {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 5px 10px
}

.header.header-4 .navbar {
    padding: 20px 0;
    border-radius: 0;
    position: relative;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-4 .navbar {
        padding: 17px 0
    }
}

@media(max-width:767px) {
    .header.header-4 .navbar {
        padding: 17px 0
    }
}

.header.header-4 .navbar-brand {
    padding: 0
}

.header.header-4 .navbar-brand img {
    max-width: 180px
}

.header.header-4 .navbar-toggler {
    padding: 0
}

.header.header-4 .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.header.header-4 .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all .3s ease-out 0s
}

.header.header-4 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px
}

.header.header-4 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.header.header-4 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-4 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

@media(max-width:767px) {
    .header.header-4 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(50, 52, 80, .1);
        padding: 5px 12px
    }
}

.header.header-4 .navbar-nav .nav-item {
    position: relative;
    margin-right: 40px
}

.header.header-4 .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #831c52;
    transition: all .3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    z-index: 1
}

.header.header-4 .navbar-nav .nav-item a::after,
.header.header-4 .navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #2f80ed;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .header.header-4 .navbar-nav .nav-item a::after,
    .header.header-4 .navbar-nav .nav-item a::before {
        top: auto;
        bottom: 5px
    }
}

@media(max-width:767px) {

    .header.header-4 .navbar-nav .nav-item a::after,
    .header.header-4 .navbar-nav .nav-item a::before {
        top: auto;
        bottom: 5px
    }
}

.header.header-4 .navbar-nav .nav-item a::after {
    top: 0;
    left: 0
}

.header.header-4 .navbar-nav .nav-item a::before {
    right: 0;
    bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-4 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 10px 0;
        color: #ffffff
    }
}

@media(max-width:767px) {
    .header.header-4 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 10px 0;
        color: #ffffff
    }
}

.header.header-4 .navbar-nav .nav-item a:hover,
.header.header-4 .navbar-nav .nav-item a.active {
    color: #2f80ed
}

.header.header-4 .navbar-nav .nav-item a:hover::before,
.header.header-4 .navbar-nav .nav-item a:hover::after,
.header.header-4 .navbar-nav .nav-item a.active::before,
.header.header-4 .navbar-nav .nav-item a.active::after {
    width: 30%
}

.header.header-4 .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-4 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

@media(max-width:767px) {
    .header.header-4 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

.header.header-4 .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-4 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

@media(max-width:767px) {
    .header.header-4 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

.header.header-4 .navbar-nav .nav-item .sub-menu li {
    display: block
}

.header.header-4 .navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #000
}

.header.header-4 .navbar-nav .nav-item .sub-menu li a.active,
.header.header-4 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #2f80ed
}

.header.header-4 .navbar-nav .sub-nav-toggler {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-4 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

@media(max-width:767px) {
    .header.header-4 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

.header.header-4 .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    position: relative;
    top: -5px
}

.header {
    background: #fff
}

@media only screen and (min-width:1400px) {
    .header.header-5 .header-action {
        width: 40%;
        justify-content: flex-end
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .header.header-5 .header-action {
        width: 40%;
        justify-content: flex-end
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header.header-5 .header-action {
        width: 25%;
        justify-content: flex-end
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-5 .header-action {
        position: absolute;
        right: 60px
    }
}

@media(max-width:767px) {
    .header.header-5 .header-action {
        position: absolute;
        right: 60px
    }
}

.header.header-5 .header-action a {
    font-size: 16px;
    color: #831c52;
    padding: 12px
}

.header.header-5 .navbar {
    padding: 20px 0;
    border-radius: 0;
    position: relative;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-5 .navbar {
        padding: 17px 0
    }
}

@media(max-width:767px) {
    .header.header-5 .navbar {
        padding: 17px 0
    }
}

.header.header-5 .navbar-brand {
    padding: 0
}

.header.header-5 .navbar-brand img {
    max-width: 180px
}

.header.header-5 .navbar-toggler {
    padding: 0
}

.header.header-5 .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.header.header-5 .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all .3s ease-out 0s
}

.header.header-5 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px
}

.header.header-5 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.header.header-5 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-5 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

@media(max-width:767px) {
    .header.header-5 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(50, 52, 80, .1);
        padding: 5px 12px
    }
}

.header.header-5 .navbar-nav .nav-item {
    position: relative;
    margin-right: 40px
}

.header.header-5 .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #831c52;
    transition: all .3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    z-index: 1
}

.header.header-5 .navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -3px;
    z-index: -1;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 18px solid rgba(47, 128, 237, .2);
    border-left: 18px solid rgba(47, 128, 237, .2);
    border-bottom: 18px solid rgba(47, 128, 237, .2);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-5 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 10px 0;
        color: #ffffff
    }
}

@media(max-width:767px) {
    .header.header-5 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 10px 0;
        color: #ffffff
    }
}

.header.header-5 .navbar-nav .nav-item a:hover,
.header.header-5 .navbar-nav .nav-item a.active {
    color: #2f80ed;
    border-color: #2f80ed
}

.header.header-5 .navbar-nav .nav-item a:hover::before,
.header.header-5 .navbar-nav .nav-item a.active::before {
    opacity: 1;
    visibility: visible
}

.header.header-5 .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-5 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

@media(max-width:767px) {
    .header.header-5 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

.header.header-5 .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-5 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

@media(max-width:767px) {
    .header.header-5 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

.header.header-5 .navbar-nav .nav-item .sub-menu li {
    display: block
}

.header.header-5 .navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #000
}

.header.header-5 .navbar-nav .nav-item .sub-menu li a.active,
.header.header-5 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #2f80ed
}

.header.header-5 .navbar-nav .sub-nav-toggler {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-5 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

@media(max-width:767px) {
    .header.header-5 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

.header.header-5 .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    position: relative;
    top: -5px
}

.header {
    background: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-6 .header-action {
        position: absolute;
        right: 60px
    }
}

@media(max-width:767px) {
    .header.header-6 .header-action {
        position: absolute;
        right: 60px
    }
}

.header.header-6 .header-action a {
    font-size: 16px;
    color: #831c52;
    padding: 12px
}

.header.header-6 .navbar {
    padding: 20px 0;
    border-radius: 0;
    position: relative;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-6 .navbar {
        padding: 17px 0
    }
}

@media(max-width:767px) {
    .header.header-6 .navbar {
        padding: 17px 0
    }
}

.header.header-6 .navbar-brand {
    padding: 0
}

.header.header-6 .navbar-brand img {
    max-width: 180px
}

.header.header-6 .navbar-toggler {
    padding: 0
}

.header.header-6 .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.header.header-6 .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all .3s ease-out 0s
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-6 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

@media(max-width:767px) {
    .header.header-6 .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgba(50, 52, 80, .1);
        padding: 5px 12px
    }
}

.header.header-6 .navbar-nav .nav-item {
    position: relative
}

.header.header-6 .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #831c52;
    transition: all .3s ease-out 0s;
    padding: 7px 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: 1px solid transparent;
    border-radius: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-6 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 6px 20px;
        color: #ffffff
    }
}

@media(max-width:767px) {
    .header.header-6 .navbar-nav .nav-item a {
        display: inline-block;
        padding: 6px 20px;
        color: #ffffff
    }
}

.header.header-6 .navbar-nav .nav-item a:hover,
.header.header-6 .navbar-nav .nav-item a.active {
    color: #2f80ed;
    border-color: #2f80ed
}

.header.header-6 .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-6 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

@media(max-width:767px) {
    .header.header-6 .navbar-nav .nav-item:hover .sub-menu {
        top: 0
    }
}

.header.header-6 .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-6 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

@media(max-width:767px) {
    .header.header-6 .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible
    }
}

.header.header-6 .navbar-nav .nav-item .sub-menu li {
    display: block
}

.header.header-6 .navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #000
}

.header.header-6 .navbar-nav .nav-item .sub-menu li a.active,
.header.header-6 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #2f80ed
}

.header.header-6 .navbar-nav .sub-nav-toggler {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-6 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

@media(max-width:767px) {
    .header.header-6 .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #000;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px
    }
}

.header.header-6 .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    position: relative;
    top: -5px
}

.hero-section-wrapper-1 {
    background: #fff;
    position: relative
}

.hero-section-wrapper-1 .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: 0 0
}

.hero-section-wrapper-1 .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.hero-section-wrapper-1 .hero-style-1 {
    position: relative;
    z-index: 1
}

.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
    padding: 300px 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
        padding: 250px 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
        padding: 200px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
        padding: 200px 0 50px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
        padding: 150px 0 50px
    }
}

.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
    margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
        font-size: 55px;
        line-height: 65px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
        font-size: 47px;
        line-height: 58px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
        font-size: 47px;
        line-height: 58px
    }
}

.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper p {
    font-weight: 500;
    margin-bottom: 50px
}

.hero-section-wrapper-1 .hero-style-1 .hero-image {
    margin-bottom: 100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-image img {
        max-width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-image img {
        max-width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-image img {
        max-width: 100%
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-1 .hero-style-1 .hero-image img {
        max-width: 100%
    }
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape {
    position: absolute;
    z-index: -1
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-1 {
    right: 0;
    bottom: 0;
    height: 100%
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-2 {
    top: 200px;
    left: 49%
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-3 {
    left: 15%;
    bottom: 120px
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-4 {
    left: 0;
    bottom: 5%
}

.hero-section-wrapper-2 {
    background: #fff;
    position: relative
}

.hero-section-wrapper-2 .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: 0 0
}

.hero-section-wrapper-2 .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.hero-section-wrapper-2 .hero-style-2 {
    position: relative;
    z-index: 1
}

.hero-section-wrapper-2 .hero-style-2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 90%;
    background: rgba(47, 128, 237, .2);
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-2 .hero-style-2::after {
        display: none
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-2 .hero-style-2::after {
        display: none
    }
}

.hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper {
    padding: 300px 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper {
        padding: 250px 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper {
        padding: 200px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper {
        padding: 200px 0 50px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper {
        padding: 150px 0 50px
    }
}

.hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper h4 {
    font-weight: 600;
    color: #2f80ed;
    margin-bottom: 30px
}

.hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper h2 {
    margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper h2 {
        font-size: 55px;
        line-height: 65px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper h2 {
        font-size: 47px;
        line-height: 58px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper h2 {
        font-size: 47px;
        line-height: 58px
    }
}

.hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper p {
    font-size: 20px;
    line-height: 30px
}

@media only screen and (min-width:1400px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper p {
        padding-right: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper p {
        padding-right: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper p {
        padding-right: 100px
    }
}

.hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper .buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper .buttons .button {
    margin-right: 60px
}

@media(max-width:767px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper .buttons .button {
        margin-right: 35px
    }
}

.hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper .buttons .video-button {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff
}

.hero-section-wrapper-2 .hero-style-2 .hero-content-wrapper .buttons .video-button .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border: 1px solid #2f80ed;
    color: #2f80ed;
    border-radius: 50%;
    margin-right: 20px
}

.hero-section-wrapper-2 .hero-style-2 .hero-image {
    margin-bottom: 100px;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-image img {
        max-width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-image img {
        max-width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-image img {
        max-width: 100%
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-2 .hero-style-2 .hero-image img {
        max-width: 100%
    }
}

.hero-section-wrapper-2 .hero-style-2 .hero-image .shape {
    position: absolute
}

.hero-section-wrapper-2 .hero-style-2 .hero-image .shape.shape-1 {
    left: -70px;
    bottom: 120px
}

.hero-section-wrapper-3 {
    position: relative;
    background: #fff
}

.hero-section-wrapper-3 .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: 0 0
}

.hero-section-wrapper-3 .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.hero-section-wrapper-3 .hero-style-3 {
    position: relative;
    z-index: 1;
    background-position: top center
}

.hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper {
    padding: 175px 0 0;
    text-align: center
}

@media(max-width:767px) {
    .hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper {
        padding: 150px 0 0
    }
}

.hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content {
    margin-bottom: 30px
}

.hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content h2 {
    font-weight: 500;
    margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content h2 {
        font-size: 55px;
        line-height: 65px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content h2 {
        font-size: 47px;
        line-height: 58px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content h2 {
        font-size: 47px;
        line-height: 58px
    }
}

.hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content p {
    padding: 0 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content p {
        padding: 0 10px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content p {
        padding: 0 10px
    }
}

.hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .content .buttons .button {
    margin: 10px 20px
}

.hero-section-wrapper-3 .hero-style-3 .hero-content-wrapper .image img {
    max-width: 100%
}

.hero-section-wrapper-3 .hero-style-3 .shapes .shape {
    position: absolute;
    z-index: -1
}

.hero-section-wrapper-3 .hero-style-3 .shapes .shape.shape-1 {
    top: 20%;
    left: 5%
}

.hero-section-wrapper-3 .hero-style-3 .shapes .shape.shape-2 {
    top: 50%;
    left: 8%
}

.hero-section-wrapper-3 .hero-style-3 .shapes .shape.shape-3 {
    top: 48%;
    left: 25%
}

.hero-section-wrapper-3 .hero-style-3 .shapes .shape.shape-4 {
    bottom: 5%;
    left: 25%
}

.hero-section-wrapper-3 .hero-style-3 .shapes .shape.shape-5 {
    top: 10%;
    right: 5%
}

.hero-section-wrapper-3 .hero-style-3 .shapes .shape.shape-6 {
    top: 50%;
    right: 25%
}

.hero-section-wrapper-3 .hero-style-3 .shapes .shape.shape-7 {
    bottom: 15%;
    right: 25%
}

.hero-section-wrapper-3 .hero-style-3 .shapes .shape.shape-8 {
    bottom: 10%;
    right: 10%
}

.hero-section-wrapper-4 {
    background: #fff;
    position: relative
}

.hero-section-wrapper-4 .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: 0 0
}

.hero-section-wrapper-4 .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.hero-section-wrapper-4 .hero-style-4 {
    position: relative;
    z-index: 1;
    padding-top: 150px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-4 .hero-style-4 {
        padding: 150px 0 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-4 .hero-style-4 {
        padding: 100px 0 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-4 .hero-style-4 {
        padding: 70px 0 30px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-4 .hero-style-4 {
        padding: 50px 0 0
    }
}

.hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper {
    padding: 100px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper {
        padding-bottom: 50px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper {
        padding-bottom: 50px
    }
}

.hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper h2 {
    margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper h2 {
        font-size: 55px;
        line-height: 65px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper h2 {
        font-size: 47px;
        line-height: 58px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper h2 {
        font-size: 47px;
        line-height: 58px
    }
}

@media only screen and (min-width:1400px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper p {
        padding-right: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper p {
        padding-right: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper p {
        padding-right: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-content-wrapper p {
        padding-right: 100px
    }
}

.hero-section-wrapper-4 .hero-style-4 .hero-image {
    margin-bottom: 100px;
    position: relative
}

@media only screen and (min-width:1400px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-image img {
        max-width: 100%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-image img {
        max-width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-image img {
        max-width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-image img {
        max-width: 100%
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-4 .hero-style-4 .hero-image img {
        max-width: 100%
    }
}

.hero-section-wrapper-4 .hero-style-4 .shapes .shape {
    position: absolute;
    z-index: -1
}

.hero-section-wrapper-4 .hero-style-4 .shapes .shape.shape-1 {
    top: 0;
    right: 0;
    height: 95%
}

.hero-section-wrapper-4 .hero-style-4 .shapes .shape.shape-2 {
    top: 25%;
    left: 10%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-4 .hero-style-4 .shapes .shape.shape-2 {
        left: 0%;
        transform: scale(.5)
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-4 .hero-style-4 .shapes .shape.shape-2 {
        display: none
    }
}

.hero-section-wrapper-4 .hero-style-4 .shapes .shape.shape-3 {
    left: 0;
    bottom: 0
}

.hero-section-wrapper-5 {
    background: #fff;
    position: relative
}

.hero-section-wrapper-5 .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: 0 0
}

.hero-section-wrapper-5 .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.hero-section-wrapper-5 .hero-style-5 {
    position: relative;
    z-index: 1;
    padding: 270px 0 140px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-5 .hero-style-5 {
        padding: 120px 0 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-5 .hero-style-5 {
        padding: 120px 0 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-5 .hero-style-5 {
        padding: 70px 0 30px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-5 .hero-style-5 {
        padding: 50px 0 0
    }
}

.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper {
    padding: 100px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper {
        padding-bottom: 50px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper {
        padding-bottom: 50px
    }
}

.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
    margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
        font-size: 55px;
        line-height: 65px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
        font-size: 47px;
        line-height: 58px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2 {
        font-size: 47px;
        line-height: 58px
    }
}

@media only screen and (min-width:1400px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
        padding-right: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
        padding-right: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
        padding-right: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p {
        padding-right: 100px
    }
}

.hero-section-wrapper-5 .hero-style-5 .hero-image {
    margin-bottom: 100px;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-image img {
        max-width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-image img {
        max-width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-image img {
        max-width: 100%
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-5 .hero-style-5 .hero-image img {
        max-width: 100%
    }
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape {
    position: absolute;
    z-index: -1
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape.shape-1 {
    top: 0;
    right: 0
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape.shape-2 {
    top: 25%;
    left: 10%
}

.hero-section-wrapper-5 .hero-style-5 .shapes .shape.shape-3 {
    left: 0;
    bottom: 0
}

.hero-section-wrapper-6 {
    background: #fff;
    position: relative
}

.hero-section-wrapper-6 .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: 0 0
}

.hero-section-wrapper-6 .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.hero-section-wrapper-6 .hero-style-6 {
    position: relative;
    z-index: 1;
    padding: 270px 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-6 .hero-style-6 {
        padding: 200px 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-6 .hero-style-6 {
        padding: 200px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .hero-section-wrapper-6 .hero-style-6 {
        padding: 100px 0 0
    }
}

.hero-section-wrapper-6 .hero-style-6 .hero-content-wrapper {
    padding: 50px 0
}

.hero-section-wrapper-6 .hero-style-6 .hero-content-wrapper h2 {
    margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-6 .hero-style-6 .hero-content-wrapper h2 {
        font-size: 55px;
        line-height: 65px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-6 .hero-style-6 .hero-content-wrapper h2 {
        font-size: 47px;
        line-height: 58px
    }
}

@media(max-width:767px) {
    .hero-section-wrapper-6 .hero-style-6 .hero-content-wrapper h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .hero-section-wrapper-6 .hero-style-6 .hero-content-wrapper h2 {
        font-size: 47px;
        line-height: 58px
    }
}

@media only screen and (min-width:1400px) {
    .hero-section-wrapper-6 .hero-style-6 .hero-content-wrapper p {
        padding-right: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-6 .hero-style-6 .hero-content-wrapper p {
        padding-right: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section-wrapper-6 .hero-style-6 .hero-content-wrapper p {
        padding-right: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-section-wrapper-6 .hero-style-6 .hero-content-wrapper p {
        padding-right: 100px
    }
}

.hero-section-wrapper-6 .hero-style-6 .hero-image {
    margin-bottom: 100px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 48%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section-wrapper-6 .hero-style-6 .hero-image {
        width: 40%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .hero-section-wrapper-6 .hero-style-6 .hero-image {
        width: 100%;
        position: static;
        transform: translateY(0)
    }
}

.hero-section-wrapper-6 .hero-style-6 .hero-image img {
    max-width: 100%
}

.hero-section-wrapper-6 .hero-style-6 .shapes .shape {
    position: absolute;
    z-index: -1
}

.hero-section-wrapper-6 .hero-style-6 .shapes .shape.bg-shape {
    top: 0;
    left: 0
}

.hero-section-wrapper-6 .hero-style-6 .shapes .shape.shape-1 {
    top: 25%;
    right: 8%
}

.hero-section-wrapper-6 .hero-style-6 .shapes .shape.shape-2 {
    top: 45%;
    right: 30%
}

.hero-section-wrapper-6 .hero-style-6 .shapes .shape.shape-3 {
    right: 25%;
    bottom: 35%
}

.hero-section-wrapper-6 .hero-style-6 .shapes .shape.shape-4 {
    left: 48%;
    bottom: 0
}

.hero-section-wrapper-6 .hero-style-6 .shapes .shape.shape-5 {
    left: 52%;
    bottom: 70px
}

.hero-section-wrapper-6 .hero-style-6 .shapes .shape.shape-6 {
    right: 0;
    bottom: 0
}

.feature-style-1 {
    background: #fff;
    padding: 100px 0
}

.feature-style-1 .single-feature {
    padding: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-style-1 .single-feature {
        padding: 30px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-style-1 .single-feature {
        padding: 30px 20px
    }
}

.feature-style-1 .single-feature .feature-top {
    display: flex;
    align-items: flex-end
}

.feature-style-1 .single-feature .feature-top .icon {
    width: 75px;
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    border-bottom: 3px solid #ffffff;
    margin-bottom: 25px;
    margin-right: 12px
}

.feature-style-1 .single-feature .feature-top .heading h5 {
    margin-bottom: 25px;
    font-weight: 600
}

.feature-style-2 {
    background: #fff;
    padding: 100px 0;
    position: relative
}

.feature-style-2 .single-feature {
    margin-bottom: 40px;
    margin-right: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-style-2 .single-feature {
        margin-right: 0
    }
}

.feature-style-2 .single-feature .icon {
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #2f80ed;
    color: #fff;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center
}

.feature-style-2 .single-feature .content h5 {
    font-weight: 600
}

@media(max-width:767px) {
    .feature-style-2 .single-feature .content p {
        padding-right: 5px
    }
}

.feature-style-2 .feature-img {
    position: absolute;
    right: 0;
    bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .feature-style-2 .feature-img {
        width: 35%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-style-2 .feature-img {
        width: 35%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .feature-style-2 .feature-img {
        position: static;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 50px;
        padding: 0 30px
    }
}

.feature-style-2 .feature-img img {
    max-width: 100%
}

.feature-style-3 {
    background: #f3f3f3;
    padding: 100px 0
}

.feature-style-3 .single-feature {
    padding: 30px 35px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 30px;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .8)
}

.feature-style-3 .single-feature .icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: -60px
}

.feature-style-3 .single-feature .content h5 {
    font-weight: 600;
    margin-bottom: 25px
}

.feature-style-4 {
    background: #fff;
    padding: 100px 0 70px
}

.feature-style-4 .-mt-30 {
    margin-top: -30px
}

.feature-style-4 .single-feature {
    padding: 45px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-style-4 .single-feature {
        padding: 40px 20px
    }
}

.feature-style-4 .single-feature .icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px
}

.feature-style-4 .single-feature .content h5 {
    font-weight: 600;
    margin-bottom: 25px
}

.feature-style-4 .feature-content {
    margin-bottom: 70px
}

@media only screen and (min-width:1400px) {
    .feature-style-4 .feature-content {
        padding-left: 50px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .feature-style-4 .feature-content {
        padding-left: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-style-4 .feature-content h4 {
        font-size: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-style-4 .feature-content h3 {
        font-size: 34px
    }
}

.feature-style-5 {
    background: #fff;
    padding: 100px 0 50px
}

.feature-style-5 .single-feature {
    padding: 60px 35px;
    border-radius: 30px;
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    text-align: center;
    border-bottom: 5px solid #831c52;
    transition: all .3s ease-out 0s
}

.feature-style-5 .single-feature:hover {
    border-color: #2f80ed;
    box-shadow: 0 8px 25px rgba(47, 128, 237, .35)
}

.feature-style-5 .single-feature .icon {
    color: #2f80ed;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    width: 110px;
    height: 100px;
    z-index: 1
}

.feature-style-5 .single-feature .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.feature-style-5 .single-feature .content h5 {
    font-weight: 600;
    margin-bottom: 25px
}

.feature-style-6 {
    background: #f1f4ff;
    padding: 100px 0 50px
}

.feature-style-6 .single-feature {
    background: #fff;
    padding: 40px 35px;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    text-align: center;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:1400px) {
    .feature-style-6 .single-feature {
        padding: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-style-6 .single-feature {
        padding: 40px 19px
    }
}

.feature-style-6 .single-feature:hover {
    box-shadow: 0 5px 25px rgba(47, 128, 237, .3)
}

.feature-style-6 .single-feature .image {
    text-align: center;
    margin-bottom: 30px
}

.feature-style-6 .single-feature .image img {
    max-width: 100%
}

.feature-style-6 .single-feature .content h5 {
    font-weight: 600;
    margin-bottom: 25px
}

.team-style-1 {
    padding: 100px 0 70px;
    background: #e5e5e5
}

.team-style-1 .single-team {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all .3s ease-out 0s
}

.team-style-1 .single-team:hover {
    box-shadow: 0 5px 25px rgba(47, 128, 237, .3)
}

.team-style-1 .single-team .image {
    max-width: 300px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 25px
}

.team-style-1 .single-team .image img {
    width: 100%
}

.team-style-1 .single-team .info h6 {
    font-weight: 600;
    margin-bottom: 10px
}

.team-style-1 .single-team .info p {
    margin-bottom: 20px
}

.team-style-2 {
    padding: 100px 0 70px;
    background: #e5e5e5
}

.team-style-2 .single-team {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 5px solid #2f80ed;
    transition: all .3s ease-out 0s
}

.team-style-2 .single-team:hover {
    box-shadow: 0 5px 25px rgba(47, 128, 237, .3)
}

.team-style-2 .single-team .image {
    overflow: hidden;
    margin: auto
}

.team-style-2 .single-team .image img {
    width: 100%
}

.team-style-2 .single-team .info {
    padding: 30px
}

.team-style-2 .single-team .info h6 {
    font-weight: 600;
    margin-bottom: 10px
}

.team-style-2 .single-team .info p {
    margin-bottom: 20px
}

.team-style-3 {
    padding: 100px 0 70px;
    background: #e5e5e5
}

.team-style-3 .single-team {
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all .3s ease-out 0s
}

.team-style-3 .single-team .image {
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50%;
    border-left: 5px solid #2f80ed;
    border-right: 5px solid #2f80ed
}

.team-style-3 .single-team .image img {
    width: 100%;
    border-radius: 50%
}

.team-style-3 .single-team .info h6 {
    font-weight: 600;
    margin-bottom: 10px
}

.team-style-3 .single-team .info p {
    margin-bottom: 20px
}

.team-style-4 {
    padding: 100px 0 70px;
    background: #e5e5e5
}

.team-style-4 .single-team {
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all .3s ease-out 0s
}

.team-style-4 .single-team:hover .image .overlay {
    height: 100%;
    opacity: 1;
    visibility: visible
}

.team-style-4 .single-team .image {
    margin: auto;
    margin-bottom: 25px;
    position: relative
}

.team-style-4 .single-team .image img {
    width: 100%
}

.team-style-4 .single-team .image .overlay {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(218, 218, 218, 0) 0%, #2F80ED 100%);
    transition: all .3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px
}

.team-style-4 .single-team .image .overlay .socials li a {
    background: #fff;
    color: #2f80ed
}

.team-style-4 .single-team .info h6 {
    font-weight: 600;
    margin-bottom: 10px
}

.team-style-4 .single-team .info p {
    margin-bottom: 20px
}

.team-style-5 {
    padding: 100px 0 70px;
    background: #e5e5e5
}

.team-style-5 .single-team {
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all .3s ease-out 0s
}

.team-style-5 .single-team:hover .image .socials {
    opacity: 1;
    visibility: visible;
    height: 62px
}

.team-style-5 .single-team .image {
    margin: auto;
    margin-bottom: 25px;
    position: relative
}

.team-style-5 .single-team .image img {
    width: 100%
}

.team-style-5 .single-team .image .socials {
    background: #2f80ed;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease-out 0s
}

.team-style-5 .single-team .image .socials li {
    padding: 15px 0
}

.team-style-5 .single-team .image .socials li a {
    background: #fff;
    color: #2f80ed
}

.team-style-5 .single-team .info h6 {
    font-weight: 600;
    margin-bottom: 10px
}

.team-style-5 .single-team .info p {
    margin-bottom: 20px
}

.team-style-6 {
    padding: 100px 0 70px;
    background: #e5e5e5
}

.team-style-6 .single-team {
    text-align: center;
    margin-bottom: 30px;
    transition: all .3s ease-out 0s
}

.team-style-6 .single-team:hover .info {
    box-shadow: 0 5px 25px rgba(47, 128, 237, .3)
}

.team-style-6 .single-team .image {
    max-width: 300px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    padding: 0 30px
}

.team-style-6 .single-team .image img {
    width: 100%
}

.team-style-6 .single-team .info {
    background: #fff;
    border-radius: 10px;
    padding: 145px 30px 30px;
    margin-top: -115px;
    transition: all .3s ease-out 0s;
    border-bottom: 5px solid transparent
}

.team-style-6 .single-team .info h6 {
    font-weight: 600;
    margin-bottom: 10px
}

.team-style-6 .single-team .info p {
    margin-bottom: 20px
}

.pricing-style-1 {
    padding: 100px 0 60px;
    background: #f3f3f3
}

.pricing-style-1 .single-pricing {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    margin-bottom: 40px;
    padding: 45px 40px;
    border: 1px solid transparent;
    transition: all .3s ease-out 0s;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-1 .single-pricing {
        padding: 45px 25px
    }
}

.pricing-style-1 .single-pricing .popular-badge {
    position: absolute;
    top: 45px;
    right: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-1 .single-pricing .popular-badge {
        right: 20px
    }
}

.pricing-style-1 .single-pricing.active,
.pricing-style-1 .single-pricing:hover {
    border-color: #2f80ed
}

.pricing-style-1 .single-pricing .image {
    width: 120px;
    height: 120px;
    background: #557caf;
    border-radius: 50%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pricing-style-1 .single-pricing .image img {
    max-width: 100%
}

.pricing-style-1 .single-pricing h6 {
    color: #831c52;
    margin-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-1 .single-pricing h6 {
        font-size: 16px
    }
}

.pricing-style-1 .single-pricing h4 {
    margin-bottom: 20px;
    font-weight: 500
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-1 .single-pricing h4 {
        font-size: 24px
    }
}

.pricing-style-1 .single-pricing h3 {
    margin-bottom: 18px;
    color: #2f80ed;
    font-size: 24px
}

.pricing-style-1 .single-pricing ul {
    margin-bottom: 30px
}

.pricing-style-1 .single-pricing ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 12px
}

.pricing-style-1 .single-pricing ul li i {
    color: #2f80ed;
    margin-right: 10px
}

.pricing-style-2 {
    padding: 100px 0 60px;
    background: #f3f3f3
}

.pricing-style-2 .single-pricing {
    background: 0 0;
    border-radius: 40px;
    margin-bottom: 40px;
    padding: 45px 40px;
    border: 1px solid transparent;
    transition: all .3s ease-out 0s;
    position: relative;
    text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-2 .single-pricing {
        padding: 45px 25px
    }
}

.pricing-style-2 .single-pricing.active,
.pricing-style-2 .single-pricing:hover {
    background: #fff;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3)
}

.pricing-style-2 .single-pricing .image {
    width: 120px;
    height: 120px;
    background: #ebf4ff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pricing-style-2 .single-pricing .image img {
    max-width: 100%
}

.pricing-style-2 .single-pricing h6 {
    color: #831c52;
    margin-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-2 .single-pricing h6 {
        font-size: 16px
    }
}

.pricing-style-2 .single-pricing h4 {
    margin-bottom: 20px;
    font-weight: 500
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-2 .single-pricing h4 {
        font-size: 24px
    }
}

.pricing-style-2 .single-pricing h3 {
    margin-bottom: 18px;
    color: #2f80ed
}

.pricing-style-2 .single-pricing ul {
    margin-bottom: 30px
}

.pricing-style-2 .single-pricing ul li {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 12px
}

.pricing-style-3 {
    padding: 100px 0 60px;
    background: #f3f3f3
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table.table>:not(:last-child)>:last-child>* {
    border-color: #dee2e6
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table.table>:not(caption)>*>* {
    padding: 25px 10px;
    border-right: 1px solid #dee2e6
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table tr:last-child td {
    border-bottom: none
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th,
.pricing-style-3 .pricing-table-wrapper .pricing-table table tr td {
    min-width: 200px;
    vertical-align: middle
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th {
    text-align: center
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th h6 {
    margin-bottom: 14px
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th h3 {
    color: #2f80ed
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th h3 span {
    font-size: 20px
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th p {
    font-weight: 500;
    color: #ffffff
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table tr td.pricing-button {
    text-align: center
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table tr td p.icon {
    text-align: center;
    color: #831c52;
    font-weight: 700
}

.pricing-style-3 .pricing-table-wrapper .pricing-table table tr td p.icon.active {
    color: #2f80ed
}

.pricing-style-4 {
    padding: 100px 0;
    background: #f3f3f3
}

.pricing-style-4 .pricing-active-wrapper {
    position: relative
}

.pricing-style-4 .pricing-active-wrapper .tns-controls {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    bottom: 40px;
    left: -250px
}

.pricing-style-4 .pricing-active-wrapper .tns-controls:focus {
    outline: none
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .pricing-style-4 .pricing-active-wrapper .tns-controls {
        left: 0;
        width: 100%;
        justify-content: center;
        bottom: 0
    }
}

.pricing-style-4 .pricing-active-wrapper .tns-controls button {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    border: none
}

.pricing-style-4 .pricing-active-wrapper .tns-controls button:hover {
    background: #2f80ed;
    color: #fff
}

.pricing-style-4 .pricing-active .single-pricing {
    background: #fff;
    border-radius: 5px;
    margin: 30px 15px;
    padding: 45px 40px;
    border: 1px solid transparent;
    transition: all .3s ease-out 0s;
    position: relative;
    text-align: center;
    box-shadow: 0 0 30px rgba(218, 211, 211, .42)
}

.pricing-style-4 .pricing-active .single-pricing.active {
    transform: scale(1.15);
    z-index: 9
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .pricing-style-4 .pricing-active .single-pricing {
        padding: 40px 25px;
        margin-bottom: 100px
    }
}

.pricing-style-4 .pricing-active .single-pricing h6 {
    color: #831c52;
    margin-bottom: 15px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .pricing-style-4 .pricing-active .single-pricing h6 {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pricing-style-4 .pricing-active .single-pricing h6 {
        font-size: 16px
    }
}

.pricing-style-4 .pricing-active .single-pricing h4 {
    margin-bottom: 20px;
    font-weight: 500
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .pricing-style-4 .pricing-active .single-pricing h4 {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pricing-style-4 .pricing-active .single-pricing h4 {
        font-size: 24px
    }
}

.pricing-style-4 .pricing-active .single-pricing h3 {
    margin-bottom: 18px;
    color: #2f80ed
}

.pricing-style-4 .pricing-active .single-pricing ul {
    margin-bottom: 30px
}

.pricing-style-4 .pricing-active .single-pricing ul li {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 12px
}

.pricing-style-5 {
    padding: 100px 0;
    background: #f3f3f3
}

.pricing-style-5 .single-pricing {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 45px 40px;
    border: 1px solid transparent;
    transition: all .3s ease-out 0s;
    position: relative;
    text-align: center;
    box-shadow: 0 0 30px rgba(218, 211, 211, .42)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-5 .single-pricing {
        padding: 45px 25px
    }
}

.pricing-style-5 .single-pricing.active {
    transform: scale(1.15);
    z-index: 9
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .pricing-style-5 .single-pricing.active {
        transform: scale(1)
    }
}

.pricing-style-5 .single-pricing .image {
    width: 120px;
    height: 120px;
    background: #ebf4ff;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pricing-style-5 .single-pricing .image img {
    max-width: 100%
}

.pricing-style-5 .single-pricing h6 {
    color: #831c52;
    margin-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-5 .single-pricing h6 {
        font-size: 16px
    }
}

.pricing-style-5 .single-pricing h4 {
    margin-bottom: 20px;
    font-weight: 500
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-5 .single-pricing h4 {
        font-size: 24px
    }
}

.pricing-style-5 .single-pricing h3 {
    margin-bottom: 18px;
    color: #2f80ed
}

.pricing-style-5 .single-pricing ul {
    margin-bottom: 30px
}

.pricing-style-5 .single-pricing ul li {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 12px
}

.pricing-style-6 {
    padding: 100px 0 60px;
    background: #f3f3f3
}

.pricing-style-6 .single-pricing {
    background: 0 0;
    border-radius: 40px;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    margin-bottom: 40px;
    padding: 45px 40px;
    border: 2px dashed #c5c5cf;
    transition: all .3s ease-out 0s;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-6 .single-pricing {
        padding: 45px 25px
    }
}

.pricing-style-6 .single-pricing .popular-badge {
    position: absolute;
    top: 45px;
    right: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-6 .single-pricing .popular-badge {
        right: 20px
    }
}

.pricing-style-6 .single-pricing.active,
.pricing-style-6 .single-pricing:hover {
    border-color: #2f80ed
}

.pricing-style-6 .single-pricing .image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.pricing-style-6 .single-pricing .image svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.pricing-style-6 .single-pricing .image img {
    max-width: 100%
}

.pricing-style-6 .single-pricing h6 {
    color: #831c52;
    margin-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-6 .single-pricing h6 {
        font-size: 16px
    }
}

.pricing-style-6 .single-pricing h4 {
    margin-bottom: 20px;
    font-weight: 500
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-style-6 .single-pricing h4 {
        font-size: 24px
    }
}

.pricing-style-6 .single-pricing h3 {
    margin-bottom: 18px;
    color: #2f80ed
}

.pricing-style-6 .single-pricing ul {
    margin-bottom: 30px
}

.pricing-style-6 .single-pricing ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 12px
}

.pricing-style-6 .single-pricing ul li i {
    color: #2f80ed;
    margin-right: 10px
}

.contact-style-1 {
    background: #f3f3f3;
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.contact-style-1 .contact-form-wrapper form .single-input {
    position: relative;
    margin-bottom: 20px
}

.contact-style-1 .contact-form-wrapper form .single-input label {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.contact-style-1 .contact-form-wrapper form .single-input textarea,
.contact-style-1 .contact-form-wrapper form .single-input input {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding-left: 20px;
    padding-right: 50px;
    width: 100%;
    border: 1px solid transparent;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    transition: all .3s ease-out 0s
}

.contact-style-1 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-1 .contact-form-wrapper form .single-input input::placeholder {
    font-weight: 300;
    opacity: 1;
    color: 831c52
}

.contact-style-1 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-1 .contact-form-wrapper form .single-input input:focus {
    border-color: #2f80ed
}

.contact-style-1 .contact-form-wrapper form .single-input input {
    height: 56px
}

.contact-style-1 .contact-form-wrapper form .single-input textarea {
    padding: 15px 20px;
    padding-right: 50px;
    resize: none
}

.contact-style-1 .contact-form-wrapper form .single-input i {
    position: absolute;
    right: 21px;
    top: 53.5px
}

.contact-style-1 .contact-form-wrapper form .form-button {
    padding-top: 10px
}

.contact-style-1 .contact-form-wrapper form .form-button button {
    height: 56px;
    background: #fff;
    color: #831c52
}

.contact-style-1 .contact-form-wrapper form .form-button button:hover {
    color: #fff
}

.contact-style-1 .contact-form-wrapper form .form-button button:hover::before {
    background: #2f80ed
}

.contact-style-1 .contact-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 30%
}

.contact-style-1 .contact-image::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 60px;
    z-index: -1;
    right: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: #fff
}

.contact-style-1 .contact-image img {
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .contact-style-1 .contact-image img {
        display: none
    }
}

.contact-style-2 {
    background: #f3f3f3;
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.contact-style-2 .contact-form-wrapper form .single-input {
    position: relative;
    margin-bottom: 20px
}

.contact-style-2 .contact-form-wrapper form .single-input label {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.contact-style-2 .contact-form-wrapper form .single-input textarea,
.contact-style-2 .contact-form-wrapper form .single-input input {
    background: 0 0;
    border-radius: 10px;
    position: relative;
    padding-left: 20px;
    padding-right: 50px;
    width: 100%;
    border: 1px solid #831c52;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    transition: all .3s ease-out 0s
}

.contact-style-2 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-2 .contact-form-wrapper form .single-input input::placeholder {
    font-weight: 300;
    opacity: 1;
    color: 831c52
}

.contact-style-2 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-2 .contact-form-wrapper form .single-input input:focus {
    border-color: #2f80ed
}

.contact-style-2 .contact-form-wrapper form .single-input input {
    height: 56px
}

.contact-style-2 .contact-form-wrapper form .single-input textarea {
    padding: 15px 20px;
    padding-right: 50px;
    resize: none
}

.contact-style-2 .contact-form-wrapper form .single-input i {
    position: absolute;
    right: 21px;
    top: 53.5px
}

.contact-style-2 .contact-form-wrapper form .form-button {
    padding-top: 10px
}

.contact-style-2 .contact-form-wrapper form .form-button button {
    height: 56px
}

.contact-style-2 .contact-map {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    height: 80%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .contact-style-2 .contact-map {
        width: 40%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .contact-style-2 .contact-map {
        width: 40%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .contact-style-2 .contact-map {
        position: static;
        width: 100%;
        height: 300px;
        margin-top: 60px
    }
}

.contact-style-2 .contact-map .map-canvas {
    height: 100%;
    border-radius: 30px 0 0 30px
}

.contact-style-3 {
    background: #f3f3f3;
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.contact-style-3 .contact-form-wrapper form .single-input {
    position: relative;
    margin-bottom: 20px
}

.contact-style-3 .contact-form-wrapper form .single-input label {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.contact-style-3 .contact-form-wrapper form .single-input textarea,
.contact-style-3 .contact-form-wrapper form .single-input input {
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding-right: 20px;
    padding-left: 50px;
    width: 100%;
    border: 1px solid transparent;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    transition: all .3s ease-out 0s
}

.contact-style-3 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-3 .contact-form-wrapper form .single-input input::placeholder {
    font-weight: 300;
    opacity: 1;
    color: 831c52
}

.contact-style-3 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-3 .contact-form-wrapper form .single-input input:focus {
    border-color: #2f80ed
}

.contact-style-3 .contact-form-wrapper form .single-input input {
    height: 56px
}

.contact-style-3 .contact-form-wrapper form .single-input textarea {
    padding: 15px 20px;
    padding-left: 50px;
    resize: none
}

.contact-style-3 .contact-form-wrapper form .single-input i {
    position: absolute;
    left: 21px;
    top: 20px
}

.contact-style-3 .contact-form-wrapper form .form-button {
    padding-top: 10px
}

.contact-style-3 .contact-form-wrapper form .form-button button {
    height: 56px;
    border-radius: 5px
}

.contact-style-3 .contact-form-wrapper form .form-button button i {
    padding-left: 0;
    padding-right: 20px
}

@media only screen and (min-width:1400px) {
    .contact-style-3 .left-wrapper {
        margin-left: 60px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .contact-style-3 .left-wrapper {
        margin-left: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .contact-style-3 .left-wrapper {
        margin-top: 50px
    }
}

.contact-style-3 .left-wrapper .single-item {
    padding: 25px 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    transition: all .3s ease-out 0s
}

.contact-style-3 .left-wrapper .single-item:hover {
    box-shadow: 0 5px 25px rgba(47, 128, 237, .3)
}

.contact-style-3 .left-wrapper .single-item .icon {
    max-width: 54px;
    width: 100%;
    height: 54px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px
}

.contact-style-4 {
    background: #f3f3f3;
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.contact-style-4 .contact-form-wrapper form .single-input {
    position: relative;
    margin-bottom: 20px
}

.contact-style-4 .contact-form-wrapper form .single-input label {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.contact-style-4 .contact-form-wrapper form .single-input textarea,
.contact-style-4 .contact-form-wrapper form .single-input input {
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding-right: 20px;
    padding-left: 50px;
    width: 100%;
    border: 1px solid transparent;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    transition: all .3s ease-out 0s
}

.contact-style-4 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-4 .contact-form-wrapper form .single-input input::placeholder {
    font-weight: 300;
    opacity: 1;
    color: 831c52
}

.contact-style-4 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-4 .contact-form-wrapper form .single-input input:focus {
    border-color: #2f80ed
}

.contact-style-4 .contact-form-wrapper form .single-input input {
    height: 56px
}

.contact-style-4 .contact-form-wrapper form .single-input textarea {
    padding: 15px 20px;
    padding-left: 50px;
    resize: none
}

.contact-style-4 .contact-form-wrapper form .single-input i {
    position: absolute;
    left: 21px;
    top: 20px
}

.contact-style-4 .contact-form-wrapper form .form-button {
    padding-top: 10px
}

.contact-style-4 .contact-form-wrapper form .form-button button {
    height: 56px;
    border-radius: 5px
}

.contact-style-4 .contact-form-wrapper form .form-button button i {
    padding-left: 0;
    padding-right: 20px
}

.contact-style-4 .single-item {
    padding: 25px 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    transition: all .3s ease-out 0s
}

.contact-style-4 .single-item:hover {
    box-shadow: 0 5px 25px rgba(47, 128, 237, .3)
}

.contact-style-4 .single-item .icon {
    max-width: 54px;
    width: 100%;
    height: 54px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px
}

.contact-style-5 {
    background: #f3f3f3;
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.contact-style-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 42%;
    background: #ebf4ff
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .contact-style-5::before {
        width: 100%
    }
}

.contact-style-5 .contact-form-wrapper form .single-input {
    position: relative;
    margin-bottom: 20px
}

.contact-style-5 .contact-form-wrapper form .single-input label {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.contact-style-5 .contact-form-wrapper form .single-input textarea,
.contact-style-5 .contact-form-wrapper form .single-input input {
    background: 0 0;
    border-radius: 0;
    position: relative;
    padding-right: 0;
    padding-left: 30px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #831c52;
    transition: all .3s ease-out 0s
}

.contact-style-5 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-5 .contact-form-wrapper form .single-input input::placeholder {
    font-weight: 300;
    opacity: 1;
    color: 831c52
}

.contact-style-5 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-5 .contact-form-wrapper form .single-input input:focus {
    border-color: #2f80ed
}

.contact-style-5 .contact-form-wrapper form .single-input input {
    height: 56px
}

.contact-style-5 .contact-form-wrapper form .single-input textarea {
    padding: 15px 0;
    padding-left: 30px;
    resize: none
}

.contact-style-5 .contact-form-wrapper form .single-input i {
    position: absolute;
    left: 0;
    top: 20px
}

.contact-style-5 .contact-form-wrapper form .form-button {
    padding-top: 10px
}

.contact-style-5 .contact-form-wrapper form .form-button button {
    height: 56px;
    border-radius: 5px
}

.contact-style-5 .contact-form-wrapper form .form-button button i {
    padding-left: 0;
    padding-right: 20px
}

@media only screen and (min-width:1400px) {
    .contact-style-5 .right-wrapper {
        margin-right: 50px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .contact-style-5 .right-wrapper {
        margin-right: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .contact-style-5 .right-wrapper {
        margin-right: 20px
    }
}

.contact-style-5 .right-wrapper .single-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: all .3s ease-out 0s
}

.contact-style-5 .right-wrapper .single-item .icon {
    max-width: 54px;
    width: 100%;
    height: 54px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px
}

.contact-style-6 {
    background: #f3f3f3;
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.contact-style-6 .contact-form-wrapper form .single-input {
    position: relative;
    margin-bottom: 20px
}

.contact-style-6 .contact-form-wrapper form .single-input label {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.contact-style-6 .contact-form-wrapper form .single-input textarea,
.contact-style-6 .contact-form-wrapper form .single-input input {
    background: 0 0;
    border-radius: 10px;
    position: relative;
    padding-left: 20px;
    padding-right: 50px;
    width: 100%;
    border: 1px solid #831c52;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    transition: all .3s ease-out 0s
}

.contact-style-6 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-6 .contact-form-wrapper form .single-input input::placeholder {
    font-weight: 300;
    opacity: 1;
    color: 831c52
}

.contact-style-6 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-6 .contact-form-wrapper form .single-input input:focus {
    border-color: #2f80ed
}

.contact-style-6 .contact-form-wrapper form .single-input input {
    height: 56px
}

.contact-style-6 .contact-form-wrapper form .single-input textarea {
    padding: 15px 20px;
    padding-right: 50px;
    resize: none
}

.contact-style-6 .contact-form-wrapper form .single-input i {
    position: absolute;
    right: 21px;
    top: 53.5px
}

.contact-style-6 .contact-form-wrapper form .form-button {
    padding-top: 10px
}

.contact-style-6 .contact-form-wrapper form .form-button button {
    height: 56px
}

@media only screen and (min-width:1400px) {
    .contact-style-6 .left-wrapper {
        margin-left: 50px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .contact-style-6 .left-wrapper {
        margin-left: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .contact-style-6 .left-wrapper {
        margin-bottom: 50px
    }
}

.contact-style-6 .left-wrapper .single-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: all .3s ease-out 0s
}

.contact-style-6 .left-wrapper .single-item .icon {
    max-width: 54px;
    width: 100%;
    height: 54px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px
}

.about-style-1 {
    background: #f3f3f3;
    padding: 100px 0 50px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .about-style-1 {
        padding-bottom: 0
    }
}

@media only screen and (min-width:1400px) {
    .about-style-1 .about-content-wrapper {
        margin-left: 30px
    }
}

.about-style-1 .about-content-wrapper .content .single-item {
    display: flex;
    margin-bottom: 25px
}

.about-style-1 .about-content-wrapper .content .single-item .icon {
    max-width: 62px;
    width: 100%;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 20px;
    background: #2f80ed;
    color: #fff;
    font-size: 35px
}

.about-style-1 .about-content-wrapper .content .read-more-button {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 10px 0 0;
    margin-left: 82px;
    border-bottom: 2px solid #831c52
}

.about-style-1 .about-image {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 45px;
    overflow: hidden;
    height: 92%
}

@media only screen and (min-width:1400px) {
    .about-style-1 .about-image {
        width: 50%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .about-style-1 .about-image {
        width: 50%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-style-1 .about-image {
        width: 45%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .about-style-1 .about-image {
        width: 100%;
        position: static;
        margin-top: 50px;
        height: 400px
    }
}

.about-style-1 .about-image img {
    width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .about-style-1 .about-image img {
        height: 100%;
        object-fit: cover;
        object-position: center
    }
}

.about-style-2 {
    background: #f3f3f3;
    padding: 100px 0 70px
}

.about-style-2 .about-content-wrapper {
    margin-bottom: 50px
}

@media only screen and (min-width:1400px) {
    .about-style-2 .about-content-wrapper {
        margin-right: 30px
    }
}

@media only screen and (min-width:1400px) {
    .about-style-2 .about-image-wrapper {
        margin-left: 50px
    }
}

.about-style-2 .about-image-wrapper .left-wrapper .content-item {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #2f80ed;
    padding: 25px 35px;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-style-2 .about-image-wrapper .left-wrapper .content-item {
        padding: 25px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-style-2 .about-image-wrapper .left-wrapper .content-item h4 {
        font-size: 20px
    }
}

.about-style-2 .about-image-wrapper .left-wrapper .image-item {
    border-radius: 5px;
    margin-bottom: 20px
}

.about-style-2 .about-image-wrapper .left-wrapper .image-item img {
    width: 100%
}

.about-style-2 .about-image-wrapper .right-wrapper {
    border-radius: 5px;
    overflow: hidden
}

.about-style-2 .about-image-wrapper .right-wrapper img {
    width: 100%
}

.about-style-3 {
    background: #f3f3f3;
    padding: 100px 0
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .about-style-3 .about-image {
        margin-bottom: 50px
    }
}

.about-style-3 .about-image img {
    max-width: 100%
}

@media only screen and (min-width:1400px) {
    .about-style-3 .about-content-wrapper {
        margin-left: 85px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .about-style-3 .about-content-wrapper {
        margin-left: 50px
    }
}

.about-style-3 .about-content-wrapper .counter-up-wrapper {
    background: #eaeaea;
    border-radius: 5px;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap
}

.about-style-3 .about-content-wrapper .counter-up-wrapper .single-counter {
    text-align: center;
    position: relative
}

@media(max-width:767px) {
    .about-style-3 .about-content-wrapper .counter-up-wrapper .single-counter {
        padding: 10px
    }
}

.about-style-3 .about-content-wrapper .counter-up-wrapper .single-counter:last-child::after {
    display: none
}

.about-style-3 .about-content-wrapper .counter-up-wrapper .single-counter::after {
    content: '';
    position: absolute;
    height: 100%;
    background: #831c52;
    width: 2px;
    top: 0;
    right: -35px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-style-3 .about-content-wrapper .counter-up-wrapper .single-counter::after {
        right: -60px
    }
}

@media(max-width:767px) {
    .about-style-3 .about-content-wrapper .counter-up-wrapper .single-counter::after {
        display: none
    }
}

.about-style-3 .about-content-wrapper .counter-up-wrapper .single-counter h4 {
    margin-bottom: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .about-style-3 .about-content-wrapper .counter-up-wrapper .single-counter h4 {
        font-size: 24px
    }
}

.about-style-3 .about-content-wrapper .counter-up-wrapper .single-counter h6 {
    color: #831c52;
    font-weight: 500
}

.about-style-3 .about-content-wrapper ul {
    padding-bottom: 25px
}

.about-style-3 .about-content-wrapper ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

.about-style-3 .about-content-wrapper ul li i {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    margin-top: 4px;
    font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .about-style-3 .about-content-wrapper .counter-up-wrapper .single-counter h6 {
        font-size: 16px
    }
}

.about-style-4 {
    background: #f3f3f3;
    padding: 100px 0 50px;
    position: relative;
    z-index: 1
}

.about-style-4 .about-content-wrapper ul {
    padding-bottom: 25px
}

.about-style-4 .about-content-wrapper ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

.about-style-4 .about-content-wrapper ul li i {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    margin-top: 4px;
    font-weight: 700
}

.about-style-4 .about-image {
    margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .about-style-4 .about-image img {
        width: 100%
    }
}

.about-style-5 {
    position: relative;
    z-index: 1;
    padding-bottom: 130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.about-style-5::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #4B4848, #4B4848), #f3f3f3;
    opacity: .4;
    z-index: -1
}

.about-style-5 .about-content-wrapper {
    padding: 50px;
    background: #fff
}

@media(max-width:767px) {
    .about-style-5 .about-content-wrapper {
        padding: 50px 30px
    }
}

@media(max-width:767px) {
    .about-style-5 .about-content-wrapper .section-title h3 {
        font-size: 33px
    }
}

.about-style-6 {
    background: #f3f3f3;
    padding: 100px 0
}

.about-style-6 .about-image {
    max-width: 550px;
    width: 100%;
    height: 550px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-style-6 .about-image {
        height: 456px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-style-6 .about-image {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .about-style-6 .about-image {
        margin-bottom: 50px;
        background: 0 0;
        height: 100%
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .about-style-6 .about-image {
        height: 480px;
        background: #fff
    }
}

.about-style-6 .about-image img {
    max-width: 100%
}

@media only screen and (min-width:1400px) {
    .about-style-6 .about-content-wrapper {
        margin-left: 85px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .about-style-6 .about-content-wrapper {
        margin-left: 55px
    }
}

.gallery-style-1 {
    padding: 100px 0 70px;
    background: #f3f3f3
}

.gallery-style-1 .single-gallery {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 30px
}

.gallery-style-1 .single-gallery:hover .overlay {
    opacity: 1;
    visibility: visible
}

.gallery-style-1 .single-gallery:hover .overlay .overlay-content .action {
    transform: translateY(0)
}

.gallery-style-1 .single-gallery:hover .overlay .overlay-content .info {
    transform: translateX(0)
}

.gallery-style-1 .single-gallery .image img {
    width: 100%
}

.gallery-style-1 .single-gallery .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #558FFF 100%);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px;
    text-align: center;
    transition: all .3s ease-out 0s;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width:1400px) {
    .gallery-style-1 .single-gallery .overlay {
        padding: 30px 40px
    }
}

.gallery-style-1 .single-gallery .overlay .overlay-content .action {
    margin-bottom: 35px;
    transform: translateY(20px);
    transition: all .3s ease-out 0s
}

.gallery-style-1 .single-gallery .overlay .overlay-content .action a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    font-size: 20px;
    color: #ffffff
}

.gallery-style-1 .single-gallery .overlay .overlay-content .info {
    transform: translateX(-50px);
    transition: all .3s ease-out 0s
}

.gallery-style-1 .single-gallery .overlay .overlay-content .info h5 {
    color: #fff;
    margin-bottom: 15px
}

.gallery-style-1 .single-gallery .overlay .overlay-content .info p {
    color: #fff
}

.gallery-style-2 {
    padding: 100px 0 70px;
    background: #f3f3f3
}

.gallery-style-2 .single-gallery {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px
}

.gallery-style-2 .single-gallery:hover .overlay {
    opacity: 1;
    visibility: visible
}

.gallery-style-2 .single-gallery:hover .overlay .action {
    transform: translateY(0)
}

.gallery-style-2 .single-gallery .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px
}

.gallery-style-2 .single-gallery .image img {
    width: 100%
}

.gallery-style-2 .single-gallery .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s;
    background: rgba(47, 128, 237, .3)
}

.gallery-style-2 .single-gallery .overlay .action {
    transform: translateY(20px);
    transition: all .3s ease-out 0s
}

.gallery-style-2 .single-gallery .overlay .action a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-style-2 .single-gallery .info {
    transition: all .3s ease-out 0s
}

.gallery-style-2 .single-gallery .info h5 {
    margin-bottom: 15px
}

.gallery-style-3 {
    padding: 100px 0 70px;
    background: #f3f3f3
}

.gallery-style-3 .single-gallery {
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.gallery-style-3 .single-gallery:hover .info {
    opacity: 1;
    visibility: visible
}

.gallery-style-3 .single-gallery:hover .info .title {
    transform: translateX(0)
}

.gallery-style-3 .single-gallery:hover .info .action {
    transform: translateX(0)
}

.gallery-style-3 .single-gallery .image {
    border-radius: 10px;
    overflow: hidden
}

.gallery-style-3 .single-gallery .image img {
    width: 100%
}

.gallery-style-3 .single-gallery .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #2f80ed;
    border-radius: 0 0 10px 10px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-out 0s;
    overflow: hidden;
    opacity: 0
}

.gallery-style-3 .single-gallery .info .title {
    transform: translateX(-30px);
    transition: all .3s ease-out 0s
}

.gallery-style-3 .single-gallery .info .title h5 {
    font-weight: 600
}

.gallery-style-3 .single-gallery .info .title h5 a {
    color: #fff
}

.gallery-style-3 .single-gallery .info .action {
    transform: translateX(30px);
    transition: all .3s ease-out 0s
}

.gallery-style-3 .single-gallery .info .action a {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700
}

.gallery-style-4 {
    padding: 100px 0 70px;
    background: #f3f3f3
}

.gallery-style-4 .single-gallery {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px
}

.gallery-style-4 .single-gallery:hover .overlay {
    opacity: 1;
    visibility: visible
}

.gallery-style-4 .single-gallery:hover .overlay .action {
    transform: translateY(0)
}

.gallery-style-4 .single-gallery .image {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.gallery-style-4 .single-gallery .image img {
    width: 100%
}

.gallery-style-4 .single-gallery .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s;
    background: rgba(47, 128, 237, .3)
}

.gallery-style-4 .single-gallery .overlay .action {
    transform: translateY(20px);
    transition: all .3s ease-out 0s
}

.gallery-style-4 .single-gallery .overlay .action a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-style-4 .single-gallery .info {
    transition: all .3s ease-out 0s;
    background: #fff;
    margin-left: 30px;
    margin-bottom: 15px;
    padding: 30px 20px;
    border-radius: 5px 0 5px 5px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.gallery-style-4 .single-gallery .info h5 {
    margin-bottom: 15px
}

.gallery-style-5 {
    padding: 100px 0 70px;
    background: #f3f3f3
}

.gallery-style-5 .portfolio-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 52px
}

.gallery-style-5 .portfolio-button-wrapper button {
    border: 1px solid #2f80ed;
    background: 0 0;
    color: #2f80ed;
    padding: 5px 25px;
    border-radius: 30px;
    margin: 8px
}

.gallery-style-5 .portfolio-button-wrapper button.active {
    background: #2f80ed;
    color: #fff
}

.gallery-style-5 .single-gallery {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px
}

.gallery-style-5 .single-gallery:hover .overlay {
    opacity: 1;
    visibility: visible
}

.gallery-style-5 .single-gallery:hover .overlay .overlay-content .info {
    transform: translateX(0)
}

.gallery-style-5 .single-gallery:hover .overlay .overlay-content .action {
    transform: translateY(0)
}

.gallery-style-5 .single-gallery .image {
    overflow: hidden
}

.gallery-style-5 .single-gallery .image img {
    width: 100%
}

.gallery-style-5 .single-gallery .overlay {
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 70px);
    top: 35px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s;
    text-align: center;
    padding: 15px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .gallery-style-5 .single-gallery .overlay {
        width: calc(100% - 40px);
        height: calc(100% - 50px);
        top: 25px;
        left: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .gallery-style-5 .single-gallery .overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}

.gallery-style-5 .single-gallery .overlay .overlay-content .info {
    transition: all .3s ease-out 0s;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transform: translateX(-30px)
}

.gallery-style-5 .single-gallery .overlay .overlay-content .info h5 {
    margin-bottom: 15px
}

.gallery-style-5 .single-gallery .overlay .overlay-content .action {
    transform: translateY(20px);
    transition: all .3s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-style-5 .single-gallery .overlay .overlay-content .action a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-style-6 {
    padding: 100px 0 70px;
    background: #f3f3f3
}

.gallery-style-6 .portfolio-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 52px
}

.gallery-style-6 .portfolio-button-wrapper button {
    border: 1px solid #2f80ed;
    background: 0 0;
    color: #2f80ed;
    padding: 5px 25px;
    border-radius: 30px;
    margin: 8px
}

.gallery-style-6 .portfolio-button-wrapper button.active {
    background: #2f80ed;
    color: #fff
}

.gallery-style-6 .grid-sizer,
.gallery-style-6 .single-item {
    width: 25%
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .gallery-style-6 .grid-sizer,
    .gallery-style-6 .single-item {
        width: 50%
    }
}

@media(max-width:767px) {

    .gallery-style-6 .grid-sizer,
    .gallery-style-6 .single-item {
        width: 100%
    }
}

.gallery-style-6 .item-size--double {
    width: 50%
}

@media(max-width:767px) {
    .gallery-style-6 .item-size--double {
        width: 100%
    }
}

.gallery-style-6 .single-gallery {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 15px 30px;
    border-radius: 10px
}

.gallery-style-6 .single-gallery:hover .overlay {
    opacity: 1;
    visibility: visible
}

.gallery-style-6 .single-gallery:hover .overlay .overlay-content .info {
    transform: translateX(0)
}

.gallery-style-6 .single-gallery:hover .overlay .overlay-content .action {
    transform: translateY(0)
}

.gallery-style-6 .single-gallery .image {
    overflow: hidden
}

.gallery-style-6 .single-gallery .image img {
    width: 100%
}

.gallery-style-6 .single-gallery .overlay {
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 70px);
    top: 35px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s;
    text-align: center
}

.gallery-style-6 .single-gallery .overlay .overlay-content .info {
    transition: all .3s ease-out 0s;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    transform: translateX(-30px)
}

.gallery-style-6 .single-gallery .overlay .overlay-content .info h5 {
    margin-bottom: 15px
}

.gallery-style-6 .single-gallery .overlay .overlay-content .action {
    transform: translateY(20px);
    transition: all .3s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-style-6 .single-gallery .overlay .overlay-content .action a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-style-1 {
    padding: 100px 0
}

.testimonial-style-1 .single-testimonial .content-wrapper {
    margin-bottom: 50px
}

.testimonial-style-1 .single-testimonial .content-wrapper .content {
    position: relative;
    background: #222b34;
    border-radius: 25px;
    padding: 30px 25px;
    z-index: 1;
    margin-bottom: 25px
}

.testimonial-style-1 .single-testimonial .content-wrapper .content::after {
    content: '';
    position: absolute;
    background-image: url(../img/testimonial/testimonial-1/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100px;
    height: 54px;
    bottom: -48px;
    left: 18px
}

.testimonial-style-1 .single-testimonial .content-wrapper .content p {
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.testimonial-style-1 .single-testimonial .content-wrapper .content .quote {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    font-size: 120px;
    line-height: 1;
    color: rgba(255, 255, 255, .05);
    z-index: -1
}

.testimonial-style-1 .single-testimonial .content-wrapper .info {
    display: flex;
    align-items: center;
    margin-left: 100px
}

.testimonial-style-1 .single-testimonial .content-wrapper .info .image {
    max-width: 72px;
    width: 100%;
    height: 72px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden
}

.testimonial-style-1 .single-testimonial .content-wrapper .info .image img {
    width: 100%
}

.testimonial-style-1 .single-testimonial .content-wrapper .info .text h5 {
    font-weight: 600;
    margin-bottom: 10px
}

.testimonial-style-1 .single-testimonial .content-wrapper .info .text p {
    font-size: 14px
}

.testimonial-style-2 {
    padding: 100px 0
}

.testimonial-style-2 .single-testimonial:hover .content-wrapper {
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3)
}

.testimonial-style-2 .single-testimonial .content-wrapper {
    background: #fff;
    border: 1px solid #f5f4f4;
    border-radius: 10px;
    padding: 35px 24px;
    transition: all .3s ease-out 0s;
    margin-bottom: 30px
}

.testimonial-style-2 .single-testimonial .content-wrapper .content {
    position: relative;
    z-index: 1
}

.testimonial-style-2 .single-testimonial .content-wrapper .content p {
    font-size: 20px;
    line-height: 30px
}

.testimonial-style-2 .single-testimonial .content-wrapper .content .quote {
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: -30px;
    right: 0;
    font-size: 120px;
    line-height: 1;
    color: rgba(88, 89, 120, .05);
    z-index: -1
}

.testimonial-style-2 .single-testimonial .content-wrapper .info {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.testimonial-style-2 .single-testimonial .content-wrapper .info .image {
    max-width: 48px;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden
}

.testimonial-style-2 .single-testimonial .content-wrapper .info .image img {
    width: 100%
}

.testimonial-style-2 .single-testimonial .content-wrapper .info .text p {
    font-size: 14px
}

.testimonial-style-3 .testimonial-active-wrapper {
    position: relative
}

.testimonial-style-3 .testimonial-active-wrapper .tns-controls {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1
}

.testimonial-style-3 .testimonial-active-wrapper .tns-controls:focus {
    outline: none
}

.testimonial-style-3 .testimonial-active-wrapper .tns-controls button {
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: rgba(47, 128, 237, .2);
    margin-right: 30px
}

.testimonial-style-3 .testimonial-active-wrapper .tns-controls button:hover {
    background: #2f80ed;
    color: #fff
}

.testimonial-style-3 .testimonial-active-3 .single-testimonial {
    margin: 70px 0
}

.testimonial-style-3 .testimonial-active-3 .single-testimonial .content p {
    font-family: fira sans, sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px
}

.testimonial-style-3 .testimonial-active-3 .single-testimonial .info h5 {
    font-weight: 600
}

.testimonial-style-3 .testimonial-active-3 .single-testimonial .info p {
    font-size: 14px;
    font-weight: 500
}

.testimonial-style-4 {
    padding: 100px 0
}

.testimonial-style-4 .single-testimonial:hover .content-wrapper {
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3)
}

.testimonial-style-4 .single-testimonial .content-wrapper {
    background: #fff;
    border: 1px solid #f5f4f4;
    border-radius: 10px;
    padding: 35px 24px;
    transition: all .3s ease-out 0s;
    text-align: center;
    margin-bottom: 30px
}

.testimonial-style-4 .single-testimonial .content-wrapper .content {
    position: relative;
    z-index: 1
}

.testimonial-style-4 .single-testimonial .content-wrapper .content p {
    font-size: 20px;
    line-height: 30px
}

.testimonial-style-4 .single-testimonial .content-wrapper .content .quote {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -35px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 120px;
    line-height: 1;
    color: rgba(88, 89, 120, .05);
    z-index: -1
}

.testimonial-style-4 .single-testimonial .content-wrapper .info {
    margin-bottom: 25px
}

.testimonial-style-4 .single-testimonial .content-wrapper .info .image {
    max-width: 48px;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    overflow: hidden
}

.testimonial-style-4 .single-testimonial .content-wrapper .info .image img {
    width: 100%
}

.testimonial-style-4 .single-testimonial .content-wrapper .info .text p {
    font-size: 14px
}

.testimonial-style-5 {
    padding: 100px 0
}

.testimonial-style-5 .testimonial-active-wrapper {
    position: relative
}

.testimonial-style-5 .testimonial-active-wrapper .tns-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.testimonial-style-5 .testimonial-active-wrapper .tns-nav button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(47, 128, 237, .2);
    margin: 0 8px
}

.testimonial-style-5 .testimonial-active-wrapper .tns-nav button.tns-nav-active {
    background: #2f80ed
}

.testimonial-style-5 .testimonial-active .single-testimonial {
    margin-bottom: 70px
}

.testimonial-style-5 .testimonial-active .single-testimonial:hover .content-wrapper {
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3)
}

.testimonial-style-5 .testimonial-active .single-testimonial .content-wrapper {
    background: #fff;
    border: 1px solid #f5f4f4;
    border-radius: 10px;
    padding: 35px 24px;
    transition: all .3s ease-out 0s;
    text-align: center;
    position: relative;
    z-index: 1
}

.testimonial-style-5 .testimonial-active .single-testimonial .content-wrapper .quote {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 40px;
    left: 45px;
    font-size: 90px;
    line-height: 1;
    color: rgba(88, 89, 120, .1);
    z-index: -1
}

.testimonial-style-5 .testimonial-active .single-testimonial .content-wrapper .content {
    position: relative;
    z-index: 1
}

.testimonial-style-5 .testimonial-active .single-testimonial .content-wrapper .content p {
    font-size: 20px;
    line-height: 30px
}

.testimonial-style-5 .testimonial-active .single-testimonial .content-wrapper .info {
    margin-bottom: 25px
}

.testimonial-style-5 .testimonial-active .single-testimonial .content-wrapper .info .image {
    max-width: 48px;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    overflow: hidden
}

.testimonial-style-5 .testimonial-active .single-testimonial .content-wrapper .info .image img {
    width: 100%
}

.testimonial-style-5 .testimonial-active .single-testimonial .content-wrapper .info .text p {
    font-size: 14px
}

.testimonial-style-6 {
    padding: 100px 0
}

.testimonial-style-6 .single-testimonial:hover .content-wrapper {
    border-color: #2f80ed;
    box-shadow: 0 5px 25px rgba(47, 128, 237, .3)
}

.testimonial-style-6 .single-testimonial .content-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 35px 24px;
    transition: all .3s ease-out 0s;
    text-align: center;
    border-bottom: 5px solid #831c52;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    margin-bottom: 30px
}

.testimonial-style-6 .single-testimonial .content-wrapper .content {
    position: relative;
    z-index: 1
}

.testimonial-style-6 .single-testimonial .content-wrapper .content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px
}

.testimonial-style-6 .single-testimonial .content-wrapper .content .socials li a {
    background: #831c52
}

.testimonial-style-6 .single-testimonial .content-wrapper .content .socials li a:hover {
    background: #2f80ed
}

.testimonial-style-6 .single-testimonial .content-wrapper .info {
    margin-bottom: 30px
}

.testimonial-style-6 .single-testimonial .content-wrapper .info .image {
    max-width: 120px;
    width: 100%;
    height: 120px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden
}

.testimonial-style-6 .single-testimonial .content-wrapper .info .image img {
    width: 100%
}

.testimonial-style-6 .single-testimonial .content-wrapper .info .text p {
    font-size: 14px;
    font-weight: 500
}

.footer-style-1 {
    background: #e9e9e9;
    padding-top: 80px
}

.footer-style-1 .widget-wrapper .footer-widget {
    margin-bottom: 50px
}

.footer-style-1 .widget-wrapper .footer-widget .logo {
    margin-bottom: 30px
}

.footer-style-1 .widget-wrapper .footer-widget p.desc {
    margin-bottom: 30px
}

.footer-style-1 .widget-wrapper .footer-widget .socials {
    justify-content: flex-start
}

.footer-style-1 .widget-wrapper .footer-widget .socials li a {
    background: rgba(47, 128, 237, .4);
    margin: 0;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    font-size: 20px
}

.footer-style-1 .widget-wrapper .footer-widget .socials li a:hover {
    background: #2f80ed
}

.footer-style-1 .widget-wrapper .footer-widget h6 {
    font-weight: 600;
    color: #831c52;
    margin-top: 10px;
    margin-bottom: 15px
}

.footer-style-1 .widget-wrapper .footer-widget .links li a {
    font-size: 12px;
    line-height: 25px;
    color: #831c52
}

.footer-style-1 .widget-wrapper .footer-widget .links li a:hover {
    color: #2f80ed
}

.footer-style-1 .copyright-wrapper {
    border-top: 1px solid rgba(88, 89, 120, .4);
    padding: 20px 0
}

.footer-style-1 .copyright-wrapper p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: rgba(88, 89, 120, .6)
}

.footer-style-1 .copyright-wrapper p a {
    color: inherit
}

.footer-style-1 .copyright-wrapper p a:hover {
    color: #2f80ed
}

.footer-style-1.footer-dark {
    background: #ffffff
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget p {
    color: #fff
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget h6 {
    color: #fff
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget .socials li a {
    background: rgba(255, 255, 255, .1)
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
    background: #2f80ed
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget .links li a {
    color: #fff
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget .links li a:hover {
    color: #2f80ed
}

.footer-style-1.footer-dark .copyright-wrapper p {
    color: rgba(255, 255, 255, .8)
}

.footer-style-2 {
    background: #f3f3f3;
    padding-top: 80px
}

.footer-style-2 .widget-wrapper .footer-widget {
    margin-bottom: 50px
}

.footer-style-2 .widget-wrapper .footer-widget .logo {
    margin-bottom: 30px
}

.footer-style-2 .widget-wrapper .footer-widget p.desc {
    margin-bottom: 30px
}

.footer-style-2 .widget-wrapper .footer-widget .socials {
    justify-content: flex-start
}

.footer-style-2 .widget-wrapper .footer-widget .socials li a {
    background: rgba(47, 128, 237, .4);
    margin: 0;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    font-size: 20px
}

.footer-style-2 .widget-wrapper .footer-widget .socials li a:hover {
    background: #2f80ed
}

.footer-style-2 .widget-wrapper .footer-widget h6 {
    font-weight: 600;
    color: #831c52;
    margin-bottom: 35px;
    margin-top: 10px
}

.footer-style-2 .widget-wrapper .footer-widget .links li a {
    font-size: 16px;
    line-height: 32px;
    color: #831c52
}

.footer-style-2 .widget-wrapper .footer-widget .links li a:hover {
    color: #2f80ed
}

.footer-style-2 .widget-wrapper .footer-widget .subscribe-form input {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #fff;
    height: 64px;
    line-height: 1;
    padding: 0 20px;
    margin-bottom: 20px
}

.footer-style-2 .widget-wrapper .footer-widget .subscribe-form input::placeholder {
    opacity: .6;
    color: #831c52
}

.footer-style-2 .widget-wrapper .footer-widget .subscribe-form input:focus {
    border-color: #2f80ed
}

.footer-style-2 .copyright-wrapper {
    border-top: 1px solid rgba(88, 89, 120, .4);
    padding: 20px 0
}

.footer-style-2 .copyright-wrapper p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: rgba(88, 89, 120, .6)
}

.footer-style-2 .copyright-wrapper p a {
    color: inherit
}

.footer-style-2 .copyright-wrapper p a:hover {
    color: #2f80ed
}

.footer-style-2.footer-dark {
    background: #ffffff
}

.footer-style-2.footer-dark .widget-wrapper .footer-widget p {
    color: #fff
}

.footer-style-2.footer-dark .widget-wrapper .footer-widget h6 {
    color: #fff
}

.footer-style-2.footer-dark .widget-wrapper .footer-widget .socials li a {
    background: rgba(255, 255, 255, .1)
}

.footer-style-2.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
    background: #2f80ed
}

.footer-style-2.footer-dark .widget-wrapper .footer-widget .links li a {
    color: #fff
}

.footer-style-2.footer-dark .widget-wrapper .footer-widget .links li a:hover {
    color: #2f80ed
}

.footer-style-2.footer-dark .copyright-wrapper p {
    color: rgba(255, 255, 255, .8)
}

.footer-style-3 {
    background: #f3f3f3;
    padding-top: 80px
}

.footer-style-3 .subscribe-wrapper {
    margin-bottom: 60px;
    text-align: center
}

.footer-style-3 .subscribe-wrapper .subscribe-form-wrapper h4 {
    color: #831c52;
    margin-bottom: 45px;
    font-weight: 600
}

.footer-style-3 .subscribe-wrapper .subscribe-form-wrapper form input {
    max-width: 550px;
    width: 100%;
    height: 64px;
    line-height: 1;
    padding: 0 25px;
    border-radius: 5px;
    border: 1px solid transparent;
    margin-right: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-style-3 .subscribe-wrapper .subscribe-form-wrapper form input {
        max-width: 528px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-style-3 .subscribe-wrapper .subscribe-form-wrapper form input {
        max-width: 488px
    }
}

@media(max-width:767px) {
    .footer-style-3 .subscribe-wrapper .subscribe-form-wrapper form input {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.footer-style-3 .subscribe-wrapper .subscribe-form-wrapper form input::placeholder {
    opacity: .6;
    color: #831c52
}

.footer-style-3 .subscribe-wrapper .subscribe-form-wrapper form input:focus {
    border-color: #2f80ed
}

.footer-style-3 .widget-wrapper .footer-widget {
    margin-bottom: 50px
}

.footer-style-3 .widget-wrapper .footer-widget .logo {
    margin-bottom: 30px
}

.footer-style-3 .widget-wrapper .footer-widget p.desc {
    margin-bottom: 30px
}

.footer-style-3 .widget-wrapper .footer-widget .socials {
    justify-content: flex-start
}

.footer-style-3 .widget-wrapper .footer-widget .socials li a {
    background: rgba(47, 128, 237, .4);
    margin: 0;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    font-size: 20px
}

.footer-style-3 .widget-wrapper .footer-widget .socials li a:hover {
    background: #2f80ed
}

.footer-style-3 .widget-wrapper .footer-widget h6 {
    font-weight: 600;
    color: #831c52;
    margin-bottom: 35px;
    margin-top: 10px
}

.footer-style-3 .widget-wrapper .footer-widget .links li a {
    font-size: 16px;
    line-height: 32px;
    color: #831c52
}

.footer-style-3 .widget-wrapper .footer-widget .links li a:hover {
    color: #2f80ed
}

.footer-style-3 .copyright-wrapper {
    border-top: 1px solid rgba(88, 89, 120, .4);
    padding: 20px 0
}

.footer-style-3 .copyright-wrapper p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: rgba(88, 89, 120, .6)
}

.footer-style-3 .copyright-wrapper p a {
    color: inherit
}

.footer-style-3 .copyright-wrapper p a:hover {
    color: #2f80ed
}

.footer-style-3.footer-dark {
    background: #ffffff
}

.footer-style-3.footer-dark .subscribe-wrapper .subscribe-form-wrapper h4 {
    color: #fff
}

.footer-style-3.footer-dark .widget-wrapper .footer-widget p {
    color: #fff
}

.footer-style-3.footer-dark .widget-wrapper .footer-widget h6 {
    color: #fff
}

.footer-style-3.footer-dark .widget-wrapper .footer-widget .socials li a {
    background: rgba(255, 255, 255, .1)
}

.footer-style-3.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
    background: #2f80ed
}

.footer-style-3.footer-dark .widget-wrapper .footer-widget .links li a {
    color: #fff
}

.footer-style-3.footer-dark .widget-wrapper .footer-widget .links li a:hover {
    color: #2f80ed
}

.footer-style-3.footer-dark .copyright-wrapper p {
    color: rgba(255, 255, 255, .8)
}

.footer-style-4 {
    background: #f3f3f3;
    padding-top: 80px
}

.footer-style-4 .widget-wrapper .footer-widget {
    margin-bottom: 50px
}

.footer-style-4 .widget-wrapper .footer-widget .logo {
    margin-bottom: 30px
}

.footer-style-4 .widget-wrapper .footer-widget p.desc {
    margin-bottom: 30px
}

.footer-style-4 .widget-wrapper .footer-widget .socials {
    justify-content: flex-start
}

.footer-style-4 .widget-wrapper .footer-widget .socials li a {
    background: rgba(47, 128, 237, .4);
    margin: 0;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    font-size: 20px
}

.footer-style-4 .widget-wrapper .footer-widget .socials li a:hover {
    background: #2f80ed
}

.footer-style-4 .widget-wrapper .footer-widget h6 {
    font-weight: 600;
    color: #831c52;
    margin-bottom: 35px;
    margin-top: 10px
}

.footer-style-4 .widget-wrapper .footer-widget .links li a {
    font-size: 16px;
    line-height: 32px;
    color: #831c52
}

.footer-style-4 .widget-wrapper .footer-widget .links li a:hover {
    color: #2f80ed
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 5px;
    background: #fff;
    max-width: 200px;
    width: 100%;
    margin-bottom: 12px
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .icon {
    font-size: 35px;
    color: #ffffff;
    margin-right: 12px
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .text {
    font-size: 14px;
    font-weight: 500;
    color: #831c52
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .text b {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: fira sans, sans-serif;
    color: #ffffff
}

.footer-style-4 .copyright-wrapper {
    border-top: 1px solid rgba(88, 89, 120, .4);
    padding: 20px 0
}

.footer-style-4 .copyright-wrapper p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: rgba(88, 89, 120, .6)
}

.footer-style-4 .copyright-wrapper p a {
    color: inherit
}

.footer-style-4 .copyright-wrapper p a:hover {
    color: #2f80ed
}

.footer-style-4.footer-dark {
    background: #ffffff
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget p {
    color: #fff
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget h6 {
    color: #fff
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .socials li a {
    background: rgba(255, 255, 255, .1)
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
    background: #2f80ed
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .links li a {
    color: #fff
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .links li a:hover {
    color: #2f80ed
}

.footer-style-4.footer-dark .copyright-wrapper p {
    color: rgba(255, 255, 255, .8)
}

.footer-style-5 {
    background: #f3f3f3;
    padding-top: 80px
}

.footer-style-5 .widget-wrapper .footer-widget {
    margin-bottom: 50px
}

.footer-style-5 .widget-wrapper .footer-widget .logo {
    margin-bottom: 30px
}

.footer-style-5 .widget-wrapper .footer-widget p.desc {
    margin-bottom: 30px
}

.footer-style-5 .widget-wrapper .footer-widget .socials {
    justify-content: flex-start
}

.footer-style-5 .widget-wrapper .footer-widget .socials li a {
    background: rgba(47, 128, 237, .4);
    margin: 0;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    font-size: 20px
}

.footer-style-5 .widget-wrapper .footer-widget .socials li a:hover {
    background: #2f80ed
}

.footer-style-5 .widget-wrapper .footer-widget h6 {
    font-weight: 600;
    color: #831c52;
    margin-bottom: 35px;
    margin-top: 10px
}

.footer-style-5 .widget-wrapper .footer-widget .links li a {
    font-size: 16px;
    line-height: 32px;
    color: #831c52
}

.footer-style-5 .widget-wrapper .footer-widget .links li a:hover {
    color: #2f80ed
}

.footer-style-5 .widget-wrapper .footer-widget .subscribe-form {
    position: relative;
    padding-bottom: 10px
}

.footer-style-5 .widget-wrapper .footer-widget .subscribe-form input {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #fff;
    height: 64px;
    line-height: 1;
    padding: 0 20px;
    margin-bottom: 20px
}

.footer-style-5 .widget-wrapper .footer-widget .subscribe-form input::placeholder {
    opacity: .6;
    color: #831c52
}

.footer-style-5 .widget-wrapper .footer-widget .subscribe-form input:focus {
    border-color: #2f80ed
}

.footer-style-5 .widget-wrapper .footer-widget .subscribe-form button {
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .footer-style-5 .widget-wrapper .footer-widget .subscribe-form button {
        position: static;
        margin-bottom: 40px
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .footer-style-5 .widget-wrapper .footer-widget .subscribe-form button {
        position: absolute;
        margin-bottom: 0
    }
}

.footer-style-5 .copyright-wrapper {
    border-top: 1px solid rgba(88, 89, 120, .4);
    padding: 20px 0
}

.footer-style-5 .copyright-wrapper p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: rgba(88, 89, 120, .6)
}

.footer-style-5 .copyright-wrapper p a {
    color: inherit
}

.footer-style-5 .copyright-wrapper p a:hover {
    color: #2f80ed
}

.footer-style-5.footer-dark {
    background: #ffffff
}

.footer-style-5.footer-dark .widget-wrapper .footer-widget p {
    color: #fff
}

.footer-style-5.footer-dark .widget-wrapper .footer-widget h6 {
    color: #fff
}

.footer-style-5.footer-dark .widget-wrapper .footer-widget .socials li a {
    background: rgba(255, 255, 255, .1)
}

.footer-style-5.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
    background: #2f80ed
}

.footer-style-5.footer-dark .widget-wrapper .footer-widget .links li a {
    color: #fff
}

.footer-style-5.footer-dark .widget-wrapper .footer-widget .links li a:hover {
    color: #2f80ed
}

.footer-style-5.footer-dark .copyright-wrapper p {
    color: rgba(255, 255, 255, .8)
}

.footer-style-6 {
    background: #f3f3f3;
    padding-top: 80px
}

.footer-style-6 .subscribe-wrapper {
    margin-bottom: 60px;
    text-align: center
}

.footer-style-6 .subscribe-wrapper .subscribe-form-wrapper h4 {
    color: #831c52;
    font-weight: 600
}

.footer-style-6 .subscribe-wrapper .subscribe-form-wrapper form {
    position: relative
}

.footer-style-6 .subscribe-wrapper .subscribe-form-wrapper form input {
    width: 100%;
    height: 64px;
    line-height: 1;
    padding: 0 25px;
    border-radius: 50px;
    border: 1px solid transparent
}

.footer-style-6 .subscribe-wrapper .subscribe-form-wrapper form input::placeholder {
    opacity: .6;
    color: #831c52
}

.footer-style-6 .subscribe-wrapper .subscribe-form-wrapper form input:focus {
    border-color: #2f80ed
}

.footer-style-6 .subscribe-wrapper .subscribe-form-wrapper form button {
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .footer-style-6 .subscribe-wrapper .subscribe-form-wrapper form button {
        position: static;
        margin-top: 20px
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .footer-style-6 .subscribe-wrapper .subscribe-form-wrapper form button {
        position: absolute;
        margin-top: 0
    }
}

.footer-style-6 .widget-wrapper .left-wrapper {
    padding: 30px 0
}

.footer-style-6 .widget-wrapper .left-wrapper ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .footer-style-6 .widget-wrapper .left-wrapper ul {
        justify-content: center
    }
}

.footer-style-6 .widget-wrapper .left-wrapper ul li a {
    margin-right: 30px;
    color: #831c52
}

@media(max-width:767px) {
    .footer-style-6 .widget-wrapper .left-wrapper ul li a {
        margin: 0 10px
    }
}

.footer-style-6 .widget-wrapper .left-wrapper ul li a:hover {
    color: #2f80ed
}

.footer-style-6 .widget-wrapper .right-wrapper {
    padding: 30px 0
}

.footer-style-6 .widget-wrapper .right-wrapper .socials {
    justify-content: flex-end
}

@media(max-width:767px) {
    .footer-style-6 .widget-wrapper .right-wrapper .socials {
        justify-content: center
    }
}

.footer-style-6 .widget-wrapper .right-wrapper .socials li a {
    width: 44px;
    height: 44px;
    font-size: 20px;
    background: rgba(47, 128, 237, .4)
}

.footer-style-6 .widget-wrapper .right-wrapper .socials li a:hover {
    background: #2f80ed
}

@media(max-width:767px) {
    .footer-style-6 .widget-wrapper .right-wrapper .socials li a {
        margin: 0 8px
    }
}

.footer-style-6.footer-dark {
    background: #ffffff
}

.footer-style-6.footer-dark .subscribe-wrapper .subscribe-form-wrapper h4 {
    color: #fff
}

.footer-style-6.footer-dark .subscribe-wrapper .subscribe-form-wrapper p {
    color: #fff
}

.footer-style-6.footer-dark .widget-wrapper .left-wrapper ul li a {
    color: #fff
}

.footer-style-6.footer-dark .widget-wrapper .left-wrapper ul li a:hover {
    color: #2f80ed
}

.footer-style-6.footer-dark .widget-wrapper .right-wrapper ul li a {
    background: rgba(255, 255, 255, .1)
}

.footer-style-6.footer-dark .widget-wrapper .right-wrapper ul li a:hover {
    background: #2f80ed
}

.footer-style-6.footer-dark .copyright-wrapper p {
    color: rgba(255, 255, 255, .8)
}

.signup-style-1 {
    padding: 100px 0 50px;
    background: #f3f3f3;
    position: relative;
    z-index: 1
}

.signup-style-1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    border-radius: 0 120px 120px 0;
    width: 47%;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .signup-style-1::before {
        display: none
    }
}

.signup-style-1 .signup-content-wrapper {
    margin-bottom: 50px;
    padding-right: 120px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .signup-style-1 .signup-content-wrapper {
        padding-right: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .signup-style-1 .signup-content-wrapper {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .signup-style-1 .signup-content-wrapper {
        padding-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .signup-style-1 .signup-content-wrapper .image {
        display: none
    }
}

.signup-style-1 .signup-form-wrapper {
    margin-bottom: 50px
}

.signup-style-1 .signup-form-wrapper .single-input {
    margin-bottom: 25px
}

.signup-style-1 .signup-form-wrapper .single-input label {
    display: block;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px
}

.signup-style-1 .signup-form-wrapper .single-input input {
    width: 100%;
    border: 1px solid transparent;
    height: 64px;
    line-height: 1;
    padding: 0 30px;
    border-radius: 10px;
    background: #fff;
    color: #831c52
}

.signup-style-1 .signup-form-wrapper .single-input input::placeholder {
    opacity: .5
}

.signup-style-1 .signup-form-wrapper .single-input input:focus {
    border-color: #2f80ed
}

.signup-style-1 .signup-form-wrapper p a {
    color: #2f80ed;
    font-weight: 500
}

.signup-style-2 {
    padding: 100px 0 50px;
    background: #f3f3f3
}

.signup-style-2 .signup-content-wrapper {
    margin-bottom: 50px;
    padding-right: 120px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .signup-style-2 .signup-content-wrapper {
        padding-right: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .signup-style-2 .signup-content-wrapper {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .signup-style-2 .signup-content-wrapper {
        padding-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .signup-style-2 .signup-content-wrapper .image {
        display: none
    }
}

.signup-style-2 .signup-form-wrapper {
    margin-bottom: 50px
}

.signup-style-2 .signup-form-wrapper .single-input {
    margin-bottom: 25px
}

.signup-style-2 .signup-form-wrapper .single-input label {
    display: block;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px
}

.signup-style-2 .signup-form-wrapper .single-input input {
    width: 100%;
    border: 1px solid rgba(88, 89, 120, .5);
    height: 64px;
    line-height: 1;
    padding: 0 30px;
    border-radius: 10px;
    background: 0 0;
    color: #831c52
}

.signup-style-2 .signup-form-wrapper .single-input input::placeholder {
    opacity: .5
}

.signup-style-2 .signup-form-wrapper .single-input input:focus {
    border-color: #2f80ed
}

.signup-style-2 .signup-form-wrapper p a {
    color: #2f80ed;
    font-weight: 500
}

.signup-style-3 .signup-wrapper {
    padding: 70px 60px 20px;
    background: #f3f3f3;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media(max-width:767px) {
    .signup-style-3 .signup-wrapper {
        padding: 50px 20px 0
    }
}

.signup-style-3 .signup-wrapper .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.signup-style-3 .signup-wrapper .signup-content-wrapper {
    margin-bottom: 50px
}

.signup-style-3 .signup-wrapper .signup-content-wrapper .action-button p {
    font-weight: 500;
    margin-bottom: 25px
}

.signup-style-3 .signup-wrapper .signup-content-wrapper .action-button a {
    font-weight: 600;
    margin-bottom: 20px
}

.signup-style-3 .signup-wrapper .signup-content-wrapper .action-button a i {
    padding-left: 0;
    padding-right: 20px
}

.signup-style-3 .signup-wrapper .signup-form-wrapper {
    margin-bottom: 50px
}

.signup-style-3 .signup-wrapper .signup-form-wrapper .single-input {
    margin-bottom: 25px
}

.signup-style-3 .signup-wrapper .signup-form-wrapper .single-input label {
    display: block;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px
}

.signup-style-3 .signup-wrapper .signup-form-wrapper .single-input input {
    width: 100%;
    border: 1px solid rgba(88, 89, 120, .5);
    height: 64px;
    line-height: 1;
    padding: 0 30px;
    border-radius: 10px;
    background: 0 0;
    color: #831c52
}

.signup-style-3 .signup-wrapper .signup-form-wrapper .single-input input::placeholder {
    opacity: .5
}

.signup-style-3 .signup-wrapper .signup-form-wrapper .single-input input:focus {
    border-color: #2f80ed
}

.signup-style-3 .signup-wrapper .signup-form-wrapper p a {
    color: #2f80ed;
    font-weight: 500
}

.login-style-1 {
    padding: 80px 0;
    background-image: url(../img/signup/login-1/login-bg.jpg)
}

.login-style-1 .login-content-wrapper .login-form .single-input {
    margin-bottom: 25px;
    position: relative
}

.login-style-1 .login-content-wrapper .login-form .single-input i {
    position: absolute;
    left: 20px;
    bottom: 25px;
    opacity: .5
}

.login-style-1 .login-content-wrapper .login-form .single-input label {
    display: block;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px
}

.login-style-1 .login-content-wrapper .login-form .single-input input {
    width: 100%;
    border: 1px solid rgba(88, 89, 120, .5);
    height: 64px;
    line-height: 1;
    padding-right: 30px;
    padding-left: 50px;
    border-radius: 10px;
    background: 0 0;
    color: #831c52
}

.login-style-1 .login-content-wrapper .login-form .single-input input::placeholder {
    opacity: .5
}

.login-style-1 .login-content-wrapper .login-form .single-input input:focus {
    border-color: #2f80ed
}

.login-style-1 .login-content-wrapper .login-form p a {
    color: #2f80ed;
    font-weight: 500
}

.login-style-1 .login-content-wrapper .login-form .form-footer {
    display: flex;
    justify-content: space-between
}

.login-style-2 .login-wrapper {
    padding: 80px 60px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #f3f3f3;
    background-image: url(../img/signup/login-2/login-bg.jpg)
}

@media(max-width:767px) {
    .login-style-2 .login-wrapper {
        padding: 50px 30px
    }
}

.login-style-2 .login-wrapper .login-content-wrapper .login-form .single-input {
    margin-bottom: 25px;
    position: relative
}

.login-style-2 .login-wrapper .login-content-wrapper .login-form .single-input i {
    position: absolute;
    left: 20px;
    bottom: 25px;
    opacity: .5
}

.login-style-2 .login-wrapper .login-content-wrapper .login-form .single-input label {
    display: block;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px
}

.login-style-2 .login-wrapper .login-content-wrapper .login-form .single-input input {
    width: 100%;
    border: 1px solid rgba(88, 89, 120, .5);
    height: 64px;
    line-height: 1;
    padding-right: 30px;
    padding-left: 50px;
    border-radius: 10px;
    background: 0 0;
    color: #831c52
}

.login-style-2 .login-wrapper .login-content-wrapper .login-form .single-input input::placeholder {
    opacity: .5
}

.login-style-2 .login-wrapper .login-content-wrapper .login-form .single-input input:focus {
    border-color: #2f80ed
}

.login-style-2 .login-wrapper .login-content-wrapper .login-form p a {
    color: #2f80ed;
    font-weight: 500
}

.login-style-2 .login-wrapper .login-content-wrapper .login-form .form-footer {
    display: flex;
    justify-content: space-between
}

.login-style-2 .login-wrapper .login-content-wrapper .login-form .form-footer p {
    margin-right: 20px
}

.login-style-3 {
    padding: 80px 0;
    background-image: url(../img/signup/login-1/login-bg.jpg)
}

.login-style-3 .login-content-wrapper .login-form .single-input {
    margin-bottom: 25px;
    position: relative
}

.login-style-3 .login-content-wrapper .login-form .single-input i {
    position: absolute;
    left: 20px;
    bottom: 25px;
    opacity: .5
}

.login-style-3 .login-content-wrapper .login-form .single-input label {
    display: block;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px
}

.login-style-3 .login-content-wrapper .login-form .single-input input {
    width: 100%;
    border: 1px solid rgba(88, 89, 120, .5);
    height: 64px;
    line-height: 1;
    padding-right: 30px;
    padding-left: 50px;
    border-radius: 10px;
    background: 0 0;
    color: #831c52
}

.login-style-3 .login-content-wrapper .login-form .single-input input::placeholder {
    opacity: .5
}

.login-style-3 .login-content-wrapper .login-form .single-input input:focus {
    border-color: #2f80ed
}

.login-style-3 .login-content-wrapper .login-form p a {
    color: #2f80ed;
    font-weight: 500
}

.login-style-3 .login-content-wrapper .login-form .form-footer {
    display: flex;
    justify-content: space-between
}

@media only screen and (min-width:1400px) {
    .single-blog-wrapper .left-wrapper {
        margin-right: 40px
    }
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper {
    margin-bottom: 40px
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .image {
    border-radius: 15px;
    overflow: hidden
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .image img {
    width: 100%
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .content h4 {
    font-weight: 600
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .content p {
    font-size: 16px;
    line-height: 26px
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .content .quotation {
    background: #f6faff;
    border-radius: 15px;
    padding: 30px 25px;
    border-left: 5px solid #2f80ed;
    border-right: 5px solid #2f80ed;
    text-align: center;
    margin-bottom: 25px
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .content .quotation i {
    color: #2f80ed;
    font-size: 30px;
    line-height: 1
}

.single-blog-wrapper .left-wrapper .blog-content-wrapper .content .quotation p {
    font-weight: 500
}

.single-blog-wrapper .left-wrapper .comment-wrapper .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 30px;
    border-radius: 15px;
    border: 2px dashed #2f80ed;
    margin-bottom: 40px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .title h6 {
    font-weight: 600;
    margin-right: 20px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .title .share .socials li:last-child a {
    margin-right: 0
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper {
    padding-bottom: 30px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item {
    display: flex;
    margin-bottom: 35px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item.reply-comment {
    margin-left: 105px
}

@media(max-width:767px) {
    .single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item.reply-comment {
        margin-left: 85px
    }
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .image {
    max-width: 70px;
    width: 100%;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 25px
}

@media(max-width:767px) {
    .single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .image {
        max-width: 60px;
        height: 60px;
        margin-right: 15px
    }
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .image img {
    width: 100%
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .content .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 0 20px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .content .info .left h6 {
    font-weight: 500;
    margin-bottom: 5px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .content .info .right .replay-button {
    color: #2f80ed
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .content .info .right .replay-button i {
    padding-right: 20px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-item-wrapper .comment-item .content .text p {
    font-size: 16px;
    line-height: 26px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper {
    border-radius: 10px;
    border: 1px solid #f5f4f4;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3)
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper h4 {
    font-weight: 600
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input {
    margin-bottom: 20px;
    position: relative
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input label {
    display: block;
    margin-bottom: 10px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input input,
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input textarea {
    border: 1px solid #c5c5cf;
    padding-right: 20px;
    padding-left: 48px;
    border-radius: 10px;
    font-weight: 300;
    width: 100%
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input input::placeholder,
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input textarea::placeholder {
    opacity: 1
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input input:focus,
.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input textarea:focus {
    border-color: #2f80ed
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input input {
    height: 56px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .single-input i {
    position: absolute;
    left: 20px;
    top: 54px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .button {
    height: 56px
}

.single-blog-wrapper .left-wrapper .comment-wrapper .comment-form-wrapper form .button:hover {
    box-shadow: 0 5px 25px rgba(47, 128, 237, .3)
}

.single-blog-wrapper .right-wrapper .sidebar-box {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(218, 211, 211, .3);
    margin-bottom: 30px;
    border: 1px solid #f5f4f4
}

.single-blog-wrapper .right-wrapper .sidebar-box h4 {
    font-weight: 500;
    margin-bottom: 30px
}

.single-blog-wrapper .right-wrapper .search-box form {
    position: relative
}

.single-blog-wrapper .right-wrapper .search-box form input {
    width: 100%;
    border: none;
    background: 0 0
}

.single-blog-wrapper .right-wrapper .search-box form button {
    background: 0 0;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.single-blog-wrapper .right-wrapper .category-box ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px
}

.single-blog-wrapper .right-wrapper .category-box ul li:last-child {
    margin-bottom: 0
}

.single-blog-wrapper .right-wrapper .category-box ul li:hover::before {
    background: #2f80ed
}

.single-blog-wrapper .right-wrapper .category-box ul li:hover a {
    color: #2f80ed
}

.single-blog-wrapper .right-wrapper .category-box ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #831c52;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out 0s
}

.single-blog-wrapper .right-wrapper .category-box ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #831c52
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li {
    display: flex;
    margin-bottom: 30px
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li:last-child {
    margin-bottom: 0
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li .image {
    max-width: 90px;
    width: 100%;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li .image a img {
    width: 100%
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li .content h6 a {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #ffffff
}

.single-blog-wrapper .right-wrapper .recent-blog-box ul li .content h6 a:hover {
    color: #2f80ed
}

.single-blog-wrapper .right-wrapper .tags-box ul {
    display: flex;
    flex-wrap: wrap
}

.single-blog-wrapper .right-wrapper .tags-box ul li {
    margin-right: 8px;
    margin-bottom: 10px
}

@media(max-width:767px) {
    .single-blog-wrapper .right-wrapper .tags-box ul li a {
        padding: 0 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-blog-wrapper .right-wrapper .tags-box ul li a {
        padding: 0 20px
    }
}

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

.socials {
    display: flex;
    justify-content: center;
    align-items: center
}

.socials li a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px 8px
}

input,
textarea,
button {
    transition: all .3s ease-out 0s
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none
}

.radius-3 {
    border-radius: 3px
}

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

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

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

.radius-full {
    border-radius: 50%
}

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

.mt-6 {
    margin-top: 6px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mt-205 {
    margin-top: 205px
}

.mt-210 {
    margin-top: 210px
}

.mt-215 {
    margin-top: 215px
}

.mt-220 {
    margin-top: 220px
}

.mt-225 {
    margin-top: 225px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.mb-205 {
    margin-bottom: 205px
}

.mb-210 {
    margin-bottom: 210px
}

.mb-215 {
    margin-bottom: 215px
}

.mb-220 {
    margin-bottom: 220px
}

.mb-225 {
    margin-bottom: 225px
}

.ml-6 {
    margin-left: 6px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.mr-6 {
    margin-right: 6px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.pt-6 {
    padding-top: 6px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pt-205 {
    padding-top: 205px
}

.pt-210 {
    padding-top: 210px
}

.pt-215 {
    padding-top: 215px
}

.pt-220 {
    padding-top: 220px
}

.pt-225 {
    padding-top: 225px
}

.pb-6 {
    padding-bottom: 6px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pb-205 {
    padding-bottom: 205px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-215 {
    padding-bottom: 215px
}

.pb-220 {
    padding-bottom: 220px
}

.pb-225 {
    padding-bottom: 225px
}

.pl-6 {
    padding-left: 6px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

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

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

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

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pr-6 {
    padding-right: 6px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

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

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

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

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}