.btn-booknow,
.btn-ghost,
.btn-main,
.btn-text,
.contact-section button {
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.hero-area .hero-social,
.section-title h2 {
    display: inline-block
}

.section-title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 72px
}

.section-title h2 {
    position: relative;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px
}

.section-title h2:after,
.section-title h2:before {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid #fff0;
    border-bottom-color: #3cb371;
    position: absolute;
    top: 2.5px
}

.btn-ghost,
.btn-main {
    border-radius: 5px
}

.section-title h2:before {
    border-left-color: #3cb371;
    right: -30px
}

.section-title h2:after {
    border-right-color: #3cb371;
    left: -30px
}

.blog-section .large-post .post-meta li,
.blog-section .post-group .content-wrapper:hover .post-meta li,
.blog-section .post-group .content-wrapper:hover .post-meta li a,
.blog-section .post-group .content-wrapper:hover h3,
.blog-section .post-group .content-wrapper:hover h3 a,
.callnow a:hover,
.dark-mode .blog-section .post-group h3 a,
.dark-mode .contact-section a,
.dark-mode .contact-section address,
.dark-mode .modal .meta-wrapper .meta-value,
.dark-mode .service-section .content-wrapper:hover h3,
.dark-mode .service-section .content-wrapper:hover p,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode p,
.hero-area .btn-text:hover,
.lead.dark,
.section-title.dark h2,
.site-footer p {
    color: #fff
}

.section-title.dark .lead,
.skill-section .lead {
    color: #bdb9cb
}

.block-title {
    font-size: 48px;
    margin-bottom: 30px
}

.about-section .content-block h2 span,
.block-title span,
.skill-section h2 span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #3cb371
}

.blog-section .post-group .post-content .post-meta a,
.lead {
    color: #948daa
}

.btn-main {
    padding: 15px 42px;
    background: #3cb371;
    color: #fff
}

.btn-main:hover {
    background: #226741;
    color: #fff
}

.btn-ghost {
    padding: 13px 40px;
    background: 0 0;
    color: #fff;
    border: 2px solid #3cb371
}

.btn-booknow:hover,
.btn-ghost:hover,
.service-section .content-wrapper:hover .icon-box {
    background: #3cb371;
    color: #fff
}

.btn-booknow {
    padding: 2px 40px;
    background: #1f5f3c;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff
}

.fixed-top,
body.dark-mode {
    background: #222
}

.fixed-top {
    z-index: 1001 !important
}

.fixed-top .navbar-brand img {
    width: 108px
}

@keyframes anim-rotate {

    0%,
    100% {
        transform: rotate(-30deg)
    }

    50% {
        transform: rotate(-45deg)
    }
}

@keyframes anim-updown {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(30px)
    }
}

.elem-updown {
    animation: 5s infinite anim-updown
}

@keyframes anim-move {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(30px)
    }
}

.elem-move {
    animation: 5s infinite anim-move
}

@keyframes anim-rotate-full {

    0%,
    100% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(360deg)
    }
}

.elem-rotate-full {
    animation: 12s infinite anim-rotate-full
}

@keyframes anim-zoom {

    0%,
    100% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }
}

.elem-zoom {
    animation: 5s infinite anim-zoom
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #615978
}

.site-header a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 700
}

a {
    color: #3cb371;
    text-decoration: none;
    transition: .3s
}

a:hover {
    color: #2f8d59
}

.about-section .personal-details>div,
.blog-section .post-footer>div,
.contact-section address,
.features-section li:last-child,
.portfolio-section .item-content>div,
.site-footer .footer-bottom ul,
.testimonial-section .quote-author h4,
p:last-of-type {
    margin-bottom: 0
}

ul {
    padding-left: 0
}

.section-block {
    padding-top: 120px;
    padding-bottom: 60px
}

.section-block .row>div {
    margin-bottom: 60px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222
}

.dark-mode .modal .modal-content,
.dark-mode .testimonial-section .item-wrapper {
    background: #2f2f2f
}

.dark-mode .modal .meta-wrapper {
    background: #414141;
    color: #b0aac0
}

.site-header {
    background-color: #1a1a1a
}

.site-header .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    transition: .3s
}

.site-header .navbar.fixed-top {
    padding-top: 12px;
    padding-bottom: 12px
}

.site-header .nav-item .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem
}

.blog-section .blog-meta a:hover,
.blog-section .large-post .post-content h3 a:hover,
.blog-section .post-footer .blog-tags a:hover,
.blog-section .post-group .content-wrapper:hover .post-meta li a:hover,
.blog-section .post-group .content-wrapper:hover h3 a:hover,
.blog-section .post-group h3 a:hover,
.blog-section .post-meta li a:hover,
.contact-section a:hover,
.dark-mode .contact-section a:hover,
.hero-area .hero-head strong,
.hero-area .hero-social a:hover,
.site-header .nav-item .active,
.site-header a:focus,
.site-header a:hover {
    color: #3cb371
}

