/* Header */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button {
    font-family: "Inter", sans-serif;
}

body.split-body {
    background-color: #10100F !important;
}

.split-body-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: url(../imgs/bg.png);
}

.header .navbar-brand {
    color: #fff;
}

.header .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.ms-section {
    position: relative
}

.ms-section.ms-table {
    display: table;
    width: 100%
}

.ms-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.ms-easing {
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 400;
    line-height: 1em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: inherit
}

h1 {
    font-size: 4em;
    line-height: 1;
    color: #fff
}

h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 0
}

h3 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 400
}

h4 {
    font-size: 0.8em;
    line-height: 1.1em;
    font-weight: 600;
}

h5 {
    font-size: 0.8em;
    line-height: 1em;
    margin-bottom: 0.2em;
    font-weight: 400;
    text-transform: uppercase
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em
}

.clear {
    clear: both
}

.display-none {
    display: none !important
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.no-margin-bottom {
    margin-bottom: 0
}

.opacity-0 {
    opacity: 0 !important
}

.index-999 {
    z-index: -999 !important
}

.opacity-0-player {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1)
}

.separator-middle {
    background: #FF1D4D;
    height: 3px;
    width: 150px;
    margin: 35px auto
}

.separator-middle:before {
    background: #FF1D4D;
    content: "";
    height: 10px;
    margin: -4px 0 0 -75px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px
}

.separator-middle:after {
    background: #FF1D4D;
    content: "";
    height: 10px;
    margin: -4px 0 0 75px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px
}

.item-title {
    position: absolute;
    z-index: 999;
    left: 0;
    padding: 0;
    top: 55vh;
    width: 100%;
    padding: 0 15%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible
}

.item-title.text-center {
    text-align: center !important
}

.item-title h2 {
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFC;
}

.item-title h2 span {
    color: #F5900D;
}

.item-title h2 small {
    font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    opacity: 0.8;
    font-size: 40%;
    display: block;
    margin-top: 10px
}

.item-title .separator {
    background: #FF1D4D;
    height: 3px;
    width: 100px;
    margin: 20px 0 30px
}

.item-title .separator:before {
    background: #FF1D4D;
    content: "";
    height: 10px;
    margin: -4px auto auto 0;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px
}

.item-title .separator:after {
    background: #FF1D4D;
    content: "";
    height: 10px;
    margin: -4px auto auto 0;
    margin-left: 100px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px
}

.item-title p {
    color: #F8F8F8
}



.border-bar-top,
.border-bar-right,
.border-bar-bottom,
.border-bar-left {
    position: absolute;
    z-index: 9999;
    background: #000
}

.border-bar-top {
    width: 100vw;
    height: 1px;
    top: 30px
}

.border-bar-right {
    width: 1px;
    height: 100vh;
    right: 30px
}

.border-bar-bottom {
    width: 100vw;
    height: 1px;
    bottom: 30px
}

.border-bar-left {
    width: 1px;
    height: 100vh;
    left: 30px
}

#multi-div {
    overflow: auto;
    height: 100vh;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1)
}

.tooltip {
    text-transform: none
}

#left1 {
    background: none
}

#left2 {
    background: none
}

#left3 {
    background: none
}

#left4 {
    background: none
}

#right1 {
    background: none
}

#right2 {
    background: none
}

#right3 {
    background: none
}

#right4 {
    background: none
}

.overlay {
    background: url(../imgs/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.img-overlay {
    background: #00000080;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.ms-right .ms-section .overlay {
    border-right: none
}

#multiscroll-nav {
    position: fixed;
    z-index: 9999;
    top: 50%;
    width: 30px;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#multiscroll-nav ul {
    margin: 0;
    padding: 0
}

#multiscroll-nav ul li {
    display: block;
    width: 30px;
    height: 20px;
    position: relative
}

#multiscroll-nav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#multiscroll-nav ul li a:hover span:before {
    background: #E7B146;
    border: 1px solid #E7B146;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#multiscroll-nav ul li .active span {
    background: transparent
}

#multiscroll-nav ul li .active span:before {
    background: #E7B146;
    border: 1px solid #E7B146;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#multiscroll-nav span {
    top: 5px;
    left: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 1
}

#multiscroll-nav span:before {
    font-size: 1.5em;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #2B2D35;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.multiscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 12px;
    top: -2px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 2px
}

a.link-nav .multiscroll-tooltip {
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding-right: 20px;
    z-index: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1)
}

a.link-nav.active .multiscroll-tooltip {
    -webkit-animation: fade-tooltip 1.5s 0.3s, cubic-bezier(0, 0, 0.58, 1);
    -moz-animation: fade-tooltip 1.5s 0.3s, cubic-bezier(0, 0, 0.58, 1);
    animation: fade-tooltip 1.5s 0.3s, cubic-bezier(0, 0, 0.58, 1);
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1
}

a.link-nav.active-opening .multiscroll-tooltip {
    opacity: 1;
    visibility: visible
}

a.link-nav:hover .multiscroll-tooltip {
    opacity: 1;
    visibility: visible
}

