:root {
    --heading-color: #1D1D1B;
    --heading-bg: #1D1D1B;
    --white-color: #fff;
    --white-bg: #fff;
    --accent-color: rgba(250, 195, 18, 1);
    --accent-bg: rgba(250, 195, 18, 1);
    --accent-bg-alt: rgba(53, 94, 132, 1);
    --light-bg: rgba(53, 94, 132, 0.1);
    --light-color1: rgba(255, 255, 255, 1)
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1326px
    }
}

:root {
    --fs-xl-20: 20px;
    --fs-xl-lineheight: 32px;
    --fs-lg-18: 18px;
    --fs-lg-lineheight: 28px;
    --fs-md-16: 16px;
    --fs-md-lineheight: 24px;
    --fs-xs-14: 14px;
    --fs-xs-lineheight: 22px;
    --fs-xss-12: 12px;
    --fs-xss-lineheight: 20px
}

*,
::after,
::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

html {
    box-sizing: border-box;
    height: 100%
}

body {
    color: var(--heading-color);
    font-family: SatoshiRegular;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    counter-reset: my-sec-counter;
    font-size: 18px;
    line-height: 1.44em;
    margin: 0 30px
}

@media (max-width:1199px) {
    body {
        padding: 0;
        margin: 0 10px;
    }
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e7e8;
    padding: 0;
    margin: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

::-moz-selection {
    background-color: #989ffd;
    color: #fff
}

::selection {
    background-color: #989ffd;
    color: #fff
}

[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=color]:active,
[type=color]:focus,
[type=color]:hover,
[type=color]:invalid,
[type=date]:active,
[type=date]:focus,
[type=date]:hover,
[type=date]:invalid,
[type=datetime-local]:active,
[type=datetime-local]:focus,
[type=datetime-local]:hover,
[type=datetime-local]:invalid,
[type=datetime]:active,
[type=datetime]:focus,
[type=datetime]:hover,
[type=datetime]:invalid,
[type=email]:active,
[type=email]:focus,
[type=email]:hover,
[type=email]:invalid,
[type=month]:active,
[type=month]:focus,
[type=month]:hover,
[type=month]:invalid,
[type=number]:active,
[type=number]:focus,
[type=number]:hover,
[type=number]:invalid,
[type=password]:active,
[type=password]:focus,
[type=password]:hover,
[type=password]:invalid,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=search]:active,
[type=search]:focus,
[type=search]:hover,
[type=search]:invalid,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
[type=tel]:active,
[type=tel]:focus,
[type=tel]:hover,
[type=tel]:invalid,
[type=text]:active,
[type=text]:focus,
[type=text]:hover,
[type=text]:invalid,
[type=time]:active,
[type=time]:focus,
[type=time]:hover,
[type=time]:invalid,
[type=url]:active,
[type=url]:focus,
[type=url]:hover,
[type=url]:invalid,
[type=week]:active,
[type=week]:focus,
[type=week]:hover,
[type=week]:invalid,
button:active,
button:focus,
button:hover,
input:not([type]):active,
input:not([type]):focus,
input:not([type]):hover,
input:not([type]):invalid,
textarea:active,
textarea:focus,
textarea:hover,
textarea:invalid {
    outline: 0;
    box-shadow: none
}

[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
button:active,
button:focus,
button:hover {
    cursor: pointer
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

button {
    padding: 0;
    outline: 0;
    border: none;
    display: inline-block;
    background-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: SatoshiBold;
    color: var(--heading-color);
    margin: 0
}

.h1,
h1 {
    font-size: 130px;
    line-height: 1em;
    letter-spacing: -2px
}

@media (max-width:1399px) {

    .h1,
    h1 {
        font-size: 100px
    }
}

@media (max-width:991px) {

    .h1,
    h1 {
        font-size: 75px
    }
}

@media (max-width:767px) {

    .h1,
    h1 {
        font-size: 55px
    }
}

@media (max-width:575px) {

    .h1,
    h1 {
        font-size: 45px
    }
}

.h2,
h2 {
    font-size: 90px;
    line-height: 1em;
    letter-spacing: -2px
}

@media (max-width:1199px) {

    .h2,
    h2 {
        font-size: 70px
    }
}

@media (max-width:991px) {

    .h2,
    h2 {
        font-size: 60px
    }
}

@media (max-width:767px) {

    .h2,
    h2 {
        font-size: 48px
    }
}

@media (max-width:575px) {

    .h2,
    h2 {
        font-size: 42px
    }
}

.h3,
h3 {
    font-size: 40px;
    line-height: 1.2em
}

@media (max-width:1399px) {

    .h3,
    h3 {
        font-size: 30px
    }
}

@media (max-width:575px) {

    .h3,
    h3 {
        font-size: 27px
    }
}

.h4,
h4 {
    font-size: 28px;
    line-height: 1.21em
}

@media (max-width:767px) {

    .h4,
    h4 {
        font-size: 20px
    }
}

.h6 {
    font-size: 18px;
    line-height: 1.4em
}

p:last-child {
    margin-bottom: 0
}

.f-size-10 {
    font-size: 10px !important
}

.f-size-11 {
    font-size: 11px !important
}

.f-size-12 {
    font-size: 12px !important
}

.f-size-13 {
    font-size: 13px !important
}

.f-size-14 {
    font-size: 14px !important
}

.f-size-15 {
    font-size: 15px !important
}

.f-size-16 {
    font-size: 16px !important
}

.f-size-17 {
    font-size: 17px !important
}

.f-size-18 {
    font-size: 18px !important
}

.f-size-19 {
    font-size: 19px !important
}

.f-size-20 {
    font-size: 20px !important
}

.f-size-21 {
    font-size: 21px !important
}

.f-size-22 {
    font-size: 22px !important
}

.f-size-23 {
    font-size: 23px !important
}

.f-size-24 {
    font-size: 24px !important
}

.f-size-25 {
    font-size: 25px !important
}

.f-size-26 {
    font-size: 26px !important
}

.f-size-27 {
    font-size: 27px !important
}

.f-size-28 {
    font-size: 28px !important
}

.f-size-29 {
    font-size: 29px !important
}

.f-size-30 {
    font-size: 30px !important
}

.f-size-31 {
    font-size: 31px !important
}

.f-size-32 {
    font-size: 32px !important
}

.f-size-33 {
    font-size: 33px !important
}

.f-size-34 {
    font-size: 34px !important
}

.f-size-35 {
    font-size: 35px !important
}

.f-size-36 {
    font-size: 36px !important
}

.f-size-37 {
    font-size: 37px !important
}

.f-size-38 {
    font-size: 38px !important
}

.f-size-39 {
    font-size: 39px !important
}

.f-size-40 {
    font-size: 40px !important
}

.line-height-10 {
    line-height: 10px !important
}

.line-height-11 {
    line-height: 11px !important
}

.line-height-12 {
    line-height: 12px !important
}

.line-height-13 {
    line-height: 13px !important
}

.line-height-14 {
    line-height: 14px !important
}

.line-height-15 {
    line-height: 15px !important
}

.line-height-16 {
    line-height: 16px !important
}

.line-height-17 {
    line-height: 17px !important
}

.line-height-18 {
    line-height: 18px !important
}

.line-height-19 {
    line-height: 19px !important
}

.line-height-20 {
    line-height: 20px !important
}

.line-height-21 {
    line-height: 21px !important
}

.line-height-22 {
    line-height: 22px !important
}

.line-height-23 {
    line-height: 23px !important
}

.line-height-24 {
    line-height: 24px !important
}

.line-height-25 {
    line-height: 25px !important
}

.line-height-26 {
    line-height: 26px !important
}

.line-height-27 {
    line-height: 27px !important
}

.line-height-28 {
    line-height: 28px !important
}

.line-height-29 {
    line-height: 29px !important
}

.line-height-30 {
    line-height: 30px !important
}

.line-height-31 {
    line-height: 31px !important
}

.line-height-32 {
    line-height: 32px !important
}

.line-height-33 {
    line-height: 33px !important
}

.line-height-34 {
    line-height: 34px !important
}

.line-height-35 {
    line-height: 35px !important
}

.line-height-36 {
    line-height: 36px !important
}

.line-height-37 {
    line-height: 37px !important
}

.line-height-38 {
    line-height: 38px !important
}

.line-height-39 {
    line-height: 39px !important
}

.line-height-40 {
    line-height: 40px !important
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

a {
    text-decoration: none;
    transition: all .24s ease-in-out
}

img {
    max-width: 100%
}

.rt-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.bg-heading {
    border-radius: 10px;
    background-color: var(--heading-color) !important
}

.bg-heading-alt {
    border-radius: 10px;
    background-color: var(--accent-bg-alt) !important
}

.position-r {
    position: relative !important
}

.haskadeheader-section {
    transition: all .4s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    text-align: center;
    background-color: var(--white-color)
}

@media (max-width:991px) {
    .haskadeheader-section {
        padding: 20px 0
    }
}

.haskadeheader-section.section2 {
    padding: 15px 0
}

header.hide-header {
    transform: translateY(-100%)
}

.haskademain-menu-item {
    text-align: center
}

.haskadeheader-section.sticky-menu {
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .04);
    background-color: var(--white-bg)
}

.haskadeheader-info-data ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--white-color);
    position: relative;
    padding-left: 30px
}

.haskadeheader-info-data ul li:last-child {
    margin-right: 0
}

.haskadeheader-info-data ul li img {
    position: absolute;
    top: 2px;
    left: 0
}

.haskadeheader-info-data ul li a {
    color: var(--white-color)
}

.haskadeheader-info-data ul li a img {
    position: absolute;
    top: 5px;
    left: 0
}

.header-logo1 a {
    padding: 30px 0
}

.haskadeheader-main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 20px
}

@media (max-width:1350px) {
    .haskadeheader-main-menu {
        padding-left: 24px
    }
}

@media (max-width:1199px) {
    .haskadeheader-main-menu {
        justify-content: end;
        background: 0 0;
        padding-right: 0
    }
}

.haskadeheader-main-menu.menu2 {
    transition: all .4s;
    padding: 0
}

.dark-color.site-menu-main .nav-link-item {
    color: var(--white-color)
}

.site-header .haskademenu-toggle.dark-color span {
    background-color: var(--heading-color)
}

.site-header .haskademenu-toggle.dark-color span::after,
.site-header .haskademenu-toggle.dark-color span::before {
    background-color: var(--heading-color)
}

.site-header .haskademenu-toggle.white-color span {
    background-color: var(--white-color)
}

.site-header .haskademenu-toggle.white-color span::after,
.site-header .haskademenu-toggle.white-color span::before {
    background-color: var(--white-color)
}

.haskadeheader-triger {
    width: 60px;
    height: 60px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background: var(--accent-bg);
    border-radius: 100px;
    margin-left: 20px
}

.haskadeheader-triger.triger2 {
    margin-left: 0;
    background: var(--white-bg)
}

.haskadeheader-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin: 0 30px
}

@media (max-width:991px) {
    .haskadeheader-icon {
        display: none
    }
}

a.haskadeheader-info {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: var(--dark-bg);
    padding: 12px 0
}

a.haskadeheader-info img {
    padding-right: 10px
}

.haskadecontact-info {
    margin-bottom: 30px
}

.haskadecontact-info i {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 24px
}

.haskadecontact-info h5 {
    margin-bottom: 5px
}

.haskadecontact-info img {
    width: 5%;
    margin-bottom: 15px
}

.haskadecontact-info a p {
    color: var(--body-color)
}

.main-menu a {
    color: var(--heading-color);
    font-weight: 500;
    position: relative;
    font-size: 16px;
    display: block;
    letter-spacing: -.01em;
    transition: all .4s;
    text-transform: capitalize
}

.main-menu.dark-color a {
    color: var(--heading-color)
}

.main-menu>ul>li {
    margin: 0 14px
}