.site-header a {
    color: #fff;
    text-transform: capitalize
}

.site-header .navbar-brand {
    width: 120px;
    padding: 0
}

.hero-area {
    background-color: #333;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 50px 0
}

.hero-area:after,
.skill-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / .6);
    z-index: -1
}

.hero-area .hero-content {
    position: relative;
    z-index: 10
}

.hero-area .glitch-img,
.hero-area .glitch-img-about,
.hero-area .glitch-img-contact,
.hero-area .glitch-img-services {
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0
}

.hero-area .hero-content>.row {
    width: 100%
}

.hero-area .hero-head {
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    margin-bottom: 24px;
    flex: 1 0 0%
}

.hero-area .hero-head small {
    font-size: 36px;
    margin-bottom: 24px;
    display: block
}

.blog-section .large-post .post-content h3,
.hero-area .content-block p {
    font-size: 30px
}

.hero-area .link-group {
    margin-top: 60px
}

.blog-section .blog-meta li,
.features-section .icon-block,
.hero-area .hero-social .list-inline-item,
.site-footer .footer-social li {
    margin-right: 24px
}

.hero-area .hero-social a {
    font-size: 24px;
    color: #fff;
    transition: .3s
}

.hero-area .btn-main {
    margin-right: 12px
}

.hero-area .line-wrapper .lines {
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw
}

.hero-area .line-wrapper .line {
    z-index: 1;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(255 255 255 / .1);
    overflow: hidden
}

.hero-area .line-wrapper .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 5vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, #fff0 0, #fff 75%, #fff 100%);
    animation: 7s cubic-bezier(.4, .26, 0, .97) infinite drop;
    animation-fill-mode: forwards
}

.hero-area .line-wrapper .line:first-child {
    margin-left: -25%
}

.hero-area .line-wrapper .line:first-child:after {
    animation-delay: 2s
}

.hero-area .line-wrapper .line:nth-child(3) {
    margin-left: 25%
}

.hero-area .line-wrapper .line:nth-child(3):after {
    animation-delay: 2.5s
}

@keyframes drop {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

.hero-area .glitch-img {
    background: url(../image/hero-bg.webp) center center no-repeat;
    top: 0;
    left: 0
}

.hero-area .glitch-img-about {
    background: url(../image/about.webp) center center no-repeat;
    top: 0;
    left: 0
}

.hero-area .glitch-img-services {
    background: url(../image/services.webp) center center no-repeat;
    top: 0;
    left: 0
}

.hero-area .glitch-img-contact {
    background: url(../image/contact.webp) center center no-repeat;
    top: 0;
    left: 0
}

.hero-area .glitch-img-about:after,
.hero-area .glitch-img-contact:after,
.hero-area .glitch-img-service:after,
.hero-area .glitch-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / .6);
    z-index: 1
}

.intro-section {
    position: relative;
    background: url(../image/skill-bg.webp) center center/cover no-repeat;
    z-index: 10
}

.intro-section .item-wrapper {
    border: 1px solid #e0e0e0;
    padding: 48px;
    border-radius: 12px;
    position: relative;
    background: #fff;
    transition: .3s;
    text-align: center
}

.intro-section .item-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #3cb371;
    transition: .3s;
    z-index: -2;
    border-radius: 12px
}

.intro-section .item-wrapper:hover {
    box-shadow: 10px 10px 50px rgb(0 0 0 / .1);
    border-color: #fff
}

.intro-section .item-wrapper:hover:after {
    transform: rotate(-10deg)
}

.intro-section .icon-box {
    font-size: 48px;
    color: #3cb371
}

.intro-section h3 {
    font-size: 28px;
    margin-bottom: 18px
}

.intro-section .de-intro-1 {
    position: absolute;
    left: 5%;
    top: 10%
}

.dark-mode .intro-section .item-wrapper {
    background: #2f2f2f;
    border: none
}

.about-section {
    padding-bottom: 80px;
    background: #f2f5fb;
    position: relative
}

.about-section .img-wrapper {
    position: relative;
    text-align: center
}

.about-section .img-wrapper:after,
.about-section .img-wrapper:before {
    position: absolute;
    content: ""
}

.about-section .img-wrapper:before {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    border: 5px solid #3cb371;
    left: 30px;
    top: 190px
}

.about-section .img-wrapper:after {
    width: 36px;
    height: 36px;
    background: #3cb371;
    left: 332px;
    bottom: -90px;
    border-radius: 4px
}

.about-section .about-img-2 {
    position: absolute;
    left: 0;
    bottom: -200px
}

.about-section .content-block h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px
}

.about-section .content-block h2 strong {
    display: block;
    font-size: 30px;
    margin-top: 24px
}

.about-section .personal-details {
    margin-top: 36px;
    margin-bottom: 36px
}

.about-section .personal-info li,
.portfolio-section .item-meta li {
    margin-bottom: 18px
}

