:root {
    --heading-color: #111111;
    --white-color: #ffffff;
    --text-color: #696969;
    --border-color: rgba(16, 16, 16, 0.1);
    --main-gray: #f0f2f4;
    --font-24: 24px;
    --font-18: 18px;
    --font-16: 16px;
    --heading-font: "Plus Jakarta Sans", sans-serif;
    --body-font: "Manrope", sans-serif
}

html {
    font-size: 100%
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0
}

a,
i,
span {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    color: var(--heading-color);
    font-family: var(--heading-font)
}

h1 {
    font-size: 85px;
    line-height: 100px
}

h2 {
    /* font-size: 40px; */
    line-height: 50px
}

h3 {
    font-size: 27px;
    line-height: 40px
}

h4 {
    font-size: 22px;
    line-height: 34px
}

h5 {
    font-size: 20px;
    line-height: 1
}

h6 {
    font-size: 18px;
    line-height: 1
}

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

p {
    margin: 0
}

input,
textarea {
    display: inherit
}

button {
    border: none
}

label {
    margin-bottom: 0
}

iframe {
    width: 100%;
    border: none;
    display: inherit
}

img {
    max-width: 100%
}

body {
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 30px;
    overflow-x: hidden
}

main {
    display: inline-block;
    width: 100%
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #abafb9
}

::-webkit-scrollbar-thumb {
    background-color: #13172b
}

.preloader {
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white-color)
}

.preloader .loader img {
    -webkit-animation: zoomInOut 3s ease-in-out infinite;
    animation: zoomInOut 3s ease-in-out infinite
}

@-webkit-keyframes zoomInOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomInOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.back-to-top {
    position: absolute;
    bottom: 65px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white-color)
}

.back-to-top:hover {
    color: var(--white-color)
}

@media (max-width:767px) {
    .back-to-top {
        display: none
    }
}

#smooth-wrapper {
    z-index: 1
}

label {
    margin-bottom: 0
}

@media (min-width:1451px) {
    .container {
        max-width: 1314px
    }
}

@media (min-width:1200px) and (max-width:1450px) {
    .container {
        max-width: 1200px
    }
}

.form-group {
    position: relative
}

.form_control {
    width: 100%
}

.sub-heading {
    display: inline-block;
    padding: 5px 22px;
    border-radius: 14px;
    border: 2px solid rgba(241, 79, 68, .1);
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 15px;
    background-color: #feeeed
}

.sub-heading i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 10px;
    color: var(--primary-color)
}

.section-title.style-one {
    max-width: 965px;
    margin: 0 auto 70px
}

.section-title.style-one h2 span {
    display: block
}

@media (min-width:1200px) and (max-width:1450px) {
    .section-title h2 {
        font-size: 32px;
        line-height: 42px
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .section-title h2 {
        font-size: 28px;
        line-height: 38px
    }
}

@media screen and (max-width:991px) {
    .section-title h2 {
        font-size: 22px;
        line-height: 30px
    }
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
    color: var(--white-color)
}

.text-white .sub-heading {
    background-color: var(--white-color);
    color: var(--heading-color);
    border-color: transparent
}

.video-popup {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1
}

.video-popup:after,
.video-popup:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--white-color);
    -webkit-animation: playpopup infinite ease-in 2s;
    animation: playpopup infinite ease-in 2s
}

.video-popup:before {
    -webkit-animation: playpopup infinite ease-in-out 3s;
    animation: playpopup infinite ease-in-out 3s
}

.play-button.style-one .video-popup {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 24px;
    color: var(--white-color)
}

.play-button.style-one .video-popup:hover {
    color: var(--white-color)
}

@-webkit-keyframes playpopup {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes playpopup {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.theme-btn i {
    margin-left: 7px
}

.theme-btn.style-one {
    position: relative;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 13px 22px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    line-height: 1
}

.theme-btn.style-one:hover {
    background-color: var(--primary-black-color)
}

.theme-btn.style-two {
    border: 1px solid rgba(31, 31, 31, .1);
    border-radius: 12px;
    padding: 11.5px 35px;
    font-weight: 700
}

.theme-btn.style-two:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent
}

.read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.read-more.style-one {
    position: relative;
    padding: 7px 12px;
    border: 1px solid var(--border-color);
    color: var(--heading-color);
    border-radius: 5px;
    line-height: 25px
}

.read-more.style-one i {
    margin-right: 7px
}

.read-more.style-one:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent
}

.read-more.style-two i {
    margin-left: 7px;
    -webkit-transition: all .35s;
    transition: all .35s
}

.read-more.style-two:hover {
    color: var(--primary-color)
}

.read-more.style-two:hover i {
    margin-right: 10px
}

.check-list.style-one li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.check-list.style-one li:not(:last-child) {
    margin-bottom: 10px
}

.check-list.style-one li i {
    color: var(--primary-color);
    margin-right: 10px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .check-list.style-one li {
        font-size: 14px
    }
}

.check-list.style-two li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    background-color: #f4f7f6;
    border-radius: 50px;
    font: 600 16px var(--heading-font);
    letter-spacing: -.48px;
    color: var(--heading-color)
}

.check-list.style-two li:not(:last-child) {
    margin-bottom: 20px
}

.check-list.style-two li i {
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 10px
}

.ratings li {
    display: inline-block;
    color: #f90
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 1;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0
}

.offcanvas__overlay.overlay-open {
    opacity: .8;
    visibility: visible
}

.animate-float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.animate-float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotate360 {
    -webkit-animation: spin 7s linear infinite;
    animation: spin 7s linear infinite
}

.zoomInOut {
    -webkit-animation: zoomInOut 6s linear infinite;
    animation: zoomInOut 6s linear infinite
}

@keyframes zoomInOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0
}

.offcanvas__overlay.overlay-open {
    opacity: .8;
    visibility: visible
}

.sasly-pagination.text-center ul li {
    margin-left: 7px
}

.sasly-pagination ul li {
    display: inline-block;
    margin-right: 7px
}

.sasly-pagination ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(31, 31, 31, .1);
    font: 600 16px var(--heading-font);
    letter-spacing: -.36px
}

.sasly-pagination ul li a.active,
.sasly-pagination ul li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent
}

.form-message {
    padding: 10px 0 0
}

.form-message.success {
    color: var(--primary-color)
}

.form-message.error {
    color: rgba(209, 12, 12, .808)
}

.header-area {
    position: relative;
    z-index: 9999
}

.header-navigation .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-navigation .site-branding {
    max-width: 200px
}

.header-navigation .main-menu ul>li {
    display: inline-block;
    position: relative;
    margin-left: 17px;
    margin-right: 17px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .header-navigation .main-menu ul>li {
        margin-left: 8px;
        margin-right: 8px
    }
}

.header-navigation .main-menu ul>li>a {
    position: relative;
    display: block;
    font: 600 18px var(--heading-font);
    text-transform: capitalize;
    line-height: 1;
    color: var(--heading-color);
    padding: 36px 0
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .header-navigation .main-menu ul>li>a {
        font-size: 16px !important
    }
}

.header-navigation .main-menu ul>li>a:after {
    position: absolute;
    bottom: 35%;
    right: 0;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--primary-color);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.header-navigation .main-menu ul>li>a span.dd-trigger {
    margin-left: 5px
}

.header-navigation .main-menu ul>li .sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 99;
    padding: 10px 0;
    background-color: var(--white-color);
    height: auto;
    text-align: left;
    -webkit-box-shadow: 0 30px 80px 15px rgba(0, 0, 0, .09);
    box-shadow: 0 30px 80px 15px rgba(0, 0, 0, .09);
    border-radius: 7px
}

.header-navigation .main-menu ul>li .sub-menu li {
    display: block;
    margin: 0
}