@-webkit-keyframes fade-tooltip {
    0% {
        opacity: 0;
        visibility: visible
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-moz-keyframes fade-tooltip {
    0% {
        opacity: 0;
        visibility: visible
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fade-tooltip {
    0% {
        opacity: 0;
        visibility: visible
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

.brand-logo {
    max-width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 20px
}

@-webkit-keyframes scroll {

    0%,
    20% {
        -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px)
    }

    10% {
        -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        opacity: 0.01
    }
}

@-moz-keyframes scroll {

    0%,
    20% {
        -moz-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px)
    }

    10% {
        -moz-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        opacity: 1
    }

    100% {
        -moz-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        opacity: 0.01
    }
}

@keyframes scroll {

    0%,
    20% {
        -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
        -moz-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
        -ms-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
        -o-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
        transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px)
    }

    10% {
        -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        -moz-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        -ms-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        -o-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        -moz-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        -ms-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        -o-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        opacity: 0.01
    }
}

.progress-block {
    margin-top: 50px;
    overflow: hidden
}

.progress-block h3 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.progress-block .progress-part {
    margin-bottom: 20px;
    font-weight: 400;
    overflow: visible;
    height: 4px;
    background: #EFEFEF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.progress-block .progress-part .progress-dash {
    color: #333;
    background: #F5900D;
    font-size: 0.7em;
    padding-top: 4px;
    position: relative
}

.progress-block .progress-part .progress-dash span {
    display: inline-block;
    position: absolute;
    top: -30px;
    right: -10px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
}

.block-services {
    margin: 2em 0 0;
    padding-left: 20px
}

.block-contact h3 {
    color: #fff
}

.investment-line {
    font-weight: 400;
    font-size: 16px;
    color: #6F6F6F !important;
}

.narrow h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #F5900D;
    padding-left: 50px;
    position: relative;
}

.narrow h2::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #F5900D;
    top: 50%;
    left: 0;
}

#block-answer {
    min-height: 30px;
    margin-top: 1em;
    text-align: center
}

@media only screen and (max-width: 1600px) {
    .item-title {
        padding: 0 10%
    }
}

@media only screen and (max-width: 500px) {
    body {
        overflow: auto !important
    }

    .ms-left,
    .ms-right {
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        position: relative !important;
        top: auto !important
    }

    .ms-left .ms-section,
    .ms-right .ms-section {
        height: auto !important;
        position: relative
    }

    .ms-left .ms-section .ms-tableCell,
    .ms-right .ms-section .ms-tableCell {
        height: auto !important
    }

    .ms-left .ms-section .ms-tableCell .item-title,
    .ms-right .ms-section .ms-tableCell .item-title {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding-top: 150px;
        padding-bottom: 150px
    }

    .overlay {
        position: absolute
    }

    #left1 .item-title {
        padding-top: 100px;
        padding-bottom: 100px
    }

    #left1 .mouse {
        display: none
    }

    #left1 p.scroll {
        bottom: 35px
    }

    #left1 p.scroll span {
        display: none
    }

    #multiscroll-nav {
        display: none
    }

    .border-bar-top {
        height: 10px
    }

    .border-bar-right {
        width: 10px
    }

    .border-bar-bottom {
        height: 10px
    }

    .border-bar-left {
        width: 10px
    }

    .vegas-wrapper {
        position: relative
    }

    .item-title {
        width: 100% !important;
        left: 0 !important
    }

    .narrow h2 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .item-title h2 {
        font-size: 2em !important
    }

    #countdown_dashboard .dash-glob .dash .digit {
        font-size: 7em
    }

    #countdown_dashboard .text-day h3 {
        font-size: 2em
    }

    #subscribe #notifyMe {
        max-width: 100%;
        margin: auto;
        margin-top: 2em
    }

    #subscribe #notifyMe .form-group {
        margin-bottom: 1em
    }

    #subscribe #notifyMe .form-group .form-control {
        border-right: 1px solid #666;
        float: none !important;
        width: 100% !important;
        margin-bottom: 20px
    }

    #subscribe #notifyMe .form-group button.submit {
        width: 100% !important
    }

    #subscribe .block-message {
        min-height: 40px
    }

    #block-answer {
        min-height: 40px
    }
}

.ms-section .text {
    margin-top: 25px;
}

.ms-section .text p {
    font-weight: 400;
    font-size: 16px;
    color: #D9D9D9;
}

.ms-section .house-boxs {
    margin-top: 30px;
}

.ms-section .house-boxs .house-box {
    margin-top: 20px;
    padding-right: 18px;
}

.ms-section .house-boxs .house-box h3 {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFC;
}

.ms-section .house-boxs .house-box h3 span {
    color: #F5900D;
}

.ms-section .house-boxs .house-box p {
    font-weight: 400;
    font-size: 15px;
    color: #D9D9D9;
    margin: 0;
}

.header .searchbar {
    align-self: center;
    margin-left: 10px;
}

.header .searchbar i {
    color: #fff;
}

.togglesearch {
    background: #E8E8E4;
    position: absolute;
    top: 60px;
    right: 8%;
    width: 349px;
    height: 41px;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #E7B146;
    display: none;
}

.togglesearch:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #E7B146;
}

.togglesearch input[type="text"] {
    width: 80%;
    padding: 5px 10px;
    outline: none;
    height: 40px;
    border: none;
    outline: none;
}

.togglesearch input[type="button"] {
    width: 22%;
    color: #fff;
    background: #E7B146;
    margin-left: -5px;
    outline: none;
    height: 40px;
    line-height: 34px;
    cursor: pointer;
    border: none;
    outline: none;
}

.togglesearch form {
    display: flex;
}