.about-section .personal-info h4 {
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: uppercase
}

.about-section .de-about-1 {
    position: absolute;
    right: 10%;
    top: -8%
}

.about-section .de-about-2 {
    position: absolute;
    left: 5%;
    bottom: -3%;
    z-index: 2
}

.dark-mode .about-section,
.dark-mode .service-section {
    background: #2a2a2a
}

.skill-section {
    background: url(../image/skill-bg.webp) center center/cover no-repeat;
    position: relative;
    z-index: 1
}

.skill-section h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 36px
}

.skill-section .content-block {
    padding-right: 72px
}

.skill-section .progress-block {
    margin-top: 30px
}

.skill-section .progress-block h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px
}

.skill-section .progress-wrapper {
    margin-bottom: 24px;
    position: relative
}

.skill-section .progress {
    height: .5rem;
    position: relative
}

.skill-section .progress-bar {
    background-color: #3cb371
}

.skill-section .progress-value {
    position: absolute;
    right: 0;
    top: 2px;
    color: #3cb371;
    font-size: 16px
}

.progress-bar {
    transition-duration: 3s
}

.portfolio-section {
    padding-bottom: 100px;
    position: relative
}

.blog-section .post-group .row>div,
.portfolio-section .row>div,
.service-section .row>div {
    margin-bottom: 24px
}

.portfolio-section .filter-button-group {
    text-align: center;
    margin-bottom: 48px
}

.portfolio-section .filter-button-group button {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: 0 0;
    padding: 6px 12px;
    color: #615978;
    font-size: 16px;
    transition: .3s
}

.dark-mode .contact-section .form-control:focus,
.portfolio-section .filter-button-group button:hover {
    border-color: #3cb371
}

.portfolio-section .filter-button-group .active {
    background: #3cb371;
    color: #fff;
    border-color: #3cb371
}

.portfolio-section .box {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.portfolio-section .box:after,
.portfolio-section .box:before {
    content: "";
    background: #3cb371;
    height: 50%;
    width: 100%;
    opacity: .8;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 1;
    transition: .3s ease-in
}

.portfolio-section .box:after {
    top: auto;
    bottom: -50%
}

.portfolio-section .box img {
    width: 85%;
    height: auto;
    margin: auto 15px
}

.portfolio-section .box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 40%;
    left: 0;
    z-index: 2;
    transition: .3s ease-out .1s;
    padding: 36px
}

.portfolio-section .box .title {
    font-size: 21px;
    line-height: 1.3;
    color: #fff;
    text-transform: capitalize;
    margin: 0
}

.portfolio-section .box .category {
    color: #fff;
    opacity: .8;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-bottom: 6px
}

.portfolio-section .box .category i {
    font-size: 20px
}

.portfolio-section .box .icon-box {
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 70%;
    z-index: 2;
    transition: .3s ease-out .1s
}

.portfolio-section .box .icon-box a {
    width: 48px;
    height: 48px;
    line-height: 49px;
    background: rgb(255 255 255 / .6);
    display: block;
    text-align: center;
    border-radius: 50%;
    transition: .3s;
    color: #222
}

.portfolio-section .box .icon-box a:hover {
    background: #fff;
    color: #3cb371
}

.portfolio-section .box:hover:before {
    top: 0
}

.portfolio-section .box:hover:after {
    bottom: 0
}

.portfolio-section .box:hover .box-content {
    opacity: 1;
    bottom: 0
}

.portfolio-section .box:hover .icon-box {
    opacity: 1;
    top: 50%
}

.portfolio-section .box .icon li {
    margin: 0 3px;
    display: inline-block
}

.portfolio-section .box .icon li a {
    color: #444;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 36px;
    height: 35px;
    width: 35px;
    border-radius: 10px;
    display: block;
    transition: .3s
}

.portfolio-section .box .icon li a:hover {
    color: #fff;
    background: #12c2e9
}

.blog-section .btn-close,
.portfolio-section .btn-close {
    position: absolute;
    right: 54px;
    top: 54px;
    background: #3cb371;
    color: #fff;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    transition: .3s
}

.portfolio-section .content-wrapper {
    padding: 30px 12px 24px 0
}

.portfolio-section .content-wrapper .item-title {
    font-size: 36px;
    margin-bottom: 24px
}

.blog-section .modal-body,
.portfolio-section .modal-body {
    padding: 36px 36px 12px
}

.blog-section .modal-body img,
.portfolio-section .modal-body img {
    border-radius: 12px
}

.portfolio-section .meta-wrapper {
    background: #f6f6f6;
    padding: 30px;
    margin-top: 42px;
    border-radius: 8px
}

.blog-section .post-footer ul a,
.portfolio-section .item-meta,
.site-footer .footer-bottom p {
    font-size: 16px
}

.portfolio-section .item-meta li span {
    font-weight: 700;
    color: #222;
    margin-left: 8px
}

