@import url(https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap);.img__full,textarea {
    width: 100%
}

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

h6,p {
    line-height: 30px;
    margin: 0
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0
}

.left-right-animate,.video-pulse::after,.video-pulse::before {
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}

.cta__two-info-item h6,.help__area-item-info h5,.team__details-content-contact-item-info h5,.team__details-experience-area-item h6 span,.top__bar-right>a,.topbar__three-right ul li a {
    text-transform: lowercase
}

body {
    font-family: var(--body-font);
    color: var(--body-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
}

.simple-btn-1,.simple-btn-2,.simple-btn-3,.subtitle-one,.subtitle-three,.subtitle-two,.text-one,h1,h2,h3,h4,h5,h6 {
    font-family: var(--heading-font);
    font-weight: 700
}

img {
    max-width: 100%;
    height: auto;
    transition: .4s
}

a {
    outline: 0;
    color: inherit
}

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

.section-padding {
    padding: 45px 0
}

.dark-mode .dark-n,.dark-mode .header__area-menubar.two .header__area-menubar-left-logo .two,.display-none,.light,.light-n,.swiper-button-next::after,.swiper-button-prev::after {
    display: none
}

.display-block {
    display: block
}

.dark-mode .all__sidebar-help-image>img,.dark-mode .blog__two-item-image img,.dark-mode .dark__image img,.dark-mode .faq__two-left-image>img,.dark-mode .news__standard-left-item-image img,.dark-mode .post__item-image img,.dark-mode .project__area-item>img,.dark-mode .project__one-item>img,.dark-mode .team__three-item-image>img,.dark-mode .team__two-item-image>img,.dark-mode .testimonial__area-item-client-image img,.dark-mode .testimonial__two-item-bottom>img,.filter img {
    filter: grayscale(100%)
}

button,input[type=button],input[type=reset],input[type=submit] {
    border: 1px solid var(--border-color-2);
    border-color: transparent;
    border-radius: 6px;
    background: var(--primary-color-1);
    color: var(--text-white);
    padding: 17px 40px
}

button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover {
    border-color: transparent
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
    color: var(--body-color);
    border-radius: 6px;
    width: 100%;
    height: 60px;
    border: 1px solid var(--border-color-2);
    padding: 0 15px;
    background: var(--bg-white)
}

.btn-three:hover,.btn-two:hover {
    border-color: var(--primary-color-1)
}

input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    color: var(--text-heading-color);
    outline: 0;
    box-shadow: none;
    border-color: var(--primary-color-1)
}

select {
    border: 1px solid var(--border-color-2)
}

textarea {
    height: 150px;
    padding-top: 15px
}

button,button:focus,button:hover {
    box-shadow: none;
    border: none;
    outline: 0
}

h1 {
    font-size: 70px;
    line-height: 80px;
    padding: 0
}

h2 {
    font-size: 48px;
    line-height: 60px;
    padding: 0
}

h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 0
}

h4 {
    font-size: 24px;
    line-height: 34px;
    padding: 0
}

h5 {
    font-size: 19px;
    line-height: 32px;
    padding: 0
}

h6 {
    font-size: 20px;
    padding: 0
}

p {
    font-size: 16px;
    padding: 0
}

.t-left {
    text-align: left
}

.t-center {
    text-align: center
}

.t-right {
    text-align: right
}

@media (max-width: 1399px) {
    h2 {
        font-size:45px;
        line-height: 55px
    }
}

@media (max-width: 767px) {
    h2 {
        font-size:38px;
        line-height: 50px
    }

    .md-mb-0 {
        margin-bottom: 0
    }

    .md-mt-0 {
        margin-top: 0
    }

    .md-pt-0 {
        padding-top: 0
    }

    .md-pb-0 {
        padding-bottom: 0
    }

    .md-pl-0 {
        padding-left: 0
    }

    .md-pr-0 {
        padding-right: 0
    }

    .md-mb-5 {
        margin-bottom: 5px
    }

    .md-mt-5 {
        margin-top: 5px
    }

    .md-pt-5 {
        padding-top: 5px
    }

    .md-pb-5 {
        padding-bottom: 5px
    }

    .md-pl-5 {
        padding-left: 5px
    }

    .md-pr-5 {
        padding-right: 5px
    }

    .md-mb-10 {
        margin-bottom: 10px
    }

    .md-mt-10 {
        margin-top: 10px
    }

    .md-pt-10 {
        padding-top: 10px
    }

    .md-pb-10 {
        padding-bottom: 10px
    }

    .md-pl-10 {
        padding-left: 10px
    }

    .md-pr-10 {
        padding-right: 10px
    }

    .md-mb-15 {
        margin-bottom: 15px
    }

    .md-mt-15 {
        margin-top: 15px
    }

    .md-pt-15 {
        padding-top: 15px
    }

    .md-pb-15 {
        padding-bottom: 15px
    }

    .md-pl-15 {
        padding-left: 15px
    }

    .md-pr-15 {
        padding-right: 15px
    }

    .md-mb-20 {
        margin-bottom: 20px
    }

    .md-mt-20 {
        margin-top: 20px
    }

    .md-pt-20 {
        padding-top: 20px
    }

    .md-pb-20 {
        padding-bottom: 20px
    }

    .md-pl-20 {
        padding-left: 20px
    }

    .md-pr-20 {
        padding-right: 20px
    }

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

    .md-mt-25 {
        margin-top: 25px
    }

    .md-pt-25 {
        padding-top: 25px
    }

    .md-pb-25 {
        padding-bottom: 25px
    }

    .md-pl-25 {
        padding-left: 25px
    }

    .md-pr-25 {
        padding-right: 25px
    }

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

    .md-mt-30 {
        margin-top: 30px
    }

    .md-pt-30 {
        padding-top: 30px
    }

    .md-pb-30 {
        padding-bottom: 30px
    }

    .md-pl-30 {
        padding-left: 30px
    }

    .md-pr-30 {
        padding-right: 30px
    }

    .md-mb-35 {
        margin-bottom: 35px
    }

    .md-mt-35 {
        margin-top: 35px
    }

    .md-pt-35 {
        padding-top: 35px
    }

    .md-pb-35 {
        padding-bottom: 35px
    }

    .md-pl-35 {
        padding-left: 35px
    }

    .md-pr-35 {
        padding-right: 35px
    }

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

    .md-mt-40 {
        margin-top: 40px
    }

    .md-pt-40 {
        padding-top: 40px
    }

    .md-pb-40 {
        padding-bottom: 40px
    }

    .md-pl-40 {
        padding-left: 40px
    }

    .md-pr-40 {
        padding-right: 40px
    }

    .md-mb-45 {
        margin-bottom: 45px
    }

    .md-mt-45 {
        margin-top: 45px
    }

    .md-pt-45 {
        padding-top: 45px
    }

    .md-pb-45 {
        padding-bottom: 45px
    }

    .md-pl-45 {
        padding-left: 45px
    }

    .md-pr-45 {
        padding-right: 45px
    }

    .md-t-left {
        text-align: left
    }

    .md-t-center {
        text-align: center
    }

    .md-t-right {
        text-align: right
    }

    .md-display-n {
        display: none!important
    }

    .md-display-b {
        display: block!important
    }
}

.subtitle-one,.subtitle-three,.subtitle-two {
    position: relative;
    text-transform: uppercase;
    color: var(--primary-color-1);
    font-size: 16px;
    line-height: 26px;
    padding-left: 55px;
    display: inline-block;
    margin-bottom: 14px
}

.subtitle-two,.top__bar-right>a i {
    color: var(--bg-white)
}

.subtitle-one::before,.subtitle-three::before,.subtitle-two::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color-1)
}

.subtitle-one::after,.subtitle-three::after,.subtitle-two::after {
    position: absolute;
    content: "";
    bottom: 6px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color-1)
}

.subtitle-two::after,.subtitle-two::before,.video a {
    background: var(--bg-white)
}

.btn-eight:focus,.btn-nine:focus,.scroll-three::after,.subtitle-three {
    color: var(--primary-color-3)
}

.btn-seven,.dark-mode .features-area-item.features-area-item-hover,.dark-mode .header__area-menubar-center-menu.three ul li.menu-item-has-children:hover>a::after,.subtitle-three::after,.subtitle-three::before {
    background: var(--primary-color-3)
}

.btn-eight,.btn-five,.btn-four,.btn-nine,.btn-one,.btn-seven,.btn-six,.btn-three,.btn-two {
    background: var(--primary-color-1);
    color: var(--text-white);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    font-family: var(--heading-font);
    z-index: 3;
    position: relative;
    transition: .4s;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 6px
}

.btn-eight,.btn-three,.btn-two {
    padding: 16px 42px
}

.btn-eight i,.btn-five i,.btn-four i,.btn-nine i,.btn-one i,.btn-seven i,.btn-six i,.btn-three i,.btn-two i,.simple-btn-1 i,.simple-btn-2 i,.simple-btn-3 i {
    position: relative;
    top: 0;
    margin-left: 15px;
    font-size: 13px
}

.btn-eight::before,.btn-five::before,.btn-four::before,.btn-nine::before,.btn-one::before,.btn-seven::before,.btn-six::before,.btn-three::before,.btn-two::before {
    content: "";
    position: absolute;
    height: 400px;
    width: 430px;
    top: 50%;
    left: 50%;
    background: var(--btn-heading-color);
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s ease-out;
    z-index: -1
}

.scroll-up,.scroll-up::after {
    height: 50px;
    width: 50px;
    cursor: pointer
}

.btn-eight:focus,.btn-eight:hover,.btn-five:focus,.btn-five:hover,.btn-four:focus,.btn-four:hover,.btn-nine:focus,.btn-nine:hover,.btn-one:focus,.btn-one:hover,.btn-seven:focus,.btn-seven:hover,.btn-six:focus,.btn-six:hover,.btn-three:focus,.btn-three:hover,.btn-two:focus,.btn-two:hover,.dark-mode input[type=color],.dark-mode input[type=date],.dark-mode input[type=datetime-local],.dark-mode input[type=datetime],.dark-mode input[type=email],.dark-mode input[type=month],.dark-mode input[type=number],.dark-mode input[type=password],.dark-mode input[type=range],.dark-mode input[type=search],.dark-mode input[type=tel],.dark-mode input[type=text],.dark-mode input[type=time],.dark-mode input[type=url],.dark-mode input[type=week],.dark-mode textarea,.simple-btn-3 {
    color: var(--text-white)
}

.btn-eight:hover::before,.btn-five:hover::before,.btn-four:hover::before,.btn-nine:hover::before,.btn-one:hover::before,.btn-seven:hover::before,.btn-six:hover::before,.btn-three:hover::before,.btn-two:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.btn-two {
    background: var(--btn-white);
    color: var(--btn-heading-color);
    border: 1px solid var(--color-4)
}

.btn-three::before,.btn-two::before,.dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children:hover>a::after {
    background: var(--primary-color-1)
}

.btn-two:focus,.simple-btn-2:hover,.simple-btn-3:hover {
    color: var(--primary-color-1)
}

.btn-five,.btn-three,.btn-three:hover {
    color: var(--text-white)
}

.btn-three {
    background: 0 0;
    border: 1px solid var(--border-white)
}

.btn-eight::before,.btn-four,.btn-nine::before,.btn-seven::before {
    background: var(--btn-heading-color)
}

.btn-five,.dark-mode .header__area-menubar-center-menu.two ul li.menu-item-has-children:hover>a::after {
    background: var(--primary-color-2)
}

.btn-five::before,.btn-four::before,.btn-six::before {
    background: var(--btn-white)
}

.btn-five:focus,.btn-five:hover,.btn-four:hover,.simple-btn-1:focus,.simple-btn-1:hover,.simple-btn-2:focus,.simple-btn-2:hover,.simple-btn-3:focus,.simple-btn-3:hover {
    color: var(--btn-heading-color)
}

.btn-six:focus,.header__area-menubar-center-menu.two ul li .sub-menu li:hover>a,.header__area-menubar-center-menu.two ul li:hover>a,.scroll-two::after,.video a {
    color: var(--primary-color-2)
}

.btn-five {
    border-radius: 30px
}

.btn-six {
    background: 0 0;
    border: 1px solid var(--primary-color-1);
    color: var(--primary-color-1);
    border-radius: 30px
}

.btn-six:hover {
    border-color: var(--text-white)
}

.btn-eight {
    background: 0 0;
    color: var(--primary-color-3);
    border: 1px solid var(--primary-color-3)
}

.btn-eight:hover {
    border-color: var(--btn-heading-color)
}

.btn-nine {
    background: var(--btn-white);
    color: var(--text-white)
}

.simple-btn-1,.simple-btn-2,.simple-btn-3 {
    color: var(--primary-color-1);
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    transition: .4s;
    text-transform: uppercase
}

.simple-btn-2 {
    color: var(--text-heading-color)
}

.text-one {
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--text-heading-color)
}

.text-three,.text-two {
    font-weight: 600;
    color: var(--text-heading-color);
    font-family: var(--heading-font);
    text-transform: capitalize
}

.text-two {
    font-size: 16px;
    line-height: 26px
}

.text-three {
    font-size: 14px;
    line-height: 24px
}

.text-four {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--text-heading-color)
}

.text-five {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--text-heading-color)
}

.text-six {
    font-size: 17px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--text-heading-color)
}

.text-seven {
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--text-heading-color)
}

.text-eight {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--text-heading-color)
}

.text-nine {
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--text-heading-color)
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(90deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(90deg)
    }
}

.scroll-up {
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--color-8);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: .2s linear
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f176";
    text-align: center;
    line-height: 50px;
    color: var(--primary-color-1);
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    z-index: 1;
    transition: .2s linear
}

.scroll-up.active-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: none
}

.dark-mode .light-n,.video {
    display: inline-block
}

.scroll-up svg path {
    fill: none
}

.scroll-up svg.scroll-circle path {
    stroke: var(--primary-color-1);
    stroke-width: 4;
    box-sizing: border-box;
    transition: .2s linear
}

.scroll-two svg.scroll-circle path {
    stroke: var(--primary-color-2)
}

.scroll-three svg.scroll-circle path {
    stroke: var(--primary-color-3)
}

.spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 100px auto
}

.double-bounce1,.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--text-white);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: 2s ease-in-out infinite sk-bounce;
    animation: 2s ease-in-out infinite sk-bounce
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

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

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

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

.theme-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--bg-heading-color);
    z-index: 9999999999
}

.video,.video a {
    position: relative
}

.theme-loader .spinner {
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px
}

.video {
    text-align: center;
    z-index: 4
}

.video a {
    font-size: 20px;
    z-index: 1;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    display: block
}

.mode__switch,.mode__switch span {
    width: 80px;
    height: 34px;
    position: relative
}

.video-pulse::after,.video-pulse::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-white);
    opacity: .3;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    -webkit-animation-name: video-animation;
    animation-name: video-animation;
    animation-iteration-count: infinite
}

.video-pulse::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes video-animation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }

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

@keyframes video-animation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }

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

.content__roll {
    -webkit-animation: 10s linear infinite roll;
    animation: 10s linear infinite roll
}

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

    to {
        transform: rotate(-359deg)
    }
}

@keyframes roll {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(-359deg)
    }
}

.roll {
    -webkit-animation: 2s linear infinite rotation;
    animation: 2s linear infinite rotation
}

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

    to {
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.left-right-animate {
    -webkit-animation-name: left-right;
    animation-name: left-right;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-webkit-keyframes left-right {
    0%,100% {
        transform: translateX(20px)
    }

    50% {
        transform: translateX(5px)
    }
}

@keyframes left-right {
    0%,100% {
        transform: translateX(20px)
    }

    50% {
        transform: translateX(5px)
    }
}

.left-right-animate2 {
    -webkit-animation-name: left-right2;
    animation-name: left-right2;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes left-right2 {
    0%,100% {
        transform: translateX(10px)
    }

    50% {
        transform: translateX(110px)
    }
}

@keyframes left-right2 {
    0%,100% {
        transform: translateX(10px)
    }

    50% {
        transform: translateX(110px)
    }
}

.icon-animation {
    -webkit-animation: 1.5s ease-in-out infinite icon-animation;
    animation: 1.5s ease-in-out infinite icon-animation
}

@-webkit-keyframes icon-animation {
    20%,26%,32%,38%,44%,50%,56%,62%,68%,74%,80%,from {
        transform: rotate3d(0,0,1,0deg)
    }

    23%,35%,47%,59%,71% {
        transform: rotate3d(0,0,1,15deg)
    }

    29%,41%,53%,65%,77% {
        transform: rotate3d(0,0,1,-15deg)
    }
}

@keyframes icon-animation {
    20%,26%,32%,38%,44%,50%,56%,62%,68%,74%,80%,from {
        transform: rotate3d(0,0,1,0deg)
    }

    23%,35%,47%,59%,71% {
        transform: rotate3d(0,0,1,15deg)
    }

    29%,41%,53%,65%,77% {
        transform: rotate3d(0,0,1,-15deg)
    }
}

@-webkit-keyframes animation {
    100% {
        left: 125%
    }
}

@keyframes animation {
    100% {
        left: 125%
    }
}

@-webkit-keyframes rotateY {
    100% {
        transform: rotateY(360deg)
    }
}

@keyframes rotateY {
    100% {
        transform: rotateY(360deg)
    }
}

:root {
    --body-font: "Manrope",sans-serif;
    --heading-font: "Urbanist",sans-serif;
    --text-white: #FFFFFF;
    --bg-white: #FFFFFF;
    --btn-white: #FFFFFF;
    --border-white: #FFFFFF;
    --black: #000000;
    --primary-color-1: #b72f19;
    --primary-color-2: #fdb403;
    --primary-color-3: #fe0000;
    --bg-heading-color: #f94c30;
    --text-heading-color: #131313;
    --btn-heading-color: #131313;
    --body-color: #343434;
    --dark-one: #1C1E22;
    --dark-two: #222429;
    --color-1: #1D2122;
    --color-2: #676767;
    --color-3: #999999;
    --color-4: #CCCCCC;
    --color-5: #F1F8FB;
    --color-6: #F4F4F4;
    --color-7: #FEDBD6;
    --color-8: #E8E8E8;
    --color-9: #F2F6F9;
    --color-10: #ECECEC;
    --color-11: #fec102;
    --color-12: #FEE3BF;
    --color-13: #CFCFCF;
    --color-14: #FDC67E;
    --color-15: #ACBDF8;
    --color-16: #E1E1E1;
    --color-17: #feedea;
    --color-18: #151718;
    --color-19: #3B3838;
    --color-20: #808287;
    --color-21: rgba(34, 36, 41, 0.5);
    --border-color-1: #E7E7E7;
    --border-color-2: #E9E9E8;
    --border-color-3: rgba(19, 19, 19, 0.1);
    --border-color-4: rgba(19, 19, 19, 0.06);
    --box-shadow-1: 0px 25px 70px rgba(0, 0, 0, 0.08);
    --box-shadow-2: 0px 10px 70px rgba(0, 0, 0, 0.1)
}

.dark-mode,.dark-mode .copyright__three p,.dark-mode .experience__area-right-skill-item-count.text-two,.dark-mode .pricing__area-item-title .text-two {
    color: var(--color-20)
}

.dark-mode {
    background: var(--dark-one);
    --text-heading-color: #FFFFFF;
    --color-2: #808287;
    --color-6: #222429;
    --color-7: #343434;
    --color-10: #343434;
    --color-12: #343434;
    --color-13: #808287;
    --color-15: #343434;
    --color-16: #343434;
    --border-color-1: #343434;
    --border-color-2: #343434;
    --border-color-3: #343434;
    --border-color-4: #343434;
    --bg-white: #1C1E22
}

.dark-mode .banner__three {
    background-image: url("../../assets/img/shape/dark-bg.jpg")!important
}

.dark-mode .header__two::before {
    background: url("../../assets/img/shape/before-dark.png") center no-repeat
}

.dark-mode .header__two::after {
    background: url("../../assets/img/shape/after-dark.png") center no-repeat
}

.dark-mode .header__area-menubar-right-sidebar-popup-icon::before {
    opacity: .2
}

.dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children>a::after,.dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children>a::before {
    background: var(--text-white)
}

.dark-mode .header__sticky-sticky-menu {
    box-shadow: 0 0 50px var(--color-12)
}

.dark-mode .blog__three-item-content,.dark-mode .blog__two-item-content,.dark-mode .contact__four-form,.dark-mode .contact__four-form input,.dark-mode .contact__four-form textarea,.dark-mode .contact__four-info,.dark-mode .contact__page-form,.dark-mode .contact__page-form input,.dark-mode .contact__page-form textarea,.dark-mode .features-area-item,.dark-mode .getIn__touch-three-right,.dark-mode .header__area-menubar-center-menu ul li .sub-menu,.dark-mode .news__standard-left-item-content,.dark-mode .services__three-item-content::after,.dark-mode .solutions__two-item-icon,.dark-mode .team__area-item-content,.dark-mode .testimonial__two-item,.dark-mode .testimonial__two-item-bottom::before {
    background: var(--dark-two)
}

.mode__switch span::after,.mode__switch span::before {
    top: 8px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    position: absolute;
    content: ""
}

.dark-mode .contact__four-info::after {
    opacity: 0
}

.dark-mode .contact__four-info:hover {
    background: var(--bg-heading-color)
}

.dark-mode .contact__four-info:hover::after {
    opacity: .6
}

.dark-mode .contact__two-box {
    box-shadow: 0 0 80px var(--color-18)
}

.dark-mode .banner__one-image::before,.dark-mode .page__banner::before,.dark-mode .portfolio__three::before,.dark-mode .services__two-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--text-white);
    mix-blend-mode: color
}

.dark-mode .pricing__area-item {
    box-shadow: none;
    background: var(--dark-two)
}

.dark-mode .pricing__area-item::after {
    content: none
}

.top__bar-right-social ul li a i:hover,.top__bar-right>a:hover {
    color: var(--primary-color-1)
}

.dark-mode .getIn__touch-three-right input,.dark-mode .getIn__touch-three-right textarea {
    border-color: var(--body-color)
}

.dark-mode .getIn__touch-three-right input:focus,.dark-mode .getIn__touch-three-right textarea:focus {
    border-color: var(--primary-color-3)
}

.dark-mode .getIn__touch-left {
    box-shadow: 0 0 60px var(--color-11)
}

.dark-mode .team__three-item-image-info-icon::after {
    background-image: url("../../assets/img/icon/union-dark.png")
}

.dark-mode .mode__switch::before {
    left: calc(100% - 31px)
}

.dark-mode .mode__switch span::before {
    background-image: url("../../assets/img/icon/sun-white.png")
}

.dark-mode .mode__switch span::after {
    background-image: url("../../assets/img/icon/moon-dark.png")
}

.switch__tab {
    position: fixed;
    font-weight: 500;
    display: flex;
    align-items: center;
    right: 0;
    top: 52%;
    transform: translateY(-50%) translateX(50px) rotate(90deg);
    z-index: 3;
    cursor: pointer
}

.dark-mode-title,.light-mode-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-heading-color);
    display: flex;
    align-items: center
}

.mode__switch {
    display: inline-block;
    margin: 0 10px;
    background: var(--primary-color-1);
    transform: translateY(0);
    border-radius: 35px;
    cursor: pointer;
    transition: .3s ease-out
}

.mode__switch::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    background: var(--text-white);
    width: 28px;
    height: 28px;
    z-index: -1;
    border-radius: 50%;
    transition: .3s ease-out
}

.mode__switch.two {
    background: var(--primary-color-2)
}

.mode__switch.three {
    background: var(--primary-color-3)
}

.mode__switch span {
    z-index: 1;
    display: block
}

.mode__switch span::before {
    right: 54px;
    background-image: url("../../assets/img/icon/sun.png")
}

.mode__switch span::after {
    left: 54px;
    background-image: url("../../assets/img/icon/moon.png")
}

.custom__container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 12px
}

.auto__container {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 12px
}

.banner__three .swiper-pagination .swiper-pagination-bullet:last-child,.mb-0 {
    margin-bottom: 0
}

.mt-0 {
    margin-top: 0
}

.ml-0 {
    margin-left: 0
}