@media (max-width:1350px) {
    .main-menu>ul>li {
        margin: 0 7px
    }
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\ea4d";
    position: relative;
    margin-left: 2px;
    top: 2px;
    font-size: 20px;
    display: inline-block;
    font-family: remixicon;
    transition: all .4s ease-in-out
}

.main-menu ul li:hover.menu-item-has-children>a:after {
    transform: rotate(-180deg)
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    transform: translateY(0)
}

.main-menu ul.sub-menu {
    z-index: 500;
    background-color: #fff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 87px;
    margin: 0;
    padding: 12px 0;
    transition: .4s;
    z-index: 4;
    transform: translatey(20px);
    opacity: 0;
    text-align: left;
    visibility: hidden;
    min-width: 220px;
    border-radius: 0 0 6px 6px
}

.main-menu ul.sub-menu li {
    padding: 5px 10px 5px 20px
}

.main-menu ul.sub-menu li a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    font-weight: 400;
    text-transform: capitalize
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border {
    display: block
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border::before {
    content: none
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border:after {
    position: absolute;
    right: 0;
    content: "\ea6d"
}

.main-menu ul.sub-menu li.menu-item-has-children:hover a::after {
    transform: rotate(-90deg) !important
}

.main-menu ul.sub-menu li ul.sub-menu {
    transition: all .4s;
    margin-left: 0 !important;
    transform: translateY(30px)
}

.main-menu ul.sub-menu li:hover ul.sub-menu {
    transform: translateY(0)
}

.main-menu ul.sub-menu {
    padding: 12px 0;
    left: -27px;
    top: 87px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    transition: all .4s
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
    border-radius: 10px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

ul.sub-menu li a {
    color: var(--heading-color) !important
}

ul.sub-menu li a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0;
    background-color: var(--heading-color) !important;
    transition: all .3s ease
}

@media (max-width:767px) {
    ul.sub-menu li a::before {
        height: 0
    }
}

ul.sub-menu li a:hover::before {
    left: 0;
    right: auto;
    width: 100%
}

a.white-color {
    color: var(--white-color)
}

.menu-style1>ul>li>a {
    padding: 30px 0
}

.site-header .haskademenu-toggle {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.site-header .haskademenu-toggle span {
    display: block;
    height: 3px;
    background-color: var(--heading-color);
    width: 30px;
    position: relative
}

.toggle2 span {
    background-color: var(--light-color)
}

.reveal-header .haskademenu-toggle span {
    background-color: var(--heading-color) !important
}

.site-header .haskademenu-toggle span:after,
.site-header .haskademenu-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--heading-color)
}

.reveal-header .haskademenu-toggle span:after,
.reveal-header .haskademenu-toggle span:before {
    background-color: var(--heading-color) !important
}

.dark-mode-texts .haskademenu-toggle span {
    background-color: var(--heading-color)
}

.dark-mode-texts .haskademenu-toggle span:after,
.dark-mode-texts .haskademenu-toggle span:before {
    background-color: var(--heading-color)
}

.site-header .haskademenu-toggle span:before {
    top: -10px
}

.site-header .haskademenu-toggle span:after {
    top: 9px
}

.site-header .mobile-menu-trigger.dark-color span {
    background-color: var(--heading-color)
}

.site-header .mobile-menu-trigger.dark-color span::after,
.site-header .mobile-menu-trigger.dark-color span::before {
    background-color: var(--heading-color)
}

.site-header .mobile-menu-trigger.dark-color span::after,
.site-header .mobile-menu-trigger.dark-color span::before {
    background-color: var(--heading-color)
}

.header-logo a img {
    margin-top: -5px
}

@media (max-width:991px) {
    .header-logo a img {
        margin-top: 0
    }
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .04);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: var(--heading-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.top-arrow {
    top: 47%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.top-arrow svg {
    transform: rotate(-90deg)
}

.header-logo {
    text-align: left
}

.haskadeheader-barger {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid var(--heading-color)
}

@media (max-width:767px) {
    .haskadeheader-barger {
        display: none
    }
}

.haskadeheader-barger span {
    height: 3px;
    width: 24px;
    margin: 3px 0;
    display: block;
    position: relative;
    background-color: var(--heading-bg)
}

.haskadeheader-barger span:before {
    content: "";
    top: -8px;
    right: 0;
    width: 24px;
    height: 3px;
    transition: all .4s;
    position: absolute;
    background-color: var(--heading-bg)
}

.haskadeheader-barger span::after {
    content: "";
    bottom: -8px;
    width: 24px;
    height: 3px;
    right: 0;
    position: absolute;
    transition: all .4s;
    background-color: var(--heading-bg)
}

.haskadesidemenu-wraper {
    position: relative
}

@media (max-width:767px) {
    .haskadesidemenu-wraper {
        display: none
    }
}

.haskadesidemenu-wraper ul li {
    display: block;
    margin-left: 0
}

.haskadesidemenu-wraper ul li a {
    font-weight: 700;
    font-size: 130px;
    line-height: 1em
}

@media (max-width:1399px) {
    .haskadesidemenu-wraper ul li a {
        font-size: 100px
    }
}

@media (max-width:991px) {
    .haskadesidemenu-wraper ul li a {
        font-size: 75px
    }
}

@media (max-width:767px) {
    .haskadesidemenu-wraper ul li a {
        font-size: 55px
    }
}

@media (max-width:575px) {
    .haskadesidemenu-wraper ul li a {
        font-size: 42px
    }
}

.haskadesidemenu-column2 {
    width: 540px;
    display: block;
    height: 100%;
    position: fixed;
    z-index: 111;
    margin-right: -540px;
    transition: .5s;
    right: 0;
    top: 0;
    padding: 25px 50px;
    background-color: var(--accent-bg)
}

@media (max-width:991px) {
    .haskadesidemenu-column2 {
        padding: 30px;
        width: 400px
    }
}

.haskadesidemenu-column2.active {
    margin-right: 0;
    z-index: 9999;
    overflow-y: scroll
}

@media (max-width:1199px) {
    .haskadesidemenu-column2.active {
        margin-right: 0
    }
}

.header-close-btn span {
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 700
}

.haskadesidemenu-wrap ul li {
    margin-bottom: 24px
}

.haskadesidemenu-wrap ul li:last-child {
    margin-bottom: 0
}

.haskadesidebar-content {
    padding-bottom: 24px
}

.haskadesidebar-content h4 {
    padding-bottom: 15px
}

.haskadesidebar-content img {
    border-radius: 10px;
    margin: 24px 0
}

.haskadesidebar-content2 {
    padding-bottom: 24px;
    padding-right: 55px
}

.haskadesidebar-content2 h4 {
    padding-bottom: 15px
}

.haskadesidebar-content2 p {
    display: block
}

.haskadesidebar-content2 p a {
    font-weight: 500;
    color: var(--heading-color)
}

.pb-24 {
    padding-bottom: 24px
}

.offcanvas-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s
}

.offcanvas-overlay.active {
    opacity: .7;
    z-index: 111;
    visibility: visible
}

@media (max-width:1199px) {
    .haskadefooter-textarea {
        max-width: 60%
    }
}

.haskadefooter-menu-wraper {
    display: flex;
    justify-content: space-between
}

@media (max-width:1199px) {
    .haskadefooter-menu-wraper {
        padding-top: 80px
    }
}

@media (max-width:991px) {
    .haskadefooter-menu-wraper {
        gap: 50px;
        padding-top: 40px
    }
}

@media (max-width:575px) {
    .haskadefooter-menu-wraper {
        padding-top: 30px
    }
}

@media (max-width:479px) {
    .haskadefooter-menu-wraper {
        flex-direction: column
    }
}

.haskadefooter-top {
    padding-top: 100px
}

@media (max-width:991px) {
    .haskadefooter-top {
        padding-top: 80px
    }
}

@media (max-width:767px) {
    .haskadefooter-top.top2 {
        padding-top: 60px
    }
}

.haskadefooter-menu h4 {
    padding-bottom: 24px
}

.haskadefooter-menu ul li {
    padding-bottom: 10px
}

.haskadefooter-menu ul li:last-child {
    padding-bottom: 0
}

.haskadefooter-menu ul li a {
    color: var(--heading-color);
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0
}

.haskadefooter-menu ul li a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0;
    background-color: var(--heading-color) !important;
    transition: all .3s ease
}

.haskadefooter-menu ul li a:hover::before {
    left: 0;
    right: auto;
    width: 100%
}

@media (max-width:575px) {
    .haskadefooter-menu.menu2 {
        padding-bottom: 30px
    }
}

.haskadefooter-menu-wrap {
    display: flex;
    gap: 50px
}

.haskadefooter-column ul li {
    padding-bottom: 10px
}

.haskadefooter-column ul li:last-child {
    padding-bottom: 0
}

.haskadefooter-column ul li a {
    color: var(--heading-color);
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px
}

.haskadefooter-column ul li a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0;
    background-color: var(--heading-color) !important;
    transition: all .3s ease
}

.haskadefooter-column ul li a:hover::before {
    left: 0;
    right: auto;
    width: 100%
}

.haskadefooter-bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
    margin-top: 80px;
    border-top: 1px solid rgba(29, 29, 27, .1)
}

@media (max-width:991px) {
    .haskadefooter-bottom-wrap {
        margin-top: 60px
    }
}

@media (max-width:767px) {
    .haskadefooter-bottom-wrap {
        padding: 25px 0;
        margin-top: 40px;
        text-align: center;
        display: block
    }
}

@media (max-width:767px) {
    .haskadefooter-logo {
        padding-bottom: 15px
    }
}

.footer-sticky {
    position: sticky;
    bottom: 0
}

@media (max-width:991px) {
    .footer-sticky {
        position: static
    }
}

.haskadebrand-slider-js-init2.slick-initialized.slick-slider {
    direction: rtl
}

.haskadebrand-slider-item {
    padding: 16px 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .0509803922);
    margin: 0 15px;
    height: 60px;
    border-radius: 10px;
    white-space: nowrap
}

.haskadebrand-slider-js-init2 {
    margin: 15px 0
}

.haskadeiconbox-wrap {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 24px;
    background-color: var(--light-bg)
}

.haskadeiconbox-wrap:hover .haskadeiconbox-icon {
    transform: rotateY(1turn)
}

.haskadeiconbox-wrap.wrap2 {
    background-color: var(--heading-bg)
}

@media (max-width:767px) {
    .haskadeiconbox-wrap {
        padding: 24px
    }
}

.haskadeiconbox-icon {
    display: inline-block;
    padding-bottom: 100px;
    position: relative;
    transition: transform 1s
}