.blog-section .de-blog-1,
.blog-section .de-blog-2,
.contact-section .de-contact-1,
.contact-section .de-contact-2,
.portfolio-section .de-portfolio-1,
.portfolio-section .de-portfolio-2,
.service-section .de-service-1,
.service-section .de-service-2,
.service-section .de-service-3 {
    position: absolute
}

.portfolio-section .de-portfolio-1 {
    left: 5%;
    top: 10%
}

.portfolio-section .de-portfolio-2 {
    right: 5%;
    bottom: -2%;
    z-index: 1
}

.dark-mode .filter-button-group button {
    color: #b0aac0;
    border: 1px solid #606060
}

.service-section {
    background-color: #333;
    position: relative;
    padding-bottom: 100px
}

.service-section p {
    color: #b0aac0;
    transition: .3s
}

.service-section h2 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    transition: .3s
}

.service-section .icon-box {
    font-size: 36px;
    color: #3cb371;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 96px;
    height: 96px;
    background: rgb(255 255 255 / .1);
    border-radius: 50%;
    position: relative
}

.service-section .icon-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1)
}

.service-section .content-wrapper {
    border: 1px solid #474747;
    padding: 60px 48px;
    text-align: center;
    border-radius: 10px;
    transition: .4s
}

.service-section .content-wrapper:hover {
    background: #fff
}

.service-section .content-wrapper:hover h3 {
    color: #222
}

.service-section .content-wrapper:hover p {
    color: #615978
}

.service-section .de-service-1 {
    left: 5%;
    top: 12%
}

.service-section .de-service-2 {
    right: 5%;
    top: 48%
}

.service-section .de-service-3 {
    left: 5%;
    bottom: -2%
}

.dark-mode .service-section .content-wrapper:hover {
    background: #3c3c3c
}

.blog-section .blog-content>div,
.features-section h3 {
    margin-bottom: 48px
}

.features-section h4 {
    font-size: 21px;
    margin-bottom: 12px
}

.features-section h4 span {
    font-family: "Open Sans", sans-serif;
    color: #615978;
    font-size: 70%;
    float: right
}

.features-section h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.features-section .content-block {
    padding-left: 120px
}

.features-section .features-list {
    margin-top: 36px;
    margin-bottom: 0
}

.features-section li {
    margin-bottom: 36px
}

.features-section li:last-child .icon-box:after {
    content: none
}

.features-section .icon-box {
    width: 60px;
    height: 60px;
    background: #3cb371;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    position: relative
}

.testimonial-section {
    background: url(../image/testimonial-bg.jpg) center center/cover no-repeat;
    padding-bottom: 107px;
    position: relative;
    z-index: 1
}

.testimonial-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / .2);
    z-index: -1
}

.testimonial-section .item-wrapper {
    background: #fff;
    padding: 60px 48px 48px;
    position: relative;
    margin-top: 36px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgb(176 18 6 / .1)
}

.testimonial-section .item-wrapper:after {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    bottom: -18px;
    background: #fff;
    border-radius: 10px;
    z-index: -1
}

.testimonial-section .item-wrapper p {
    font-style: italic;
    margin-bottom: 30px
}

.testimonial-section .item-wrapper h4 {
    font-size: 21px
}

.testimonial-section .item-wrapper h4 span {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #948daa
}

.testimonial-section .quote-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #3cb371;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 72px
}

.testimonial-section .quote-icon img {
    width: 24px
}

.testimonial-section .quote-author {
    text-align: left
}

.testimonial-section .quote-author .image-block {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 18px
}

.dark-mode .testimonial-section .item-wrapper:after {
    background: #272727
}

.blog-section {
    padding-bottom: 36px;
    position: relative
}

.blog-section h3 {
    margin-bottom: 0;
    line-height: 1.3
}

.blog-section h3 a {
    text-transform: initial
}

.blog-section .post-meta {
    margin-bottom: 6px
}

.blog-section .post-meta li {
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    color: #948daa
}

.blog-section .post-meta li a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: initial;
    transition: .3s
}

.blog-section .content-wrapper,
.site-footer .container {
    position: relative
}

.blog-section .image-wrapper {
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.blog-section .image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .3);
    transition: .3s
}

.blog-section .post-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1
}

.blog-section .large-post .post-content {
    left: 48px;
    bottom: 48px;
    right: 48px
}

.blog-section .large-post .post-content h3 a {
    color: #fff;
    transition: .3s
}

.blog-section .large-post .content-wrapper:hover .image-wrapper:after,
.blog-section .post-group .content-wrapper:hover .image-wrapper:after {
    background: rgb(0 0 0 / .5)
}

.blog-section .post-group .post-content {
    top: 30px
}

.blog-section .post-group .post-content .post-meta {
    position: absolute;
    height: 100%;
    bottom: 0;
    margin-bottom: 0;
    width: 100%
}