.mr-0 {
    margin-right: 0
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.mt-5 {
    margin-top: 5px
}

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

.ml-5 {
    margin-left: 5px
}

.mr-5 {
    margin-right: 5px
}

.mr-10,.top__bar-left a i {
    margin-right: 10px
}

.pt-5 {
    padding-top: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.pl-5 {
    padding-left: 5px
}

.pr-5 {
    padding-right: 5px
}

.form_row,.mt-10 {
    margin-top: 10px
}

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

.ml-10 {
    margin-left: 10px
}

.about__three-title-faq-text h6 a,.ml-15 {
    margin-left: 15px
}

.pt-10 {
    padding-top: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.pl-10 {
    padding-left: 10px
}

.pr-10 {
    padding-right: 10px
}

.mt-15 {
    margin-top: 15px
}

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

.mr-15 {
    margin-right: 15px
}

.pt-15 {
    padding-top: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.pl-15 {
    padding-left: 15px
}

.pr-15 {
    padding-right: 15px
}

.mt-20 {
    margin-top: 20px
}

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

.ml-20 {
    margin-left: 20px
}

.mr-20 {
    margin-right: 20px
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pl-20 {
    padding-left: 20px
}

.pr-20 {
    padding-right: 20px
}

.mt-25 {
    margin-top: 25px
}

.mb-25,.team__details-content p {
    margin-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

.mr-25 {
    margin-right: 25px
}

.pt-25 {
    padding-top: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.pl-25 {
    padding-left: 25px
}

.pr-25 {
    padding-right: 25px
}

.mt-30 {
    margin-top: 30px
}

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

.ml-30 {
    margin-left: 30px
}

.mr-30 {
    margin-right: 30px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.pl-30 {
    padding-left: 30px
}

.pr-30 {
    padding-right: 30px
}

.mt-35 {
    margin-top: 35px
}

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

.ml-35 {
    margin-left: 35px
}

.header__area-menubar-center.two,.ml-40 {
    margin-left: 40px
}

.mr-35 {
    margin-right: 35px
}

.pt-35 {
    padding-top: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.pl-35 {
    padding-left: 35px
}

.pr-35 {
    padding-right: 35px
}

.mt-40 {
    margin-top: 40px
}

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

.mr-40 {
    margin-right: 40px
}

.pt-40 {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pl-40 {
    padding-left: 40px
}

.pr-40 {
    padding-right: 40px
}

.mt-45 {
    margin-top: 45px
}

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

.ml-45 {
    margin-left: 45px
}

.mr-45 {
    margin-right: 45px
}

.pt-45 {
    padding-top: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.pl-45 {
    padding-left: 45px
}

.pr-45 {
    padding-right: 45px
}

.mt-50 {
    margin-top: 50px
}

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

.ml-50,.subscribe-form {
    margin-left: 50px
}

.contact__two-left,.mr-50 {
    margin-right: 50px
}

.pt-50 {
    padding-top: 50px
}

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

.pl-50 {
    padding-left: 50px
}

.pr-50 {
    padding-right: 50px
}

.mt-55 {
    margin-top: 55px
}

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

.ml-55 {
    margin-left: 55px
}

.mr-55 {
    margin-right: 55px
}

.pt-55 {
    padding-top: 55px
}

.pb-55,.project__details-area-list {
    padding-bottom: 55px
}

.pl-55 {
    padding-left: 55px
}

.pr-55 {
    padding-right: 55px
}

.mt-60 {
    margin-top: 60px
}

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

.ml-60 {
    margin-left: 60px
}

.mr-60 {
    margin-right: 60px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.pl-60 {
    padding-left: 60px
}

.pr-60 {
    padding-right: 60px
}

.mt-65 {
    margin-top: 65px
}

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

.ml-65 {
    margin-left: 65px
}

.mr-65 {
    margin-right: 65px
}

.pt-65 {
    padding-top: 65px
}

.pb-65 {
    padding-bottom: 65px
}

.pl-65 {
    padding-left: 65px
}

.pr-65 {
    padding-right: 65px
}

.mt-70 {
    margin-top: 70px
}

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

.ml-70 {
    margin-left: 70px
}

.faq__two-left,.mr-70 {
    margin-right: 70px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pl-70 {
    padding-left: 70px
}

.pr-70 {
    padding-right: 70px
}

.mt-75 {
    margin-top: 75px
}

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

.ml-75 {
    margin-left: 75px
}

.mr-75 {
    margin-right: 75px
}

.pt-75 {
    padding-top: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.pl-75 {
    padding-left: 75px
}

.pr-75 {
    padding-right: 75px
}

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

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

.ml-80 {
    margin-left: 80px
}

.mr-80 {
    margin-right: 80px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pl-80 {
    padding-left: 80px
}

.pr-80 {
    padding-right: 80px
}

.mt-85 {
    margin-top: 85px
}

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

.ml-85 {
    margin-left: 85px
}

.mr-85 {
    margin-right: 85px
}

.pt-85 {
    padding-top: 85px
}

.pb-85 {
    padding-bottom: 85px
}

.pl-85 {
    padding-left: 85px
}

.pr-85 {
    padding-right: 85px
}

.mt-90 {
    margin-top: 90px
}

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

.ml-90 {
    margin-left: 90px
}

.mr-90 {
    margin-right: 90px
}

.pt-90 {
    padding-top: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.pl-90 {
    padding-left: 90px
}

.pr-90 {
    padding-right: 90px
}

.mt-95 {
    margin-top: 95px
}

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

.ml-95 {
    margin-left: 95px
}

.mr-95 {
    margin-right: 95px
}

.pt-95 {
    padding-top: 95px
}

.pb-95 {
    padding-bottom: 95px
}

.pl-95 {
    padding-left: 95px
}

.pr-95 {
    padding-right: 95px
}

.mt-100 {
    margin-top: 100px
}

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

.ml-100 {
    margin-left: 100px
}

.mr-100 {
    margin-right: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pl-100 {
    padding-left: 100px
}

.pr-100 {
    padding-right: 100px
}

.mt-105 {
    margin-top: 105px
}

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

.ml-105 {
    margin-left: 105px
}

.mr-105 {
    margin-right: 105px
}

.pt-105 {
    padding-top: 105px
}

.pb-105 {
    padding-bottom: 105px
}

.pl-105 {
    padding-left: 105px
}

.pr-105 {
    padding-right: 105px
}

.mt-110 {
    margin-top: 110px
}

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

.ml-110 {
    margin-left: 110px
}

.mr-110 {
    margin-right: 110px
}

.pt-110 {
    padding-top: 110px
}

.pb-110 {
    padding-bottom: 110px
}

.pl-110 {
    padding-left: 110px
}

.pr-110 {
    padding-right: 110px
}

.mt-115 {
    margin-top: 115px
}

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

.ml-115 {
    margin-left: 115px
}

.mr-115 {
    margin-right: 115px
}

.pt-115 {
    padding-top: 115px
}

.pb-115 {
    padding-bottom: 115px
}

.pl-115 {
    padding-left: 115px
}

.pr-115 {
    padding-right: 115px
}

.mt-120 {
    margin-top: 120px
}

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

.ml-120 {
    margin-left: 120px
}

.mr-120 {
    margin-right: 120px
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pl-120 {
    padding-left: 120px
}

.pr-120 {
    padding-right: 120px
}

.display-n {
    display: none!important
}

.top__bar {
    background: var(--bg-heading-color);
    padding: 7px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.top__bar::before {
    content: "";
    position: absolute;
    background: var(--primary-color-1);
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    -webkit-clip-path: polygon(0 0,100% 0%,97% 100%,0 100%);
    clip-path: polygon(0 0,100% 0%,97% 100%,0 100%);
    z-index: -1
}

.top__bar::after {
    content: "";
    position: absolute;
    background: var(--text-white);
    top: -5px;
    left: 30%;
    bottom: -4px;
    width: 3px;
    z-index: -1;
    transform: rotate(23deg)
}

.top__bar-left a {
    color: var(--text-white);
    font-weight: 600
}

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

.top__bar-right>a {
    color: var(--text-white);
    font-weight: 600;
    transition: .4s
}

.top__bar-right>a i {
    margin-right: 10px
}

.top__bar-right-social {
    border-left: 1px solid var(--color-2);
    padding-left: 30px;
    margin-left: 30px
}

.top__bar-right-social ul {
    padding: 0;
    margin: 0
}

.top__bar-right-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px
}

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

.top__bar-right-social ul li a i {
    color: var(--text-white);
    transition: .4s
}

.topbar__three-left a i,.topbar__three-left a:hover,.topbar__three-right ul li a:hover {
    color: var(--primary-color-3)
}

.topbar__three {
    padding: 12px 0
}

.topbar__three-left a {
    font-weight: 600;
    font-size: 14px;
    transition: .4s;
    line-height: 24px
}

.topbar__three-left a i {
    margin-right: 10px;
    font-size: 16px;
    line-height: 26px
}

.topbar__three-right ul {
    padding: 0;
    margin: 0
}

.topbar__three-right ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid var(--color-13)
}

.topbar__three-right ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

.topbar__three-right ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    transition: .4s
}

.topbar__three-right ul li a i {
    color: var(--primary-color-3);
    margin-right: 10px
}

@media (max-width: 1600px) {
    .top__bar::after {
        transform:rotate(20deg)
    }
}

@media (max-width: 1480px) {
    .top__bar::before {
        width:33%
    }

    .top__bar::after {
        transform: rotate(20deg);
        left: 33%
    }
}

@media (max-width: 1320px) {
    .top__bar::before {
        width:36%
    }

    .top__bar::after {
        left: 36%
    }
}

@media (max-width: 1190px) {
    .top__bar::before {
        width:40%
    }

    .top__bar::after {
        left: 40%;
        transform: rotate(18deg)
    }
}

@media (max-width: 991px) {
    .lg-mb-0 {
        margin-bottom:0
    }

    .lg-mt-0 {
        margin-top: 0
    }

    .lg-ml-0 {
        margin-left: 0
    }

    .lg-pt-0 {
        padding-top: 0
    }

    .lg-pb-0 {
        padding-bottom: 0
    }

    .lg-pl-0 {
        padding-left: 0
    }

    .lg-pr-0 {
        padding-right: 0
    }

    .lg-mb-5 {
        margin-bottom: 5px
    }

    .lg-mt-5 {
        margin-top: 5px
    }

    .lg-ml-5 {
        margin-left: 5px
    }

    .lg-pt-5 {
        padding-top: 5px
    }

    .lg-pb-5 {
        padding-bottom: 5px
    }

    .lg-pl-5 {
        padding-left: 5px
    }

    .lg-pr-5 {
        padding-right: 5px
    }

    .lg-mb-10 {
        margin-bottom: 10px
    }

    .lg-mt-10 {
        margin-top: 10px
    }

    .lg-ml-10 {
        margin-left: 10px
    }

    .lg-pt-10 {
        padding-top: 10px
    }

    .lg-pb-10 {
        padding-bottom: 10px
    }

    .lg-pl-10 {
        padding-left: 10px
    }

    .lg-pr-10 {
        padding-right: 10px
    }

    .lg-mb-15 {
        margin-bottom: 15px
    }

    .lg-mt-15 {
        margin-top: 15px
    }

    .lg-ml-15 {
        margin-left: 15px
    }

    .lg-pt-15 {
        padding-top: 15px
    }

    .lg-pb-15 {
        padding-bottom: 15px
    }

    .lg-pl-15 {
        padding-left: 15px
    }

    .lg-pr-15 {
        padding-right: 15px
    }

    .lg-mb-20 {
        margin-bottom: 20px
    }

    .lg-mt-20 {
        margin-top: 20px
    }

    .lg-ml-20 {
        margin-left: 20px
    }

    .lg-pt-20 {
        padding-top: 20px
    }

    .lg-pb-20 {
        padding-bottom: 20px
    }

    .lg-pl-20 {
        padding-left: 20px
    }

    .lg-pr-20 {
        padding-right: 20px
    }

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

    .lg-mt-25 {
        margin-top: 25px
    }

    .lg-ml-25 {
        margin-left: 25px
    }

    .lg-pt-25 {
        padding-top: 25px
    }

    .lg-pb-25 {
        padding-bottom: 25px
    }

    .lg-pl-25 {
        padding-left: 25px
    }

    .lg-pr-25 {
        padding-right: 25px
    }

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

    .lg-mt-30 {
        margin-top: 30px
    }

    .lg-ml-30 {
        margin-left: 30px
    }

    .lg-pt-30 {
        padding-top: 30px
    }

    .lg-pb-30 {
        padding-bottom: 30px
    }

    .lg-pl-30 {
        padding-left: 30px
    }

    .lg-pr-30 {
        padding-right: 30px
    }

    .lg-mb-35 {
        margin-bottom: 35px
    }

    .lg-mt-35 {
        margin-top: 35px
    }

    .lg-ml-35 {
        margin-left: 35px
    }

    .lg-pt-35 {
        padding-top: 35px
    }

    .lg-pb-35 {
        padding-bottom: 35px
    }

    .lg-pl-35 {
        padding-left: 35px
    }

    .lg-pr-35 {
        padding-right: 35px
    }

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

    .lg-mt-40 {
        margin-top: 40px
    }

    .lg-ml-40 {
        margin-left: 40px
    }

    .lg-pt-40 {
        padding-top: 40px
    }

    .lg-pb-40 {
        padding-bottom: 40px
    }

    .lg-pl-40 {
        padding-left: 40px
    }

    .lg-pr-40 {
        padding-right: 40px
    }

    .lg-mb-45 {
        margin-bottom: 45px
    }

    .lg-mt-45 {
        margin-top: 45px
    }

    .lg-ml-45 {
        margin-left: 45px
    }

    .lg-pt-45 {
        padding-top: 45px
    }

    .lg-pb-45 {
        padding-bottom: 45px
    }

    .lg-pl-45 {
        padding-left: 45px
    }

    .lg-pr-45 {
        padding-right: 45px
    }

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

    .lg-mt-50 {
        margin-top: 50px
    }

    .lg-ml-50 {
        margin-left: 50px
    }

    .lg-pt-50 {
        padding-top: 50px
    }

    .lg-pb-50 {
        padding-bottom: 50px
    }

    .lg-pl-50 {
        padding-left: 50px
    }

    .lg-pr-50 {
        padding-right: 50px
    }

    .lg-mb-55 {
        margin-bottom: 55px
    }

    .lg-mt-55 {
        margin-top: 55px
    }

    .lg-ml-55 {
        margin-left: 55px
    }

    .lg-pt-55 {
        padding-top: 55px
    }

    .lg-pb-55 {
        padding-bottom: 55px
    }

    .lg-pl-55 {
        padding-left: 55px
    }

    .lg-pr-55 {
        padding-right: 55px
    }

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

    .lg-mt-60 {
        margin-top: 60px
    }

    .lg-ml-60 {
        margin-left: 60px
    }

    .lg-pt-60 {
        padding-top: 60px
    }

    .lg-pb-60 {
        padding-bottom: 60px
    }

    .lg-pl-60 {
        padding-left: 60px
    }

    .lg-pr-60 {
        padding-right: 60px
    }

    .lg-mb-65 {
        margin-bottom: 65px
    }

    .lg-mt-65 {
        margin-top: 65px
    }

    .lg-ml-65 {
        margin-left: 65px
    }

    .lg-pt-65 {
        padding-top: 65px
    }

    .lg-pb-65 {
        padding-bottom: 65px
    }

    .lg-pl-65 {
        padding-left: 65px
    }

    .lg-pr-65 {
        padding-right: 65px
    }

    .lg-mb-70 {
        margin-bottom: 70px
    }

    .lg-mt-70 {
        margin-top: 70px
    }

    .lg-ml-70 {
        margin-left: 70px
    }

    .lg-pt-70 {
        padding-top: 70px
    }

    .lg-pb-70 {
        padding-bottom: 70px
    }

    .lg-pl-70 {
        padding-left: 70px
    }

    .lg-pr-70 {
        padding-right: 70px
    }

    .lg-t-left {
        text-align: left
    }

    .lg-t-center {
        text-align: center
    }

    .lg-t-right {
        text-align: right
    }

    .lg-display-n {
        display: none!important
    }

    .lg-display-b {
        display: block!important
    }

    .top__bar {
        padding: 7px 13px
    }

    .top__bar::after,.top__bar::before {
        display: none
    }

    .top__bar-left a {
        transition: .4s
    }

    .top__bar-left a i,.top__bar-left a:hover {
        color: var(--primary-color-1)
    }
}

.header__sticky-sticky-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    box-shadow: var(--box-shadow-1);
    -webkit-animation: 1.1s header_sticky;
    animation: 1.1s header_sticky;
    background: var(--bg-white);
    display: block
}

@-webkit-keyframes header_sticky {
    0% {
        top: -250px
    }

    100% {
        top: 0
    }
}

@keyframes header_sticky {
    0% {
        top: -250px
    }

    100% {
        top: 0
    }
}

.header__sticky.header__sticky-sticky-menu .header__area,.services__three {
    background: var(--bg-heading-color)
}

.header__area {
    padding: 0 30px
}

.header__area-menubar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__area-menubar-right,.header__area-menubar-right-box {
    align-items: center;
    display: flex
}

.header__area-menubar-left-logo a {
    display: inline-block
}

.header__area-menubar-left-logo a img {
    max-width: 220px;
    position: relative;
    z-index: 9999;
    margin-top: 0
}

.header__area-menubar-center-menu ul {
    padding: 0;
    margin: 0
}

.header__area-menubar-center-menu ul li {
    display: inline-block;
    position: relative;
    list-style: none
}

.header__area-menubar-center-menu ul li:hover>a {
    color: var(--primary-color-1)
}

.header__area-menubar-center-menu ul li:hover>.sub-menu {
    transform: scale(1,1);
    opacity: 1;
    visibility: visible
}

.header__area-menubar-center-menu ul li .sub-menu {
    position: absolute;
    background: var(--bg-white);
    min-width: 665px;
    transition: .3s ease-out;
    top: 100%;
    opacity: 0;
    box-shadow: var(--box-shadow-1);
    visibility: hidden;
    z-index: 99;
    text-align: left;
    transform: scale(1,0);
    transform-origin: 0 0
}

.header__area-menubar-center-menu ul li .sub-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid var(--border-color-2);
    position: relative
}

.header__area-menubar-center-menu ul li .sub-menu li::after {
    position: absolute;
    content: "";
    background: var(--primary-color-1);
    width: 2px;
    transition: .5s ease-out;
    height: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.header__area-menubar-center-menu ul li .sub-menu li a {
    color: var(--text-heading-color);
    padding: 12px 20px;
    transition: .4s ease-out;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600
}

.header__area-menubar-center-menu ul li .sub-menu li .sub-menu {
    left: 100%;
    top: -2px
}

.header__area-menubar-center-menu ul li .sub-menu li:hover>a {
    color: var(--primary-color-1);
    padding-left: 25px
}

.header__area-menubar-center-menu ul li .sub-menu li:hover::after {
    height: 100%
}

.header__area-menubar-center-menu ul li .sub-menu li:last-child {
    border: none
}

.header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children a::before {
    right: 28px;
    background: var(--bg-heading-color)
}

.header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children a::after {
    right: 25px;
    background: var(--bg-heading-color)
}

.header__area-menubar-center-menu ul li ul .sub-menu li .sub-menu {
    color: var(--text-heading-color);
    cursor: pointer
}

.header__area-menubar-center-menu ul li a {
    color: var(--text-heading-color);
    display: block;
    font-weight: 800;
    font-size: 15px;
    line-height: 24px;
    transition: .4s ease-out;
    text-transform: uppercase;
    padding: 47px 32px;
    font-family: var(--heading-font)
}

.banner__two,.header__area-menubar-center-menu ul li.menu-item-has-children>a {
    position: relative
}

.header__area-menubar-center-menu ul li.menu-item-has-children>a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 2px;
    height: 8px;
    background: var(--bg-heading-color);
    transition: .3s
}

.header__area-menubar-center-menu ul li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    width: 8px;
    height: 2px;
    background: var(--bg-heading-color)
}

.header__area-menubar-center-menu ul li.menu-item-has-children:hover>a::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0
}

.header__area-menubar-center-menu ul li.menu-item-has-children:hover>a::after,.mean-container .mean-nav .sub-menu li a.mean-expand:hover {
    background: var(--primary-color-1)
}

.header__area-menubar-center-menu.two ul li .sub-menu li::after,.header__area-menubar-center-menu.two ul li.menu-item-has-children:hover>a::after {
    background: var(--primary-color-2)
}

.header__area-menubar-center-menu.two ul li a {
    padding: 31px 24px;
}

.features-area-item-hover,.header__area-menubar-center-menu.three ul li .sub-menu li::after,.header__area-menubar-center-menu.three ul li.menu-item-has-children:hover>a::after {
    background: var(--primary-color-3)
}

.header__area-menubar-center-menu.three ul li .sub-menu li:hover>a,.header__area-menubar-center-menu.three ul li:hover>a {
    color: var(--primary-color-3)
}

.header__area-menubar-center-menu.three ul li a {
    padding: 38px 32px
}

.header__area-menubar-right {
    justify-content: space-between
}

.header__area-menubar-right-box-search-icon i {
    cursor: pointer;
    position: relative;
    z-index: 9;
    display: block;
    color: var(--text-heading-color);
    font-size: 20px;
    font-weight: 400
}

.header__area-menubar-right-box-search-icon.two i {
    color: var(--text-white)
}

.header__area-menubar-right-box-search-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 0;
    background: var(--bg-heading-color);
    z-index: 9999;
    transition: .5s ease-out;
    overflow: hidden
}

.header__area-menubar-right-box-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 55%;
    transition: .5s ease-out
}

.header__area-menubar-right-box-search-box input {
    background: var(--bg-white);
    color: var(--text-heading-color);
    border: 0
}

.header__area-menubar-right-box-search-box button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    font-size: 22px;
    color: var(--primary-color-1);
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.header__area-menubar-right-box-search-box.active {
    height: 100%;
    top: 0
}

.header__area-menubar-right-box-search-box.active.header__area-menubar-right-box-search-box form {
    transform: translate(-50%,-50%) scale(1)
}

.header__area-menubar-right-box-search-box-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: var(--text-white);
    cursor: pointer;
    transform: rotate(0)
}

.header__area-menubar-right-box-search-box-icon:hover {
    -webkit-animation: .4s rotate;
    animation: .4s rotate
}

.header__area-menubar-right-box-search-box-icon i {
    cursor: pointer;
    position: relative;
    z-index: 9
}

.header__area-menubar-right-box-search-box-icon i::before,.mobile-menu ul li a {
    display: block
}

.header__area-menubar-right-box-sidebar-popup-contact {
    margin: 40px 0;
    padding: 40px 0;
    border-top: 1px solid var(--color-19);
    border-bottom: 1px solid var(--color-19)
}

.header__area-menubar-right-box-sidebar-popup-contact-item {
    display: flex;
    margin-bottom: 25px;
    gap: 25px
}

.header__area-menubar-right-box-sidebar-popup-contact-item-icon {
    margin-top: 8px;
    width: 30px
}

.header__area-menubar-right-box-sidebar-popup-contact-item-icon i {
    color: var(--primary-color-1);
    font-size: 30px
}

.header__area-menubar-right-box-sidebar-popup-contact-item-content span {
    color: var(--color-4);
    display: inline-block;
    margin-bottom: 5px
}

.header__area-menubar-right-box-sidebar-popup-contact-item-content h6 {
    max-width: 240px;
    font-size: 18px;
    line-height: 28px
}

.header__area-menubar-right-box-sidebar-popup-contact-item-content h6 a {
    transition: .4s ease-out;
    color: var(--text-white)
}

.header__area-menubar-right-box-sidebar-popup-contact-item-content h6 a:hover,.mean-container .mean-nav li li:first-child>a:hover,.mean-container .mean-nav ul li a:hover,.mean-container .mean-nav ul li li a:hover {
    color: var(--primary-color-1)
}

.header__area-menubar-right-box-sidebar-popup-contact-item:last-child {
    margin: 0
}

.header__area-menubar-right-box-sidebar-popup-contact h4,.mean-container .mean-nav ul li a.mean-expand:hover {
    color: var(--text-white)
}

.header__area-menubar-right-box-sidebar-popup-social ul {
    padding: 0;
    margin: 0
}

.header__area-menubar-right-box-sidebar-popup-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.header__area-menubar-right-box-sidebar-popup-social ul li:last-child {
    margin: 0
}

.header__area-menubar-right-box-sidebar-popup-social ul li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    color: var(--primary-color-1);
    transition: .4s ease-out;
    background: var(--text-white)
}

.header__area-menubar-right-box-sidebar-popup-social ul li a i:hover {
    color: var(--text-white);
    background: var(--primary-color-1)
}

.header__area-menubar-right-box-btn {
    margin-left: 70px
}

.header__area-menubar-right-box-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    border-left: 1px solid var(--border-color-1);
    padding-left: 10px;
    margin-left: 10px
}

.header__area-menubar-right-box-contact-icon i {
    color: var(--primary-color-2);
    border: 1px solid var(--color-12);
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%
}

.header__area-menubar-right-box-contact-info span {
    color: var(--color-2)
}

.header__area-menubar-right-box-contact-info h6 {
    transition: .4s;
    font-weight: 600;
    text-transform: lowercase
}

.header__area-menubar-right-box-contact-info h6:hover {
    color: var(--primary-color-2)
}

.header__area-menubar-right-sidebar-popup {
    position: fixed;
    width: 460px;
    height: 100%;
    right: 0;
    overflow: auto;
    transform: translateX(100%);
    top: 0;
    background: var(--color-18);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: transform .5s .4s;
    padding: 100px 40px;
    scrollbar-width: none
}

.about__company-left-image img,.about__three,.banner__three,.consulting__area,.cta__area,.features-area-item,.mobile-menu,.portfolio__area,.services__one-item,.services__three-item,.team__three-item-image-info-social ul li a,.team__two-item-image,.testimonial__area {
    overflow: hidden
}

.header__area-menubar-right-sidebar-popup::-webkit-scrollbar {
    display: none
}

.header__area-menubar-right-sidebar-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    right: 0
}

.header__area-menubar-right-sidebar-popup-icon {
    margin-left: 70px;
    padding-left: 70px;
    position: relative
}

.header__area-menubar-right-sidebar-popup-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: var(--text-heading-color);
    opacity: .1
}

.header__area-menubar-right-sidebar-popup-icon img {
    cursor: pointer
}

.header__area-menubar-right-sidebar-popup-icon.two {
    border-left: 1px solid var(--color-8)
}

.header__area-menubar-right-sidebar-popup-icon.two span {
    border-color: var(--text-white)
}

.header__area-menubar-right-sidebar-popup .sidebar-close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    transform: rotate(0)
}

.header__area-menubar-right-sidebar-popup .sidebar-close-btn i::before {
    background: var(--primary-color-1);
    width: 40px;
    color: var(--text-white);
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: block
}

.header__area-menubar-right-sidebar-popup .sidebar-close-btn:hover {
    -webkit-animation: .4s rotate;
    animation: .4s rotate
}

.header__area-menubar-right-sidebar-popup-logo {
    margin-bottom: 30px
}

.header__area-menubar-right-sidebar-popup-logo a {
    display: inline-block
}

.header__area-menubar-right-sidebar-popup-logo a img {
    max-width: 150px;
    position: relative;
    z-index: 999
}

.header__area-menubar-right-sidebar-popup p {
    color: var(--color-4)
}

.header__area-menubar-right-btn .btn-six {
    color: var(--text-white);
    border-color: var(--text-white)
}

.header__area-menubar-right-btn .btn-six:hover {
    color: var(--bg-heading-color);
    border-color: var(--text-white)
}

.header__area-menubar.two {
    align-items: initial
}

.header__area-menubar.two .header__area-menubar-left-logo {
    padding-top: 3px
}

.header__area-menubar.two .header__area-menubar-left-logo .two,.mean-container .mean-nav ul li a i {
    display: none
}

.header__area-menubar.two .header__area-menubar-right-btn {
    margin-top: -10px
}

.header__area-menubar.two .header__area-menubar-right-box-search-box button {
    color: var(--primary-color-2)
}

.header__area-menubar.three {
    background: var(--bg-white);
    padding: 0 40px
}

.header__area-menubar.three .header__area-menubar-right-box-search-box button,.header__area-menubar.three .menu-item-has-children ul li a:hover,.header__area-menubar.three .menu-item-has-children ul li li a:hover,.header__area-menubar.three .menu-item-has-children>a:hover {
    color: var(--primary-color-3)
}

.header__area-menubar.two .menu-item-has-children ul li a:hover,.header__area-menubar.two .menu-item-has-children ul li li a:hover,.header__area-menubar.two .menu-item-has-children>a:hover,.header__two-topbar-left a i,.header__two-topbar-social ul li a i:hover {
    color: var(--primary-color-2)
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: .8s ease-out;
    visibility: hidden;
    z-index: 99999;
    background: rgba(24,24,24,.6)
}

.sidebar-overlay.show {
    visibility: visible;
    width: 100%
}

.header__two::after,.header__two::before {
    width: 80%;
    z-index: -1;
    height: 100%;
    content: ""
}

.header__two {
    background: var(--primary-color-2);
    position: relative;
    z-index: 99;
    padding: 0 25px
}

.header__three,.responsive-menu {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0
}

.header__two::before {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../assets/img/shape/before.png") center no-repeat
}

.header__two::after {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../../assets/img/shape/after.png") center no-repeat
}

.header__two-topbar {
    padding: 9px 0
}

.header__two-topbar .borders {
    padding: 0 130px
}

.header__two-topbar-left a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

.banner__one-content span,.banner__three-title span,.banner__two-content .subtitle,.banner__two-content span {
    font-weight: 700;
    font-family: var(--heading-font)
}

.header__two-topbar-left a i {
    margin-right: 6px
}

.header__two-topbar-social ul {
    padding: 0;
    margin: 0
}

.header__two-topbar-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px
}

.header__two-topbar-social ul li:last-child {
    margin: 0
}

.header__two-topbar-social ul li a i {
    color: var(--text-heading-color);
    transition: .4s
}

.mean-container .mean-nav .sub-menu li a.mean-expand,.mean-container .mean-nav ul li a.mean-expand,.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--primary-color-1);
    color: var(--text-white)
}

.responsive-menu {
    right: 0
}

.mean-container a.meanmenu-reveal {
    color: var(--text-heading-color);
    width: 25px;
    height: 31px;
    top: 34px;
    padding: 0;
    margin-right: 42px;
    transition: ease-out
}

.mean-container a.meanmenu-reveal span {
    background: var(--text-heading-color);
    margin-top: 7px;
    height: 2px
}

.mean-container .mean-bar {
    background: 0 0;
    padding: 0;
    z-index: 99
}

.mean-container .mean-bar a i {
    font-size: 32px;
    display: block;
    color: var(--text-heading-color)
}

.mean-container .mean-nav {
    background: var(--bg-white);
    margin-top: 100px;
    box-shadow: var(--box-shadow-1)
}

.mean-container .mean-nav ul li a {
    transition: .4s
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 34px;
    margin: 0;
    border: 0
}

.mean-container .mean-nav ul li a:hover {
    color: var(--primary-color-1);
    background: 0 0
}

.mean-container .mean-nav .sub-menu li a.mean-expand {
    height: 34px
}

.mean-container .mean-nav li li:first-child>a,.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li li a {
    color: var(--text-heading-color);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--heading-font);
    font-weight: 600;
    text-transform: capitalize;
    border-top: 1px solid var(--border-color-2);
    opacity: 1
}