.header-navigation .main-menu ul>li .sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    position: relative;
    line-height: 2.5;
    margin: 0;
    color: var(--heading-color);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.header-navigation .main-menu ul>li .sub-menu li a span.dd-trigger {
    margin-left: auto
}

.header-navigation .main-menu ul>li .sub-menu li a::after {
    display: none
}

.header-navigation .main-menu ul>li .sub-menu li a:hover {
    color: var(--primary-color)
}

.header-navigation .main-menu ul>li .sub-menu li .sub-menu {
    left: 100%;
    top: 50%
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .header-navigation .main-menu ul>li .sub-menu li .sub-menu {
        left: auto;
        right: 100%;
        top: 50%
    }
}

@media (min-width:1200px) and (max-width:1450px) {
    .header-navigation .main-menu ul>li .sub-menu li .sub-menu {
        left: auto;
        right: 100%;
        top: 50%
    }
}

.header-navigation .main-menu ul>li .sub-menu li:hover .sub-menu {
    top: 0
}

.header-navigation .main-menu ul>li .sub-menu li:hover>a {
    margin-left: 5px;
    color: var(--primary-color)
}

.header-navigation .main-menu ul>li:hover>a {
    color: var(--primary-color)
}

.header-navigation .main-menu ul>li:hover>a:after {
    left: 0;
    right: auto;
    width: 100%
}

.header-navigation .main-menu ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-navigation .navbar-toggler {
    padding: 11px 7px;
    border: 1px solid var(--heading-color);
    background-color: transparent;
    cursor: pointer;
    display: none;
    border-radius: 5px;
    margin-left: 20px
}

.header-navigation .navbar-toggler span {
    position: relative;
    border-radius: 3px;
    display: block;
    height: 2px;
    padding: 0;
    width: 30px;
    cursor: pointer;
    display: block;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: var(--heading-color)
}

.header-navigation .navbar-toggler span:not(:first-child) {
    margin-top: 5px
}

.header-navigation .navbar-toggler.active span:first-of-type {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 7px
}

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

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -7px
}

@media screen and (max-width:991px) {
    .header-navigation .sasly-nav-menu {
        text-align: left;
        position: fixed;
        top: 0;
        left: -290px;
        width: 290px;
        height: 100%;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        padding: 20px 20px 30px;
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 9999;
        background-color: var(--white-color)
    }

    .header-navigation .sasly-nav-menu.menu-on {
        left: 0
    }

    .header-navigation .sasly-nav-menu .main-menu {
        margin-top: 30px
    }

    .header-navigation .sasly-nav-menu .main-menu ul li {
        display: block;
        margin: 0
    }

    .header-navigation .sasly-nav-menu .main-menu ul li:not(:last-child) {
        border-bottom: 1px solid var(--border-color)
    }

    .header-navigation .sasly-nav-menu .main-menu ul li a {
        display: block;
        padding: 12px 0;
        font-size: 18px
    }

    .header-navigation .sasly-nav-menu .main-menu ul li a:after {
        display: none
    }

    .header-navigation .sasly-nav-menu .main-menu ul li .sub-menu {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        visibility: visible;
        opacity: 1;
        display: none;
        -webkit-transition: none;
        transition: none
    }

    .header-navigation .sasly-nav-menu .main-menu ul li .sub-menu>li>a {
        padding: 5px 20px
    }

    .header-navigation .sasly-nav-menu .main-menu ul li .sub-menu>li .sub-menu {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        visibility: visible;
        opacity: 1;
        display: none;
        -webkit-transition: none;
        transition: none;
        margin-left: 30px
    }

    .header-navigation .sasly-nav-menu .main-menu ul li .dd-trigger {
        position: absolute;
        right: 0;
        top: 10px;
        height: 25px;
        width: 25px;
        border-radius: 3px;
        z-index: 2;
        cursor: pointer;
        font-size: 16px
    }

    .header-navigation .navbar-close {
        width: 35px;
        height: 35px;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid var(--border-color);
        font-size: 16px
    }

    .header-navigation .navbar-toggler {
        display: block
    }

    .header-navigation .sasly-nav-button .theme-btn.style-one {
        padding: 17px 24px
    }

    .header-navigation .sasly-menu-bottom h5 {
        margin-bottom: 25px
    }

    .header-navigation .sasly-menu-bottom .social-link li {
        display: inline-block;
        margin-right: 10px
    }

    .header-navigation .sasly-menu-bottom .social-link li a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid var(--border-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-navigation .sasly-menu-bottom .social-link li a:hover {
        background-color: var(--primary-color);
        color: var(--white-color)
    }
}

.nav-right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-eight .header-navigation {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 1px 20px 0 rgba(41, 92, 81, .1);
    box-shadow: 0 1px 20px 0 rgba(41, 92, 81, .1)
}

@media screen and (max-width:991px) {
    .header-eight .header-navigation {
        padding: 20px 0
    }
}

.header-navigation {
    -webkit-transition: all .3s;
    transition: all .3s
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    margin: 0 auto
}

.sticky.header-navigation .nav-inner-menu {
    border-radius: 0 0 10px 10px
}

.sasly-iconic-box.style-one {
    background-color: #2f2f2f;
    border: 1px solid rgba(255, 255, 255, .1);
    max-width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 30px 25px;
    border-radius: 10px
}

@media (max-width:767px) {
    .sasly-iconic-box.style-one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.sasly-iconic-box.style-one:hover .icon {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent
}

.sasly-iconic-box.style-one .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    margin-right: 30px;
    -webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s
}

@media (max-width:767px) {
    .sasly-iconic-box.style-one .icon {
        margin-bottom: 25px
    }
}

.sasly-iconic-box.style-one .content {
    margin-top: -8px
}

.sasly-iconic-box.style-one .content h4.title {
    color: var(--white-color);
    margin-bottom: 10px
}

.sasly-iconic-box.style-one .content p {
    color: var(--white-color)
}

.sasly-iconic-box.style-two {
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 20px 50px 20px;
    max-width: 410px;
    text-align: left;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media screen and (max-width:991px) {
    .sasly-iconic-box.style-two {
        padding: 20px 30px 20px
    }
}

@media screen and (max-width:991px) {
    .sasly-iconic-box.style-two {
        margin: 0 auto 10px;
        text-align: left
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sasly-iconic-box.style-two {
        margin: 0 auto 10px
    }
}

.sasly-iconic-box.style-two:hover {
    background-color: var(--primary-color);
    color: var(--white-color)
}

.sasly-iconic-box.style-two:hover .content h4.title {
    color: var(--white-color)
}

.sasly-iconic-box.style-two:hover .content h4.title i {
    color: var(--white-color)
}

.sasly-iconic-box.style-two .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 65px;
    margin-right: 25px
}

.sasly-iconic-box.style-two .content h4.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

@media screen and (max-width:991px) {
    .sasly-iconic-box.style-two .content h4.title {
        font-size: 18px;
        line-height: 30px
    }
}

.sasly-iconic-box.style-two .content h4.title i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 55px;
    margin-right: 35px;
    color: var(--primary-color)
}

.sasly-iconic-box.style-two .content h4.title span {
    letter-spacing: -.48px
}

@media (min-width:1200px) and (max-width:1450px) {
    .sasly-iconic-box.style-two .content h4.title {
        font-size: 18px;
        line-height: 30px
    }
}

.sasly-iconic-box.style-two .content p span {
    font-weight: 700
}

.sasly-iconic-box.style-three {
    padding: 30px 30px 25px;
    border: 1px solid rgba(38, 39, 43, .1);
    background-color: var(--white-color);
    border-radius: 10px;
    -webkit-box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sasly-iconic-box.style-three {
        padding: 30px 20px 25px
    }
}

.sasly-iconic-box.style-three:hover {
    border-color: var(--primary-color)
}

.sasly-iconic-box.style-three .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(38, 39, 43, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    color: var(--white-color);
    background-color: var(--primary-color);
    margin-bottom: 25px
}

.sasly-iconic-box.style-three .content h4.title {
    margin-bottom: 15px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sasly-iconic-box.style-three .content h4.title {
        font-size: 20px
    }
}

.sasly-iconic-box.style-five {
    padding: 50px 40px 45px;
    background-color: #fff;
    border: 1px solid rgba(16, 16, 16, .1);
    border-radius: 10px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sasly-iconic-box.style-five {
        padding: 40px 25px 35px
    }
}

@media screen and (max-width:991px) {
    .sasly-iconic-box.style-five {
        padding: 40px 20px 35px
    }
}

.sasly-iconic-box.style-five:hover {
    border-color: var(--primary-color)
}

.sasly-iconic-box.style-five:hover .icon {
    background-color: var(--primary-color)
}

.sasly-iconic-box.style-five .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 65px;
    height: 65px;
    border-radius: 7px;
    background-color: rgba(48, 232, 122, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 35px;
    margin-bottom: 30px;
    color: var(--heading-color);
    -webkit-transition: .3s;
    transition: .3s
}

.sasly-iconic-box.style-five .content h4.title {
    margin-bottom: 20px
}

@media screen and (max-width:991px) {
    .sasly-iconic-box.style-five .content h4.title {
        font-size: 18px;
        line-height: 30px
    }
}

.sasly-iconic-box.style-six {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sasly-iconic-box.style-six .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--heading-color);
    margin-right: 20px;
    border-radius: 5px;
    font-size: 27px
}