@media (max-width:991px) {
    .haskadeiconbox-icon {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .haskadeiconbox-icon {
        padding-bottom: 40px
    }
}

.haskadeiconbox-icon.icon2 {
    padding-bottom: 195px
}

@media (max-width:991px) {
    .haskadeiconbox-icon.icon2 {
        padding-bottom: 130px
    }
}

@media (max-width:767px) {
    .haskadeiconbox-icon.icon2 {
        padding-bottom: 80px
    }
}

.haskadeiconbox-content h3 {
    padding-bottom: 15px
}

.haskadeiconbox-content p {
    font-size: 20px;
    line-height: 1.5em
}

.haskadeiconbox-content.content2 h3,
.haskadeiconbox-content.content2 p {
    color: var(--white-color)
}

.haskadecontact-box {
    padding: 40px 50px;
    border-radius: 10px;
    background-color: var(--white-bg)
}

@media (max-width:767px) {
    .haskadecontact-box {
        padding: 30px
    }
}

.haskadecontact-title h4 {
    padding-bottom: 50px
}

@media (max-width:991px) {
    .haskadecontact-title h4 {
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .haskadecontact-title h4 {
        padding-bottom: 30px
    }
}

@media (max-width:991px) {
    .haskadecontact-thumb {
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .haskadecontact-thumb {
        padding-bottom: 30px
    }
}

.haskadecontact-thumb img {
    border-radius: 10px;
    width: 100%
}

.haskadecontact-info-box {
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 10px;
    background-color: var(--white-bg)
}

.haskadecontact-info-box.box1 {
    margin-bottom: 0;
    padding: 24px 24px 60px 24px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid rgba(29, 29, 27, .1019607843)
}

.haskadecontact-info-box.box2 {
    margin-bottom: 0;
    padding: 60px 24px 60px 24px;
    border-bottom: 1px solid rgba(29, 29, 27, .1019607843);
    border-radius: 0
}

.haskadecontact-info-box.box3 {
    margin-bottom: 0;
    padding: 60px 24px 24px 24px;
    border-radius: 0 0 10px 10px;
    transform: rotate(0) !important
}

.haskadecontact-info-icon {
    padding-bottom: 24px
}

.haskadecontact-info-content h4 {
    padding-bottom: 15px
}

.haskadecontact-info-content p {
    font-size: 20px;
    line-height: 1.5em;
    max-width: 350px
}

.haskadecontact-info-content p a {
    font-weight: 700;
    display: block;
    color: var(--heading-color)
}

.haskadecontact-map {
    width: 100%;
    height: 500px
}

@media (max-width:991px) {
    .haskadecontact-map {
        height: 300px
    }
}

.mb-00 {
    padding-bottom: 106px !important
}

@media (max-width:991px) {
    .mb-00 {
        margin-bottom: 82px
    }
}

@media (max-width:767px) {
    .mb-00 {
        margin-bottom: 58px
    }
}

.haskadet-section {
    border-radius: 10px;
    padding: 130px 0 210px
}

@media (max-width:991px) {
    .haskadet-section {
        padding: 80px 0 170px
    }
}

@media (max-width:767px) {
    .haskadet-section {
        padding: 60px 0 130px
    }
}

.haskadet-wrap {
    padding: 30px;
    margin: 0 15px;
    border-radius: 10px;
    background-color: var(--white-bg)
}

.haskadet-author-wrap {
    display: flex;
    align-items: center;
    gap: 12px
}

.haskadet-author-thumb img {
    border-radius: 100px
}

.haskadet-author-data h6 {
    font-size: 20px;
    line-height: 1.33em;
    padding-bottom: 5px
}

.haskadet-author-data p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44em
}

.haskadet-wrap2 {
    max-width: 830px;
    text-align: center;
    margin: 0 auto
}

.haskadet-author-wrap2 {
    padding-top: 50px;
    padding-bottom: 80px
}

@media (max-width:991px) {
    .haskadet-author-wrap2 {
        padding-top: 40px;
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .haskadet-author-wrap2 {
        padding-top: 30px;
        padding-bottom: 50px
    }
}

.haskadet-author-thumb2 {
    padding-bottom: 15px
}

.haskadet-author-thumb2 img {
    border-radius: 100px;
    display: inline-block
}

.haskadet-wrap3 {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    max-width: 1076px;
    margin: 0 auto
}

.haskadet-thumb3 img {
    width: 100%;
    border-radius: 10px
}

.haskadet-content3 {
    padding-left: 30px
}

@media (max-width:1199px) {
    .haskadet-content3 {
        padding-left: 20px
    }
}

@media (max-width:991px) {
    .haskadet-content3 {
        padding-left: 0;
        padding-top: 40px
    }
}

@media (max-width:767px) {
    .haskadet-content3 {
        padding-top: 30px
    }
}

.haskadet-author-wrap3 {
    display: flex;
    align-items: end;
    justify-content: space-between
}

.mCSB_dragger {
    width: 96px !important
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 636px !important;
    height: 6px;
    top: auto;
    right: 0;
    bottom: 0 !important;
    left: 0;
    position: absolute;
    margin: 0 auto
}

@media (max-width:991px) {
    .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        width: 400px !important
    }
}

@media (max-width:767px) {
    .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        width: 300px !important
    }
}

.mCSB_scrollTools .mCSB_draggerContainer {
    top: 80px
}

@media (max-width:991px) {
    .mCSB_scrollTools .mCSB_draggerContainer {
        top: 60px
    }
}

@media (max-width:767px) {
    .mCSB_scrollTools .mCSB_draggerContainer {
        top: 50px
    }
}

.haskadet-slider-init2 ul.slick-dots {
    position: absolute;
    bottom: 0;
    display: flex !important;
    align-items: center;
    gap: 50px;
    left: 50%;
    transform: translate(-50%, -50%)
}

.haskadet-slider-init2 .slick-dots li.slick-active {
    width: 100px;
    height: 5px;
    border-radius: 50px;
    background-color: var(--heading-bg)
}

@media (max-width:767px) {
    .haskadet-slider-init2 .slick-dots li.slick-active {
        display: none
    }
}

.haskadet-slider-init2 .slick-dots button {
    display: block;
    width: 100px;
    height: 5px;
    border-radius: 50px;
    background-color: rgba(29, 29, 27, .1019607843);
    text-indent: -9999px;
    transition: .3s;
    display: flex
}

@media (max-width:767px) {
    .haskadet-slider-init2 .slick-dots button {
        display: none
    }
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    padding-bottom: 50px
}

@media (max-width:991px) {
    .tabs {
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .tabs {
        padding-bottom: 30px
    }
}

.tabs li {
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 60px;
    background-color: rgba(29, 29, 27, .0509803922);
    cursor: pointer
}

.tabs li.current {
    background-color: var(--white-bg)
}

.haskadetab-content {
    display: none
}

.haskadetab-content.current {
    display: inherit
}

.haskadecounter-wraper {
    display: grid;
    align-items: center;
    gap: 115px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: 130px
}

@media (max-width:1399px) {
    .haskadecounter-wraper {
        gap: 40px
    }
}

@media (max-width:1199px) {
    .haskadecounter-wraper {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:991px) {
    .haskadecounter-wraper {
        padding-bottom: 100px
    }
}

@media (max-width:767px) {
    .haskadecounter-wraper {
        gap: 30px;
        padding-bottom: 80px;
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media (max-width:575px) {
    .haskadecounter-wraper {
        padding-bottom: 60px
    }
}

.haskadecounter-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative
}

.haskadecounter-box::before {
    content: "";
    position: absolute;
    top: 70px;
    right: -70px;
    width: 40px;
    height: 10px;
    border-radius: 10px;
    background-color: rgba(29, 29, 27, .1019607843)
}

@media (max-width:1399px) {
    .haskadecounter-box::before {
        display: none
    }
}

.haskadecounter-box.box2::before {
    background-color: rgba(255, 255, 255, .1019607843)
}

.haskadecounter-box:last-child::before {
    content: none
}

@media (max-width:1199px) {
    .haskadecounter-box {
        align-items: center
    }
}

@media (max-width:767px) {
    .haskadecounter-box {
        align-items: start
    }
}

.haskadecounter-area {
    padding: 80px 0
}

@media (max-width:767px) {
    .haskadecounter-area {
        padding: 60px 0
    }
}

.haskadecounter-data p {
    font-size: 28px;
    line-height: 1.21em;
    padding-top: 8px
}

@media (max-width:767px) {
    .haskadecounter-data p {
        font-size: 24px
    }
}

@media (max-width:479px) {
    .haskadecounter-data p {
        font-size: 20px
    }
}

.haskadecounter-data.data2 p {
    color: var(--white-color)
}

.haskadecounter-item.item2 {
    color: var(--accent-color)
}

.haskadecounter-box .odometer-auto-theme {
    line-height: 1;
    vertical-align: unset
}

.haskadecounter-box .odometer-auto-theme .odometer-digit {
    padding: 0 1px
}

.haskadecounter-box em {
    font-style: normal
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.haskadep-wraper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px
}

@media (max-width:1399px) {
    .haskadep-wraper {
        gap: 60px
    }
}

@media (max-width:1199px) {
    .haskadep-wraper {
        gap: 40px
    }
}

@media (max-width:991px) {
    .haskadep-wraper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.haskadep-wrap {
    margin-bottom: 80px;
    transition: all .4s;
    position: relative
}

@media (max-width:1399px) {
    .haskadep-wrap {
        margin-bottom: 60px
    }
}

@media (max-width:1199px) {
    .haskadep-wrap {
        margin-bottom: 40px
    }
}

@media (max-width:991px) {
    .haskadep-wrap {
        margin-bottom: 30px
    }
}

.haskadep-wrap:hover .haskadep-thumb img {
    transform: scale(1.1)
}

.haskadep-wrap:hover .haskadep-meta::before {
    width: 100%
}

.haskadep-wrap:hover .haskadeportfolio-btn {
    background-color: var(--accent-bg);
    border: 1px solid transparent
}

.haskadep-wrap:hover .haskadeportfolio-btn i {
    transform: translate(42px, -42px);
    color: var(--heading-color) !important
}

.haskadep-wrap:hover .haskadeportfolio-btn::before {
    transform: translate(-24px, 18px)
}

.haskadep-wrap.wrap2 {
    margin-bottom: 0
}

@media (max-width:767px) {
    .haskadep-wrap.wrap3 {
        margin-bottom: 30px
    }
}

.haskadep-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 10px
}

.haskadep-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    border-radius: 10px;
    transform-origin: left
}

.haskadep-title p {
    padding-top: 15px;
    font-size: 20px;
    line-height: 1.5em
}

.haskadep-meta {
    padding-bottom: 24px;
    position: relative !important;
    border-bottom: 1px solid rgba(29, 29, 27, .1);
    margin-bottom: 24px
}

.haskadep-meta::before {
    content: " ";
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    position: absolute;
    transition: all .2s;
    background: var(--heading-color)
}

.haskadep-meta ul li {
    display: inline-block;
    padding-right: 24px;
    position: relative
}

.haskadep-meta ul li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 10px;
    right: 5px;
    transition: all .4s;
    border-radius: 100px;
    background-color: var(--heading-bg)
}

.haskadep-meta ul li:last-child::before {
    content: none
}

.haskadep-meta ul li:last-child {
    padding-right: 0
}

.haskadep-meta ul li a {
    font-size: 18px;
    line-height: 1.44em;
    color: var(--heading-color)
}

.haskadep-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.haskadep-btn {
    text-align: center;
    margin-top: 80px
}

@media (max-width:991px) {
    .haskadep-btn {
        margin-top: 60px
    }
}

@media (max-width:767px) {
    .haskadep-btn {
        margin-top: 40px
    }
}

.haskadep-image-expand {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 24px;
    position: relative
}

@media (max-width:991px) {
    .haskadep-image-expand {
        flex-direction: column
    }
}

.haskadep-img-expand-wrap {
    width: 140px;
    min-height: 550px;
    background: center/cover no-repeat;
    align-items: flex-start;
    transition: flex .5s;
    -webkit-transition: flex .5s;
    -moz-transition: flex .5s;
    -o-transition: flex .5s;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all .6s;
    padding: 30px;
    z-index: 0
}

@media (max-width:991px) {
    .haskadep-img-expand-wrap {
        width: 100%;
        display: flex;
        min-height: 450px;
        flex-direction: column;
        justify-content: space-between
    }
}

@media (max-width:479px) {
    .haskadep-img-expand-wrap {
        min-height: 300px
    }
}

.haskadep-img-expand-wrap.expand {
    width: 635px
}

@media (max-width:1199px) {
    .haskadep-img-expand-wrap.expand {
        width: 100%
    }
}

.haskadep-img-expand-wrap.expand .haskadep-expand-text.content-rotate {
    opacity: 0
}

.haskadep-img-expand-wrap.expand .haskadep-expand-text {
    opacity: 1
}

.haskadep-img-expand-wrap.expand:hover .haskadep-expand-text {
    opacity: 1
}

.haskadep-img-expand-wrap.expand:hover .haskadep-expand-text.content-rotate {
    opacity: 0
}

.haskadep-img-expand-wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(180deg, rgba(29, 29, 27, 0) 26.44%, #1d1d1b 100%)
}

.haskadep-expand-icon img {
    transition: all .4s;
    object-fit: cover;
    transform: rotate(0)
}

.haskadep-expand-text {
    z-index: 3;
    position: absolute;
    width: 380px;
    left: 30px;
    opacity: 0;
    bottom: 30px;
    transition: all .4s
}

@media (max-width:991px) {
    .haskadep-expand-text {
        opacity: 1;
        position: static
    }
}

@media (max-width:767px) {
    .haskadep-expand-text {
        width: 100%
    }
}

.haskadep-expand-text.content-rotate {
    opacity: 1;
    transform: rotate(-90deg);
    left: -115px;
    bottom: 190px
}

@media (max-width:1199px) {
    .haskadep-expand-text.content-rotate {
        left: -135px
    }
}

@media (max-width:991px) {
    .haskadep-expand-text.content-rotate {
        opacity: 0
    }
}

.haskadep-expand-text h3 {
    color: var(--white-color);
    transition: all .4s;
    margin-bottom: 15px
}

.haskadep-expand-text p {
    color: var(--white-color);
    font-size: 20px;
    line-height: 1.5em;
    transition: all .4s
}

.haskadep-wraper3 {
    position: sticky;
    background-color: var(--light-bg)
}

.haskadep-single-wrap {
    max-width: 1075px
}

@media (max-width:767px) {
    .haskadep-single-wrap {
        max-width: 100%
    }
}

.haskadep-single-data h3 {
    padding-bottom: 15px
}

.haskadep-single-data p {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px
}

@media (max-width:991px) {
    .haskadep-single-data p {
        font-size: 24px
    }
}

.haskadep-single-data ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px
}

.haskadep-single-data ul li:last-child {
    margin-bottom: 0
}

.haskadep-single-data ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 0;
    border-radius: 100px;
    background-color: var(--heading-bg)
}