@media (max-width: 1720px) {
    .header__area-menubar-right-box-contact {
        padding-left:30px;
        margin-left: 40px
    }

    .header__area-menubar-center.two {
        margin-left: 0
    }

    .header__two::after {
        width: 86%
    }

    .header__two::before {
        width: 82%
    }

    .header__two-topbar .borders {
        padding: 0 210px 0 185px
    }
}

@media (max-width: 1600px) {
    .header__area-menubar.two .header__area-menubar-right-btn {
        margin-top:-8px
    }

    .header__area-menubar.two .header__area-menubar-right-box-search {
        display: none
    }

    .header__area-menubar-right-box-contact {
        padding-left: 0;
        margin-left: 0;
        border: 0
    }

    .header__area-menubar-right-box-btn {
        margin-left: 45px
    }

    .header__area-menubar-right-sidebar-popup-icon {
        margin-left: 45px;
        padding-left: 45px
    }

    .header__area-menubar-right-btn .btn-six {
        padding: 14px 32px
    }

    .header__two .borders {
        padding: 0 210px
    }

    .header__two::after,.header__two::before {
        width: 88%
    }
}

@media (max-width: 1599px) {
    .header__two::after {
        width:93%
    }

    .header__two::before {
        width: 92%
    }

    .header__two-topbar .borders {
        padding: 0 260px
    }
}

@media (max-width: 1399px) {
    .header__area-menubar-right-btn .btn-six {
        padding:14px 30px
    }

    .header__area-menubar-right-sidebar-popup {
        padding: 70px 40px
    }

    .header__two {
        padding: 0 10px
    }

    .header__two::after {
        width: 94%
    }

    .header__two::before {
        width: 91%
    }

    .header__two-topbar .borders {
        padding: 0 200px 0 180px
    }

    .header__area-menubar.three {
        padding: 0 20px;
        position: relative
    }
}

@media (max-width: 1350px) {
    .header__area-menubar-right-btn .btn-six:hover,.header__two-topbar-left a,.header__two-topbar-left a i,.header__two-topbar-social ul li a i,.header__two-topbar-social ul li a i:hover {
        color:var(--text-white)
    }

    .header__area-menubar.two .header__area-menubar-left-logo .one,.header__area-menubar.two .header__area-menubar-right,.header__area-menubar.two .header__area-menubar-right-box-contact,.header__two::after,.header__two::before {
        display: none
    }

    .header__two {
        background: var(--bg-white);
        padding: 0
    }

    .header__two-topbar {
        background: var(--primary-color-2)
    }

    .header__two .borders {
        padding: 0
    }

    .header__area-menubar-right-btn {
        margin: 0
    }

    .header__area-menubar-right-btn .btn-six {
        color: var(--text-white);
        background: var(--primary-color-2);
        border: 0;
        padding: 17px 43px
    }

    .header__area-menubar-right-btn .btn-six::before {
        background: var(--bg-heading-color)
    }

    .header__area-menubar-center-menu.two ul li a {
        padding: 38px 30px
    }

    .header__area-menubar.two {
        align-items: center
    }

    .header__area-menubar.two .header__area-menubar-left-logo .two,body.dark-mode .light {
        display: block
    }

    .header__area-menubar.two .header__area-menubar-right-btn {
        margin-top: 0
    }

    .header__area-menubar.two .header__area-menubar-left-logo {
        padding-top: 0
    }
}

.banner__one-content span,.banner__one-content-button-item .btn-one:hover {
    color: var(--primary-color-1)
}

.banner__one-image,.banner__three,.banner__two-image {
    background-position: center;
    background-size: cover
}

.banner__one-image,.banner__one-image::after,.banner__three,.banner__two-image {
    background-repeat: no-repeat
}

@media (max-width: 1199px) {
    .xl-pb-0 {
        padding-bottom:0
    }

    .xl-pl-0 {
        padding-left: 0
    }

    .xl-pr-0 {
        padding-right: 0
    }

    .xl-mb-0 {
        margin-bottom: 0
    }

    .xl-ml-0 {
        margin-left: 0
    }

    .xl-mr-0 {
        margin-right: 0
    }

    .xl-pb-5 {
        padding-bottom: 5px
    }

    .xl-pl-5 {
        padding-left: 5px
    }

    .xl-pr-5 {
        padding-right: 5px
    }

    .xl-mb-5 {
        margin-bottom: 5px
    }

    .xl-ml-5 {
        margin-left: 5px
    }

    .xl-mr-5 {
        margin-right: 5px
    }

    .xl-pb-10 {
        padding-bottom: 10px
    }

    .xl-pl-10 {
        padding-left: 10px
    }

    .xl-pr-10 {
        padding-right: 10px
    }

    .xl-mb-10 {
        margin-bottom: 10px
    }

    .xl-ml-10 {
        margin-left: 10px
    }

    .xl-mr-10 {
        margin-right: 10px
    }

    .xl-pb-15 {
        padding-bottom: 15px
    }

    .xl-pl-15 {
        padding-left: 15px
    }

    .xl-pr-15 {
        padding-right: 15px
    }

    .xl-mb-15 {
        margin-bottom: 15px
    }

    .xl-ml-15 {
        margin-left: 15px
    }

    .xl-mr-15 {
        margin-right: 15px
    }

    .xl-pb-20 {
        padding-bottom: 20px
    }

    .xl-pl-20 {
        padding-left: 20px
    }

    .xl-pr-20 {
        padding-right: 20px
    }

    .xl-mb-20 {
        margin-bottom: 20px
    }

    .xl-ml-20 {
        margin-left: 20px
    }

    .xl-mr-20 {
        margin-right: 20px
    }

    .xl-pb-25 {
        padding-bottom: 25px
    }

    .xl-pl-25 {
        padding-left: 25px
    }

    .xl-pr-25 {
        padding-right: 25px
    }

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

    .xl-ml-25 {
        margin-left: 25px
    }

    .xl-mr-25 {
        margin-right: 25px
    }

    .xl-pb-30 {
        padding-bottom: 30px
    }

    .xl-pl-30 {
        padding-left: 30px
    }

    .xl-pr-30 {
        padding-right: 30px
    }

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

    .header__area-menubar-right-box-search,.xl-ml-30 {
        margin-left: 30px
    }

    .xl-mr-30 {
        margin-right: 30px
    }

    .xl-pb-35 {
        padding-bottom: 35px
    }

    .xl-pl-35 {
        padding-left: 35px
    }

    .xl-pr-35 {
        padding-right: 35px
    }

    .xl-mb-35 {
        margin-bottom: 35px
    }

    .xl-ml-35 {
        margin-left: 35px
    }

    .xl-mr-35 {
        margin-right: 35px
    }

    .xl-pb-40 {
        padding-bottom: 40px
    }

    .xl-pl-40 {
        padding-left: 40px
    }

    .xl-pr-40 {
        padding-right: 40px
    }

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

    .xl-ml-40 {
        margin-left: 40px
    }

    .xl-mr-40 {
        margin-right: 40px
    }

    .xl-pb-45 {
        padding-bottom: 45px
    }

    .xl-pl-45 {
        padding-left: 45px
    }

    .xl-pr-45 {
        padding-right: 45px
    }

    .xl-mb-45 {
        margin-bottom: 45px
    }

    .xl-ml-45 {
        margin-left: 45px
    }

    .xl-mr-45 {
        margin-right: 45px
    }

    .xl-pb-50 {
        padding-bottom: 50px
    }

    .xl-pl-50 {
        padding-left: 50px
    }

    .xl-pr-50 {
        padding-right: 50px
    }

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

    .xl-ml-50 {
        margin-left: 50px
    }

    .xl-mr-50 {
        margin-right: 50px
    }

    .xl-pb-55 {
        padding-bottom: 55px
    }

    .xl-pl-55 {
        padding-left: 55px
    }

    .xl-pr-55 {
        padding-right: 55px
    }

    .xl-mb-55 {
        margin-bottom: 55px
    }

    .xl-ml-55 {
        margin-left: 55px
    }

    .xl-mr-55 {
        margin-right: 55px
    }

    .xl-pb-60 {
        padding-bottom: 60px
    }

    .xl-pl-60 {
        padding-left: 60px
    }

    .xl-pr-60 {
        padding-right: 60px
    }

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

    .xl-ml-60 {
        margin-left: 60px
    }

    .xl-mr-60 {
        margin-right: 60px
    }

    .xl-pb-65 {
        padding-bottom: 65px
    }

    .xl-pl-65 {
        padding-left: 65px
    }

    .xl-pr-65 {
        padding-right: 65px
    }

    .xl-mb-65 {
        margin-bottom: 65px
    }

    .xl-ml-65 {
        margin-left: 65px
    }

    .xl-mr-65 {
        margin-right: 65px
    }

    .xl-pb-70 {
        padding-bottom: 70px
    }

    .xl-pl-70 {
        padding-left: 70px
    }

    .xl-pr-70 {
        padding-right: 70px
    }

    .xl-mb-70 {
        margin-bottom: 70px
    }

    .xl-ml-70 {
        margin-left: 70px
    }

    .xl-mr-70 {
        margin-right: 70px
    }

    .xl-pb-75 {
        padding-bottom: 75px
    }

    .xl-pl-75 {
        padding-left: 75px
    }

    .xl-pr-75 {
        padding-right: 75px
    }

    .xl-mb-75 {
        margin-bottom: 75px
    }

    .xl-ml-75 {
        margin-left: 75px
    }

    .xl-mr-75 {
        margin-right: 75px
    }

    .xl-pb-80 {
        padding-bottom: 80px
    }

    .xl-pl-80 {
        padding-left: 80px
    }

    .xl-pr-80 {
        padding-right: 80px
    }

    .xl-mb-80 {
        margin-bottom: 80px
    }

    .xl-ml-80 {
        margin-left: 80px
    }

    .xl-mr-80 {
        margin-right: 80px
    }

    .xl-pb-85 {
        padding-bottom: 85px
    }

    .xl-pl-85 {
        padding-left: 85px
    }

    .xl-pr-85 {
        padding-right: 85px
    }

    .xl-mb-85 {
        margin-bottom: 85px
    }

    .xl-ml-85 {
        margin-left: 85px
    }

    .xl-mr-85 {
        margin-right: 85px
    }

    .xl-pb-90 {
        padding-bottom: 90px
    }

    .xl-pl-90 {
        padding-left: 90px
    }

    .xl-pr-90 {
        padding-right: 90px
    }

    .xl-mb-90 {
        margin-bottom: 90px
    }

    .xl-ml-90 {
        margin-left: 90px
    }

    .xl-mr-90 {
        margin-right: 90px
    }

    .xl-pb-95 {
        padding-bottom: 95px
    }

    .xl-pl-95 {
        padding-left: 95px
    }

    .xl-pr-95 {
        padding-right: 95px
    }

    .xl-mb-95 {
        margin-bottom: 95px
    }

    .xl-ml-95 {
        margin-left: 95px
    }

    .xl-mr-95 {
        margin-right: 95px
    }

    .xl-t-left {
        text-align: left
    }

    .xl-t-center {
        text-align: center
    }

    .xl-t-right {
        text-align: right
    }

    .xl-display-n {
        display: none!important
    }

    .xl-display-b {
        display: block!important
    }

    .header__area-menubar-center-menu ul li a {
        padding: 42px 26px
    }

    .header__area-menubar-center-menu ul li.menu-item-has-children>a::before {
        right: 16px
    }

    .header__area-menubar-center-menu ul li.menu-item-has-children>a::after {
        right: 13px
    }

    .header__area-menubar-center-menu.two ul li a {
        padding: 38px 24px
    }

    .header__area-menubar-right-sidebar-popup-icon {
        padding: 38px 0 38px 40px;
        margin-left: 30px
    }
}

@media (max-width: 991px) {
    .header__area {
        position:-webkit-sticky;
        position: sticky;
        z-index: 999
    }

    .header__area-menubar-left-logo a img {
        max-width: 200px;
        margin-top: 21px;
        margin-bottom: 20px
    }

    .header__area-menubar-center {
        display: none
    }

    .header__area-menubar-right {
        display: block
    }

    .header__area-menubar-right-box-search {
        position: relative;
        z-index: 9999;
        padding: 39px 35px 39px 0;
        margin: 0 55px 0 0;
        border-right: 1px solid var(--border-color-2)
    }

    .header__area-menubar-right-box-search-icon i {
        font-size: 22px
    }

    .header__area-menubar-right-box-search-box form {
        width: 90%
    }

    .header__area-menubar-right-box-search.two {
        border-color: var(--color-8)
    }

    .header__area-menubar-right-sidebar,.header__area-menubar.two .header__area-menubar-right-btn {
        display: none
    }

    .header__area-menubar .two .header__area-menubar-right,.header__area-menubar .two .header__area-menubar-right-box-search,.header__area-menubar.two .header__area-menubar-right,.header__area-menubar.two .header__area-menubar-right-box-search {
        display: block
    }

    .header__area-menubar.two .header__area-menubar-right .mean-container .mean-nav ul li a.mean-expand {
        background: var(--primary-color-2)
    }

    .header__area-menubar.two .header__area-menubar-right .mean-container a.meanmenu-reveal {
        margin-right: 38px
    }

    .auto__container.pl-35.pr-35 {
        position: relative
    }

    .header__area-menubar.three .mean-container a.meanmenu-reveal {
        margin-right: 20px
    }

    .header__area-menubar.three .mean-container .mean-nav ul li a.mean-expand {
        background: var(--primary-color-3)
    }
}

.about__one-right-bottom-list span:last-child,.banner__one-content-button-item:last-child {
    margin: 0
}

.mobile-menu {
    position: fixed;
    top: 0;
    padding: 10px;
    width: 100%;
    background-color: #b10f0f;
    z-index: 999;
    -webkit-box-shadow: 0 -3px 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 -3px 10px 0 rgba(0,0,0,.08)
}

.banner__one,.banner__one-image {
    z-index: 1;
    position: relative
}

.mobile-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-left: 0
}

.mobile-menu ul li {
    width: 100%;
    text-align: center;
    list-style: none
}

.mobile-menu ul li.active::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
    border-radius: 100%
}

.mobile-menu ul li a .icli {
    display: inline-block;
    margin: 0 auto;
    font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
    color: #fff200
}

.mobile-menu ul li a span {
    display: block;
    color: #fff
}

.banner__one-image::after {
    content: "";
    position: absolute;
    background-image: url("../../assets/img/shape/banner-bg.png");
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.banner__one-content {
    position: relative;
    z-index: 9;
    text-align: left;
    padding-bottom: 167px;
    padding-top: 162px;
    max-width: 740px
}

.banner__one-content span {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px
}

.banner__one-content h1 {
    color: var(--text-white);
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 30px;
    max-width: 650px
}

.banner__one-content p {
    color: var(--color-4);
    max-width: 560px;
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 30px
}

.banner__one-content-button {
    display: flex
}

.banner__one-content-button-item {
    margin-right: 30px
}

.banner__one-content-button-item .btn-one::before {
    background: var(--btn-white)
}

.banner__one-content-icon {
    position: absolute;
    bottom: 160px;
    right: 140px;
    z-index: -1
}

.banner__one-content-icon img {
    max-width: 260px
}

.banner__two-image {
    position: relative;
    z-index: 1
}

.banner__two-image::before {
    content: "";
    position: absolute;
    background: var(--bg-heading-color);
    width: 100%;
    height: 100%;
    opacity: .6;
    left: 0;
    top: 0;
    z-index: -1
}

.banner__two-image-shape-one {
    position: absolute;
    left: -60px;
    bottom: 130px
}

.banner__two-image-shape-two {
    position: absolute;
    right: 0;
    bottom: 0
}

.banner__two-content {
    position: relative;
    text-align: center;
    padding: 220px 0
}

.banner__two-content .subtitle {
    position: absolute;
    left: 50%;
    top: 23%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 250px;
    line-height: 200px;
    font-style: normal;
    opacity: .2;
    color: var(--text-white);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    z-index: -1
}

.banner__two-arrow-next i:hover,.banner__two-arrow-prev i:hover,.blog__one .btn-two {
    background: var(--bg-white);
    color: var(--text-heading-color)
}

.banner__three,.banner__three-title-bottom-video-icon,.services__page .slider,.team__area-item-image {
    z-index: 1;
    position: relative
}

.banner__two-content span {
    color: var(--primary-color-2);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    display: inline-block
}

.banner__two-content h1 {
    color: var(--text-white);
    font-size: 90px;
    line-height: 100px;
    max-width: 1020px;
    margin: 0 auto 45px
}

.banner__two-arrow-next i,.banner__two-arrow-prev i {
    line-height: 60px;
    display: inline-block;
    background: var(--primary-color-2);
    font-size: 22px;
    color: var(--text-white);
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: .4s
}

.banner__two-arrow-prev {
    display: inline-block;
    left: 135px
}

.banner__two-arrow-next {
    display: inline-block;
    right: 165px
}

.banner__three {
    padding-top: 250px;
    padding-bottom: 180px
}

.banner__three-title {
    position: relative
}

.banner__three-title span {
    color: var(--primary-color-3);
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin-bottom: 8px
}

.banner__three-title h1,.team__details-content h2 {
    margin-bottom: 20px
}

.banner__three-title p {
    max-width: 505px
}

.banner__three-title-bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px
}

.banner__three-title-bottom-video {
    display: flex;
    align-items: center;
    gap: 20px
}

.banner__three-title-bottom-video-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px dashed var(--primary-color-3);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: 5s linear infinite rotation;
    animation: 5s linear infinite rotation
}

.banner__three-title-bottom-video-icon i {
    color: var(--primary-color-3);
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px
}

.banner__three-title-bottom-video-icon:hover::after {
    -webkit-animation: none;
    animation: none
}

.banner__three-title-bottom-video h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    max-width: 125px
}

.banner__three .swiper-pagination {
    position: absolute;
    left: -110px;
    top: 57%;
    transform: translateY(-50%);
    z-index: -1
}

.banner__three .swiper-pagination span {
    width: 6px;
    height: 6px;
    background: var(--primary-color-3);
    opacity: 1
}

.banner__three .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0 18px 9px;
    position: relative
}

.banner__three .swiper-pagination .swiper-pagination-bullet-active {
    background: 0 0;
    border: 1px solid var(--primary-color-3);
    width: 24px;
    height: 24px;
    margin-left: 0
}

.banner__three .swiper-pagination .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -3px;
    background-image: url("../../assets/img/shape/border.png");
    width: 28px;
    height: 21px
}

.banner__three-image {
    text-align: right;
    margin-right: -750px
}

@media (max-width: 1599px) {
    .banner__one-image::after {
        left:-160px
    }

    .banner__two-arrow-prev {
        left: 35px
    }

    .banner__two-arrow-next {
        right: 65px
    }

    .banner__three .swiper-pagination {
        left: -50px
    }
}

@media (max-width: 1399px) {
    .banner__one-image::after {
        left:-200px
    }

    .banner__one-content {
        padding-bottom: 145px;
        padding-top: 140px
    }

    .banner__one-content h1 {
        font-size: 80px;
        line-height: 90px;
        max-width: 580px;
        margin-bottom: 25px
    }

    .banner__one-content p {
        margin-bottom: 40px
    }

    .banner__two-content {
        padding: 150px 0
    }

    .banner__two-content h1 {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 40px
    }

    .banner__three-title h1 {
        font-size: 64px;
        line-height: 74px
    }
}

.about__one-right-title h1,.about__one-right-title h2 {
    max-width: 1000px;
    font-family: Poppins,sans-serif;
    font-weight: 600
}

@media (max-width: 1099px) {
    .banner__one-image::after {
        left:-320px;
        width: 110%
    }
}

@media (max-width: 991px) {
    .banner__one-image::after {
        left:0;
        width: 100%;
        background: var(--bg-heading-color)
    }

    .banner__two-content h1 {
        font-size: 64px;
        line-height: 74px
    }

    .banner__two-content .subtitle {
        top: 15%;
        font-size: 180px
    }

    .banner__three {
        padding-top: 270px
    }
}

@media (max-width: 767px) {
    .top__bar-left {
        text-align:center;
        margin-bottom: 5px
    }

    .banner__one-content-button,.banner__three-title-bottom,.banner__three-title-bottom-video,.top__bar-right {
        justify-content: center
    }

    .top__bar-right-social {
        padding-left: 11px;
        margin-left: 12px
    }

    .banner__one-content,.banner__three-title {
        text-align: center
    }

    .banner__one-content h1 {
        font-size: 72px;
        line-height: 82px
    }

    .banner__two-content h1 {
        font-size: 47px;
        line-height: 57px;
        margin-bottom: 30px
    }

    .banner__two-content .subtitle {
        font-size: 140px
    }

    .banner__three-image {
        margin: 0
    }

    .banner__three-title p {
        margin: 0 auto
    }

    .banner__three-title-bottom-video h6 {
        text-align: left
    }

    .banner__three .swiper-pagination {
        position: initial;
        margin-top: 35px;
        transform: initial
    }

    .banner__three .swiper-pagination span {
        display: inline-block
    }

    .banner__three .swiper-pagination .swiper-pagination-bullet {
        margin: 0 18px 9px 0
    }

    .banner__three .swiper-pagination .swiper-pagination-bullet-active,.banner__three .swiper-pagination:last-child .swiper-pagination-bullet-active {
        margin-bottom: 0
    }

    .banner__three .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-bottom: 9px
    }
}