.blog-section .post-group .post-content .post-cat {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.blog-section .post-group .post-content .post-date {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.blog-section .post-group h3 {
    font-size: 21px;
    margin-top: 30px;
    z-index: 2;
    position: relative
}

.blog-section .post-group h3 a {
    color: #222;
    text-transform: initial;
    transition: .3s
}

.blog-section .post-group .content-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 10px
}

.blog-section .post-group .content-wrapper:hover .image-wrapper {
    opacity: 1
}

.blog-section .post-group .image-wrapper {
    opacity: 0;
    transition: .3s
}

.blog-section .modal .content-wrapper,
.dark-mode .blog-section .modal .content-wrapper {
    border: none
}

.blog-section .blog-title {
    font-size: 36px;
    margin-top: 12px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.4
}

.blog-section .blog-meta {
    font-size: 16px;
    margin-bottom: 30px;
    color: #948daa
}

.blog-section .blog-meta a,
.blog-section .post-footer .blog-tags a {
    color: #948daa;
    transition: .3s
}

.blog-section .blog-meta li i {
    margin-right: 6px
}

.blog-section .blog-meta li:last-child,
.site-footer .footer-social li:last-child {
    margin-right: 0
}

.blog-section .post-footer,
.site-footer .footer-social {
    margin-top: 48px
}

.blog-section .post-footer h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 12px 0 0
}

.blog-section .post-footer ul {
    margin: 0
}

.blog-section .post-footer .blog-share a {
    font-size: 24px
}

.blog-section .post-footer .blog-share a.facebook-share {
    color: #1877f2
}

.blog-section .post-footer .blog-share a.twitter-share {
    color: #1da1f2
}

.blog-section .post-footer .blog-share a.linkedin-share {
    color: #0077b5
}

.blog-section .de-blog-1 {
    left: 5%;
    top: 15%
}

.blog-section .de-blog-2 {
    right: 10%;
    bottom: 10%
}

.dark-mode .blog-section .content-wrapper {
    border: 1px solid #474747
}

.partner-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #333
}

.contact-section,
.site-footer {
    padding-bottom: 60px;
    position: relative
}

.partner-section .image-wrapper {
    text-align: center
}

.contact-section .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3cb371;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-right: 24px;
    font-size: 24px
}

.contact-section a {
    font-family: "Open Sans", sans-serif;
    color: #615978;
    text-transform: initial;
    transition: .3s
}

.contact-section h3 {
    font-size: 36px;
    margin-bottom: 48px
}

.contact-section .map-wrapper {
    min-height: 396px;
    background: #f9f9f9;
    margin-right: 90px;
    border-radius: 10px
}

.contact-section form>div {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.contact-section input,
.contact-section textarea {
    border-radius: 4px !important
}

.contact-section textarea {
    min-height: 183px
}

.contact-section .form-control {
    padding: 12px 18px
}

.contact-section .form-control:focus {
    border-color: #80d5a6;
    box-shadow: none
}

.contact-section .form-message p {
    font-size: 14px
}

.site-footer .back-to-top a,
.site-footer .footer-social a {
    font-size: 24px;
    color: #fff;
    transition: .3s;
    display: inline-block
}

.contact-section .form-message p.error,
.contact-section .form-message p.success {
    padding-bottom: 24px
}

.contact-section .form-message p.success {
    color: #00b300
}

.contact-section .form-message p.error {
    color: #f33
}

.contact-section .de-contact-1 {
    right: 7%;
    top: 12%
}

.contact-section .de-contact-2 {
    left: 4%;
    bottom: -2%;
    z-index: 2
}

.dark-mode .contact-section .form-control {
    border-color: #606060;
    background: #2a2a2a;
    color: #b0aac0
}

.site-footer {
    background: #222;
    padding-top: 90px;
    z-index: 1
}

.site-footer h3 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 30px
}

.site-footer input {
    padding-left: 24px;
    padding-right: 24px
}

.site-footer input:focus {
    border-color: #3cb371;
    box-shadow: none
}

.site-footer .footer-brand {
    margin-bottom: 36px;
    display: inline-block
}

.site-footer .footer-brand img {
    width: 148px
}

.site-footer .footer-social a:hover {
    color: #3cb371;
    transform: translateY(-5px)
}

.site-footer .back-to-top {
    position: absolute;
    top: -86px;
    right: var(--bs-gutter-x, .75rem)
}

.site-footer .back-to-top a {
    width: 60px;
    height: 60px;
    background: #3cb371;
    text-align: center;
    line-height: 60px;
    border-radius: 50%
}

.site-footer .footer-bottom {
    margin-top: 78px
}

.site-footer .footer-bottom ul a {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px
}

.flex-center {
    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
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 10000
}

.dots .dot {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: 1.4s linear infinite dot-dot-dot;
    animation: 1.4s linear infinite dot-dot-dot
}

.dots .dot:nth-child(2) {
    animation-delay: .2s
}

.dots .dot:nth-child(3) {
    animation-delay: .4s
}