.haskadep-single-data ul li h3 {
    padding-bottom: 0
}

.haskadep-single-thumb {
    padding-bottom: 40px
}

@media (max-width:767px) {
    .haskadep-single-thumb {
        padding-bottom: 30px
    }
}

.haskadep-single-thumb img {
    border-radius: 10px
}

.haskadep-d-thumb img {
    border-radius: 10px
}

.haskadep-d-data-text ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between
}

.haskadep-d-data-text ul li {
    font-size: 18px;
    line-height: 1.44em
}

.haskadep-d-data-text ul li span {
    font-weight: 700;
    padding-right: 15px
}

.haskadeportfolio-slider-js-init .haskadep-wrap {
    margin: 0 12px
}

.one {
    top: 130px
}

@media (max-width:991px) {
    .one {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .one {
        margin-top: 30px
    }
}

.two {
    top: 80px
}

.three {
    top: 110px
}

.four {
    top: 140px
}

.five {
    top: 120px
}

.six {
    top: 110px
}

.card-sticky {
    top: 100px;
    position: sticky;
    background-color: var(--light-bg)
}

@media (max-width:991px) {
    .card-sticky {
        position: static
    }
}

.haskadefaq-item {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 6, 40, .1019607843);
    margin-bottom: 30px;
    cursor: pointer
}

.haskadefaq-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.haskadefaq-item.open .haskadefaq-body {
    display: block
}

.haskadefaq-item.open .haskadefaq-body.body2 {
    display: block
}

.haskadefaq-item.item2 {
    border-bottom: 1px solid rgba(255, 255, 255, .1019607843)
}

.haskadefaq-item.item2:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.haskadefaq-header {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px
}

.haskadefaq-alt-header {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 15px
}

.haskadefaq-header.header2,
.haskadefaq-alt-header.header2 {
    padding-bottom: 10px
}

.haskadefaq-header.header2 h3 {
    color: var(--white-color)
}

.haskadefaq-body {
    display: none;
    padding-right: 80px
}

@media (max-width:767px) {
    .haskadefaq-body {
        padding-right: 40px
    }
}

.haskadefaq-body p {
    font-size: 28px;
    line-height: 1.21em
}

@media (max-width:767px) {
    .haskadefaq-body p {
        font-size: 20px
    }
}

.haskadefaq-body.body2 {
    display: none;
    align-items: center;
    padding-right: 0;
    justify-content: space-between
}

.haskadefaq-body.body2 p {
    color: var(--white-color);
    padding-right: 150px;
    font-size: 20px;
    margin: 0;
    line-height: 1.5em
}

@media (max-width:1399px) {
    .haskadefaq-body.body2 p {
        padding-right: 130px
    }
}

@media (max-width:991px) {
    .haskadefaq-body.body2 p {
        padding-right: 180px
    }
}

@media (max-width:767px) {
    .haskadefaq-body.body2 p {
        padding-right: 60px
    }
}

.haskadefaq-body.body2.body3 p {
    padding-right: 48%
}

@media (max-width:991px) {
    .haskadefaq-body.body2.body3 p {
        padding-right: 50px
    }
}