@media (max-width: 535px) {
    .banner__one-content h1 {
        font-size:64px;
        line-height: 84px
    }

    .banner__two-arrow-next i,.banner__two-arrow-prev i {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .banner__two-arrow-prev {
        left: 12px
    }

    .banner__two-arrow-next {
        right: 36px
    }

    .banner__two .subtitle {
        top: 13%;
        font-size: 90px
    }
}

@media (max-width: 380px) {
    .banner__three {
        padding-top:300px
    }
}

.about__one {
    position: relative;
    background-image: linear-gradient(#fec201f7,#fa502fe0),url(../img/01.gif);
    background-size: contain
}

.about__one-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.about__one-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.about__one-left {
    position: relative
}

.about__one-left-image {
    display: flex;
    align-items: start;
    gap: 20px
}

.about__one-left-image img {
    width: 100%
}

.about__one-left-image .two {
    min-height: 570px;
    -o-object-fit: cover;
    object-fit: cover
}

.about__one-left-experience {
    position: absolute;
    left: 70px;
    bottom: 0;
    background: var(--primary-color-1);
    width: 244px;
    height: 225px;
    padding: 50px
}

.about__one-left-experience h1 {
    color: var(--text-white);
    font-size: 60px;
    line-height: 70px
}

.about__one-left-experience h6 {
    color: var(--text-white);
    font-size: 18px;
    line-height: 28px
}

.about__one-right {
    margin-left: 95px
}

.about__one-right-title {
    margin-bottom: 45px;
    padding: 40px 50px 0;
    box-shadow: -5px -8px 11px #c7c7c736;
    background: #fff;
    border-radius: 10px
}

.about__one-right-title h2 {
    margin-bottom: 5px;
    color: #f94c30
}

.about__one-right-title h1 {
    margin-bottom: 5px!important;
    color: #f94c30!important;
    font-size: 30px;
    line-height: normal;
}

.about__one-right-btn,.about__one-right-btn-author {
    display: flex;
    align-items: center;
    gap: 30px
}

.about__one-right-btn-author-avatar img {
    border-radius: 50%;
    max-width: 60px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
}

.about__one-right-btn-author-name h6 {
    color: var(--color-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.about__one-right-bottom {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 80px
}

.about__one-right-bottom-list span {
    display: block;
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 10px
}

.about__three-title h2,.about__two-right-title h2 {
    margin-bottom: 30px
}

.about__one-right-bottom-list span i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color-1);
    border: 1px solid var(--primary-color-1);
    font-size: 12px;
    border-radius: 50%;
    margin-right: 10px
}

.about__one-right-bottom-experience {
    width: 140px;
    height: 130px;
    background: var(--bg-heading-color);
    text-align: center;
    display: block;
    padding: 25px 0
}

.about__one-right-bottom-experience h3 {
    font-size: 40px;
    color: var(--text-white)
}

.about__one-right-bottom-experience h6 {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-white)
}

.about__two {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(#fdc800f2,#fea803d1),url(../img/about-bg.webp);
    background-position: left
}

.about__two-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.about__two-right-title {
    margin-bottom: 5px
}

.about__two-right-title p {
    font-family: Rubik,sans-serif
}

.about__two-right-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 15px
}

.about__two-right-btn-author,.about__two-right-experience {
    align-items: center;
    display: flex
}

.about__two-right-btn-author {
    gap: 30px
}

.about__two-right-btn-author-avatar img {
    border-radius: 50%;
    max-width: 60px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
}

.about__two-right-btn-author-name h6 {
    color: var(--color-2);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.about__two-right-btn .btn-six::before {
    background: var(--primary-color-2)
}

.about__two-right-btn .btn-six:hover {
    color: var(--text-white);
    border-color: var(--primary-color-2)
}

.about__two-right-experience-counter {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid var(--border-color-2)
}

.about__two-right-experience h6 {
    max-width: 187px
}

.about__three-title p {
    max-width: 520px;
    margin-bottom: 38px
}

.about__three-title-faq {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px
}

.about__three-title-faq-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color-1)
}

.about__three-title-faq-text span,.f-w-500 {
    font-weight: 500
}

.about__three-title-faq-text h6 {
    color: var(--primary-color-3);
    font-size: 18px;
    line-height: 28px
}

.about__company-left-experience h2,.about__company-left-experience h6,.about__solution-left h2,.about__three-right-content p,.features-area-item-hover h4,.features-area-item-hover p,.features-area-item-hover.features-area-item span i {
    color: var(--text-white)
}

.about__company,.about__three-right {
    position: relative
}

.about__three-right-image-one {
    text-align: center
}

.about__three-right-image-two {
    margin-top: -70px;
    margin-left: 40px
}

.about__three-right-content {
    position: absolute;
    right: 0;
    bottom: 35px;
    background: var(--bg-heading-color);
    display: inline-block;
    padding: 40px 40px 60px;
    -webkit-clip-path: polygon(0 0,100% 0%,100% 88%,0% 100%);
    clip-path: polygon(0 0,100% 0%,100% 88%,0% 100%)
}

.about__three-right-content-counter {
    background: var(--primary-color-3);
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.about__three-right-content-counter::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    border: 1px dashed var(--primary-color-3);
    border-radius: 50%;
    display: block;
    top: 18px;
    left: 10px;
    z-index: -1;
    -webkit-animation: 10s linear infinite rotation;
    animation: 10s linear infinite rotation
}

.about__three-right-content-counter h1 {
    font-size: 50px;
    line-height: 70px;
    color: var(--text-white);
    padding: 40px 0
}

.company__history-area-item-right-content-date span,.company__history-area-items-left-content-date span {
    padding: 7px 25px 7px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    background: var(--primary-color-1)
}

.about__three-right-content p {
    width: 162px
}

@media (max-width: 1399px) {
    .about__one-left-image .one {
        max-width:43%
    }

    .about__one-left-image .two {
        min-height: 530px;
        overflow: hidden
    }

    .about__one-right {
        margin-left: 30px
    }

    .about__one-right-title {
        margin-bottom: 38px;
        padding: 0;
        box-shadow: none;
        background: 0 0;
        border-radius: none
    }

    .about__one-right-title h2 {
        margin-bottom: 23px
    }

    .about__one-right-bottom {
        margin-top: 43px
    }
}

@media (max-width: 1199px) {
    .about__one-left-image .one {
        max-width:43%
    }

    .about__one-left-image .two {
        min-height: 530px
    }

    .about__one-right {
        margin-left: 0
    }

    .about__one-right-btn {
        gap: 25px
    }

    .about__one-right-btn .btn-one {
        padding: 17px 35px
    }

    .about__one-right-btn-author {
        gap: 20px
    }

    .about__one-right-bottom {
        gap: 40px
    }
}

@media (max-width: 475px) {
    .about__one-right-bottom-experience,.about__one-right-btn-author {
        margin-top:30px
    }

    .about__one-left-image {
        gap: 20px
    }

    .about__one-left-image .two {
        min-height: 350px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .about__one-left-experience {
        left: 10px
    }

    .about__one-left-experience h1 {
        font-size: 50px;
        line-height: 60px
    }

    .about__one-right-bottom,.about__one-right-btn {
        display: block
    }

    .about__two-right-title {
        margin-bottom: 22px
    }

    .about__two-right-btn {
        display: block;
        margin-top: 20px
    }

    .about__two-right-btn-author {
        margin-top: 30px
    }

    .about__two-right-experience {
        display: block;
        align-items: center
    }

    .about__two-right-experience-counter {
        padding: 0;
        margin: 0;
        border: 0
    }
}

.about__company-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.about__company-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.about__company-left {
    position: relative
}

.about__company-left-image {
    display: flex;
    align-items: start;
    gap: 25px
}

.about__company-left-experience {
    text-align: center;
    position: absolute;
    left: 35%;
    bottom: 20px;
    background: var(--primary-color-1);
    width: 190px;
    height: 200px;
    padding: 40px 35px
}

.about__company-left-experience h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

.about__company-right-title h2 {
    margin-bottom: 30px
}

.about__company-right-title p {
    margin-bottom: 45px
}

.company__two-left-title h2 {
    max-width: 460px;
    margin-bottom: 20px
}

.company__two-left-title p {
    max-width: 510px
}

.company__two-left-skill {
    margin-top: 35px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    gap: 35px
}

.company__two-left-skill-item,.team__details-content-contact-item {
    display: flex;
    align-items: center;
    gap: 20px
}

.company__two-left-skill-item h6 {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    max-width: 145px
}

.company__history-area-item-left img,.company__history-area-items-right img {
    max-width: 410px
}

.about__solution,.cta__two {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0
}

.about__solution::after {
    content: "";
    position: absolute;
    background: var(--bg-heading-color);
    width: 100%;
    height: 100%;
    opacity: .8;
    left: 0;
    top: 0;
    z-index: -1
}

.about__solution-right {
    position: relative;
    z-index: 1;
    padding: 40px 0
}

.about__solution-right-shape {
    position: absolute;
    top: 0;
    right: 150px
}

.about__solution-right .btn-one::before,.features-area-item-hover.features-area-item span i::after {
    background: var(--bg-white)
}

.blog__two .btn-six::before,.consulting__area-right .btn-six::before,.services__two-arrow-next i:hover,.services__two-arrow-prev i:hover,.work__area-item span::before {
    background: var(--primary-color-2)
}

.about__solution-right .btn-one:hover {
    color: var(--text-heading-color)
}

.company__history-area {
    max-width: 960px;
    margin: 0 auto
}

.company__history-area-items {
    display: flex
}

.company__history-area-items-left {
    padding-right: 70px;
    margin-right: 70px;
    border-right: 1px dashed var(--primary-color-1)
}

.company__history-area-items-left-content {
    padding: 39px 39px 37px;
    border: 1px solid var(--border-color-1);
    margin-top: 30px;
    position: relative
}

.company__history-area-items-left-content::before {
    content: "";
    position: absolute;
    right: -76px;
    top: 70px;
    width: 10px;
    height: 10px;
    background: var(--primary-color-1);
    box-shadow: 0 5px 20px rgba(249,76,48,.5);
    border-radius: 50%
}

.company__history-area-items-left-content::after {
    content: "";
    position: absolute;
    right: -11px;
    top: 65px;
    width: 20px;
    height: 20px;
    background: var(--bg-white);
    border-bottom: var(--border-color-1) solid 1px;
    border-right: var(--border-color-1) solid 1px;
    transform: rotate(-45deg)
}

.company__history-area-items-left-content-date {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px
}

.company__history-area-items-left-content-date span {
    color: var(--text-white);
    -webkit-clip-path: polygon(0 0,100% 0,81% 50%,100% 99%,0 100%,0% 50%);
    clip-path: polygon(0 0,100% 0,81% 50%,100% 99%,0 100%,0% 50%)
}

.company__history-area-item {
    display: flex
}

.company__history-area-item-left {
    padding-right: 69px;
    margin-right: 70px;
    border-right: 1px dashed var(--primary-color-1)
}

.company__history-area-item-right-content {
    padding: 39px 39px 37px;
    border: 1px solid var(--border-color-1);
    margin-top: 30px;
    position: relative
}

.company__history-area-item-right-content::before {
    content: "";
    position: absolute;
    left: -76px;
    top: 70px;
    width: 10px;
    height: 10px;
    background: var(--primary-color-1);
    box-shadow: 0 5px 20px rgba(249,76,48,.5);
    border-radius: 50%
}

.features-area,.services__three-item.page {
    box-shadow: var(--box-shadow-1)
}

.company__history-area-item-right-content::after {
    content: "";
    position: absolute;
    left: -11px;
    top: 65px;
    width: 20px;
    height: 20px;
    background: var(--bg-white);
    border-top: var(--border-color-1) solid 1px;
    border-left: var(--border-color-1) solid 1px;
    transform: rotate(-45deg)
}

.company__history-area-item-right-content-date {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px
}

.company__history-area-item-right-content-date span {
    color: var(--text-white);
    -webkit-clip-path: polygon(0 0,100% 0,81% 50%,100% 99%,0 100%,0% 50%);
    clip-path: polygon(0 0,100% 0,81% 50%,100% 99%,0 100%,0% 50%)
}

@media (max-width: 1199px) {
    .company__history-area-item-right-content,.company__history-area-items-left-content {
        padding:39px 30px 37px
    }

    .company__history-area-items-right img {
        max-width: 398px
    }

    .company__history-area-item-left {
        padding-right: 70px
    }

    .company__history-area-item-left img {
        max-width: 397px
    }
}

@media (max-width: 510px) {
    .about__company-left-image {
        gap:15px
    }

    .about__company-left-experience {
        left: 17%;
        bottom: 10px;
        width: 160px;
        height: 150px;
        padding: 27px 25px
    }

    .company__two-left-skill {
        margin-top: 30px;
        margin-bottom: 35px;
        display: block
    }

    .company__two-left-skill-item {
        margin-bottom: 15px
    }

    .company__two-left-skill-item:last-child {
        margin: 0
    }
}

.features {
    margin-top: -80px;
    position: relative;
    z-index: 1
}

.features-area {
    display: grid;
    grid-template-columns: repeat(3,1fr)
}

.features-area-item {
    position: relative;
    padding: 40px;
    transition: .4s;
    background: var(--bg-white)
}

.features-area-item span {
    position: absolute;
    right: -50px;
    top: -50px
}

.features-area-item span i {
    font-size: 25px;
    color: var(--primary-color-3);
    position: relative;
    width: 137px;
    height: 137px;
    line-height: 137px;
    text-align: center;
    transition: .4s
}

.features-area-item span i::before {
    position: relative;
    top: 24px;
    right: 20px
}

.features-area-item span i::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 137px;
    height: 137px;
    opacity: .1;
    background: var(--primary-color-3);
    border-radius: 50%;
    transition: .4s
}

.features-area-item h4 {
    margin-bottom: 10px;
    transition: .4s
}

.features-area-item p {
    max-width: 270px;
    transition: .4s
}

.features .ltb-radius {
    border-radius: 6px 0 0 6px
}

.features .rtb-radius {
    border-radius: 0 6px 6px 0
}

@media (max-width: 991px) {
    .company__history-area-item-left img,.company__history-area-items-right img {
        max-width:100%;
        width: 100%
    }

    .company__history-area-item-right-content::before,.company__history-area-items-left-content::before {
        display: none
    }

    .company__history-area-items {
        display: grid
    }

    .company__history-area-items-left {
        padding: 0;
        margin: 0;
        border: 0
    }

    .company__history-area-items-left-content {
        margin-top: 40px
    }

    .company__history-area-items-left-content::after {
        left: 35px;
        top: -10px;
        transform: rotate(-135deg)
    }

    .company__history-area-item {
        display: block
    }

    .company__history-area-item-left {
        padding: 0;
        margin: 0;
        border: 0
    }

    .company__history-area-item-right-content {
        margin-top: 40px
    }

    .company__history-area-item-right-content::after {
        left: 35px;
        top: -10px;
        transform: rotate(45deg)
    }

    .features-area {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 766px) {
    .features-area {
        grid-template-columns:repeat(1,1fr)
    }

    .features .ltb-radius,.features .rtb-radius,.features-area-item {
        border-radius: 4px
    }
}

.consulting__area,.cta__area {
    position: relative;
    z-index: 1
}

.consulting__area-shape {
    position: absolute;
    bottom: -80px;
    right: 0;
    z-index: -1
}

.consulting__area-right-title,.consulting__area-right-title h2 {
    margin-bottom: 30px
}

.consulting__area-right-title p {
    max-width: 493px
}

.consulting__area-right-list span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--heading-font);
    margin-bottom: 20px
}

.consulting__area-right-list span i {
    color: var(--primary-color-2);
    border: 1px solid var(--primary-color-2);
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-right: 15px;
    text-align: center;
    border-radius: 50%
}

.consulting__area-right .btn-six {
    margin-top: 30px
}

.consulting__area-right .btn-six:hover {
    color: var(--text-white);
    border-color: var(--primary-color-2)
}

.work__area-item {
    text-align: center;
    position: relative
}

.work__area-item span {
    border: 1px solid var(--border-color-1);
    color: var(--color-13);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.8px;
    font-weight: 700;
    font-size: 48px;
    font-family: var(--heading-font);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: .4s;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.services__two-arrow-next i,.services__two-arrow-prev i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 22px;
    transition: .4s;
    text-align: center
}

.work__area-item span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .4s;
    z-index: -1
}

.blog__one-item-image img:hover,.blog__three-item-image img:hover,.blog__two-item-image img:hover,.news__standard-left-item-image img:hover,.portfolio-item.active.portfolio-item img,.team__two-item:hover .team__two-item-image img {
    transform: scale3d(1.1,1.1,1.1)
}

.work__area-item h6 {
    margin-bottom: 10px
}

.work__area-item p {
    max-width: 280px;
    margin: 0 auto
}

.work__area-item-arrow {
    position: absolute;
    top: 35px;
    right: -58px
}

.blog__two .btn-six:hover,.work__area-item:hover span {
    color: var(--text-white);
    border-color: var(--primary-color-2)
}

.work__area-item:hover.work__area-item span::before {
    width: 100%;
    height: 100%
}

.services__one-item {
    padding: 48px 48px 42px;
    transition: .4s;
    border: 1px solid var(--border-color-1);
    position: relative;
    z-index: 1
}

.services__one-item::before {
    position: absolute;
    content: "";
    top: -112px;
    right: -112px;
    background: var(--bg-white);
    width: 224px;
    height: 224px;
    border-radius: 50%;
    transition: .4s;
    opacity: 0
}

.services__one-item:hover,.services__three-item-content.page .services__three-item-content-icon {
    background: var(--primary-color-1)
}

.services__one-item-icon {
    margin-bottom: 25px;
    position: relative
}

.services__one-item-icon-one {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s;
    z-index: 1
}

.services__one-item-icon img {
    transform: rotateY(0)
}

.services__one-item h4 {
    margin-bottom: 10px;
    transition: .4s
}

.services__one-item p {
    margin-bottom: 27px;
    transition: .4s
}

.services__one-item .simple-btn-2:hover {
    text-decoration: underline
}

.services__one-item:hover {
    border-color: var(--primary-color-1);
    transform: translateY(-10px)
}

.services__one-item:hover .simple-btn-2,.services__one-item:hover h4 {
    color: var(--text-white)
}

.services__two-arrow-next i,.services__two-arrow-prev i,.services__two-item-content .simple-btn-2:hover {
    color: var(--text-heading-color)
}

.services__one-item:hover p {
    color: var(--color-9)
}

.services__one-item:hover .services__one-item-icon-one {
    opacity: 1
}

.services__one-item:hover .services__one-item-icon img {
    -webkit-animation: .6s rotateY;
    animation: .6s rotateY
}

.services__one-item:hover::before {
    opacity: .1
}

.services__two {
    position: relative;
    z-index: 2;
    background-image: linear-gradient(#fdc800f2,#fea803d1),url(../img/about-bg.webp);
    background-position: left
}

.services__two-item {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.portfolio-item::before,.services__two-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--bg-heading-color);
    opacity: 0;
    transition: .4s
}

.services__two-item-content {
    background: var(--bg-white);
    padding: 30px;
    margin: 20px;
    transition: .4s;
    transform: scale(.97);
    opacity: 0
}

.services__two-item-content-icon {
    margin-bottom: 22px
}

.services__two-item-content h4 {
    margin-bottom: 12px
}

.services__two-item-content h4 a {
    transition: .4s
}

.services__two-item-content h4 a:hover {
    color: var(--primary-color-2)
}

.services__two-item-content .simple-btn-2 {
    color: var(--primary-color-2);
    margin-top: 18px
}

.services__two-item:hover::before {
    opacity: .7
}

.services__two-item:hover .services__two-item-content {
    opacity: 1;
    transform: scale(1)
}

.services__two-arrow {
    padding-right: 23px
}

.services__two-arrow-next {
    display: inline-block;
    position: static;
    margin: 0 0 0 40px
}

.services__two-arrow-next i {
    border: 1px solid var(--color-10);
    border-radius: 50%
}

.services__two-arrow-next i:hover {
    color: var(--text-white);
    border-color: var(--primary-color-2)
}

.services__two-arrow-prev {
    display: inline-block;
    position: static;
    margin: 0
}

.services__two-arrow-prev i {
    border: 1px solid var(--color-10);
    border-radius: 50%
}

.services__two-arrow-prev i:hover {
    color: var(--text-white);
    border-color: var(--primary-color-2)
}

.error-page,.services__three-title,.team__two-item {
    text-align: center
}

.services__three-title h2 {
    color: var(--text-white)
}

.services__three-item {
    position: relative
}

.services__three-item>img {
    width: 100%;
    filter: grayscale(100%)
}

.services__three-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 60px 40px 40px;
    margin-right: 30px;
    z-index: 1
}

.services__three-item-content::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -10px;
    transform: matrix(.99,-.1,.12,.99,0,0);
    background: var(--bg-white);
    width: 100%;
    height: 101%;
    z-index: -1
}

.services__three-item-content-icon {
    background: var(--primary-color-3);
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 6px;
    border: 4px solid var(--border-white);
    position: absolute;
    top: -30px;
    right: 0;
    padding: 10px 0
}

.services__three-arrow-next i,.services__three-arrow-prev i {
    display: inline-block;
    background: var(--primary-color-3);
    font-size: 22px;
    border-radius: 6px;
    color: var(--text-white);
    width: 50px;
    height: 50px;
    text-align: center;
    transition: .4s;
    line-height: 50px
}

.services__three-item-content h4 {
    margin-bottom: 5px
}

.services__three-item-content h4 a {
    transition: .4s
}

.services__three-item-content h4 a:hover {
    color: var(--primary-color-3)
}

.services__three-item-content.page {
    background: 0 0
}

.services__three-item-content.page.services__three-item-content h4 a:hover {
    color: var(--primary-color-1)
}

.services__three-item-content.page .services__three-item-content-icon img {
    max-width: 50px
}

.services__three-item:hover img {
    filter: grayscale(0%)
}

.services__three-item:hover .services__three-item-content-icon img {
    -webkit-animation: .7s rotateY;
    animation: .7s rotateY
}

.services__three .slider,.team__details-skills-item-content {
    position: relative
}

.services__three-arrow-next {
    display: inline-block;
    right: -78px;
    width: 50px;
    height: 50px
}

.services__three-arrow-next i:hover {
    background: var(--bg-white);
    color: var(--text-heading-color);
    border-color: var(--primary-color-2)
}

.services__three-arrow-prev {
    display: inline-block;
    left: -100px;
    width: 50px;
    height: 50px
}

.services__three-arrow-prev i:hover {
    background: var(--bg-white);
    color: var(--text-heading-color);
    border-color: var(--primary-color-2)
}

.services__three-arrow.page .services__three-arrow-next i,.services__three-arrow.page .services__three-arrow-prev i {
    border: 1px solid var(--border-color-1);
    background: var(--bg-white);
    color: var(--text-heading-color)
}

.services__three-arrow.page .services__three-arrow-next i:hover,.services__three-arrow.page .services__three-arrow-prev i:hover {
    background: var(--primary-color-1);
    color: var(--text-white);
    border-color: var(--primary-color-1)
}

.services__details-left-content h2 {
    margin-top: 40px;
    margin-bottom: 25px
}

.services__details-left-content-list {
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-color-1)
}

.services__details-left-content-list span {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    max-width: 586px
}

.services__details-left-content-list span:last-child {
    margin: 0
}

.services__details-left-content-list span i {
    color: var(--primary-color-1);
    margin-right: 10px
}

.services__details-left-content-list.bold span {
    font-size: 18px;
    font-weight: 500
}

@media (max-width: 1299px) {
    .header__area-menubar-right-box-btn {
        display:none
    }

    .features-area-item {
        padding: 40px 30px
    }

    .services__three-arrow {
        text-align: center;
        margin-bottom: 65px;
        margin-top: -30px
    }

    .services__three-arrow-next {
        position: initial;
        margin-left: 10px
    }

    .services__three-arrow-prev {
        position: initial
    }
}

@media (max-width: 1199px) {
    .services__two-item-content {
        padding:30px 25px
    }

    .services__three-item-content {
        padding: 60px 25px 40px;
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .services__two-item-content {
        padding:30px 12px
    }
}

.cta__area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: var(--color-6);
    z-index: -1
}

.cta__area-bg {
    padding: 60px 0 60px 70px;
    background: var(--primary-color-1);
    position: relative;
    z-index: 1
}

.cta__area-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: -3000px;
    width: 3000px;
    height: 100%;
    background: var(--primary-color-1);
    z-index: -1
}

.cta__area-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../assets/img/shape/cta.png");
    background-repeat: no-repeat;
    width: 122%;
    height: 100%;
    background-size: cover;
    z-index: -1
}

.cta__two::after,.getIn__touch-three::after,.getIn__touch::after {
    opacity: .85;
    z-index: -2;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    top: 0
}

.cta__area-title h2 {
    color: var(--text-white);
    margin-bottom: 10px
}

.cta__area-title .text-two {
    color: var(--text-white)
}

.cta__area-form form {
    display: flex;
    gap: 30px;
    justify-content: end
}