.blogs {
    padding: 80px 0;
    background: url(../imgs/background.png);
}

.blogs-data .blogs-head {
    text-align: center;
    margin: 25px 0;
}

.blogs-data .blogs-head h2 {
    font-weight: 700;
    font-size: 45px;
    color: #FFFFFC;
}

.blogs-data .blogs-row .blogs-boxs .blog-box {
    margin: 20px 0;
}

.blog-box img {
    width: 100%;
}

.blog-box .content {
    border: 1px solid #353535;
    border-top: none;
    padding: 15px;
}

.blog-box .content .date span {
    font-weight: 500;
    font-size: 16px;
    color: #F5900D;
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-box .content h4 {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin: 12px 0;
}

.blog-box .content .bar img {
    width: 48px;
}

.work-btn {
    margin-top: 45px;
}

.blog-box .content .text {
    margin-top: 10px;
}

.blog-box .content .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.blog-box .content .read-btn a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F5900D;
}

.work-btn a {
    position: relative;
    display: inline-block;
    padding: 8px 12px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #FFFFFF;
    border-left: 2px solid #F5900D;
    border-right: 2px solid #F5900D;
    overflow: hidden;
}

/* Creating animated border effect */
.work-btn a::before,
.work-btn a::after {
    content: "";
    position: absolute;
    background: #F5900D;
    transition: all 0.5s ease-in-out;
}

/* Top border animation (left to right) */
.work-btn a::before {
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
}

/* Bottom border animation (right to left) */
.work-btn a::after {
    bottom: 0;
    right: 0;
    width: 0%;
    height: 2px;
}

/* Hover effect */
.work-btn a:hover::before {
    width: 100%;
}

.work-btn a:hover::after {
    width: 100%;
}

/* Hero */
.hero {
    background: url(../imgs/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 797px;
    padding: 3rem 0;
    display: flex;
    align-items: center;
}

.header {
    position: absolute;
    width: 100%;
}

.header .nav-link:focus,
.nav-link:hover {
    color: #F5900D !important;
}

.hero .hero-content {
    position: relative;
    padding-left: 70px;
}

.hero .hero-content .heading {
    width: 70%;
}

.hero .hero-content .heading h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    color: #FFFFFF;
}

.hero .hero-content .heading h1 span {
    color: #FEA408;
}

.hero .hero-content .social-links {
    position: absolute;
    left: 0;
    top: -60px;
}

.hero .hero-content .social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hero .hero-content .social-links ul li {
    margin: 8px 0;
}

.hero .hero-content .social-links ul li a {
    color: #fff;
}

.main-slider__one-item__content-arrow-down {
    margin-left: 370px;
}

.main-slider__one-item__content-arrow-down img {
    animation: rotateImage 5s linear infinite;
}

@keyframes rotateImage {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.contact-number {
    position: absolute;
    left: 0;
}

.vertical-text {
    writing-mode: vertical-rl;
    color: #FFFFFF;
    text-decoration: none;
}

/* number-bars */
.number-bars {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgs/background.png);
    min-height: 148px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.number-bars .bar-box {
    display: flex;
    align-items: center;
    gap: 22px;
}

.number-bars .bar-box .icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.number-bars .bar-box .text {
    padding-left: 15px;
    position: relative;
}

.number-bars .bar-box .text::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #FEB406;
    position: absolute;
    top: 15px;
    left: 0px;
}

.number-bars .bar-box .text .count {
    font-weight: 600;
    font-size: 32px;
    color: #fff;

}

.number-bars .bar-box .text strong {
    color: #F5900D;
    font-weight: 600;
    font-size: 16px;

}

/* about-us */
.about-us {
    padding: 70px 0;
    background: url(../imgs/background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 670px;
}

.about-us .tab-data {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about-us .tab-data .img {
    position: relative;
    width: 400px;
    flex: none;
}

.about-us .tab-data .img img {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    z-index: 1;
    width: 100%;
    position: relative;
}

.about-us .top-left-dot {
    width: 62px;
    height: 62px;
    background-color: #101010;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -25px;
    z-index: 0;
}

.about-us .bottom-right-dot {
    width: 47px;
    height: 47px;
    background-color: #F5900D;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    bottom: -15px;
    z-index: 0;
}

.about-us .tab-data .text .head span {
    font-weight: 500;
    font-size: 14px;
    color: #F5900D;
    padding-left: 35px;
    position: relative;
}

.about-us .tab-data .text .head span::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #F5900D;
    position: absolute;
    top: 50%;
    left: 0;
}

.about-us .tab-data .text h2 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin: 10px 0 30px;
}

.about-us .tab-data .text h2 span {
    color: #F5900D;
}

.about-us .tab-data .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A3A3A3;
}

.about-us .tabs-box .nav-tabs {
    border: none;
    outline: none;
    background: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: none !important;
    border: none;
}

.about-us .tabs-box .nav-tabs .btn-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 12px 0;
}

.nav-tabs .nav-link.active strong {
    color: #F5900D !important;
}

.about-us .tabs-box .nav-tabs .btn-box strong {
    position: relative;
    font-weight: 600;
    font-size: 17px;
    color: #FDFCF6;
}

.about-us .tabs-box .nav-tabs .btn-box strong::before {
    content: "";
    width: 3px;
    height: 18px;
    background-color: #F5900D;
    position: absolute;
    left: -16px;
    top: 20%;
}