.sasly-iconic-box.style-six .content h5 {
    margin-bottom: 5px
}

.sasly-iconic-box.style-eight {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px 30px 27px;
    -webkit-box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25)
}

@media (min-width:1200px) and (max-width:1450px) {
    .sasly-iconic-box.style-eight {
        padding: 30px 27px 27px
    }
}

.sasly-iconic-box.style-eight:hover .icon {
    background-color: var(--primary-color);
    color: var(--white-color)
}

.sasly-iconic-box.style-eight .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: rgba(0, 161, 252, .1);
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--heading-color);
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sasly-iconic-box.style-eight .content h4 {
    margin-bottom: 12px
}

.sasly-iconic-box.style-eight .content p {
    margin-bottom: 15px
}

.sasly-iconic-box.style-eight .content .read-more {
    color: var(--heading-color);
    text-decoration: underline
}

.sasly-iconic-box.style-eight .content .read-more:hover {
    color: var(--primary-color)
}

.sasly-iconic-box.style-twelve {
    padding: 50px 50px 40px;
    background-color: #feeeed;
    border-radius: 10px
}

@media screen and (max-width:991px) {
    .sasly-iconic-box.style-twelve {
        padding: 50px 30px 40px
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sasly-iconic-box.style-twelve {
        padding: 50px 40px 40px
    }
}

.sasly-iconic-box.style-twelve .icon {
    margin-bottom: 25px
}

.sasly-iconic-box.style-twelve .icon i {
    font-size: 50px;
    color: var(--primary-color)
}

.sasly-iconic-box.style-twelve .content h5 {
    font-size: 22px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 8px
}

.sasly-iconic-box.style-twelve .content p {
    font: 500 20px var(--heading-font);
    line-height: 35px;
    color: var(--heading-color)
}

@media screen and (max-width:991px) {
    .sasly-iconic-box.style-twelve .content p {
        font-size: 18px;
        line-height: 30px
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sasly-iconic-box.style-twelve .content p {
        font-size: 16px;
        line-height: 30px
    }
}

.seo-features .row:not(:first-child) {
    display: flex;
    flex-wrap: wrap
}

.seo-features .row:not(:first-child)>[class*=col-] {
    display: flex
}

.seo-features .row:not(:first-child)>[class*=col-]>a {
    display: block;
    width: 100%
}

.seo-features .sasly-iconic-box.style-fifteen {
    width: 100%;
    height: 90%
}

.sasly-iconic-box.style-fifteen {
    background-color: #f4f7f6;
    padding: 30px;
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sasly-iconic-box.style-fifteen:hover {
    background-color: var(--primary-color)
}

.sasly-iconic-box.style-fifteen:hover .icon {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.sasly-iconic-box.style-fifteen:hover .content h5 {
    color: var(--white-color)
}

.sasly-iconic-box.style-fifteen:hover .content p {
    color: rgba(255, 255, 255, .8)
}

.sasly-iconic-box.style-fifteen:hover .content .read-more {
    color: var(--white-color)
}

.sasly-iconic-box.style-fifteen .icon {
    background-color: #eaefee;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--primary-color)
}

.sasly-iconic-box.style-fifteen .icon i {
    line-height: 1
}

.sasly-iconic-box.style-fifteen .content h5 {
    margin-bottom: 20px
}

.sasly-iconic-box.style-fifteen .content p {
    margin-bottom: 20px
}

.sasly-iconic-box.style-fifteen .content .read-more {
    font-weight: 600;
    color: var(--heading-color);
    text-decoration: underline
}

.sasly-project-item.style-one:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sasly-project-item.style-one .thumbnail {
    position: relative;
    border-radius: 7px;
    overflow: hidden
}

.sasly-project-item.style-one .thumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    border-radius: 7px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sasly-project-item.style-one .content {
    padding-top: 30px
}

.sasly-project-item.style-one .content h4.title {
    margin-bottom: 20px
}

.sasly-project-item.style-one .content h4.title:hover {
    color: var(--primary-color)
}

.sasly-project-item.style-two .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    z-index: 1
}

.sasly-project-item.style-two .thumbnail img {
    width: 100%;
    border-radius: 7px
}

.sasly-project-item.style-two .content {
    padding-top: 30px
}

.sasly-project-item.style-two .content h4.title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.44px
}

.sasly-project-item.style-two .content h4.title:hover {
    color: var(--primary-color)
}

.sasly-project-item.style-three .thumbnail {
    position: relative;
    border-radius: 7px;
    overflow: hidden
}

.sasly-project-item.style-three .thumbnail img {
    width: 100%;
    border-radius: 7px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:991px) {
    .sasly-project-item.style-three .thumbnail img {
        min-height: 300px
    }
}

.sasly-project-item.style-three .thumbnail .content {
    background-color: var(--white-color);
    padding: 18px 30px;
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media (max-width:767px) {
    .sasly-project-item.style-three .thumbnail .content {
        padding: 20px 30px
    }
}

@media (max-width:767px) {
    .sasly-project-item.style-three .thumbnail .content h4.title {
        font-size: 16px;
        line-height: 27px
    }
}

.sasly-project-item.style-five .thumbnail {
    position: relative
}

.sasly-project-item.style-five .thumbnail img {
    width: 100%
}

.sasly-project-item.style-five .content {
    position: relative;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    width: 95%;
    margin: -30px auto 40px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sasly-project-item.style-five .content h4.title {
        font-size: 18px;
        line-height: 30px
    }
}

@media screen and (max-width:991px) {
    .sasly-project-item.style-five .content h4.title {
        font-size: 18px;
        line-height: 30px
    }
}

.sasly-project-item.style-five .content .project-meta {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden
}

.sasly-project-item.style-five .content .project-meta span {
    white-space: nowrap;
    margin-bottom: 10px
}

.sasly-project-item.style-five .content .project-meta span:not(:last-child):after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--text-color);
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px
}

.pricing-item.style-one {
    min-width: 800px
}

.pricing-item.style-one .pricing-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pricing-item.style-two {
    position: relative;
    background-color: var(--white-color);
    padding: 40px 40px 35px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(10px 4px 60px rgba(193, 193, 193, 0.25));
    filter: drop-shadow(10px 4px 60px rgba(193, 193, 193, .25))
}

@media (max-width:575px) {
    .pricing-item.style-two {
        padding: 40px 20px 30px
    }
}

.pricing-item.style-two .pricing-body {
    margin-bottom: 50px
}

.pricing-item.style-two .pricing-body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(16, 16, 16, .1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    font: 600 18px var(--heading-font);
    color: var(--heading-color)
}

.pricing-item.style-two .pricing-body ul li:first-child {
    border-top: 1px solid rgba(16, 16, 16, .1)
}

@media screen and (max-width:991px) {
    .pricing-item.style-two .pricing-body ul li {
        font-size: 16px
    }
}

.pricing-item.style-two .pricing-body ul li i {
    color: var(--primary-color);
    font-size: 20px;
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

.pricing-item.style-two .pricing-footer .theme-btn {
    width: 100%;
    padding: 22px 22px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px
}

.pricing-item.style-three {
    padding: 60px 65px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .pricing-item.style-three {
        padding: 40px 35px
    }
}

@media screen and (max-width:991px) {
    .pricing-item.style-three {
        padding: 40px 35px
    }
}

@media (max-width:767px) {
    .pricing-item.style-three {
        padding: 30px 25px
    }
}

.pricing-item.style-three .pricing-body {
    margin-bottom: 30px
}

.pricing-item.style-three .pricing-body ul li {
    color: var(--white-color)
}

.pricing-item.style-three .pricing-body ul li:not(:last-child) {
    margin-bottom: 20px
}

.pricing-item.style-three .pricing-body ul li i {
    margin-right: 10px
}

.pricing-item.style-three .pricing-body ul li i.fa-badge-check {
    color: var(--primary-color)
}

.pricing-item.style-three .pricing-footer .theme-btn.style-two {
    width: 100%;
    border-color: var(--white-color);
    color: var(--white-color)
}

.pricing-item.style-three .pricing-footer .theme-btn.style-two:hover {
    border-color: transparent
}

.pricing-item.style-five {
    padding: 30px 50px 40px;
    border: 1px solid rgba(20, 20, 20, .07);
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (min-width:1200px) and (max-width:1450px) {
    .pricing-item.style-five {
        padding: 30px 40px 40px
    }
}

@media screen and (max-width:991px) {
    .pricing-item.style-five {
        padding: 30px 20px 40px
    }
}

.pricing-item.style-five:hover {
    background-color: rgba(232, 73, 69, .07)
}

.pricing-item.style-five:hover .pricing-footer .theme-btn.style-two {
    background: -webkit-gradient(linear, left top, right top, from(#fe7587), to(#ecb22e));
    background: linear-gradient(90deg, #fe7587 0, #ecb22e 100%);
    border-color: transparent;
    color: var(--white-color)
}

.pricing-item.style-five .pricing-body {
    margin-bottom: 40px
}

.pricing-item.style-five .pricing-body ul.check-list.style-one li:not(:last-child) {
    margin-bottom: 10px
}

.pricing-item.style-five .pricing-body ul.check-list.style-one li i {
    color: var(--heading-color)
}

.pricing-item.style-five .pricing-footer .theme-btn.style-two:hover {
    border-color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#fe7587), to(#ecb22e));
    background: linear-gradient(90deg, #fe7587 0, #ecb22e 100%);
    background-color: transparent
}

.pricing-item.style-six {
    padding: 35px 40px 40px;
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25)
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .pricing-item.style-six {
        padding: 35px 20px 40px
    }
}

@media screen and (max-width:991px) {
    .pricing-item.style-six {
        padding: 35px 20px 40px
    }
}

.pricing-item.style-six .pricing-head {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.pricing-item.style-six .pricing-head span.plan {
    font: 600 20px var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 23px
}

.pricing-item.style-six .pricing-head h2 {
    margin-bottom: 20px
}

@media screen and (max-width:991px) {
    .pricing-item.style-six .pricing-head h2 {
        font-size: 38px;
        line-height: 50px
    }
}

.pricing-item.style-six .pricing-body {
    background-color: #f9fafa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px
}

.pricing-item.style-six .pricing-body h5 {
    margin-bottom: 20px
}

.pricing-item.style-six .pricing-footer .theme-btn {
    width: 100%
}

.pricing-item.style-six.best-plan {
    background-color: var(--primary-color);
    position: relative
}

.pricing-item.style-six.best-plan .best-plan {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    padding: 8px 10px;
    background-color: var(--white-color);
    border-radius: 7px;
    letter-spacing: -.28px;
    color: var(--heading-color);
    font: 600 14px var(--heading-font);
    line-height: 1
}

.pricing-item.style-six.best-plan .pricing-head {
    border-color: rgba(255, 255, 255, .1)
}

.pricing-item.style-six.best-plan .pricing-head span.plan {
    color: var(--white-color)
}

.pricing-item.style-six.best-plan .pricing-head h2 {
    color: var(--white-color)
}

.pricing-item.style-six.best-plan .pricing-head p {
    color: rgba(255, 255, 255, .7)
}

.pricing-item.style-six.best-plan .pricing-body {
    background-color: rgba(255, 255, 255, .1)
}

.pricing-item.style-six.best-plan .pricing-body h5 {
    color: var(--white-color)
}

.pricing-item.style-six.best-plan .pricing-body .check-list li {
    color: var(--white-color)
}

.pricing-item.style-six.best-plan .pricing-body .check-list li i {
    color: var(--white-color)
}

.pricing-item.style-six.best-plan .pricing-footer .theme-btn.style-one {
    background-color: var(--white-color);
    color: var(--heading-color)
}

.sasly-testimonial-item.style-one {
    position: relative;
    padding: 50px 70px 40px;
    border-radius: 10px;
    border: 1px rgba(241, 79, 68, .1);
    background-color: rgba(241, 79, 68, .102);
    z-index: 1
}

@media (max-width:767px) {
    .sasly-testimonial-item.style-one {
        padding: 30px 20px 20px
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sasly-testimonial-item.style-one {
        padding: 50px 30px 40px
    }
}

@media (min-width:1200px) and (max-width:1450px) {
    .sasly-testimonial-item.style-one {
        padding: 30px 50px 20px
    }
}

.sasly-testimonial-item.style-one .testimonial-content p {
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    color: var(--heading-color);
    margin-bottom: 35px
}

@media (max-width:767px) {
    .sasly-testimonial-item.style-one .testimonial-content p {
        font-size: 18px;
        line-height: 35px
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sasly-testimonial-item.style-one .testimonial-content p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px
    }
}

.sasly-testimonial-item.style-two {
    max-width: 960px;
    border-radius: 10px;
    border: 1px solid var(--heading-color);
    background-color: var(--white-color);
    -webkit-box-shadow: 10px 4px 30px 0 rgba(166, 239, 103, .5);
    box-shadow: 10px 4px 30px 0 rgba(166, 239, 103, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 40px 25px 25px;
    margin-right: 30px
}

@media (max-width:767px) {
    .sasly-testimonial-item.style-two {
        max-width: 100%;
        margin-right: 0;
        padding: 25px 25px 25px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.sasly-testimonial-item.style-two .testimonial-content p {
    font: 600 20px var(--heading-font);
    line-height: 160%;
    letter-spacing: -.4px;
    color: var(--heading-color);
    margin-bottom: 35px
}

.sasly-testimonial-item.style-three {
    padding: 40px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    border: 1px solid rgba(16, 16, 16, .1);
    border-radius: 7px
}

.sasly-testimonial-item.style-three .testimonial-content p {
    margin-bottom: 30px
}

.sasly-testimonial-item.style-five {
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    max-width: 630px;
    padding: 30px 50px;
    border-radius: 7px;
    text-align: left
}

.sasly-testimonial-item.style-five .testimonial-content>p {
    font-size: 18px;
    color: var(--white-color)
}

.sasly-testimonial-item.style-five .testimonial-content .author-thumb-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sasly-testimonial-item.style-five .testimonial-content .author-thumb-info .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    margin-right: 20px
}

.sasly-testimonial-item.style-five .testimonial-content .author-thumb-info .author-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.sasly-testimonial-item.style-five .testimonial-content .author-thumb-info .author-info {
    margin-top: 4px
}

.sasly-testimonial-item.style-five .testimonial-content .author-thumb-info .author-info h5 {
    color: var(--white-color);
    letter-spacing: -.4px;
    font-weight: 600;
    margin-bottom: 5px
}

.sasly-testimonial-item.style-five .testimonial-content .author-thumb-info .author-info span.position {
    font-size: 14px;
    color: rgba(255, 255, 255, .65)
}

.sasly-testimonial-item.style-six {
    background-color: #000;
    padding: 25px 30px 30px;
    border-radius: 10px
}

.sasly-testimonial-item.style-six .testimonial-content ul.ratings {
    margin-bottom: 15px
}

.sasly-testimonial-item.style-six .testimonial-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, .7);
    line-height: 30px;
    margin-bottom: 28px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sasly-testimonial-item.style-six .testimonial-content p {
        font-size: 16px
    }
}

.sasly-testimonial-item.style-six .testimonial-content .author-thumb-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sasly-testimonial-item.style-six .testimonial-content .author-thumb-info .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    margin-right: 15px
}

.sasly-testimonial-item.style-six .testimonial-content .author-thumb-info .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.sasly-testimonial-item.style-six .testimonial-content .author-thumb-info .author-info h5 {
    color: var(--white-color);
    margin-bottom: 5px
}

.sasly-testimonial-item.style-six .testimonial-content .author-thumb-info .author-info span.position {
    font-weight: 500;
    color: var(--white-color)
}

.sasly-testimonial-item.style-eight {
    background-color: var(--white-color);
    padding: 30px
}

.sasly-testimonial-item.style-eight .author-thumb-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color)
}

.sasly-testimonial-item.style-eight .author-thumb-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sasly-testimonial-item.style-eight .author-thumb-info .author-thumb {
    margin-right: 20px
}

.sasly-testimonial-item.style-eight .author-thumb-info .author-info h6 {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .sasly-testimonial-item.style-eight .author-thumb-info .author-info h6 {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 5px
    }
}

@media (max-width:767px) {
    .sasly-testimonial-item.style-eight .author-thumb-info .author-info span {
        font-size: 14px;
        line-height: 1
    }
}

@media (max-width:767px) {
    .sasly-testimonial-item.style-eight .ratings li {
        font-size: 14px
    }
}

.sasly-testimonial-item.style-eight p {
    color: var(--heading-color);
    font: 600 16px var(--heading-font);
    line-height: 34px
}

@media screen and (max-width:991px) {
    .sasly-testimonial-item.style-eight p {
        font-size: 16px
    }
}

.accordion-card.style-one .accordion-header .accordion-title {
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0
}

@media (max-width:575px) {
    .accordion-card.style-one .accordion-header .accordion-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px
    }
}

.accordion-card.style-one .accordion-header .accordion-title:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: auto;
    -webkit-transition: all .3s;
    transition: all .3s
}

.accordion-card.style-one .accordion-header .accordion-title[aria-expanded=true]:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.accordion-card.style-one .accordion-content p {
    padding-top: 10px;
    padding-bottom: 10px
}

.accordion-card.style-two {
    border-radius: 10px;
    border: 1px solid rgba(16, 16, 16, .1);
    padding: 13px 30px
}

@media (max-width:575px) {
    .accordion-card.style-two {
        padding: 13px 15px
    }
}

.accordion-card.style-two .accordion-header .accordion-title {
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (max-width:575px) {
    .accordion-card.style-two .accordion-header .accordion-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px
    }
}

.accordion-card.style-two .accordion-header .accordion-title:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(16, 16, 16, .1);
    background-color: var(--white-color);
    -webkit-transition: all .3s;
    transition: all .3s
}

.accordion-card.style-two .accordion-header .accordion-title[aria-expanded=true]:after {
    border-color: transparent;
    background-color: var(--primary-color);
    color: var(--white-color);
    content: "\f068"
}

.accordion-card.style-two .accordion-content p {
    padding-top: 10px;
    padding-bottom: 10px
}

.accordion-card.style-three {
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25);
    box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, .25)
}