.cta__area-form form input {
    border-radius: 6px;
    padding-right: 0
}

.cta__two::after {
    position: absolute;
    background: var(--bg-heading-color)
}

.cta__two-shape {
    position: absolute;
    right: 200px;
    top: 0;
    z-index: -1;
    mix-blend-mode: soft-light;
    height: 100%
}

.cta__two-title h2 {
    color: var(--text-white)
}

.cta__two-info {
    display: flex;
    gap: 20px;
    justify-content: end
}

.cta__two-info-item {
    display: inline-block;
    background: var(--bg-white);
    padding: 30px 45px;
    border-radius: 6px
}

.cta__two-info-item-icon {
    margin-bottom: 15px
}

.cta__two-info-item-icon i {
    color: var(--primary-color-1);
    font-size: 20px;
    background: var(--color-6);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transition: .4s
}

.cta__two-info-item h6 a {
    background: linear-gradient(to right,currentcolor 0,currentcolor 100%) 0 95%/0 2px no-repeat;
    transition: .4s
}

.cta__two-info-item h6 a:hover {
    background-size: 100% 2px;
    color: var(--primary-color-1)
}

.cta__two-info-item span {
    font-size: 14px;
    font-weight: 600
}

.cta__two-info-item:hover .cta__two-info-item-icon i {
    background: var(--primary-color-1);
    color: var(--text-white)
}

.getIn__touch {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0
}

.getIn__touch-shape {
    position: absolute;
    right: 150px;
    top: 0;
    z-index: -1;
    mix-blend-mode: soft-light
}

.getIn__touch::after {
    position: absolute
}

.form-heading {
    color: #fff;
    background: #fa232d;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin: 0
}

.getIn__touch-left {
    box-shadow: var(--box-shadow-2);
    background: linear-gradient(181deg,#ffc600,#f94c30);
    padding: 15px 34px;
    margin-bottom: -120px;
    text-align: center;
    border-radius: 10px
}

.getIn__touch-left-form input {
    border-radius: 6px
}

.getIn__touch-left-form .btn-one {
    width: 100%;
    justify-content: center
}

.getIn__touch-right-title h2 {
    margin-bottom: 30px;
    color: var(--text-white);
    max-width: 495px
}

.getIn__touch-right-title p {
    color: var(--text-white);
    max-width: 475px
}

.getIn__touch-right-bottom {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 40px
}

.getIn__touch-right-bottom-text h4 {
    color: var(--text-white);
    max-width: 200px
}

.getIn__touch-right-bottom-image {
    margin-left: 40px
}

.getIn__touch-right-bottom-image ul {
    padding: 0;
    margin: 0
}

.getIn__touch-right-bottom-image ul li {
    padding: 0;
    display: inline-block;
    list-style: none;
    margin-left: -23px
}

.getIn__touch-right-bottom-image ul li:first-child {
    margin: 0
}

.getIn__touch-right-bottom-image ul li img {
    max-width: 50px;
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 4px solid var(--border-white);
    border-radius: 50%;
    transition: .4s
}

.getIn__touch-right-bottom-image ul li img:hover {
    border-color: var(--primary-color-1)
}

.getIn__touch-three {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.getIn__touch-three-shape {
    position: absolute;
    right: 36%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
    mix-blend-mode: color-dodge
}

.getIn__touch-three::after {
    position: absolute;
    background: var(--bg-heading-color)
}

.getIn__touch-three-left-title h2 {
    margin-bottom: 30px;
    color: var(--text-white);
    max-width: 545px
}

.getIn__touch-three-left-title p {
    color: var(--color-4);
    max-width: 530px
}

.getIn__touch-three-left-video {
    margin-top: 55px;
    display: flex;
    align-items: center;
    gap: 45px
}

.help__area,.help__area-item {
    align-items: center;
    display: flex
}

.getIn__touch-three-left-video-icon.video a {
    color: var(--primary-color-3)
}

.getIn__touch-three-left-video-text h4 {
    color: var(--text-white);
    max-width: 200px
}

.getIn__touch-three-left-video-shape {
    margin-left: 90px
}

.getIn__touch-three-right {
    box-shadow: var(--box-shadow-2);
    background: var(--bg-white);
    padding: 50px;
    border-radius: 6px;
    margin-left: 75px;
    margin-bottom: -50px
}

.getIn__touch-three-right h3 {
    margin-bottom: 40px
}

.getIn__touch-three-right-form input,.getIn__touch-three-right-form textarea {
    background: var(--color-6);
    border-color: var(--color-6);
    color: var(--color-2)
}

.help__area-item-icon i,.help__area-item-info h5:hover {
    color: var(--primary-color-1)
}

.getIn__touch-three-right-form input:focus,.getIn__touch-three-right-form textarea:focus {
    border-color: var(--primary-color-3)
}

.help__area {
    padding-top: 0;
    padding-left: 50px;
    gap: 90px;
    margin-bottom: 90px
}

.help__area-item {
    gap: 8px;
}

.help__area-item-icon i {
    border: 1px solid var(--color-7);
    font-size: 30px;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .4s
}

.call {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fed601;
    border-radius: 10px
}

.pricing__area-item .btn-eight::before,.pricing__area-item-price {
    background: var(--primary-color-3)
}

.justify {
    text-align: justify
}

.help__area-item-info span {
    color: var(--color-2)
}

.help__area-item-info h5 {
    transition: .4s
}

.help__area-item:hover .help__area-item-icon i {
    background: var(--primary-color-1);
    border-color: var(--primary-color-1);
    color: var(--text-white)
}

@media (max-width: 1399px) {
    .services__one-item {
        padding:40px 30px 34px
    }

    .cta__area-bg {
        padding: 60px 40px
    }

    .cta__area-form form {
        gap: 25px
    }

    .getIn__touch-shape {
        height: 100%
    }

    .getIn__touch-left {
        padding: 60px 50px;
        margin-right: 80px;
        margin-bottom: -115px
    }

    .getIn__touch-right-title h2 {
        margin-bottom: 23px
    }

    .help__area {
        padding-top: 45px;
        padding-left: 45px;
        gap: 30px;
        justify-content: end
    }

    .getIn__touch-three-right {
        padding: 45px 40px;
        margin-left: 60px
    }
}

@media (max-width: 1199px) {
    .cta__area-form {
        margin-top:30px
    }

    .cta__area-form form {
        justify-content: start
    }

    .cta__area-form-item {
        width: 100%
    }

    .getIn__touch-left {
        padding: 40px 30px;
        margin-right: 0
    }

    .getIn__touch-right-bottom {
        gap: 30px
    }

    .help__area,.help__area-item {
        gap: 20px
    }

    .help__area-item-icon i {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .getIn__touch-three-right {
        padding: 40px 30px;
        margin-left: 10px
    }

    .getIn__touch-three-left-video-shape {
        margin-left: 20px
    }

    .cta__two-info-item {
        padding: 30px 40px
    }
}

@media (max-width: 991px) {
    .cta__area-bg {
        padding:50px 0 50px 30px
    }

    .cta__area-form form {
        gap: 20px
    }

    .cta__area-form form input {
        padding-right: 10px
    }

    .getIn__touch {
        padding-bottom: 120px
    }

    .getIn__touch-left {
        margin: 0
    }

    .getIn__touch-right-bottom {
        gap: 30px
    }

    .help__area {
        justify-content: start;
        padding-left: 0
    }

    .getIn__touch-three-right {
        margin-left: 0
    }

    .cta__two-title {
        text-align: center
    }

    .cta__two-info {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .cta__area-form form {
        display:initial
    }

    .getIn__touch-right-bottom {
        gap: 20px
    }

    .getIn__touch-right-bottom-image {
        margin: 0
    }

    .help__area-item {
        gap: 16px
    }

    .cta__two-info-item {
        padding: 30px
    }
}

@media (max-width: 540px) {
    .cta__two-info,.help__area {
        display:block
    }

    .help__area {
        padding-top: 15px
    }

    .help__area-item {
        margin-top: 30px
    }

    .cta__two-info-item {
        display: block;
        margin-bottom: 30px
    }

    .cta__two-info-item:last-child {
        margin: 0
    }
}

@media (max-width: 390px) {
    .about__three-right-content {
        bottom:0
    }

    .getIn__touch-right-bottom {
        display: block
    }

    .getIn__touch-right-bottom-image {
        margin-top: 30px
    }
}

.pricing__area-item {
    padding: 0 70px 50px 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 60px var(--color-10);
    border-radius: 6px;
    margin-top: 75px
}

.pricing__area-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/shape/price.png");
    background-size: cover;
    z-index: -1
}

.pricing__area-item-price {
    display: inline-block;
    width: 150px;
    height: 175px;
    padding: 49px 0;
    text-align: center;
    -webkit-clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
    clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
    border: 0;
    margin-bottom: 20px;
    margin-top: -75px;
    position: relative;
    z-index: 1
}

.pricing__area-item-price .text-two,.pricing__area-item-price h4 {
    color: var(--text-white)
}

.pricing__area-item-price h4 span {
    font-weight: 500;
    font-size: 48px;
    line-height: 48px
}

.pricing__area-item-title .text-two {
    font-weight: 500;
    color: var(--body-color)
}

.pricing__area-item-list {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color-1)
}

.pricing__area-item-list ul {
    padding: 0;
    margin: 0
}

.pricing__area-item-list ul li {
    list-style: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px
}

.pricing__area-item-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    border: 1px solid var(--primary-color-3);
    border-radius: 50%;
    color: var(--primary-color-3);
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px
}

.pricing__area-item-list ul li:last-child {
    margin: 0
}

.pricing__area-item .btn-eight {
    width: 100%;
    border-color: var(--border-color-1);
    justify-content: center;
    color: var(--text-heading-color);
    margin-top: 30px
}

.pricing__area-item .btn-eight:hover {
    color: var(--text-white);
    border-color: var(--primary-color-3)
}

.pricing__area-item.page .pricing__area-item-price,.pricing__area-item.page.pricing__area-item .btn-eight::before {
    background: var(--primary-color-1)
}

.pricing__area-item.page .pricing__area-item-list ul li i {
    color: var(--primary-color-1);
    border-color: var(--primary-color-1)
}

.pricing__area-item.page.pricing__area-item .btn-eight:hover {
    border-color: var(--primary-color-1)
}

.pricing__two,.solutions__two {
    background: var(--color-6)
}

.pricing__two-title h2 {
    margin-bottom: 30px
}

.pricing__two-title p,.team__details-experience>p,.team__details-skills>p {
    margin-bottom: 40px
}

.pricing__two-item {
    background: var(--bg-white);
    padding: 40px
}

.pricing__two-item-price {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color-1)
}

.pricing__two-button .nav-item .active,.pricing__two-item-btn .btn-three:hover {
    border-color: var(--primary-color-1);
    color: var(--text-white)
}

.pricing__two-item-price>span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--heading-font);
    margin-bottom: 5px;
    display: inline-block
}

.pricing__two-item-price h2 span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px;
    display: inline-block
}

.pricing__two-item-list ul {
    padding: 0;
    margin: 0
}

.pricing__two-item-list ul li {
    list-style: none;
    color: var(--text-heading-color);
    margin-bottom: 20px
}

.pricing__two-item-list ul li i {
    color: var(--primary-color-1);
    font-size: 20px;
    margin-right: 10px
}

.pricing__two-item-list ul li:last-child {
    margin: 0
}

.pricing__two-item-btn {
    margin-top: 30px
}

.pricing__two-item-btn .btn-three {
    border-color: var(--border-color-1);
    color: var(--text-heading-color)
}

.pricing__two-button {
    display: flex;
    justify-content: center;
    margin-bottom: 70px
}

.pricing__two-button .nav-item button {
    background: 0 0;
    border: 1px solid var(--border-color-1);
    font-weight: 600;
    font-size: 14px;
    line-height: 50px;
    text-transform: capitalize;
    font-family: var(--heading-font);
    padding: 0 30px;
    margin: 0 10px;
    color: var(--text-heading-color)
}

.team__area-item-image-icon span,.team__area-item-image-social ul li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    transition: .4s;
    display: inline-block;
    text-align: center
}

.pricing__two-button .nav-item .active {
    background: var(--primary-color-1)
}

.team__area-item-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    top: 0;
    left: 0;
    background: var(--bg-heading-color);
    opacity: 0;
    transition: .4s
}

.team__area-item-image-icon {
    position: absolute;
    bottom: 70px;
    right: 30px;
    z-index: 1
}

.team__area-item-image-icon span {
    color: #4bc959;
    background: var(--text-white);
    font-size: 29px;
    cursor: pointer
}

.team__area-item-image-icon.page .team__area-item-image-social ul li a i:hover,.team__area-item-image-icon.page span {
    background: var(--primary-color-1)
}

.team__area-item-image-icon .team__area-item-image-social {
    position: absolute;
    bottom: 50px
}

.team__area-item-image-icon:hover .team__area-item-image-social {
    opacity: 1;
    visibility: visible
}

.team__area-item-image-social {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.team__area-item-image-social ul {
    padding: 0;
    margin: 0
}

.team__area-item-image-social ul li {
    list-style: none;
    margin-bottom: 8px
}

.team__area-item-image-social ul li:last-child {
    margin: 0
}

.team__area-item-image-social ul li a i {
    font-size: 14px;
    background: var(--bg-white);
    color: var(--text-heading-color)
}

.team__area-item-image-social ul li a i:hover {
    background: var(--primary-color-2);
    color: var(--text-white)
}

.team__area-item-image img {
    width: 100%
}

.team__area-item-content {
    padding: 5px;
    margin: -60px 30px 20px;
    background: var(--bg-white);
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: var(--box-shadow-1)
}

.team__area-item-content .text-eight {
    font-weight: 600
}

.team__area-item-content h5 a {
    transition: .4s
}

.team__area-item-content h5 a:hover {
    color: var(--bg-white)
}

.team__area-item-content.page h5 a:hover {
    color: var(--primary-color-1)
}

.team__area-item:hover .team__area-item-image::before {
    height: 100%;
    opacity: .7;
    z-index: 1
}

.team__area h6 {
    color: var(--color-2);
    font-size: 18px;
    line-height: 30px
}

.team__area h6 a {
    color: var(--primary-color-1);
    background: linear-gradient(to right,currentcolor 0,currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .6s
}

.team__area h6 a:hover {
    background-size: 100% 1px
}

.team__two-item-image {
    position: relative;
    z-index: 1
}

.team__two-item-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 30%;
    height: 100%;
    transform: skewX(-25deg);
    background: var(--bg-white);
    opacity: .4;
    z-index: 1
}

.team__two-item-image img {
    width: 100%;
    transition: 1.5s cubic-bezier(0, 0, .2, 1)
}

.team__two-item-content {
    margin: 0 20px;
    padding: 30px 25px;
    transition: .4s;
    position: relative;
    z-index: 2
}

.team__two-item-content h4 {
    transition: .4s
}

.team__two-item-content .text-eight {
    color: var(--primary-color-1);
    transition: .4s;
    font-weight: 600
}

.team__three-item-image-info-icon::before,.team__three-item-image::after,.team__three-item-image::before {
    width: 100%;
    border-radius: 6px;
    transition: .5s;
    left: 0;
    content: ""
}

.team__two-item-content-social {
    margin-top: 10px;
    transition: .4s;
    opacity: 0
}

.team__two-item-content-social ul {
    padding: 0;
    margin: 0
}

.team__two-item-content-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px
}

.team__two-item-content-social ul li:last-child {
    margin: 0
}

.team__two-item-content-social ul li a {
    display: inline-block;
    color: var(--text-white)
}

.team__two-item:hover .team__two-item-image::before {
    -webkit-animation: .95s animation;
    animation: .95s animation
}

.team__two-item:hover .team__two-item-content {
    background: var(--primary-color-1);
    transform: translateY(-50%);
    box-shadow: 0 0 60px rgba(0,0,0,.05)
}

.team__two-item:hover .team__two-item-content .text-eight,.team__two-item:hover .team__two-item-content h4 {
    color: var(--text-white)
}

.team__two-item:hover .team__two-item-content-social {
    opacity: 1
}

.team__three-item-image {
    position: relative;
    z-index: 1;
    border-radius: 6px
}

.team__three-item-image::before {
    position: absolute;
    height: 60%;
    bottom: 0;
    background: linear-gradient(180deg,rgba(5,6,8,0) 0,var(--heading-color) 100%)
}

.team__three-item-image::after {
    position: absolute;
    height: 60%;
    bottom: 0;
    background: linear-gradient(180deg,rgba(249,77,29,0) 0,var(--primary-color-1) 100%);
    opacity: 0
}

.team__three-item-image img {
    width: 100%;
    border-radius: 6px
}

.team__three-item-image-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
    background: linear-gradient(181deg,#00000000,#b10f0f)
}

.team__three-item-image-info-name .text-eight {
    color: var(--text-white);
    font-weight: 500
}

.team__three-item-image-info-name h4 a {
    color: var(--text-white)
}

.project__area-item,.project__one-item,.team__three-item-image-info-icon {
    position: relative;
    z-index: 1
}

.team__three-item-image-info-icon::before {
    position: absolute;
    bottom: 60px;
    height: 0;
    z-index: -1
}

.team__three-item-image-info-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 15px;
    background-image: url("../../assets/img/icon/union.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: .6s
}

.team__three-item-image-info-icon span {
    color: var(--primary-color-1);
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: var(--bg-white);
    text-align: center;
    font-size: 29px;
    border-radius: 50%;
    display: inline-block;
    transition: .4s;
    cursor: pointer
}

.team__three-item-image-info-icon .team__three-item-image-info-social {
    position: absolute;
    bottom: 60px
}

.team__three-item-image-info-icon:hover::before {
    height: 170px
}

.team__three-item-image-info-icon:hover::after {
    top: -9px;
    opacity: 1
}

.team__three-item-image-info-icon:hover .team__three-item-image-info-social {
    opacity: 1;
    transition: transform .5s .5s,opacity .5s .5s;
    transform: translateY(0);
    visibility: visible
}

.team__three-item-image-info-social {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 15px 0;
    transition: transform .5s,opacity .5s;
    transform: translateY(-30px)
}

.team__three-item-image-info-social ul {
    padding: 0;
    margin: 0
}

.team__three-item-image-info-social ul li {
    list-style: none
}

.faq-accordion-item:last-child,.faq-collapse-item:last-child,.faq__collapse-item:last-child,.team__three-item-image-info-social ul li:last-child {
    margin: 0
}

.team__three-item-image-info-social ul li a i {
    width: 45px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: var(--text-white)
}

.team__three-item:hover .team__three-item-image::before {
    opacity: 0
}

.portfolio-item.active .portfolio-item-inner,.team__three-item:hover .team__three-item-image::after {
    opacity: 1
}

.team__details-content>span {
    font-weight: 600;
    color: var(--color-2);
    margin-top: -7px;
    display: block
}

.team__details-content-contact-item-info h5 a:hover,.team__details-experience-area-item p span {
    color: var(--primary-color-1)
}

.team__details-content-contact-item i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    border: 1px solid var(--border-color-1);
    box-shadow: 0 9px 18px rgba(24,16,16,.05);
    font-weight: 400;
    font-size: 20px;
    color: var(--primary-color-1);
    text-align: center
}

.team__details-content-contact-item-info span {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-2)
}

.team__details-experience-area-item h6,.testimonial__area-button-next i:hover,.testimonial__area-button-prev i:hover,.testimonial__area-item:hover .testimonial__area-item-client-title h5,.testimonial__area-item:hover .testimonial__area-item-reviews i,.testimonial__area-item:hover p {
    color: var(--text-white)
}

.team__details-content-contact-item-info h5 a {
    transition: .4s
}

.team__details-experience h3,.team__details-skills h3 {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color-1)
}

.team__details-experience-area {
    display: grid;
    grid-template-columns: repeat(2,1fr)
}

.team__details-experience-area-item {
    padding: 35px 30px;
    border: 1px solid var(--border-color-1);
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1
}

.team__details-experience-area-item h6 {
    position: absolute;
    top: -15px;
    left: -15px;
    background: var(--primary-color-1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    padding: 6px 0 0 12px
}

.team__details-experience-area-item h6 span {
    font-size: 16px;
    margin-left: 3px;
    font-weight: 500
}

.team__details-experience-area-item p {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 600
}

.faq-accordion-item-card-header h6,.faq-collapse-item-card-header h6,.faq__collapse-item-card-header h6,.team__details-skills-item-content h6 {
    font-size: 18px;
    line-height: 28px
}

.team__details-skills-item-count {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500
}

.team__details-skills-item-bar {
    height: 10px;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    background: var(--primary-color-1);
    transition: 3.5s ease-out;
    -webkit-clip-path: polygon(0 0,100% 0%,98% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0%,98% 100%,0% 100%)
}

.team__details-skills-item-inner {
    width: 100%;
    height: 10px;
    position: relative;
    background: var(--border-color-2);
    -webkit-clip-path: polygon(0 0,100% 0%,98% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0%,98% 100%,0% 100%);
    margin-top: 11px
}

.team__details .b-l {
    border-left: none
}

.team__details .b-t {
    border-top: none
}

@media (max-width: 1199px) {
    .pricing__two-title {
        text-align:center
    }

    .pricing__two-button {
        display: flex;
        justify-content: center;
        margin-bottom: 30px
    }

    .team__details-content>span {
        margin-top: 0
    }

    .team__details-experience-area-item {
        padding: 35px 18px
    }

    .team__details-experience-area-item h6 {
        top: -18px;
        left: -18px;
        padding: 7px 0 0 13px
    }

    .chooseUs__area .img-full {
        width: 100%
    }
}

@media (max-width: 490px) {
    .getIn__touch-right-bottom-shape {
        display:none
    }

    .team__details-experience-area {
        grid-template-columns: repeat(1,1fr)
    }

    .team__details-experience-area-item h6 {
        top: -15px;
        left: -15px;
        padding: 6px 0 0 12px
    }

    .team__details .b-l {
        border-left: 1px solid var(--border-color-1)
    }

    .team__details .b-b {
        border-bottom: none
    }
}

.testimonial__area-button-next i:hover,.testimonial__area-button-prev i:hover,.testimonial__area-item:hover {
    background: var(--primary-color-1);
    border-color: var(--primary-color-1)
}

.testimonial__area {
    position: relative;
    z-index: 1;
    background: linear-gradient(#ffc1079c,#ffc107),url(../img/body-bg.jpg)
}

.testimonial__area-shape {
    position: absolute;
    top: -210px;
    right: 20px;
    z-index: -1
}

.testimonial__area-item {
    border: 1px solid var(--color-10);
    padding: 50px 50px 45px;
    transition: .4s;
    position: relative;
    background: #ffffffbf;
    height: 400px
}

.testimonial__area-item-icon {
    position: absolute;
    right: 50px;
    bottom: 45px;
    color: var(--text-heading-color);
    opacity: .05;
    font-size: 50px
}

.testimonial__area-item-client {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px
}

.testimonial__area-item-client-image img {
    width: 80px;
    height: 80px;
    max-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.testimonial__area-item-client-title h5 {
    transition: .4s
}

.testimonial__area-item-client-title span {
    color: var(--color-2);
    transition: .4s
}

.testimonial__area-item p {
    font-size: 17px;
    line-height: 34px;
    transition: .4s
}

.testimonial__area-item-reviews {
    margin-top: 30px
}

.testimonial__area-item-reviews i {
    color: var(--primary-color-1);
    transition: .4s
}

.testimonial__area-button-next i,.testimonial__area-button-prev i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: var(--text-heading-color);
    display: inline-block;
    transition: .4s;
    text-align: center
}

.testimonial__area-item:hover .testimonial__area-item-icon {
    color: var(--text-white);
    opacity: .09
}

.testimonial__area-item:hover .testimonial__area-item-client-title span {
    color: var(--color-9)
}

.testimonial__area-button {
    padding-right: 23px
}

.testimonial__area-button-next {
    display: inline-block;
    position: static;
    margin: 0 0 0 40px
}

.testimonial__area-button-next i {
    border: 1px solid var(--color-10);
    border-radius: 50%
}

.testimonial__area-button-prev {
    display: inline-block;
    position: static;
    margin: 0
}

.testimonial__area-button-prev i {
    border: 1px solid var(--color-10);
    border-radius: 50%
}

.testimonial__two-item {
    padding: 40px;
    box-shadow: var(--box-shadow-2)
}

.testimonial__two-item-top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px
}

.testimonial__two-item-top-reviews h6 {
    font-size: 17px;
    line-height: 27px
}

.testimonial__two-item-top-reviews ul {
    padding: 0;
    margin: 0
}

.testimonial__two-item-top-reviews ul li {
    display: inline-block
}

.testimonial__two-item-top-reviews ul li i {
    color: var(--primary-color-1)
}

.testimonial__two-item-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--border-color-1);
    padding: 20px;
    margin-top: 40px;
    border-radius: 6px;
    position: relative
}

.testimonial__two-item-bottom::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -10px;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background: var(--bg-white);
    border-top: var(--border-color-1) solid 1px;
    border-left: var(--border-color-1) solid 1px
}

.testimonial__two-item-bottom img {
    max-width: 60px;
    border-radius: 50%
}

.faq__two-left-image-one,.project__area-item::before {
    right: 0;
    bottom: 0;
    position: absolute
}

.chooseUs__area-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px
}

.chooseUs__area-right-counter h6 {
    font-weight: 600;
    max-width: 240px;
    margin-top: 18px
}

.chooseUs__area-item {
    border: 1px solid var(--border-color-3);
    border-radius: 6px;
    padding: 41px 40px
}