.haskadefaq-data {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.border-b {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.haskadeactive-icon {
    flex-shrink: 0
}

.open .haskadeactive-icon img {
    transform: rotate(45deg)
}

.haskadeactive-icon img {
    transition: all .4s
}

@media (max-width:767px) {
    .haskadeactive-icon img {
        width: 24px
    }
}

.haskadepricing-wraper {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media (max-width:1199px) {
    .haskadepricing-wraper {
        gap: 24px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .haskadepricing-wraper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.haskadepricing-wrap {
    padding: 30px;
    background-color: var(--white-bg)
}

@media (max-width:991px) {
    .haskadepricing-wrap {
        border-radius: 10px !important
    }
}

.haskadepricing-wrap.wrap1 {
    border-radius: 10px 0 0 10px;
    border-right: 1px solid rgba(29, 29, 27, .1019607843)
}

@media (max-width:991px) {
    .haskadepricing-wrap.wrap1 {
        border: none
    }
}

.haskadepricing-wrap.wrap2 {
    border-right: 1px solid rgba(29, 29, 27, .1019607843)
}

@media (max-width:991px) {
    .haskadepricing-wrap.wrap2 {
        border: none
    }
}

.haskadepricing-wrap.wrap3 {
    border-radius: 0 10px 10px 0
}

.haskadepricing-header p {
    font-size: 20px;
    line-height: 1.5em;
    padding-top: 15px
}

.haskadepricing-body h4 {
    padding-bottom: 24px
}

.haskadepricing-body ul li {
    font-size: 20px;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    padding-left: 20px
}

.haskadepricing-body ul li::before {
    width: 8px;
    height: 8px;
    top: 10px;
    left: 0;
    content: "";
    position: absolute;
    border-radius: 10px;
    background-color: var(--heading-bg)
}

.haskadepricing-body ul li:last-child {
    padding-bottom: 0 !important
}

.haskadepricing-body-text {
    padding-top: 24px
}

.haskadepricing-body-text p {
    position: static;
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
    font-size: 18px;
    line-height: 1.44em
}

.haskadepricing-body-text p span {
    font-weight: 700;
    padding-right: 15px
}

.haskadeteam-wrap {
    margin-bottom: 24px;
    transition: all .4s;
    border-radius: 10px;
    background-color: var(--white-bg)
}

.haskadeteam-wrap:hover .haskadeteam-thumb img {
    transform: scale(1.1)
}

.haskadeteam-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.haskadeteam-thumb img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    object-fit: cover;
    border-radius: 10px 10px 0 0
}

.haskadeteam-content {
    padding: 30px
}

@media (max-width:767px) {
    .haskadeteam-content {
        padding: 18px
    }
}

.haskadeteam-content h4 {
    padding-bottom: 10px
}

@media (max-width:767px) {
    .haskadeteam-content h4 {
        padding-bottom: 5px
    }
}

.haskadeteam-content p {
    color: var(--heading-color)
}

.haskadeteam-content.content2 {
    padding: 30px 13px
}

@media (max-width:767px) {
    .haskadeteam-content.content2 {
        padding: 18px 12px
    }
}

.haskadeteam-wraper {
    display: flex;
    align-items: center;
    gap: 24px
}

@media (max-width:767px) {
    .haskadeteam-wraper {
        display: block
    }
}

.haskadeteam-d-thumb {
    padding-right: 100px
}

.haskadeteam-d-thumb img {
    border-radius: 10px
}

@media (max-width:1399px) {
    .haskadeteam-d-thumb {
        padding-right: 50px
    }
}

@media (max-width:1199px) {
    .haskadeteam-d-thumb {
        padding-right: 30px
    }
}

@media (max-width:991px) {
    .haskadeteam-d-thumb {
        padding-bottom: 40px;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .haskadeteam-d-thumb {
        padding-bottom: 30px
    }
}

.haskadeteam-d-content h3 {
    padding-bottom: 15px
}

.haskadeteam-d-content p {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0
}

@media (max-width:991px) {
    .haskadeteam-d-content p {
        font-size: 24px
    }
}

.haskadeteam-d-content ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 15px
}

.haskadeteam-d-content ul li:last-child {
    padding-bottom: 0
}

.haskadeteam-d-content ul li::before {
    content: "";
    top: 13px;
    left: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100px;
    background-color: var(--heading-bg)
}

.team-sticky-top {
    position: sticky;
    top: 100px
}

.haskadesidebar-social ul li {
    display: inline-block;
    margin-right: 15px
}

.haskadesidebar-social ul li:last-child {
    margin-right: 0
}

.haskadesidebar-social ul li a {
    width: 35px !important;
    height: 35px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
    background-color: var(--heading-bg)
}

.haskadesidebar-social ul li a:hover img.social-hide {
    top: 8px
}

.haskadesidebar-social ul li a:hover img.social-show {
    top: -35px
}

img.social-show {
    top: 10px
}

img.social-hide,
img.social-show {
    position: absolute;
    transition: all .4s
}

img.social-hide {
    top: 35px
}

.haskadeblog-wrap {
    margin-bottom: 24px;
    transition: all .4s
}

.haskadeblog-wrap:hover .haskadeblog-title h3,
.haskadeblog-wrap:hover h4 {
    background-size: 100% 2px
}

.haskadeblog-wrap:hover .haskadeblog-thumb img {
    transform: scale(1.1)
}

.haskadeblog-thumb {
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.haskadeblog-thumb img {
    border-radius: 10px;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.haskadeblog-meta {
    padding: 24px 0
}

.haskadeblog-meta ul li {
    display: inline-block
}

.haskadeblog-meta ul li a {
    color: var(--heading-color)
}

.haskadeblog-title h3 {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease-in-out;
    display: inline
}

@media (max-width:1199px) {
    .haskadeblog-title {
        max-width: 70%
    }
}

@media (max-width:991px) {
    .haskadeblog-title {
        max-width: 100%
    }
}

@media (max-width:1199px) {
    .haskadeblog-wraper {
        display: flex;
        gap: 24px
    }
}

@media (max-width:767px) {
    .haskadeblog-wraper {
        display: block
    }
}

.haskadeblog-wrap2 {
    display: flex;
    align-items: center;
    gap: 24px;
    transition: all .4s
}

@media (max-width:1199px) {
    .haskadeblog-wrap2 {
        display: block
    }
}

@media (max-width:991px) {
    .haskadeblog-wrap2.wrap3 {
        display: flex
    }
}

@media (max-width:767px) {
    .haskadeblog-wrap2.wrap3 {
        display: block
    }
}

.haskadeblog-wrap2:hover .haskadeblog-thumb2 img {
    transform: scale(1.1)
}

.haskadeblog-wrap2:hover .haskadeblog-title2 h3 {
    background-size: 100% 2px
}

.haskadeblog-wrap2:hover .haskadeblog-title2 h4 {
    background-size: 100% 2px
}

.haskadeblog-thumb2 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0
}

.haskadeblog-thumb2 img {
    object-fit: cover;
    transition: all .4s;
    border-radius: 10px
}

@media (max-width:1199px) {
    .haskadeblog-thumb2 img {
        width: 100%;
        height: 414px
    }
}

@media (max-width:991px) {
    .haskadeblog-thumb2 img {
        height: 300px
    }
}

.haskadeblog-title2 h3 {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease-in-out;
    display: inline
}

@media (max-width:1399px) {
    .haskadeblog-title2 h3 {
        font-size: 33px
    }
}

.haskadeblog-title2 h4 {
    padding-bottom: 0 !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s ease-in-out;
    display: inline
}

@media (max-width:1399px) {
    .haskadeblog-title2 h4 {
        font-size: 33px
    }
}

@media (max-width:1199px) {
    .haskadeblog-title2 {
        max-width: 70%
    }
}

@media (max-width:991px) {
    .haskadeblog-title2 {
        max-width: 100%
    }
}

.haskadeblog-single-thumb img {
    border-radius: 10px
}

.haskadeblog-single-wrap {
    max-width: 1075px
}

@media (max-width:767px) {
    .haskadeblog-single-wrap {
        max-width: 100%
    }
}

.haskadeblog-single-data h3 {
    padding-bottom: 15px
}

.haskadeblog-single-data p {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px
}

@media (max-width:991px) {
    .haskadeblog-single-data p {
        font-size: 24px
    }
}

.haskadeblog-thumb4 {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.haskadeblog-thumb4 img {
    object-fit: cover;
    transition: all .4s;
    border-radius: 10px
}

@media (max-width:1199px) {
    .haskadeblog-thumb4 img {
        width: 100%;
        height: 414px
    }
}

@media (max-width:991px) {
    .haskadeblog-thumb4 img {
        height: 300px
    }
}

@media (max-width:991px) {
    .haskadeblog-sidebar {
        margin-top: 40px;
        padding-left: 0
    }
}

.haskadeblog-widgets {
    margin-bottom: 50px
}

.haskadeblog-widgets:last-child {
    margin-bottom: 0
}

.haskadeblog-widgets h4 {
    padding-bottom: 24px
}

@media (max-width:991px) {
    .haskadeblog-widgets {
        margin-bottom: 30px
    }
}

.haskadeblog-widgets.widgets2 {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 0
}

.haskadeblog-widgets.widgets2 h4 {
    padding-bottom: 0
}

.haskadeblog-categorie ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(29, 29, 27, .1019607843);
    padding-bottom: 15px
}

.haskadeblog-categorie ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.haskadeblog-categorie ul li a {
    font-size: 20px;
    line-height: 1.5em;
    transition: all .4s !important;
    font-weight: 400;
    color: var(--heading-color)
}

.haskadeblog-categorie ul li a:hover {
    font-weight: 700
}

.haskadeblog-tags ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.haskadeblog-tags ul li {
    display: inline-block
}

.haskadeblog-tags ul li a {
    padding: 10px 20px;
    display: block;
    border-radius: 50px;
    transition: all .4s;
    color: var(--heading-color);
    background-color: rgba(29, 29, 27, .0392156863)
}

.haskadeblog-tags ul li a:hover {
    background-color: var(--accent-bg)
}

.haskadeblog-d-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid rgba(29, 29, 27, .1019607843);
    border-bottom: 1px solid rgba(29, 29, 27, .1019607843);
    margin: 40px 0
}

@media (max-width:767px) {
    .haskadeblog-d-content-wrap {
        margin: 30px 0;
        display: block
    }
}

.haskadeblog-d-comment-box h4 {
    padding-bottom: 30px
}

.haskadeblog-d-comment-wrap1 {
    display: flex
}

.haskadeblog-d-comment-wrap1.wrap2 {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(29, 29, 27, .1019607843);
    margin-bottom: 24px
}

.haskadeblog-d-comment-wrap {
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(20, 45, 111, .1019607843);
    margin-bottom: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(20, 45, 111, .1019607843);
    margin-top: 30px
}

.haskadeblog-d-comment-wrap .reply-btn a {
    color: var(--heading-color)
}

.haskadeblog-d-comment-thumb {
    margin-right: 20px;
    flex-shrink: 0
}

.haskadeblog-d-comment-thumb img {
    border-radius: 100px
}

.haskadeblog-d-comment-data1 h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px
}

.haskadeblog-d-comment-data1 span {
    font-size: 16px;
    line-height: 22px
}

.haskadeblog-d-comment-data1 p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.5em
}

.haskadeblog-d-comment-data span {
    font-size: 16px;
    line-height: 22px
}

.haskadeblog-d-comment-data p {
    color: var(--dark-color1);
    padding-top: 10px
}

.haskadeblog-d-comment-box2 h4 {
    padding-bottom: 30px
}

.haskadeblog-d-content-comment-box h4 {
    margin-bottom: 30px
}

.reply-btn a {
    color: var(--heading-color);
    transition: all .4s
}

.reply-btn a:hover {
    color: var(--accent-color)
}

.tag-share-social ul li a:hover {
    background-color: var(--heading-bg)
}

.tag-share-social {
    display: flex;
    align-items: center;
    gap: 24px
}

.tag-share-social ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.tag-share-social ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: all .4s;
    border: 1px solid var(--heading-color)
}

.tag-share-social ul li a:hover {
    border: 1px solid transparent;
    background-color: var(--accent-bg)
}

.haskadeblockquote-text {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0 0;
    background-color: var(--heading-bg);
    color: var(--white-color);
}

@media (max-width:767px) {
    .haskadeblockquote-text {
        margin-top: 30px
    }
}

.haskadeblockquote-text h4 {
    color: var(--white-color)
}

.haskadeblockquote-text::before {
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 10px 0 0 10px;
    background: var(--accent-bg)
}

.mb-24 {
    margin-bottom: 24px
}

.mt-30 {
    margin-top: 30px
}

@media (max-width:991px) {
    .haskadetitle-btn {
        width: 100%;
        text-align: center;
        margin-top: 30px
    }
}

.pt-40 {
    padding-top: 40px
}

@media (max-width:767px) {
    .pt-40 {
        padding-top: 30px
    }
}

.pl-101 {
    margin-left: 101px
}

@media (max-width:767px) {
    .pl-101 {
        margin-left: 0
    }
}

.blog-page-wrap {
    padding-right: 50px
}

@media (max-width:991px) {
    .blog-page-wrap {
        padding-right: 0
    }
}

.haskadeblog-meta.recent-post-meta {
    padding: 0 0 20px
}

.haskaderecent-post h4 {
    padding-bottom: 0
}

.haskaderecent-post-item {
    margin-bottom: 24px;
    display: flex;
    gap: 24px
}

@media (max-width:1399px) {
    .haskaderecent-post-item {
        display: block
    }
}

@media (max-width:991px) {
    .haskaderecent-post-item {
        display: flex;
        align-items: center
    }
}

@media (max-width:479px) {
    .haskaderecent-post-item {
        display: block
    }
}

.haskaderecent-post-item:last-child {
    margin-bottom: 0
}

.haskaderecent-post-item:hover .haskaderecent-post-thumb img {
    transform: scale(1.06)
}

.haskaderecent-post-thumb {
    border-radius: 10px;
    overflow: hidden
}

@media (max-width:1399px) {
    .haskaderecent-post-thumb {
        margin-bottom: 20px
    }
}

.haskaderecent-post-thumb img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s
}

.haskadeservice-wrap {
    position: relative
}

@media (max-width:767px) {
    .haskadeservice-wrap {
        padding: 24px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
}

@media (max-width:767px) {
    .haskadeservice-wrap.service02 {
        border-bottom: 1px solid rgba(29, 29, 27, .1019607843)
    }
}

.haskadeservice-item {
    transition: all .4s;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 24px;
    position: relative
}

@media (max-width:767px) {
    .haskadeservice-item {
        padding-bottom: 0;
        border-bottom: 0
    }
}

.haskadeservice-item.item2 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.haskadeservice-item.item3 {
    padding-bottom: 24px;
    padding-top: 24px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(29, 29, 27, .1019607843)
}

.haskadeservice-item.item3.item4 {
    border-bottom: none;
    margin-bottom: 0
}

.haskadeservice-item:hover .haskadeservice-title h3 {
    color: var(--accent-color)
}

.haskadeservice-item:hover .haskadeservice-icon span .arry1 {
    top: -15px;
    left: 15px
}

.haskadeservice-item:hover .haskadeservice-icon span .arry2 {
    bottom: 0;
    left: 0
}

.haskadeservice-item:hover .haskadeservice-wraper.wrapper2 {
    border-radius: 10px;
    padding: 24px;
    background-color: var(--heading-bg)
}

@media (max-width:767px) {
    .haskadeservice-item:hover .haskadeservice-wraper.wrapper2 {
        padding: 10px
    }
}

.haskadeservice-wraper {
    display: flex;
    transition: all .4s;
    align-items: center;
    justify-content: space-between
}

.haskadeservice-title h3 {
    color: var(--white-color);
    transition: all .4s
}

.haskadeservice-title.title2 h3 {
    color: var(--heading-color);
    transition: all .4s
}

.haskadeservice-main-box {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--white-color)
}

@media (max-width:991px) {
    .haskadeservice-d-thumb {
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .haskadeservice-d-thumb {
        padding-bottom: 30px
    }
}

.haskadeservice-d-thumb img {
    border-radius: 10px
}

.haskadeservice-d-data ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px
}

.haskadeservice-d-data ul li:last-child {
    margin-bottom: 0
}

.haskadeservice-d-data ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 0;
    border-radius: 100px;
    background-color: var(--heading-bg)
}

.haskadeservice-single-wrap {
    max-width: 1075px
}

@media (max-width:767px) {
    .haskadeservice-single-wrap {
        max-width: 100%
    }
}

.haskadeservice-single-data h3 {
    padding-bottom: 15px
}

.haskadeservice-single-data p {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px
}

@media (max-width:991px) {
    .haskadeservice-single-data p {
        font-size: 24px
    }
}

.haskadeservice-single-data ul li,
.haskadeservice-single-data ol li,
.about-content ol li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px
}

.haskadeservice-single-data ul li:last-child,
.haskadeservice-single-data ol li:last-child,
.about-content ol li:last-child  {
    margin-bottom: 0
}

.haskadeservice-single-data ul li::before,
.haskadeservice-single-data ol li::before,
.about-content ol li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 0;
    border-radius: 100px;
    background-color: var(--heading-bg)
}

.haskadeservice-single-data ul li h3,
.haskadeservice-single-data ol li h3,
.about-content ol li h3 {
    padding-bottom: 0
}

.haskadeservice-single-thumb {
    padding-bottom: 40px
}

@media (max-width:767px) {
    .haskadeservice-single-thumb {
        padding-bottom: 30px
    }
}

.haskadeservice-single-thumb img {
    border-radius: 10px
}

.light-color {
    color: var(--light-color1)
}

.pl-110 {
    padding-left: 110px
}

@media (max-width:1199px) {
    .pl-110 {
        padding-left: 50px
    }
}

@media (max-width:991px) {
    .pl-110 {
        padding-left: 0
    }
}

.pr-110 {
    padding-right: 110px
}

@media (max-width:1199px) {
    .pr-110 {
        padding-right: 50px
    }
}

@media (max-width:991px) {
    .pr-110 {
        padding-right: 0
    }
}

.haskadeimage-reveal-item.haskadehover-reveal-item .haskadehover-reveal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 416px;
    height: 288px;
    opacity: 0;
    margin: -150px 0 0 -150px;
    overflow: hidden;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    transition: all .2s;
    background-repeat: no-repeat;
    border-radius: 10px
}