.nav-tabs .nav-link {
    padding: 0 !important;
    border: none !important;
}

.about-us .tabs-box .nav-tabs .btn-box .number span {
    font-weight: 500;
    font-size: 14px;
    color: #9E9E9D;
}

/* testimonial */
.testimonial {
    padding: 80px 0;
    background: url(../imgs/background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.heading-title {
    text-align: center;
    margin-bottom: 40px;
}

.heading-title span {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #F5900D;
}

.heading-title h2 {
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
}

.testimonial .slider .img img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: auto;
}

.testimonial .slider .mark-img {
    margin: 30px 0;
}

.testimonial .slider .mark-img img {
    width: 60px;
    margin: auto;
}

.testimonial .slider .text {
    width: 70%;
    margin: auto;
    text-align: center;
}

.testimonial .slider .text p {
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    color: #808080;
}

.testimonial .slider .testi-name {
    text-align: center;
}

.testimonial .slider .testi-name h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #F5900D;
}

.testimonial .slider .testi-name span {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}

.testimonial .slider .owl-nav button {
    width: 48px;
    height: 48px;
    border-radius: 30px;
    padding: 10px;
    background-color: #4E4E4E !important;
    color: #F5900D !important;
}

.testimonial .slider .owl-nav button:hover {
    background-color: #F5900D !important;
    color: #fff !important;
}

.testimonial .slider .owl-nav .owl-prev {
    position: absolute;
    top: 10%;
    left: 35%;
}

.testimonial .slider .owl-nav .owl-next {
    position: absolute;
    top: 10%;
    right: 35%;
}

/* founders */
.founders {
    background: url(../imgs/background.png);
    padding: 80px 0;
}

.founders .custom-container {
    position: relative;
}

.founders .image {
    display: block;
    width: 100%;
    height: auto;
}

.founders .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1d1a1ad1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.founders .custom-container:hover .img-overlay {
    height: 100%;
}

.founders .social {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.founders .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.founders .social ul li {
    display: inline-block;
    margin: 0 8px;
}

.founders .social ul li a {
    color: #fff;
}

.founders .name {
    padding: 24px;
    border: 2px solid #363636;
    text-align: center;
}

.founders .name h2 {
    font-weight: 600;
    font-size: 24px;
    color: #F5900D;
}

.founders .name span {
    font-weight: 500;
    font-size: 16px;
    color: #D9D9D9;
}

.footer {
    background: url(../imgs/footer-bg.png);
    padding: 40px 0 5px;
    background-color: #000;
}

.footer .footer-box .text {
    margin: 20px 0;
    padding-right: 65px;
}

.footer .footer-box .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer .footer-box .footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-box .footer-social ul li {
    display: inline-block;
    margin: 0 8px;
}

.footer .footer-box .footer-social ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #FFFFFC;
    text-decoration: none;
    border-radius: 50%;
}

.footer .footer-box .footer-social ul li a:hover {
    background-color: #F5900D;
}

.footer .footer-box .head {
    margin-bottom: 30px;
}

.footer .footer-box .head h3 {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links ul li {
    margin: 12px 0;
}

.links ul li a {
    display: flex;
    gap: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    align-items: center;
}

.links ul li a i {
    font-size: 13px;
    color: #F5900D;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 20px 0;
}

.contact-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-box .contact-text h3 {
    font-weight: 700;
    font-size: 16px;
    color: #F5900D;
}

.contact-box .contact-text a {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF !important;
    text-decoration: none;
}

.footer .footer-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #5D5D5D;
}

.footer .copy-right {
    padding-top: 20px;
    text-align: center;
}

.footer .copy-right p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #5D5D5D;
}