.chooseUs__area-item-icon {
    margin-bottom: 27px
}

.chooseUs__area-item h4 {
    margin-bottom: 11px
}

.chooseUs__area-item:hover .chooseUs__area-item-icon img {
    -webkit-animation: .6s rotateY;
    animation: .6s rotateY
}

.faq-accordion-item,.faq-collapse-item,.faq__collapse-item {
    border: 1px solid var(--border-color-1);
    margin-bottom: 10px;
    border-radius: 6px;
    background: #fff
}

.service-home {
    text-align: center;
    background: #fed601;
    font-size: 19px
}

.faq-accordion-item-card-header,.faq-collapse-item-card-header,.faq__collapse-item-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
    padding: 16px 30px
}

.faq-accordion-item-card-header i,.faq-collapse-item-card-header i,.faq__collapse-item-card-header i {
    color: var(--primary-color)
}

.faq-accordion-item-card-header span,.faq-collapse-item-card-header span,.faq__collapse-item-card-header span {
    color: var(--primary-color-1);
    margin-right: 15px
}

.faq-accordion-item-card-header-content,.faq-collapse-item-card-header-content,.faq__collapse-item-card-header-content {
    padding: 0 30px 25px 64px
}

.faq-accordion-item-card-header-content p,.faq-collapse-item-card-header-content p,.faq__collapse-item-card-header-content p {
    margin-top: -4px
}

.faq__two-left-image {
    position: relative;
    padding-bottom: 90px
}

.faq__two-left-image-question {
    position: absolute;
    top: 35px;
    right: 70px;
    background: var(--bg-heading-color);
    padding: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 20px
}

.faq__two-left-image-question h6 {
    color: var(--text-white);
    max-width: 150px;
    text-transform: none
}

@media (max-width: 520px) {
    .faq-accordion-item-card-header,.faq-collapse-item-card-header,.faq__collapse-item-card-header {
        padding:15px
    }

    .faq-accordion-item-card-header h6,.faq-collapse-item-card-header h6,.faq__collapse-item-card-header h6 {
        font-size: 16px;
        line-height: 26px
    }

    .faq-accordion-item-card-header span,.faq-collapse-item-card-header span,.faq__collapse-item-card-header span {
        margin-right: 8px
    }

    .faq-accordion-item-card-header-content,.faq-collapse-item-card-header-content,.faq__collapse-item-card-header-content {
        padding: 0 15px 20px
    }

    .faq__two-left-image img {
        max-width: 280px
    }

    .faq__two-left-image-question {
        right: 20px
    }
}

.project__area-item img {
    width: 100%
}

.project__area-item::before {
    content: "";
    top: 0;
    left: 0;
    background: var(--bg-heading-color);
    z-index: 1;
    transition: .4s;
    opacity: 0
}

.project__area-item-content,.project__area-item::after {
    right: 30px;
    bottom: 30px;
    left: 30px;
    position: absolute;
    opacity: 0
}

.project__area-item::after {
    content: "";
    top: 30px;
    background: var(--primary-color-1);
    z-index: 1;
    transition: .4s
}

.project__area-item-content {
    padding: 40px 75px 40px 40px;
    display: inline-block;
    transition: .5s;
    z-index: 2;
    visibility: hidden
}

.project__area-item-content h4 {
    color: var(--text-white);
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--border-white)
}

.project__area-item-content span {
    color: var(--color-9);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px
}

.project__area-item-icon {
    position: absolute;
    right: 70px;
    top: 70px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: .5s
}

.project__area-item-icon a {
    background: var(--bg-white);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    color: var(--text-heading-color);
    display: inline-block
}

.portfolio-item.active.portfolio-item::before,.project__area-item:hover::after,.project__area-item:hover::before {
    opacity: .7
}

.project__area-item:hover .project__area-item-content,.project__area-item:hover .project__area-item-icon {
    visibility: visible;
    opacity: 1
}

.portfolio__area-item {
    position: relative;
    z-index: 1;
    transition: .4s;
    margin-top: 10px
}

.portfolio__area-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background: var(--bg-heading-color);
    transition: .4s;
    opacity: 0
}

.portfolio__area-item-content {
    position: absolute;
    left: 50px;
    bottom: 40px;
    right: 50px;
    background: var(--primary-color-1);
    padding: 30px 30px 30px 40px;
    z-index: 1;
    opacity: 0;
    transition: transform .4s,opacity .4s;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.portfolio__area-item-content-title .text-eight,.portfolio__area-item-content-title h4 {
    color: var(--text-white)
}

.portfolio__area-item:hover {
    transform: translateY(-10px)
}

.portfolio__area-item:hover::after {
    height: 100%;
    opacity: .8
}

.portfolio__area-item:hover .portfolio__area-item-content {
    opacity: 1;
    transition: transform .4s .4s,opacity .4s .4s
}

.portfolio {
    display: flex;
    overflow: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    gap: 30px
}

.portfolio-item {
    height: 570px;
    flex: 2.1;
    transition: .5s;
    will-change: transform;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.portfolio-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1.5s cubic-bezier(0, 0, .2, 1);
    position: relative;
    z-index: -1
}

.portfolio-item-inner {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 3;
    background: var(--bg-white);
    padding-left: 40px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: .4s
}

.portfolio-item-inner-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-3)
}

.portfolio-item-inner-icon {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    background: var(--primary-color-3);
    margin-left: 80px
}

.portfolio-item-inner-icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--text-white);
    border: 1px solid var(--color-14);
    border-radius: 50%;
    font-size: 45px
}

.portfolio-item:hover {
    flex: 1.5
}

.portfolio-item.active {
    flex: 6;
    scroll-snap-align: start
}

.portfolio-item.active::after {
    content: "";
    position: absolute;
    background-image: url("../../assets/img/shape/Image.png");
    height: 100%;
    width: 20%;
    top: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat;
    transition: .3s
}

.portfolio__three {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.portfolio__three-item {
    position: relative;
    z-index: 1;
    padding: 40px
}

.portfolio__three-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color-3);
    opacity: 0;
    transition: .4s;
    border-radius: 6px;
    z-index: -1
}

.portfolio__three-item-icon {
    margin-bottom: 350px;
    text-align: right;
    opacity: 0;
    transition: .4s
}

.portfolio__three-item-icon i {
    color: var(--text-heading-color);
    background: var(--bg-white);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px
}

.portfolio__three-item h4 {
    color: var(--text-white);
    opacity: 0;
    transition: .4s
}

.portfolio__three-item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--heading-font);
    color: var(--text-white);
    transition: .4s;
    opacity: 0
}

.portfolio__three-item:hover::before {
    opacity: .7
}

.portfolio__three-item:hover .portfolio__three-item-icon,.portfolio__three-item:hover h4,.portfolio__three-item:hover span {
    opacity: 1
}

.portfolio__three .portfolio-border {
    position: relative;
    z-index: 1;
    padding: 30px;
    border-right: 4px solid var(--border-white)
}

.portfolio__three .portfolio-border::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-heading-color);
    transition: .4s;
    opacity: 0;
    border-radius: 6px;
    z-index: -2
}

.portfolio__three .portfolio-border:hover::after {
    opacity: .8
}

.portfolio__three .portfolio-border:last-child {
    border: 0
}

.conbix__filter-button {
    text-align: center;
    margin-top: -5px
}

.conbix__filter-button button {
    font-weight: 600;
    padding: 0 25px;
    line-height: 48px;
    color: var(--text-heading-color);
    border: 1px solid var(--border-color-4);
    box-shadow: 0 9px 18px rgba(24,16,16,.05);
    background: 0 0;
    margin: 5px;
    transition: .4s
}

.blog__one-item-image img,.blog__three-item-image img,.blog__two-item-image img,.news__standard-left-item-image img {
    transition: 1.5s cubic-bezier(0, 0, .2, 1)
}

.conbix__filter-button .active,.conbix__filter-button button:hover {
    background: var(--primary-color-1);
    color: var(--text-white);
    border-color: var(--primary-color-1)
}

.blog__one-item-content h4 a:hover,.blog__one-item-content-meta ul li a i,.blog__one-item-content-meta ul li a:hover,.blog__two-item.page .blog__two-item-content h4 a:hover,.blog__two-item.page .blog__two-item-content-meta ul li a i,.blog__two-item.page .blog__two-item-content-meta ul li a:hover,.project__details-area-list span i,.project__details-pagination-item a:hover i,.project__one-item-content h4 a:hover,.project__one-item-content span,.subscribe__area-left-notification-icon.all-page i {
    color: var(--primary-color-1)
}

.project__one-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-heading-color);
    z-index: 0;
    transition: .4s;
    opacity: 0
}

.project__one-item-content::after,.project__one-item-content::before,.project__one-item-icon a {
    background: var(--primary-color-1);
    border-radius: 50%
}

.project__one-item-content {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    padding: 40px 30px;
    z-index: 1;
    transition: .4s;
    background: var(--bg-white);
    opacity: 0;
    overflow: hidden
}

.project__one-item-content::before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -40px;
    height: 100px;
    width: 100px
}

.project__one-item-content::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -30px;
    height: 100px;
    width: 100px;
    opacity: .2
}

.project__one-item-content span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--heading-font);
    display: block;
    margin-bottom: 5px
}

.project__one-item-content h4 a {
    transition: .4s
}

.project__one-item-icon {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: .4s;
    opacity: 0
}

.project__one-item-icon a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--text-white);
    display: inline-block;
    transform: rotate(45deg);
    font-size: 25px
}

.project__one-item:hover::before {
    opacity: .7
}

.project__one-item:hover .project__one-item-content {
    opacity: 1;
    bottom: 40px
}

.project__one-item:hover .project__one-item-icon {
    top: 22%;
    opacity: 1
}

.project__details-area-meta {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color-1);
    margin-bottom: 28px;
    padding-top: 28px;
    padding-bottom: 32px
}

.project__details-area-meta-item {
    padding: 2px
}

.project__details-area-meta-item h6 {
    font-size: 18px;
    line-height: 28px
}

.project__details-area-meta-item h6 span {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    margin-left: 10px
}

.project__details-area-list span {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    max-width: 586px
}

.all__sidebar-item-solution ul li:last-child a,.blog__three-item.blog__three-item-hover .blog__three-item-content {
    margin-bottom: 0
}

.project__details-area-list span:last-child {
    margin: 0
}

.project__details-area-list span i {
    margin-right: 10px
}

.subscribe-form form input,.subscribe__area-form form input {
    height: 70px;
    color: var(--color-3)
}

.news__details-pagination,.project__details-pagination {
    padding: 40px 0;
    border-top: 1px solid var(--border-color-1);
    border-bottom: 1px solid var(--border-color-1);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center
}

.project__details-pagination-item a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.project__details-pagination-item a h6 {
    background: linear-gradient(to right,currentcolor 0,currentcolor 100%) 0 95%/0 2px no-repeat;
    transition: .6s
}

.project__details-pagination-item a:hover h6 {
    background-size: 100% 2px;
    color: var(--primary-color-1)
}

.project__details-pagination-item-left {
    display: flex;
    align-items: center;
    gap: 30px
}

.project__details-pagination-item-left span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--color-2)
}

.project__details-pagination-item-icon {
    text-align: center;
    padding: 20px 40px;
    max-width: 110px;
    margin: 0 auto;
    border-left: 1px solid var(--border-color-1);
    border-right: 1px solid var(--border-color-1)
}

@media (max-width: 1890px) {
    .portfolio__area-item img {
        width:100%
    }

    .portfolio__area-item-content {
        left: 30px;
        bottom: 30px;
        right: 30px;
        padding: 30px 25px
    }

    .portfolio__area-item-content-icon img {
        max-width: 40px
    }
}

@media (max-width: 1399px) {
    .pricing__two-item {
        padding:30px 25px
    }

    .pricing__two-item.center .pricing__two-item-btn .theme-btn {
        padding: 12px 34px
    }

    .pricing__two-item-btn .btn-three {
        padding: 11px 34px
    }

    .team__area-item-image-icon {
        bottom: 55px
    }

    .team__area-item-content {
        margin-top: -45px
    }

    .testimonial__area-item {
        padding: 40px 30px 35px
    }

    .testimonial__area-item-icon {
        right: 30px;
        bottom: 40px
    }

    .testimonial__area-item-client {
        margin-bottom: 25px
    }

    .testimonial__area-item-reviews {
        margin-top: 25px
    }

    .testimonial__two-item {
        padding: 40px 30px
    }

    .chooseUs__area-item {
        padding: 34px 30px
    }

    .faq__two-left {
        margin-right: 0
    }

    .portfolio__three-item {
        padding: 30px
    }

    .portfolio__three-item-icon {
        margin-bottom: 190px
    }

    .project__area-item-content {
        position: absolute;
        right: 30px;
        bottom: 30px;
        left: 30px;
        padding: 30px
    }

    .project__area-item-icon {
        right: 60px;
        top: 60px
    }

    .project__area-item.page::after {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px
    }

    .project__area-item.page .project__area-item-content {
        position: absolute;
        right: 20px;
        bottom: 20px;
        left: 20px;
        padding: 30px 25px
    }

    .project__area-item.page .project__area-item-content-icon {
        right: 50px;
        top: 50px
    }

    .project__one-item-content {
        left: 30px;
        right: 30px
    }

    .project__one-item-icon {
        top: 16%
    }

    .project__one-item:hover .project__one-item-content {
        bottom: 30px
    }

    .project__one-item:hover .project__one-item-icon {
        top: 19%
    }
}

.experience__area,.solution__area,.solution__area-right {
    position: relative
}

@media (max-width: 1199px) {
    .portfolio-item {
        height:500px;
        flex: 1.5
    }

    .portfolio-item-inner {
        left: 30px;
        bottom: 30px
    }

    .portfolio__three {
        border-left: 2px solid var(--border-white);
        border-right: 2px solid var(--border-white)
    }

    .portfolio__three .portfolio-border {
        border-right: 0;
        border: 2px solid var(--border-white)
    }

    .portfolio__three .portfolio-border:last-child {
        border: 2px solid var(--border-white)
    }

    .project__details-area-meta {
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }
}

@media (max-width: 991px) {
    .pricing__area-item {
        padding:0 50px 50px 40px
    }

    .testimonial__two-item {
        padding: 35px 25px
    }

    .chooseUs__area-right {
        justify-content: start
    }

    .portfolio {
        gap: 20px
    }

    .portfolio-item {
        height: 420px;
        flex: 1.1
    }

    .portfolio-item-inner {
        padding-left: 30px
    }

    .portfolio-item-inner-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-left: 40px;
        padding: 4px 0
    }

    .portfolio-item-inner-icon i {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .project__details-area-meta {
        grid-template-columns: repeat(2,1fr)
    }

    .project__one-item-content {
        left: 20px;
        right: 20px;
        bottom: 10px
    }

    .project__one-item-icon {
        top: 16%
    }

    .project__one-item:hover .project__one-item-content {
        bottom: 20px
    }
}

@media (max-width: 720px) {
    .portfolio {
        display:initial
    }

    .portfolio-item {
        height: 120px;
        margin-bottom: 25px
    }

    .portfolio-item:last-child {
        margin: 0
    }

    .portfolio-item img {
        width: 100%
    }

    .portfolio-item.active.portfolio-item {
        height: 400px
    }
}

@media (max-width: 420px) {
    h2 {
        font-size:31px;
        line-height: 41px
    }

    h3 {
        font-size: 28px;
        line-height: 38px
    }

    .company__history-area-item-right-content,.company__history-area-items-left-content {
        padding: 35px 25px
    }

    .company__history-area-item-right-content-date h5,.company__history-area-items-left-content-date h5 {
        font-size: 19px;
        line-height: 29px
    }

    .company__history-area-item-right-content-date span,.company__history-area-items-left-content-date span {
        font-size: 16px;
        line-height: 16px;
        padding-left: 15px;
        padding-right: 20px;
        -webkit-clip-path: polygon(0 0,100% 0,82% 50%,100% 99%,0 100%,0% 50%);
        clip-path: polygon(0 0,100% 0,82% 50%,100% 99%,0 100%,0% 50%)
    }

    .portfolio-item-inner {
        left: 20px;
        bottom: 20px;
        padding-left: 20px
    }

    .portfolio-item-inner-icon {
        width: 85px;
        height: 95px;
        line-height: 95px;
        margin-left: 20px;
        padding: 3px 0
    }

    .portfolio-item-inner-icon i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .portfolio-item.active.portfolio-item {
        height: 340px
    }
}

.solution__area {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    padding: 30px 0
}

.solution__area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-heading-color);
    z-index: -1;
    opacity: .6
}

.solution__area-title h1 {
    color: var(--text-white);
    max-width: 800px;
    margin-bottom: 0;
    font-size: 41px
}

.solution__area-right::before {
    content: "";
    position: absolute;
    width: 463px;
    height: 463px;
    border-radius: 50%;
    top: 30px;
    right: -155px;
    background: var(--primary-color-2);
    mix-blend-mode: overlay
}

.solution__area-right h6 {
    color: var(--text-white);
    margin-top: 30px
}

.solution__area-right-video {
    max-width: 155px;
    text-align: center;
    margin: 0 0 0 auto
}

.solutions__two-title h2 {
    margin-bottom: 30px
}

.solutions__two-item {
    padding: 40px;
    background: var(--bg-white);
    border: 1px solid var(--border-color-1);
    transition: .6s
}

.solutions__two-item-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: var(--color-17);
    border-radius: 50%;
    margin-bottom: 20px
}

.solutions__two-item-icon img {
    transform: rotateY(0)
}

.solutions__two-item h4 {
    margin-bottom: 5px
}

.solutions__two-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--box-shadow-2)
}

.solutions__two-item:hover .solutions__two-item-icon img {
    -webkit-animation: .7s rotateY;
    animation: .7s rotateY
}

@media (max-width: 1199px) {
    .solution__area-title {
        text-align:center;
        margin-bottom: 50px
    }

    .solution__area-title h1 {
        margin: 0 auto 44px
    }

    .solution__area-right {
        position: relative
    }

    .solution__area-right::before {
        top: 20px;
        right: 50%;
        transform: translateX(50%)
    }

    .solution__area-right h6 {
        margin-top: 30px
    }

    .solution__area-right-video {
        margin: 0 auto
    }
}

@media (max-width: 991px) {
    .solution__area-title h1 {
        font-size:60px;
        line-height: 70px
    }
}

@media (max-width: 767px) {
    .project__details-area-meta,.project__details-pagination {
        grid-template-columns:repeat(1,1fr)
    }

    .project__details-pagination {
        gap: 20px
    }

    .project__details-pagination-item.center {
        display: none
    }

    .solution__area-title h1 {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 35px
    }

    .news__details-pagination {
        grid-template-columns: repeat(2,1fr);
        gap: 30px
    }

    .news__details-pagination-item.center {
        display: none
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding:5px 0
    }

    .sm-mb-0 {
        margin-bottom: 0
    }

    .sm-mt-0 {
        margin-top: 0
    }

    .sm-ml-0 {
        margin-left: 0
    }

    .sm-pt-0 {
        padding-top: 0
    }

    .sm-pb-0 {
        padding-bottom: 0
    }

    .sm-pl-0 {
        padding-left: 0
    }

    .sm-pr-0 {
        padding-right: 0
    }

    .sm-mb-5 {
        margin-bottom: 5px
    }

    .sm-mt-5 {
        margin-top: 5px
    }

    .sm-ml-5 {
        margin-left: 5px
    }

    .sm-pt-5 {
        padding-top: 5px
    }

    .getIn__touch,.sm-pb-5 {
        padding-bottom: 5px
    }

    .sm-pl-5 {
        padding-left: 5px
    }

    .sm-pr-5 {
        padding-right: 5px
    }

    .sm-mb-10 {
        margin-bottom: 10px
    }

    .sm-mt-10 {
        margin-top: 10px
    }

    .sm-ml-10 {
        margin-left: 10px
    }

    .sm-pt-10 {
        padding-top: 10px
    }

    .sm-pb-10 {
        padding-bottom: 10px
    }

    .sm-pl-10 {
        padding-left: 10px
    }

    .sm-pr-10 {
        padding-right: 10px
    }

    .sm-mb-15 {
        margin-bottom: 15px
    }

    .sm-mt-15 {
        margin-top: 15px
    }

    .sm-ml-15 {
        margin-left: 15px
    }

    .sm-pt-15 {
        padding-top: 15px
    }

    .sm-pb-15 {
        padding-bottom: 15px
    }

    .sm-pl-15 {
        padding-left: 15px
    }

    .sm-pr-15 {
        padding-right: 15px
    }

    .sm-mb-20 {
        margin-bottom: 20px
    }

    .about__one,.sm-mt-20 {
        margin-top: 20px
    }

    .sm-ml-20 {
        margin-left: 20px
    }

    .sm-pt-20 {
        padding-top: 20px
    }

    .sm-pb-20 {
        padding-bottom: 20px
    }

    .sm-pl-20 {
        padding-left: 20px
    }

    .sm-pr-20 {
        padding-right: 20px
    }

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

    .sm-mt-25 {
        margin-top: 25px
    }

    .sm-ml-25 {
        margin-left: 25px
    }

    .sm-pt-25 {
        padding-top: 25px
    }

    .sm-pb-25 {
        padding-bottom: 25px
    }

    .sm-pl-25 {
        padding-left: 25px
    }

    .sm-pr-25 {
        padding-right: 25px
    }

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

    .sm-mt-30 {
        margin-top: 30px
    }

    .sm-ml-30 {
        margin-left: 30px
    }

    .sm-pt-30 {
        padding-top: 30px
    }

    .sm-pb-30 {
        padding-bottom: 30px
    }

    .sm-pl-30 {
        padding-left: 30px
    }

    .sm-pr-30 {
        padding-right: 30px
    }

    .sm-mb-35 {
        margin-bottom: 35px
    }

    .sm-mt-35 {
        margin-top: 35px
    }

    .sm-ml-35 {
        margin-left: 35px
    }

    .sm-pt-35 {
        padding-top: 35px
    }

    .sm-pb-35 {
        padding-bottom: 35px
    }

    .sm-pl-35 {
        padding-left: 35px
    }

    .sm-pr-35 {
        padding-right: 35px
    }

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

    .sm-mt-40 {
        margin-top: 40px
    }

    .sm-ml-40 {
        margin-left: 40px
    }

    .sm-pt-40 {
        padding-top: 40px
    }

    .sm-pb-40 {
        padding-bottom: 40px
    }

    .sm-pl-40 {
        padding-left: 40px
    }

    .sm-pr-40 {
        padding-right: 40px
    }

    .sm-mb-45 {
        margin-bottom: 45px
    }

    .sm-mt-45 {
        margin-top: 45px
    }

    .sm-ml-45 {
        margin-left: 45px
    }

    .sm-pt-45 {
        padding-top: 45px
    }

    .sm-pb-45 {
        padding-bottom: 45px
    }

    .sm-pl-45 {
        padding-left: 45px
    }

    .sm-pr-45 {
        padding-right: 45px
    }

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

    .sm-mt-50 {
        margin-top: 50px
    }

    .sm-ml-50 {
        margin-left: 50px
    }

    .sm-pt-50 {
        padding-top: 50px
    }

    .sm-pb-50 {
        padding-bottom: 50px
    }

    .sm-pl-50 {
        padding-left: 50px
    }

    .sm-pr-50 {
        padding-right: 50px
    }

    .sm-mb-55 {
        margin-bottom: 55px
    }

    .sm-mt-55 {
        margin-top: 55px
    }

    .sm-ml-55 {
        margin-left: 55px
    }

    .sm-pt-55 {
        padding-top: 55px
    }

    .sm-pb-55 {
        padding-bottom: 55px
    }

    .sm-pl-55 {
        padding-left: 55px
    }

    .sm-pr-55 {
        padding-right: 55px
    }

    .sm-t-left {
        text-align: left
    }

    .sm-t-center {
        text-align: center
    }

    .sm-t-right {
        text-align: right
    }

    .sm-display-n {
        display: none!important
    }

    .sm-display-b {
        display: block!important
    }

    .top__bar {
        padding: 35px 0
    }

    .topbar__three-right ul li {
        margin-right: 0;
        padding-right: 5px;
        border: 0
    }

    .header__area-menubar-right .mean-container a.meanmenu-reveal,.header__area-menubar.two .header__area-menubar-right .mean-container a.meanmenu-reveal {
        margin-right: 13px
    }

    .header__area,.header__area-menubar {
        padding: 0
    }

    .whatsaap-img {
        margin-top: -186px;
        margin-bottom: -20px
    }

    .header__area-menubar-right-box-search {
        padding: 40px 25px 40px 0;
        margin: 0 50px 0 0
    }

    .header__area .mean-nav {
        margin-top: 80px
    }

    .auto__container.pl-35.pr-35 {
        padding: 0 12px
    }

    .services__two-item-content {
        padding: 30px
    }

    .cta__area-bg {
        padding: 50px 0
    }

    .cta__area-bg .pr-0 {
        padding-right: 12px
    }

    .getIn__touch-three-left-video-shape {
        display: none
    }

    .chooseUs__area-right {
        gap: 0
    }

    .chooseUs__area-right-shape {
        max-width: 90px;
        padding-right: 15px
    }

    .solution__area-title h1 {
        font-size: 42px;
        line-height: 52px
    }
}

@media (max-width: 470px) {
    .solution__area-title h1 {
        font-size:31px;
        line-height: 41px;
        margin-bottom: 30px
    }
}

.experience__area {
    z-index: 1;
    background: var(--color-6);
    overflow: hidden
}