@media (max-width:767px) {
    .haskadeimage-reveal-item.haskadehover-reveal-item .haskadehover-reveal-bg {
        width: 100%;
        height: 300px;
        margin: 0;
        opacity: 1;
        position: static
    }
}

.haskadeimage-reveal-item:hover .haskadehover-reveal-bg {
    opacity: 1;
    z-index: 1
}

.z-index {
    position: relative;
    z-index: 1
}

.haskadeservice-bg {
    margin-bottom: 0;
    padding-top: 24px;
    z-index: 0;
    border-bottom: 1px solid rgba(29, 29, 27, .1019607843)
}

.haskadeservice-bg:hover {
    border-radius: 10px;
    border-bottom: 1px solid var(--heading-color)
}

.haskadeservice-bg.bg2 {
    border-bottom: none
}

@media (max-width:767px) {
    .haskadeservice-bg {
        padding-top: 0;
        padding-bottom: 20px
    }
}

.haskadeservice-bg:hover .haskadeservice-wraper {
    padding: 0 30px
}

@media (max-width:767px) {
    .haskadeservice-bg:hover .haskadeservice-wraper {
        padding: 0 12px
    }
}

.haskadeservice-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-color: var(--heading-color);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    z-index: -1
}

.haskadeservice-bg:hover::before {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.haskadehero-section {
    margin-top: 86.92px
}

.haskadehero-content {
    position: relative;
    padding: 124px 0 0
}

@media (max-width:1199px) {
    .haskadehero-content {
        padding: 100px 0 0
    }
}

@media (max-width:991px) {
    .haskadehero-content {
        padding: 90px 0 0
    }
}

@media (max-width:767px) {
    .haskadehero-content {
        padding: 70px 0 0
    }
}

.haskadehero-thumb {
    padding: 80px 0 60px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 0
}

.haskadehero-thumb img {
    border-radius: 10px
}

@media (max-width:1399px) {
    .haskadehero-thumb {
        padding: 60px 0 40px 0;
        gap: 24px
    }
}

@media (max-width:991px) {
    .haskadehero-thumb {
        padding: 60px 0 40px 0;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .haskadehero-thumb {
        padding: 40px 0 40px 0;
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width:991px) {
    .haskadehero-thumb-item.item2 {
        display: none
    }
}

@media (max-width:767px) {
    .haskadehero-thumb-item.item3 {
        display: none
    }
}

.haskadehero-section2 {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 87px;
    padding: 130px 0 100px;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1199px) {
    .haskadehero-section2 {
        padding: 110px 0 90px
    }
}

@media (max-width:991px) {
    .haskadehero-section2 {
        padding: 90px 0 80px
    }
}

@media (max-width:767px) {
    .haskadehero-section2 {
        padding: 80px 0 60px
    }
}

.haskadehero-section2::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(29, 29, 27, 0) 0, #1d1d1b 100%)
}

.haskadehero-content2 {
    position: relative;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto
}

.haskadehero-content2 h1 {
    color: var(--white-color)
}

.haskadehero-data-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 130px
}

@media (max-width:991px) {
    .haskadehero-data-wrap {
        padding-top: 80px
    }
}

@media (max-width:767px) {
    .haskadehero-data-wrap {
        padding-top: 60px;
        display: block;
        text-align: center
    }
}

.haskadehero-data-item {
    position: relative;
    max-width: 310px
}

@media (max-width:767px) {
    .haskadehero-data-item {
        text-align: center;
        max-width: 100%
    }
}

.haskadehero-data-item.item2 {
    max-width: 335px;
    text-align: right
}

@media (max-width:767px) {
    .haskadehero-data-item.item2 {
        padding-top: 12px;
        text-align: center;
        max-width: 100%
    }
}

.haskadehero-data-item h4 {
    color: var(--white-color)
}

.haskadehero-section3 {
    padding: 210px 0 130px
}

@media (max-width:1199px) {
    .haskadehero-section3 {
        padding: 190px 0 100px
    }
}

@media (max-width:991px) {
    .haskadehero-section3 {
        padding: 170px 0 80px
    }
}

@media (max-width:767px) {
    .haskadehero-section3 {
        padding: 150px 0 80px
    }
}

.haskadehero-content3 {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.haskadehero-thumb3 img {
    border-radius: 10px
}

.haskadehero-thumb4 img {
    border-radius: 10px
}

.animation-container.scroll1 {
    position: absolute;
    top: 0;
    z-index: -1
}

@media (max-width:991px) {
    .animation-container.scroll1 {
        display: none
    }
}

.animation-container.scroll2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

@media (max-width:991px) {
    .animation-container.scroll2 {
        display: none
    }
}

.hero-thumb1 {
    transform: rotate(-5deg) !important
}

@media (max-width:1399px) {
    .hero-thumb1 {
        transform: rotate(0) !important
    }
}

.hero-thumb3 {
    transform: rotate(5deg) !important
}

@media (max-width:1399px) {
    .hero-thumb3 {
        transform: rotate(0) !important
    }
}

.hero-thumb {
    position: relative;
    z-index: 1
}

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(.645, .045, .355, 1) .4s;
    opacity: 0
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(.645, .045, .355, 1) .4s;
    opacity: 0
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(.645, .045, .355, 1);
    opacity: 0
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.haskadehero-3-img img {
    border-radius: 10px
}

.haskadehero-3-img.left-rotate img {
    transform: rotate(-15deg)
}

.haskadehero-3-img.right-rotate img {
    transform: rotate(15deg)
}

.haskadehero-3-thumb-wrapper .pin-spacer {
    padding: 0 0 0 !important;
    height: 50px !important
}

@media (max-width:990px) {
    .haskadehero-3-thumb-wrapper {
        display: none
    }
}

.haskadev3-video img {
    border-radius: 10px
}

.haskadeabout-content {
    padding-bottom: 100px
}

@media (max-width:767px) {
    .haskadeabout-content {
        padding-bottom: 80px
    }
}

@media (max-width:575px) {
    .haskadeabout-content {
        padding-bottom: 60px
    }
}

.haskadeabout-content3 {
    position: relative
}

.haskadeabout-content4 {
    position: absolute;
    max-width: 1050px;
    text-align: center;
    top: 25%
}

@media (max-width:767px) {
    .haskadeabout-content4 {
        padding: 60px 15px;
        position: static;
        opacity: 1 !important;
        transform: scale(1) !important
    }
}

.haskadeabout-thumb3 {
    position: relative;
    text-align: center
}

@media (max-width:991px) {
    .haskadeabout-thumb3 {
        transform: rotate(0) !important
    }
}

.haskadeabout-thumb3.box3 {
    margin-top: 60px
}

@media (max-width:991px) {
    .haskadeabout-thumb3.box3 {
        margin-top: 0
    }
}

@media (max-width:575px) {
    .haskadeabout-thumb3.box3 {
        margin-top: 24px
    }
}

.haskadeabout-thumb3 img {
    border-radius: 10px;
    transform: rotate(-15deg);
    width: 60%
}

@media (max-width:991px) {
    .haskadeabout-thumb3 img {
        width: 100%;
        transform: rotate(0) !important
    }
}

.haskadeabout-thumb3.thumb4 img {
    transform: rotate(15deg)
}

.haskadeabout-content2 {
    padding-bottom: 60px
}

@media (max-width:991px) {
    .haskadeabout-content2 {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .haskadeabout-content2 {
        padding-bottom: 0
    }
}

.haskadeabout-thumb {
    text-align: right
}

.haskadeabout-thumb img {
    border-radius: 10px
}

@media (max-width:991px) {
    .haskadeabout-thumb img {
        width: 100%
    }
}

@media (max-width:1199px) {
    .haskadeabout-thumb {
        padding-left: 50px
    }
}

@media (max-width:991px) {
    .haskadeabout-thumb {
        text-align: left;
        padding-left: 0;
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .haskadeabout-thumb {
        padding-bottom: 30px
    }
}

.haskadeabout-thumb.thumb2 {
    text-align: left
}

@media (max-width:1199px) {
    .haskadeabout-thumb.thumb2 {
        padding-right: 50px
    }
}

@media (max-width:991px) {
    .haskadeabout-thumb.thumb2 {
        padding-right: 0
    }
}

.haskadeabout-section1 {
    padding: 210px 0 130px
}

@media (max-width:991px) {
    .haskadeabout-section1 {
        padding: 170px 0 80px
    }
}

@media (max-width:767px) {
    .haskadeabout-section1 {
        padding: 150px 0 60px
    }
}

.haskadeabout-hero-thumb img {
    border-radius: 10px
}

@media (max-width:767px) {
    .haskadeabout-hero-thumb.thumb2 {
        padding-bottom: 24px
    }
}

.haskadeabout-content3 {
    padding: 80px 0 0;
    display: flex;
    flex-direction: column
}

@media (max-width:767px) {
    .haskadeabout-content3 {
        padding: 60px 0 0;
        gap: 5px
    }
}

.haskade_text_invert>div {
    background-image: linear-gradient(to right, #1d1d1b 50%, rgba(0, 0, 0, .3) 50%);
    padding: 0;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.haskade_text_invert_2>div {
    background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, .29) 50%);
    padding: 0;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.pt-130 {
    padding-top: 130px
}

@media (max-width:991px) {
    .pt-130 {
        padding-top: 80px
    }
}

@media (max-width:767px) {
    .pt-130 {
        padding-top: 60px
    }
}

.pl-30 {
    padding-left: 30px
}

@media (max-width:991px) {
    .pl-30 {
        padding-left: 0
    }
}

.mt-150 {
    margin-top: 150px
}

@media (max-width:991px) {
    .mt-150 {
        margin-top: 80px
    }
}

@media (max-width:767px) {
    .mt-150 {
        margin-top: 60px
    }
}

.haskadetitle {
    font-size: 90px;
    line-height: 1em;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: SatoshiBold
}

@media (max-width:1399px) {
    .haskadetitle {
        font-size: 70px
    }
}

@media (max-width:1199px) {
    .haskadetitle {
        font-size: 60px
    }
}

@media (max-width:991px) {
    .haskadetitle {
        font-size: 42px
    }
}

@media (max-width:767px) {
    .haskadetitle {
        font-size: 36px
    }
}

.haskadetitle.title2 {
    color: var(--white-color)
}

.haskadetitle-thumb img {
    border-radius: 5px
}

@media (max-width:1199px) {
    .haskadetitle-thumb img {
        width: 200px
    }
}

@media (max-width:767px) {
    .haskadetitle-thumb img {
        width: 120px
    }
}

@media (max-width:575px) {
    .haskadetitle-thumb img {
        display: none
    }
}

.haskadeabout-thumb-slider {
    height: 415px
}

.swiper-wrapper {
    align-items: center
}

.swiper-wrapper .swiper-slide {
    border-radius: 10px !important
}

.haskadeabout-animation-wraper {
    position: relative;
    width: 100%;
    height: 250vh
}

@media (max-width:767px) {
    .haskadeabout-animation-wraper {
        height: 100% !important
    }
}

.haskadeabout-animation-wrap {
    position: sticky;
    top: 0;
    width: 100%;
    height: 80vh;
    overflow: hidden
}

@media (max-width:767px) {
    .haskadeabout-animation-wrap {
        position: static;
        height: 100% !important
    }
}

.haskadeabout-animation-section .pin-spacer {
    height: 8vh !important;
    position: relative
}

@media (max-width:767px) {
    .haskadeabout-animation-section .pin-spacer {
        height: 100% !important
    }
}

.content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.animated-image {
    position: absolute;
    width: 350px;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:991px) {
    .animated-image {
        width: 200px;
        height: 200px
    }
}

@media (max-width:767px) {
    .animated-image {
        display: none
    }
}

.haskadevideo-section video {
    width: 100%;
    border-radius: 10px
}

.haskadevideo-wrapper {
    height: 900px;
    overflow: hidden
}

.haskadeabout-thumb-height {
    height: 600px;
    overflow: hidden
}

input,
input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
    margin: 0;
    width: 100%;
    height: 60px;
    color: var(--heading-color);
    border-radius: 50px;
    background-color: transparent;
    padding: 17px 24px;
    border: 1px solid rgba(29, 29, 27, .5019607843);
    transition: all .4s
}

input::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    color: rgba(29, 29, 27, .5019607843)
}

textarea {
    height: 200px;
    resize: none;
    border-radius: 20px
}

textarea::placeholder {
    color: rgba(29, 29, 27, .5019607843) !important
}

@media (max-width:767px) {
    textarea {
        height: 100px
    }
}

.haskademain-item {
    display: flex;
    align-items: flex-end;
    gap: 24px
}

.haskademain-field {
    margin-bottom: 24px
}

.haskademain-field h6 {
    padding-bottom: 15px
}

.haskademain-field input {
    width: 100%
}

.haskademain-field select {
    width: 100%
}

.haskademain-field-textarea h6 {
    padding-bottom: 15px
}

.haskadesearch-box {
    position: relative
}

.haskadesearch-box input {
    border: 1px solid var(--heading-color);
    padding: 15px 60px 15px 24px
}

.haskadesearch-box input::placeholder {
    color: var(--heading-color)
}

#haskadesearch-btn {
    padding: 17px;
    border: 1px solid transparent;
    transition: all .4s;
    background-color: var(--accent-bg);
    position: absolute !important;
    right: 5px;
    top: 5px
}

.mt-34 {
    margin-top: 34px
}

@media (max-width:991px) {
    .mt-34 {
        margin-top: 24px
    }
}

.haskadecta-section {
    padding: 100px 0;
    position: relative;
    z-index: 9
}

@media (max-width:991px) {
    .haskadecta-section {
        padding: 80px 0
    }
}

@media (max-width:767px) {
    .haskadecta-section {
        padding: 60px 0
    }
}

.haskadecta-section.exta-padding {
    padding: 75px 0
}

@media (max-width:991px) {
    .haskadecta-section.exta-padding {
        padding: 50px 0
    }
}

@media (max-width:767px) {
    .haskadecta-section.exta-padding {
        padding: 30px 0
    }
}

.haskadecta-slider-content {
    display: flex !important;
    white-space: nowrap;
    width: auto !important;
    margin: 0 auto !important
}

.haskadecta-slider-content h2 {
    color: var(--white-color)
}

.haskadecta-wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}

.haskadecta-wrap3 {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 9
}

.haskadecta-wrap3 h2 {
    color: var(--white-color)
}

.haskadecta-wrap3 h2 span {
    color: var(--accent-color)
}

.haskadecta-btn {
    text-align: center
}

.animation-container.scroll3 {
    position: absolute;
    top: 0;
    left: -15%;
    z-index: -1
}

@media (max-width:1399px) {
    .animation-container.scroll3 {
        display: none
    }
}

.animation-container.scroll4 {
    position: absolute;
    bottom: 0;
    right: -10%;
    z-index: -1
}

@media (max-width:1399px) {
    .animation-container.scroll4 {
        display: none
    }
}

.haskadecta-slider-init2.slick-initialized.slick-slider {
    direction: rtl
}

.haskadecta-slider-inits {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative
}

.haskadecta-slider-init .slick-list,
.haskadecta-slider-init2 .slick-list {
    overflow: visible
}

.haskadecta-victor-icon {
    padding: 0 40px
}

@media (max-width:1399px) {
    .haskadecta-victor-icon {
        padding-bottom: 15px
    }
}

@media (max-width:767px) {
    .haskadecta-victor-icon {
        padding-bottom: 5px;
        padding: 0 24px
    }

    .haskadecta-victor-icon img {
        width: 40px
    }
}

.fixed-height {
    height: 105px;
    overflow: hidden
}

@media (max-width:1899px) {
    .fixed-height {
        height: 90px
    }
}

@media (max-width:991px) {
    .fixed-height {
        height: 80px
    }
}

@media (max-width:767px) {
    .fixed-height {
        height: 55px
    }
}

.haskade404-content {
    text-align: center;
    margin: 0 auto
}

.haskade404-content-thumb {
    padding-bottom: 24px
}

.haskadesection-padding {
    padding: 130px 0
}

@media (max-width:991px) {
    .haskadesection-padding {
        padding: 80px 0
    }
}

@media (max-width:767px) {
    .haskadesection-padding {
        padding: 60px 0
    }
}

@media (max-width:767px) {
    .haskadesection-padding.pb0 {
        padding: 60px 0;
        padding-bottom: 0 !important
    }
}

.haskadesection-padding2 {
    padding: 130px 0 106px
}

@media (max-width:991px) {
    .haskadesection-padding2 {
        padding: 80px 0 56px
    }
}

@media (max-width:767px) {
    .haskadesection-padding2 {
        padding: 60px 0 36px
    }
}

.haskadesection-padding2.section {
    border-radius: 20px;
    background-color: var(--accent-bg)
}

.haskadesection-padding2.section h2 {
    color: var(--white-color)
}

.haskadesection-padding3 {
    padding: 0 0 106px
}

@media (max-width:991px) {
    .haskadesection-padding3 {
        padding: 0 0 76px
    }
}

@media (max-width:767px) {
    .haskadesection-padding3 {
        padding: 0 0 36px
    }
}

.haskadedefault-bg {
    border-radius: 10px;
    background-color: var(--light-bg)
}

.haskadedefault-bg.bg2 {
    background-color: var(--accent-color);
    position: relative;
    z-index: 1
}

.haskadesection-title {
    padding-bottom: 80px
}

.haskadesection-title.pb-56 {
    padding-bottom: 56px
}

@media (max-width:991px) {
    .haskadesection-title.pb-56 {
        padding-bottom: 36px
    }
}

@media (max-width:767px) {
    .haskadesection-title.pb-56 {
        padding-bottom: 26px
    }
}

@media (max-width:991px) {
    .haskadesection-title {
        padding-bottom: 60px;
        text-align: center
    }
}

@media (max-width:767px) {
    .haskadesection-title {
        padding-bottom: 40px
    }
}

.haskadesection-title.max-680 {
    max-width: 680px
}

.haskadesection-title.max-750 {
    max-width: 750px
}

@media (max-width:991px) {
    .haskadesection-title.title2 {
        text-align: left
    }
}

.haskadesection-title.center {
    max-width: 650px;
    margin: 0 auto;
    text-align: center
}

.haskadesection-title.center.full-width {
    max-width: 100%
}

.haskadesection-title.center.max-width-700 {
    max-width: 700px
}

.haskadesection-title.center.max-w715 {
    max-width: 715px
}

.haskadesection-title.center.max-width-750 {
    max-width: 750px
}

.haskadesection-title.center.max-width-780 {
    max-width: 780px
}

.haskadesection-title.center.max-width-800 {
    max-width: 800px
}

.haskadesection-title.center.max-width-1080 {
    max-width: 1080px
}

.haskadesection-title.center.width-850 {
    max-width: 850px;
    padding-bottom: 80px
}

@media (max-width:991px) {
    .haskadesection-title.center.width-850 {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .haskadesection-title.center.width-850 {
        padding-bottom: 40px
    }
}

.haskadesection-title.center.max-w100 {
    max-width: 100%
}

.haskadesub-title {
    padding: 12px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 24px;
    background-color: rgba(29, 29, 27, .05)
}

.haskadesub-title p {
    font-weight: 700;
    font-size: 18px !important;
    line-height: 1.33em !important;
    text-transform: uppercase
}

@media (max-width:767px) {
    .haskadesub-title p {
        font-weight: 500
    }
}

.haskadesub-title.title2 {
    background-color: rgba(255, 255, 255, .05)
}

.haskadesub-title.title2 p {
    color: var(--white-color)
}

.haskadesub-title.title3 {
    background-color: var(--white-bg)
}

.haskadedefault-content h2 {
    padding-bottom: 20px
}

.haskadedefault-content p {
    font-size: 28px;
    line-height: 1.21em
}

@media (max-width:767px) {
    .haskadedefault-content p {
        font-size: 24px
    }
}

@media (max-width:479px) {
    .haskadedefault-content p {
        font-size: 20px
    }
}

@media (max-width:991px) {
    .haskadedefault-content.content2 {
        padding-bottom: 40px
    }
}

.haskadedefault-content.content2 h1,
.haskadedefault-content.content2 h2,
.haskadedefault-content.content2 h3,
.haskadedefault-content.content2 h4,
.haskadedefault-content.content2 p {
    color: var(--white-color)
}

.haskadedefault-content.content3 {
    padding-bottom: 80px
}

@media (max-width:991px) {
    .haskadedefault-content.content3 {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .haskadedefault-content.content3 {
        padding-bottom: 40px
    }
}

.haskadedefault-content.content3 h1,
.haskadedefault-content.content3 h2,
.haskadedefault-content.content3 h3,
.haskadedefault-content.content3 h4,
.haskadedefault-content.content3 p {
    color: var(--white-color)
}

.haskadedefault-content.team3 {
    position: sticky;
    top: 100px
}

@media (max-width:991px) {
    .haskadedefault-content.team3 {
        padding: 0 0 60px
    }
}

@media (max-width:767px) {
    .haskadedefault-content.team3 {
        padding: 0 0 40px
    }
}

.title {
    padding-bottom: 20px
}

.mt-50 {
    margin-top: 50px
}

@media (max-width:991px) {
    .mt-50 {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .mt-50 {
        margin-top: 30px
    }
}

.section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.pr-50 {
    padding-right: 50px
}

@media (max-width:991px) {
    .pr-50 {
        padding-right: 0
    }
}

.pl-50 {
    padding-left: 50px
}

@media (max-width:991px) {
    .pl-50 {
        padding-left: 50px
    }
}

.white-speech {
    width: 100%;
    height: 30px;
    background-color: var(--white-bg)
}

.haskadedefault-btn {
    padding: 17px 32px;
    font-weight: 700;
    font-family: SatoshiRegular;
    border-radius: 50px;
    border: 1px solid var(--heading-color);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: 1.44em;
    color: var(--heading-color) !important;
    transition: all .4s ease;
    width: max-content;
    position: relative
}

.haskadedefault-btn span {
    position: relative;
    overflow: hidden;
    display: block;
    width: 14px;
    height: 14px
}

.haskadedefault-btn span .arry1 {
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s cubic-bezier(.37, .08, .02, .93);
    color: var(--heading-color)
}

.haskadedefault-btn span .arry2 {
    position: absolute;
    bottom: -15px;
    left: -17px;
    transition: .3s cubic-bezier(.37, .08, .02, .93);
    color: var(--heading-color)
}

@media (max-width:767px) {
    .haskadedefault-btn {
        padding: 15px 28px
    }
}

.haskadedefault-btn:hover {
    background-color: var(--accent-bg);
    border: 1px solid transparent
}

.haskadedefault-btn:hover span .arry1 {
    top: -15px;
    left: 15px;
    color: var(--heading-color)
}

.haskadedefault-btn:hover span .arry2 {
    bottom: 0;
    left: 0;
    color: var(--heading-color)
}

.haskadedefault-btn.haskadeheader-btn {
    border: none;
    padding: 0;
    border-radius: 0;
    background-color: var(--white-bg) !important
}

.haskadedefault-btn.haskadeheader-btn:hover {
    background-color: none !important
}

@media (max-width:767px) {
    .haskadedefault-btn.haskadeheader-btn {
        display: none
    }
}

@media (max-width:767px) {
    .haskadedefault-btn.haskadeheader-btn.btn2 {
        display: inline-flex
    }
}

.haskadedefault-btn.haskadeheader-btn::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--heading-color)
}

.haskadedefault-btn.haskadep-btn2 {
    border: none;
    padding: 0;
    border-radius: 0;
    background-color: var(--light-bg) !important
}

.haskadedefault-btn.haskadep-btn2::before {
    content: "";
    position: absolute;
    width: 100;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--heading-color)
}

.haskadedefault-btn.dark-btn {
    color: var(--white-bg) !important;
    background-color: var(--heading-bg)
}

.haskadedefault-btn.white-btn {
    background-color: var(--white-bg);
    border: 1px solid transparent
}

.haskadedefault-btn.white-btn:hover {
    background-color: var(--accent-bg);
    border: 1px solid transparent
}

.haskadedefault-btn.white-outline {
    color: var(--white-color) !important;
    border: 1px solid var(--white-color) !important
}

.haskadedefault-btn.white-outline:hover {
    background-color: var(--heading-bg)
}

.haskadedefault-btn.d-block {
    width: 100%
}

.haskadedefault-btn:focus {
    box-shadow: none
}

@media (max-width:991px) {
    .haskadetitle-btn {
        width: 100%;
        text-align: center;
        margin-top: 30px
    }
}

.haskadeblog-btn {
    padding: 10px 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50px;
    transition: all .4s;
    color: var(--heading-color);
    background-color: var(--white-bg)
}

.haskadeblog-btn:hover {
    background-color: var(--accent-bg)
}

.haskadeblog-btn:hover a {
    color: var(--white-color)
}

.haskadeportfolio-btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    width: 60px;
    height: 60px;
    display: flex;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    border-radius: 100px
}