.accordion-card.style-three .accordion-title {
    padding: 19px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (max-width:767px) {
    .accordion-card.style-three .accordion-title {
        padding: 19px 15px;
        line-height: 1.3
    }
}

.accordion-card.style-three .accordion-title:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: auto;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (max-width:767px) {
    .accordion-card.style-three .accordion-title:after {
        font-size: 16px
    }
}

.accordion-card.style-three .accordion-title[aria-expanded=true]:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion-card.style-three .accordion-content {
    padding: 0 30px 10px
}

.author-box .author-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.author-box .author-list li:not(:first-child) {
    margin-left: -10px
}

.author-box .author-list li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--white-color)
}

.author-box .author-list li span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 700 18px var(--heading-font);
    color: var(--heading-color)
}

.blog-post-item.style-one {
    position: relative;
    border: 1px solid rgba(31, 31, 31, .07);
    padding: 10px;
    border-radius: 7px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog-post-item.style-one:hover {
    border-color: var(--primary-color);
    -webkit-box-shadow: 10px 4px 60px rgba(157, 157, 157, .25);
    box-shadow: 10px 4px 60px rgba(157, 157, 157, .25)
}

.blog-post-item.style-one .post-thumbnail {
    margin-top: -70px
}

.blog-post-item.style-one .post-thumbnail img {
    border-radius: 7px
}

.blog-post-item.style-one .post-content {
    padding: 30px 30px 20px
}

@media (max-width:767px) {
    .blog-post-item.style-one .post-content {
        padding: 30px 20px 20px
    }
}

.blog-post-item.style-one .post-content .post-meta span.category {
    margin-right: 15px;
    margin-bottom: 15px
}

.blog-post-item.style-one .post-content .post-meta span.category a {
    padding: 7px 21px;
    background-color: var(--primary-color);
    color: var(--white-color);
    line-height: 20px;
    border-radius: 20px;
    font-weight: 500
}

.blog-post-item.style-one .post-content .post-meta span {
    margin-bottom: 10px
}

.blog-post-item.style-one .post-content .post-meta span i {
    margin-right: 10px
}

.blog-post-item.style-one .post-content h4.title {
    margin-bottom: 15px
}

.blog-post-item.style-one .post-content h4.title:hover a {
    color: var(--primary-color)
}

.blog-post-item.style-one .post-content p {
    margin-bottom: 25px
}

.blog-post-item.style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white-color);
    border: 1px solid rgba(38, 39, 43, .1);
    padding: 30px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (min-width:1200px) and (max-width:1450px) {
    .blog-post-item.style-two {
        padding: 30px 20px
    }
}