/* Contact us page */
.contact-us {
    background: url(../imgs/bg.png);
    padding: 150px 0 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-us .head {
    text-align: center;
}

.contact-us .head h2 {
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
}

.contact-us .contact-info {
    display: flex;
    gap: 30px;
}

.contact-us .contact-info .img img {
    width: 325px;
    object-fit: cover;
}

.contact-us .contact-info .contact-box:first-child {
    margin-top: 0;
}

.contact-us .contact-data {
    margin-top: 50px;
}

.contact-us .contact-form .form-control {
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #AEAEAE;
    padding-left: 0;
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #858585;
    padding-bottom: 12px;
}

.contact-us .contact-form .form-control::placeholder {
    color: #858585;
}

.submit-btn {
    margin-top: 15px;
}

.submit-btn button {
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    background: none;
    border-left: 2px solid #F5900D;
    border-right: 2px solid #F5900D;
    overflow: hidden;
}
.static{
    background-image: url('../imgs/static.png'); /* Replace with your actual image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh; /* Or any height you prefer */
    width: 100%;
}
/* Creating animated border effect */
.submit-btn button::before,
.submit-btn button::after {
    content: "";
    position: absolute;
    background: #F5900D;
    transition: all 0.5s ease-in-out;
}

/* Top border animation (left to right) */
.submit-btn button::before {
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
}

/* Bottom border animation (right to left) */
.submit-btn button::after {
    bottom: 0;
    right: 0;
    width: 0%;
    height: 2px;
}

/* Hover effect */
.submit-btn button:hover::before {
    width: 100%;
}

.submit-btn button:hover::after {
    width: 100%;
}

.contact-us .contact-form .inputs .input {
    margin: 30px 0;
}

.contact-us .contact-form .inputs .input:first-child {
    margin-top: 0;
}

.map {
    margin-bottom: -6px;
}

.blogs-data {
    background: url(../imgs/background.png);
    padding: 150px 0 50px;
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

/* blogs page side bar */
/***
=====================================================
  Sidebar
=====================================================
***/
.sidebar {
    position: relative;
    display: block;
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    position: relative;
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-left: 14px;
    border-left: 2px solid #F5900D;
    color: #FFFFFF;
}

.sidebar__category {
    position: relative;
    display: block;
    border: 1px solid #474747;
    padding: 42px 12px 50px;
}

.sidebar__category-list {
    position: relative;
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar__category-list li+li {
    position: relative;
    margin-top: 15px;
}

.sidebar__category-list li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    padding: 15px 20px 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    border: 1px solid #353535;
    text-decoration: none;
}

.sidebar__category-list li a i {
    rotate: 100deg;
    color: #F5900D;
}

.sidebar__category-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #F5900D;
    z-index: -1;
    transform: scaleY(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar__category-list li a:hover:before {
    transform: scaleY(1.0);
}

.sidebar__category-list li a:hover {
    color: #fff;
}

.sidebar__category-list li a:hover i,
.sidebar__category-list li.active a i {
    color: #fff;
}

.sidebar__category-list li.active a {
    background-color: #F5900D;
    color: #fff;
}

.sidebar__category-list li a span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    right: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: #dcdde0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    z-index: 1;
}

.sidebar__category-list li a:hover span,
.sidebar__category-list li.active a span {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 42px 12px 42px;
    border: 1px solid #474747;
}

.sidebar__post-box {
    position: relative;
    display: block;
}

.sidebar__post-single {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sidebar__post-single .date span {
    color: #747474;
}

.sidebar__post-single+.sidebar__post-single {
    margin-top: 27px;
    border-bottom: 1px solid #474747;
    padding-bottom: 25px;
}

.sidebar-post__img {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    width: 230px;
}

.sidebar-post__img::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0;
    height: 100%;
    border-radius: 0%;
    -webkit-transform: translateX(90%, 90%);
    transform: translateX(90%, 90%);
    opacity: 0.70;
    z-index: 1;
}

.sidebar__post-single:hover .sidebar-post__img::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
    opacity: 1.0;
}

.sidebar-post__img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    height: 148px;
}

.sidebar__post-single:hover .sidebar-post__img img {
    opacity: 0.70;
    transform: scale(1.1) rotate(1deg);
}

.sidebar__post-content-box {
    position: relative;
    margin-top: 18px;
}

.sidebar__post-content-box .company-name span {
    font-weight: 600;
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0%;
    color: #F5900D;
}

.sidebar__post-content-box h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21.09px;
    letter-spacing: 0%;
    color: #132747;
    margin: 10px 0;
}

.sidebar__post-content-box h3 a {
    color: #828282;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-single:hover .sidebar__post-content-box h3 a {
    color: #E7B146;
}

.sidebar__tags {
    position: relative;
    display: block;
    border: 1px solid #353535;
    padding: 41px 12px 40px;
    overflow: hidden;
}

.sidebar__tags-list {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar__tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px 5px 0px;
    margin-bottom: 10px;
}

.sidebar__tags-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #353535;
    border-radius: 3px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100px;
    height: 51px;
    text-decoration: none;
}

.sidebar__tags-list li a:hover {
    color: #FFFFFF;
    background: #F5900D;
}

.blogs-data .col-lg-6:nth-child(1) .blog-box {
    margin-top: 0;
}

.blogs-data .col-lg-6:nth-child(2) .blog-box {
    margin-top: 0;
}

.blogs-data .about-me .head {
    margin-bottom: 10px;
}

.blogs-data .about-me .head h4 {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.blogs-data .about-me .text {
    margin-top: 10px;
}

.blogs-data .about-me .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7E7E7E;
}

/* home-hero */
.home-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgs/home.png);
    min-height: 650px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero .hero-heading {
    text-align: center;
}

.home-hero .hero-heading h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;
}

.home-hero .hero-heading h1 span {
    color: #FEA408;
}

.home-slider {
    background: url(../imgs/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.home-slider .heading {
    margin-bottom: 15px;
}

.home-slider .heading span {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #F5900D;
}
.home-slider .heading h3{
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
}
.home-slider .img img {
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 240px !important;
    margin-left: auto;
    filter: grayscale(1);
}

.home-slider .img img:hover {
    filter: grayscale(0);
}

.home-slider .item .slider-number {
    text-align: end;
}

.home-slider .item .slider-number span {
    font-weight: 600;
    font-size: 24px;
    color: #5D5D5D;
    position: relative;
}

.home-slider .item .slider-number span::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #F5900D;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: -60%;
}

.home-slider .img {
    position: relative;
}

.home-slider .img-name {
    transform: rotate(270deg);
    display: flex
;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -72px;
    top: 85px;
    width: 200px;
    height: 80px;
    text-align: center;
}
.home-slider .img-name h2{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.home-slider .owl-theme .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    border: 1px solid #585858;
    border-radius: 50%;
    margin: 0 4px;
}

.home-slider .owl-theme .owl-dots .owl-dot span {
    background-color: transparent !important;
}

.home-slider .owl-theme .owl-dots {
    margin-top: 40px !important;
}

.home-slider .owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #FFC375;
    border-radius: 50%;
}