@keyframes dot-dot-dot {

    0%,
    100%,
    60% {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial
    }

    30% {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

.swiper {
    width: 100%;
    height: 420px
}

.swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
    width: 8px;
    height: 8px
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3cb371;
    opacity: 1
}

.partnerCarousel {
    overflow: hidden;
    width: 100%
}

@media (max-width:1599px) and (min-width:992px) {
    .hero-area .hero-head {
        font-size: 35px
    }
}

@media (max-width:1599px) and (min-width:1200px) {
    .hero-area .image-wrapper:after {
        width: 380px;
        height: 300px;
        top: 60px;
        right: -10px
    }

    .hero-area .image-wrapper img {
        width: 66%
    }

    .hero-area .hero-facts li {
        padding: 16px
    }

    .hero-area .hero-facts li:first-child {
        left: 96px
    }

    .hero-area .hero-facts li:nth-child(2) {
        right: -90px
    }

    .hero-area .hero-facts li p {
        font-size: 36px
    }

    .hero-area .hero-facts li h4 {
        font-size: 15px
    }

    .about-section .img-wrapper:before {
        left: 24px
    }

    .service-section .content-wrapper {
        padding: 48px 36px
    }

    .testimonial-section .swiper {
        height: 480px
    }
}

@media (max-width:1599px) and (min-width:1400px) {
    .hero-area .de-hero-1 {
        left: 1%;
        top: 16%
    }

    .hero-area .de-hero-2 {
        right: 3%
    }

    .hero-area .de-hero-3 {
        right: 2%
    }

    .hero-area .de-hero-5 {
        bottom: 12%
    }
}

@media (max-width:1599px) {

    .service-section .de-service-1,
    .service-section .de-service-2 {
        display: none
    }

    .blog-section .de-blog-2 {
        bottom: 5%
    }

    .contact-section .de-contact-1 {
        top: 12%
    }
}

@media (max-width:1399px) and (min-width:1200px) {
    .hero-area .hero-content>.row {
        margin-top: 72px
    }

    .hero-area .de-hero-1 {
        left: 3%;
        top: 20%
    }

    .hero-area .de-hero-2 {
        right: 3%
    }

    .hero-area .de-hero-3 {
        right: 2%
    }

    .hero-area .de-hero-5 {
        left: 1%;
        bottom: 8%
    }
}

@media (max-width:1199px) {
    .btn-main {
        padding: 12px 30px
    }

    .btn-ghost {
        padding: 10px 28px
    }

    .section-title {
        width: 80%
    }

    .design-elements {
        display: none
    }

    .site-header .navbar-toggler {
        color: #fff;
        border: 1px solid;
        padding: .25rem
    }

    .site-header .navbar-toggler:focus {
        box-shadow: none
    }

    .site-header .navbar-toggler-icon {
        line-height: 1.5em
    }

    .site-header .nav-link {
        color: #222;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e0e0e0
    }

    .site-header .navbar-collapse {
        background: #fff
    }

    .site-header .nav-item:last-child .nav-link {
        border-bottom: none
    }

    .features-section .image-wrapper,
    .hero-area {
        text-align: center
    }

    .hero-area .image-wrapper {
        text-align: center;
        margin-top: 160px;
        margin-bottom: 72px
    }

    .hero-area .image-wrapper:after {
        width: 460px;
        top: 72px;
        right: 102px
    }

    .features-section .image-wrapper img,
    .hero-area .image-wrapper img {
        width: 60%
    }

    .hero-area .hero-facts li {
        padding: 14px 16px
    }

    .hero-area .hero-facts li:first-child {
        left: 80px
    }

    .hero-area .hero-facts li:nth-child(2) {
        right: 85px
    }

    .hero-area .hero-facts li h4 {
        font-size: 14px
    }

    .hero-area .hero-facts li p {
        font-size: 36px
    }

    .hero-area .de-hero-4 {
        left: 18%;
        top: 48%
    }

    .about-section .content-block {
        margin-top: 72px
    }

    .about-section .content-block h2 {
        font-size: 48px
    }

    .about-section .content-block h2 span,
    .skill-section h2 span {
        margin-bottom: 12px
    }

    .about-section .content-block h2 strong,
    .blog-section .large-post .post-content h3 {
        font-size: 24px
    }

    .about-section .img-wrapper {
        text-align: left
    }

    .about-section .img-wrapper:before {
        left: 430px;
        top: 84px
    }

    .about-section .img-wrapper:after {
        left: 240px;
        bottom: -72px
    }

    .about-section .about-img-2 {
        bottom: -96px;
        left: 312px
    }

    .skill-section .content-block {
        padding-right: calc(var(--bs-gutter-x) * .5)
    }

    .portfolio-section .meta-wrapper {
        margin-top: 12px;
        margin-bottom: 30px
    }

    .features-section .content-block {
        padding-left: calc(var(--bs-gutter-x) * .5)
    }

    .features-section h4 span {
        display: block;
        margin-top: 12px;
        float: none
    }

    .features-section .icon-box:after {
        content: none
    }

    .blog-section .large-post img {
        width: 100%
    }

    .blog-section .post-group h3 {
        font-size: 18px
    }

    .contact-section .icon-box {
        flex-shrink: 0
    }

    .contact-section .map-wrapper {
        margin-right: 0
    }

    .site-footer .social-block li {
        margin-right: 15px
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .blog-section .post-group h3 {
        line-height: 1.2;
        margin-top: 24px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .testimonial-section .swiper {
        height: 360px
    }

    .blog-section .row .large-post {
        margin-bottom: 24px
    }

    .blog-section .post-footer>div.blog-tags {
        margin-bottom: 18px
    }

    .blog-section .modal .blog-title {
        font-size: 30px
    }

    .site-footer .row>div {
        margin-bottom: 48px
    }

    .site-footer .row>div:last-child {
        margin-bottom: 0
    }
}

@media (max-width:767px) {

    .bt-text,
    .btn-ghost,
    .btn-main {
        font-size: 16px
    }

    .block-title {
        font-size: 36px
    }

    .fixed-top .navbar-brand img {
        width: 96px
    }

    .hero-area .btn-main {
        margin-right: 0;
        margin-bottom: 30px;
        display: inline-block
    }

    .hero-area .hero-social {
        display: block
    }

    .hero-area .hero-social li:last-child {
        margin-right: 0
    }

    .blog-section .row .large-post .post-content h3,
    .hero-area .hero-social a {
        font-size: 21px
    }

    .hero-area .hero-facts li:first-child {
        left: 0;
        top: 48px
    }

    .hero-area .hero-facts li:nth-child(2) {
        right: 0;
        bottom: 48px
    }

    .hero-area .image-wrapper:after {
        width: 430px;
        height: 300px;
        top: 72px;
        right: 36px
    }

    .hero-area .image-wrapper img {
        width: 80%
    }

    .hero-area .hero-head {
        margin-top: 10px !important;
        font-size: 35px !important;
        font-family: Poppins, sans-serif !important
    }

    .hero-area .hero-head small {
        font-size: 21px;
        margin-bottom: 12px
    }

    .hero-area .content-block p {
        font-size: 28px
    }

    .about-section .design-elements,
    .blog-section .design-elements,
    .contact-section .design-elements,
    .hero-area .design-elements,
    .intro-section .design-elements,
    .portfolio-section .design-elements,
    .service-section .design-elements {
        display: none
    }

    .facts-section .row>div,
    .intro-section .row>div,
    .skill-section .content-block,
    .skill-section .row>div {
        margin-bottom: 36px
    }

    .skill-section {
        padding-top: 80px;
        padding-bottom: 20px
    }

    .portfolio-section .content-wrapper .item-title,
    .skill-section h2 {
        font-size: 30px
    }

    .portfolio-section .content-wrapper {
        padding-top: 24px
    }

    .portfolio-section .modal-body {
        padding: 18px 18px 6px
    }

    .portfolio-section .meta-wrapper {
        margin-top: 0;
        margin-bottom: 12px
    }

    .portfolio-section .btn-close {
        right: 30px;
        top: 30px
    }

    .features-section .image-wrapper img {
        width: 80%;
        position: relative;
        left: -20px
    }

    .testimonial-section {
        padding-top: 80px;
        padding-bottom: 70px
    }

    .testimonial-section .swiper {
        height: 440px
    }

    .testimonial-section .swiper-pagination {
        bottom: 0
    }

    .blog-section .modal .blog-content>div,
    .blog-section .row .large-post,
    .site-footer .footer-bottom>div {
        margin-bottom: 24px
    }

    .blog-section .row .large-post .post-content {
        left: 30px;
        right: 30px;
        bottom: 30px
    }

    .blog-section .post-meta li {
        font-size: 14px
    }

    .blog-section .modal .blog-title {
        font-size: 24px;
        text-align: left;
        margin-bottom: 18px
    }

    .blog-section .modal .blog-meta,
    .blog-section .post-footer>div.blog-tags {
        margin-bottom: 18px
    }

    .blog-section .modal .blog-meta li,
    .blog-section .post-footer>div.blog-tags h4 {
        margin-bottom: 6px
    }

    .blog-section .modal .btn-close {
        top: 24px;
        right: 24px;
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    .contact-section .contact-options>div {
        margin-bottom: 30px
    }

    .contact-section form>div {
        margin-top: 0
    }

    .contact-section form>div:first-child,
    .site-footer .footer-bottom>div:last-child {
        margin-bottom: 0
    }

    .site-footer {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .site-footer .btn-main {
        padding-left: 21px;
        padding-right: 21px
    }

    .site-footer input {
        padding-left: 12px;
        padding-right: 12px
    }

    .site-footer .row>div {
        margin-bottom: 48px
    }

    .site-footer .footer-bottom {
        margin-top: 0;
        text-align: center
    }
}

@media (max-width:576px) {

    .hero-area .container,
    .site-footer,
    section {
        padding-left: 0;
        padding-right: 0
    }

    .section-title {
        width: 90%;
        margin-bottom: 48px
    }

    .lead {
        font-size: 1.1rem
    }

    .site-header .navbar-brand {
        width: 108px
    }

    .hero-area .image-wrapper {
        margin-top: 136px;
        margin-bottom: 36px
    }

    .hero-area .image-wrapper:after {
        width: 66%;
        right: 54px;
        top: 2px
    }

    .hero-area .hero-head {
        margin-bottom: 0 !important
    }

    .about-section .img-wrapper:after,
    .about-section .img-wrapper:before,
    .hero-area .hero-facts {
        display: none
    }

    .hero-area .link-group {
        margin-top: 36px
    }

    .features-section,
    .intro-section {
        padding-top: 80px;
        padding-bottom: 20px
    }

    .intro-section .item-wrapper {
        padding: 30px
    }

    .intro-section .content-wrapper {
        margin-left: 0
    }

    .intro-section .icon-box {
        float: none
    }

    .img-svg path {
        fill: #3cb371
    }

    .facts-section {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .about-section .content-block h2,
    .facts-section .icon-box,
    .facts-section .number-data {
        font-size: 36px
    }

    .about-section {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .about-section .content-block {
        margin-top: 48px
    }

    .about-section .content-block h2 span {
        margin-bottom: 8px
    }

    .about-section .about-img-2 {
        left: auto;
        right: 0;
        width: 120px
    }

    .portfolio-section,
    .service-section {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .portfolio-section .filter-button-group button {
        margin-bottom: 6px
    }

    .service-section .content-wrapper {
        padding: 36px 24px;
        text-align: left
    }

    .service-section .content-wrapper h3 {
        margin-bottom: 24px
    }

    .service-section .icon-box {
        width: 84px;
        height: 84px;
        margin-left: 0
    }

    .features-section .image-wrapper img {
        width: 90%;
        left: -10px
    }

    .testimonial-section .swiper {
        height: 420px
    }

    .testimonial-section .item-wrapper {
        padding: 54px 36px 42px
    }

    .blog-section {
        padding-top: 80px;
        padding-bottom: 0
    }

    .blog-section .modal-body {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px
    }

    .blog-section .modal .btn-close {
        right: 36px;
        top: 36px
    }

    .partner-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .contact-section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .contact-section .row .form-block {
        margin-bottom: 0
    }

    .site-footer .footer-brand img {
        width: 130px
    }

    .site-footer .back-to-top {
        top: -90px
    }

    .site-footer .footer-social a {
        font-size: 21px
    }
}

@media (max-width:360px) {

    .about-section .content-block h2,
    .block-title {
        font-size: 30px
    }

    .section-title h2 {
        font-size: 16px
    }

    .hero-area .image-wrapper:after,
    .section-title h2:after,
    .section-title h2:before,
    .testimonial-section .quote-author .image-block {
        display: none
    }

    .hero-area .hero-head {
        font-size: 36px
    }

    .blog-section .row .large-post .post-content h3,
    .hero-area .hero-head small,
    .testimonial-section .item-wrapper h4 {
        font-size: 18px
    }

    .about-section .content-block h2 strong {
        font-size: 21px
    }

    .skill-section .progress-block h4 {
        font-size: 14px
    }

    .service-section .content-wrapper {
        padding: 24px
    }

    .testimonial-section .quote-author {
        text-align: center
    }

    .testimonial-section .item-wrapper {
        padding: 42px 24px 30px
    }

    .testimonial-section .item-wrapper p {
        margin-bottom: 24px
    }

    .blog-section .row .large-post .post-content {
        left: 21px;
        right: 21px;
        bottom: 21px
    }

    .blog-section .post-group .post-content {
        top: 21px;
        left: 21px;
        right: 21px;
        bottom: 21px
    }
}

.callnow {
    text-align: center;
    padding: 5px 10px 10px;
    background: #000;
    width: 100%;
    z-index: 510
}

.callnow a {
    color: #fff;
    font-weight: 800;
    font-size: 12px
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #3cb371 !important
}

@media screen and (max-width:768px) {
    .margin_small {
        margin: 0 !important;
        display: flex !important;
        justify-content: center !important
    }
}

@media (max-width:768px) {

    .content-block,
    .hero-area .container,
    .site-footer,
    section {
        padding-left: 0;
        padding-right: 0
    }

    .booking-heading {
        display: none !important
    }

    .hero-area .glitch-img {
        background: #000 !important
    }

    .about-section,
    .skill-section {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto
    }

    .site-header .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media screen and (min-width:1599px) {
    .hero-area .hero-head {
        color: #fff;
        font-size: 30px;
        margin-bottom: 24px
    }
}

.service-section .content-wrapper:hover {
    background-color: #000 !important;
}