@media (max-width:767px) {
    .blog-post-item.style-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.blog-post-item.style-two:hover {
    border-color: var(--heading-color);
    -webkit-filter: drop-shadow(10px 4px 30px rgba(166, 239, 103, 0.5));
    filter: drop-shadow(10px 4px 30px rgba(166, 239, 103, .5))
}

.blog-post-item.style-two .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 230px;
    width: 100%;
    margin-right: 40px
}

.blog-post-item.style-two .post-thumbnail img {
    width: 100%;
    border-radius: 10px
}

@media (max-width:767px) {
    .blog-post-item.style-two .post-thumbnail {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.blog-post-item.style-two .post-content .post-meta span {
    margin-bottom: 10px
}

.blog-post-item.style-two .post-content .post-meta span.category {
    margin-right: 15px
}

.blog-post-item.style-two .post-content .post-meta span.category a {
    border: 1px solid var(--border-color);
    padding: 4px 20px;
    line-height: 20px;
    border-radius: 20px
}

.blog-post-item.style-two .post-content h4.title {
    font-size: 20px;
    letter-spacing: -.4px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 40px
}

.blog-post-item.style-two .post-content h4.title:hover {
    color: var(--primary-color)
}

@media (min-width:1200px) and (max-width:1450px) {
    .blog-post-item.style-two .post-content h4.title {
        margin-bottom: 10px
    }
}

.blog-post-item.style-two .post-content p {
    margin-bottom: 20px
}

.blog-post-item.style-three {
    border: 1px solid var(--border-color);
    border-radius: 7px;
    background-color: var(--white-color)
}

.blog-post-item.style-three .post-thumbnail {
    padding: 10px
}

.blog-post-item.style-three .post-thumbnail img {
    width: 100%;
    border-radius: 7px
}

.blog-post-item.style-three .post-content {
    padding: 30px 30px 20px
}

.blog-post-item.style-three .post-content .post-meta span.category {
    margin-right: 15px;
    margin-bottom: 15px
}

.blog-post-item.style-three .post-content .post-meta span.category a {
    padding: 7px 21px;
    background-color: var(--primary-color);
    color: var(--white-color);
    line-height: 20px;
    border-radius: 20px;
    font-weight: 500
}

.blog-post-item.style-three .post-content .post-meta span {
    margin-bottom: 10px
}

.blog-post-item.style-three .post-content .post-meta span i {
    margin-right: 10px
}

.blog-post-item.style-three .post-content h4.title {
    margin-bottom: 15px
}

@media screen and (max-width:991px) {
    .blog-post-item.style-three .post-content h4.title {
        font-size: 20px;
        line-height: 30px
    }
}

.blog-post-item.style-three .post-content h4.title:hover a {
    color: var(--primary-color)
}

.blog-post-item.style-three .post-content p {
    margin-bottom: 25px
}

.blog-post-item.style-five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: var(--white-color);
    border: 1px solid rgba(20, 20, 20, .07);
    -webkit-filter: drop-shadow(10px 4px 60px rgba(189, 189, 189, 0.25));
    filter: drop-shadow(10px 4px 60px rgba(189, 189, 189, .25));
    border-radius: 7px
}

@media (max-width:767px) {
    .blog-post-item.style-five {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.blog-post-item.style-five .post-thumbnail {
    width: 40%;
    padding: 5px
}

.blog-post-item.style-five .post-thumbnail img {
    width: 100%
}

@media (max-width:767px) {
    .blog-post-item.style-five .post-thumbnail {
        width: 100%
    }
}

.blog-post-item.style-five .post-thumbnail img {
    border-radius: 7px
}

.blog-post-item.style-five .post-content {
    width: 60%;
    padding: 30px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .blog-post-item.style-five .post-content {
        padding: 20px 15px
    }
}

@media (max-width:767px) {
    .blog-post-item.style-five .post-content {
        width: 100%
    }
}

.blog-post-item.style-five .post-content .post-meta {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(20, 20, 20, .1);
    margin-bottom: 10px
}

.blog-post-item.style-five .post-content .post-meta span:not(:last-child):after {
    display: inline-block;
    content: "";
    margin-left: 10px;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(20, 20, 20, .1)
}

.blog-post-item.style-five .post-content h4.title {
    margin-bottom: 50px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .blog-post-item.style-five .post-content h4.title {
        margin-bottom: 20px
    }
}

@media screen and (max-width:991px) {
    .blog-post-item.style-five .post-content h4.title {
        margin-bottom: 20px
    }
}

.blog-post-item.style-five p {
    margin-bottom: 30px
}

.blog-post-item.style-six .post-thumbnail {
    position: relative
}

.blog-post-item.style-six .post-thumbnail img {
    border-radius: 10px
}

.blog-post-item.style-six .post-thumbnail .date {
    position: absolute;
    top: 20px;
    left: 20px
}

.blog-post-item.style-six .post-thumbnail .date a {
    padding: 8px 15px;
    background-color: var(--primary-color);
    border-radius: 50px;
    line-height: 20px;
    font: 500 14px var(--heading-font);
    color: var(--white-color)
}

.blog-post-item.style-six .post-content {
    padding-top: 25px
}

.blog-post-item.style-six .post-content .post-meta span {
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 10px
}

.blog-post-item.style-six .post-content .post-meta span:not(:last-child) {
    margin-right: 20px
}

.blog-post-item.style-six .post-content .post-meta span i {
    margin-right: 10px
}

.blog-post-item.style-six .post-content h4.title {
    margin-bottom: 18px
}

.blog-post-item.style-six .post-content p {
    margin-bottom: 15px
}

.blog-post-item.style-six .post-content .read-more {
    color: var(--heading-color);
    font-weight: 600;
    text-decoration: underline
}

.team-item.style-one .member-image {
    position: relative;
    overflow: hidden
}

.team-item.style-one .member-image img {
    border-radius: 7px;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .33s;
    transition: all .33s
}

.team-item.style-one .member-info {
    padding-top: 30px
}

.team-item.style-one .member-info h4.title:hover {
    color: var(--primary-color)
}

.team-item.style-two:hover .member-image .social-box {
    opacity: 1;
    visibility: visible
}

.team-item.style-two .member-image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.team-item.style-two .member-image img {
    width: 100%
}

.team-item.style-two .member-image .social-box {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #34645a;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    width: 80%;
    text-align: center;
    padding: 15px 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.team-item.style-two .member-image .social-box a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--white-color);
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px
}

.team-item.style-two .member-image .social-box a:hover {
    background-color: var(--secondary-color);
    color: var(--heading-color)
}

.team-item.style-two .member-info {
    padding-top: 25px
}

.team-item.style-two .member-info h5 {
    margin-bottom: 10px
}

.team-item.style-two .member-info span.position {
    font-weight: 500
}

.seo-process-sec .sasly-process-item {
    display: flex;
    flex-direction: column;
    height: 100%
}

.seo-process-sec .sasly-process-item .content {
    flex-grow: 1
}

.seo-process-sec .col-md-6,
.seo-process-sec .col-xl-3 {
    margin-bottom: 40px
}

.sasly-process-item.style-one {
    padding: 40px 30px 30px;
    border-radius: 10px
}

@media (min-width:1200px) and (max-width:1450px) {
    .sasly-process-item.style-one {
        padding: 40px 20px 30px
    }
}

.sasly-process-item.style-one.bg-one {
    background-color: #eaefee
}

.sasly-process-item.style-one.bg-one .icon {
    background-color: rgba(62, 108, 98, .2)
}

.sasly-process-item.style-one.bg-two {
    background-color: #fdf8f1
}

.sasly-process-item.style-one.bg-two .icon {
    background-color: #f9ecd7
}

.sasly-process-item.style-one .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--heading-color);
    margin-bottom: 25px
}