@media (max-width:767px) {
    .haskadeportfolio-btn {
        width: 50px
    }
}

.haskadeportfolio-btn i {
    font-size: 28px;
    color: var(--heading-color);
    transition: all .4s ease-in-out
}

.haskadeportfolio-btn:hover {
    color: var(--heading-color)
}

.haskadeportfolio-btn::before {
    background-repeat: no-repeat;
    position: absolute;
    content: "\ea70";
    right: -8px;
    top: 0;
    opacity: 1;
    height: 100%;
    font-size: 28px;
    color: var(--heading-color);
    font-family: remixicon !important;
    transform: translate(-65px, 65px);
    transition: all .2s linear 0s
}

@media (max-width:767px) {
    .haskadeportfolio-btn {
        padding: 18px 30px
    }
}

.haskadeservice-icon {
    display: inline-flex;
    align-items: center;
    transition: all .4s ease;
    width: max-content;
    position: relative
}

.haskadeservice-icon span {
    position: relative;
    overflow: hidden;
    display: block;
    width: 14px;
    height: 14px
}

.haskadeservice-icon span.icon2 {
    width: 30px;
    height: 30px
}

@media (max-width:767px) {
    .haskadeservice-icon span.icon2 {
        width: 20px;
        height: 20px
    }
}

.haskadeservice-icon span .arry1 {
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s cubic-bezier(.37, .08, .02, .93);
    color: var(--heading-color)
}