.home-slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #F5900D !important;

}

.home-slider .owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 3px 4px !important;
}

.tags-line {
    height: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgs/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tags-line h4 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #F5900D;
    padding: 0 110px;
}

.work-slider {
    background: url(../imgs/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.work-slider .work-slide {
    display: flex;
    gap: 50px;
    padding-top: 100px;
}

.work-slider .work-slide .left-content {
    position: relative;
}

.work-slider .work-slide .left-content .img {
    margin-left: 100px;
}

.work-slider .work-slide .left-content .img img {
    width: 402px;
}

.work-slider .work-slide .left-content .number h3 {
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 200px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #f7b300;
    position: absolute;
    left: -11px;
    top: -100px;
}

.work-slider .work-slide .left-content .work-exp {
    width: 260px;
    position: absolute;
    top: 25%;
    left: 0;
}

.work-slider .work-slide .left-content .work-exp h3 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #FFF8F8;
}

.work-slider .work-slide .right-data .head h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
}

.work-slider .work-slide .right-data .text {
    margin: 15px 0;
}

.work-slider .work-slide .right-data .text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #D9D9D9;

}

.work-slider .owl-theme .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    border: 1px solid #585858;
    border-radius: 50%;
    margin: 0 4px;
}

.work-slider .owl-theme .owl-dots .owl-dot span {
    background-color: transparent !important;
}

.work-slider .owl-theme .owl-dots {
    margin-top: 60px !important;
}

.work-slider .owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #FFC375;
    border-radius: 50%;
}

.work-slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #F5900D !important;

}

.work-slider .owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 3px 4px !important;
}

.work-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -80px;
    color: #fff;
}

.work-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -80px;
    color: #fff;
}

.work-slider .slider .owl-nav button {
    width: 48px;
    height: 48px;
    border-radius: 30px;
    padding: 10px;
    background-color: #4E4E4E !important;
    color: #F5900D !important;
}

.work-slider .slider .owl-nav button:hover {
    background-color: #F5900D !important;
    color: #fff !important;
}

/* product slider */
.product-slider {
    padding: 50px 0;
    background: url(../imgs/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-slider .product-box {
    width: 845px;
    background-color: #252424;
    border: 1px solid #D9D9D9;
    position: relative;
}

.product-slider .product-box .img img {
    width: 500px;
    height: 500px;
    margin: auto;
}

.product-slider .product-box .text {
    width: 341px;
    position: absolute;
    right: -20%;
    top: 30%;
}
.home-sliders .owl-nav,.home-sliders .owl-dots{
    display: none;
}
.product-slider .product-box .text h4 {
    font-weight: 700;
    font-size: 35px;
    color: #FFFFFF;
}

.product-slider .owl-stage {
    padding-left: 0 !important;
}

/* skills */
.skills {
    background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) ,url(../imgs/background.png);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.skills .block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: auto;
}

.skills .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 40px);
    height: calc(100% - 44px);
    border-radius: 50%;
}

.skills .box p {
    margin: 0;
}

.skills .box::before {
    position: absolute;
    content: '';
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    border-radius: 50%;
    border: 4px solid #353535;
}

.skills .box .number span {
    color: #e9e9e9;
}

.skills .box .number .num {
    font-size: 35px;
    font-weight: bold;
}

.skills .box .number .sub {
    font-size: 20px;
}

.skills .box .title {
    font-size: 15px;
    color: #9b9b9b;
}

.skills .dots {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 2s transform, 2s opacity ease;
}

.skills .dots::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 5px;
    left: 50%;
    border-radius: 50%;
    background-color: #F5900D;
    box-shadow: 0 0 5px 2px #F5900D;
    transform: translateX(-50%);
}

.skills .svg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: none;
    transform: rotate(-90deg);
}

.skills .circle {
    stroke: #F5900D;
    stroke-width: 4px;
    stroke-dasharray: 503;
    stroke-dashoffset: 503;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transition: 2s stroke-dashoffset;
}

.skills .progress-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.skills .progress-div .bar-text {
    text-align: center;
    padding: 0 15px;
}

.skills .progress-div .bar-text h3 {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.skills .progress-div .bar-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32.21px;
    color: #848484;
}

.skills .progress-div .bar-text {
    margin-top: 20px;
}

.product-page {
    padding-top: 150px;
}

.product-page .owl-theme .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    border: 1px solid #585858;
    border-radius: 50%;
    margin: 0 4px;
}

.product-page .owl-theme .owl-dots .owl-dot span {
    background-color: transparent !important;
}

.product-page .owl-theme .owl-dots {
    margin-top: 60px !important;
}

.product-page .owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #FFC375;
    border-radius: 50%;
}

.product-page .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #F5900D !important;

}

.product-page .owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 3px 4px !important;
}

.product-page .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -80px;
    color: #fff;
}

.product-page .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -80px;
    color: #fff;
}

.product-page .slider .owl-nav button {
    width: 48px;
    height: 48px;
    border-radius: 30px;
    padding: 10px;
    background-color: #4E4E4E !important;
    color: #F5900D !important;
}

.product-page .slider .owl-nav button:hover {
    background-color: #F5900D !important;
    color: #fff !important;
}

.product-page .slider .product-box {
    width: 700px;
    margin-left: 100px;
}