.sasly-process-item.style-one .icon i {
    line-height: 1
}

.sasly-process-item.style-one .content h5 {
    margin-bottom: 20px
}

.sasly-progress-item .progress-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.sasly-progress-item .progress-title span {
    float: right
}

.sasly-progress-item .progress {
    height: 8px;
    border-radius: 10px
}

.sasly-progress-item.style-one .progress {
    background: rgba(41, 92, 81, .1)
}

.sasly-progress-item.style-one .progress .progress-bar {
    background-color: #295c51
}

.sasly-progress-item.style-two .progress {
    background-color: rgba(233, 187, 113, .1)
}

.sasly-progress-item.style-two .progress .progress-bar {
    background-color: #e9bb71
}

.contact-form-ss .section-content-box p {
    margin-bottom: 30px
}

.contact-form-ss .section-content-box img {
    border-radius: 7px
}

.contact-form-ss .contact-wrapper {
    padding: 50px 60px 30px;
    background-color: var(--white-color);
    border: 1px solid rgba(31, 31, 31, .1);
    -webkit-filter: drop-shadow(10px 4px 60px rgba(180, 180, 180, 0.25));
    filter: drop-shadow(10px 4px 60px rgba(180, 180, 180, .25));
    border-radius: 7px
}

@media screen and (max-width:991px) {
    .contact-form-ss .contact-wrapper {
        padding: 50px 30px 40px
    }
}