.haskadeservice-icon span .arry2 {
    position: absolute;
    bottom: -15px;
    left: -17px;
    transition: .3s cubic-bezier(.37, .08, .02, .93);
    color: var(--heading-color)
}

.haskadeservice-icon span .arry2.arry3 {
    bottom: -30px;
    left: -30px
}

.haskadeservice-icon:hover span .arry1 {
    top: -15px;
    left: 15px
}

.haskadeservice-icon:hover span .arry2 {
    bottom: 0;
    left: 0
}

.mt-80 {
    margin-top: 80px
}

@media (max-width:991px) {
    .mt-80 {
        margin-top: 60px
    }
}

@media (max-width:767px) {
    .mt-80 {
        margin-top: 40px
    }
}

@media (max-width:575px) {
    .mt-80 {
        margin-top: 30px
    }
}

.submit-btn {
    border: 1px solid var(--accent-bg);
    background-color: var(--accent-bg)
}

.submit-btn.btn2 {
    width: 100%;
    justify-content: center
}

.haskadesidemenu-close i {
    font-size: 40px;
    transition: all .4s;
    position: absolute;
    right: 40px;
    top: 25px;
    cursor: pointer;
    color: var(--heading-color)
}

.haskadesidemenu-close i:hover {
    transform: rotate(90deg)
}

.breadcrumb-wrapper {
    text-align: center;
    padding: 200px 0 130px;
    position: relative;
    transition: all .4s
}

@media (max-width:1199px) {
    .breadcrumb-wrapper {
        padding: 180px 0 100px
    }
}

@media (max-width:767px) {
    .breadcrumb-wrapper {
        padding: 120px 0 80px
    }
}

.breadcrumb-content {
    position: relative;
    max-width: 930px;
    text-align: center;
    margin: 0 auto
}

.breadcrumb-content p {
    font-size: 21px
}

.breadcrumb-menu ul li {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: var(--accent-color);
    display: inline-block;
    padding: 0 6px
}

.breadcrumb-menu ul li a {
    color: var(--heading-color)
}

.breadcrumb-menu-wrap {
    padding-top: 50px
}

@media (max-width:1199px) {
    .breadcrumb-menu-wrap {
        padding-top: 30px
    }
}

.haskadeerrors-section {
    padding: 330px 0 130px
}

@media (max-width:991px) {
    .haskadeerrors-section {
        padding: 250px 0 100px
    }
}

@media (max-width:767px) {
    .haskadeerrors-section {
        padding: 170px 0 80px
    }
}

.haskadeerrors-content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center
}

.haskadeerrors-content img {
    margin-bottom: 40px
}

.haskadeerrors-content h2 {
    margin-bottom: 15px
}

.haskadepagination {
    margin-top: 50px
}

@media (max-width:991px) {
    .haskadepagination {
        margin-top: 30px
    }
}

.haskadepagination ul {
    display: flex
}

.haskadepagination li {
    display: inline-block;
    margin: 0 2px
}

.haskadepagination.center ul {
    justify-content: center
}

.haskadepagination {
    display: flex
}

.haskadepagination.center {
    justify-content: center
}

.pagi-btn,
.haskadepagination a,
.haskadepagination span {
    height: 50px;
    width: 50px;
    font-weight: 600;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    color: var(--heading-color);
    background: var(--light-color);
    border-radius: 100px;
    transition: all .4s;
    border: 1px solid var(--light-color)
}

.pagi-btn:hover,
.haskadepagination a:hover,
.haskadepagination span:hover {
    color: var(--white-color);
    background-color: var(--heading-color);
    border: 1px solid var(--heading-color)
}

.pagi-btn:hover path,
.haskadepagination a:hover path,
.haskadepagination span:hover path {
    stroke: var(--white-color)
}

.pagi-btn.btn2,
.haskadepagination a.btn2,
.haskadepagination span.btn2 {
    transform: rotate(180deg)
}

a.current {
    cursor: not-allowed;
    color: var(--white-color);
    background-color: var(--heading-color);
    border: 1px solid var(--heading-color)
}

.haskademenu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

.haskademenu-wrapper .mobile-logo {
    display: block;
    text-align: left;
    max-width: 120px;
    background-color: var(--white-bg)
}

.haskademenu-wrapper .haskademenu-toggle {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
    display: flex;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.haskademenu-wrapper .haskademenu-toggle i {
    color: #000
}

.haskademenu-wrapper .haskademenu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--white-bg);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.haskademenu-wrapper.haskadebody-visible {
    opacity: 1;
    visibility: visible
}

.haskademenu-wrapper.haskadebody-visible .haskademenu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.haskademobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    text-align: left
}

.haskademobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(232, 6, 60, .2);
    background-color: #000
}

.haskademobile-menu::-webkit-scrollbar {
    width: 2px;
    background-color: #000
}

.haskademobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--heading-color)
}

.haskademobile-menu ul {
    margin: 0;
    padding: 0 0
}

.haskademobile-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    list-style-type: none
}

.haskademobile-menu ul li li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.haskademobile-menu ul li a {
    display: block;
    position: relative;
    padding: 15px;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: #000 !important;
    font-weight: 500
}

.haskademobile-menu ul li.haskadeactive>a {
    color: var(--accent-color)
}

.haskademobile-menu ul li.haskadeactive>a:before {
    transform: rotate(90deg)
}

.haskademobile-menu ul li ul li {
    padding-left: 10px
}

.haskademobile-menu ul .haskadeitem-has-children>a .haskademean-expand {
    position: absolute;
    right: 0;
    top: 3px;
    font-weight: 400;
    font-size: 16px;
    width: 60%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background-color: var(--white-bg);
    color: #000;
    transition: all ease .4s
}

.haskademobile-menu ul .haskadeitem-has-children>a .haskademean-expand:before {
    content: "\ea6d";
    display: inline-block;
    transition: all ease .3s;
    font-family: remixicon !important
}

.haskademobile-menu ul .haskadeitem-has-children.haskadeactive>a .haskademean-expand:before {
    transform: rotate(-90deg)
}

.haskademobile-menu>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.haskademenu-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px
}

@media (max-width:400px) {
    .haskademenu-wrapper .haskademenu-area {
        width: 100%
    }
}

.haskademobile-menu-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
    padding-top: 50px
}

@media (max-width:991px) {
    .haskademobile-menu-btn {
        padding-top: 40px
    }
}

@media (max-width:767px) {
    .haskademobile-menu-btn {
        padding-top: 30px
    }
}

a.haskadedefault-btn.sm-size {
    font-size: 16px;
    line-height: 1;
    padding: 17px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-family: Sora, sans-serif;
    width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center;
    text-align: center;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: var(--heading-color) !important;
    z-index: 0;
    overflow: hidden;
    position: relative;
    letter-spacing: -.01em;
    text-transform: capitalize;
    transform-style: preserve-3d
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: var(--heading-bg);
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader-inner {
    display: block;
    width: 45px;
    height: 45px
}

.preloader-inner span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    margin: 4px;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: preloader 1s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: var(--accent-color) transparent transparent transparent
}

.preloader-inner span:nth-child(1) {
    animation-delay: -.1s
}

.preloader-inner span:nth-child(2) {
    animation-delay: -.2s
}

.preloader-inner span:nth-child(3) {
    animation-delay: -.3s
}

@-webkit-keyframes preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.countdown-container {
    border-radius: 15px;
    margin: 20px 0;
}

.countdown-container .countdown {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 32px;
    margin: 0px;
}

.countdown-container .time-box {
    flex: 1 1 120px;
    min-width: 120px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    text-align: center;
}

.countdown-container .time-box span {
    display: block;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--haskade-color-lightGreen);
}

.countdown-container .label {
    font-size: 18px;
    color: #555;
}

.countdown-container h1 {
    margin: 0;
    transition: transform 0.5s;
}

.countdown-container .shake {
    animation: countdownshake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes countdownshake {

    0%,
    100% {
        transform: translate(0);
    }

    25% {
        transform: translate(-5px);
    }

    50% {
        transform: translate(5px);
    }

    75% {
        transform: translate(-5px);
    }
}

.countdown-container .fade-out {
    animation: countdownfadeOut 1s forwards;
}

@keyframes countdownfadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Responsive Styling */
@media (max-width: 992px) {
    .countdown-container {
        padding: 30px;
    }

    .countdown-container .countdown {
        font-size: 26px;
    }

    .countdown-container .time-box span {
        font-size: 42px;
    }

    .countdown-container .label {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .countdown-container {
        padding: 25px;
    }

    .countdown-container .countdown {
        font-size: 22px;
        gap: 10px;
    }

    .countdown-container .time-box span {
        font-size: 36px;
    }

    .countdown-container .label {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .countdown-container {
        padding: 20px;
    }

    .countdown-container .countdown {
        font-size: 18px;
        gap: 8px;
    }

    .countdown-container .time-box {
        padding: 15px;
    }

    .countdown-container .time-box span {
        font-size: 30px;
    }

    .countdown-container .label {
        font-size: 14px;
    }
}