.subscribe__area-bg.all-page::after,.subscribe__area-form.all-page button {
    background: var(--primary-color-1)
}

.experience__area-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.experience__area-image {
    position: relative;
    display: flex;
    gap: 30px
}

.experience__area-image-shape {
    position: absolute;
    left: 0;
    bottom: 0
}

.experience__area-right {
    margin-left: 95px
}

.experience__area-right-title h2 {
    margin-bottom: 30px
}

.experience__area-right-skill {
    margin-top: 30px
}

.experience__area-right-skill-item-content {
    position: relative
}

.experience__area-right-skill-item-content .text-two {
    font-weight: 700
}

.experience__area-right-skill-item-count {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500
}

.experience__area-right-skill-item-bar {
    height: 10px;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    background: var(--primary-color-1);
    transition: 3.5s ease-out;
    -webkit-clip-path: polygon(0 0,100% 0%,98% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0%,98% 100%,0% 100%)
}

.blog__one-item-content,.blog__one-item-content h4 a,.blog__one-item-content-meta ul li a,.blog__three-item-content h4 a,.blog__three-item-content-meta ul li a,.blog__two-item-content h4 a,.blog__two-item-content-meta ul li a,.news__details-left-meta ul li a,.news__details-left-share ul li a i,.news__details-left-tag ul li a,.news__details-pagination-item a h6,.news__standard-left-item-content h3 a,.news__standard-left-item-content-meta ul li a {
    transition: .4s
}

.experience__area-right-skill-item-inner {
    width: 100%;
    height: 10px;
    position: relative;
    background: var(--border-color-2);
    -webkit-clip-path: polygon(0 0,100% 0%,98% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0%,98% 100%,0% 100%);
    margin-top: 8px
}

.experience__area-right .btn-two {
    background: var(--color-6);
    margin-top: 50px;
    color: var(--text-heading-color)
}

.experience__area-right .btn-two:hover,.subscribe-title h2 {
    color: var(--text-white)
}

@media (max-width: 1399px) {
    .solutions__two-item {
        padding:40px 30px
    }

    .experience__area-right {
        margin-left: 30px
    }

    .experience__area-right-title {
        margin-bottom: 35px
    }

    .experience__area-right-title h2 {
        margin-bottom: 23px
    }

    .experience__area-right .btn-two {
        margin-top: 45px
    }
}

.subscribe__area {
    position: relative;
    margin-bottom: 100px
}

.subscribe__area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: var(--bg-white)
}

.subscribe__area-bg {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 70px;
    overflow: hidden;
    margin: 0
}

.subscribe__area-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-heading-color);
    opacity: .7;
    z-index: -1
}

.subscribe__area-bg::after {
    content: "";
    position: absolute;
    width: 303px;
    height: 303px;
    border-radius: 50%;
    bottom: -155px;
    left: -10px;
    background: var(--primary-color-2);
    mix-blend-mode: overlay;
    z-index: -1;
    -webkit-animation-name: left-right2;
    animation-name: left-right2;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.subscribe__area-left h2 {
    color: var(--text-white);
    margin-bottom: 20px
}

.subscribe__area-left-notification {
    display: flex;
    align-items: center;
    gap: 40px
}

.subscribe__area-left-notification h6 {
    color: var(--text-white);
    max-width: 113px
}

.subscribe__area-left-notification-icon i {
    color: var(--primary-color-2);
    background: var(--bg-white);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px
}

.blog__one .btn-two:hover,.blog__one-item-image-date span,.blog__two-item-image-date span {
    color: var(--text-white)
}

.subscribe__area-form {
    margin-left: 130px
}

.conbix-contact-item,.subscribe-form form,.subscribe__area-form form {
    position: relative
}

.subscribe__area-form form input {
    border: 0;
    border-radius: 35px;
    padding-left: 30px
}

.subscribe__area-form form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 35px;
    background: var(--primary-color-2);
    font-weight: 700;
    font-family: var(--heading-font);
    height: 70px;
    padding-left: 46px;
    padding-right: 46px;
    text-transform: uppercase
}

.subscribe,.subscribe-form form .btn-seven {
    background: var(--primary-color-3)
}

.subscribe-title {
    position: relative;
    z-index: 1;
    padding: 60px 0
}

.subscribe-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/icon/envelop.png");
    background-repeat: no-repeat;
    opacity: .07;
    z-index: -1
}

.subscribe-form form input:focus {
    border-color: var(--bg-white)
}

.subscribe-form form .btn-seven {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 700;
    font-size: 16px;
    font-family: var(--heading-font);
    padding: 17px 20px;
    border-radius: 4px
}

@media (max-width: 1199px) {
    .experience__area-right {
        margin-left:0
    }

    .subscribe__area-form {
        margin-left: 20px
    }

    .subscribe__area-bg {
        padding: 65px 20px
    }
}

.blog__one-item-image::before,.blog__three-item-image::before,.blog__two-item-image::before {
    left: -75%;
    width: 30%;
    height: 100%;
    background: var(--text-white);
    display: block;
    transform: skewX(-25deg);
    top: 0;
    content: ""
}

@media (max-width: 550px) {
    .subscribe__area-bg {
        padding:50px 5px
    }

    .subscribe__area-form form input {
        height: 60px;
        padding-left: 10px;
        padding-right: 128px;
        border-radius: 30px
    }

    .subscribe__area-form form button {
        border-radius: 30px;
        height: 60px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 500
    }
}

.blog__one-item-content-meta ul li,.blog__two-item-content-meta ul li {
    padding: 0 30px 0 0;
    border-right: 1px solid var(--color-10);
    margin-right: 30px;
    color: var(--color-2);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--heading-font);
    list-style: none
}

.blog__one-item,.blog__three-item,.blog__two-item,.contact__page {
    position: relative;
    z-index: 2
}

.blog__one-item-image {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.blog__one-item-image::before {
    position: absolute;
    opacity: .4;
    z-index: 1
}

.blog__one-item-image img {
    width: 100%
}

.blog__one-item-image-date {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: var(--primary-color-1);
    display: inline-block;
    border-radius: 6px;
    padding: 10px 16px;
    text-align: center
}

.blog__one-item-image-date span {
    display: block
}

.blog__one-item-image-date .text-three {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 6px
}

.blog__one-item-image-date .text-three::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: var(--text-white);
    opacity: .2;
    width: 30px;
    height: 2px
}

.blog__one-item-image-date .text-five {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600
}

.blog__one-item-content {
    padding: 17px 40px 40px;
    border: 1px solid var(--color-10);
    border-top: 0
}

.blog__one-item-content-meta {
    border-bottom: 1px solid var(--color-10);
    padding-bottom: 16px;
    margin-bottom: 15px
}

.blog__one-item-content-meta ul {
    padding: 0;
    margin: 0
}

.blog__one-item-content-meta ul li {
    display: inline-block;
    font-weight: 600
}

.blog__one-item-content-meta ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

.blog__one-item-content-meta ul li a i {
    margin-right: 10px;
    font-size: 18px
}

.blog__one-item-content h4 {
    margin-bottom: 15px
}

.blog__two-item-content h4 a:hover,.blog__two-item-content-meta ul li a:hover {
    color: var(--primary-color-2)
}

.blog__one-item:hover .blog__one-item-image::before {
    -webkit-animation: .95s animation;
    animation: .95s animation
}

.blog__one-item:hover .blog__one-item-content {
    box-shadow: var(--box-shadow-1)
}

.blog__two-item-image {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.blog__two-item-image::before {
    position: absolute;
    opacity: .4;
    z-index: 1
}

.blog__two-item-image img {
    width: 100%;
    transform: scale(1.02)
}

.blog__two-item-image-date {
    position: absolute;
    left: 40px;
    bottom: 30px;
    background: var(--primary-color-2);
    display: inline-block;
    border-radius: 6px;
    padding: 13px 20px 10px;
    text-align: center
}

.blog__three-item-content,.blog__two-item-content {
    background: var(--bg-white);
    box-shadow: var(--box-shadow-1)
}

.blog__two-item-image-date .text-three {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    margin-right: 10px;
    padding-right: 15px
}

.blog__two-item-image-date .text-three::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: var(--text-white);
    opacity: .4;
    width: 1px;
    height: 20px
}

.blog__two-item-image-date .text-five {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    bottom: 3px
}

.blog__two-item-content {
    padding: 17px 40px 40px
}

.blog__two-item-content-meta {
    border-bottom: 1px solid var(--color-10);
    padding-bottom: 16px;
    margin-bottom: 15px
}

.blog__two-item-content-meta ul {
    padding: 0;
    margin: 0
}

.blog__two-item-content-meta ul li {
    display: inline-block;
    font-weight: 600
}

.blog__two-item-content-meta ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

.blog__two-item-content-meta ul li a i {
    color: var(--primary-color-2);
    margin-right: 10px;
    font-size: 18px
}

.blog__two-item-content h4 {
    margin-bottom: 15px
}

.blog__two-item-content .btn-six {
    margin-top: 15px;
    border-color: var(--color-4);
    color: var(--text-heading-color);
    font-size: 14px;
    line-height: 24px;
    border-radius: 22px;
    padding: 9px 24px 8px
}

.blog__three-item-content h4 a:hover,.blog__three-item-content-btn .simple-btn-1,.blog__three-item-content-meta ul li a:hover {
    color: var(--primary-color-3)
}

.blog__two-item-content .btn-six::before {
    background: var(--primary-color-2)
}

.blog__two-item-content .btn-six:hover {
    color: var(--text-white);
    border-color: var(--primary-color-2)
}

.blog__two-item:hover .blog__two-item-image::before {
    -webkit-animation: .95s animation;
    animation: .95s animation
}

.blog__two-item.page .blog__two-item-content .btn-six::before,.blog__two-item.page .blog__two-item-image-date {
    background: var(--primary-color-1)
}

.blog__two-item.page .blog__two-item-content .btn-six:hover {
    border-color: var(--primary-color-1)
}

.blog__three-item-image,.news__standard-left-item-image {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.blog__three-item-image::before {
    position: absolute;
    opacity: .4;
    z-index: 1
}

.blog__three-item-image img {
    width: 100%
}

.blog__three-item-content {
    padding: 20px 30px 30px;
    margin: -80px 30px 49px;
    border-radius: 4px;
    position: relative;
    transition: .6s;
    z-index: 1
}

.blog__three-item-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 4px;
    background: var(--primary-color-3);
    border-radius: 6px 0 0;
    transition: .6s
}

.blog__three-item-content-meta {
    border-bottom: 1px solid var(--color-10);
    padding-bottom: 16px;
    margin-bottom: 17px
}

.blog__three-item-content-meta ul {
    padding: 0;
    margin: 0
}

.blog__three-item-content-meta ul li {
    padding: 0;
    display: inline-block;
    list-style: none;
    margin-right: 30px;
    color: var(--color-2);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--heading-font)
}

.blog__three-item-content-meta ul li:last-child {
    margin: 0
}

.blog__three-item-content-meta ul li a i {
    color: var(--primary-color-3);
    margin-right: 10px;
    font-size: 18px
}

.blog__three-item-content-btn {
    margin-top: -28px;
    opacity: 0;
    position: relative;
    z-index: -1;
    transition: .6s
}

.blog__three-item-content-btn .simple-btn-1:hover {
    color: var(--text-heading-color)
}

.blog__three-item:hover .blog__three-item-image::before {
    -webkit-animation: .95s animation;
    animation: .95s animation
}

.blog__three-item.blog__three-item-hover .blog__three-item-content::after {
    height: 100%;
    border-radius: 6px 0 0 6px
}

.blog__three-item.blog__three-item-hover .blog__three-item-content-btn {
    opacity: 1;
    margin-top: 20px;
    z-index: 1
}

.news__details-left {
    padding: 40px;
    border: 1px solid var(--border-color-1)
}

.news__details-left-meta {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color-1)
}

.news__details-left-meta ul,.news__details-left-share ul {
    padding: 0;
    margin: 0
}

.news__details-left-meta ul li {
    padding: 0;
    display: inline-block;
    list-style: none;
    margin-right: 30px;
    color: var(--color-2);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--heading-font)
}

.news__details-left-meta ul li:last-child {
    margin: 0
}

.news__details-left-meta ul li a i {
    color: var(--primary-color-1);
    margin-right: 10px;
    font-size: 18px
}

.news__details-left-meta ul li a:hover {
    color: var(--primary-color-1)
}

.news__details-left-meta-date {
    background: var(--primary-color-1);
    display: inline-block;
    border-radius: 6px;
    padding: 13px 20px 10px;
    text-align: center
}

.news__details-left-meta-date span {
    color: var(--text-white)
}

.news__details-left-meta-date .text-three {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    margin-right: 10px;
    padding-right: 15px
}

.news__details-left-meta-date .text-three::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: var(--text-white);
    opacity: .4;
    width: 1px;
    height: 20px
}

.news__details-left-meta-date .text-five {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    bottom: 3px
}

.news__details-left-box {
    text-align: center;
    margin: 30px 0;
    background: var(--color-6);
    padding: 40px;
    position: relative;
    z-index: 1
}

.news__details-left-box-shape {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    max-width: 110px;
    z-index: -1;
    opacity: .1
}

.news__details-left-box p {
    color: var(--text-heading-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    max-width: 670px;
    margin: 0 auto 30px
}

.news__details-left-box span {
    color: var(--primary-color-1);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--heading-font)
}

.news__details-left-share h6,.news__details-left-tag h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px
}

.news__details-left-tag ul {
    padding: 0;
    margin: -1px 0 0 -3px
}

.news__details-left-tag ul li {
    display: inline-block;
    list-style: none
}

.news__details-left-tag ul li a {
    border: 1px solid var(--border-color-3);
    margin: 1px 3px;
    overflow: hidden;
    padding: 4px 20px 5px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    border-radius: 4px
}

.news__details-left-tag ul li a:hover {
    color: var(--text-white);
    background: var(--primary-color-1);
    border-color: var(--primary-color-1)
}

.news__details-left-share ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px
}

.news__details-left-share ul li:last-child {
    margin: 0
}

.news__details-left-share ul li a i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: var(--color-6);
    font-size: 12px;
    border-radius: 50%;
    color: var(--text-heading-color)
}

.news__details-left-share ul li a i:hover {
    background: var(--primary-color-1);
    color: var(--text-white)
}

.news__details-left-comment-item {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color-2)
}

.news__details-left-comment-item-comment-image {
    float: left
}

.news__details-left-comment-item-comment-image img {
    max-width: 80px;
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.news__details-left-comment-item-comment-content {
    padding-left: 30px;
    overflow: hidden
}

.news__details-left-comment-item-comment-content span {
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block
}

.contact__page-info-item:last-child,.news__standard-left-item-content-meta ul li:last-child {
    margin: 0
}

.news__details-left-comment-item-comment-content h6 {
    font-size: 18px;
    line-height: 28px
}

.news__details-left-comment-item-comment-content h6 a {
    float: right;
    transition: .4s;
    font-family: var(--heading-font);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-heading-color);
    border: 1px solid var(--border-color-1);
    padding: 7px 18px;
    border-radius: 4px
}

.news__details-left-comment-item-comment-content h6 a i {
    margin-right: 10px
}

.news__details-left-comment-item-comment-content h6 a:hover {
    color: var(--text-white);
    background: var(--primary-color-1);
    border-color: var(--primary-color-1)
}

.conbix-contact-item span,.contact__page-info-item>span a:hover,.contact__two-left-item-info p a:hover,.news__details-pagination-item a:hover h6,.news__details-pagination-item a:hover i,.news__standard-left-item-content h3 a:hover,.news__standard-left-item-content-meta ul li a:hover {
    color: var(--primary-color-1)
}

.news__details-left-comment-item-comment-content p {
    max-width: 580px
}

.news__details-left-contact-form-item input {
    background: 0 0
}

.news__details-left-contact-form-item textarea {
    height: 220px;
    background: 0 0
}

.news__details-pagination-item a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news__details-pagination-item-left {
    display: flex;
    align-items: center;
    gap: 20px
}

.news__details-pagination-item-icon {
    text-align: center;
    padding: 20px 40px;
    max-width: 110px;
    margin: 0 auto;
    border-left: 1px solid var(--border-color-1);
    border-right: 1px solid var(--border-color-1)
}

.news__standard-left-item-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 30%;
    height: 100%;
    transform: skewX(-25deg);
    background: var(--text-white);
    opacity: .4;
    z-index: 1
}

.news__standard-left-item-image img {
    width: 100%
}

.news__standard-left-item-image:hover::before {
    -webkit-animation: .95s animation;
    animation: .95s animation
}

.news__standard-left-item-content {
    padding: 40px;
    box-shadow: var(--box-shadow-1)
}

.news__standard-left-item-content-meta {
    margin-bottom: 15px
}

.news__standard-left-item-content-meta ul {
    padding: 0;
    margin: 0
}

.news__standard-left-item-content-meta ul li {
    display: inline-block;
    margin-right: 30px;
    list-style: none
}

.news__standard-left-item-content-meta ul li a i {
    color: var(--primary-color-1);
    margin-right: 10px
}

.error-page p,.news__standard-left-item-content p {
    margin-bottom: 35px
}

@media (max-width: 1399px) {
    .blog__one-item-content-meta ul li,.blog__two-item-content-meta ul li {
        padding-right:20px;
        margin-right: 20px
    }

    .blog__one-item-content,.blog__two-item-content {
        padding: 17px 30px 30px
    }

    .blog__three-item-content {
        margin: -80px 20px 49px
    }

    .blog__three-item-content-meta ul li {
        margin-right: 20px
    }
}

@media (max-width: 1199px) {
    .news__standard-left-item-content {
        padding:40px 30px
    }

    .news__standard-left-item-content h3 {
        font-size: 28px;
        line-height: 38px
    }

    .news__details-left {
        padding: 40px 25px
    }

    .news__details-pagination-item a h6 {
        font-size: 16px;
        line-height: 26px
    }

    .news__details-pagination-item-left {
        gap: 15px
    }

    .news__details-pagination-item-left img {
        width: 70px;
        height: 70px;
        max-width: 70px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 440px) {
    .news__details-left-box {
        padding:40px 30px
    }

    .news__details-left-box p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .news__details-pagination {
        display: block
    }

    .news__details-pagination-item {
        margin-bottom: 20px
    }

    .news__details-pagination-item:last-child {
        margin: 0
    }
}

.contact__four-info-icon,.contact__three-info-icon,.contact__two-left-item-socialIcon ul li a i {
    border-radius: 50%;
    transition: .4s;
    text-align: center
}

.conbix-contact-item span {
    position: absolute;
    right: 16px;
    top: 23px;
    font-weight: 400
}

.conbix-contact-item input,.conbix-contact-item textarea {
    font-size: 15px
}

.contact__page-form {
    background: var(--color-6);
    padding: 70px
}

.contact__page-form-item textarea {
    height: 180px
}

.contact__page-info {
    margin-left: 100px
}

.contact__page-info-item {
    display: flex;
    margin-bottom: 40px
}

.contact__page-info-item h6 span {
    margin-left: 25px
}

.contact__page-info-item>span {
    max-width: 290px;
    margin-left: 45px;
    margin-top: 1px
}

.contact__page-info-item>span a {
    text-transform: lowercase;
    display: block;
    transition: .4s
}

.contact__page-map {
    margin-top: -180px;
    margin-bottom: -130px;
    z-index: 1;
    position: relative
}

.contact__page-map iframe {
    width: 100%;
    height: 600px;
    display: block;
    filter: grayscale(1)
}

.contact__two-content {
    max-width: 600px;
    margin: 0 auto
}

.contact__two-box {
    box-shadow: var(--box-shadow-1);
    padding: 90px 70px;
    margin: 0;
    background: var(--bg-white);
    position: relative;
    z-index: 2
}

.contact__two-left-item {
    border-bottom: 1px solid var(--border-color-1);
    margin-bottom: 28px;
    padding-bottom: 25px;
    display: flex;
    gap: 20px
}

.contact__two-left-item-icon img {
    max-width: 45px
}

.contact__two-left-item-info span {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px
}

.contact__two-left-item-info p {
    text-transform: lowercase;
    line-height: 27px;
    color: var(--text-heading-color);
    font-weight: 600;
    max-width: 240px
}

.contact__two-left-item-info p a {
    transition: .4s
}

.contact__two-left-item-socialIcon ul {
    padding: 0;
    margin: 20px 0 0
}

.contact__two-left-item-socialIcon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.contact__two-left-item-socialIcon ul li:last-child {
    margin: 0
}

.contact__two-left-item-socialIcon ul li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--color-6);
    font-size: 15px
}

.contact__two-left-item-socialIcon ul li a i:hover {
    background: var(--primary-color-1);
    color: var(--text-white)
}

.contact__two-right p {
    max-width: 500px;
    margin-bottom: 30px
}

.contact__two-right-form-item textarea {
    height: 177px
}

.contact__two-map {
    margin-top: -150px;
    margin-bottom: -130px;
    z-index: 1;
    position: relative
}

.contact__two-map iframe {
    width: 100%;
    height: 700px;
    display: block;
    filter: grayscale(1)
}

.contact__three-info {
    display: flex;
    align-items: center;
    background: var(--color-6);
    padding: 45px 30px;
    gap: 30px;
    transition: .4s
}

.contact__three-info-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    background: var(--bg-white)
}

.contact__four-info-icon,.contact__three-info:hover,.footer__one-widget-about-social ul li a i:hover {
    background: var(--primary-color-1)
}

.contact__three-info-icon img {
    max-width: 35px;
    transform: rotateY(0)
}

.contact__three-info-content h4 {
    transition: .4s
}

.contact__three-info-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: .4s
}

.contact__three-info:hover {
    transform: translateY(-5px)
}

.contact__three-info:hover .contact__three-info-icon img {
    -webkit-animation: .6s rotateY;
    animation: .6s rotateY
}

.contact__three-info:hover .contact__three-info-content h4,.contact__three-info:hover .contact__three-info-content p {
    color: var(--text-white)
}

.contact__three-left-map iframe {
    width: 100%;
    height: 640px;
    display: block;
    filter: grayscale(1)
}

.contact__four-info {
    padding: 75px 30px 40px;
    transition: .4s;
    box-shadow: var(--box-shadow-1);
    position: relative;
    z-index: 1;
    margin-top: 40px
}

.contact__four-info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/shape/footer.png");
    background-size: cover;
    background-position: right;
    z-index: -1;
    opacity: .6;
    transition: .4s
}

.contact__four-info-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 40px
}

.contact__four-info-icon::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px dashed var(--primary-color-1);
    border-radius: 50%;
    display: block;
    top: -10px;
    left: -10px;
    -webkit-animation: 10s linear infinite rotation;
    animation: 10s linear infinite rotation
}

.contact__four-info-icon img {
    max-width: 25px;
    transform: rotateY(0)
}

.contact__four-info p {
    text-transform: lowercase;
    font-weight: 500;
    transition: .4s;
    color: var(--color-2)
}

.contact__four-info p a:hover,.footer__top .btn-two:hover,.request__quote span {
    color: var(--primary-color-1)
}

.contact__four-info h4,.contact__four-info p a {
    transition: .4s
}

.contact__four-info span {
    transition: .4s;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: var(--color-2);
    margin-bottom: 15px;
    display: block
}

.contact__four-info:hover {
    background: var(--bg-heading-color)
}

.contact__four-info:hover h4 {
    color: var(--text-white)
}

.contact__four-info:hover p,.contact__four-info:hover span {
    color: #b0b0bd
}

.contact__four-info:hover .contact__four-info-icon img {
    -webkit-animation: .6s rotateY;
    animation: .6s rotateY
}

.contact__four-info:hover .contact__four-info-icon::after {
    -webkit-animation: initial;
    animation: initial
}

.contact__four-form {
    padding: 70px 50px;
    box-shadow: var(--box-shadow-2);
    background: var(--bg-white);
    position: relative;
    z-index: 2
}

.contact__four-form-title {
    max-width: 600px;
    margin: 0 auto 60px
}

.request__quote p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600
}

.request__quote-item label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px
}

.request__quote-services label {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: var(--text-heading-color)
}

.footer__one-widget h4,.footer__top .btn-two,.footer__top-title h2 {
    color: var(--text-white)
}

.request__quote .description {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px
}

@media (max-width: 1399px) {
    .contact__page-form {
        padding:60px 50px
    }

    .contact__page-info {
        margin-left: 80px
    }

    .contact-box {
        padding: 60px 40px
    }

    .contact__three-info {
        gap: 25px
    }

    .contact__three-info-icon {
        width: 75px;
        height: 75px;
        line-height: 75px
    }

    .contact__three-info-content p {
        font-size: 15px;
        line-height: 25px
    }
}

@media (max-width: 1199px) {
    .contact__page-form {
        padding:60px 40px
    }

    .contact__page-info {
        margin-left: 30px
    }
}