.contact-form-ss .contact-wrapper h3 {
    margin-bottom: 5px;
    font-size: 30px
}

.contact-form-ss .contact-wrapper p {
    margin-bottom: 30px
}

.contact-form-ss .contact-wrapper .contact-form .form_control {
    border: none;
    border-bottom: 1px solid rgba(31, 31, 31, .1);
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: var(--heading-color)
}

.contact-form-ss .contact-wrapper .contact-form .form_control::-webkit-input-placeholder {
    color: var(--heading-color)
}

.contact-form-ss .contact-wrapper .contact-form .form_control::-moz-placeholder {
    color: var(--heading-color)
}

.contact-form-ss .contact-wrapper .contact-form .form_control:-ms-input-placeholder {
    color: var(--heading-color)
}

.contact-form-ss .contact-wrapper .contact-form .form_control::-ms-input-placeholder {
    color: var(--heading-color)
}

.contact-form-ss .contact-wrapper .contact-form .form_control::placeholder {
    color: var(--heading-color)
}

.contact-form-ss .contact-wrapper .contact-form .form_control:focus {
    border-color: var(--heading-color)
}

.contact-form-ss .contact-wrapper .contact-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

@media (max-width:575px) {
    .contact-form-ss .contact-wrapper .contact-form .form-check {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.contact-form-ss .contact-wrapper .contact-form .form-check label {
    cursor: pointer
}

.contact-form-ss .contact-wrapper .contact-form .form-check .form-check-input {
    width: 25px;
    height: 25px;
    margin-right: 15px
}

.map-page-ss iframe {
    width: 100%;
    height: 650px;
    border-radius: 7px
}

.footer-widget .footer-content h4.widget-title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px
}

.footer-widget .footer-content .social-link li {
    display: inline-block
}

.footer-widget .footer-content .social-link li:not(:last-child) {
    margin-right: 5px
}

.footer-widget .footer-content .social-link a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white-color)
}

.footer-widget .footer-content .social-link a:hover {
    background-color: var(--white-color)
}

.footer-widget .footer-content ul li:not(:last-child) {
    margin-bottom: 12px
}

.footer-widget .footer-content ul li a:hover {
    color: var(--primary-color)
}

.footer-about-widget .footer-content .footer-logo {
    margin-bottom: 25px
}

.footer-about-widget .footer-content p {
    margin-bottom: 25px
}

.footer-newsletter-widget .footer-content p {
    margin-bottom: 25px
}

.footer-newsletter-widget .footer-content .form-group {
    position: relative;
    max-width: 410px
}

.footer-newsletter-widget .footer-content .form-group label {
    position: absolute;
    top: 13px;
    left: 20px
}

.footer-newsletter-widget .footer-content .form-group .form_control {
    width: 100%;
    padding: 16px 140px 16px 40px;
    line-height: 20px;
    border-radius: 10px;
    border: 1.2px solid rgba(16, 16, 16, .1);
    font-size: 14px
}

@media (max-width:767px) {
    .footer-newsletter-widget .footer-content .form-group .form_control {
        padding: 16px 40px 16px 40px
    }
}

.footer-newsletter-widget .footer-content .form-group .theme-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer-newsletter-widget .footer-content .form-group .theme-btn.style-one {
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 600
}

@media screen and (max-width:991px) {
    .footer-newsletter-widget .footer-content .form-group .theme-btn {
        position: relative;
        left: 0;
        margin-top: 10px
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .footer-newsletter-widget .footer-content .form-group .theme-btn {
        position: relative;
        left: 0;
        margin-top: 10px
    }
}

.footer-copyright {
    border-top: 1px solid var(--border-color);
    padding: 30px 0
}

@media (max-width:767px) {
    .footer-copyright .copyright-text {
        text-align: center
    }
}

.footer-copyright .copyright-text p span {
    color: var(--primary-color)
}

.footer-copyright .copyright-nav {
    float: right
}

@media (max-width:767px) {
    .footer-copyright .copyright-nav {
        float: none;
        text-align: center
    }
}

.footer-copyright .copyright-nav ul li {
    display: inline-block
}

.footer-copyright .copyright-nav ul li:not(:last-child) {
    margin-right: 25px
}

@media screen and (max-width:991px) {
    .footer-copyright .copyright-nav ul li:not(:last-child) {
        margin-right: 15px
    }
}

.footer-copyright .copyright-nav ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline
}

.page-hero-ss .page-content h1.page-title {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .page-hero-ss .page-content h1.page-title {
        font-size: 32px;
        line-height: 1.3
    }
}

.page-hero-ss .page-content h3.page-title {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .page-hero-ss .page-content h3.page-title {
        font-size: 20px;
        line-height: 35px
    }
}

.page-hero-ss .page-content .breadcrumb-link li {
    display: inline-block;
    font-size: 20px;
    font-weight: 600
}

@media (max-width:767px) {
    .page-hero-ss .page-content .breadcrumb-link li {
        font-size: 16px
    }
}

.page-hero-ss .page-content .breadcrumb-link li:not(:last-child):after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin-left: 20px;
    margin-right: 15px
}

.page-hero-ss .page-content .breadcrumb-link li.active {
    color: var(--primary-color);
    text-decoration: underline
}

.blog-standard-ss .blog-post-item.style-three .post-thumbnail {
    position: relative;
    overflow: hidden
}

.blog-standard-ss .blog-post-item.style-three .post-thumbnail .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog-standard-ss .blog-post-item.style-three .post-thumbnail .play-button .video-popup {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--primary-color)
}

@media (max-width:767px) {
    .blog-standard-ss .blog-post-item.style-three .post-thumbnail .play-button .video-popup {
        width: 60px;
        height: 60px
    }
}

.blog-standard-ss .blog-post-item.style-three .post-content h4.title {
    font-size: 30px;
    line-height: 40px
}

@media (max-width:767px) {
    .blog-standard-ss .blog-post-item.style-three .post-content h4.title {
        font-size: 18px;
        line-height: 30px
    }
}

.blog-standard-ss .blog-quote-post-item {
    padding: 40px;
    background-color: #feeeed
}

.blog-standard-ss .blog-quote-post-item .post-content h4.title {
    font-size: 30px;
    letter-spacing: -.6px;
    line-height: 40px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .blog-standard-ss .blog-quote-post-item .post-content h4.title {
        font-size: 18px;
        line-height: 30px
    }
}

.blog-standard-ss .blog-quote-post-item .post-content p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-standard-ss .blog-quote-post-item .post-content p:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    margin-right: 30px
}

.blog-details-wrapper .blog-post-main .blog-post-item .post-thumbnail {
    margin-bottom: 40px
}

.blog-details-wrapper .blog-post-main .blog-post-item .post-thumbnail img {
    border-radius: 7px
}

.blog-details-wrapper .blog-post-main .blog-post-item .post-content h3.title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.6px;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .blog-details-wrapper .blog-post-main .blog-post-item .post-content h3.title {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .blog-details-wrapper .blog-post-main .blog-post-item .post-thumbnail img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important
    }
}

@media (max-width:767px) {
    .blog-details-wrapper .blog-post-main .blog-post-item .post-content h3 {
        font-size: 24px
    }
}

.blog-details-wrapper .blog-post-main .blog-post-item .post-content p {
    margin-bottom: 30px
}

