body {
    font-family: "Thicciboi", sans-serif;
    font-weight: 400;
    background-color: #fafafa;
    color: #4d5056
}

.lead {
    color: #c8cfd5
}

.text-color {
    color: #4d5056
}

.text-gray {
    color: #d4d4d4 !important
}

ul {
    padding: 0;
    margin: 0
}

hr {
    border: 0;
    border-bottom: 1px solid rgba(145, 158, 171, .07)
}

.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.cursor {
    background-color: #ff7425;
    z-index: 109;
    height: 8px;
    width: 8px
}

.cursor2,
.cursor3 {
    height: 50px;
    width: 50px;
    z-index: 108;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.cursor2.hover,
.cursor3.hover {
    -webkit-transform: scale(1.4) translateX(-35%) translateY(-35%);
    transform: scale(1.4) translateX(-35%) translateY(-35%);
    border: none;
    background: rgba(0, 0, 0, 0)
}

.cursor2.hover {
    background: rgba(0, 0, 0, 0)
}

.ball {
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    border: 1.5px solid #ff7425;
    z-index: 100;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.theme-line-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 1300px;
    background-position: top center;
    background-repeat: repeat-y;
    z-index: -1
}

.line-border-top {
    border-top: 1px solid rgba(145, 158, 171, .2)
}

.line-border-bottom {
    border-bottom: 1px solid rgba(145, 158, 171, .2)
}

@font-face {
    font-family: "Thicciboi";
    font-weight: 200;
    src: url(../fonts/thicciboi/thicciboi-thin.woff2)
}

@font-face {
    font-family: "Thicciboi";
    font-weight: 300;
    src: url(../fonts/thicciboi/thicciboi-light.woff2)
}

@font-face {
    font-family: "Thicciboi";
    font-weight: 400;
    src: url(../fonts/thicciboi/thicciboi-regular.woff2)
}

@font-face {
    font-family: "Thicciboi";
    font-weight: 500;
    src: url(../fonts/thicciboi/thicciboi-medium.woff2)
}

@font-face {
    font-family: "Thicciboi";
    font-weight: 600;
    src: url(../fonts/thicciboi/thicciboi-semibold.woff2)
}

@font-face {
    font-family: "Thicciboi";
    font-weight: 700;
    src: url(../fonts/thicciboi/thicciboi-bold.woff2)
}

@font-face {
    font-family: "Thicciboi";
    font-weight: 800;
    src: url(../fonts/thicciboi/thicciboi-extrabold.woff2)
}

@font-face {
    font-family: "Thicciboi";
    font-weight: 900;
    src: url(../fonts/thicciboi/thicciboi-black.woff2)
}

.ptb-120 {
    padding: 120px 0
}

.ptb-100 {
    padding: 100px 0
}

.pl-100 {
    padding-left: 100px
}

.pr-100 {
    padding-right: 100px
}

.p-100 {
    padding: 100px
}

.p-50 {
    padding: 50px
}

.pt-100 {
    padding-top: 100px
}

.pt-120 {
    padding-top: 120px
}

.pt-200 {
    padding-top: 200px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-120 {
    padding-bottom: 120px
}

.ptb-60 {
    padding: 60px 0
}

.ptb-80 {
    padding: 80px 0
}

.pt-60 {
    padding-top: 60px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-60 {
    padding-bottom: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt--100 {
    margin-top: -100px
}

.mt-100 {
    margin-top: 100px
}

.mt--200 {
    margin-top: -200px
}

.mb--150 {
    margin-bottom: -150px
}

.mb--200 {
    margin-bottom: -200px
}

.mt-60 {
    margin-top: 60px
}

.mt-40 {
    margin-top: 40px
}

.mt-120 {
    margin-top: 120px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-xl-130 {
    margin-bottom: 130px
}

@media(max-width: 1199.98px) {
    .mb-xl-130 {
        margin-bottom: 0
    }
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-5 {
    z-index: 5
}

.z-10 {
    z-index: 10
}

.z--1 {
    z-index: -1
}

.top--40 {
    top: -40px !important
}

.top--100 {
    top: -100px !important
}

.bottom--40 {
    bottom: -40px !important
}

.bottom--100 {
    bottom: -100px !important
}

.right--40 {
    right: -40px !important
}

.right-0 {
    right: 0
}

.left-0 {
    left: 0
}

.left--40 {
    left: -40px !important
}

.left--100 {
    left: -100px !important
}

.right--100 {
    right: -100px !important
}

.left-30 {
    left: 30%
}

.left-5 {
    left: 5%
}

.right-5 {
    right: 5%
}

.mw-60 {
    max-width: 60% !important
}

@media(min-width: 320px)and (max-width: 991px) {
    .ptb-120 {
        padding: 60px 0
    }

    .pb-120 {
        padding-bottom: 60px
    }

    .pt-120 {
        padding-top: 60px
    }

    .mt-100 {
        margin-top: 60px
    }

    .search-form.w-50 {
        width: 100% !important
    }

    .pt-60 {
        padding-top: 30px
    }
}

@media(min-width: 320px)and (max-width: 575px) {
    .p-100 {
        padding: 60px 2rem
    }

    .mw-60 {
        max-width: 100% !important
    }
}

.icon-sm {
    font-size: 25px
}

.opacity-15 {
    opacity: .15
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.btn {
    letter-spacing: 1px
}

.btn-primary {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    border: 0;
    overflow: hidden;
    color: #fff
}

.btn-primary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff7425;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s
}

.btn-primary::after {
    content: "";
    position: absolute;
    left: -50%;
    top: 100%;
    width: 200%;
    height: 200%;
    background-color: #181818;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s
}

.btn-primary:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

.btn-primary:hover::before {
    -webkit-transform: scaleX(0) rotateX(60deg);
    transform: scaleX(0) rotateX(60deg)
}

.btn-primary:hover::after {
    top: -70%
}

.btn-secondary {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    border: 0;
    overflow: hidden;
    color: #fff
}

.btn-secondary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #181818;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s
}

.btn-secondary::after {
    content: "";
    position: absolute;
    left: -50%;
    top: 100%;
    width: 200%;
    height: 200%;
    background-color: #ff7425;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s
}

.btn-secondary:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

.btn-secondary:hover::before {
    -webkit-transform: scaleX(0) rotateX(60deg);
    transform: scaleX(0) rotateX(60deg)
}

.btn-secondary:hover::after {
    top: -70%
}

.btn-outline {
    border: 0;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.btn-outline::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s
}

.btn-outline::after {
    content: "";
    position: absolute;
    left: -50%;
    top: 100%;
    width: 200%;
    height: 200%;
    background-color: #181818;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s
}

.btn-outline:hover {
    color: #fff
}

.btn-outline:hover::before {
    -webkit-transform: scaleX(0) rotateX(60deg);
    transform: scaleX(0) rotateX(60deg)
}

.btn-outline:hover::after {
    top: -25%
}

.rounded-btn {
    width: 40px;
    height: 40px;
    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;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.rounded-btn.primary-light::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 116, 37, .5);
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.rounded-btn.primary-light::after {
    content: "";
    position: absolute;
    left: 0;
    width: 200%;
    height: 200%;
    background-color: #ff7425;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s;
    top: 100%;
    left: -50%;
    z-index: -1
}

.rounded-btn.primary-light:hover::before {
    -webkit-transform: scaleX(0) rotateX(60deg);
    transform: scaleX(0) rotateX(60deg)
}

.rounded-btn.primary-light:hover::after {
    top: -30%
}

.btn-circle {
    width: 132px;
    height: 132px;
    background-color: rgba(0, 0, 0, 0);
    font-family: "Thicciboi", sans-serif;
    font-weight: 700;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    line-height: 1.1em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1
}

.btn-circle svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-circle::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1
}

.btn-circle:hover::before {
    width: 100%;
    height: 100%;
    bottom: 0
}

.circle-outline {
    color: #fff;
    border: 1px solid #fff
}

.circle-outline::before {
    background-color: #fff
}

.circle-outline:hover {
    color: #ff7425;
    border-color: rgba(0, 0, 0, 0)
}

.circle-outline:hover svg path {
    fill: #ff7425
}

.circle-primary {
    color: #ff7425;
    border: 1px solid #ff7425
}

.circle-primary svg path {
    fill: #ff7425
}

.circle-primary::before {
    background-color: #ff7425
}

.circle-primary:hover {
    color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.circle-primary:hover svg path {
    fill: #fff
}

.btn-primary-shadow {
    -webkit-box-shadow: 0px 8px 16px rgba(255, 124, 8, .24);
    box-shadow: 0px 8px 16px rgba(255, 124, 8, .24)
}

.scroll-top-btn {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    color: #fff;
    background-color: #ff7425;
    position: fixed;
    bottom: 0;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.scroll-top-btn:hover {
    -webkit-transform: translateY(-6px) scale(1.1);
    transform: translateY(-6px) scale(1.1)
}

.scroll-top-btn.active {
    bottom: 40px;
    opacity: 1;
    visibility: visible
}

.explore-btn-2 {
    position: relative;
    font-family: "Thicciboi", sans-serif;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.explore-btn-2 svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.explore-btn-2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #ff7425;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.explore-btn-2:hover {
    color: #181818
}

.explore-btn-2:hover::before {
    background-color: #181818;
    width: 50%
}

.explore-btn-2:hover svg path {
    fill: #181818
}

.explore-btn-3 {
    position: relative;
    font-family: "Thicciboi", sans-serif;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #181818
}

.explore-btn-3 svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.explore-btn-3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #181818;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.explore-btn-3.btn-white {
    color: #fff
}

.explore-btn-3.btn-white::before {
    background-color: #fff
}

.explore-btn-3:hover {
    color: #ff7425
}

.explore-btn-3:hover::before {
    background-color: #ff7425;
    width: 50%
}

.explore-btn-3:hover svg path {
    fill: #ff7425
}

.btn-circle-2 {
    width: 132px;
    height: 132px;
    border: 1px solid #ff7425;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    font-family: "Thicciboi", sans-serif;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.btn-circle-2 span {
    display: block;
    text-align: left;
    line-height: 1.4em
}

.btn-circle-2 svg path {
    fill: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-circle-2::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 60px;
    background-color: #ff7425;
    top: -16px;
    right: -20px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-circle-2:hover {
    color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.btn-circle-2:hover::before {
    width: 120%;
    height: 120%
}

.btn-circle-2:hover svg path {
    fill: #fff
}

.dg-primary-btn {
    background-color: #d9fa69;
    border: 1px solid #111827;
    color: #111827;
    font-weight: 600;
    border-radius: 30px;
    -webkit-box-shadow: 4px 6px #111827;
    box-shadow: 4px 6px #111827
}

.dg-primary-btn svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-primary-btn:hover {
    background-color: #111827;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.dg-primary-btn:hover svg path {
    fill: #fff
}

.dg-secondary-btn {
    background-color: #111827;
    border: 1px solid #111827;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dg-secondary-btn svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    fill: #fff
}

.dg-secondary-btn:hover {
    background-color: #ff5e00;
    border-color: rgba(0, 0, 0, 0);
    color: #fff
}

.dg-secondary-btn:hover svg path {
    fill: #fff
}

.form-control {
    border-color: rgba(145, 158, 171, .25);
    border-radius: 4px;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #919eab
}

.form-control::-moz-placeholder {
    color: #919eab
}

.form-control:-ms-input-placeholder {
    color: #919eab
}

.form-control::-ms-input-placeholder {
    color: #919eab
}

.form-control::placeholder {
    color: #919eab
}

.attonce-header {
    background-color: rgba(0, 0, 0, 0)
}

.attonce-navbar li a {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "Thicciboi", sans-serif;
    font-weight: 500
}

.attonce-navbar li:hover>a {
    color: #ff7425
}

.attonce-navbar li.has-submenu {
    position: relative
}

.attonce-navbar li.has-submenu::before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 6px;
    top: 19px;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.attonce-navbar li.has-submenu>ul.submenu-wrapper {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    opacity: 0;
    visibility: hidden;
    width: 220px;
    background-color: #fff;
    list-style-type: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px
}

.attonce-navbar li.has-submenu>ul.submenu-wrapper li a {
    color: #262626;
    padding-top: 10px;
    padding-bottom: 10px
}

.attonce-navbar li.has-submenu>ul.submenu-wrapper li a:hover {
    padding-left: 30px;
    color: #ff7425
}

.attonce-navbar li.has-submenu>ul.submenu-wrapper li+li {
    border-top: 1px solid rgba(229, 229, 229, .3)
}

.attonce-navbar li.has-submenu>ul.submenu-wrapper li.has-submenu {
    position: relative
}

.attonce-navbar li.has-submenu>ul.submenu-wrapper li.has-submenu::before {
    content: "";
    color: #262626;
    right: 15px
}

.attonce-navbar li.has-submenu>ul.submenu-wrapper li.has-submenu>ul.submenu-wrapper {
    position: absolute;
    list-style-type: none;
    left: calc(100% + 3px);
    top: 10px;
    background-color: #fff
}

.attonce-navbar li.has-submenu>ul.submenu-wrapper li.has-submenu:hover::before {
    color: #ff7425
}

.attonce-navbar li.has-submenu>ul.submenu-wrapper li.has-submenu:hover>ul.submenu-wrapper {
    top: 0
}

.attonce-navbar li.has-submenu:hover::before {
    color: #ff7425
}

.attonce-navbar li.has-submenu:hover>ul.submenu-wrapper {
    top: 100%;
    opacity: 1;
    visibility: visible
}

@media(max-width: 1199.98px) {
    .attonce-navbar>li a {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .attonce-navbar>li.has-submenu::before {
        right: 0
    }
}

@media(max-width: 991.98px) {
    .attonce-navbar {
        display: none
    }
}

.header-btns {
    margin-left: 60px
}

.header-btns .btn-outline {
    padding: 14px 28px
}

.header-btns .navbar-toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    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
}

@media(max-width: 1199.98px) {
    .header-btns {
        margin-left: 30px
    }
}

.at_offcanvus_menu {
    top: 0;
    right: -425px;
    z-index: 100;
    background: #fff;
    max-width: 400px;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 50px 30px;
    -webkit-box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px rgba(145, 158, 171, .15);
    box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px rgba(145, 158, 171, .15);
    -webkit-transition: .4s;
    transition: .4s
}

.at_offcanvus_menu::-webkit-scrollbar {
    width: 6px
}

.at_offcanvus_menu::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 6px
}

.at_offcanvus_menu .at-offcanvus-close {
    position: absolute;
    right: 25px;
    top: 40px
}

.at_offcanvus_menu.active {
    right: 0
}

.at_offcanvus_menu.active .at-offcanvus-close {
    -webkit-animation: 1s fadeInRight;
    animation: 1s fadeInRight
}

.at_offcanvus_menu.active .logo-wrapper {
    -webkit-animation: 1s theme_fadeInUp;
    animation: 1s theme_fadeInUp
}

.at_offcanvus_menu.active .offcanvus-content {
    -webkit-animation: 1.2s theme_fadeInUp;
    animation: 1.2s theme_fadeInUp
}

.at_offcanvus_menu.active .offcanvus-contact {
    -webkit-animation: 1.3s theme_fadeInUp;
    animation: 1.3s theme_fadeInUp
}

.at_offcanvus_menu.active .at_canvus_social {
    -webkit-animation: 1.5s theme_fadeInUp;
    animation: 1.5s theme_fadeInUp
}

.at_canvus_address li+li {
    margin-top: 10px
}

.at_canvus_social a {
    margin-right: 4px
}

.mobile-menu,
.offcanvas-category-menu {
    min-width: 300px;
    height: 100vh;
    z-index: 10;
    top: 0;
    left: -320px;
    padding: 40px 15px;
    overflow-y: scroll;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 150;
    position: fixed
}

.mobile-menu .close-menu,
.offcanvas-category-menu .close-menu {
    right: 20px;
    top: 15px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 20px;
    cursor: pointer
}

.mobile-menu ul li,
.offcanvas-category-menu ul li {
    display: block
}

.mobile-menu ul li a,
.offcanvas-category-menu ul li a {
    display: block;
    padding: 10px 0;
    color: #181818;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5
}

.mobile-menu ul li a .menu-list-wrapper img,
.offcanvas-category-menu ul li a .menu-list-wrapper img {
    width: 35px
}

.mobile-menu ul li a .menu-list-wrapper .menu-list-content-right h6,
.mobile-menu ul li a .menu-list-wrapper .menu-list-content-right .h6,
.offcanvas-category-menu ul li a .menu-list-wrapper .menu-list-content-right h6,
.offcanvas-category-menu ul li a .menu-list-wrapper .menu-list-content-right .h6 {
    font-size: 16px;
    margin-bottom: 0
}

.mobile-menu ul li a .menu-list-wrapper .menu-list-content-right span,
.offcanvas-category-menu ul li a .menu-list-wrapper .menu-list-content-right span {
    font-size: 13px
}

.mobile-menu ul li ul,
.mobile-menu ul li .category-submenu,
.offcanvas-category-menu ul li ul,
.offcanvas-category-menu ul li .category-submenu {
    padding-left: 10px;
    display: none
}

.mobile-menu ul li ul li a,
.mobile-menu ul li .category-submenu li a,
.offcanvas-category-menu ul li ul li a,
.offcanvas-category-menu ul li .category-submenu li a {
    font-size: 14px
}

.mobile-menu ul li.has-submenu>a,
.offcanvas-category-menu ul li.has-submenu>a {
    position: relative
}

.mobile-menu ul li.has-submenu>a::after,
.offcanvas-category-menu ul li.has-submenu>a::after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 10px;
    color: #181818;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mobile-menu ul li.has-submenu>a.icon-rotate::after,
.offcanvas-category-menu ul li.has-submenu>a.icon-rotate::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mobile-menu .social-contact a,
.offcanvas-category-menu .social-contact a {
    color: #181818;
    display: inline-block;
    margin-right: 10px
}

.mobile-menu.active,
.offcanvas-category-menu.active {
    left: 0
}

.sticky-header {
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sticky-header.sticky-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 4px 4px 20px #00000010;
}

.sticky-header .attonce-navbar li a {
    color: #262626
}

.sticky-header .attonce-navbar li::before {
    color: #262626
}

.sticky-header .attonce-navbar li:hover::before {
    color: #ff7425
}

.sticky-header .attonce-navbar li:hover>a {
    color: #ff7425
}

.sticky-header .header-btns .btn-outline {
    color: #181818
}

.sticky-header .header-btns .btn-outline::before {
    border-color: #181818
}

.sticky-header .header-btns .btn-outline:hover {
    color: #fff
}

.header-style-2 .navbar-style-2 li::before {
    color: #262626
}

.header-style-2 .navbar-style-2 li a {
    color: #262626
}

.header-style-2 .navbar-style-2 li:hover::before {
    color: #ff7425
}

.header-style-2 .navbar-style-2 li:hover>a {
    color: #ff7425
}

.header-style-2 .btn-outline {
    color: #ff7425
}

.header-style-2 .btn-outline::before {
    border-color: #ff7425
}

.header-style-2 .btn-outline:hover {
    color: #fff
}

.footer-subscribe-form {
    border-bottom: 1px solid rgba(250, 250, 250, .1);
    padding-bottom: 10px
}

.footer-subscribe-form input {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    padding-left: 0;
    padding-bottom: 0;
    outline: 0;
    color: #fff !important;
}

.footer-subscribe-form input:focus {
    background: rgba(0, 0, 0, 0)
}

.footer-subscribe-form input::-webkit-input-placeholder {
    color: #fff
}

.footer-subscribe-form input::-moz-placeholder {
    color: #fff
}

.footer-subscribe-form input:-ms-input-placeholder {
    color: #fff
}

.footer-subscribe-form input::-ms-input-placeholder {
    color: #fff
}

.footer-subscribe-form input::placeholder {
    color: #fff
}

.footer-subscribe-form .submit-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer-subscribe-form .submit-btn svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-subscribe-form .submit-btn::after {
    background-color: #fff
}

.footer-subscribe-form .submit-btn:hover svg path {
    fill: #262626
}

.footer-widget p {
    color: #d4d4d4
}

.footer-widget-title {
    font-family: "Thicciboi", sans-serif;
    font-weight: 700
}

.footer-nav {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer-nav li {
    color: #d4d4d4;
    font-size: 15px;
    padding-left: 15px;
    position: relative
}

.footer-nav li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #d4d4d4;
    border-radius: 50%
}

.footer-nav li+li {
    margin-top: 10px
}

.footer-nav li a {
    color: #d4d4d4;
    font-size: 15px
}

.footer-social-btn {
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50%;
    line-height: 45px
}

.footer-social-btn::before {
    background-color: rgba(255, 255, 255, .05)
}

.footer-social-btn::after {
    background-color: #ff7425
}

.footer-copyright {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.footer-copyright p {
    color: #d4d4d4
}

.footer-links li a {
    color: #d4d4d4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-links li a:hover {
    color: #ff7425
}

.footer-style-2 {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50% 100%
}

.footer-style-2::before {
    content: "";
    width: 700px;
    height: 700px;
    background: linear-gradient(27.97deg, #000000 20.01%, rgba(0, 0, 0, 0) 83.93%);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 1199.98px) {
    .footer-style-2 {
        background-size: 100% 50%;
        background-position: top center
    }
}

.footer-address ul li+li {
    margin-top: 8px
}

.footer-address ul li strong {
    font-size: 18px;
    font-family: "Thicciboi", sans-serif;
    font-weight: 700
}

.footer-style-2 .footer-right-shape {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover
}

@media(max-width: 1199.98px) {
    .footer-style-2 .footer-right-shape {
        width: 100%;
        height: 52%;
        top: auto;
        bottom: 0
    }
}

.footer-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.footer-navigation ul li a {
    color: #919eab;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "Thicciboi", sans-serif;
    font-weight: 500
}

.footer-navigation ul li:hover a {
    color: #262626
}

@media(max-width: 767.98px) {
    .footer-navigation ul {
        grid-row-gap: 10px;
        grid-column-gap: 24px
    }
}

.breadcrumb-section {
    padding: 160px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -75px
}

.breadcrumb li {
    color: #262626;
    font-family: "Thicciboi", sans-serif;
    font-weight: 600
}

.breadcrumb li a {
    color: #262626;
    font-family: "Thicciboi", sans-serif;
    font-weight: 600
}

.breadcrumb li.active {
    color: #ff7425
}

.breadcrumb li.breadcrumb-item+.breadcrumb-item {
    position: relative;
    padding-left: 20px
}

.breadcrumb li.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ff7425;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 12px;
    left: 8px
}

.hero-section {
    padding: 260px 0 170px 0;
    margin-top: -100px;
    background-size: cover;
    background-position: center right
}

.hero-section h1,
.hero-section .h1 {
    font-family: "Thicciboi", sans-serif;
    font-weight: 800
}

.hero-section .mark {
    background-repeat: no-repeat;
    background-position: center 70px;
    background-color: rgba(0, 0, 0, 0)
}

.attonce_hero_subtitle {
    font-family: "Thicciboi", sans-serif;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding-left: 70px
}

.attonce_hero_subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 60px;
    height: 3px;
    background-color: #ff7425
}

.black-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(88.79deg, #0E0E0E 31.81%, rgba(0, 0, 0, 0) 97.23%);
    z-index: -1
}

.hero-primary-btn::after {
    background-color: rgba(255, 116, 37, .8)
}

.hero-outline-btn::after {
    background-color: #ff7425
}

.attonce-hero-circle .circle-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.attonce-hero-circle .circle-text {
    -webkit-animation: 10s rotate linear infinite;
    animation: 10s rotate linear infinite
}

.attonce_header_social {
    left: -100px;
    bottom: 20%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.attonce_header_social .subtitle {
    padding-left: 45px;
    display: inline-block
}

.attonce_header_social .subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 40px;
    height: 2px;
    background-color: #ff7425
}

.attonce_header_social .social-btn {
    width: 36px;
    height: 36px;
    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(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 15px
}

.attonce_header_social .social-btn i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.attonce_header_social .social-btn:hover {
    background-color: #ff7425;
    border-color: #ff7425
}

@media(max-width: 1440px) {
    .attonce_header_social .social-btn {
        width: 30px;
        height: 30px;
        font-size: 14px
    }
}

.appointment-sticky {
    margin-top: -90px
}

.appointment-box {
    max-width: 1220px;
    -webkit-filter: drop-shadow(0 0 0 rgba(145, 158, 171, 0.3)) drop-shadow(0 12px 24px rgba(145, 158, 171, 0.15));
    filter: drop-shadow(0 0 0 rgba(145, 158, 171, 0.3)) drop-shadow(0 12px 24px rgba(145, 158, 171, 0.15))
}

.appointment-box .rectangle-shape {
    width: 124px;
    height: 51px;
    background-color: #ff7425;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    left: -20px;
    top: 20px
}

.appointment-box .box-wrapper {
    padding: 48px 100px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%)
}

@media(max-width: 575.98px) {
    .appointment-box .rectangle-shape {
        display: none
    }

    .appointment-box .box-wrapper {
        padding: 48px 32px;
        -webkit-clip-path: initial;
        clip-path: initial
    }
}

.attonce-subtitle {
    font-weight: 600;
    padding-left: 60px
}

.attonce-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 50px;
    height: 3px;
    background-color: #ff7425
}

.attonce-subtitle.line-sm {
    padding-left: 25px
}

.attonce-subtitle.line-sm::before {
    width: 20px
}

.attonce-subtitle.title-semibold {
    font-family: "Thicciboi", sans-serif;
    font-weight: 600
}

.stroke-text {
    font-size: 132px;
    font-family: "Thicciboi", sans-serif;
    font-weight: 800;
    line-height: 115px;
    text-transform: uppercase;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(134, 134, 134, .1)
}

.about-left .flower-black {
    top: -50px;
    left: 0;
    -webkit-animation: 5s rotate linear infinite;
    animation: 5s rotate linear infinite
}

.about-left .stroke-text {
    font-size: 100px
}

@media(max-width: 575.98px) {
    .about-left .stroke-text {
        font-size: 60px;
        line-height: 60px
    }
}

.achievement-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    margin-top: -150px
}

.achievement-section .ach-feature-img {
    z-index: 3
}

.achievement-section .white-shape {
    width: 1296px;
    background-color: #fafafa;
    height: 150px;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width: 1399.98px) {
    .achievement-section .white-shape {
        width: 100%
    }
}

@media(max-width: 1199.98px) {
    .achievement-section {
        margin-top: 120px
    }

    .achievement-section .white-shape {
        display: none
    }
}

@media(max-width: 991.98px) {
    .achievement-section {
        margin-top: 80px
    }
}

.htw-section {
    padding-top: 250px;
    margin-top: -50px;
    background-color: #fafafa;
    position: relative;
    z-index: 2
}

.htw-section .flower-gray {
    right: 80px;
    top: 160px;
    -webkit-animation: 5s rotate linear infinite;
    animation: 5s rotate linear infinite
}

.htw-section .stroke-text {
    font-size: 115px;
    white-space: nowrap;
    left: -150px;
    top: -105px;
    position: absolute
}

@media(max-width: 1399.98px) {
    .htw-section {
        padding-top: 210px
    }

    .htw-section .stroke-text {
        font-size: 60px;
        left: 0;
        line-height: 60px
    }
}

@media(max-width: 991.98px) {
    .htw-section {
        padding-top: 180px
    }
}

@media(max-width: 575.98px) {
    .htw-section {
        padding-top: 60px
    }

    .htw-section .stroke-text {
        white-space: normal;
        position: initial
    }
}

.services-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right
}

.services-section .flower-white {
    left: 60px;
    bottom: 100px;
    -webkit-animation: 5s rotate linear infinite;
    animation: 5s rotate linear infinite
}

.services-category .feature-images {
    width: 45%
}

.services-category .services-category-list {
    width: 55%
}

@media(max-width: 991.98px) {
    .services-category .feature-images {
        width: 55%
    }

    .services-category .services-category-list {
        width: 45%
    }
}

@media(max-width: 767.98px) {
    .services-category {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .services-category .feature-images {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .services-category .servicers-category-list {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.sr-feature-images-list img {
    display: none
}

.sr-feature-images-list img.active {
    display: block
}

.services-category-list li {
    border-top: 1px solid rgba(212, 212, 212, .1)
}

.services-category-list li a {
    font-size: 64px;
    font-family: "Thicciboi", sans-serif;
    font-weight: 700;
    line-height: 1em;
    padding: 15px 0;
    display: block;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d4d4d4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.services-category-list li a .rounded-btn {
    display: none
}

.services-category-list li a:hover {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #fff
}

.services-category-list li a.active {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #fff
}

.services-category-list li a.active .rounded-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media(max-width: 991.98px) {
    .services-category-list li a {
        font-size: 40px
    }
}

.application-section {
    padding-top: 140px;
    background-color: #fafafa;
    margin-top: -50px
}

@media(max-width: 575.98px) {
    .application-section {
        padding-top: 120px
    }
}

.software-item-single {
    min-width: 213px;
    height: 70px;
    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;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.software-item-single svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.software-item-single svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.software-item-single:hover {
    -webkit-box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px rgba(145, 158, 171, .15);
    box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px rgba(145, 158, 171, .15)
}

.software-item-single:hover svg path {
    fill: #ff7425
}

.attonce-title mark,
.attonce-title .mark {
    background-repeat: no-repeat;
    background-position: center 42px;
    background-size: 100%;
    padding: 0;
    padding-bottom: 10px
}

.pf-stroke {
    font-size: 100px
}

@media(max-width: 1399.98px) {
    .pf-stroke {
        font-size: 80px
    }
}

@media(max-width: 767.98px) {
    .pf-stroke {
        font-size: 50px;
        line-height: 50px
    }
}

.attonce-filter-btn-group button {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: #4d5056;
    font-family: "Thicciboi", sans-serif;
    font-weight: 600;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.attonce-filter-btn-group button::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ff7425;
    border-radius: 50%;
    left: 0;
    top: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.attonce-filter-btn-group button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ff7425;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.attonce-filter-btn-group button.active {
    color: #ff7425
}

.attonce-filter-btn-group button.active::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.attonce-filter-btn-group button.active::after {
    width: 100%;
    left: 0;
    right: auto
}

.portfolios-section .star-black {
    bottom: 0;
    right: 15%;
    -webkit-animation: 5s rotate linear infinite;
    animation: 5s rotate linear infinite
}

.pf-card .category {
    color: #4d5056;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pf-card .category:hover {
    color: #ff7425
}

.pf-card .feature-img img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pf-card:hover .feature-img img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.feedback-section .quote {
    right: 15%;
    top: 100px
}

.feedback-section .star-black {
    bottom: 30%;
    left: 100px;
    -webkit-animation: 5s rotate linear infinite;
    animation: 5s rotate linear infinite
}

@media(max-width: 1199.98px) {
    .feedback-section .quote {
        right: 25px;
        top: 200px
    }
}

@media(max-width: 991.98px) {
    .feedback-section {
        padding-top: 100px
    }
}

.fd-stroke {
    position: absolute;
    left: -70px;
    top: -85px;
    font-size: 100px
}

@media(max-width: 1399.98px) {
    .fd-stroke {
        font-size: 70px;
        left: 0;
        line-height: 70px;
        top: -42px
    }
}

@media(max-width: 575.98px) {
    .fd-stroke {
        font-size: 50px;
        line-height: 50px
    }
}

.feedback-slider {
    max-width: 650px;
    margin: 40px auto 0
}

.feedback-single {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.feedback-single .lead {
    line-height: 1.5em
}

.team-section {
    padding-bottom: 200px
}

.team-stroke {
    -webkit-text-stroke-color: rgba(255, 255, 255, .15);
    margin-left: -80px;
    font-size: 142px
}

@media(max-width: 1399.98px) {
    .team-stroke {
        font-size: 100px;
        margin-left: 0
    }
}

@media(max-width: 575.98px) {
    .team-stroke {
        font-size: 70px;
        line-height: 70px
    }
}

.team-left .attonce-subtitle {
    letter-spacing: 2px
}

.team-left h2,
.team-left .h2 {
    letter-spacing: 2px
}

.team-card {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.team-slider {
    width: 1000px
}

@media(max-width: 575.98px) {
    .team-slider {
        width: 100%
    }
}

.contact-section {
    margin-top: -100px
}

.ct-info li+li {
    margin-top: 70px;
    position: relative
}

.ct-info li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
    height: 1px;
    background-color: rgba(17, 24, 39, .05)
}

.ct-info-list .icon-wrapper {
    background-color: rgba(255, 116, 37, .15);
    width: 72px;
    height: 72px
}

.attonce-blog-card .figure-img img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.attonce-blog-card h4,
.attonce-blog-card .h4 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.attonce-blog-card h4:hover,
.attonce-blog-card .h4:hover {
    color: #ff7425
}

.attonce-blog-card .explore-news {
    font-family: "Thicciboi", sans-serif;
    font-weight: 700;
    text-decoration: underline;
    color: #454f5b;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.attonce-blog-card .explore-news svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.attonce-blog-card .explore-news:hover {
    color: #ff7425
}

.attonce-blog-card .explore-news:hover svg path {
    fill: #ff7425
}

.attonce-blog-card:hover img {
    -webkit-transform: scale(1.03) rotate(1deg);
    transform: scale(1.03) rotate(1deg)
}

.list-slide-box {
    max-width: 650px;
    -webkit-box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px rgba(145, 158, 171, .15);
    box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px rgba(145, 158, 171, .15);
    margin-top: -340px
}

@media(max-width: 991.98px) {
    .list-slide-box {
        margin-top: -80px
    }
}

@media(max-width: 575.98px) {
    .list-slide-box {
        margin-top: -30px
    }
}

.blog-meta span {
    font-size: 14px
}

.blog-list-slider .slider-doted-pagination {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: auto;
    width: auto;
    z-index: 10
}

.blog-list-slider .slider-doted-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ff7425;
    border-radius: 50%
}

.blog-list-slider .slider-doted-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 30px
}

@media(max-width: 991.98px) {
    .blog-list-slider .slider-doted-pagination {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto
    }
}

.meta-category-btn {
    background-color: rgba(255, 116, 37, .15);
    color: #ff7425;
    padding: 4px 16px;
    border-radius: 4px;
    font-size: 14px
}

.category-btns a {
    padding: 10px 20px;
    border: 1px solid #c8cfd5;
    border-radius: 4px;
    font-size: 15px;
    display: inline-block;
    font-family: "Thicciboi", sans-serif;
    font-weight: 600;
    color: #181818;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.category-btns a svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.category-btns a:hover {
    background-color: #ff7425;
    color: #fff;
    border-color: #ff7425
}

.category-btns a:hover svg path {
    fill: #fff
}

.social-icons a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    color: #454f5b;
    position: relative;
    overflow: hidden;
    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;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #454f5b;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 200%;
    height: 200%;
    background-color: #ff7425;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons a:hover {
    color: #fff
}

.social-icons a:hover::before {
    -webkit-transform: scale(0) rotateY(60deg);
    transform: scale(0) rotateY(60deg)
}

.social-icons a:hover::after {
    top: -10%
}

.template-pagination li a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    color: #262626;
    font-size: 14px;
    font-family: "Thicciboi", sans-serif;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.template-pagination li a:hover {
    color: #ff7425
}

.template-pagination li a.active {
    background-color: #ff7425;
    color: #fff
}

.template-pagination li a.disabled {
    color: #c8cfd5
}

.sidebar-search {
    border-radius: 4px 0 0 4px
}

.sidebar-search button {
    width: 52px;
    height: 50px;
    background-color: #181818;
    color: #fff;
    border: 0;
    border-radius: 0 4px 4px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sidebar-search button:hover {
    background-color: #ff7425
}

.sidebar-category-list li+li {
    margin-top: 16px
}

.sidebar-category-list li a {
    display: block;
    padding: 12px 24px;
    border: 1px solid rgba(145, 158, 171, .25);
    border-radius: 4px;
    font-family: "Thicciboi", sans-serif;
    font-weight: 600;
    color: #454f5b;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sidebar-category-list li a span {
    float: right
}

.sidebar-category-list li a:hover {
    background-color: #ff7425;
    color: #fff
}

.sidebar-posts li+li {
    margin-top: 24px
}

.sidebar-posts li .feature-image {
    width: 80px;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden
}

.sidebar-posts li .date {
    font-size: 14px;
    display: block;
    margin-bottom: 6px
}

.sidebar-posts li .blog-title-sm {
    font-family: "Thicciboi", sans-serif;
    font-weight: 700;
    color: #262626;
    display: block;
    line-height: 1.2em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sidebar-posts li .blog-title-sm:hover {
    color: #ff7425
}

.tags-list {
    gap: 12px
}

.tags-list a {
    padding: 10px 20px;
    font-size: 14px;
    font-family: "Thicciboi", sans-serif;
    font-weight: 500;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid rgba(145, 158, 171, .25);
    color: #454f5b;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tags-list a:hover {
    border-color: #ff7425;
    color: #ff7425
}

.tags-list.tags-btn-sm a {
    padding: 7px 20px
}

.banner-widget {
    padding: 56px 28px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}

.banner-widget::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 24, 24, .7);
    z-index: -1
}

.has-dropcap::first-letter {
    font-size: 20px;
    font-family: "Thicciboi", sans-serif;
    font-weight: 700;
    float: left;
    background-color: #ff7425;
    padding: 8px 16px;
    color: #fff;
    margin-right: 6px
}

.video-circle-btn-white {
    width: 64px;
    height: 64px;
    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;
    border-radius: 50%;
    color: #ff7425
}

.video-circle-btn-white::before {
    background-color: #fff
}

.video-circle-btn-white::after {
    background-color: #ff7425
}

.blog-details-video-box .bd-video-box {
    width: 45%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media(max-width: 991.98px) {
    .blog-details-video-box .bd-video-box {
        width: 100%
    }
}

blockquote {
    max-width: 610px
}

blockquote h4,
blockquote .h4 {
    font-family: "Thicciboi", sans-serif;
    font-weight: 600
}

.bs_social_share a {
    width: 35px;
    height: 35px;
    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;
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 50%;
    color: #454f5b;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bs_social_share a:hover {
    color: #fff;
    background: #ff7425;
    border-color: #ff7425
}

.bs_social_share a+a {
    margin-left: 5px
}

.bs-author-box {
    background: rgba(200, 207, 213, .1);
    padding: 40px
}

.bs-author-box .author-box-content>a {
    text-decoration: underline
}

.bs-author-box .author-box-content .bs-author-socials a {
    width: 35px;
    height: 35px;
    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;
    margin-right: 5px;
    border-radius: 50%;
    color: #3b5999;
    border: 1px solid #3b5999
}

.bs-author-box .author-box-content .bs-author-socials a.instagram {
    border-color: #e4405f;
    color: #e4405f
}

.bs-author-box .author-box-content .bs-author-socials a.twitter {
    border-color: #1da1f2;
    color: #1da1f2
}

@media(max-width: 575.98px) {
    .bs-author-box {
        padding: 30px 24px
    }
}

.bs-post-item .post-control {
    font-size: 14px;
    color: #181818;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bs-post-item .post-control:hover {
    color: #ff7425
}

.bs-post-item .bs-title {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #454f5b
}

.bs-post-item .bs-title:hover {
    color: #ff7425
}

.bs-post-item .date {
    font-size: 14px;
    font-weight: 500
}

.comments_list li {
    position: relative
}

.comments_list li .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: 500
}

.comments_list li .reply-btn {
    color: #262626;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.comments_list li .reply-btn:hover {
    color: #ff7425
}

.comments_list li+li {
    margin-top: 60px;
    position: relative
}

.comments_list li+li::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(145, 158, 171, .07)
}

.comment_form .input-field input,
.comment_form .input-field textarea {
    border: 1px solid rgba(17, 24, 39, .12);
    width: 100%;
    border-radius: 3px;
    color: #454f5b;
    background: rgba(0, 0, 0, 0);
    padding: 14px 18px
}

.comment_form .input-field input::-webkit-input-placeholder,
.comment_form .input-field textarea::-webkit-input-placeholder {
    color: #454f5b
}

.comment_form .input-field input::-moz-placeholder,
.comment_form .input-field textarea::-moz-placeholder {
    color: #454f5b
}

.comment_form .input-field input:-ms-input-placeholder,
.comment_form .input-field textarea:-ms-input-placeholder {
    color: #454f5b
}

.comment_form .input-field input::-ms-input-placeholder,
.comment_form .input-field textarea::-ms-input-placeholder {
    color: #454f5b
}

.comment_form .input-field input::placeholder,
.comment_form .input-field textarea::placeholder {
    color: #454f5b
}

.hm2-hero-title {
    font-size: 100px
}

.hm2-hero-title .text-stroke {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #262626
}

@media(max-width: 1399.98px) {
    .hm2-hero-title {
        font-size: 80px
    }
}

@media(max-width: 1199.98px) {
    .hm2-hero-title {
        font-size: 70px
    }
}

@media(max-width: 767.98px) {
    .hm2-hero-title {
        font-size: 60px
    }
}

@media(max-width: 575.98px) {
    .hm2-hero-title {
        font-size: 50px
    }
}

.hm2-hero-content .btn-circle-2 {
    color: #262626
}

.hm2-hero-content .btn-circle-2 svg path {
    fill: #262626
}

.hm2-hero-content .btn-circle-2:hover {
    color: #fff
}

.hm2-hero-content .btn-circle-2:hover svg path {
    fill: #fff
}

.hm2-hero-social {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 380px;
    left: -170px
}

.hm2-hero-social a {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    position: relative;
    padding-left: 12px;
    margin-right: 6px
}

.hm2-hero-social a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 8px;
    height: 8px;
    background-color: #ff7425;
    border-radius: 50%
}

.hm2-hero-social a:hover {
    color: #ff7425
}

.gallery-slider-wrapper .gallery-slider-pagination {
    position: absolute;
    left: calc(100% + 24px);
    bottom: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: auto
}

.gallery-slider-wrapper .gallery-slider-pagination span {
    font-family: "Thicciboi", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #262626;
    opacity: .8;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.gallery-slider-wrapper .gallery-slider-pagination span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ff7425;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.gallery-slider-wrapper .gallery-slider-pagination span.swiper-pagination-bullet-active {
    padding-left: 10px;
    opacity: 1
}

.gallery-slider-wrapper .gallery-slider-pagination span.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #ff7425;
    border-radius: 50%
}

.gallery-slider-wrapper .gallery-slider-pagination span.swiper-pagination-bullet-active::before {
    width: 100%
}

@media(max-width: 1600px) {
    .gallery-slider-wrapper .gallery-slider-pagination {
        display: block;
        left: calc(100% + 10px)
    }

    .gallery-slider-wrapper .gallery-slider-pagination span {
        display: block
    }
}

.hm2-counter-box h2,
.hm2-counter-box .h2 {
    font-size: 120px;
    line-height: .8em
}

@media(max-width: 1399.98px) {

    .hm2-counter-box h2,
    .hm2-counter-box .h2 {
        font-size: 70px
    }
}

.hm2-achivement-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -70px;
    padding-top: 180px
}

.hm2-achivement-section .ac-shape {
    margin-top: 170px;
    margin-bottom: -170px
}

@media(max-width: 1600px) {
    .hm2-achivement-section {
        padding-bottom: 100px;
        overflow: hidden
    }

    .hm2-achivement-section .ac-shape {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media(max-width: 1199.98px) {
    .hm2-achivement-section .ac-shape {
        margin-top: 40px
    }
}

.hm2-project-section {
    padding-top: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.hm2-project-section .flower-black {
    left: -230px;
    top: 45%
}

@media(max-width: 1600px) {
    .hm2-project-section {
        padding-top: 120px
    }
}

.hm2-project-single .feature-image {
    max-width: 80%
}

.hm2-project-single .pf-content {
    margin-top: -60px;
    margin-left: 40px
}

.hm2-project-single .pf-content span {
    font-weight: 500
}

.hm2-project-single .explore-btn {
    width: 56px;
    height: 56px;
    background-color: #f3f3f3;
    color: #637381;
    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;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hm2-project-single .explore-btn:hover {
    background-color: #ff7425;
    color: #fff;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

@media(max-width: 575.98px) {
    .hm2-project-single .feature-image {
        max-width: 100%
    }

    .hm2-project-single .pf-content {
        margin-left: 0
    }
}

.pf-cta-box {
    background-color: #fbfbfb;
    padding: 64px 45px 42px
}

.pf-cta-box .btn-circle-2 {
    background-color: #fff;
    color: #ff7425
}

.pf-cta-box .btn-circle-2:hover {
    color: #fff
}

.hm2-service-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -60px;
    padding: 120px 0
}

@media(max-width: 991.98px) {
    .hm2-service-section {
        padding-top: 150px
    }
}

.hm2-service-card {
    background-color: #1c1c1c;
    padding: 56px 32px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-image-source: linear-gradient(315.08deg, #464646 3.73%, #000000 99.65%);
    border-image-slice: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hm2-service-card .overlay-image {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hm2-service-card .service-card-list li {
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-left: 24px
}

.hm2-service-card .service-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 16px;
    height: 2px;
    background-color: #ff7425
}

.hm2-service-card .service-card-list li+li {
    margin-top: 6px
}

.hm2-service-card .explore-btn {
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hm2-service-card .explore-btn svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hm2-service-card .explore-btn:hover {
    color: #ff7425
}

.hm2-service-card .explore-btn:hover svg path {
    fill: #ff7425
}

.hm2-service-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hm2-service-card:hover .overlay-image {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.slider-bullet-pagination {
    text-align: center
}

.slider-bullet-pagination span {
    width: 8px;
    height: 8px;
    background-color: #ff7425;
    opacity: .8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.slider-bullet-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    width: 18px;
    border-radius: 30px
}

.step-wrapper::before {
    content: "";
    position: absolute;
    left: calc(50% - 18px);
    top: 0;
    width: 0;
    height: 100%;
    border-left: 2px dashed rgba(99, 115, 129, .3)
}

@media(max-width: 991.98px) {
    .step-wrapper::before {
        display: none
    }
}

.step-box.ms--4 {
    margin-left: -4px
}

.step-box h4,
.step-box .h4 {
    font-size: 22px
}

.step-box h4::before,
.step-box .h4::before {
    content: "";
    position: absolute;
    top: 1px;
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #181818;
    border-radius: 50%
}

.step-box h4::after,
.step-box .h4::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 12px;
    height: 12px;
    background-color: #181818;
    border-radius: 50%
}

.step-box h4.doted-left::before,
.step-box .doted-left.h4::before {
    left: -38px
}

.step-box h4.doted-left::after,
.step-box .doted-left.h4::after {
    left: -32px
}

.step-box h4.doted-right::before,
.step-box .doted-right.h4::before {
    right: -38px
}

.step-box h4.doted-right::after,
.step-box .doted-right.h4::after {
    right: -32px
}

@media(max-width: 991.98px) {

    .step-box h4.doted-right::before,
    .step-box .doted-right.h4::before {
        right: auto;
        left: -38px
    }

    .step-box h4.doted-right::after,
    .step-box .doted-right.h4::after {
        right: auto;
        left: -32px
    }
}

.hm2-feedback .quote-icon {
    left: -12px;
    top: 95px
}

.hm2-feedback-slider {
    max-width: 960px
}

.feedback-section .hmf-slider-pagination {
    position: absolute;
    right: 0;
    bottom: 65px;
    left: auto;
    top: auto;
    width: auto;
    display: inline-block
}

.feedback-section .hmf-slider-pagination span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ff7425;
    opacity: .8;
    margin-bottom: 8px !important
}

.feedback-section .hmf-slider-pagination span.swiper-pagination-bullet-active {
    height: 14px;
    opacity: 1;
    border-radius: 30px
}

.hm2-feedback-single {
    gap: 100px
}

.hm2-feedback-single p {
    font-size: 20px;
    font-weight: 500
}

@media(max-width: 1199.98px) {
    .hm2-feedback-single {
        gap: 32px
    }

    .hm2-feedback-single p {
        font-size: 16px
    }
}

.brand-item {
    padding: 22px 65px;
    border: 1px solid #edf0ff;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.brand-item:hover {
    -webkit-box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px -4px rgba(145, 158, 171, .15);
    box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px -4px rgba(145, 158, 171, .15)
}

.hm2-blog-content .attonce-subtitle {
    font-family: "Thicciboi", sans-serif;
    font-weight: 600
}

.service-single-card {
    border: 0;
    background-color: #fff;
    border-radius: 8px
}

.service-single-card h4,
.service-single-card .h4 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service-single-card .service-card-list li {
    color: #637381;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service-single-card .explore-btn {
    color: #262626
}

.service-single-card .explore-btn:hover {
    color: #ff7425
}

.service-single-card:hover h4,
.service-single-card:hover .h4 {
    color: #fff
}

.service-single-card:hover .service-card-list li {
    color: #fff
}

.service-single-card:hover .explore-btn {
    color: #ff7425
}

.service-single-card:hover .explore-btn svg path {
    fill: #ff7425
}

.cta-box {
    background-color: #0e0e0e;
    padding: 70px 55px;
    border-radius: 8px
}

.cta-box .overlay-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    opacity: .5;
    border-radius: 8px
}

.service-details-content .tab-btn-medium {
    background-color: rgba(0, 0, 0, 0);
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #e5e5e5;
    padding: 12px 20px;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service-details-content .tab-btn-medium svg path {
    fill: #181818
}

.service-details-content .tab-btn-medium.active {
    background-color: #181818;
    color: #fff
}

.service-details-content .tab-btn-medium.active svg path {
    fill: #fff
}

.service-details-content .tab-btn-medium:hover {
    background-color: #181818;
    color: #fff
}

.service-details-content .tab-btn-medium:hover svg path {
    fill: #fff
}

.sr-video-box {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media(max-width: 991.98px) {
    .sr-video-box {
        width: 100%
    }
}

.sr-icon-box .icon-wrapper {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 116, 37, .1)
}

.sidebar-widget .sidebar-link-lists {
    list-style-type: none;
    padding: 0
}

.sidebar-widget .sidebar-link-lists li+li {
    margin-top: 16px
}

.sidebar-widget .sidebar-link-lists li a {
    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: 12px 24px;
    color: #4d5056;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 700;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.sidebar-widget .sidebar-link-lists li a .icon {
    width: 32px;
    height: 32px;
    background-color: #fff;
    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;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sidebar-widget .sidebar-link-lists li a:hover {
    background-color: #ff7425;
    color: #fff;
    border-color: #ff7425
}

.sidebar-widget .sidebar-link-lists li a:hover .icon {
    opacity: 1
}

.banner-cta-widget {
    padding: 80px 40px
}

.banner-cta-widget .icon-wraper {
    width: 60px;
    height: 60px
}

.pricing-card {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pricing-card .package-price span {
    font-size: 16px;
    color: #4d5056;
    font-weight: 600
}

.pricing-card .devider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 116, 37, .3);
    display: block;
    margin: 24px 0
}

.pricing-card .pricing-features li {
    font-size: 14px;
    color: #737373;
    padding-left: 12px;
    position: relative
}

.pricing-card .pricing-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a3a3a3
}

.pricing-card .pricing-features li+li {
    margin-top: 6px
}

.pricing-card a.btn {
    padding: 14px 24px
}

.pricing-card .btn-outline-primary:hover {
    color: #fff
}

.pricing-card:hover {
    -webkit-box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px rgba(145, 158, 171, .15);
    box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px rgba(145, 158, 171, .15)
}

.faq-filter-nav {
    max-width: 330px
}

.faq-filter-nav li+li {
    margin-top: 16px
}

.faq-filter-nav li a {
    font-size: 14px;
    font-weight: 600;
    color: #4d5056;
    padding: 14px 20px;
    display: block;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.faq-filter-nav li a svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.faq-filter-nav li a.active {
    background-color: #ff7425;
    color: #fff
}

.faq-filter-nav li a.active svg path {
    fill: #fff
}

.faq-accordion .accordion-item {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(200, 207, 213, .3);
    padding: 16px 0
}
.faq-accordion .accordion-item:last-child{
    border-bottom: none;
}

.faq-accordion .accordion-item .accordion-header a {
    font-weight: 700;
    color: #262626;
    padding-right: 8px;
    color: #4d5056;
    font-size: 15px;
    display: block;
    position: relative;
    padding-right: 10px
}

.faq-accordion .accordion-item .accordion-header a .icon-right {
    position: absolute;
    right: 0;
    top: 2px
}

.contact-box {
    padding: 32px
}

.contact-box .icon-wrapper {
    width: 72px;
    height: 72px;
    background-color: rgba(255, 116, 37, .1)
}

.contact-box a {
    color: #4d5056
}

.theme-radio-btn {
    position: relative
}

.theme-radio-btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 1
}

.theme-radio-btn input:checked~span {
    background-color: #ff7425;
    color: #fff;
    border-color: #ff7425
}

.theme-radio-btn input:checked~span::before {
    border-color: #fff
}

.theme-radio-btn span {
    padding: 16px 24px 16px 56px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid rgba(145, 158, 171, .5);
    border-radius: 4px;
    cursor: pointer;
    position: relative
}

.theme-radio-btn span::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid #919eab;
    border-radius: 6px
}

.contact-right .btn-circle-2 {
    color: #262626
}

.contact-right .btn-circle-2:hover {
    color: #fff
}

.office-box {
    text-align: right
}

.office-box .box-content {
    padding: 32px 24px;
    max-width: 445px;
    margin-top: -60px;
    display: inline-block;
    text-align: left
}

.office-box .box-content ul li i {
    margin-right: 6px
}

.branch-section .section-desc {
    -webkit-transform: translateY(120px);
    transform: translateY(120px)
}

@media(max-width: 1199.98px) {
    .branch-section .section-desc {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.pd-top-box {
    padding: 32px;
    -webkit-box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px rgba(145, 158, 171, .15);
    box-shadow: 0px 0px 2px rgba(145, 158, 171, .3), 0px 12px 24px rgba(145, 158, 171, .15);
    max-width: 875px;
    margin-top: -60px
}

.pd-top-box .pd-icon-box+.pd-icon-box {
    position: relative
}

.pd-top-box .pd-icon-box+.pd-icon-box::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 116, 37, .2)
}

@media(max-width: 991.98px) {
    .pd-top-box .pd-icon-box+.pd-icon-box::before {
        display: none
    }
}

.pd-icon-box .icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 116, 37, .1)
}

.rp-project-slider .swiper-wrapper .hm2-project-single:nth-child(odd) {
    margin-top: 32px
}

@media(max-width: 1199.98px) {
    .rp-project-slider .swiper-wrapper .hm2-project-single:nth-child(odd) {
        margin-top: 0
    }
}

.rp-prev-btn,
.rp-next-btn {
    width: 50px;
    height: 50px;
    background-color: #181818;
    border-radius: 50%;
    padding: 0;
    border: 0;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.rp-prev-btn:hover,
.rp-next-btn:hover {
    background-color: #ff7425
}

.team-slider-2 .swiper-wrapper .team-card:nth-child(odd) {
    margin-top: 32px
}

.result-section {
    padding-top: 180px;
    margin-top: -80px
}

.rules-box .subtitle {
    padding-left: 50px;
    font-weight: 700
}

.rules-box .subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 40px;
    height: 1px;
    background-color: #fff
}

.not-found-content .stroke-text2 {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px rgba(17, 24, 39, .1);
    font-size: 100px;
    line-height: 1.2em;
    position: absolute;
    left: 50%;
    top: 46%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    white-space: nowrap;
    font-weight: 700
}

.dg-hero {
    background-color: #ecfdd5;
    padding: 210px 0 0 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
    margin-top: -80px
}

.dg-hero .object-1 {
    left: 150px;
    top: 160px
}

.dg-hero .hologram {
    left: 8%;
    bottom: 11%
}

.dg-hero .object-2 {
    right: 122px;
    top: 200px
}

.dg-hero .object-3 {
    right: 100px;
    bottom: 160px
}

.dg-hero .dg-hero-social {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style-type: none
}

.dg-hero .dg-hero-social li a {
    width: 45px;
    height: 45px;
    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;
    border-radius: 50%;
    border: 1px solid #111827;
    color: #111827;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-hero .dg-hero-social li a:hover {
    -webkit-box-shadow: 2px 3px #111827;
    box-shadow: 2px 3px #111827;
    background-color: #d9fa69
}

.dg-hero .dg-hero-social li+li {
    margin-top: 20px
}

@media(max-width: 1399.98px) {
    .dg-hero .hologram {
        left: 2%
    }
}

@media(max-width: 767.98px) {
    .dg-hero .object-1 {
        display: none
    }

    .dg-hero .hologram {
        display: none
    }
}

@media(max-width: 575.98px) {
    .dg-hero .dg-hero-social {
        display: none
    }
}

.dg-hero-content h1,
.dg-hero-content .h1 {
    font-size: 200px;
    font-weight: 800;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #148600;
    opacity: .6
}

.dg-hero-content .title-name {
    font-size: 64px;
    font-weight: 800;
    position: absolute;
    width: 630px;
    left: 32%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    bottom: 20%;
    background-repeat: no-repeat;
    line-height: 1.1em;
    background-size: cover;
    background-position: center center;
    padding: 30px 57px
}

.dg-hero-content .dg-clients-box {
    position: absolute;
    width: 355px;
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 6px;
    right: -130px;
    bottom: 30%;
    text-align: left;
    z-index: 1;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.dg-hero-content .dg-clients-box .circle {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 1399.98px) {
    .dg-hero-content .dg-clients-box {
        bottom: 36%
    }
}

@media(max-width: 1199.98px) {

    .dg-hero-content h1,
    .dg-hero-content .h1 {
        font-size: 160px
    }

    .dg-hero-content .dg-clients-box {
        display: none
    }
}

@media(max-width: 991.98px) {

    .dg-hero-content h1,
    .dg-hero-content .h1 {
        font-size: 120px
    }

    .dg-hero-content .title-name {
        left: 6%
    }
}

@media(max-width: 767.98px) {

    .dg-hero-content h1,
    .dg-hero-content .h1 {
        font-size: 90px;
        top: -70px
    }

    .dg-hero-content .title-name {
        font-size: 48px;
        background-size: contain;
        padding: 24px
    }
}

@media(max-width: 575.98px) {

    .dg-hero-content h1,
    .dg-hero-content .h1 {
        font-size: 60px
    }

    .dg-hero-content .title-name {
        width: 100%;
        left: 0
    }
}

@media(max-width: 460px) {
    .dg-hero-content .title-name {
        font-size: 32px;
        padding: 10px
    }
}

.dg-brand-section {
    padding: 82px 0;
    overflow: hidden;
    margin-top: -160px;
    position: relative;
    z-index: 2
}

.dg-brand-box {
    background-color: #000917;
    padding: 24px 60px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    width: calc(100% + 20px);
    margin-left: -10px
}

.dg-service-section {
    margin-top: -140px;
    padding-top: 260px
}

.dg-service-section .dg-blur-1 {
    left: -50px;
    top: 0
}

.dg-service-card {
    padding: 48px 32px;
    background-color: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-service-card .explore-btn {
    width: 46px;
    height: 46px;
    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;
    border-radius: 50%;
    background-color: #111827;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-service-card:hover {
    border-color: #111827;
    background-color: #d9fa69;
    -webkit-box-shadow: 3px 3px #111827;
    box-shadow: 3px 3px #111827
}

.dg-service-card:hover .explore-btn {
    opacity: 1;
    visibility: visible
}

.dg-subtitle {
    font-size: 18px;
    font-weight: 700
}

.text-dg-primary {
    color: #4db700
}

.dg-bg {
    background-color: #f4f6f8
}

.dg-projects-list {
    padding-bottom: 24px
}

.dg-portfolio-section .dg-blur {
    left: 48%;
    top: -60px
}

.dg-portfolio-section .rect-blur-1 {
    left: 0;
    top: 0
}

.dg-portfolio-section .rect-blur-2 {
    right: 0;
    top: 0
}

.dg-project-single .dg-pf-content {
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    border-radius: 10px;
    padding: 30px 24px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-project-single:hover .dg-pf-content {
    background-color: #d9fa69
}

.dg-project-single:hover .dg-pf-content .dg-rounded-primary-btn {
    background-color: #111827;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dg-project-single:hover .dg-pf-content .dg-rounded-primary-btn svg path {
    fill: #fff
}

.dg-rounded-primary-btn {
    width: 47px;
    height: 47px;
    background-color: #d9fa69;
    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;
    border-radius: 50%;
    -webkit-box-shadow: 2px 4px #111827;
    box-shadow: 2px 4px #111827;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-rounded-primary-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dg-counter {
    padding: 16px 18px;
    background-color: #ff5e00;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dg-counter img {
    right: 5px
}

.dg-slider-progress {
    position: relative;
    background-color: #c8cfd5;
    height: 2px !important
}

.dg-slider-progress .swiper-pagination-progressbar-fill {
    background-color: #111827
}

.dg-cta-box {
    padding: 90px 60px;
    background-color: #fff
}

@media(max-width: 575.98px) {
    .dg-cta-box {
        padding: 60px 24px
    }
}

.dg-cta-right {
    padding: 30px 0 0 30px
}

.dg-cta-right .cta-blur {
    left: 0;
    top: 0
}

.dg-experience-section .blur-shape {
    left: 0;
    top: 0
}

.dg-experience-section .section-title {
    padding-left: 20px
}

.dg-ex-card {
    background-color: #fff;
    padding: 40px 32px;
    border-radius: 10px;
    border: 1px solid #dfe3e8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-ex-card .label {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding: 3px 8px;
    background: #dfe3e8;
    color: #262626;
    border-radius: 6px
}

.dg-ex-card .icon {
    width: 30px;
    height: 30px;
    border: 1px solid #111827;
    -webkit-box-shadow: 2px 3px #111827;
    box-shadow: 2px 3px #111827;
    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;
    border-radius: 50%;
    background-color: #d9fa69
}

.dg-ex-card:hover {
    background-color: #d9fa69;
    border-color: #111827;
    -webkit-box-shadow: 2px 3px #111827;
    box-shadow: 2px 3px #111827
}

.dg-feedback .shape-1 {
    left: 14%;
    top: 160px
}

.dg-feedback .shape-2 {
    right: 10%;
    top: 130px
}

.dg-feedback-slider .dg-slider-progress {
    background-color: #637381
}

.dg-feedback-slider .dg-slider-progress .swiper-pagination-progressbar-fill {
    background-color: #d9fa69
}

.dg-section-title .blur-dark {
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dg-feedback .dark-blur-1 {
    left: 0;
    top: 0
}

.dg-feedback .dark-blur-2 {
    right: 0;
    top: 0
}

.dg-feedback-single {
    background-color: rgba(255, 255, 255, .05);
    border-radius: 4px
}

.dg-feedback-single p {
    color: #ababab;
    font-size: 16px
}

.dg-feedback-single .star-rating li {
    color: #ff6b35
}

.dg-pricing-switch button {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 700;
    color: #666;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-pricing-switch button:hover {
    color: #262626
}

.dg-pricing-switch button.active {
    color: #262626
}

.dg-pricing-switch .switch {
    width: 42px;
    height: 22px;
    background-color: #262626;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-pricing-switch .switch::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-pricing-switch .switch.active {
    background-color: #ff5e00
}

.dg-pricing-switch .switch.active::before {
    left: auto;
    right: 4px
}

.dg-pricing-columns {
    margin-top: -220px
}

@media(max-width: 1199.98px) {
    .dg-pricing-columns {
        margin-top: 0
    }
}

.dg-pricing-box {
    background-color: #fff;
    border-radius: 6px;
    padding: 32px 24px;
    position: relative
}

.dg-pricing-box .dg-rounded-primary-btn {
    position: absolute;
    right: 30px;
    top: 30px
}

.dg-pricing-box .pricing {
    position: relative
}

.dg-pricing-box .pricing sup {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 24px
}

.dg-pricing-box .pricing h3,
.dg-pricing-box .pricing .h3 {
    display: inline-block;
    padding-left: 12px
}

.dg-pricing-box .pricing h6,
.dg-pricing-box .pricing .h6 {
    display: inline-block
}

.dg-pricing-box .pricing-features li+li {
    margin-top: 4px
}

.dg-pricing-box.popular {
    border: 1px solid #111827;
    -webkit-box-shadow: 3px 4px #111827;
    box-shadow: 3px 4px #111827;
    background-color: #d9fa69
}

.dg-pricing-box.popular .dg-rounded-primary-btn {
    background-color: #111827;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dg-blog-section .blur-bg {
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dg-article {
    border-radius: 6px;
    background-color: #fff
}

.dg-article .category {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(0, 52, 120, .1);
    color: #262626;
    border-radius: 4px;
    margin-bottom: 14px;
    display: inline-block
}

.dg-article .category.dg-bg-primary {
    background-color: #d9fa69
}

.dg-article .feature-image img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-article .dg-article-content {
    padding: 32px 24px
}

.dg-article h4,
.dg-article .h4 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dg-article h4:hover,
.dg-article .h4:hover {
    color: #ff5e00
}

.dg-article:hover .feature-image img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}