@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #a3a1a9;
    background-color: #fff
}

img {
    max-width: 100%;
    transition: ease-in-out .5s
}

a,
button {
    transition: .3s;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #e5b443
}

button:focus,
input:focus,
textarea:focus {
    outline: 0
}

button {
    background-color: transparent;
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #e5b443;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-family: "Jost", sans-serif
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #202224;
    margin-bottom: 15px
}

hr {
    border-bottom: 1px solid #E0E0E0;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

::-moz-selection {
    background: #1c1c1c;
    color: #fff;
    text-shadow: none;
    background: #1c1c1c;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #1c1c1c;
    color: #fff;
    text-shadow: none
}

::-moz-placeholder {
    color: #1c1c1c;
    font-size: 14px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #1c1c1c;
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: #1c1c1c;
    font-size: 14px;
    opacity: 1
}

.facebook {
    color: #1877f2
}

.facebook:hover {
    opacity: .6
}

.twitter {
    color: #1da1f2
}

.twitter:hover {
    opacity: .6
}

.linkedin {
    color: #0077b5
}

.linkedin:hover {
    opacity: .6
}

.instagram {
    color: #405de6
}

.instagram:hover {
    opacity: .6
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-head .title {
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-head .title {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    .section-head .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .section-head .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 479px) {
    .section-head .title {
        font-size: 30px
    }
}

.section-head .title-two {
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c
}

@media only screen and (max-width: 767px) {
    .section-head .title-two {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .section-head .title-two {
        font-size: 30px
    }
}

.section-head .subtitle {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.9;
    color: #e5b443;
    text-transform: uppercase;
    letter-spacing: 8px
}

@media only screen and (max-width: 767px) {
    .section-head .subtitle {
        font-size: 16px;
        letter-spacing: 4px
    }
}

.section-head .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #8d8e99;
    margin-top: 15px;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-head .text {
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .section-head .text {
        font-size: 18px;
        margin-top: 20px;
        max-width: 100%
    }
}

@media only screen and (max-width: 479px) {
    .section-head .text {
        font-size: 16px;
        margin-top: 20px
    }
}

.section-head .text-two {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #54545f;
    margin-top: 40px;
    max-width: 510px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-head .text-two {
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .section-head .text-two {
        font-size: 16px;
        margin-top: 20px;
        max-width: 100%
    }
}

.section-head.section-title-center {
    margin-bottom: 90px;
    margin-top: -5px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-head.section-title-center {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .section-head.section-title-center {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 479px) {
    .section-head.section-title-center {
        margin-bottom: 60px
    }
}

.section-head.section-title-center .text {
    max-width: 100%
}

.mb-60 {
    margin-bottom: 60px
}

.mb-n60 {
    margin-bottom: -60px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-n50 {
    margin-bottom: -50px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-n40 {
    margin-bottom: -40px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-n30 {
    margin-bottom: -30px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-n25 {
    margin-bottom: -25px
}

.btn-style-one {
    border-color: #b8751e;
    background: #b8751e;
    background: linear-gradient(135deg, #b8751e 0%, #dfae3e 45%, #e5b443 66%);
    border: 0;
    border-radius: 27px;
    padding: 20px 45px;
    line-height: 1;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    position: relative
}

.btn-style-one:focus {
    box-shadow: none
}

.btn-style-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e5b443;
    background: linear-gradient(135deg, #e5b443 0%, #b06d1c 45%, #b8751e 66%);
    opacity: 0;
    transition: .5s;
    border-radius: 27px;
    z-index: 1
}

.btn-style-one:hover span {
    color: #fff
}

.btn-style-one:hover::before {
    opacity: 1;
    transition: .5s
}

.btn-style-one span {
    position: relative;
    z-index: 3;
    color: #fff
}

.btn-style-two {
    background: transparent;
    border: 2px solid #b8751e;
    color: #1c1c1c;
    border-radius: 27px;
    padding: 15px 50px;
    line-height: 1;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative
}

.btn-style-two2 {
    background: transparent;
    border: 2px solid #b8751e;
    color: #fff;
    border-radius: 27px;
    padding: 15px 50px;
    line-height: 1;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    cursor: pointer
}

.btn-style-two:focus {
    box-shadow: none
}

.btn-style-two::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #e5b443;
    background: linear-gradient(135deg, #e5b443 0%, #b06d1c 45%, #b8751e 66%);
    opacity: 0;
    transition: .5s;
    border-radius: 27px;
    z-index: 1
}

.btn-style-two:hover span {
    color: #fff
}

.btn-style-two2:hover {
    background: #b8751e;
    border: 2px solid #b8751e;
    color: #fff
}

.btn-style-two:hover::before {
    opacity: 1;
    transition: .5s
}

.btn-style-two span {
    position: relative;
    z-index: 3;
    color: #1c1c1c
}

.btn-style-three {
    background: #e2c4ff;
    color: #1c1c1c;
    border-radius: 27px;
    padding: 15px 45px;
    line-height: 1;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative
}

.btn-style-three:focus {
    box-shadow: none
}

.btn-style-three:hover {
    color: #e5b443;
    background: #fff
}

@media only screen and (max-width: 479px) {
    .btn-style-three {
        padding: 12px 30px
    }
}

.btn-style-four {
    background: #e2c4ff;
    color: #1c1c1c;
    border-radius: 27px;
    padding: 20px 40px;
    line-height: 1;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    border: 0
}

.btn-style-four:focus {
    box-shadow: none
}

.btn-style-four:hover,
.btn-style-four.active {
    border-color: #b8751e;
    background: #b8751e;
    background: linear-gradient(135deg, #b8751e 0%, #b06d1c 45%, #e5b443 66%);
    border: 0;
    border-radius: 27px;
    padding: 20px 40px;
    line-height: 1;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    position: relative;
    color: #fff
}

.btn-style-four:hover::before,
.btn-style-four.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e5b443;
    background: linear-gradient(135deg, #e5b443 0%, #b06d1c 45%, #b8751e 66%);
    opacity: 0;
    transition: .5s;
    border-radius: 27px;
    z-index: 1
}

.section-padding {
    padding: 100px 0
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-padding {
        padding: 150px 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding: 110px 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 60px 0
    }
}

@media only screen and (max-width: 479px) {
    .section-padding {
        padding: 60px 0
    }
}

.section-padding-top {
    padding-top: 190px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-padding-top {
        padding-top: 150px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-top {
        padding-top: 110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-top {
        padding-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-top {
        padding-top: 60px
    }
}

@media only screen and (max-width: 479px) {
    .section-padding-top {
        padding-top: 60px
    }
}

.section-padding-bottom {
    padding-bottom: 50px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-padding-bottom {
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-bottom {
        padding-bottom: 50px
    }
}

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

@media only screen and (max-width: 767px) {
    .section-padding-bottom {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 479px) {
    .section-padding-bottom {
        padding-bottom: 60px
    }
}

.section-margin {
    margin: 190px 0
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-margin {
        margin: 150px 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin {
        margin: 110px 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin {
        margin: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .section-margin {
        margin: 60px 0
    }
}

@media only screen and (max-width: 479px) {
    .section-margin {
        margin: 60px 0
    }
}

.section-margin-top {
    margin-top: 190px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-margin-top {
        margin-top: 150px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin-top {
        margin-top: 110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin-top {
        margin-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .section-margin-top {
        margin-top: 60px
    }
}

@media only screen and (max-width: 479px) {
    .section-margin-top {
        margin-top: 60px
    }
}

.section-margin-bottom {
    margin-bottom: 190px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-margin-bottom {
        margin-bottom: 150px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin-bottom {
        margin-bottom: 110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin-bottom {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .section-margin-bottom {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 479px) {
    .section-margin-bottom {
        margin-bottom: 60px
    }
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #e5b443;
    background-size: 200% auto;
    background-position: left center;
    transition: .3s;
    overflow: hidden;
    border: 1px solid #1c1c1c
}

.scroll-top:hover {
    background-color: #1c1c1c;
    border: 1px solid #e5b443;
    background-position: right center
}

.scroll-top:hover i {
    color: #fff;
    transition: .3s
}

.scroll-top:hover .arrow-top {
    transform: translate(-50%, -80px)
}

.scroll-top:hover .arrow-bottom {
    transform: translate(-50%, -50%)
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transition: .3s
}

.scroll-top.show {
    display: none;
    visibility: visible;
    opacity: 1;
    bottom: 60px
}

.scroll-top.show.show-active {
    display: block
}

.scroll-top .arrow-top {
    transform: translate(-50%, -50%)
}

.scroll-top .arrow-bottom {
    transform: translate(-50%, 80px)
}

@media only screen and (max-width: 479px) {
    .scroll-top {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 160px
    }
}

@media only screen and (max-width: 575px) {
    .logo {
        width: 140px
    }
}

@media only screen and (max-width: 479px) {
    .logo {
        width: 170px;
    }
    .header-right_actions {
        margin-left: 10px !important;
    }
    .header-right_call .call-meta_number {
        font-size: 14px;
    }
    .hamburger_button {
        width: 30px !important;
    }
    .hamburger {
        margin-left: 15px !important;
    }
    .hamburger_button span {
        width: 26px;
    }
    .header-right_call .icon {
        width: 25px !important;
        height: 25px !important;
        font-size: 11px!important;
    }
}

.wow {
    visibility: hidden
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: 25px;
    transition: .3s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-wrapper {
        margin-top: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrapper {
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .header-wrapper {
        margin-top: 20px
    }
}

@media only screen and (max-width: 575px) {
    .header-wrapper {
        margin-top: 10px;
    }
}

.offcanvas {
    z-index: 9999;
    padding: 20px
}

.offcanvas .btn-close {
    background: none;
    font-size: 20px
}

.offcanvas .btn-close:focus {
    box-shadow: none
}

.header-right_actions {
    margin-left: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right_actions {
        margin-left: 30px
    }
}

@media only screen and (max-width: 575px) {
    .header-right_actions .header-social {
        display: block
    }
}

@media only screen and (max-width: 479px) {
    .header-right_actions .header-social {
        display: block
    }
}

.header-right_call {
    display: flex;
    align-items: center;
    padding: 20px 0
}

@media only screen and (max-width: 767px) {
    .header-right_call {
        padding: 10px 0
    }
}

.header-right_call .icon {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .header-right_call .icon {
        width: 30px;
        height: 30px;
        font-size: 12px
    }
}

@media only screen and (max-width: 575px) {
    .header-right_call .icon {
        width: 30px;
        height: 30px;
        font-size: 12px
    }
}

.header-right_call .call-meta {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-right_call .call-meta {
        margin-left: 10px
    }
}

.header-right_call .call-meta_text {
    color: #e0ab3c;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 14px
}

@media only screen and (max-width: 575px) {
    .header-right_call .call-meta_text {
        font-size: 14px;
    }
}

.header-right_call .call-meta_number {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-right_call .call-meta_number {
        font-size: 16px
    }
}

@media only screen and (max-width: 575px) {
    .header-right_call .call-meta_number {
        font-size: 13px;
    }
}

.header-right_call .call-meta_number:hover {
    color: #e5b443
}

@media only screen and (max-width: 479px) {
    .home-two-header-right {
        margin-left: 10px
    }
}

@media only screen and (max-width: 479px) {
    .home-two-header-right .hamburger {
        margin-left: 10px
    }
}

.header-button .btn {
    background: transparent;
    border: 3px solid #b8751e;
    color: #1c1c1c;
    border-radius: 30px;
    padding: 17px 35px;
    line-height: 1;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative
}

@media only screen and (max-width: 479px) {
    .header-button .btn {
        padding: 11px 14px;
        border-width: 2px;
        font-size: 14px
    }
}

.header-button .btn:focus {
    box-shadow: none
}

.header-button .btn:hover span {
    color: #fff
}

.header-button .btn span {
    position: relative;
    z-index: 3;
    color: #1c1c1c
}

.main-menu>ul>li {
    display: inline-flex;
    margin-right: 40px
}

.main-menu>ul>li:last-child {
    margin-right: 0
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .main-menu>ul>li {
        margin-right: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu>ul>li {
        margin-right: 25px
    }
}

.main-menu>ul>li>a {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 50px;
    cursor: pointer;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #fff;
    position: relative;
    transition: .3s;
    letter-spacing: 1px
}

.main-menu>ul>li:hover>a {
    color: #e5b443
}

.main-menu .has-children {
    position: relative
}

.main-menu .has-children>.sub-menu {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 6px -3px;
    width: 160px;
    transform-origin: 0 0 0;
    transform: scaleY(0);
    transition: all .3s ease-in-out;
    z-index: 9;
    top: 100%;
    padding: 20px
}

.main-menu .has-children>.sub-menu>li {
    margin-bottom: 10px
}

.main-menu .has-children>.sub-menu>li:last-child {
    margin-bottom: 0
}

.main-menu .has-children>.sub-menu>li a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1c1c1c
}

.main-menu .has-children>.sub-menu>li:hover a {
    color: #e5b443;
    padding-left: 5px;
    transition: .3s
}

.main-menu .has-children:hover>.sub-menu {
    transform: scaleY(1)
}

.social-icon li {
    margin-right: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-icon li {
        margin-right: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-icon li {
        margin-right: 15px
    }
}

@media only screen and (max-width: 767px) {
    .social-icon li {
        margin-right: 15px
    }
}

@media only screen and (max-width: 575px) {
    .social-icon li {
        margin-right: 15px
    }
}

@media only screen and (max-width: 479px) {
    .social-icon li {
        margin-right: 10px
    }
}

.social-icon li:last-child {
    margin-right: 0
}

.social-icon li a {
    font-size: 20px
}

@media only screen and (max-width: 479px) {
    .social-icon li a {
        font-size: 16px
    }
}

.hamburger {
    margin-left: 20px
}

.hamburger_button {
    line-height: 100px;
    position: relative;
    cursor: pointer;
    height: 28px;
    width: 30px
}

.hamburger_button span {
    list-style: none;
    width: 33px;
    height: 3px;
    background: #e5b443;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transition: .9s
}

.hamburger_button span:nth-of-type(1) {
    top: 20%
}

.hamburger_button span:nth-of-type(2) {
    top: 50%
}

.hamburger_button span:nth-of-type(3) {
    top: 80%
}

.hamburger_button.open span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg) rotateY(180deg)
}

.hamburger_button.open span:nth-of-type(2) {
    width: 0
}

.hamburger_button.open span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg) rotateY(180deg)
}

.hamburger_button:hover span {
    background: #e5b443
}

.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: 0;
    background-color: #333;
    box-shadow: 10px 0 49px rgba(25, 7, 89, 0.08);
    transition: .3s
}

.sticky-header.sticky .main-menu>ul>li>a {
    line-height: 90px
}

.sticky-header.sticky .social-icon li a {
    line-height: 80px
}

.sticky-header.sticky .header-button {
    line-height: 80px
}

.mobile-menu li {
    display: block;
    position: relative
}

.mobile-menu li a {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    color: #fff
}

.mobile-menu li a:hover {
    color: #e5b443
}

.mobile-menu li.menu-item-has-children .menu-expand {
    line-height: 50;
    top: -7px;
    right: 0;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer
}

.mobile-menu li.menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #1c1c1c;
    transition: all 250ms ease-out;
    float: right
}

.mobile-menu li.menu-item-has-children .menu-expand i::before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(90deg);
    border-bottom: 1px solid #1c1c1c;
    transition: .4s
}

.mobile-menu li.menu-item-has-children.active>.menu-expand i::before {
    transform: rotate(0)
}

.mobile-menu li ul li a {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 400
}

.mobile-menu li ul li a:hover {
    color: #e5b443
}

.mobilemenu-close {
    padding: 0!important;
    color: #e5b443!important;
    opacity: 1!important;
    margin: 0!important
}

.slingle-slider {
    height: 1080px;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider {
        height: 980px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider {
        height: 1150px
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider {
        height: 1000px
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider {
        height: 880px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider.single-slider-three {
        height: 900px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider.single-slider-three {
        height: 1040px
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider.single-slider-three {
        height: 1040px
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider.single-slider-three {
        height: 820px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider.single-slider-three .slider-content-wrapper {
        padding-top: 140px
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider.single-slider-three .slider-content-wrapper {
        padding-top: 100px
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider.single-slider-three .slider-content-wrapper {
        padding-top: 107px
    }
}

.slingle-slider .shape {
    position: absolute
}

.slingle-slider .shape-one {
    top: 270px;
    left: 145px;
    z-index: 1;
    -webkit-animation: moveupdown 2s infinite alternate;
    animation: moveupdown 2s infinite alternate
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .shape-one {
        top: 180px;
        left: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-one {
        top: 134px;
        left: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-one {
        top: 110px;
        left: 5px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-one {
        display: none
    }
}

.slingle-slider .shape-11 {
    top: 270px;
    left: 145px;
    z-index: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .shape-11 {
        top: 140px;
        left: 5px;
        width: 25px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-11 {
        top: 100px;
        left: 30px;
        width: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-11 {
        top: 110px;
        left: 5px;
        width: 20px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-11 {
        display: none
    }
}

.slingle-slider .shape-two {
    top: 358px;
    left: 50%;
    margin-left: -20px;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-two {
        top: 250px;
        left: 36%;
        margin-left: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-two {
        top: 450px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-two {
        display: none
    }
}

.slingle-slider .shape-three {
    bottom: 220px;
    left: 50%;
    margin-left: -80px;
    z-index: 1;
    -webkit-animation: moveupdown 2s infinite alternate;
    animation: moveupdown 2s infinite alternate
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-three {
        left: 36%;
        margin-left: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-three {
        bottom: 470px;
        left: 14%;
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-three {
        display: none
    }
}

.slingle-slider .shape-four {
    bottom: 110px;
    right: 314px;
    z-index: 1;
    -webkit-animation: moveleftright 2s infinite alternate;
    animation: moveleftright 2s infinite alternate
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-four {
        bottom: 200px;
        right: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-four {
        bottom: 45px;
        right: 60px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-four {
        display: none
    }
}

.slingle-slider .shape-five {
    top: 178px;
    right: 100px;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-five {
        top: 90px;
        right: 12px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-five {
        top: 90px;
        right: 40px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-five {
        display: none
    }
}

.slingle-slider .shape-six {
    left: 0;
    bottom: 60px;
    z-index: 1;
    -webkit-animation: moveleftrightwo 2s infinite alternate;
    animation: moveleftrightwo 2s infinite alternate
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-six {
        bottom: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-six {
        left: -68px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-six {
        left: -50px;
        display: none
    }
}

.slingle-slider .shape-seven {
    left: 0;
    top: 0
}

.slingle-slider .shape-eight {
    left: 0;
    bottom: 0
}

.slingle-slider .shape-nine {
    right: 0;
    bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-nine {
        bottom: -262px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-nine {
        bottom: -262px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-nine {
        bottom: -262px;
        right: -270px
    }
}

.slingle-slider .shape-ten {
    right: 0;
    bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-ten {
        bottom: -205px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-ten {
        bottom: -205px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-ten {
        bottom: -205px;
        right: -220px
    }
}

.slingle-slider .shape-12 {
    bottom: 240px;
    right: 4%;
    z-index: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .shape-12 {
        bottom: 8%;
        right: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-12 {
        bottom: 8%;
        right: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-12 {
        bottom: 4%;
        right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-12 {
        display: none
    }
}

.slingle-slider .shape-13 {
    bottom: 0;
    left: 4%;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-13 {
        left: 2%;
        margin-left: 0
    }
    .slingle-slider .shape-13 img {
        width: 80%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-13 {
        left: 2%;
        margin-left: 0
    }
    .slingle-slider .shape-13 img {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-13 {
        display: none
    }
}

.slingle-slider .shape-14 {
    bottom: 22%;
    left: 5%;
    z-index: 1;
    -webkit-animation: moveupdown 1.5s infinite alternate;
    animation: moveupdown 1.5s infinite alternate
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-14 {
        left: 10px;
        bottom: 12%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-14 {
        left: 10px;
        bottom: 12%
    }
}

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

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-14 {
        display: none
    }
}

.slingle-slider .shape-15 {
    top: 25%;
    left: 46%;
    z-index: 1;
    -webkit-animation: animationFramesTwo 5s infinite alternate;
    animation: animationFramesTwo 5s infinite alternate
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .shape-15 {
        left: 42%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-15 {
        left: 36%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-15 {
        left: 4%;
        top: 50%
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-15 {
        display: none
    }
}

.slingle-slider .shape-16 {
    top: 23%;
    left: 53%;
    z-index: 1;
    -webkit-animation: animationFramesOne 8s infinite alternate;
    animation: animationFramesOne 8s infinite alternate
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-16 {
        top: 25%;
        left: 45%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-16 {
        top: 45%;
        left: 15%
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-16 {
        display: none
    }
}

.slingle-slider .shape-17 {
    bottom: 50%;
    right: 3%;
    z-index: 1;
    -webkit-animation: animationFramesThree 4s infinite alternate;
    animation: animationFramesThree 4s infinite alternate
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .shape-17 {
        right: 30px;
        bottom: 30%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-17 {
        right: 30px;
        bottom: 30%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-17 {
        right: 30px;
        bottom: 30%
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-17 {
        display: none
    }
}

.slingle-slider .shape-18 {
    bottom: 23%;
    right: 14%;
    z-index: 1;
    -webkit-animation: moveupdown 2s infinite alternate;
    animation: moveupdown 2s infinite alternate
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .shape-18 {
        bottom: 17%;
        right: 5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .shape-18 {
        bottom: 17%;
        right: 5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .shape-18 {
        bottom: 17%;
        right: 5%
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .shape-18 {
        display: none
    }
}

.slingle-slider .slider-content-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 2;
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content-wrapper {
        align-items: flex-start;
        padding-top: 140px
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-content-wrapper {
        padding-top: 120px
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content-wrapper {
        padding-top: 130px
    }
}

.slingle-slider .slider-content .title {
    font-size: 60px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .slider-content .title {
        font-size: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .title {
        font-size: 50px
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .title {
        font-size: 36px
    }
}

.slingle-slider .slider-content .subtitle {
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.9;
    color: #e5b443;
    text-transform: uppercase;
    letter-spacing: 8px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .subtitle {
        font-size: 20px;
        letter-spacing: 5px
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .subtitle {
        font-size: 18px;
        letter-spacing: 3px
    }
}

.slingle-slider .slider-content .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #ccc;
    margin-top: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .text {
        font-size: 20px;
        margin-top: 20px
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .text {
        font-size: 16px;
        margin-top: 10px
    }
}

.slingle-slider .slider-content .btn {
    margin-top: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slingle-slider .slider-content .btn {
        margin-top: 20px
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .btn {
        margin-top: 10px
    }
}

.slingle-slider .slider-image {
    position: relative
}

.slingle-slider .slider-image .slider-image-one {
    position: absolute;
    right: 0;
    top: -90px;
    margin-right: -15px;
    z-index: 2
}

.slingle-slider .slider-image .slider-image-one img {
    border-radius: 26px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 30px;
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 22px;
        width: 64%;
        margin-right: 0
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 30px;
        width: 64%;
        right: 0
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-image .slider-image-one {
        top: 30px;
        width: 70%;
        right: 0
    }
}

.slingle-slider .slider-image .slider-image-two {
    position: absolute;
    left: 50px;
    top: 210px;
    z-index: 2
}

.slingle-slider .slider-image .slider-image-two img {
    border-radius: 26px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .slider-image .slider-image-two {
        left: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 190px;
        left: 0
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 175px;
        left: 0;
        width: 60%
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 175px;
        left: 0;
        width: 60%
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-image .slider-image-two {
        top: 175px;
        left: 0;
        width: 66%
    }
}

.slingle-slider .slider-image .slider-image-three {
    position: absolute;
    right: 0;
    top: -70px;
    margin-right: -15px;
    z-index: 2
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .slider-image .slider-image-three {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .slider-image-three {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        position: relative;
        top: 30px;
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .slider-image .slider-image-three {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        position: relative;
        top: 30px;
        margin-right: 0
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .slider-image-three {
        width: 100%
    }
}

.slingle-slider .slider-image .shape-circle {
    top: 140px;
    left: 160px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .slider-image .shape-circle {
        left: 100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .slider-image .shape-circle {
        left: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .shape-circle {
        top: 115px;
        left: 190px
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .shape-circle {
        top: 100px;
        left: 80px
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-image .shape-circle {
        top: 110px;
        left: 42px
    }
}

.slingle-slider .slider-image .shape-circle-two {
    top: -90px;
    right: -100px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .slider-image .shape-circle-two {
        top: -20px;
        right: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .slider-image .shape-circle-two {
        top: -50px;
        right: -25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .shape-circle-two {
        top: 35px;
        right: 70px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .slider-image .shape-circle-two {
        top: 25px;
        right: -70px;
        width: 70%
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-image .shape-circle-two {
        top: 15px;
        right: 12px;
        width: 50%
    }
}

.slingle-slider .slider-image .shape-circle-three {
    bottom: -95px;
    right: 20px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .slider-image .shape-circle-three {
        bottom: -45px;
        right: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-image .shape-circle-three {
        bottom: -20px;
        right: 100px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .slider-image .shape-circle-three {
        bottom: -58px;
        right: 34px
    }
}

.slingle-slider .award-thumb {
    position: absolute;
    top: -25px;
    right: -120px;
    width: 190px;
    height: 190px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-shadow: 5px 0 90px rgba(2, 24, 93, 0.08)
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .award-thumb {
        right: -35px;
        top: 0;
        width: 170px;
        height: 170px;
        padding: 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .award-thumb {
        right: -28px;
        top: 0;
        width: 170px;
        height: 170px;
        padding: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .award-thumb {
        right: 0;
        top: 70px;
        width: 170px;
        height: 170px;
        padding: 15px
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .award-thumb {
        right: 0;
        top: 70px;
        width: 170px;
        height: 170px;
        padding: 15px
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .award-thumb {
        right: 5px;
        top: 45px;
        width: 125px;
        height: auto;
        padding: 15px 10px
    }
}

.slingle-slider .award-thumb-text {
    margin-top: 15px;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    line-height: 1.3;
    text-align: center
}

@media only screen and (max-width: 575px) {
    .slingle-slider .award-thumb-text {
        font-size: 14px;
        margin-top: 10px
    }
}

.slingle-slider .slider-thumb {
    width: 240px;
    height: 120px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 5px 0 90px rgba(2, 24, 93, 0.08);
    position: absolute;
    left: 10px;
    bottom: -128px;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 19px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slingle-slider .slider-thumb {
        right: -50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .slider-thumb {
        right: -50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slingle-slider .slider-thumb {
        left: 40px;
        padding: 20px;
        height: auto;
        max-width: 200px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .slingle-slider .slider-thumb {
        left: 40px;
        padding: 20px;
        height: auto;
        max-width: 200px;
        width: 100%
    }
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-thumb {
        padding: 10px 15px;
        max-width: 140px;
        left: 10px
    }
}

.slingle-slider .slider-thumb .number {
    font-size: 48px;
    line-height: 1;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #e5b443;
    background: -webkit-linear-gradient(-45deg, #b8751e 0%, #b06d1c 45%, #e5b443 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-thumb .number {
        font-size: 40px
    }
}

.slingle-slider .slider-thumb .text {
    margin-left: 15px;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #1c1c1c;
    line-height: 1.3;
    text-align: start
}

@media only screen and (max-width: 575px) {
    .slingle-slider .slider-thumb .text {
        font-size: 14px;
        margin-left: 10px
    }
}

.animation-style-01 .swiper-slide-active .shape-seven {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .shape-eight {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .shape-nine {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .shape-ten {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .shape-13 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .award-thumb,
.animation-style-01 .swiper-slide-active .slider-thumb {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .award-thumb img,
.animation-style-01 .swiper-slide-active .slider-thumb img {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .award-thumb .number,
.animation-style-01 .swiper-slide-active .slider-thumb .number {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .slider-content .subtitle {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .slider-content .title {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .04s;
    animation-delay: .04s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .slider-content .text {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .04s;
    animation-delay: .04s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .slider-content .btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .slider-image.slide-two-image {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .04s;
    animation-delay: .04s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .slider-image .shape-circle,
.animation-style-01 .swiper-slide-active .slider-image .shape-circle-two,
.animation-style-01 .swiper-slide-active .slider-image .shape-circle-three {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation-style-01 .swiper-slide-active .slider-shape {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes moveupdown {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-30px)
    }
}

@keyframes moveupdown {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-30px)
    }
}

@-webkit-keyframes moveleftright {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-30px)
    }
}

@keyframes moveleftright {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-30px)
    }
}

@-webkit-keyframes moveleftrightwo {
    0% {
        transform: translateX(10)
    }
    100% {
        transform: translateX(-5px)
    }
}

@keyframes moveleftrightwo {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-30px)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    50% {
        transform: translate(30px, -30px) rotate(0deg) scale(1)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    50% {
        transform: translate(30px, -30px) rotate(0deg) scale(1)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    50% {
        transform: translate(30px, 40px) rotate(0deg) scale(1)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    50% {
        transform: translate(30px, 40px) rotate(0deg) scale(1)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    50% {
        transform: translate(20px, 30px) rotate(0deg) scale(1)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    50% {
        transform: translate(20px, 30px) rotate(0deg) scale(1)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

.sliderone-pagination {
    bottom: 55px!important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sliderone-pagination {
        bottom: 20px!important
    }
}

@media only screen and (max-width: 767px) {
    .sliderone-pagination {
        bottom: 20px!important
    }
}

.sliderone-pagination .swiper-pagination-bullet {
    background-color: #b8751e;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    opacity: 1;
    transition: .4s
}

.sliderone-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 20px;
    background-color: #e5b443;
    transition: .4s
}

.slidertwo-pagination {
    bottom: 18px;
    text-align: start;
    position: relative;
    margin: auto;
    line-height: .8
}

.slidertwo-pagination .swiper-pagination-bullet {
    background-color: #e2c4ff;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    opacity: 1;
    transition: .4s;
    line-height: 1
}

.slidertwo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 20px;
    background-color: #e5b443;
    transition: .4s
}

@media only screen and (min-width: 1550px) {
    .slidertwo-pagination {
        max-width: 1300px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slidertwo-pagination {
        max-width: 1300px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slidertwo-pagination {
        max-width: 1116px;
        bottom: 20px!important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slidertwo-pagination {
        max-width: 938px;
        bottom: 20px!important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slidertwo-pagination {
        max-width: 698px
    }
}

@media only screen and (max-width: 767px) {
    .slidertwo-pagination {
        max-width: 516px;
        bottom: -30px!important
    }
}

@media only screen and (max-width: 575px) {
    .slidertwo-pagination {
        max-width: 100%;
        margin-right: 15px;
        margin-left: 15px;
        bottom: -30px!important
    }
}

@media only screen and (max-width: 479px) {
    .slidertwo-pagination {
        max-width: 100%;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media only screen and (max-width: 767px) {
    .slidertwo-style {
        padding-bottom: 30px
    }
}

.slider-content-two {
    display: flex;
    flex-wrap: wrap;
    padding-top: 155px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-two {
        padding-top: 120px
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-two {
        padding-top: 120px
    }
}

@media only screen and (max-width: 575px) {
    .slider-content-two {
        padding-top: 100px
    }
}

.slider-content-two .slider-content {
    position: absolute;
    margin-top: 233px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%)
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-two .slider-content {
        margin-top: 80px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-two .slider-content {
        margin-top: 0;
        max-width: 400px;
        left: 0;
        transform: none
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-two .slider-content {
        margin-top: 0;
        position: relative;
        margin-bottom: 40px;
        left: 0;
        transform: none
    }
}

.slider-content-two .slider-content .title {
    font-size: 72px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
    max-width: 650px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slider-content-two .slider-content .title {
        max-width: 500px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-two .slider-content .title {
        font-size: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-content-two .slider-content .title {
        font-size: 50px
    }
}

@media only screen and (max-width: 479px) {
    .slider-content-two .slider-content .title {
        font-size: 36px
    }
}

.slider-content-two .slider-content .subtitle {
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.9;
    color: #e5b443;
    text-transform: uppercase;
    letter-spacing: 8px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-content-two .slider-content .subtitle {
        font-size: 20px;
        letter-spacing: 5px
    }
}

@media only screen and (max-width: 479px) {
    .slider-content-two .slider-content .subtitle {
        font-size: 18px;
        letter-spacing: 3px
    }
}

.slider-content-two .slider-content .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #54545f;
    margin-top: 30px;
    max-width: 440px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-content-two .slider-content .text {
        font-size: 20px;
        margin-top: 20px
    }
}

@media only screen and (max-width: 479px) {
    .slider-content-two .slider-content .text {
        font-size: 16px;
        margin-top: 10px
    }
}

.slider-content-two .slider-content .btn {
    margin-top: 40px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .slider-content-two .slider-content .btn {
        margin-top: 10px
    }
}

@media only screen and (max-width: 479px) {
    .slider-content-two .slider-content .btn {
        margin-top: 10px
    }
}

.slider-content-two .slider-image {
    z-index: 2;
    overflow: hidden;
    max-width: 64%;
    margin-right: 150px;
    margin-left: auto
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .slider-content-two .slider-image {
        margin-right: 60px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-content-two .slider-image {
        margin-right: 60px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-two .slider-image {
        margin-right: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-two .slider-image {
        margin-right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-two .slider-image {
        margin-right: 0;
        max-width: 100%;
        padding: 0 20px
    }
}

@media only screen and (max-width: 575px) {
    .slider-content-two .slider-image {
        margin-right: 0
    }
}

@media only screen and (max-width: 479px) {
    .slider-content-two .slider-image {
        margin-right: 0
    }
}

.slider-content-two .slider-image img {
    width: 100%
}

.slider-content-two .slider-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-two .slider-shape {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-two .slider-shape {
        width: 50%
    }
}

.about {
    overflow: hidden
}

.about .main-image {
    position: relative;
    padding: 90px 0;
    top: 0
}

.about .main-image .about-img {
    z-index: 1;
    position: relative
}

.about .main-image .about-icon {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 42px rgba(69, 38, 177, 0.1), 11px 6px 25px rgba(69, 38, 177, 0.1);
    z-index: 2
}

.about .main-image .shape-one {
    position: absolute;
    top: 30px;
    left: -210px
}

@media only screen and (max-width: 575px) {
    .about .main-image .shape-one {
        top: 0;
        left: -83px;
        width: 84%
    }
}

.about .main-image .shape-two {
    position: absolute;
    top: 0;
    right: 0
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about .main-image .shape-two {
        right: -50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about .main-image .shape-two {
        right: -50px
    }
}

@media only screen and (max-width: 767px) {
    .about .main-image .shape-two {
        right: -130px
    }
}

.about .main-image .icon-one {
    top: 60px;
    right: 50px;
    height: 140px;
    width: 140px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about .main-image .icon-one {
        right: -13px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about .main-image .icon-one {
        right: -40px
    }
}

@media only screen and (max-width: 767px) {
    .about .main-image .icon-one {
        top: 40px;
        right: -20px
    }
}

@media only screen and (max-width: 575px) {
    .about .main-image .icon-one {
        height: 100px;
        width: 100px;
        right: -10px
    }
}

.about .main-image .icon-two {
    top: 180px;
    left: -80px;
    height: 120px;
    width: 120px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about .main-image .icon-two {
        left: -40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about .main-image .icon-two {
        left: -25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about .main-image .icon-two {
        left: -30px
    }
}

@media only screen and (max-width: 767px) {
    .about .main-image .icon-two {
        left: -25px
    }
}

@media only screen and (max-width: 575px) {
    .about .main-image .icon-two {
        height: 80px;
        width: 80px;
        left: -10px
    }
}

.about .main-image .circle-thumb {
    width: 240px;
    height: 240px;
    border-radius: 100%;
    background: linear-gradient(135deg, #4c2db7 0%, #5e3fc8 45%, #694bd2 66%);
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about .main-image .circle-thumb {
        right: -50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about .main-image .circle-thumb {
        width: 200px;
        height: 200px;
        right: -50px
    }
}

@media only screen and (max-width: 767px) {
    .about .main-image .circle-thumb {
        width: 200px;
        height: 200px;
        right: -25px
    }
}

@media only screen and (max-width: 575px) {
    .about .main-image .circle-thumb {
        height: 140px;
        width: 140px;
        right: -10px
    }
}

.about .main-image .circle-thumb .number {
    font-size: 72px;
    line-height: 1;
    font-family: "Jost", sans-serif;
    color: #fff;
    margin-bottom: 10px
}

@media only screen and (max-width: 575px) {
    .about .main-image .circle-thumb .number {
        font-size: 40px
    }
}

.about .main-image .circle-thumb .text {
    font-family: "Jost", sans-serif;
    font-size: 21px;
    color: #fff;
    line-height: 1.3;
    text-align: center
}

@media only screen and (max-width: 575px) {
    .about .main-image .circle-thumb .text {
        font-size: 16px
    }
}

.about .about-content {
    margin-left: 110px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about .about-content {
        margin-left: 60px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about .about-content {
        margin-left: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about .about-content {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .about .about-content {
        margin-left: 0
    }
}

@media only screen and (max-width: 479px) {
    .about .about-content {
        margin-left: 0
    }
}

.about .about-content .btn {
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .about .about-content .btn {
        margin-top: 20px
    }
}

.divider-thumb .video-content-wrap {
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .divider-thumb .video-content-wrap .icon-img {
        width: 100%
    }
}

.divider-thumb .video-popup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
    height: 165px;
    width: 165px;
    border-radius: 100%;
    background: linear-gradient(135deg, #4c2db7 0%, #5e3fc8 45%, #694bd2 66%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .divider-thumb .video-popup {
        width: 140px;
        height: 140px;
        right: -60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .divider-thumb .video-popup {
        width: 140px;
        height: 140px;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width: 479px) {
    .divider-thumb .video-popup {
        width: 100px;
        height: 100px
    }
}

.about-accordion {
    margin-top: 30px
}

.about-two {
    background-color: #f2f5fb;
    position: relative
}

.about-two .btn-style-one {
    margin-top: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-two .btn-style-one {
        margin-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .about-two .btn-style-one {
        margin-top: 10px
    }
}

.about-two-images {
    display: flex;
    position: absolute;
    text-align: right;
    flex-direction: column;
    top: -64px;
    right: 58px
}

@media only screen and (min-width: 1550px) and (max-width: 1680px) {
    .about-two-images {
        right: 0
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
    .about-two-images {
        top: 0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-two-images {
        top: 0;
        right: 0;
        width: 66%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about-two-images {
        position: relative
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-two-images {
        position: relative;
        top: 0;
        right: 0;
        width: 60%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-two-images {
        top: 0;
        position: relative;
        right: 0;
        width: 64%
    }
}

@media only screen and (max-width: 767px) {
    .about-two-images {
        top: 0;
        position: relative;
        right: 0;
        width: 52%
    }
}

@media only screen and (max-width: 575px) {
    .about-two-images {
        width: 100%
    }
}

.about-two-images .top {
    display: flex;
    margin-bottom: 30px;
    margin-left: 140px;
    z-index: 1
}

@media only screen and (min-width: 1550px) and (max-width: 1680px) {
    .about-two-images .top {
        margin-left: 100px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
    .about-two-images .top {
        margin-left: 40px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-two-images .top {
        margin-left: 100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-two-images .top {
        margin-left: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-two-images .top {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .about-two-images .top {
        margin-left: 0
    }
}

@media only screen and (max-width: 575px) {
    .about-two-images .top {
        width: 100%;
        flex-direction: column
    }
}

.about-two-images .top img {
    align-self: flex-end;
    margin-right: 30px
}

.about-two-images .top img:last-child {
    margin-right: 0;
    margin-bottom: 0
}

@media only screen and (max-width: 575px) {
    .about-two-images .top img {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%
    }
}

.about-two-images .bottom {
    display: flex;
    z-index: 1
}

@media only screen and (min-width: 1550px) and (max-width: 1680px) {
    .about-two-images .bottom {
        margin-left: 0
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
    .about-two-images .bottom {
        margin-left: 40px
    }
}

@media only screen and (max-width: 575px) {
    .about-two-images .bottom {
        width: 100%;
        flex-direction: column
    }
}

.about-two-images .bottom img {
    align-self: flex-start;
    margin-right: 30px
}

@media only screen and (max-width: 575px) {
    .about-two-images .bottom img {
        margin-bottom: 30px;
        width: 100%
    }
}

.about-two-images .bottom img:last-child {
    margin-right: 0
}

@media only screen and (max-width: 575px) {
    .about-two-images .bottom img:last-child {
        margin-bottom: 0
    }
}

.about-two-circle {
    position: absolute;
    top: 120px;
    left: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-two-circle {
        width: 500px;
        height: 500px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-two-circle {
        width: 500px;
        height: 500px
    }
}

@media only screen and (max-width: 767px) {
    .about-two-circle {
        display: none
    }
}

.about-three {
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-three {
        padding-bottom: 100px;
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .about-three {
        padding-bottom: 90px;
        margin-bottom: 60px
    }
}

.about-three-image img {
    width: 100%
}

.about-three-bottom {
    margin-top: 70px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-three-bottom {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .about-three-bottom {
        margin-top: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-three-bottom .about .section-head .text {
        margin-top: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-three .btn {
        top: auto;
        bottom: 0;
        position: absolute;
        display: block
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-three-content {
        margin-top: 20px
    }
}

@media only screen and (max-width: 575px) {
    .about-three-content {
        margin-top: 10px
    }
}

.about-three-content .text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #54545f;
    line-height: 1.66
}

.about-three-feature {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 20px 0
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about-three-feature {
        gap: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .about-three-feature {
        gap: 20px
    }
}

@media only screen and (max-width: 479px) {
    .about-three-feature {
        gap: 20px;
        flex-direction: column
    }
}

.about-three-feature .feature-column {
    display: flex
}

.about-three-feature .feature-column-icon {
    margin-right: 30px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about-three-feature .feature-column-icon {
        margin-right: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .about-three-feature .feature-column-icon {
        margin-right: 15px
    }
}

@media only screen and (max-width: 479px) {
    .about-three-feature .feature-column-icon {
        margin-right: 25px
    }
}

.about-three-feature .feature-column-content .title {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    color: #1c1c1c;
    margin-bottom: 16px
}

.about-three-list li {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #54545f;
    line-height: 1.66;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px
}

.about-three-list li:last-child {
    margin-bottom: 0
}

.about-three-list li::after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #e5b443;
    border-radius: 100%;
    left: 0;
    top: 9px;
    position: absolute
}

.about-four {
    background: #fffbee
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .about-four {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-four {
        padding-top: 220px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-four {
        padding-top: 160px
    }
}

@media only screen and (max-width: 767px) {
    .about-four {
        padding-top: 120px
    }
}

@media only screen and (max-width: 479px) {
    .about-four {
        padding-top: 80px
    }
}

.about-four .section-head {
    margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .about-four .section-head {
        margin-bottom: 30px
    }
}

.about-four .section-head .text {
    max-width: 100%
}

.about-four-thumblist {
    display: flex;
    align-items: flex-start;
    gap: 35px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .about-four-thumblist {
        gap: 20px
    }
}

@media only screen and (max-width: 479px) {
    .about-four-thumblist {
        row-gap: 30px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        flex-direction: column
    }
}

.about-four-video {
    position: relative;
    max-width: 272px;
    width: 100%
}

@media only screen and (max-width: 479px) {
    .about-four-video {
        max-width: 100%
    }
    .about-four-video img {
        width: 100%
    }
}

.about-four-video .video-popup {
    height: 75px;
    width: 75px;
    background: #e2c4ff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #e5b443;
    transition: .5s
}

.about-four-video .video-popup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e5b443;
    background: linear-gradient(135deg, #e5b443 0%, #b06d1c 45%, #b8751e 66%);
    opacity: 0;
    transition: .5s;
    border-radius: 100%;
    z-index: 1
}

.about-four-video .video-popup span {
    position: relative;
    z-index: 2
}

.about-four-video .video-popup i {
    transform: scale(1)
}

.about-four-video .video-popup:hover {
    color: #fff;
    transform: translate(-50%, -50%) scale(1.04);
    transition: .5s
}

.about-four-video .video-popup:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e5b443;
    background: linear-gradient(135deg, #e5b443 0%, #b06d1c 45%, #b8751e 66%);
    opacity: 1;
    transition: .5s;
    border-radius: 100%;
    z-index: 1
}

.about-four-video .video-popup:hover i {
    transform: scale(1)
}

.about-four-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

.about-four-list li:last-child {
    margin-bottom: 0
}

.about-four-list li img {
    margin-right: 18px;
    margin-top: 5px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .about-four-list li img {
        margin-right: 10px
    }
}

.about-four-list li .text {
    font-size: 18px;
    color: #6f6982
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .about-four-list li .text {
        font-size: 16px
    }
}

.accordion-two {
    margin-left: 140px;
    margin-top: 0
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .accordion-two {
        margin-left: 60px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .accordion-two {
        margin-left: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .accordion-two {
        margin-left: 20px;
        margin-top: 10px
    }
}

@media only screen and (max-width: 575px) {
    .accordion-two {
        margin-left: 15px
    }
}

.accordion-two .accordion-item {
    position: relative;
    border-radius: 10px;
    padding: 0 40px;
    margin-bottom: 15px;
    box-shadow: 3px 4px 36px 0 rgba(2, 24, 93, 0.06)
}

@media only screen and (max-width: 575px) {
    .accordion-two .accordion-item {
        padding: 0 30px
    }
}

.accordion-two .accordion-item:last-child {
    margin-bottom: 0
}

.accordion-two .accordion-button {
    padding: 20px 0;
    font-size: 21px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .accordion-two .accordion-button {
        font-size: 18px
    }
}

.accordion-two .accordion-button::before {
    display: none
}

.accordion-two .accordion-button::after {
    display: none
}

.accordion-two .accordion-button:not(.collapsed) .plus-minus {
    border-color: #b8751e;
    background: #b8751e;
    background: linear-gradient(135deg, #b8751e 0%, #b06d1c 45%, #e5b443 66%);
    border: 0;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    position: absolute
}

@media only screen and (max-width: 575px) {
    .accordion-two .accordion-button:not(.collapsed) .plus-minus {
        height: 30px;
        width: 30px
    }
}

.accordion-two .accordion-button:not(.collapsed) .plus-minus::after {
    background-image: none;
    background-color: #fff;
    transform: translateY(-50%) translateX(-50%)
}

.accordion-two .accordion-button:not(.collapsed) .plus-minus::before {
    background-color: #fff
}

.accordion-two .accordion-button .plus-minus {
    border-color: #b8751e;
    background: #e2c4ff;
    background: #e5b443;
    border: 0;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    position: absolute;
    left: -57px
}

@media only screen and (max-width: 575px) {
    .accordion-two .accordion-button .plus-minus {
        height: 30px;
        width: 30px;
        left: -45px
    }
}

.accordion-two .accordion-button .plus-minus::after {
    background-image: none;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    transition: all .4s ease 0;
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    background-color: #1c1c1c
}

@media only screen and (max-width: 767px) {
    .accordion-two .accordion-button .plus-minus::after {
        width: 10px;
        height: 2px
    }
}

.accordion-two .accordion-button .plus-minus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    transition: all .4s ease 0;
    transform: translateY(-50%) translateX(-50%);
    background-color: #1c1c1c
}

@media only screen and (max-width: 767px) {
    .accordion-two .accordion-button .plus-minus::before {
        width: 10px;
        height: 2px
    }
}

.accordion-two .faq-accordion-collapse .accordion-body {
    padding: 30px 0 40px;
    border-top: 1px solid #d8dde2
}

.accordion-body ol li {
    list-style: decimal;
    padding-bottom: 5px
}

.accordion-body ol {
    margin-top: 20px
}

.about-four .section-head .title {
    color: #212529
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
    .accordion-two .faq-accordion-collapse .accordion-body {
        padding: 20px 0 30px;
        font-size: 16px
    }
}

.funfact {
    overflow: hidden
}

.funfact .mb-n5 {
    margin-bottom: -3rem
}

.funfact .funfact-bg {
    background-color: #b8751e;
    position: relative;
    padding: 145px 0;
    border-radius: 0 20px 20px 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact .funfact-bg {
        padding: 110px 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact .funfact-bg {
        padding: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .funfact .funfact-bg {
        padding: 60px 0
    }
}

@media only screen and (max-width: 479px) {
    .funfact .funfact-bg {
        padding: 60px 0
    }
}

.funfact .funfact-bg::after {
    background-color: #b8751e;
    content: "";
    height: 100%;
    right: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1
}

.funfact .funfact-bg-two {
    border-radius: 0
}

.funfact .funfact-bg-two::before {
    background-color: #b8751e;
    content: "";
    height: 100%;
    left: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1
}

.funfact .single-funfact {
    display: flex;
    align-items: center
}

.funfact .funfact-inner {
    display: flex;
    align-items: center
}

.funfact .funfact-inner .odometer,
.funfact .funfact-inner .text {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-family: "Jost", sans-serif;
    padding-right: 3px;
    overflow: hidden
}

.funfact .funfact-inner .odometer .odometer-digit-inner,
.funfact .funfact-inner .text .odometer-digit-inner {
    overflow: visible!important
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact .funfact-inner .odometer,
    .funfact .funfact-inner .text {
        font-size: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact .funfact-inner .odometer,
    .funfact .funfact-inner .text {
        font-size: 50px
    }
}

@media only screen and (max-width: 767px) {
    .funfact .funfact-inner .odometer,
    .funfact .funfact-inner .text {
        font-size: 40px
    }
}

.funfact .funfact-inner .increment {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-top: -25px;
    margin-left: 6px
}

.funfact .funfact-content {
    margin-left: 30px
}

@media only screen and (max-width: 767px) {
    .funfact .funfact-content {
        margin-left: 20px
    }
}

.funfact .funfact-content .text {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .funfact .funfact-content .text {
        font-size: 20px
    }
}

.funfact-two {
    overflow: hidden
}

.funfact-two .main-image {
    position: relative;
    padding: 75px 0;
    top: 0
}

.funfact-two .main-image .funfact-img {
    z-index: 1;
    position: relative;
    margin-left: 88px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .funfact-two .main-image .funfact-img {
        width: 86%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact-two .main-image .funfact-img {
        width: 81%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact-two .main-image .funfact-img {
        margin-left: 88px
    }
}

@media only screen and (max-width: 767px) {
    .funfact-two .main-image .funfact-img {
        margin-left: 0
    }
}

.funfact-two .main-image .shape-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    background-color: #333;
    border-radius: 100%
}

@media only screen and (max-width: 575px) {
    .funfact-two .main-image .shape-one {
        top: 0
    }
}

.funfact-two .main-image .circle-thumb {
    width: 225px;
    height: 225px;
    border-radius: 20px;
    background: linear-gradient(135deg, #b06d1c 0%, #b8751e 45%, #e5b443 66%);
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .funfact-two .main-image .circle-thumb {
        right: -50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact-two .main-image .circle-thumb {
        width: 200px;
        height: 200px;
        right: -50px
    }
}

@media only screen and (max-width: 767px) {
    .funfact-two .main-image .circle-thumb {
        width: 200px;
        height: 200px;
        right: -25px
    }
}

@media only screen and (max-width: 575px) {
    .funfact-two .main-image .circle-thumb {
        height: 140px;
        width: 140px;
        right: -10px
    }
}

.funfact-two .main-image .circle-thumb .number {
    font-size: 72px;
    line-height: 1;
    font-family: "Jost", sans-serif;
    color: #fff;
    margin-bottom: 10px
}

@media only screen and (max-width: 575px) {
    .funfact-two .main-image .circle-thumb .number {
        font-size: 40px
    }
}

.funfact-two .main-image .circle-thumb .text {
    font-family: "Jost", sans-serif;
    font-size: 21px;
    color: #fff;
    line-height: 1.3;
    text-align: center
}

@media only screen and (max-width: 575px) {
    .funfact-two .main-image .circle-thumb .text {
        font-size: 16px
    }
}

.funfact-two .funfact-content {
    margin-left: 110px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .funfact-two .funfact-content {
        margin-left: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact-two .funfact-content {
        margin-left: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact-two .funfact-content {
        margin-left: 0;
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .funfact-two .funfact-content {
        margin-left: 0;
        margin-top: 50px
    }
}

@media only screen and (max-width: 479px) {
    .funfact-two .funfact-content {
        margin-left: 0
    }
}

.funfact-two .count {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .funfact-two .count {
        margin-top: 20px
    }
}

.funfact-two .count-single {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 20px
}

.funfact-two .count-number {
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c
}

@media only screen and (max-width: 767px) {
    .funfact-two .count-number {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .funfact-two .count-number {
        font-size: 30px
    }
}

.funfact-two .count-title {
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
    margin-top: 15px
}

@media only screen and (max-width: 767px) {
    .funfact-two .count-title {
        font-size: 20px
    }
}

.funfact-two .count-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #54545f;
    margin-top: 20px;
    max-width: 510px
}

@media only screen and (max-width: 767px) {
    .funfact-two .count-text {
        font-size: 16px;
        margin-top: 20px
    }
}

.service-section {
    position: relative;
    overflow: hidden
}

.service-section .service-shape {
    position: absolute;
    bottom: -520px;
    right: 0
}

.single-service {
    background-color: #fff;
    box-shadow: 0 12px 42px rgba(69, 38, 177, 0.1), 11px 6px 25px rgba(69, 38, 177, 0.1);
    padding: 70px;
    border-top: 5px solid #b8751e;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service {
        padding: 40px
    }
}

@media only screen and (max-width: 479px) {
    .single-service {
        padding: 30px
    }
}

.single-service-top {
    display: flex;
    align-items: center
}

.single-service-top .title {
    max-width: 160px;
    margin-left: 35px;
    color: #1c1c1c;
    line-height: 1.5;
    font-weight: 500
}

.single-service-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #54545f;
    margin-top: 30px;
    max-width: 510px;
    margin-bottom: 0
}

@media only screen and (max-width: 479px) {
    .single-service-text {
        font-size: 16px
    }
}

.single-service .readmore-btn {
    font-size: 18px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    color: #1c1c1c;
    margin-top: 30px;
    display: block
}

.single-service .readmore-btn:hover {
    padding-left: 10px;
    transition: .3s;
    color: #b8751e
}

.process-section {
    background: #f2f5fb
}

.process-section .section-head {
    margin-right: 100px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-section .section-head {
        margin-right: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-section .section-head {
        margin-right: 30px
    }
}

@media only screen and (max-width: 767px) {
    .process-section .section-head {
        margin-right: 30px
    }
}

@media only screen and (max-width: 575px) {
    .process-section .section-head {
        margin-right: 0
    }
}

@media only screen and (max-width: 575px) {
    .process-section .single-process {
        max-width: 400px;
        width: 100%
    }
}

.process-section .single-process .number {
    height: 75px;
    width: 75px;
    background-color: #dfd7fd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 30px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c
}

@media only screen and (max-width: 575px) {
    .process-section .single-process .number {
        height: 60px;
        width: 60px;
        font-size: 20px
    }
}

.process-section .single-process .title {
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    margin: 25px 0 18px
}

.process-section .single-process .text-two {
    font-size: 18px;
    color: #54545f;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5
}

@media only screen and (max-width: 575px) {
    .process-section .single-process .text-two {
        font-size: 16px;
        margin-bottom: 0
    }
}

.service-work {
    position: relative;
    z-index: 1
}

.service-details .single-thumb {
    margin-bottom: 60px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details .single-thumb {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .service-details .single-thumb {
        margin-bottom: 30px
    }
}

.service-details .service-desc:last-child {
    margin-bottom: 0
}

.service-desc {
    margin-bottom: 60px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-desc {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .service-desc {
        margin-bottom: 30px
    }
}

.service-desc-title {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #1c1c1c;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-desc-title {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .service-desc-title {
        margin-bottom: 20px;
        font-size: 26px
    }
}

.service-desc .text,
.service-desc-text {
    font-size: 18px;
    color: #54545f;
    line-height: 1.6
}

@media only screen and (max-width: 575px) {
    .service-desc .text,
    .service-desc-text {
        font-size: 16px
    }
}

.service-desc-top {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.service-desc-top .icon {
    margin-right: 20px
}

.service-desc-top .title {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c
}

.service-desc-list li {
    margin-bottom: 20px
}

.service-desc-list li:last-child {
    margin-bottom: 0
}

.service-desc-list-link {
    display: flex;
    align-items: center
}

.service-desc-list-link img {
    margin-right: 30px
}

.service-desc .single-outcome {
    border: 1px solid #cacdd3;
    border-radius: 10px;
    padding: 60px 35px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

@media only screen and (max-width: 575px) {
    .service-desc .single-outcome {
        padding: 30px 20px
    }
}

.service-desc .single-outcome .parcentage {
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #e5b443
}

@media only screen and (max-width: 767px) {
    .service-desc .single-outcome .parcentage {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .service-desc .single-outcome .parcentage {
        font-size: 30px
    }
}

.service-desc .single-outcome .text {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #1c1c1c;
    font-size: 18px
}

.service-desc .service-image img {
    width: 100%
}

.service-three .single-service {
    padding: 57px;
    border-top: 0;
    border-radius: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .service-three .single-service {
        padding: 40px
    }
}

.service-three .single-service .readmore-btn i {
    color: #e5b443
}

.service-two {
    position: relative;
    background: #000
}

.service-two .section-head .title {
    color: #fff
}

.service-two .section-head {
    margin-bottom: 90px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-two .section-head {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .service-two .section-head {
        margin-bottom: 30px
    }
}

.service-two-single {
    margin-right: 45px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-two-single {
        margin-right: 15px
    }
}

@media only screen and (max-width: 767px) {
    .service-two-single {
        margin-right: 15px
    }
    .service-two-single-head img {
        width: 49px
    }
}

.service-two-single-head {
    border-bottom: 1px solid #b8751e;
    margin-bottom: 25px;
    padding-bottom: 25px
}

@media only screen and (max-width: 575px) {
    .service-two-single-head {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

.service-two-single-head .title {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-top: 35px
}

@media only screen and (max-width: 575px) {
    .service-two-single-head .title {
        margin-top: 20px
    }
}

.service-two-single-text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #bdbdbd;
    line-height: 1.5
}

@media only screen and (max-width: 575px) {
    .service-two-single-text {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 479px) {
    .service-two-single-text {
        font-size: 16px;
        margin-bottom: 0
    }
}

.service-two .service-layer {
    background-image: url(../images/service/service-side.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 33%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-two .service-layer {
        width: 36%
    }
}

@media only screen and (max-width: 767px) {
    .service-two .service-layer {
        display: none
    }
}

.pricing-single {
    padding: 60px;
    border: 1px solid #cacdd3;
    border-radius: 20px
}

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

@media only screen and (max-width: 575px) {
    .pricing-single {
        padding: 30px
    }
}

.pricing-head {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #cacdd3
}

.pricing-head .title {
    font-size: 30px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c
}

.pricing-head .value {
    display: flex;
    align-items: baseline;
    margin: 30px 0
}

@media only screen and (max-width: 575px) {
    .pricing-head .value {
        margin: 15px 0
    }
}

.pricing-head .value .price {
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #e5b443;
    margin-right: 12px
}

@media only screen and (max-width: 767px) {
    .pricing-head .value .price {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .pricing-head .value .price {
        font-size: 30px
    }
}

.pricing-head .value .month {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c
}

.pricing-head .text {
    color: #8d8e99;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0
}

.pricing-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.pricing-list li:last-child {
    margin-bottom: 0
}

.pricing-list li img {
    margin-right: 30px
}

.pricing-list li span {
    font-size: 18px;
    color: #54545f;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin-bottom: 0
}

.pricing-footer {
    margin-top: 30px
}

.faq {
    margin-top: -20px
}

.faq .tab-content {
    padding-left: 25px
}

@media only screen and (max-width: 575px) {
    .faq .tab-content {
        padding-left: 5px;
        margin-top: 30px
    }
}

@media only screen and (max-width: 575px) {
    .faq .tab-wrapper {
        flex-direction: column
    }
    .faq .tab-wrapper .faq-tab {
        width: 100%
    }
}

.faq-link {
    text-align: start;
    margin-bottom: 10px
}

.faq-accordion-button {
    font-size: 24px;
    font-family: "Jost", sans-serif;
    color: #1c1c1c;
    font-weight: 500;
    padding: 0 30px 0 50px
}

@media only screen and (max-width: 767px) {
    .faq-accordion-button {
        padding: 0 0 0 20px;
        font-size: 20px
    }
}

.faq-accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: #fff;
    box-shadow: none
}

.faq-accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: translateY(-50%) translateX(-50%)
}

.faq-accordion-button::after {
    background-image: none;
    position: absolute;
    top: 50%;
    left: 1%;
    display: block;
    width: 20px;
    height: 4px;
    content: "";
    transition: all .4s ease 0;
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    background-color: currentColor
}

@media only screen and (max-width: 767px) {
    .faq-accordion-button::after {
        width: 10px;
        height: 2px
    }
}

.faq-accordion-button::before {
    position: absolute;
    top: 50%;
    left: 1%;
    display: block;
    width: 20px;
    height: 4px;
    content: "";
    transition: all .4s ease 0;
    transform: translateY(-50%) translateX(-50%);
    background-color: currentColor
}

@media only screen and (max-width: 767px) {
    .faq-accordion-button::before {
        width: 10px;
        height: 2px
    }
}

.faq-accordion-button:focus {
    box-shadow: none
}

.faq-accordion-item {
    border: 0;
    margin-bottom: 20px;
}

.faq-accordion-collapse .accordion-body {
    padding: 20px 20px 10px 50px;
    font-size: 18px;
    color: #54545f;
    line-height: 1.5
}

@media only screen and (max-width: 767px) {
    .faq-accordion-collapse .accordion-body {
        padding: 20px 0 10px 20px;
        font-size: 16px
    }
}

.faq .accordion-item:last-child {
    margin-bottom: 0
}

.faq-tab .faq-link {
    border: 1px solid #cacdd3;
    border-radius: 6px;
    padding: 20px 30px;
    font-family: "Jost", sans-serif;
    font-size: 19px;
    color: #1c1c1c;
    font-weight: 500;
    line-height: 1;
    margin: 0 5px;
    width: 48%;
    text-align: center;
    /* text-decoration: underline; */
    text-transform: uppercase;
}

.faq-tab .faq-link:last-child {
    margin-bottom: 0
}

.faq-tab .faq-link.active {
    background-color: #e5b443 !important;
}

.progress-section {
    background-color: #f2f5fb;
    overflow: hidden
}

.progress-section .section-head {
    margin-right: 100px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .progress-section .section-head {
        margin-right: 40px
    }
}

@media only screen and (max-width: 767px) {
    .progress-section .section-head {
        margin-right: 40px
    }
}

@media only screen and (max-width: 479px) {
    .progress-section .section-head {
        margin-right: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .progress-section .section-head .text-two {
        margin-top: 10px
    }
}

.progress-section .progress-title {
    font-size: 21px;
    font-family: "Jost", sans-serif;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 20px
}

.progress-section .progress {
    position: relative;
    width: 80%;
    overflow: visible;
    margin-bottom: 45px;
    background-color: #e1d9fe;
    height: 13px;
    border-radius: 10px
}

@media only screen and (max-width: 479px) {
    .progress-section .progress {
        width: 78%
    }
}

.progress-section .progress:last-child {
    margin-bottom: 0
}

.progress-section .progress-bar {
    overflow: visible;
    height: 13px;
    background-color: #e5b443;
    border-radius: 10px
}

.progress-section .progress-number {
    position: absolute;
    right: -70px;
    color: #e5b443;
    font-size: 21px;
    font-weight: 500;
    top: 50%;
    transform: translateY(-50%)
}

.progress-section .progress-area {
    overflow: hidden
}

.portfolio-section-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-section-top .section-head {
        width: 70%
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-section-top .section-head {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-section-top .btn-style-two {
        padding: 10px 20px
    }
}

.portfolio-menu-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 90px 0 70px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu-style {
        margin: 70px 0 50px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-menu-style {
        margin: 50px 0 30px
    }
}

.portfolio-menu-style .btn-portfolio {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-right: 50px;
    color: #1c1c1c
}

.portfolio-menu-style .btn-portfolio:last-child {
    margin-right: 0
}

.portfolio-menu-style .btn-portfolio:hover {
    color: #e5b443
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu-style .btn-portfolio {
        margin: 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-menu-style .btn-portfolio {
        margin: 0 10px
    }
}

.portfolio-menu-style .btn-portfolio.active {
    color: #e5b443
}

.single-portfolio {
    overflow: hidden;
    border-radius: 20px;
    position: relative
}

.single-portfolio .thumbnail {
    position: relative;
    display: block
}

.single-portfolio .thumbnail img {
    width: 100%
}

/*.single-portfolio .thumbnail::before {
    content: "";
    background: linear-gradient(135deg, #b8751e 0%, #b06d1c 45%, #e5b443 66%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: .5s
}*/

.single-portfolio .content {
    position: absolute;
    bottom: -30px;
    left: 0;
    opacity: 0;
    transition: .6s;
    padding: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-portfolio .content {
        padding: 30px
    }
}

@media only screen and (max-width: 767px) {
    .single-portfolio .content {
        padding: 20px
    }
}

.single-portfolio .content .subtitle {
    color: #fff;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .single-portfolio .content .subtitle {
        font-size: 14px
    }
}

.single-portfolio .content .title {
    color: #fff;
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-top: 5px
}

@media only screen and (max-width: 767px) {
    .single-portfolio .content .title {
        font-size: 20px
    }
}

.single-portfolio .content .title a:hover {
    color: #fff
}

.single-portfolio:hover .thumbnail img {
    transform: scale(1.1);
    transition: .4s;
    opacity: .3
}

.single-portfolio:hover .thumbnail::before {
    opacity: 1
}

.single-portfolio:hover .content {
    bottom: 0;
    opacity: 1;
    transition: .6s
}

.single-portfolio:hover .lightbox {
    top: 30px;
    transition: .6s;
    opacity: 1
}

.single-portfolio .large-image {
    width: 100%
}

.single-portfolio .lightbox {
    position: absolute;
    top: -20px;
    right: 30px;
    z-index: 9;
    transition: .6s;
    opacity: 0
}

.single-portfolio .lightbox .item {
    font-size: 24px;
    color: #fff
}

.portfolio-load-more {
    margin-top: 70px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-load-more {
        margin: 60px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-load-more {
        margin: 50px 0 0
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-one .section-head .title {
        width: 320px
    }
}

.portfolio-one .pagination-wrapper {
    margin-top: 70px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-one .pagination-wrapper {
        margin: 60px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-one .pagination-wrapper {
        margin: 50px 0 0
    }
}

.portfolio-details-wrapper {
    margin-top: 70px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-wrapper {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details-wrapper {
        margin-top: 40px
    }
}

.portfolio-details-wrapper .share {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.portfolio-details-wrapper .share .label {
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    margin-right: 20px
}

.portfolio-details-wrapper .share .sidebar-social li a {
    height: 50px;
    width: 50px
}

.portfolio-details-type {
    background-color: #f2f5fb;
    padding: 60px;
    border-radius: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-details-type {
        padding: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-type {
        padding: 30px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details-type {
        padding: 30px
    }
}

.portfolio-details-type li {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-type li {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details-type li {
        margin-bottom: 20px
    }
}

.portfolio-details-type li:last-child {
    margin-bottom: 0
}

.portfolio-details-type li .name {
    font-family: "Jost", sans-serif;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 18px
}

.portfolio-details-type li .type {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #8d8e99;
    font-weight: 400
}

@media only screen and (max-width: 767px) {
    .portfolio-details-type li .type {
        font-size: 18px
    }
}

.portfolio-details-inner {
    margin-left: 100px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-details-inner {
        margin-left: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-inner {
        margin-left: 0;
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details-inner {
        margin-left: 0;
        margin-top: 50px
    }
}

.portfolio-details-inner .portfolio-desc:last-child {
    margin-bottom: 0
}

.portfolio-desc {
    margin-bottom: 60px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-desc {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-desc {
        margin-bottom: 40px
    }
}

.portfolio-desc-title {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #1c1c1c;
    margin-bottom: 35px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-desc-title {
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-desc-title {
        margin-bottom: 20px;
        font-size: 26px
    }
}

.portfolio-desc .text {
    font-size: 21px;
    color: #8d8e99;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin-bottom: 30px
}

.portfolio-desc .text-two {
    font-size: 18px;
    color: #54545f;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin-bottom: 0
}

@media only screen and (max-width: 575px) {
    .portfolio-desc .text-two {
        font-size: 16px
    }
}

.portfolio-desc .solution {
    display: flex;
    justify-content: space-between;
    margin-right: 90px
}

@media only screen and (max-width: 767px) {
    .portfolio-desc .solution {
        margin-right: 0
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-desc .solution {
        justify-content: flex-start;
        flex-direction: column
    }
}

.portfolio-desc .solution li {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.portfolio-desc .solution li:last-child {
    margin-bottom: 0
}

.portfolio-desc .solution li img {
    margin-right: 30px
}

.portfolio-desc .solution li span {
    font-size: 18px;
    color: #54545f;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin-bottom: 0
}

@media only screen and (max-width: 575px) {
    .portfolio-desc .solution li span {
        font-size: 16px
    }
}

.portfolio-desc .single-process {
    padding: 30px;
    border: 1px solid #cacdd3;
    border-radius: 10px;
    margin-top: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-desc .single-process {
        padding: 15px
    }
}

.portfolio-desc .single-process .number {
    height: 55px;
    width: 55px;
    background-color: #dfd7fd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c
}

.portfolio-desc .single-process .title {
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    margin: 25px 0 18px
}

.portfolio-carousel-wrapper {
    overflow: hidden;
    position: relative
}

.portfolio-carousel-wrapper .section-head {
    margin-bottom: 100px
}

.portfolio-carousel-wrapper .section-head .text {
    max-width: 500px
}

.portfolio-carousel {
    float: left;
    width: calc(100% + 700px);
    position: relative;
    padding-top: 160px;
    margin-top: -160px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .portfolio-carousel {
        width: calc(100% + 300px)
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-carousel {
        width: calc(100% + 300px);
        padding-top: 100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-carousel {
        width: calc(100% + 200px);
        padding-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-carousel {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 70px
    }
}

.portfolio-carousel .single-portfolio-carousel {
    border-radius: 30px
}

.portfolio-swiper-arrow {
    position: absolute;
    top: 0;
    left: 58%;
    display: flex
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .portfolio-swiper-arrow {
        left: 70%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-swiper-arrow {
        left: 65%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-swiper-arrow {
        left: 64%
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-swiper-arrow {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        top: auto
    }
}

.portfolio-swiper-arrow .swiper-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5b443;
    border-radius: 100%;
    font-size: 24px;
    color: #1c1c1c;
    background-color: transparent;
    margin-left: 5px
}

@media only screen and (max-width: 767px) {
    .portfolio-swiper-arrow .swiper-btn {
        width: 40px;
        height: 40px
    }
}

.portfolio-swiper-arrow .swiper-btn:hover {
    background: linear-gradient(135deg, #e5b443 0%, #b06d1c 45%, #b8751e 66%);
    color: #fff;
    border: 0
}

.portfolio-two .single-portfolio {
    display: inline-block
}

.portfolio-two-right {
    display: flex;
    justify-content: flex-end
}

.portfolio-two-ncol {
    margin-bottom: -190px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .portfolio-two-ncol {
        margin-bottom: -45px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .portfolio-two-ncol {
        margin-bottom: -25px
    }
}

.portfolio-two-col {
    margin-bottom: 190px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .portfolio-two-col {
        margin-bottom: 45px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .portfolio-two-col {
        margin-bottom: 25px
    }
}

.portfolio-two-btn {
    position: relative;
    margin-left: 100px;
    margin-top: 60px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .portfolio-two-btn {
        margin-left: 10px;
        margin-top: 200px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-two-btn {
        margin-left: 10px;
        margin-top: 250px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-two-btn {
        margin-left: 0;
        margin-top: 135px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-two-btn {
        margin-left: 0;
        margin-top: 65px
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-two-btn {
        margin-left: 0;
        margin-top: 20px
    }
}

.portfolio-two-btn .btn-style-three:hover {
    background-color: #e5b443;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .portfolio-two .section-head.section-title-center {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-two .section-head .title {
        font-size: 48px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-two .section-head .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-two .section-head .title {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-two-single .content {
        padding: 30px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-two-single .content {
        padding: 20px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-two-single .content {
        padding: 20px 20px 30px
    }
}

.portfolio-two-single .content .title {
    font-size: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-two-single .content .title {
        font-size: 26px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-two-single .content .title {
        font-size: 22px
    }
}

.work-banner {
    background-color: #b8751e;
    padding: 100px 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .work-banner {
        padding: 80px 90px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-banner {
        padding: 80px 60px
    }
}

@media only screen and (max-width: 767px) {
    .work-banner {
        padding: 60px 40px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media only screen and (max-width: 479px) {
    .work-banner {
        padding: 30px 20px;
        flex-direction: column
    }
}

.work-banner .section-head .subtitle {
    color: #fff
}

@media only screen and (max-width: 479px) {
    .work-banner .section-head .subtitle {
        font-size: 14px;
        letter-spacing: 2px
    }
}

.work-banner .section-head .title {
    color: #fff;
    font-size: 48px;
    margin-top: 14px
}

@media only screen and (max-width: 767px) {
    .work-banner .section-head .title {
        font-size: 40px;
        margin-top: 5px
    }
}

@media only screen and (max-width: 575px) {
    .work-banner .section-head .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 479px) {
    .work-banner .section-head .title {
        font-size: 28px;
        margin-top: 0
    }
}

.work-banner .section-head .text {
    color: #fff;
    margin-top: 20px;
    font-size: 18px
}

@media only screen and (max-width: 479px) {
    .work-banner .section-head .text {
        font-size: 15px;
        margin-top: 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .work-banner .section-head {
        width: 70%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-banner .section-head {
        width: 70%
    }
}

@media only screen and (max-width: 767px) {
    .work-banner .section-head {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .work-banner-btn {
        margin-top: 30px
    }
}

@media only screen and (max-width: 479px) {
    .work-banner-btn {
        margin-top: 20px
    }
}

@media only screen and (max-width: 479px) {
    .work-banner-btn .btn-style-three {
        padding: 15px 25px;
        display: flex
    }
}

.workbanner-two {
    overflow: hidden;
    position: relative;
    z-index: 9
}

.workbanner-two .work-banner {
    border-radius: 20px 0 0 20px;
    padding: 100px 0 100px 110px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .workbanner-two .work-banner {
        padding: 80px 0 80px 90px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .workbanner-two .work-banner {
        padding: 80px 0 80px 60px
    }
}

@media only screen and (max-width: 767px) {
    .workbanner-two .work-banner {
        padding: 60px 0 60px 40px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media only screen and (max-width: 479px) {
    .workbanner-two .work-banner {
        padding: 30px 0 30px 20px;
        flex-direction: column;
        align-items: flex-start
    }
}

.workbanner-two .work-banner::after {
    background-color: #b8751e;
    content: "";
    height: 100%;
    left: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1
}

.workbanner-two .work-banner .btn-style-three {
    padding: 20px 44px
}

.workbanner-three {
    position: relative;
    margin-bottom: -190px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .workbanner-three {
        margin-bottom: -150px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .workbanner-three {
        margin-bottom: -110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .workbanner-three {
        margin-bottom: -80px
    }
}

@media only screen and (max-width: 767px) {
    .workbanner-three {
        margin-bottom: -60px
    }
}

@media only screen and (max-width: 479px) {
    .workbanner-three {
        margin-bottom: -60px
    }
}

.single-team {
    position: relative
}

.single-team .team-content {
    background-color: #fff;
    border-top: 3px solid #e5b443;
    box-shadow: 21px 0 48px rgba(41, 8, 155, 0.08);
    padding: 25px 0 30px;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 1;
    margin-top: -30px
}

.single-team .team-content .title {
    color: #1c1c1c;
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-bottom: 10px
}

.single-team .team-content .subtitle {
    font-size: 16px
}

.single-team .team-thumb {
    position: relative;
    border-radius: 10px
}

.single-team .team-thumb img {
    width: 100%;
    border-radius: 10px
}

.single-team .team-thumb .image {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.single-team .team-thumb .image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #b8751e 0%, #b06d1c 45%, #e5b443 66%);
    border-radius: 10px;
    opacity: 0;
    transition: .3s
}

.single-team .sidebar-social {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 10px
}

.single-team .sidebar-social li {
    left: -10px;
    position: relative;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.single-team .sidebar-social li a {
    font-size: 16px;
    height: 40px;
    width: 40px;
    margin-right: 0;
    margin-bottom: 5px
}

.single-team .sidebar-social li:nth-child(1) {
    transition-delay: .1s
}

.single-team .sidebar-social li:nth-child(2) {
    transition-delay: .2s
}

.single-team .sidebar-social li:nth-child(3) {
    transition-delay: .3s
}

.single-team .sidebar-social li:nth-child(4) {
    transition-delay: .4s
}

.single-team:hover .team-thumb .image::after {
    opacity: .6;
    transition: .3s
}

.single-team:hover .sidebar-social li {
    opacity: 1;
    visibility: visible;
    left: 10px
}

.team-wrapper:nth-child(2n+2) {
    margin-top: 50px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-wrapper:nth-child(2n+2) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .team-wrapper:nth-child(2n+2) {
        margin-top: 10px
    }
}

@media only screen and (max-width: 575px) {
    .team-wrapper:nth-child(2n+2) {
        margin-top: 0
    }
}

.all-members .team-wrapper:nth-child(2n+2) {
    margin-top: 0
}

.member-title {
    font-size: 36px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .member-title {
        font-size: 30px;
        margin-bottom: 30px
    }
}

.member .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #54545f
}

.member-thumb img {
    width: 100%
}

.member-identity {
    background-color: #f2f5fb;
    padding: 45px 20px;
    margin-top: 20px;
    text-align: center;
    border-radius: 20px
}

.member-identity .name {
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c
}

@media only screen and (max-width: 767px) {
    .member-identity .name {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .member-identity .name {
        font-size: 30px
    }
}

.member-identity .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #54545f;
    margin-top: 15px;
    display: block
}

.member-identity .sidebar-social {
    margin-top: 20px
}

.member-identity .sidebar-social li a {
    width: 50px;
    height: 50px
}

.member-content {
    padding-left: 88px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .member-content {
        padding-left: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .member-content {
        padding-left: 0;
        margin-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .member-content {
        margin-top: 50px
    }
}

.member-availability {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .member-availability {
        margin-top: 20px
    }
}

.member-availability li {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.member-availability li:last-child {
    margin-bottom: 0
}

.member-availability li .label {
    max-width: 140px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    color: #1c1c1c
}

.member-availability li .detail {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #54545f
}

.member .progress-section {
    padding: 5px 0
}

.radial-progress-single {
    text-align: start
}

@media only screen and (max-width: 575px) {
    .radial-progress-single {
        display: flex;
        align-items: center
    }
}

.radial-progress-single .circle-info {
    padding-top: 20px;
    text-align: start
}

@media only screen and (max-width: 575px) {
    .radial-progress-single .circle-info {
        padding: 0 0 0 20px;
        max-width: 250px
    }
}

.radial-progress-single .circle-info .title {
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 15px
}

.radial-progress-single .circle-info .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #54545f
}

.radial-progress {
    position: relative;
    width: 123px
}

.radial-progress .circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.radial-progress .circle-text span.count {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    color: #1c1c1c;
    position: relative
}

.team-about-section {
    position: relative;
    background-color: #f2f5fb
}

.team-about-section::after {
    content: "";
    background-color: #f2f5fb;
    height: 190px;
    width: 100%;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: -1
}

.team-two .btn-style-one {
    margin-top: 20px
}

.team-group {
    position: relative
}

@media only screen and (max-width: 575px) {
    .team-group .group-image {
        width: 100%
    }
}

.team-group-one {
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-group-one {
        right: -20px
    }
}

.team-group-two {
    margin-top: 130px;
    margin-bottom: 160px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-group-two {
        margin-top: 200px;
        margin-bottom: 220px
    }
}

@media only screen and (max-width: 767px) {
    .team-group-two {
        margin-top: 100px;
        margin-bottom: 200px
    }
}

@media only screen and (max-width: 575px) {
    .team-group-two {
        margin-top: 150px;
        margin-bottom: 150px
    }
}

@media only screen and (max-width: 479px) {
    .team-group-two {
        margin-top: 35px;
        margin-bottom: 90px
    }
}
.features .sticky-images{
    position: sticky ;
    top: 80px;
}
.team-group-three {
    bottom: 0;
    left: 227px;
    position: absolute;
    z-index: 2
}
.features .team-group-two{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.features .team-group-three {
    top: 13% !important;
    left: 0px;
    position: absolute;
    z-index: 2
}
.features .fea-box{
    background: #f6f6f6;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 10px;
    transition: all .3s ease;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.features .fea-box h5{
transition: all .3s ease;
font-family: "Roboto", sans-serif;
font-weight: 700;
font-size: 1.25rem;
color: #121127;
line-height: 1.2;
margin-bottom: 1rem;
}
.features .fea-box p{
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #494949;
}
.why-choose .section-head ul {
    display: flex;
    flex-wrap: wrap;
}
.why-choose{
    background: #0b0b0b;
    overflow: hidden;
}
.why-choose .section-head .title{
    color: #fff;
}
.why-choose .section-head .text{
    color: #e8e8e8;
}
.why-choose .section-head ul li {
    flex-basis: 50%;
    padding: 20px 0;
    font-size: 16px;
    color: #ffffff;
}
.why-choose .section-head .choose-icon{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.why-choose .section-head ul li span{
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.why-choose .section-head ul li p{
    color: #fff;
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .features .sticky-images{
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-group-three {
        left: 100px
    }
}

@media only screen and (max-width: 767px) {
    .team-group-three {
        left: 160px
    }
}

@media only screen and (max-width: 575px) {
    .team-group-three {
        left: auto;
        right: 0
    }
}

.testimonial {
    overflow: hidden;
    position: relative
}

.testimonial-wrapper {
    background-color: #b8751e;
    position: relative;
    padding: 190px 0;
    border-radius: 20px 0 0 20px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-wrapper {
        padding: 150px 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper {
        padding: 110px 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper {
        padding: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-wrapper {
        padding: 60px 0
    }
}

@media only screen and (max-width: 479px) {
    .testimonial-wrapper {
        padding: 60px 0
    }
}

.testimonial-wrapper::after {
    background-color: #b8751e;
    content: "";
    height: 100%;
    left: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1
}

.testimonial-wrapper .large-quote {
    position: absolute;
    top: 0;
    right: -190px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper .large-quote {
        right: 0;
        width: 200px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper .large-quote {
        right: 0;
        width: 140px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-wrapper .large-quote {
        right: 0;
        width: 60px
    }
}

.testimonial-wrapper .large-text {
    position: absolute;
    bottom: -106px;
    right: -190px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper .large-text {
        bottom: -69px;
        right: 0;
        width: 450px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper .large-text {
        bottom: -53px;
        right: 0;
        width: 350px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-wrapper .large-text {
        bottom: -31px;
        right: 0;
        width: 200px
    }
}

@media only screen and (max-width: 479px) {
    .testimonial-wrapper .large-text {
        bottom: -23px;
        right: 0;
        width: 150px
    }
}

.testimonial-inner {
    padding-left: 226px;
    padding-right: 300px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-inner {
        padding-left: 100px;
        padding-right: 150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-inner {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-inner {
        padding-left: 60px;
        padding-right: 30px
    }
}

@media only screen and (max-width: 479px) {
    .testimonial-inner {
        padding-left: 25px;
        padding-right: 25px
    }
}

.testimonial-inner .section-head {
    margin-bottom: 65px
}

@media only screen and (max-width: 767px) {
    .testimonial-inner .section-head {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 479px) {
    .testimonial-inner .section-head {
        margin-bottom: 30px
    }
}

.testimonial-inner .section-head .title {
    color: #fff
}

.testimonial-inner .section-head .subtitle {
    color: #fff
}

.testimonial-single {
    display: flex
}

.testimonial-single-quote {
    width: 88px;
    position: relative;
    margin-top: -25px
}

@media only screen and (max-width: 767px) {
    .testimonial-single-quote {
        width: 70px
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-single-quote {
        width: 40px
    }
}

@media only screen and (max-width: 479px) {
    .testimonial-single-quote {
        width: 22px
    }
}

.testimonial-single-content {
    width: calc(100% - 88px);
    padding-left: 30px
}

@media only screen and (max-width: 767px) {
    .testimonial-single-content {
        width: calc(100% - 70px);
        padding-left: 20px
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-single-content {
        width: calc(100% - 40px);
        padding-left: 10px
    }
}

@media only screen and (max-width: 479px) {
    .testimonial-single-content {
        width: calc(100% - 22px);
        padding-left: 10px
    }
}

.testimonial-single-content .client-text {
    font-size: 30px;
    font-style: italic;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .testimonial-single-content .client-text {
        font-size: 24px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 479px) {
    .testimonial-single-content .client-text {
        font-size: 20px
    }
}

.testimonial-single-content .client-info {
    display: flex;
    align-items: center
}

.testimonial-single-content .client-info img {
    margin-right: 30px
}

.testimonial-single-content .client-info .name {
    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 24px
}

.testimonial-single-content .client-info .name .designation {
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", sans-serif
}

.testimonialone .swiper-slide {
    padding-top: 30px
}

.testimonialone .swiper-arrow {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-left: 120px
}

@media only screen and (max-width: 767px) {
    .testimonialone .swiper-arrow {
        margin-left: 100px
    }
}

@media only screen and (max-width: 575px) {
    .testimonialone .swiper-arrow {
        margin-top: 40px;
        margin-left: 50px
    }
}

@media only screen and (max-width: 479px) {
    .testimonialone .swiper-arrow {
        margin-top: 30px;
        margin-left: 40px
    }
}

.testimonialone .swiper-btn-prev {
    position: relative;
    height: 30px;
    width: 60px;
    overflow: hidden
}

.testimonialone .swiper-btn-prev img:nth-child(1) {
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.testimonialone .swiper-btn-prev img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.testimonialone .swiper-btn-prev:hover img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.testimonialone .swiper-btn-prev:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.testimonialone .swiper-btn-next {
    position: relative;
    height: 30px;
    width: 60px;
    overflow: hidden
}

.testimonialone .swiper-btn-next img:nth-child(1) {
    opacity: 1;
    visibility: visible;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.testimonialone .swiper-btn-next img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg)
}

.testimonialone .swiper-btn-next:hover img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.testimonialone .swiper-btn-next:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg)
}

.testimonial-two {
    position: relative
}

.testimonial-two::after {
    content: "";
    background-color: #f2f5fb;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -400px
}

.testimonial-two .section-head {
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-two .section-head {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-two .section-head {
        margin-bottom: 30px
    }
}

.testimonialtwo {
    padding-bottom: 90px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonialtwo {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .testimonialtwo {
        padding-bottom: 50px
    }
}

.testimonialtwo-single {
    padding: 70px 50px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(41, 8, 155, 0.12);
    margin: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonialtwo-single {
        padding: 40px 30px
    }
}

@media only screen and (max-width: 575px) {
    .testimonialtwo-single {
        padding: 40px 30px
    }
}

.testimonialtwo-top {
    text-align: center
}

.testimonialtwo-text {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    color: #54545f;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 30px
}

@media only screen and (max-width: 575px) {
    .testimonialtwo-text {
        font-size: 16px;
        margin: 20px 0
    }
}

.testimonialtwo-content {
    display: flex;
    align-items: center;
    margin-top: 32px;
    justify-content: center
}

@media only screen and (max-width: 575px) {
    .testimonialtwo-content {
        margin-top: 20px
    }
}

.testimonialtwo-thumb {
    margin-right: 20px
}

.testimonialtwo-info {
    display: flex;
    flex-direction: column
}

.testimonialtwo-info .name {
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c
}

@media only screen and (max-width: 575px) {
    .testimonialtwo-info .name {
        font-size: 20px
    }
}

.testimonialtwo-info .designation {
    font-family: "Roboto", sans-serif;
    color: #a3a1a9;
    font-size: 16px;
    margin-top: 5px
}

.testimonialtwo .sliderone-pagination {
    bottom: 0!important
}

.testimonial-style-two {
    position: relative
}

.testimonial-style-two .section-head .title {
    color: #fff
}

.testimonial-style-two .section-head .subtitle {
    color: #fff
}

.testimonial-style-two .section-head .text {
    color: #fff
}

.testimonial-style-two::after {
    background-color: #b8751e;
    top: 0;
    bottom: 190px;
    height: calc(100% - 190px)
}

.testimonial-style-two .shape-one {
    position: absolute;
    top: -135px;
    left: 0;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .testimonial-style-two .shape-one {
        left: -70px
    }
}

.testimonial-three {
    position: relative;
    background: #000;
    border-bottom: 1px solid #ccc
}

.testimonial-three .section-head .title {
    color: #fff
}

.testimonial-three .section-head {
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-three .section-head {
        margin-bottom: 60px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-three .section-head {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-three .section-head {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .testimonial-three-left {
        display: none
    }
}

.testimonial-three-left .left-author {
    position: absolute;
    left: 0
}

.testimonial-three-left .left-1 {
    top: 38%;
    left: 72px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-left .left-1 {
        left: 0
    }
}

.testimonial-three-left .left-2 {
    left: 317px;
    top: 46%
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-left .left-2 {
        left: 200px
    }
}

.testimonial-three-left .left-3 {
    left: 170px;
    top: 57%
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-left .left-3 {
        left: 100px
    }
}

.testimonial-three-left .left-4 {
    left: 202px;
    top: 74%
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-left .left-4 {
        left: 130px
    }
}

.testimonial-three-left .testimonial-shape-left-1 {
    top: 522px;
    left: 230px;
    -webkit-animation: scaleOne 1.4s alternate infinite ease-in;
    animation: scaleOne 1.4s alternate infinite ease-in
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-left .testimonial-shape-left-1 {
        left: 130px
    }
}

.testimonial-three-left .testimonial-shape-left-2 {
    bottom: 282px;
    left: 84px;
    -webkit-animation: scaleOne 1.3s alternate infinite ease-in;
    animation: scaleOne 1.3s alternate infinite ease-in
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-left .testimonial-shape-left-2 {
        left: 14px
    }
}

.testimonial-three-left .testimonial-shape-left-3 {
    bottom: 355px;
    left: 352px;
    -webkit-animation: scaleTwo 1.5s alternate infinite ease-in;
    animation: scaleTwo 1.5s alternate infinite ease-in
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-left .testimonial-shape-left-3 {
        left: 230px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .testimonial-three-right {
        display: none
    }
}

.testimonial-three-right .right-author {
    position: absolute;
    right: 0
}

.testimonial-three-right .right-1 {
    top: 445px;
    right: 308px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-right .right-1 {
        right: 208px;
        top: 400px
    }
}

.testimonial-three-right .right-2 {
    right: 151px;
    top: 542px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-right .right-2 {
        right: 50px
    }
}

.testimonial-three-right .right-3 {
    right: 282px;
    bottom: 268px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-right .right-3 {
        right: 180px
    }
}

.testimonial-three-right .right-4 {
    right: 70px;
    bottom: 190px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-right .right-4 {
        right: 0
    }
}

.testimonial-three-right .testimonial-shape-right-1 {
    bottom: 350px;
    right: 188px;
    -webkit-animation: scaleOne 1.4s alternate infinite ease-in;
    animation: scaleOne 1.4s alternate infinite ease-in
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-right .testimonial-shape-right-1 {
        right: 88px
    }
}

.testimonial-three-right .testimonial-shape-right-2 {
    bottom: 468px;
    right: 370px;
    -webkit-animation: scaleOne 1.3s alternate infinite ease-in;
    animation: scaleOne 1.3s alternate infinite ease-in
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-right .testimonial-shape-right-2 {
        right: 270px
    }
}

.testimonial-three-right .testimonial-shape-right-3 {
    top: 444px;
    right: 67px;
    -webkit-animation: scaleTwo 1.5s alternate infinite ease-in;
    animation: scaleTwo 1.5s alternate infinite ease-in
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonial-three-right .testimonial-shape-right-3 {
        right: 0
    }
}

.testimonial-three .testimonial-shape-one {
    width: 10px;
    height: 10px;
    background-color: #e5b443;
    border-radius: 100%;
    display: flex;
    position: absolute
}

.testimonial-three .testimonial-shape-two {
    border: 3px solid #e5b443;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    position: absolute
}

.testimonialthree {
    padding-bottom: 90px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonialthree {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .testimonialthree {
        padding-bottom: 50px
    }
}

.testimonialthree-single {
    max-width: 875px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (min-width: 1550px) and (max-width: 1670px) {
    .testimonialthree-single {
        max-width: 690px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonialthree-single {
        max-width: 600px
    }
}

.testimonialthree-top {
    text-align: center
}

.testimonialthree-text {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.6;
    color: #ccc;
    font-weight: 400;
    margin: 50px 0
}

@media only screen and (min-width: 1550px) and (max-width: 1670px) {
    .testimonialthree-text {
        font-size: 28px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .testimonialthree-text {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonialthree-text {
        margin: 40px 0;
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) {
    .testimonialthree-text {
        font-size: 18px;
        margin: 20px 0
    }
}

.testimonialthree-content {
    display: flex;
    align-items: center;
    margin-top: 32px;
    justify-content: center
}

@media only screen and (max-width: 575px) {
    .testimonialthree-content {
        margin-top: 20px
    }
}

.testimonialthree-thumb {
    margin-right: 40px
}

@media only screen and (max-width: 767px) {
    .testimonialthree-thumb {
        margin-right: 20px
    }
}

.testimonialthree-info {
    display: flex;
    align-items: center
}

.testimonialthree-info .name {
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #e5b443
}

@media only screen and (max-width: 575px) {
    .testimonialthree-info .name {
        font-size: 20px
    }
}

.testimonialthree-info .designation {
    font-family: "Roboto", sans-serif;
    color: #a3a1a9;
    font-size: 16px;
    margin-top: 5px
}

.testimonialthree .sliderone-pagination {
    bottom: 0!important
}

.testimonial-style-three {
    position: relative
}

.testimonial-style-three .section-head .title {
    color: #fff
}

.testimonial-style-three .section-head .subtitle {
    color: #fff
}

.testimonial-style-three .section-head .text {
    color: #fff
}

.testimonial-style-three::after {
    background-color: #b8751e;
    top: 0;
    bottom: 190px;
    height: calc(100% - 190px)
}

.testimonial-style-three .shape-one {
    position: absolute;
    top: -135px;
    left: 0;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .testimonial-style-three .shape-one {
        left: -70px
    }
}

@-webkit-keyframes scaleOne {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.8)
    }
}

@keyframes scaleOne {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.8)
    }
}

@-webkit-keyframes scaleTwo {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.3)
    }
}

@keyframes scaleTwo {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.3)
    }
}

.blog-thumbnail {
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

.blog-thumbnail img {
    width: 100%
}

.blog-info {
    padding: 40px 30px;
    box-shadow: 10px 0 49px rgba(25, 7, 89, 0.08);
    border-radius: 0 0 20px 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-info {
        padding: 30px 10px
    }
}

@media only screen and (max-width: 767px) {
    .blog-info {
        padding: 30px 10px
    }
}

.blog-info .meta {
    display: flex;
    align-items: center
}

.blog-info .meta li {
    position: relative;
    font-weight: 400;
    line-height: 1;
    margin-right: 10px;
    padding-right: 15px
}

@media only screen and (max-width: 767px) {
    .blog-info .meta li {
        margin-right: 5px;
        padding-right: 10px
    }
}

.blog-info .meta li::after {
    background: #e5b443;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%)
}

.blog-info .meta li:first-child {
    color: #e5b443;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .blog-info .meta li:first-child {
        font-size: 14px
    }
}

.blog-info .meta li:last-child {
    color: #a3a1a9;
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

@media only screen and (max-width: 767px) {
    .blog-info .meta li:last-child {
        font-size: 14px
    }
}

.blog-info .meta li:last-child::after {
    display: none
}

.blog-info .title {
    color: #1c1c1c;
    font-size: 21px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 12px
}

.blog:hover .blog-thumbnail img {
    opacity: .7;
    transform: scale(1.01)
}

.blog-three-wrapper {
    margin-bottom: -50px
}

@media only screen and (max-width: 575px) {
    .blog-three-wrapper {
        margin-bottom: -30px
    }
}

.blog-three .section-head {
    max-width: 424px;
    width: 100%;
    margin: 0 auto 0 0
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .blog-three .section-head {
        max-width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .blog-three .section-head .text {
        margin-top: 10px;
        margin-bottom: 0
    }
}

.blog-three .section-head .btn {
    margin-top: 40px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .blog-three .section-head .btn {
        margin-top: 30px
    }
}

.blog-three .section-head .btn:hover {
    color: #fff;
    background-color: #e5b443
}

.blog-three-single {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .blog-three-single {
        gap: 20px
    }
}

@media only screen and (max-width: 575px) {
    .blog-three-single {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px
    }
}

.blog-three-image {
    max-width: 312px;
    width: 100%
}

.blog-three-image img {
    width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .blog-three-image {
        max-width: 290px
    }
}

@media only screen and (max-width: 575px) {
    .blog-three-image {
        max-width: 100%
    }
}

.blog-three-image a:hover img {
    opacity: .8
}

.blog-three-content .blog-info {
    box-shadow: none;
    padding: 0;
    border-radius: 0
}

@media only screen and (max-width: 767px) {
    .blog-three-content .title {
        font-size: 18px
    }
}

.blog-three-content .text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #54545f;
    margin: 15px 0 22px
}

@media only screen and (max-width: 767px) {
    .blog-three-content .text {
        margin: 10px 0 15px;
        font-size: 16px
    }
}

.blog-three-content .read-more {
    font-size: 18px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    color: #1c1c1c;
    display: flex;
    align-items: center;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .blog-three-content .read-more {
        font-size: 15px
    }
}

.blog-three-content .read-more i {
    color: #e5b443;
    margin-right: 10px
}

.blog-three-content .read-more:hover {
    color: #e5b443
}

.standard-blog .single-blog:last-child {
    margin-bottom: 0
}

.single-blog {
    margin-bottom: 60px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .single-blog {
        margin-bottom: 40px
    }
}

.single-blog-thumb img {
    width: 100%
}

.single-blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-meta {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-meta {
        margin-top: 30px
    }
}

.single-blog-meta li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.single-blog-meta li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #a3a1a9;
    border-radius: 100%
}

.single-blog-meta li:last-child::after {
    display: none;
    margin-right: 0;
    padding-right: 0
}

.single-blog-meta li p {
    margin-bottom: 0;
    color: #a3a1a9;
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

.single-blog-meta li span {
    color: #e5b443;
    margin-right: 10px
}

.single-blog-meta li a {
    font-size: 16px;
    color: #1c1c1c;
    font-family: "Jost", sans-serif;
    font-weight: 500
}

.single-blog-meta li a:hover {
    color: #e5b443
}

.single-blog-content .title {
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c
}

@media only screen and (max-width: 767px) {
    .single-blog-content .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .single-blog-content .title {
        font-size: 30px
    }
}

.single-blog-content .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #54545f;
    margin: 30px 0
}

@media only screen and (max-width: 767px) {
    .single-blog-content .text {
        font-size: 16px;
        margin: 20px 0
    }
}

.single-blog-content .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.single-blog-content .content-bottom .read-more {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1.16;
    color: #1c1c1c
}

.single-blog-content .content-bottom .read-more:hover {
    color: #e5b443
}

.single-blog-content .content-bottom .read-more i {
    color: #e5b443;
    margin-right: 7px
}

.single-blog-content .content-bottom .time {
    font-size: 16px
}

.single-blog-share-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px
}

@media only screen and (max-width: 767px) {
    .single-blog-share-tag {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 30px
    }
}

.single-blog-share-tag .tags,
.single-blog-share-tag .share {
    display: flex;
    align-items: center
}

.single-blog-share-tag .tags .label,
.single-blog-share-tag .share .label {
    color: #1c1c1c;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    margin-right: 20px;
    font-size: 18px
}

@media only screen and (max-width: 767px) {
    .single-blog-share-tag .tags {
        margin-bottom: 20px
    }
}

.single-blog-share-tag .tags ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.single-blog-share-tag .tags ul li {
    margin-right: 5px
}

.single-blog-share-tag .tags ul li a {
    color: #a3a1a9;
    font-size: 18px;
    font-weight: 300
}

@media only screen and (max-width: 767px) {
    .single-blog-share-tag .tags ul li a {
        font-size: 16px
    }
}

.single-blog-share-tag .tags ul li a:hover {
    color: #e5b443
}

.single-blog-share-tag .sidebar-social li a {
    height: 50px;
    width: 50px
}

.single-blog-two {
    position: relative;
    overflow: hidden
}

.single-blog-two-thumb {
    overflow: hidden;
    transition: .5s;
    border-radius: 13px;
    position: relative
}

.single-blog-two-thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    transition: .5s;
    z-index: 3
}

.single-blog-two-thumb img {
    width: 100%
}

.single-blog-two-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 45px;
    z-index: 4
}

.single-blog-two-content .meta {
    display: flex;
    align-items: center
}

.single-blog-two-content .meta li {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    margin-right: 20px;
    padding-right: 20px
}

.single-blog-two-content .meta li:last-child {
    margin-right: 0;
    padding-right: 0
}

.single-blog-two-content .meta li:last-child::after {
    display: none
}

.single-blog-two-content .meta li::after {
    content: "";
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 1px
}

.single-blog-two-content .title {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 6px
}

.single-blog-two-content .title:hover a {
    color: #e5b443
}

.single-blog-two:hover .single-blog-two-thumb::before {
    height: 100%;
    background: linear-gradient(to top, black 0%, black 0%, rgba(0, 0, 0, 0) 100%);
    transition: .5s
}

.single-blog-two:hover .single-blog-two-thumb img {
    transform: scale(1.01);
    z-index: 1
}

.single-subblog {
    border: 1px solid #cacdd3;
    border-radius: 10px;
    padding: 35px
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .single-subblog {
        padding: 31px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-subblog {
        padding: 21px
    }
}

.single-subblog .subtitle {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #e5b443;
    font-weight: 500
}

.single-subblog .title {
    font-family: "Jost", sans-serif;
    font-size: 21px;
    color: #1c1c1c;
    font-weight: 500;
    margin-top: 10px
}

.single-subblog .title a:hover {
    color: #e5b443
}

.single-subblog .date {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #a3a1a9;
    margin-top: 73px;
    display: block
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .single-subblog .date {
        margin-top: 43px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-subblog .date {
        margin-top: 23px
    }
}

.blockquote {
    display: flex;
    align-items: flex-start
}

.blockquote .thumb {
    width: 100px
}

@media only screen and (max-width: 767px) {
    .blockquote .thumb {
        width: 80px
    }
}

.blockquote .content {
    width: calc(100% - 100px);
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .blockquote .content {
        width: calc(100% - 80px)
    }
}

.blockquote .content p {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: italic;
    color: #8d8e99;
    line-height: 1.5
}

@media only screen and (max-width: 767px) {
    .blockquote .content p {
        font-size: 20px
    }
}

.blockquote .blockquote-footer {
    position: relative;
    padding-left: 40px;
    margin-top: 5px
}

.blockquote .blockquote-footer::before {
    content: "";
    width: 29px;
    height: .5px;
    position: absolute;
    background-color: #1c1c1c;
    left: 0;
    top: 55%
}

.blockquote .blockquote-footer .name {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 500
}

.blockquote .blockquote-footer .designation {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #a3a1a9;
    font-weight: 300
}

.post-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cacdd3;
    padding: 30px;
    border-radius: 20px;
    margin-top: 45px
}

@media only screen and (max-width: 767px) {
    .post-nav-link {
        padding: 15px
    }
}

.post-nav-link .post-prev {
    display: flex;
    align-items: center;
    margin-right: 10px
}

@media only screen and (max-width: 767px) {
    .post-nav-link .post-prev {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.post-nav-link .post-prev .thumb {
    margin-right: 10px;
    flex-shrink: 0
}

.post-nav-link .post-prev .content {
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    .post-nav-link .post-prev .content {
        margin-left: 0
    }
}

.post-nav-link .post-next {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: end;
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    .post-nav-link .post-next {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end
    }
}

.post-nav-link .post-next .thumb {
    margin-left: 10px;
    flex-shrink: 0
}

.post-nav-link .post-next .content {
    margin-right: 10px
}

@media only screen and (max-width: 767px) {
    .post-nav-link .post-next .content {
        margin-right: 0
    }
}

.post-nav-link .thumb {
    width: 90px
}

.post-nav-link .content {
    width: calc(100% - 100px)
}

@media only screen and (max-width: 767px) {
    .post-nav-link .content {
        width: 100%;
        margin-top: 10px
    }
}

.post-nav-link .content .prev-arrow,
.post-nav-link .content .next-arrow {
    font-size: 16px;
    color: #e5b443;
    font-weight: 500
}

.post-nav-link .content .prev-arrow i {
    margin-right: 7px
}

.post-nav-link .content .next-arrow i {
    margin-left: 7px
}

.post-nav-link .content .title {
    font-size: 21px;
    color: #1c1c1c;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 5px
}

.entry-author {
    background-color: #f2f5fb;
    padding: 48px;
    border-radius: 20px;
    display: flex;
    margin-top: 70px
}

@media only screen and (max-width: 767px) {
    .entry-author {
        padding: 20px;
        margin-top: 44px
    }
}

@media only screen and (max-width: 479px) {
    .entry-author {
        flex-direction: column
    }
}

.entry-author .thumb {
    flex-shrink: 0;
    margin-right: 30px
}

@media only screen and (max-width: 479px) {
    .entry-author .thumb {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.entry-author .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px
}

@media only screen and (max-width: 479px) {
    .entry-author .head {
        margin-bottom: 20px
    }
}

.entry-author .head .title {
    font-family: "Jost", sans-serif;
    color: #1c1c1c
}

.entry-author .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #54545f;
    margin-bottom: 30px
}

@media only screen and (max-width: 575px) {
    .entry-author .text {
        margin-bottom: 20px;
        font-size: 16px
    }
}

.entry-author .read-more {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c
}

.entry-author .read-more:hover {
    color: #e5b443
}

.entry-author .read-more i {
    color: #e5b443;
    margin-right: 7px
}

.comment {
    margin-top: 70px
}

@media only screen and (max-width: 767px) {
    .comment {
        margin-top: 44px
    }
}

.comment .title {
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
    margin-bottom: 45px
}

@media only screen and (max-width: 767px) {
    .comment .title {
        font-size: 40px;
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 575px) {
    .comment .title {
        font-size: 30px;
        margin-bottom: 30px
    }
}

.comment-1 {
    border: 1px solid #cacdd3;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width: 767px) {
    .comment-1 {
        padding: 20px
    }
}

@media only screen and (max-width: 479px) {
    .comment-1 {
        flex-direction: column
    }
}

.comment-thumb {
    flex-shrink: 0;
    margin-right: 30px
}

@media only screen and (max-width: 479px) {
    .comment-thumb {
        margin-bottom: 20px
    }
}

.comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.comment-head .meta {
    display: flex;
    align-items: center
}

.comment-title {
    font-family: "Jost", sans-serif;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 24px
}

.comment .meta {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.comment .meta .date {
    font-size: 14px;
    margin-right: 10px
}

.comment .meta .time {
    font-size: 14px
}

.comment .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #54545f;
    margin-top: 20px;
    margin-bottom: 0
}

@media only screen and (max-width: 575px) {
    .comment .text {
        font-size: 16px
    }
}

.comment .replay {
    font-family: "Jost", sans-serif;
    color: #1c1c1c;
    padding: 14px 30px;
    border-radius: 30px;
    background-color: #e2c4ff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    .comment .replay {
        padding: 14px 20px;
        font-size: 14px
    }
}

.comment-list .comment-inner {
    margin-bottom: 30px
}

.comment-list .comment-inner:last-child {
    margin-bottom: 0
}

.comment-children {
    margin-left: 40px;
    margin-bottom: 30px;
    margin-top: 30px
}

.comment-form {
    margin-top: 70px
}

@media only screen and (max-width: 767px) {
    .comment-form {
        margin-top: 44px
    }
}

.comment-form .title {
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
    margin-bottom: 45px
}

@media only screen and (max-width: 767px) {
    .comment-form .title {
        font-size: 40px;
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 575px) {
    .comment-form .title {
        font-size: 30px;
        margin-bottom: 30px
    }
}

.comment-form-inner {
    background-color: #f9f1e4;
    padding: 60px;
    border-radius: 20px
}

.custom_design .comment-form-inner {
    background-color: #f9f1e4;
    padding: 30px;
    border-radius: 20px
}

.custom_design .comment-form-inner label.customradio  {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    color: #333;
    width: 100%;
    padding: 15px;
    text-align: center;
    /* background: #000; */
}

.custom_design .contact-form input.attached {
    height: auto;
    border-radius: 0;
    background: no-repeat;
    padding: 0;
    box-shadow: inherit;
    margin-top: 10px;
}
.drop-zone {
    max-width: 200px;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #9f9f9f;
    border: 4px dashed #9b9b9b;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  .nfccard .card {
    font: 16px/1.5 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 425px;
    height: 270px;
    text-align: left;
    padding: 30px;
    margin-bottom: 30px;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    background-size: contain !important;
    border: 0;
}
.nfccard .card1 {
    font: 16px/1.5 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 425px;
    height: 270px;
    text-align: left;
    padding: 30px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    background-size: contain !important;
    border: 0;
}
.nfccard .card1 .update {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 500px;
    width: 100%;
    height: 100px;
    display: table-cell;
    padding: 5px 20px;
}
  .card__number {
      font-size: 30px;
      padding: 90px 0 15px;
      text-align: center;
      width: 50%;
      float: left;
    }
  .card__owner .firstname{
    width: 100%;
    font-size:20px;
    text-align: center;
    float: left;
  }
    .additional {
      font-size: 14px;
      text-align: center;
      float: left;
      width: 100%;
    }
  
    
  .card__owner,
    .card__logo {
      width: 50%;
      float: left;
      padding: 19px 15px;
    }
    .card__owner{border-left: 1px solid #565252;}
    
    .card__strip {
      background: #000;
      height: 50px;
      margin-bottom: 30px;
    }
  
    .card__signature {
      float: left;
      width: 65%;
      height: 40px;
      margin-left: 10px;
      background: #999;
    }
  
    .card__ccv {
      float: left;
      margin-top: 5px;
      padding: 7px;
      background: #fff;
      color: #111;
      line-height: 1;
    }
  
    .card--front {
      font-size: 16px;
      font-family: 'Source Code Pro';
      text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    }
  
    
  
@media only screen and (max-width: 767px) {
    .comment-form-inner {
        padding: 40px
    }
    .custom_design .comment-form-inner {
        background-color: #f9f1e4;
        padding: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .comment-form-inner {
        padding: 20px
    }
}

.comment-form-inner input,
.comment-form-inner textarea {
    font-size: 14px;
    width: 100%;
    border: none;
    height: 60px;
    border-radius: 5px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
    color: #1c1c1c;
    box-shadow: 7px 0 30px rgba(25, 7, 89, 0.05)
}

.comment-form-inner input::-moz-placeholder,
.comment-form-inner textarea::-moz-placeholder {
    color: #a3a1a9;
    font-size: 16px;
    line-height: 1
}

.comment-form-inner input:-ms-input-placeholder,
.comment-form-inner textarea:-ms-input-placeholder {
    color: #a3a1a9;
    font-size: 16px;
    line-height: 1
}

.comment-form-inner input::placeholder,
.comment-form-inner textarea::placeholder {
    color: #a3a1a9;
    font-size: 16px;
    line-height: 1
}

.comment-form-inner textarea {
    height: 180px;
    padding-top: 20px
}

.brand-style .brand-before {
    display: block;
    transition: all .4s
}

.brand-style .brand-after {
    top: 150%;
    position: absolute;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all .4s
}

.brand-style .swiper-slide:hover .brand-before {
    transform: translateY(-100%)
}

.brand-style .swiper-slide:hover .brand-after {
    top: 0
}

.brand-style-two {
    background-color: #f2f5fb;
    border-radius: 10px;
    padding: 110px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-style-two {
        padding: 80px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-style-two {
        padding: 60px
    }
}

@media only screen and (max-width: 767px) {
    .brand-style-two {
        padding: 60px
    }
}

@media only screen and (max-width: 479px) {
    .brand-style-two {
        padding: 40px 30px
    }
}

.brand-style-two .shape-one {
    position: absolute;
    bottom: -105px;
    right: -105px;
    z-index: -1
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .brand-style-two .shape-one {
        right: -35px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-style-two .shape-one {
        right: -25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .brand-style-two .shape-one {
        right: -30px
    }
}

@media only screen and (max-width: 575px) {
    .brand-style-two .shape-one {
        right: 0;
        bottom: -40px;
        width: 35%
    }
}

.brand-three {
    margin-top: 90px
}

.breadcrumb-section {
    position: relative;
    overflow: hidden;
    background-color: #000;
    padding: 200px 0 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section {
        padding: 200px 0 120px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section {
        padding: 180px 0 100px
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-section {
        padding: 140px 0 80px
    }
}

.breadcrumb-section .shape {
    position: absolute
}

.breadcrumb-section .shape-one {
    z-index: 1;
    top: 50%;
    left: 18%
}

.breadcrumb-section .shape-one img {
    transform: rotate(90deg)
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .breadcrumb-section .shape-one {
        left: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section .shape-one {
        left: 3%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section .shape-one {
        left: 2%
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-section .shape-one {
        display: none
    }
}

.breadcrumb-section .shape-two {
    z-index: 1;
    top: 180px;
    right: 100px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section .shape-two {
        top: 130px;
        right: 80px
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-section .shape-two {
        display: none
    }
}

.breadcrumb-section .shape-three {
    top: 0;
    left: 0
}

.breadcrumb-section .shape-four {
    right: 0;
    bottom: -310px
}

.breadcrumb-section .shape-five {
    right: 0;
    bottom: -300px
}

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

.breadcrumb-section .breadcrumb-wrapper .title {
    font-size: 42px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section .breadcrumb-wrapper .title {
        font-size: 60px
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-section .breadcrumb-wrapper .title {
        font-size: 50px
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb-section .breadcrumb-wrapper .title {
        font-size: 36px
    }
}

.breadcrumb-section .breadcrumb-wrapper .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #54545f;
    margin-top: 30px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .breadcrumb-section .breadcrumb-wrapper .text {
        font-size: 18px;
        margin-top: 20px;
        max-width: 400px
    }
}

.pagination-wrapper {
    margin-top: 70px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination-wrapper {
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .pagination-wrapper {
        margin-top: 30px
    }
}

.pagination-wrapper .pagination .page-item {
    margin-right: 8px
}

.pagination-wrapper .pagination .page-item:last-child {
    margin-right: 0
}

.pagination-wrapper .pagination .page-item .page-link {
    border-radius: 100%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a3a1a9;
    font-size: 18px
}

.pagination-wrapper .pagination .page-item .page-link:focus {
    box-shadow: none
}

.pagination-wrapper .pagination .page-item .page-link:hover,
.pagination-wrapper .pagination .page-item .page-link.active {
    color: #fff;
    background: #e5b443
}

.sidebar-wrap .sidebar:last-child {
    margin-bottom: 0
}

.sidebar {
    padding: 50px;
    background-color: #f2f5fb;
    border-radius: 20px;
    margin-bottom: 60px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar {
        padding: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .sidebar {
        margin-bottom: 30px;
        padding: 20px
    }
}

.sidebar .sidebar-title {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    color: #1c1c1c;
    line-height: 1;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
    margin-bottom: 33px
}

@media only screen and (max-width: 767px) {
    .sidebar .sidebar-title {
        margin-bottom: 20px
    }
}

.sidebar .sidebar-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e5b443;
    width: 5px;
    height: 20px;
    border-radius: 5px
}

.sidebar-title-two {
    font-family: "Jost", sans-serif;
    font-size: 36px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
    margin-bottom: 33px
}

@media only screen and (max-width: 767px) {
    .sidebar-title-two {
        margin-bottom: 20px
    }
}

.sidebar.sidebar-help {
    background-color: #e5b443
}

.sidebar-search {
    position: relative;
    max-width: 100%
}

.sidebar-search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: #fff;
    color: #e5b443;
    font-size: 20px
}

.sidebar-input {
    font-size: 14px;
    width: 100%;
    border: none;
    height: 60px;
    border-radius: 5px;
    padding-right: 50px;
    padding-left: 20px;
    background-color: #fff;
    color: #1c1c1c;
    box-shadow: 7px 0 30px rgba(25, 7, 89, 0.05)
}

.sidebar-input::-moz-placeholder {
    color: #a3a1a9;
    font-size: 16px
}

.sidebar-input:-ms-input-placeholder {
    color: #a3a1a9;
    font-size: 16px
}

.sidebar-input::placeholder {
    color: #a3a1a9;
    font-size: 16px
}

.sidebar-blog li {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.sidebar-blog li:last-child {
    margin-bottom: 0
}

.sidebar-blog li .image {
    flex: 1 0 90px;
    margin-right: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-blog li .image {
        flex: none
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-blog li .image {
        flex: none
    }
}

.sidebar-blog li .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.sidebar-blog li .content .subtitle {
    color: #e5b443;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 500
}

.sidebar-blog li .content .title {
    color: #1c1c1c;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500
}

.sidebar-blog li .content .title:hover {
    color: #e5b443
}

.sidebar-blog li .content .date {
    font-size: 14px
}

.sidebar-category li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cacdd3
}

.sidebar-category li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.sidebar-category li a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    font-size: 16px
}

.sidebar-category li a:hover {
    color: #e5b443
}

.sidebar-category li a span {
    color: #a3a1a9;
    font-weight: 400;
    margin-left: 4px;
    font-size: 14px
}

.sidebar-tags a {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #dfd7fd;
    color: #54545f;
    display: inline-flex;
    margin-bottom: 6px;
    margin-right: 4px
}

.sidebar-tags a:last-child {
    margin-bottom: 0
}

.sidebar-tags a:hover,
.sidebar-tags a.active {
    background-color: #e5b443;
    color: #fff
}

.sidebar-instagram li {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative
}

.sidebar-instagram li a {
    display: block;
    position: relative
}

.sidebar-instagram li a::after {
    background: #e5b443;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: .5s
}

.sidebar-instagram li a .add-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .5s
}

.sidebar-instagram li a .add-action i {
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
    line-height: 1
}

.sidebar-instagram li a:hover::after {
    opacity: .5;
    visibility: visible;
    transition: .5s
}

.sidebar-instagram li a:hover .add-action {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: .5s
}

.sidebar-social li a {
    height: 60px;
    width: 60px;
    font-size: 21px;
    display: block;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px
}

.sidebar-social li .facebook {
    background-color: #1877f2
}

.sidebar-social li .twitter {
    background-color: #1da1f2
}

.sidebar-social li .linkedin {
    background-color: #0077b5
}

.sidebar-social li .instagram {
    background-color: #405de6
}

.sidebar-help-text {
    font-size: 21px;
    color: #fff;
    line-height: 1.5
}

.sidebar-help-call {
    display: flex;
    align-items: center;
    margin-top: 90px
}

.sidebar-help-call .icon {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1c1c;
    transform: rotate(90deg);
    background-color: #dfd7fd;
    font-size: 21px;
    margin-right: 20px
}

.sidebar-help-call .call-area {
    display: flex;
    flex-direction: column
}

.sidebar-help-call .text {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

.sidebar-help-call a {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 500
}

.sidebar-help-call a:hover {
    color: #1c1c1c
}

.sidebar-service li {
    margin-bottom: 10px;
    display: block
}

.sidebar-service li:last-child {
    margin-bottom: 0
}

.sidebar-service li a {
    line-height: 1;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    padding: 20px 30px;
    display: block;
    width: 100%;
    background-color: #dfd7fd;
    border-radius: 5px
}

.sidebar-service li a:hover,
.sidebar-service li a.active {
    background-color: #e5b443;
    color: #fff
}

.sidebar-download li {
    display: block;
    margin-bottom: 10px
}

.sidebar-download li:last-child {
    margin-bottom: 0
}

.sidebar-download li a {
    display: block;
    width: 100%;
    font-size: 18px
}

.sidebar-download li a:hover {
    font-size: 18px
}

.contact-head {
    margin-right: 100px
}

@media only screen and (max-width: 479px) {
    .contact-head {
        margin-right: 0
    }
}

.contact-info li {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.contact-info li:last-child {
    margin-bottom: 0
}

.contact-info li .icon {
    height: 90px;
    width: 90px;
    background-color: #f9f1e4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #e5b443;
    margin-right: 30px
}

@media only screen and (max-width: 479px) {
    .contact-info li .icon {
        height: 60px;
        width: 60px;
        margin-right: 20px;
        font-size: 20px
    }
}

.contact-info-content .title {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 10px
}

.contact-info-content .text {
    font-family: "Roboto", sans-serif;
    color: #54545f;
    font-size: 18px
}

.contact-info-content .text a {
    color: #54545f
}

.contact-info-content .text a:hover {
    color: #e5b443
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .contact-form {
        margin-top: 40px
    }
}

.contact-form .title {
    font-size: 36px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    color: #1c1c1c;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .contact-form .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 575px) {
    .contact-form .title {
        font-size: 27px;
        text-align: center;
        margin-bottom: 14px
    }
}

.contact-form input {
    height: 60px;
    border-radius: 10px;
    margin-top: 6px;
}

.contact-form textarea {
    border-radius: 10px
}

.google-map-area {
    position: relative
}

.google-map-area:hover .icon {
    opacity: 1;
    transition: .3s
}

.google-map-area .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: .3s
}

.google-map-area .map-inner iframe {
    border-radius: 20px
}

.map-inner iframe {
    width: 100%;
    height: 425px
}

.single-plan {
    margin-right: 45px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-plan {
        margin-right: 15px
    }
}

@media only screen and (max-width: 767px) {
    .single-plan {
        margin-right: 15px
    }
}

.single-plan-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cacdd3;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.single-plan-head .number {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #aa97ee;
    letter-spacing: 8px;
    font-weight: 500;
    margin-bottom: 4px;
    display: block
}

.single-plan-head .title {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 500
}

.single-plan-text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #54545f;
    line-height: 1.5
}

@media only screen and (max-width: 767px) {
    .single-plan-text {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 479px) {
    .single-plan-text {
        font-size: 16px;
        margin-bottom: 0
    }
}

.footer-wrapper {
    background-color: #000;
    margin-top: 60px;
    position: relative;
    padding-top: 68px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper {
        padding-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrapper {
        padding-top: 60px
    }
}

.footer-wrapper .shape-one {
    position: absolute;
    top: 0;
    right: 0
}

.footer-wrapper .shape-one.footertwo-shape {
    top: -70px
}

.footer-wrapper .shape-two {
    position: absolute;
    bottom: 0;
    left: 0
}

.footer-wrapper .footer-top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper .footer-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrapper .footer-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 60px
    }
}

.footer-wrapper .footer-top .section-head .title {
    font-size: 34px;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .footer-wrapper .footer-top .section-head .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 479px) {
    .footer-wrapper .footer-top .section-head .title {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper .footer-top .section-head {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrapper .footer-top .section-head {
        text-align: center
    }
}

.footer-widget {
    position: relative;
    z-index: 1
}

.footer-widget.negative-margin {
    margin-top: -30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget.negative-margin {
        margin-top: -20px
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget.negative-margin {
        margin-top: 0
    }
}

.footer-widget .footer-widget-list-icon {
    margin-top: 45px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget .footer-widget-list-icon {
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget .footer-widget-list-icon {
        margin-top: 20px
    }
}

.footer-widget .footer-widget-list-icon li {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px
}

.footer-widget .footer-widget-list-icon li:last-child {
    margin-bottom: 0
}

.footer-widget .footer-widget-list-icon li i {
    color: #7c7790
}

.footer-widget .footer-widget-list-icon li span {
    color: #54545f;
    font-size: 18px;
    margin-left: 15px
}

.footer-widget .social-icon {
    margin-top: 40px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget .social-icon {
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget .social-icon {
        margin-top: 20px
    }
}

.footer-widget-title {
    font-size: 21px;
    color: #1c1c1c;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-title {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget-title {
        margin-bottom: 20px
    }
}

.footer-widget-list li {
    font-size: 18px;
    margin-bottom: 15px
}

.footer-widget-list li:last-child {
    margin-bottom: 0
}

.footer-widget-list a {
    color: #54545f
}

.footer-widget-list a:hover {
    color: #e5b443
}

.footer-widget .instagrm {
    margin-right: -10px
}

.footer-widget .instagrm li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative
}

.footer-widget .instagrm li a {
    display: block;
    position: relative
}

.footer-widget .instagrm li a::after {
    background: #e5b443;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: .5s
}

.footer-widget .instagrm li a .add-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .5s
}

.footer-widget .instagrm li a .add-action i {
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
    line-height: 1
}

.footer-widget .instagrm li a:hover::after {
    opacity: .5;
    visibility: visible;
    transition: .5s
}

.footer-widget .instagrm li a:hover .add-action {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: .5s
}

.footer-widget .footer-text {
    color: #54545f;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-top: 40px
}

.footer-widget .footer-form-two {
    margin-top: 40px
}

.footer-widget .footer-form-two input {
    height: 60px;
    padding: 10px 50px 10px 20px
}

.footer-widget .footer-form-two .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: 0;
    background: transparent;
    height: 100%;
    padding: 0 20px;
    line-height: 1;
    font-size: 16px;
    color: #e5b443
}

.footer-style-two {
    margin-top: 0;
    position: relative
}

.footer-style-two::after {
    content: "";
    background-color: #e9edf4;
    width: 100%;
    height: 185px;
    top: -185px;
    left: 0;
    position: absolute;
    z-index: -3
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-two .footer-widget .footer-text {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .footer-style-two .footer-widget .footer-text {
        margin-top: 20px
    }
}

.footer-style-two .subscribe-form {
    max-width: 540px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-two .subscribe-form {
        max-width: 100%;
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer-style-two .subscribe-form {
        max-width: 100%;
        margin-top: 20px
    }
}

.footer-style-two .subscribe-form .email {
    max-width: 540px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-two .subscribe-form .email {
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .footer-style-two .subscribe-form .email {
        max-width: 100%
    }
}

.subscribe-form {
    position: relative;
    max-width: 540px;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-form {
        max-width: 420px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-form {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-form {
        margin-top: 30px
    }
}

.subscribe-form .email {
    background-color: #fff;
    border-radius: 5px;
    color: #1c1c1c;
    display: block;
    font-size: 18px;
    height: 73px;
    padding: 10px 200px 10px 30px;
    max-width: 540px;
    width: 100%;
    border: 0;
    box-shadow: 7px 0 30px rgba(25, 7, 89, 0.05)
}

.subscribe-form .email::-moz-placeholder {
    font-size: 18px;
    color: #a3a1a9
}

.subscribe-form .email:-ms-input-placeholder {
    font-size: 18px;
    color: #a3a1a9
}

.subscribe-form .email::placeholder {
    font-size: 18px;
    color: #a3a1a9
}

@media only screen and (max-width: 767px) {
    .subscribe-form .email {
        padding: 10px 140px 10px 20px;
        height: 60px
    }
}

.subscribe-form .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-color: #b8751e;
    background: #b8751e;
    background: linear-gradient(135deg, #b8751e 0%, #b06d1c 45%, #e5b443 66%);
    border: 0;
    border-radius: 0 5px 5px 0;
    height: 100%;
    padding: 0 50px;
    line-height: 1;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .subscribe-form .button {
        padding: 0 30px
    }
}

.copyright {
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #e5b443;
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright {
        padding: 80px 0 60px
    }
}

@media only screen and (max-width: 767px) {
    .copyright {
        padding: 50px 0 40px;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }
}

.copyright p {
    color: #a3a3a3;
    font-size: 16px;
    margin-bottom: 0
}

.copyright p span {
    font-weight: 500
}

.copyright .footer-bootm-list {
    display: flex
}

@media only screen and (max-width: 767px) {
    .copyright .footer-bootm-list {
        margin-bottom: 20px;
        justify-content: center
    }
}

.copyright .footer-bootm-list li {
    position: relative;
    margin-right: 40px
}

.copyright .footer-bootm-list li:last-child {
    padding-right: 0;
    margin-right: 0
}

.copyright .footer-bootm-list li a {
    font-size: 16px;
    color: #54545f
}

.copyright .footer-bootm-list li a:hover {
    color: #e5b443
}

.subcription-form-wrapper {
    position: relative
}

.subcription-form-wrapper .mailchimp-success {
    position: absolute;
    margin-top: 10px;
    top: 100%;
    left: 0;
    bottom: 0
}

.subscription-style-two {
    position: relative;
    margin-bottom: -140px
}

.subscription-style-two .subcription-form-wrapper {
    max-width: 540px;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscription-style-two .subcription-form-wrapper {
        max-width: 440px
    }
}

.footer-top-subscription {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 112px;
    border-radius: 10px;
    background-color: #b8751e;
    gap: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1549px) {
    .footer-top-subscription {
        padding: 80px 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-subscription {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 50px;
        gap: 0
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-subscription {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-subscription {
        padding: 40px 20px
    }
}

.footer-top-subscription .section-head .subtitle {
    color: #fff
}

.footer-top-subscription .section-head .title {
    font-size: 48px;
    color: #fff
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .footer-top-subscription .section-head .title {
        font-size: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-top-subscription .section-head .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-subscription .section-head .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 479px) {
    .footer-top-subscription .section-head .title {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-subscription .section-head {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-subscription .section-head {
        text-align: center
    }
}

.footer-top-subscription .subscribe-form {
    position: relative;
    max-width: 540px;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-top-subscription .subscribe-form {
        max-width: 420px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-subscription .subscribe-form {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-subscription .subscribe-form {
        margin-top: 30px
    }
}

.footer-top-subscription .subscribe-form .email {
    max-width: 540px;
    height: 72px
}

@media only screen and (max-width: 767px) {
    .footer-top-subscription .subscribe-form .email {
        height: 60px
    }
}

.footer-top-subscription .subscribe-form .button {
    border-color: #e2c4ff;
    background: #e2c4ff;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 18px
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-subscription .subscribe-form .button {
        padding: 0 20px
    }
}

.footer-top-subscription .subscribe-form .button:hover {
    background-color: #e5b443;
    color: #fff
}

.footer-wrapper-three {
    background-color: #343538;
    padding-top: 334px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-wrapper-three {
        padding-top: 280px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper-three {
        padding-top: 230px
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrapper-three {
        padding-top: 200px
    }
}

.footer-wrapper-three .footer-widget .footer-widget-list-icon li i {
    color: #fff
}

.footer-wrapper-three .footer-widget .footer-widget-list-icon li span {
    color: #aea7c3
}

.footer-wrapper-three .footer-widget .social-icon li a {
    color: #fff
}

.footer-wrapper-three .footer-widget-title {
    color: #fff
}

.footer-wrapper-three .footer-widget-list a {
    color: #aea7c3
}

.footer-wrapper-three .footer-widget-list a:hover {
    color: #fff
}

.footer-wrapper-three .footer-widget .instagrm {
    margin-right: -10px
}

.footer-wrapper-three .footer-widget .instagrm li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative
}

.footer-wrapper-three .footer-widget .instagrm li a {
    display: block;
    position: relative
}

.footer-wrapper-three .footer-widget .instagrm li a::after {
    background: #e5b443;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: .5s
}

.footer-wrapper-three .footer-widget .instagrm li a .add-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .5s
}

.footer-wrapper-three .footer-widget .instagrm li a .add-action i {
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
    line-height: 1
}

.footer-wrapper-three .footer-widget .instagrm li a:hover::after {
    opacity: .5;
    visibility: visible;
    transition: .5s
}

.footer-wrapper-three .footer-widget .instagrm li a:hover .add-action {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: .5s
}

.footer-wrapper-three .copyright p {
    color: #aea7c3
}

.footer-wrapper-three .copyright .footer-bootm-list li a {
    color: #aea7c3
}

.footer-wrapper-three .copyright .footer-bootm-list li a:hover {
    color: #fff
}

.footer-wrapper-three .sidebar-blog li {
    margin-bottom: 25px
}

.footer-wrapper-three .sidebar-blog li .image {
    margin-right: 18px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper-three .sidebar-blog li .image {
        flex: none
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrapper-three .sidebar-blog li .image {
        flex: none
    }
}

.footer-wrapper-three .sidebar-blog li .content .subtitle {
    color: #fff
}

.footer-wrapper-three .sidebar-blog li .content .title {
    color: #fff;
    line-height: 1.33
}

.footer-wrapper-three .sidebar-blog li .content .title:hover {
    color: #e5b443
}

.footer-wrapper-three .sidebar-blog li .content .date {
    margin-top: 10px;
    line-height: 1
}

.solution-single {
    display: flex;
    align-items: flex-start;
    margin-top: 15px
}

.solution-icon {
    height: 98px;
    max-width: 98px;
    width: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    background-color: #f2f5fb
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .solution-icon {
        height: 80px;
        width: 80px;
        margin-right: 15px
    }
}

.solution-content {
    width: calc(100% - 98px);
    margin-top: 10px
}

.solution-content .title {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .solution-content .title {
        margin-bottom: 15px
    }
}

.solution-content .text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #54545f;
    line-height: 1.666;
    margin-bottom: 0
}

.boost-content .text,
.boost-content .text-two {
    max-width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .boost-content {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .boost-content {
        margin-top: 40px
    }
}

.boost-feature {
    margin: 40px 0 30px
}

.boost-feature-single {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.boost-feature-img {
    display: flex;
    align-items: center;
    min-height: 60px
}

.boost-feature-title {
    font-family: "Jost", sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #1c1c1c;
    margin-top: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .boost-feature-title {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .boost-feature-title {
        font-size: 18px
    }
}

@media only screen and (max-width: 479px) {
    .boost-feature-title {
        font-size: 16px
    }
}

.boost-image {
    position: relative;
    margin-right: 110px;
    min-height: 650px
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
    .boost-image {
        min-height: 700px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .boost-image {
        margin-right: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .boost-image {
        min-height: 550px;
        margin-right: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .boost-image {
        min-height: 700px;
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .boost-image {
        min-height: 610px;
        margin-right: 0
    }
}

@media only screen and (max-width: 575px) {
    .boost-image {
        min-height: 490px
    }
}

@media only screen and (max-width: 479px) {
    .boost-image {
        min-height: 360px
    }
}

.boost-image-badge {
    border-color: #b8751e;
    background: #b8751e;
    background: linear-gradient(135deg, #b8751e 0%, #b06d1c 45%, #e5b443 66%);
    border: 0;
    border-radius: 10px;
    height: 125px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -18%;
    top: 23%;
    z-index: 4
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
    .boost-image-badge {
        left: -9%;
        top: 31%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .boost-image-badge {
        left: -4%;
        top: 24%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .boost-image-badge {
        left: 4%;
        top: 22%;
        height: 100px;
        width: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .boost-image-badge {
        left: 15%;
        top: 30%
    }
}

@media only screen and (max-width: 767px) {
    .boost-image-badge {
        left: 5%;
        top: 29%;
        height: 90px;
        width: 90px
    }
    .boost-image-badge img {
        width: 55%
    }
}

@media only screen and (max-width: 479px) {
    .boost-image-badge {
        left: 0;
        top: 25%;
        height: 70px;
        width: 70px
    }
    .boost-image-badge img {
        width: 55%
    }
}

.boost-image-one {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .boost-image-one {
        width: 70%
    }
}

@media only screen and (max-width: 767px) {
    .boost-image-one {
        width: 70%
    }
}

.boost-image-two {
    position: absolute;
    left: -33%;
    bottom: -4%;
    z-index: 3
}

@media only screen and (min-width: 992px) and (max-width: 1650px) {
    .boost-image-two {
        left: -24%
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
    .boost-image-two {
        left: -9%;
        bottom: 0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .boost-image-two {
        left: -4%;
        bottom: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .boost-image-two {
        left: -6%;
        width: 80%;
        bottom: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .boost-image-two {
        left: 0;
        bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .boost-image-two {
        left: -5%;
        bottom: 0;
        width: 70%
    }
}

@media only screen and (max-width: 575px) {
    .boost-image-two {
        left: 0;
        width: 60%
    }
}

.boost-image-shape {
    position: absolute;
    left: 29%;
    bottom: 4%;
    z-index: 1
}

a.collapsed.btn-style-two {
    color: #fff
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
    .boost-image-shape {
        bottom: 11%
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
    .boost-image-shape {
        left: 48%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .boost-image-shape {
        left: 51%;
        bottom: 7%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .boost-image-shape {
        left: 48%;
        bottom: 5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .boost-image-shape {
        left: 50%;
        bottom: 7%
    }
}

.slider-section {
    background: #000
}

.portfolio-one {
    background: #000
}

.portfolio-section-top {
    margin-bottom: 30px;
    display: block
}

.portfolio-one .section-head .title {
    color: #fff
}

.portfolio-one .btn-style-two span {
    color: #fff
}

.clear {
    clear: both
}

a {
    color: #e5b443
}

@media only screen and (max-width: 767px) {
    .boost-image-shape {
        left: 43%;
        bottom: 13%
    }
}

@media only screen and (max-width: 575px) {
    .boost-image-shape {
        left: 48%;
        bottom: 4%;
        width: 40%
    }
    .footer-wrapper .shape-two {
        display: none
    }
    .footer-wrapper .footer-top .section-head .title {
        color: #212529
    }
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64);
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0 ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0 ease 0;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: -40px;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
.banner-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
  }
  .banner-video-wrap video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
  }
.banner-video-wrap .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
    background-size: 3px 3px;
    z-index: 2;
  }
  .banner-video-wrap .caption{
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 500px;
    width: 100%;
    height: 200px;
  }
  .banner-video-wrap .caption h1{
    font-size: 48px;
  }
  .banner-video-wrap .caption p{
    color: #fff;
    font-size: 18px;
  }



  .banner-image-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* background-image: url(../images/banner.webp); */
    /* background-size: cover;  */
  }
  .banner-image-wrap video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
  }
.banner-image-wrap .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
    background-size: 3px 3px;
    z-index: 2;
  }
  .banner-image-wrap .caption{
    text-align: start;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto auto 10%;
    z-index: 3;
    max-width: 500px;
    width: 100%;
    height: 200px;
  }
  .banner-image-wrap .caption h1{
    font-size: 48px;
    font-family: "Jost", serif;
    font-weight: 500;
  }
  .banner-image-wrap .caption p{
    color: #fff;
    font-size: 18px;
  }
  
nav > .nav.nav-tabs{

    border: none;
      color:#fff;
      background:#272e38;
      border-radius:0;
  
  }
  nav > div a.nav-item.nav-link,
  nav > div a.nav-item.nav-link.active
  {
    border: none;
      padding: 18px 25px;
      color:#fff;
      background:#272e38;
      border-radius:0;
  }
  
  nav > div a.nav-item.nav-link.active:after
   {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c ;
  }
  .tab-content{
    background: #fdfdfd;
      line-height: 25px;
      border: 1px solid #ddd;
      border-top:5px solid #e74c3c;
      border-bottom:5px solid #e74c3c;
      padding:30px 25px;
  }
  
  nav > div a.nav-item.nav-link:hover,
  nav > div a.nav-item.nav-link:focus
  {
    border: none;
      background: #e74c3c;
      color:#fff;
      border-radius:0;
      transition:background 0.20s linear;
  }
  .custom_design .AccessorySelector_accessory-option__omzDm {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "details price";
    width: 100%;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-radius: inherit;
    border-color: var(--neutral-600);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    background: hsla(0,0%,100%,.8);
    transition: border-color .2s;
    padding: calc(var(--selector-vertical-padding) + 1px) calc(var(--selector-horizontal-padding) + 1px);
    
}
 .custom_design .contact-form .AccessorySelector_accessory-option__omzDm {
    width: 49%;
    margin: 2px;
    border: 0;
    text-align: center;
    border-radius: 5px;
    background: #ccc;
}
.custom_design .contact-form .AccessorySelector_name__8DVYp{
    text-align: center;
    margin-top: 5px;
}
.custom_design .contact-form .form-check-input:checked {
    background-color: #212529;
    border-color: #212529;
}
.custom_design .AccessorySelector_details__VZC5W {
    grid-area: details;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-right: 0;
}
.custom_design .AccessorySelector_name__8DVYp {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(135deg,var(--neutral-800),var(--neutral-700));
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    background-clip: text;
    color: #000;
    margin-bottom: 5px;
}
.custom_design .AccessorySelector_explainer__VLCrS {
    font-size: 17px;
    color: #666;
}
.custom_design .AccessorySelector_price__wPhRM {
    grid-area: price;
    font-size: 1.125rem;
}
.custom_design .faq-accordion-collapse .accordion-body {
    padding: 15px;
    font-size: 16px;
    color: #54545f;
    line-height: 1.5;
    margin-bottom: 9px;
}
.custom_design .form-check-input[type=radio] {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.customradio .AccessorySelector_accessory-option__omzDm{
    padding: 15px;
}
.custom_design .accordion-button {display: grid;grid-template-columns: 1fr auto;grid-template-areas:
"details price";padding: 20px;border-radius: 8px !important;}
.custom_design .faq-accordion-button::before,
.faq-accordion-button::after{
    display: none;
}
.custom_design  label {
    display: inline-block;
    color: #666;
}
@media all and (max-width: 1399px) {
    .tab-content{padding: 2%}
    .nfccard .card1 {
        width: 100%;
        height: 250px;
    }
    .nfccard .card {
        width: 100%;
        height: 265px;
    
}
}

@media all and (max-width: 1199px) {
    .nfccard .card1 .update {
        height: 140px;
    }
    
}
  
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 991px) {
    .nfccard .card1 .update {
        height: 104px;
    }
    .nfccard .card {
        width: 100%;
        height: 155px;
    }
    .nfccard .card1 {
        width: 100%;
        height: 195px;
    }
    .card__owner, .card__logo {
        width: 50%;
        float: left;
        padding: 12px 7px;
    }
    .card__owner .firstname {
        font-size: 13px;
    }
    .additional {
        font-size: 8px;
        text-align: center;
        float: left;
        width: 100%;
    }
    .nfccard .card1 {
        width: 100%;
        height: 176px;
    }
    .custom_design .contact-form .AccessorySelector_accessory-option__omzDm {
        width: 48%;
    }

    
}
    @media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.clear-fix{
    clear: both;
}
.about .funfact-content{
    margin: 0;
    text-align: center;
}
.about .funfact-content .text-two{
    width: 100%;
    margin-top: 25px;
    max-width: 100%;
    margin-bottom: 25px;
}
.about .ht-popup-video.video-popup.btn.btn-style-one {
    padding: 20px 25px !important;
    font-size: 22px!important;
}
.destophide{
    display: none;
    visibility: hidden;
}
@media all and (max-width: 767px) {
    .destophide{
        display: block;
        visibility: visible;
    }
    .banner-image-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        background-image: url(../images/banner2.webp);
        background-position: center;
        background-size: cover;
      }
      .banner-image-wrap .caption {
        max-width: 91%;
    }
      .banner-image-wrap .caption h1 {
        font-size: 35px;
    }
    .banner-image-wrap video{
        height: 100vh;
    }
.nfccard .card {
    font: 16px/1.5 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 425px;
    height: 270px;
    text-align: left;
    padding: 30px;
    margin-bottom: 30px;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    background-size: contain !important;
    border: 0;
}
.nfccard .card1 {
    font: 16px/1.5 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 425px;
    height: 270px;
    text-align: left;
    padding: 30px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    background-size: contain !important;
    border: 0;
}
.nfccard .card1 .update {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 500px;
    width: 100%;
    height: 100px;
    display: table-cell;
    padding: 5px 20px;
}
  .card__number {
      font-size: 30px;
      padding: 90px 0 15px;
      text-align: center;
      width: 50%;
      float: left;
    }
  .card__owner .firstname{
    width: 100%;
    font-size:20px;
    text-align: center;
    float: left;
  }
    .additional {
      font-size: 14px;
      text-align: center;
      float: left;
      width: 100%;
    }
  
    
  .card__owner,
    .card__logo {
      width: 50%;
      float: left;
      padding: 19px 15px;
    }
    .card__owner{border-left: 1px solid #565252;}
    
    .card__strip {
      background: #000;
      height: 50px;
      margin-bottom: 30px;
    }
  
    .card__signature {
      float: left;
      width: 65%;
      height: 40px;
      margin-left: 10px;
      background: #999;
    }
  
    .card__ccv {
      float: left;
      margin-top: 5px;
      padding: 7px;
      background: #fff;
      color: #111;
      line-height: 1;
    }
  
    .card--front {
      font-size: 16px;
      font-family: 'Source Code Pro';
      text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    }
}
.ht-popup-video.btn-style-one {
    padding: 20px 25px !important;
}
.ht-popup-video.video-popup.btn.btn-style-one i{
    margin-left: 5px !important;
    font-size: 20px;
}
.ht-popup-video.video-popup.btn.btn-style-one {
padding: 20px 25px !important;
font-size: 18px!important;
}
.ht-popup-video.video-popup.btn.btn-style-one:hover::before {
    opacity: 0;
    transition: .5s;
}
.ht-popup-video.video-popup.btn.btn-style-one:hover{        color: #fff;
}

@media all and (max-width: 620px) {
    .hamburger_button span {
        width: 30px;
    }
   
    .breadcrumb-section .shape-five {
        right: 0;
        bottom: -387px;
    }
    .section-padding {
        padding: 60px 0 50px;
    }
    .custom_design .comment-form-inner label.customradio {
        padding: 4px;
    }
    .custom_design .contact-form .AccessorySelector_accessory-option__omzDm .AccessorySelector_name__8DVYp{
        font-size: 14px;
    }
    .tab-content{
        margin-bottom: 20px;
    }
    .contact-form {
        margin-top: 15px;
    }
    .nfccard .card {
        font: 16px/1.5 'Helvetica Neue', Helvetica, sans-serif;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 205px;
        text-align: left;
        padding: 30px;
        margin-bottom: 30px;
        color: #fff;
        border-radius: 20px;
        box-sizing: border-box;
        background-size: contain !important;
        border: 0;
    }
    .nfccard .card1 {
        font: 16px/1.5 'Helvetica Neue', Helvetica, sans-serif;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 208px;
        text-align: left;
        padding: 30px;
        margin-bottom: 20px;
        color: #fff;
        border-radius: 20px;
        box-sizing: border-box;
        background-size: contain !important;
        border: 0;
    }
    .nfccard .card1 .update {
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        max-width: 500px;
        width: 100%;
        height: 100px;
        display: table-cell;
        padding: 5px 20px;
    }
      .card__number {
          font-size: 30px;
          padding: 90px 0 15px;
          text-align: center;
          width: 50%;
          float: left;
        }
      .card__owner .firstname{
        width: 100%;
        font-size: 16px;
        text-align: center;
        float: left;
      }
        .additional {
          font-size: 11px;
          text-align: center;
          float: left;
          width: 100%;
        }
      
        
      .card__owner,
        .card__logo {
          width: 50%;
          float: left;
          padding: 17px 10px;
        }
        .card__owner{border-left: 1px solid #565252;}
        
        .card__strip {
          background: #000;
          height: 50px;
          margin-bottom: 30px;
        }
      
        .card__signature {
          float: left;
          width: 65%;
          height: 40px;
          margin-left: 10px;
          background: #999;
        }
      
        .card__ccv {
          float: left;
          margin-top: 5px;
          padding: 7px;
          background: #fff;
          color: #111;
          line-height: 1;
        }
      
        .card--front {
          font-size: 16px;
          font-family: 'Source Code Pro';
          text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
        }
        .faq-tab .faq-link {
            border: 1px solid #cacdd3;
            border-radius: 6px;
            padding: 15px 12px;
            width: 47%;
        }
        .ht-popup-video.video-popup.btn.btn-style-one {
            padding: 20px 25px !important;
            font-size: 18px!important;
            width: 100%;
            margin: 5px;
        }
        .portfolio-one{
            margin-top: 20px;
        }
        .fancybox-slide--video .fancybox-content {
            width: auto !important;
            height: 80% !important;
        }
        
    }

    .client .client-box ul{
        display: grid;
        grid-template-columns:repeat(5, 1fr);
    
    }
    
    .clients {
    
        display: inline-block;
         padding: 80px 30px 50px;
         margin: 0 auto;
         width: 100%;
     }
     
     .clients ul li {
         padding: 20px;
         text-align: center;
         width: 20%!important;
         float: left;
         margin-right: 0;
         height: 155px;
         list-style: none;
     }
     
     .clients ul li:first-child {
         border-right: 1px solid #dcdada;
         border-bottom: 1px solid #dcdada;
     }
     .clients ul li:nth-of-type(n){ border-right: 1px solid #dcdada;
         border-bottom: 1px solid #dcdada;}
     .clients ul li:nth-of-type(5) {
         border-right: 0 solid #dcdada;
         border-bottom: 1px solid #dcdada;
     }
     
     .clients ul li:nth-of-type(10) {
         border-right: 0 solid #dcdada;
         border-bottom: 1px solid #dcdada;
     }
     .clients ul li:nth-of-type(11){ 
        border-right: 1px solid #dcdada;
        border-bottom: 0px solid #dcdada;}
     .clients ul li:nth-of-type(12){ 
        border-right: 1px solid #dcdada;
        border-bottom: 0px solid #dcdada;}
     .clients ul li:nth-of-type(13){ 
        border-right: 1px solid #dcdada;
        border-bottom: 0px solid #dcdada;}
     .clients ul li:nth-of-type(14){ 
        border-right: 1px solid #dcdada;
        border-bottom: 0px solid #dcdada;}   
        @media only screen and (max-width:1199px) {
            .clients ul li {
                width: 25% !important;
            }
            .clients ul li:nth-of-type(4){ 
                border-right: 0px solid #dcdada;
                border-bottom: 1px solid #dcdada;} 
            .clients ul li:nth-of-type(5){ 
                border-right: 1px solid #dcdada;
                border-bottom: 1px solid #dcdada;}  
            .clients ul li:nth-of-type(8){ 
               border-right: 0px solid #dcdada;
               border-bottom: 1px solid #dcdada;}   
            .clients ul li:nth-of-type(10){ 
                border-right: 1px solid #dcdada;
                border-bottom: 1px solid #dcdada;}  
            .clients ul li:nth-of-type(11){ 
               border-right: 1px solid #dcdada;
               border-bottom: 1px solid #dcdada;} 
            .clients ul li:nth-of-type(12){ 
               border-right: 0px solid #dcdada;
               border-bottom: 1px solid #dcdada;}                  
        }
     @media only screen and (max-width: 767px) {
        .clients {
            padding: 80px 0px 50px;
        }
        .clients ul li {
            padding: 10px;
            width: 48% !important;
            height: auto;
        }
        .clients ul li img{ width: 100%;}
        .clients ul li:nth-of-type(5) {
            border-right: 1px solid #dcdada;
            border-bottom: 1px solid #dcdada;
        }
    
        .clients ul li:nth-of-type(14) {
            border-right: 0px solid #dcdada;
            border-bottom: 0px solid #dcdada !important;
        }
        .clients ul li:nth-of-type(obb){ 
            border-right: 1px solid #dcdada;
            border-bottom: 1px solid #dcdada;}
            .clients ul li:nth-of-type(even){ 
                border-right: 0px solid #dcdada;
                border-bottom: 1px solid #dcdada;}      
     }

     
.switch-container {
    width: 70px;
    height: 37px;
    margin: 0 20px;
    border: 2px solid #333;
    border-radius: 100px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .switch-container--box {
    width: 30px;
    height: 30px;
    background: #8d3af3;
    border-radius: 50%;
    margin: 0 3px;
    transition: transform 300ms;
  }
  .switch-container--box--move {
    transform: translateX(100%);
  }
  
  .price-switch {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .main {
    height: 100%;
  
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main .cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: center;
    align-content: stretch;
  }
  .main .price-card {
    width: 250px;
    height: auto;
    margin: 20px;
    border-radius: 20px;
    background: rgba(232, 234, 246, 0.6);
    transition: all 300ms;
  }

  .main .price-card--top {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #8d3af3;
    padding: 15px;
  }
  .card-img img {
    filter: drop-shadow(0 0 0.75rem #41414182);
  }
  .main .price-card--top h3 {
    font-family: "Poppins", serif;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    height: 60px;
    letter-spacing: 1px;
    color: #000 ;
  }
  .main .price-card--top h5 {
    font-size: 1.2rem;
    font-family: "Poppins", serif;
    font-weight: 500;
    color: #000;
  }
  .main .price-card--top h4 {
    font-family: "Poppins", serif;
    color: #000;
  }
  .main .price-card--top span {
    font-size: 2.5rem;
    position: relative;
    top: 5px;
    margin: 0 2px;
    color: #dda203;
  }
  .main .price-card--top hr {
    width: 90%;
    color: rgba(245, 245, 245, 0.7);
    margin-top: 0;
  }
  /* .main .price-card--bottom {
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  } */
  .main .price-card--bottom ul {
    list-style: none;
    padding: 50px 0 0 30px;
  }
  .main .price-card--bottom ul li {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #333;
  }
  .main .price-card--bottom ul li i {
    font-size: 1rem;
    margin-right: 15px;
    color: #8d3af3;
  }
  .price-btn {
    display: block;
    padding: 10px 65px;
    margin: 30px auto;
    font-size: 1rem;
    border: 2px solid #000;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    background: #000;
    transition: background 500ms;
  }
  .price-btn:hover {
    color: #000;
    background: transparent;
    border: 2px solid #000;
  }
  .main .price-card--bottom .btn:hover {
    cursor: pointer;
    background: #c235bf;
  }
  
  .price-text {
    font-size: 1.2rem !important;
    color: #000 !important;
  }
  @media screen and (max-width: 1199px) {
    .main .cards {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        justify-content: center ;
      }
      .main .price-card{
        width: auto;
      }
    }
  @media screen and (max-width: 767px) {
    .main {
      width: 100%;
      height: 80%;
    }
    .main h1 {
      font-size: 2rem;
      margin-top: 30px;
    }
    .main .price-card {
      width: 250px;
      height: auto;
      margin: 10px;
    }
    .main .cards {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-content: center ;
      }
    .main .price-card h3 {
      font-size: 1.5rem;
    }
    .main .price-card h5 {
      font-size: 1rem;
    }
    .main .price-card span {
      font-size: 2rem;
    }
    .main .price-card ul {
      padding: 30px 0 0 30px;
    }
    .main .price-card ul li {
      font-size: 0.9rem;
    }
  }
  @media screen and (max-width: 576px) {
    .main .cards {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        justify-content: center ;
      }
      .main .price-card{
        width: auto;
      }
    }
  @media screen and (max-width: 460px) {
    body {
      background-size: contain;
    }
  
    .main {
      min-height: 100%;
      min-width: 5px;
    }
    .main h1 {
      font-size: 1.2rem;
    }
    .main .cards {
      flex-direction: column;
      align-items: center;
    }
    .main .cards .price-card {
      width: 350px;
      height: 480px;
    }
    .main .cards .price-card h3 {
      font-size: 1.7rem;
    }
    .main .cards .price-card h5 {
      font-size: 1.4rem;
    }
    .main .cards .price-card span {
      font-size: 2rem;
      top: 2px;
    }
    .main .cards .price-card ul {
      padding: 40px;
    }
    .main .cards .price-card ul li {
      font-size: 1.1rem;
    }
  }
    


  .key-feature .feature-grid {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns:3fr 3fr 2fr;
    grid-template-rows: 2fr 2fr 2fr ;
    grid-gap: 1rem;
    grid-template-areas:
        "sidebar content-1 content-1"
        "sidebar content-2 content-2 "
        "content-3 content-3 content-3"
  }

  
  .sidebar {
    grid-area: sidebar;
  }
  
  .content-1 {
    grid-area: content-1;
  }
  
  .content-2 {
    grid-area: content-2;
  }
  
  .content-3 {
    grid-area: content-3;
  }
  
  .footer {
    grid-area: footer;
    grid-row: 4 / 5;
    grid-column: 1 / 4;
  }

  /* OTHER STYLES */

  .item {
    background-color: #3F3F3F;
    background-image: linear-gradient(to right, #434343 0%, black 100%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    color: #ffffff;
    height: 100%;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    font-size: 18px;
    font-weight: bold;
    padding: 50px;
  }

  .key-feature .feature-grid .item {
    overflow: hidden;
  }
  .white-shade{
    position: absolute;
    top: 0;
    right: 0;
    height: 300px;
    width: 300px;
    background-image: url(../images/Feature/white-shade.webp);
    transform: translate(90px, -70px);
    /* background: rgb(190,190,190);
background: radial-gradient(circle, rgba(190,190,190,0.6334908963585435) 0%, rgba(0,212,255,0) 100%); */
opacity: .8;
  }
  .key-feature .sidebar .feature-box h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-family: "Poppins", serif;
    font-weight: 400;
  }
  .key-feature .sidebar .feature-box p {
    color: #f7f7f7;
    font-family: "Poppins", serif;
    font-size: 1rem;
    font-weight: 300;
  }
  .key-feature  .feature-box img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    scale: 1.2;
    transform: translateY(120px);
  }

  .key-feature .content-1 .feature-box h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-family: "Poppins", serif;
    font-weight: 400;
  }
  .key-feature .content-1 .feature-box p {
    color: #f7f7f7;
    font-family: "Poppins", serif;
    font-size: 1rem;
    font-weight: 300;
  }
  .key-feature .content-1 .feature-box img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    scale: 1;
    transform: translateY(10px);
    filter: drop-shadow(0 10px 0.75rem #ffffff8f);
  }

  .key-feature .content-2 .feature-box h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-family: "Poppins", serif;
    font-weight: 400;
  }
  .key-feature .content-2 .feature-box p {
    color: #f7f7f7;
    font-family: "Poppins", serif;
    font-size: 1rem;
    font-weight: 300;
  }
  .key-feature .content-2 .feature-box img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    scale: 1;
    transform: translateY(10px);
    filter: drop-shadow(0 10px 0.75rem #ffffff8f);
  }

  .item .feature-box {
    margin-bottom: 9rem;
  }

  .key-feature .content-3 .feature-box h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-family: "Poppins", serif;
    font-weight: 400;
  }
  .key-feature .content-3 .feature-box p {
    color: #f7f7f7;
    font-family: "Poppins", serif;
    font-size: 1rem;
    font-weight: 300;
  }
  .key-feature .content-3 .feature-box img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    scale: 1;
    transform: translateY(10px);
    filter: drop-shadow(0 10px 0.75rem #ffffff8f);
  }
  
  @media (max-width: 991px) {
    
  .key-feature .feature-grid {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns:repeat(1, 1fr);
    grid-template-rows: 1fr ;
    grid-gap: 1rem;
    grid-template-areas:
        " sidebar"
        " content-1"
        "  content-2 "
        " content-3"
  }
  .key-feature .feature-box img{
    transform: translateY(0);
  }
  .key-feature .content-1 .feature-box img {
  
    scale: 1.2;
    transform: translateY(50px);

  }
}