.blog-details-wrapper .blog-post-main .blog-post-item .post-content ul {
    margin-bottom: 50px
}

.blog-details-wrapper .blog-post-main .entry-footer {
    border: 1px solid rgba(31, 31, 31, .1);
    background-color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px;
    border-radius: 7px
}

@media screen and (max-width:991px) {
    .blog-details-wrapper .blog-post-main .entry-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.blog-details-wrapper .blog-post-main .entry-footer span {
    font-weight: 600;
    color: var(--heading-color);
    letter-spacing: -.4px;
    margin-right: 15px;
    font-size: 20px
}

@media (max-width:575px) {
    .blog-details-wrapper .blog-post-main .entry-footer span {
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .blog-details-wrapper .blog-post-main .entry-footer .social-share {
        margin-top: 15px
    }
}

.blog-details-wrapper .blog-post-main .entry-footer .social-share a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 13px;
    border: 1px solid var(--border-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-details-wrapper .blog-post-main .entry-footer .social-share a:not(:last-child) {
    margin-right: 5px
}

.blog-details-wrapper .blog-post-main .entry-footer .social-share a:hover {
    background-color: var(--primary-color);
    color: var(--white-color)
}

.blog-details-wrapper .contact-wrapper {
    border: 1px solid rgba(31, 31, 31, .1);
    padding: 40px 60px 50px;
    background-color: #fff;
    border-radius: 10px
}

@media screen and (max-width:991px) {
    .blog-details-wrapper .contact-wrapper {
        padding: 40px 30px 50px
    }
}

.blog-details-wrapper .contact-wrapper p {
    margin-bottom: 20px;
    margin-top: 5px
}

.blog-details-wrapper .contact-wrapper .contact-form .form_control {
    padding-bottom: 20px;
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(31, 31, 31, .1);
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog-details-wrapper .contact-wrapper .contact-form .form_control:focus {
    border-color: var(--primary-color)
}

.blog-details-wrapper .contact-wrapper .contact-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

@media (max-width:575px) {
    .blog-details-wrapper .contact-wrapper .contact-form .form-check {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.blog-details-wrapper .contact-wrapper .contact-form .form-check label {
    cursor: pointer
}

.blog-details-wrapper .contact-wrapper .contact-form .form-check .form-check-input {
    width: 25px;
    height: 25px;
    margin-right: 15px
}

.sidebar-widget-area .sidebar-widget {
    padding: 20px 40px 30px;
    border-radius: 7px;
    border: 1px solid rgba(31, 31, 31, .1);
    background-color: var(--white-color)
}

@media (max-width:767px) {
    .sidebar-widget-area .sidebar-widget {
        padding: 30px 30px 30px
    }
}

.sidebar-widget-area .sidebar-widget h4.widget-title {
    padding-bottom: 30px
}

.sidebar-widget-area .sidebar-widget h4.widget-title:after {
    margin-top: 10px;
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary-color)
}

.sidebar-widget-area .sidebar-widget.sidebar-search-widget {
    padding: 0;
    border: none
}

.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control {
    padding: 20px 30px;
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 7px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .form_control:focus {
    border-color: var(--primary-color)
}

.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content form .search-btn {
    position: absolute;
    top: 21px;
    right: 30px;
    background-color: transparent;
    color: var(--heading-color)
}

.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li:not(:last-child) a {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    margin-bottom: 15px
}

.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a {
    display: block;
    font: 500 18px var(--heading-font)
}

.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a span {
    float: right
}

.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a:hover {
    color: var(--primary-color)
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content ul li:not(:last-child) {
    margin-bottom: 20px
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 7px;
    margin-right: 30px
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content .post-title-date h6 {
    letter-spacing: -.36px;
    line-height: 30px
}

@media (min-width:1200px) and (max-width:1450px) {
    .sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content .post-title-date h6 {
        font-size: 14px
    }
}

.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content .post-title-date h6:hover {
    color: var(--primary-color)
}

@media (max-width:575px) {
    .sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content .post-title-date h6 {
        font-size: 16px
    }
}

.sidebar-widget-area .sidebar-widget.sidebar-tag-widget {
    padding: 30px 40px 30px
}

.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a {
    padding: 7px 15px;
    border-radius: 7px;
    border: 1px solid rgba(31, 31, 31, .1);
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 5px
}

.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a:hover {
    background-color: var(--primary-color);
    color: var(--white-color)
}

.sidebar-widget-area .sidebar-widget.sidebar-gallery-widget ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.sidebar-widget-area .sidebar-widget.sidebar-gallery-widget .gallery-item .gallery-img img {
    width: 100%;
    border-radius: 7px
}

.error-page .section-content-box .error-image {
    margin-bottom: 90px
}

.error-page .section-content-box h1 {
    margin-bottom: 30px;
    font-size: 52px;
    line-height: 1.1
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .error-page .section-content-box h1 {
        line-height: 1.2
    }
}

@media screen and (max-width:991px) {
    .error-page .section-content-box h1 {
        line-height: 1.3
    }
}

@media (max-width:767px) {
    .error-page .section-content-box h1 {
        font-size: 32px
    }
}

.error-page .section-content-box h5 {
    font-size: var(--font-18);
    font-weight: 500;
    color: var(--text-color);
    max-width: 525px;
    margin: 0 auto 30px;
    line-height: 32px
}

.error-page .section-content-box .theme-btn.style-one {
    font-size: 16px;
    font-weight: 700;
    padding: 22px 50px
}

.project-portfolio-page .portfolio-card {
    position: relative;
    height: 420px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.project-portfolio-page .portfolio-image {
    height: 100%;
    overflow: hidden
}

.project-portfolio-page .portfolio-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 3.5s linear
}

.project-portfolio-page .portfolio-card:hover img {
    transform: translateY(calc(-100% + 420px))
}

.project-portfolio-page .portfolio-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease;
    z-index: 2
}

.project-portfolio-page .portfolio-card:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}

.project-portfolio-page .portfolio-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff
}

.project-portfolio-page .portfolio-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
    max-width: 320px;
    opacity: .9
}

.project-portfolio-page .portfolio-tech {
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 22px;
    opacity: .9;
    color: #fff
}

.project-portfolio-page .portfolio-link {
    width: 48px;
    height: 48px;
    background: #fff;
    color: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: transform .3s ease
}

.project-portfolio-page .portfolio-link:hover {
    transform: scale(1.1)
}

@media (max-width:991px) {
    .project-portfolio-page .portfolio-card {
        height: 380px
    }

    .project-portfolio-page .portfolio-card:hover img {
        transform: translateY(calc(-100% + 380px))
    }
}

@media (max-width:767px) {
    .project-portfolio-page .portfolio-card {
        height: auto
    }

    .project-portfolio-page .portfolio-card:hover img {
        transform: none
    }

    .project-portfolio-page .portfolio-overlay {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background: rgba(0, 0, 0, .75)
    }

    .project-portfolio-page .portfolio-card:active .portfolio-overlay,
    .project-portfolio-page .portfolio-card:focus-within .portfolio-overlay {
        opacity: 1;
        visibility: visible
    }

    .project-portfolio-page .portfolio-card:active img,
    .project-portfolio-page .portfolio-card:focus-within img {
        transform: translateY(-40%)
    }
}

@media (max-width:480px) {
    .project-portfolio-page .portfolio-card {
        height: auto
    }
}

.theme-btn.style-three {
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 11.5px 35px;
    font-weight: 700;
    color: var(--primary-color)
}

.theme-btn.style-three:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent
}

.second-subheading {
    display: block;
    max-width: 720px;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    text-align: center
}

.projects-section .second-subheading {
    display: block;
    max-width: 620px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #666
}

.seo-team .row.g-0>div {
    display: flex
}

.seo-team .stat-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.seo-team .stat-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}