@media (max-width: 991px) {
    .subscribe-title,.subscribe__area-left h2 {
        text-align:center
    }

    .contact__page-info,.subscribe-form,.subscribe__area-form {
        margin-left: 0
    }

    .subscribe__area-bg::after {
        left: 20%
    }

    .subscribe__area-left-notification {
        justify-content: center
    }

    .subscribe {
        padding-bottom: 50px
    }

    .subscribe-title {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .contact__page-map,.contact__two-map {
        margin-bottom: -170px
    }

    .contact__page-form,.contact__two-box {
        padding: 60px 40px
    }

    .contact__page-map {
        margin-top: -160px
    }

    .contact__two-left {
        margin-right: 0
    }
}

@media (max-width: 530px) {
    .contact__page-info-item h6 span,.contact__page-info-item>span {
        margin-left:15px
    }

    .contact__four-form {
        padding: 50px 30px
    }
}

@media (max-width: 485px) {
    .contact__page-form {
        padding:50px 30px
    }

    .contact__page-info-item {
        display: block
    }

    .contact__page-info-item h6 span {
        margin-left: 15px
    }

    .contact__page-info-item>span {
        display: block;
        margin-left: 0;
        margin-top: 3px
    }

    .contact__page-map {
        margin-top: -140px
    }

    .contact-box,.contact__two-box {
        padding: 40px 16px
    }
}

.footer__top {
    background: #fec102;
    position: relative;
    z-index: 1;
    padding: 5px 0;
    overflow: hidden
}

.footer__one,.footer__two {
    background: var(--bg-heading-color)
}

.footer__top-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1
}

.footer__top .btn-two {
    background: 0 0
}

.footer__top .btn-two:hover {
    border-color: var(--text-white)
}

.footer__top .btn-two::before {
    background: var(--btn-white)
}

.footer__one {
    position: relative;
    z-index: 1;
    padding-top: 35px
}

.footer__one-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.footer__one-widget h4 {
    margin-bottom: 25px
}

.footer__one-widget-about a img {
    max-width: 165px
}

.footer__one-widget-about p {
    color: var(--color-5);
    max-width: 260px;
    margin-top: 15px
}

.footer__one-widget-about-social ul li:last-child,.footer__one-widget-solution ul li:last-child {
    margin: 0
}

.footer__one-widget-about-social {
    margin-top: 30px
}

.footer__one-widget-about-social ul,.footer__one-widget-solution ul {
    padding: 0;
    margin: 0
}

.footer__one-widget-about-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.footer__one-widget-about-social ul li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--color-5);
    font-size: 15px;
    border-radius: 50%;
    color: var(--dark-one);
    transition: .4s
}

.footer__one-widget-solution ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 15px
}

.footer__one-widget-solution ul li a {
    color: var(--color-5);
    transition: .4s;
    position: relative
}

.footer__one-widget-solution ul li a i {
    color: var(--primary-color-1);
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    opacity: 0;
    transition: .4s;
    left: 0;
    top: 0
}

.footer__one-widget-solution ul li a:hover {
    color: var(--primary-color-1);
    padding-left: 20px
}

.footer__one-widget-solution ul li a:hover i {
    opacity: 1
}

.footer__one-widget-location h6 {
    color: var(--text-white);
    margin: 18px 0
}

.footer__one-widget-location-item {
    display: flex;
    align-items: center;
    gap: 15px
}

.footer__one-widget-location-item-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid var(--color-5);
    border-radius: 50%;
    color: var(--color-5)
}

.footer__three-widget-location-item,.footer__two-widget-location-item {
    display: flex;
    align-items: center;
    gap: 15px
}

.footer__one-widget-location-item-info a {
    color: var(--color-5);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 188px;
    display: inline-block;
    transition: .4s
}

.footer__one-widget-location-item-info a:hover {
    color: var(--dark-one)
}

.footer__one-widget-subscribe p {
    color: var(--color-4);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 265px
}

.footer__one-widget-subscribe p span {
    color: var(--primary-color-1)
}

.footer__one-widget-subscribe form {
    position: relative;
    margin-top: 30px
}

.footer__one-widget-subscribe form input {
    background: 0 0;
    color: var(--color-9);
    border-color: var(--color-11);
    height: 70px
}

.footer__one-widget-subscribe form input:focus {
    color: var(--color-9)
}

.footer__one-widget-subscribe form button {
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    font-size: 20px;
    text-align: center
}

.footer__one .border-one {
    padding-left: 35px;
    position: relative;
    margin-left: -5px
}

.footer__one .border-one::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 220px;
    background: var(--color-11);
    left: 0;
    top: 0
}

.footer__one .border-one.tow {
    margin-left: -13px
}

.footer__two {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.footer__two-widget h4 {
    color: var(--text-white);
    margin-bottom: 25px
}

.footer__two-widget.footer-border {
    position: relative;
    padding-left: 60px
}

.footer__two-widget.footer-border::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 250px;
    background: var(--color-11);
    left: -10px;
    top: 0
}

.whatsaap-img {
    width: 100%;
    background: #ffe203
}

.footer__two-widget-about a img {
    max-width: 270px
}

.footer__two-widget-about p {
    color: var(--color-4);
    max-width: 355px;
    margin-top: 25px
}

.footer__two-widget-about-social {
    margin-top: 30px
}

.footer__two-widget-about-social ul {
    padding: 0;
    margin: 0
}

.footer__two-widget-about-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.footer__two-widget-about-social ul li:last-child {
    margin: 0
}

.footer__two-widget-about-social ul li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--color-11);
    font-size: 15px;
    border-radius: 50%;
    color: var(--text-white);
    transition: .4s
}

.footer__two-widget-about-social ul li a i:hover {
    background: var(--primary-color-2)
}

.footer__two-widget-location h6 {
    color: var(--text-white);
    margin: 18px 0
}

.footer__two-widget-location-item-icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 1px solid var(--color-11);
    border-radius: 50%;
    color: var(--primary-color-2)
}

.footer__two-widget-location-item-info a {
    color: var(--color-4);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 220px;
    display: inline-block;
    transition: .4s
}

.footer__two-widget-location-item-info a:hover {
    color: var(--primary-color-2)
}

.footer__three {
    position: relative;
    z-index: 1;
    background: var(--color-6);
    padding-top: 100px
}

.footer__three-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.footer__three-widget h4 {
    margin-bottom: 20px
}

.footer__three-widget-about a img {
    max-width: 165px
}

.footer__three-widget-about p {
    max-width: 350px;
    margin-top: 30px
}

.footer__three-widget-solution ul {
    padding: 0;
    margin: 0
}

.footer__three-widget-solution ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 15px
}

.footer__three-widget-solution ul li:last-child {
    margin: 0
}

.footer__three-widget-solution ul li a {
    transition: .4s;
    position: relative;
    font-weight: 500
}

.footer__three-widget-solution ul li a i {
    color: var(--primary-color-3);
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    opacity: 0;
    transition: .4s;
    left: 0;
    top: 0
}

.footer__three-widget-solution ul li a:hover {
    color: var(--primary-color-3);
    padding-left: 20px
}

.footer__three-widget-solution ul li a:hover i {
    opacity: 1
}

.footer__three-widget-location h6 {
    margin: 18px 0
}

.footer__three-widget-location-item-icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 1px solid var(--color-15);
    border-radius: 50%;
    color: var(--primary-color-3)
}

.footer__three-widget-location-item-info a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 188px;
    display: inline-block;
    transition: .4s
}

.footer__three-widget-location-item-info a:hover {
    color: var(--primary-color-3)
}

.footer__three-widget-hour p {
    font-weight: 500;
    font-family: var(--heading-font);
    margin-bottom: 7px
}

.footer__three-widget-hour p:last-child {
    margin: 0
}

.footer__three-widget-hour-social {
    margin-top: 25px
}

.footer__three-widget-hour-social ul {
    padding: 0;
    margin: 0
}

.footer__three-widget-hour-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

.footer__three-widget-hour-social ul li:last-child {
    margin: 0
}

.footer__three-widget-hour-social ul li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--bg-white);
    font-size: 15px;
    border-radius: 50%;
    color: var(--heading-color);
    transition: .4s
}

.footer__three-widget-hour-social ul li a i:hover {
    background: var(--primary-color-3);
    color: var(--text-white)
}

.all-footer .copyright__two p a,.all-footer .footer__two-widget-location-item-icon i,.all-footer .footer__two-widget-location-item-info a:hover,.all-footer .post__item-title h6 a:hover,.all-footer .post__item-title span i {
    color: var(--primary-color-1)
}

.all-footer .footer__two-widget-about-social ul li a i:hover {
    background: var(--primary-color-1)
}

.copyright__one,.copyright__three,.copyright__two {
    margin-top: 0;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid var(--color-11)
}

.copyright__one p,.copyright__three p,.copyright__two p {
    margin: 0;
    color: var(--text-white);
    font-size: 15px;
    line-height: 26px
}

.all__sidebar-item,.all__sidebar-item h4 {
    margin-bottom: 30px
}

.copyright__one p a,.copyright__three p a,.copyright__two p a {
    color: var(--primary-color-1);
    text-decoration: underline;
    margin: 0 2px
}

.copyright__two p a {
    color: var(--primary-color-2)
}

.copyright__three {
    border-top: 1px solid var(--color-16)
}

.copyright__three p {
    color: var(--body-color)
}

.copyright__three p a {
    color: var(--primary-color-3)
}

@media (max-width: 575px) {
    .blog__three-item-content {
        margin:-80px 10px 49px
    }

    .news__standard-left-item-content {
        padding: 30px 25px
    }

    .news__standard-left-item-content h3 {
        font-size: 22px;
        line-height: 32px
    }

    .news__standard-left-item-content-meta ul li {
        margin-right: 15px
    }

    .news__details-left {
        padding: 30px 20px
    }

    .news__details-left-comment-item {
        margin-left: 0
    }

    .news__details-left-comment-item-comment-image {
        float: initial;
        margin-bottom: 20px
    }

    .news__details-left-comment-item-comment-content {
        padding-left: 0
    }

    .footer__one {
        padding-top: 85px
    }

    .copyright__one {
        margin-top: 85px
    }
}

.all__sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 140px
}

.all__sidebar-item {
    padding: 40px;
    background: var(--color-6);
    border: 1px solid var(--border-color-4)
}

.all__sidebar-item:last-child {
    margin: 0
}

.all__sidebar-item-search form {
    display: flex;
    position: relative
}

.all__sidebar-item-search form input {
    border-color: var(--bg-white)
}

.all__sidebar-item-search form button {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 0 6px 6px 0
}

.all__sidebar-item-post .post__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-3)
}

.all__sidebar-item-post .post__item:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

.all__sidebar-item-post .post__item-image img {
    width: 90px;
    height: 90px;
    max-width: 90px;
    border-radius: 0
}

.all__sidebar-item-post .post__item-title h6 a {
    color: var(--text-heading-color)
}

.all__sidebar-item-post .post__item-title h6 a:hover,.all__sidebar-item-post .post__item-title span i {
    color: var(--primary-color-1)
}

.all__sidebar-item-post .post__item-title span {
    color: var(--color-2)
}

.all__sidebar-item-tag ul {
    padding: 0;
    margin: -1px 0 0 -3px
}

.all__sidebar-item-download ul li:last-child a,.post__item:last-child {
    margin: 0
}

.all__sidebar-item-tag ul li {
    display: inline-block;
    list-style: none
}

.all__sidebar-item-tag ul li a {
    transition: .4s;
    border: 1px solid var(--border-color-3);
    margin: 1px 3px;
    overflow: hidden;
    padding: 4px 20px 5px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    border-radius: 4px
}

.all__sidebar-item-download ul li a,.all__sidebar-item-solution ul li a {
    font-weight: 700;
    line-height: 26px;
    border-radius: 6px;
    overflow: hidden;
    display: block
}

.all__sidebar-item-tag ul li a:hover {
    color: var(--text-white);
    background: var(--primary-color-1);
    border-color: var(--primary-color-1)
}

.all__sidebar-item-download ul,.all__sidebar-item-solution ul {
    padding: 0;
    margin: 0
}

.all__sidebar-item-solution ul li {
    list-style: none
}

.all__sidebar-item-solution ul li .active {
    color: var(--text-white);
    background: var(--primary-color-1);
    border-color: var(--primary-color-1);
    padding-left: 20px
}

.post__item-title h6 a:hover,.post__item-title span i {
    color: var(--primary-color-2)
}

.all__sidebar-item-solution ul li .active i {
    opacity: 1;
    margin-left: 0
}

.all__sidebar-item-solution ul li a {
    transition: .4s ease-out;
    font-size: 16px;
    padding: 16px 20px 16px 0;
    border-bottom: 1px solid var(--border-color-3)
}

.all__sidebar-item-solution ul li a i {
    font-size: 14px;
    margin-right: 10px;
    opacity: 0;
    margin-left: -20px;
    transition: .4s ease-out
}

.all__sidebar-item-solution ul li a span {
    float: right;
    position: relative;
    top: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px
}

.all__sidebar-item-solution ul li a:hover {
    color: var(--text-white);
    background: var(--primary-color-1);
    border-color: var(--primary-color-1);
    padding-left: 20px
}

.all__sidebar-item-solution ul li a:hover i {
    opacity: 1;
    margin-left: 0
}

.all__sidebar-item-download ul li {
    list-style: none
}

.all__sidebar-item-download ul li a {
    font-size: 16px;
    margin-bottom: 10px;
    background: var(--bg-white);
    padding: 15px 20px
}

.all__sidebar-item-download ul li a i {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--primary-color-1);
    text-align: center;
    border-radius: 4px;
    color: var(--text-white)
}

.all__sidebar-item-download ul li a img {
    margin-right: 18px;
    padding-right: 10px;
    border-right: 1px solid var(--border-color-1)
}

.theme__pagination ul li .active,.theme__pagination ul li a:hover {
    background: var(--primary-color-1);
    border-color: var(--primary-color-1)
}

.all__sidebar-help-image-content {
    box-shadow: var(--box-shadow-1);
    padding: 30px;
    margin: -190px 40px 0;
    background: var(--bg-white);
    position: relative;
    text-align: center
}

.all__sidebar-help-image-content h4 {
    margin-top: 6px;
    margin-bottom: 26px
}

.all__sidebar-contact {
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden
}

.all__sidebar-contact-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 40px 50px;
    width: 100%;
    z-index: 1
}

.all__sidebar-contact-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--primary-color-1);
    -webkit-clip-path: polygon(0 0,100% 50%,100% 100%,0% 100%);
    clip-path: polygon(0 0,100% 50%,100% 100%,0% 100%);
    height: 100%;
    z-index: -1
}

.all__sidebar-contact-content::after {
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    right: -80px;
    bottom: -80px;
    background: rgba(255,255,255,.09);
    border-radius: 50%
}

.all__sidebar-contact-content-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: var(--bg-white);
    margin: 0 auto 45px
}

.all__sidebar-contact-content h3 {
    color: var(--text-white);
    margin-bottom: 10px
}

.all__sidebar-contact-content .simple-btn-2 {
    color: var(--text-white)
}

.post__item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px
}

.post__item-image img {
    width: 80px;
    height: 80px;
    max-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.post__item-title span {
    color: var(--color-9);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px
}

.post__item-title span i {
    margin-right: 10px;
    font-size: 16px
}

.post__item-title h6 {
    font-size: 18px;
    line-height: 28px;
    max-width: 234px
}

.post__item-title h6 a {
    color: var(--text-white);
    transition: .4s
}

.theme__pagination ul {
    margin: 0 0 0 -5px;
    padding: 0
}

.theme__pagination ul li {
    list-style: none;
    display: inline-block;
    margin: 5px
}

.theme__pagination ul li .active {
    color: var(--text-white)
}

.theme__pagination ul li a {
    font-family: var(--heading-font);
    border: 1px solid var(--border-color-1);
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    transition: .4s
}

.theme__pagination ul li a:hover {
    color: var(--text-white)
}

.theme__pagination ul li a i {
    font-size: 14px
}

@media (max-width: 1399px) {
    .footer__one .border-one {
        padding-left:0;
        margin-left: 0
    }

    .footer__one .border-one::before {
        display: none
    }

    .footer__one .border-one.tow {
        margin-left: 0
    }

    .footer__two-widget.footer-border {
        padding-left: 40px
    }

    .all__sidebar-item {
        padding: 35px 30px
    }

    .all__sidebar-item-post .post__item {
        gap: 20px
    }

    .all__sidebar-item-post .post__item-image img {
        width: 85px;
        height: 85px;
        max-width: 85px
    }

    .all__sidebar-item-post .post__item .post__item-title h6 {
        font-size: 17px
    }

    .all__sidebar-item-tag ul li a {
        padding: 4px 15px 5px
    }

    .all__sidebar-contact-content {
        padding: 40px 30px 50px
    }

    .all__sidebar-help-image-content {
        margin: -170px 25px 0
    }
}

@media (max-width: 1199px) {
    .footer__two-widget.footer-border {
        padding-left:0
    }

    .footer__two-widget.footer-border::before {
        display: none
    }

    .all__sidebar-item-solution ul li .active,.all__sidebar-item-solution ul li a:hover {
        padding-left: 15px
    }

    .all__sidebar-item {
        padding: 35px 25px
    }

    .all__sidebar-item-solution ul li {
        list-style: none
    }

    .all__sidebar-item-solution ul li a {
        padding: 16px 15px
    }

    .all__sidebar-item-solution ul li a i {
        margin-right: 8px;
        margin-left: -15px
    }

    .all__sidebar-item-post .post__item {
        gap: 15px
    }

    .all__sidebar-item-post .post__item-image img {
        width: 70px;
        height: 70px;
        max-width: 70px
    }

    .all__sidebar-item-post .post__item .post__item-title h6 {
        font-size: 16px
    }

    .all__sidebar-item-tag ul li a {
        padding: 4px 10px 5px
    }

    .all__sidebar-item-download ul li a {
        padding: 15px
    }

    .all__sidebar-item-download ul li a i {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px
    }

    .all__sidebar-item-download ul li a img {
        margin-right: 10px
    }

    .all__sidebar-contact-content {
        padding: 40px 25px 50px
    }

    .all__sidebar-contact-content-icon {
        margin-bottom: 35px
    }

    .all__sidebar-contact-content h3 {
        font-size: 27px;
        line-height: 37px
    }

    .all__sidebar-help-image-content {
        padding: 30px 20px
    }

    .post__item {
        gap: 20px
    }

    .post__item-title h6 {
        font-size: 17px;
        line-height: 27px
    }
}

.end li,.end li:after {
    width: 50px;
    animation: 2s linear infinite ripple
}

.page__banner {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    background-position: left
}

.page__banner-content ul {
    padding: 0;
    margin: 0
}

.about__one02 {
    position: relative;
    background-image: linear-gradient(#fff,#fffffff0),url(../img/01.gif);
    background-size: contain
}

.page__banner-content ul li {
    display: inline-block;
    list-style: none;
    color: gold;
    font-weight: 700
}

.page__banner-content ul li a {
    color: var(--text-white);
    margin-right: 15px;
    transition: .4s
}

.page__banner-content ul li a:hover {
    color: var(--primary-color-1)
}

.page__banner-content ul li span {
    margin-right: 15px;
    color: var(--text-white)
}

.page__banner-content h1,.page__banner-content h2 {
    color: var(--text-white);
    font-size: 45px;
    line-height: 80px;
    margin-top: 10px
}

.page__banner-content>span {
    color: var(--text-white);
    display: block;
    font-weight: 700;
    font-size: 120px;
    line-height: 144px;
    opacity: .08;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    margin: 0 0 -123px;
    position: relative;
    z-index: -1;
    text-transform: uppercase;
    font-family: var(--heading-font)
}

.error-page h2 {
    margin: 40px 0 30px
}

@media (max-width: 1599px) {
    .services__three-arrow-next {
        right:-48px
    }

    .services__three-arrow-prev {
        left: -70px
    }

    .page__banner::after {
        left: -140px
    }
}

@media (max-width: 991px) {
    .page__banner::after {
        left:-220px;
        width: 125%
    }
}

@media (max-width: 767px) {
    .page__banner::after {
        background-image:none;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--bg-heading-color)
    }

    .page__banner-content h1 {
        font-size: 60px;
        line-height: 70px
    }

    .page__banner-content>span {
        font-size: 90px;
        line-height: 102px;
        margin: 0 0 -164px
    }
}

@media (max-width: 480px) {
    .banner__one-content h1 {
        font-size:47px;
        line-height: 57px
    }

    .banner__one-content-button {
        display: initial
    }

    .banner__one-content-button-item {
        margin-right: 0;
        margin-bottom: 30px
    }

    .banner__two-content h1 {
        font-size: 38px;
        line-height: 48px
    }

    .banner__two-image-shape-one {
        bottom: 56%;
        z-index: -1
    }

    .banner__three-title h1 {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 10px
    }

    .banner__three-title-bottom {
        margin-top: 30px;
        display: block
    }

    .banner__three-title-bottom-btn {
        margin-bottom: 30px
    }

    .page__banner {
        padding: 15px 0
    }

    .subtitle-one {
        display: none
    }

    .page__banner-content h1 {
        font-size: 45px;
        line-height: 55px
    }

    .page__banner-content>span {
        font-size: 68px;
        line-height: 80px
    }
}

@media (max-width: 359px) {
    h2 {
        font-size:27px;
        line-height: 37px
    }

    h3 {
        font-size: 24px;
        line-height: 34px
    }

    h4 {
        font-size: 21px;
        line-height: 31px
    }

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

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

    .top__bar-left {
        text-align: center;
        margin-bottom: 5px
    }

    .top__bar-right {
        justify-content: center
    }

    .top__bar-right-social {
        border: 0;
        padding-left: 5px;
        margin-left: 5px
    }

    .header__area-menubar.three {
        padding: 0 10px
    }

    .header__area-menubar.three .mean-container a.meanmenu-reveal {
        margin-right: 10px
    }

    .banner__one-content h1 {
        font-size: 41px;
        line-height: 51px
    }

    .banner__two-content h1 {
        font-size: 32px;
        line-height: 42px
    }

    .banner__three {
        padding-top: 330px
    }

    .banner__three-title h1 {
        font-size: 42px;
        line-height: 52px
    }

    .about__three-right-image-two {
        margin: 0
    }

    .company__history-area-item-right-content,.company__history-area-items-left-content {
        padding: 30px 20px
    }

    .company__history-area-item-right-content-date h5,.company__history-area-items-left-content-date h5 {
        font-size: 17px;
        line-height: 27px
    }

    .company__history-area-item-right-content-date span,.company__history-area-items-left-content-date span {
        font-size: 14px;
        line-height: 14px
    }

    .pricing__area-item {
        padding: 0 30px 50px
    }

    .testimonial__area-item {
        padding: 35px 30px 30px
    }

    .testimonial__area-item-icon {
        right: 30px;
        bottom: 35px
    }

    .testimonial__area-item-client {
        gap: 20px
    }

    .testimonial__area-item-client-image img {
        width: 65px;
        height: 65px;
        max-width: 65px
    }

    .testimonial__area-item p {
        font-size: 15px;
        line-height: 28px
    }

    .portfolio-item-inner-icon {
        margin-left: 10px;
        padding: 3px 0
    }

    .project__area-item-content {
        padding: 40px 25px
    }

    .project__area-item-icon {
        right: 55px;
        top: 55px
    }

    .blog__one-item-content {
        padding: 17px 25px 25px
    }

    .blog__one-item-content-meta ul li {
        padding-right: 12px;
        margin-right: 0;
        border: 0
    }

    .blog__three-item-content {
        padding: 20px 22px 30px
    }

    .blog__three-item-content-meta ul li {
        margin-right: 5px
    }

    .blog__three-item-content-meta ul li a i {
        margin-right: 8px
    }

    .news__details-left-meta ul li {
        margin-right: 16px
    }

    .contact__three-info {
        display: block
    }

    .contact__three-info-icon {
        margin-bottom: 20px
    }

    .page__banner-content h1 {
        font-size: 38px;
        line-height: 48px
    }

    .page__banner-content>span {
        font-size: 58px;
        line-height: 60px
    }
}

.service01 {
    background-image: linear-gradient(#fe0000d6,#fc0101d1),url(../img/01.gif);
    background-size: contain
}

.end li a,.team__area-title h2,.team__area-title p {
    color: #fff
}

.hm_contact_form h2.title1 {
    background-color: #b72f19;
    padding: 10px;
    margin: 0 -23px;
    color: #fff;
    text-align: center
}

.title1 {
    color: #e3106c;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 13px;
    font-family: Oswald,"Open Sans",sans-serif;
    line-height: 33px
}

.form_row .hm_input_text {
    border-radius: 4px;
    color: #324545;
    font-weight: 600;
    width: 100%;
    height: 38px
}

.button.button-3d:hover {
    background-color: #ff0101!important;
    opacity: .9
}

.button {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px 5px 5px 0;
    padding: 0 22px;
    font-size: 14px;
    line-height: 40px;
    background-color: #fdb403;
    color: #fff;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2)
}

.banner1 .round-image {
    position: absolute;
    left: 0;
    top: -63px;
    width: 526px;
    right: 0;
    margin: auto;
    z-index: -1;
    animation: 15s linear infinite rotation
}

.banner1 {
    position: relative;
    text-align: center
}

.call-fix {
    position: fixed;
    padding: 0;
    bottom: 0;
    display: block;
    z-index: 99999;
    width: 100%
}

.end {
    margin: 0;
    padding: 0
}

.end li {
    display: inline;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 50px 0;
    bottom: 15px;
    border: 1px solid rgba(162,162,162,.8);
    background: #f94c30;
    line-height: 48px;
    border-radius: 50%
}

.ph-fx {
    left: 20px
}

.end li a img {
    filter: brightness(.5) invert(1);
    height: 27px
}

.end li:after {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -99;
    content: "";
    transform: scale(1);
    border: 1px solid rgba(162,162,162,.8)
}

.end .wh-fx {
    background: #03bd00;
    color: #fff
}

.wh-fx {
    right: 20px
}

.text-page h2 {
    font-size: 32px!important
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.479)
    }

    100% {
        box-shadow: 0 0 0 2rem rgba(255,255,255,.123)
    }
}