.product-page .product-box .text {
    right: -32%;
}

.product-slider .slider {
    position: relative;
}

.product-slider .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 20%;
}

.product-page .head {
    text-align: center;
    width: 50%;
    margin: 0 auto 70px;
}

.product-page .head h3 {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.product-page .tabs-box .nav-tabs {
    justify-content: center;
    margin-bottom: 45px;
    border: none;
    gap: 25px;
}

.product-page .tabs-box .nav-tabs .nav-link {
    font-weight: 700;
    font-size: 16px;
    color: #757575;
}

.product-page .tabs-box .nav-tabs .nav-link.active {
    color: #F5900D;
    border-bottom: 1px solid #F5900D !important;
}
.product-slider .heading {
    margin-bottom: 15px;
}

.product-slider .heading span {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #F5900D;
}
.product-slider .heading h3{
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
}
@media (max-width:500px) {
    .navbar-toggler:focus {
        box-shadow: none !important;
        box-shadow: 0 0 3px #F5900D !important;
    }

    .navbar-collapse {
        padding: 10px 30px;
        background-color: #1b1b1b;
        position: absolute;
        top: 75px;
        width: 100%;
        left: 0;
        border-bottom-left-radius: 5px;
        z-index: 9999;
        border-bottom-right-radius: 5px;
    }

    .about-us .tab-data {
        display: block;
    }

    .about-us .tab-data .img {
        width: 95%;
        margin-bottom: 15px;
    }

    .about-us .tabs-box .row {
        flex-direction: column-reverse;

    }

    .about-us .tabs-box .nav-tabs {
        margin-bottom: 20px;
        gap: 22px;
    }

    .main-slider__one-item__content-arrow-down {
        margin-left: 100px;
    }

    .hero .hero-content {
        padding-left: 35px;
    }

    .hero .hero-content .heading h1 {
        font-weight: 700;
        font-size: 35px;
        line-height: 40px;
        color: #FFFFFF;
    }

    .hero .hero-content .heading {
        width: 100%;
    }

    .navbar-toggler-icon {
        filter: brightness(12);
    }

    .number-bars .bar-box {
        margin: 13px 0;
    }

    .testimonial .slider .owl-nav .owl-prev {
        position: relative;
        left: auto !important;
    }

    .testimonial .slider .owl-nav .owl-next {
        position: relative;
        right: auto !important;
    }

    .testimonial .slider .text {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .founders .col-8 {
        width: 100% !important;
    }

    .founders .founder-box {
        margin: 12px 0;
    }

    .blogs .blog-box {
        margin: 12px 0;
    }

    .footer .footer-box {
        margin: 15px 0;
    }

    .contact-us .contact-info {
        flex-direction: column;
    }

    .contact-us .contact-info .img img {
        width: 100%;
    }

    .contact-us .contact-info {
        margin-bottom: 30px;
    }

    .skills .progress-div {
        display: block;
    }

    .product-slider .product-box {
        width: 100%;
    }

    .work-slider .owl-theme .owl-nav .owl-next {
        right: 0px;
        position: relative;
    }

    .work-slider .owl-theme .owl-nav .owl-prev {
        position: relative;
        left: 0;
    }

    .work-slider .owl-theme .owl-nav {
        margin-top: 40px;
    }

    .home-slider .img img {
        width: 96% !important;
    }

    .home-slider .img-name h2 {
        left: -50px;
    }

    .tags-line {
        height: auto;
    }

    .tags-line h4 {
        text-align: center;
        font-weight: 700;
        font-size: 23px;
        line-height: 30px;
        color: #F5900D;
        padding: 10px;
    }

    .work-slider .work-slide {
        display: block;
    }

    .work-slider .work-slide .left-content .img img {
        width: 100%;
    }

    .work-slider .work-slide .left-content .number h3 {
        font-size: 102px;
        left: 0px;
        top: -70px;
    }

    .work-slider .work-slide .left-content .img {
        margin-left: 60px;
    }

    .work-slider .work-slide .left-content {
        margin-bottom: 20px;
    }

    .product-slider .product-box .img img {
        width: 65%;
        margin-left: 0;
    }

    .product-slider .product-box .text {
        width: 130px;
        right: 0%;
    }

    .product-slider .product-box .text h4 {
        font-size: 16px;
    }

    .product-page .slider .product-box {
        width: 100%;
    }

    .product-slider .slider .owl-dots {
        position: relative;
        right: auto;
    }

    .product-page .product-box .img img {
        width: 60%;
    }

    .product-page .product-box .text {
        right: 2%;
    }

    .header .searchbar {
        align-self: self-start;
    }
    .product-page .owl-theme .owl-nav .owl-next {
        position: relative;
        right: 0;
    }
    .product-page .owl-theme .owl-nav .owl-prev {
        position: relative;
        left: auto;
    }
    .product-page .slider .product-box {
        margin-left: 0;
    }
    .product-page .head {
        width: 100%;
    }
    .home-hero .hero-heading h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .number-bars .bar-box {
        justify-content: center;
    }
}

@media (min-width:501px) and (max-width:768px) {
    .navbar-toggler:focus {
        box-shadow: none !important;
        box-shadow: 0 0 3px #F5900D !important;
    }

    .navbar-collapse {
        padding: 10px 30px;
        background-color: #1b1b1b;
        position: absolute;
        top: 75px;
        width: 100%;
        left: 0;
        border-bottom-left-radius: 5px;
        z-index: 9999;
        border-bottom-right-radius: 5px;
    }

    .about-us .tab-data {
        display: block;
    }

    .about-us .tab-data .img {
        width: 95%;
        margin-bottom: 15px;
    }

    .about-us .tabs-box .row {
        flex-direction: column-reverse;

    }

    .about-us .tabs-box .nav-tabs {
        margin-bottom: 20px;
        gap: 22px;
    }

    .main-slider__one-item__content-arrow-down {
        margin-left: 100px;
    }

    .hero .hero-content {
        padding-left: 35px;
    }

    .hero .hero-content .heading h1 {
        font-weight: 700;
        font-size: 35px;
        line-height: 40px;
        color: #FFFFFF;
    }

    .hero .hero-content .heading {
        width: 100%;
    }

    .navbar-toggler-icon {
        filter: brightness(12);
    }

    .number-bars .bar-box {
        margin: 13px 0;
    }

    .testimonial .slider .owl-nav .owl-prev {
        position: relative;
        left: auto !important;
    }

    .testimonial .slider .owl-nav .owl-next {
        position: relative;
        right: auto !important;
    }

    .testimonial .slider .text {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .founders .col-8 {
        width: 100% !important;
    }

    .founders .founder-box {
        margin: 12px 0;
    }

    .blogs .blog-box {
        margin: 12px 0;
    }

    .footer .footer-box {
        margin: 15px 0;
    }

    .contact-box .contact-text a {
        font-size: 12px;
    }

    .contact-us .contact-info {
        margin-bottom: 30px;
        align-items: center;
    }

    .home-slider .img img {
        width: 98% !important;
    }

    .home-slider .img-name h2 {
        left: -52px;
    }

    .work-slider .work-slide {
        display: block;
    }

    .work-slider .work-slide .left-content .img img {
        width: 100%;
    }

    .work-slider .work-slide .left-content .number h3 {
        font-size: 102px;
        left: 0px;
        top: -70px;
    }

    .work-slider .work-slide .left-content .img {
        margin-left: 60px;
    }

    .work-slider .work-slide .left-content {
        margin-bottom: 20px;
    }

    .work-slider .owl-theme .owl-nav .owl-prev {
        position: relative;
        left: auto;
    }

    .work-slider .owl-theme .owl-nav .owl-next {
        position: relative;
        right: auto;
    }

    .product-slider .product-box {
        width: 100%;
    }

    .product-slider .product-box .img img {
        width: 350px;
        margin-left: 40px;
    }

    .product-slider .product-box .text {
        width: 341px;
        right: -3%;
        top: 20%;
    }

    .product-slider .product-box .text h4 {
        font-size: 30px;
    }

    .skills .progress-div {

        flex-wrap: wrap;
    }

    .skills .progress-div .progress-item {
        width: 50%;
        margin-bottom: 20px;
    }

    .product-page .owl-theme .owl-nav .owl-next {
        position: relative;
        right: auto;
    }

    .product-page .owl-theme .owl-nav .owl-prev {
        position: relative;
        left: auto;
    }

    .product-page .slider .product-box {
        width: 665px;
    }

    .product-page .product-box .img img {
        width: 300px !important;
    }

    .product-page .product-box .text h4 {
        font-size: 25px;
    }

    .item-title {
        padding: 0 4%;
        top: 60vh;
    }

    .item-title h2 {
        font-size: 28px;
    }

    .ms-section .house-boxs {
        margin-top: 0px;
    }

    .ms-section .house-boxs .house-box {
        margin-top: 5px;
    }

    .ms-section .house-boxs .house-box h3 {
        font-size: 20px;
    }

}

@media (min-width:769px) and (max-width:1024px) {
    .about-us .tabs-box .nav-tabs .btn-box strong {
        font-size: 13px;
    }

    .work-slider .owl-theme .owl-nav .owl-next {
        position: relative;
        right: auto;
    }

    .work-slider .owl-theme .owl-nav .owl-prev {
        position: relative;
        left: auto;
    }

    .work-slider .owl-theme .owl-nav {
        margin-top: 30px;
    }

    .work-slider .owl-theme .owl-dots {
        margin-top: 40px !important;
    }

    .product-slider .product-box {
        width: 100%;
    }

    .product-slider .product-box .img img {
        width: 50%;
        margin-left: 56px;
    }

    .product-slider .product-box .text {
        right: 5%;
    }

    .product-page .slider .product-box {
        width: 615px;
    }

    .product-page .product-box .text {
        right: -44%;
    }

    .product-page .owl-theme .owl-nav .owl-prev {
        position: relative;
        left: auto;
    }

    .product-page .owl-theme .owl-nav .owl-next {
        position: relative;
        right: auto;
    }

    .product-page .owl-theme .owl-nav {
        margin-top: 30px;
    }

    .item-title h2 {
        font-size: 30px;
    }

    .narrow h2 {
        font-size: 25px;
    }
}

@media (min-width:1440px) {
    .product-page .owl-theme .owl-nav .owl-next {
        right: 40px;
    }

    .product-page .owl-theme .owl-nav .owl-prev {
        left: -70px;
    }
}

@media (min-width:1920px) {
    .home-slider .img img {
        width: 280px !important;
    }

    .product-page .owl-theme .owl-nav .owl-prev {
        left: -125px;
    }
}