@font-face {
    font-family: "Teko";
    src: url(../fonts/Teko-VariableFont_wght.ttf);
    font-display: swap
}

@font-face {
    font-family: "Mulish";
    src: url(../fonts/Mulish-VariableFont_wght.ttf);
    font-display: swap
}

html {
    font-size: 18px
}

body {
    font-family: "Mulish", sans-serif;
    color: #595959;
    background-color: #fff;
    font-size: 18px;
    font-size: .8888888889rem;
    overflow-x: hidden
}

@media (max-width:767px) {
    body {
        font-size: 14px
    }
}

p {
    font-size: 18px;
    color: #595959;
    line-height: 1.8em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: "Teko", sans-serif;
    font-weight: 600
}

ul {
    padding-left: 0;
    margin: 0
}

a {
    text-decoration: none;
    transition: all 0.2s
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

.page-wrapper {
    position: relative;
    overflow: hidden
}

.section-padding {
    padding: 90px 0
}

.back-to-top {
    background-color: rgb(254 105 62 / .7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #FE693E;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    transition: all 0.2s
}

@media (max-width:991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

.back-to-top:hover {
    background-color: #FE693E
}

.back-to-top i {
    font-size: 18px;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    background-color: #222;
    box-shadow: 0 -5px 15px rgb(254 105 62 / .2)
}

.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible
}

.wpo-section-title {
    margin-bottom: 30px;
    text-align: center
}

.wpo-section-title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 115.3%;
    color: #FE693E;
    font-family: "Mulish", sans-serif;
    display: inline-block;
    position: relative;
    margin-bottom: 20px
}

.wpo-section-title p:after {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 50px;
    height: 1px;
    content: "";
    background: #FE693E
}

.wpo-section-title p:before {
    position: absolute;
    right: -60px;
    top: 50%;
    width: 50px;
    height: 1px;
    content: "";
    background: #FE693E
}

@media (max-width:575px) {
    .wpo-section-title p {
        font-size: 15px
    }
}

.wpo-section-title h2 {
    font-weight: 400;
    font-size: 100px;
    line-height: 115.3%;
    margin: 0;
    font-family: "Teko", sans-serif;
    color: #222
}

.wpo-section-title h2 span {
    color: #FE693E
}

@media (max-width:991px) {
    .wpo-section-title h2 {
        font-size: 55px;
        line-height: 65px
    }
}

@media (max-width:767px) {
    .wpo-section-title h2 {
        font-size: 45px;
        line-height: 55px
    }
}

@media (max-width:575px) {
    .wpo-section-title h2 {
        font-size: 35px;
        line-height: 45px
    }
}

.theme-btn,
.theme-btn-s4 {
    background: #fff0;
    color: #FE693E;
    display: inline-block;
    font-weight: 600;
    padding: 15px 45px;
    border: 1px solid #FE693E;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    transition: all 0.3s
}

.theme-btn:hover,
.theme-btn-s4:hover {
    background: #fe5120;
    color: #fff
}

@media (max-width:767px) {

    .theme-btn,
    .theme-btn-s4 {
        padding: 12px 18px;
        font-size: 14px
    }
}

.wpo-site-header {
    background-color: #fff0
}

.wpo-site-header .navigation {
    margin-bottom: 0;
    padding: 16px 0;
    border: 0;
    border-radius: 0
}

.wpo-site-header .navigation img {
    width: 100px
}

.wpo-site-header .container-fluid {
    padding-right: 0
}

.wpo-header-style-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff0;
    border-bottom: 1px solid rgb(255 255 255 / .3)
}

.wpo-hero-slider {
    width: 100%;
    height: 950px;
    display: flex;
    position: relative;
    z-index: 0
}

@media (max-width:991px) {
    .wpo-hero-slider {
        height: 600px
    }
}

@media (max-width:767px) {
    .wpo-hero-slider {
        height: 500px
    }
}

.wpo-hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.wpo-hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background: url(../images/bg.webp) no-repeat center/cover
}

.wpo-hero-slider .slide-inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(22 22 22 / .8);
    content: "";
    z-index: -1
}

.wpo-hero-slider .slide-inner .slide-content {
    padding: 60px 0;
    position: relative;
    padding-left: 150px
}

@media (min-width:991px) {
    .wpo-hero-slider .slide-inner .slide-content {
        padding-top: 140px
    }
}

@media (max-width:1399px) {
    .wpo-hero-slider .slide-inner .slide-content {
        padding-left: 60px
    }
}

@media (max-width:1199px) {
    .wpo-hero-slider .slide-inner .slide-content {
        max-width: 800px
    }
}

@media (max-width:991px) {
    .wpo-hero-slider .slide-inner .slide-content {
        max-width: 530px;
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .wpo-hero-slider .slide-inner .slide-content {
        max-width: 385px;
        padding: 80px 30px
    }
}

@media (max-width:575px) {
    .wpo-hero-slider .slide-inner .slide-content {
        padding: 30px 20px
    }
}

.wpo-hero-slider .slide-title h2 {
    font-weight: 400;
    font-size: 120px;
    line-height: 121px;
    margin: 10px 0 20px;
    color: #fff
}

@media (max-width:1199px) {
    .wpo-hero-slider .slide-title h2 {
        font-size: 90px;
        line-height: 90px
    }
}

@media (max-width:991px) {
    .wpo-hero-slider .slide-title h2 {
        font-size: 60px;
        line-height: 65px
    }
}

@media (max-width:767px) {
    .wpo-hero-slider .slide-title h2 {
        font-size: 50px;
        line-height: 55px
    }
}

@media (max-width:575px) {
    .wpo-hero-slider .slide-title h2 {
        font-size: 40px;
        line-height: 45px
    }
}

.wpo-hero-slider .slide-title h2 span {
    color: #FE693E
}

.wpo-hero-slider .slide-text p {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    max-width: 630px;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .wpo-hero-slider .slide-text p {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width:767px) {
    .wpo-hero-slider .slide-text p {
        font-size: 16px;
        line-height: 22px
    }
}

.wpo-about-area .wpo-about-img {
    position: relative;
    padding-left: 150px
}

.wpo-about-area .wpo-about-img img {
    width: 100%
}

@media (max-width:1200px) {
    .wpo-about-area .wpo-about-img {
        padding-left: 100px
    }
}

@media (max-width:991px) {
    .wpo-about-area .wpo-about-img {
        padding-left: 0;
        padding-top: 40px
    }
}

.wpo-about-area .wpo-about-text {
    padding-right: 50px
}

@media (max-width:1400px) {
    .wpo-about-area .wpo-about-text {
        padding-right: 40px
    }
}

@media (max-width:1200px) {
    .wpo-about-area .wpo-about-text {
        padding-right: 20px
    }
}

@media (max-width:991px) {
    .wpo-about-area .wpo-about-text {
        padding-right: 0
    }
}

.wpo-about-area .wpo-about-text .wpo-about-title span.sub {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #FE693E;
    padding-left: 80px;
    position: relative
}

.wpo-about-area .wpo-about-text .wpo-about-title span.sub:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    content: "";
    background: #FE693E
}

.wpo-about-area .wpo-about-text .wpo-about-title h2 {
    font-weight: 400;
    font-size: 100px;
    line-height: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width:1400px) {
    .wpo-about-area .wpo-about-text .wpo-about-title h2 {
        font-size: 80px
    }
}

@media (max-width:1200px) {
    .wpo-about-area .wpo-about-text .wpo-about-title h2 {
        font-size: 55px;
        line-height: 55px
    }
}

@media (max-width:450px) {
    .wpo-about-area .wpo-about-text .wpo-about-title h2 {
        font-size: 30px;
        line-height: 40px
    }
}

.wpo-about-area .wpo-about-text .wpo-about-title h2 span {
    color: #FE693E
}

.wpo-about-area .wpo-about-text h5 {
    font-family: "Mulish", sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #222;
    font-weight: 600;
    margin-bottom: 25px
}

@media (max-width:991px) {
    .wpo-about-area .wpo-about-text h5 {
        font-size: 18px
    }
}

.wpo-about-area .wpo-about-text .btns {
    margin-top: 35px
}

.wpo-service-area {
    padding-bottom: 90px
}

@media (max-width:991px) {
    .wpo-service-area {
        padding-bottom: 80px
    }
}

@media (max-width:767px) {
    .wpo-service-area {
        padding-bottom: 60px
    }
}

.wpo-service-area .wpo-service-item {
    box-shadow: 0 4px 10px 3px rgb(21 3 131 / .05);
    border-radius: 10px;
    padding: 60px 40px;
    margin-bottom: 30px
}

@media (max-width:1200px) {
    .wpo-service-area .wpo-service-item {
        padding: 40px 25px
    }
}

.wpo-service-area .wpo-service-item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    box-shadow: 3px 4px 15px 5px rgb(21 3 131 / .04);
    border-radius: 50%;
    text-align: center
}

.wpo-service-area .wpo-service-item .icon img {
    max-width: 50px
}

.wpo-service-area .wpo-service-item h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 115.3%;
    margin-bottom: 15px;
    margin-top: 20px
}

@media (max-width:1400px) {
    .wpo-service-area .wpo-service-item h2 {
        font-size: 35px
    }
}

@media (max-width:1200px) {
    .wpo-service-area .wpo-service-item h2 {
        font-size: 30px
    }
}

.wpo-service-area .wpo-service-item h2 a {
    color: #222
}

.wpo-service-area .wpo-service-item h2 a:hover {
    color: #FE693E
}

.wpo-project-area {
    position: relative;
    padding-bottom: 40px
}

.wpo-project-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%;
    width: 100%;
    content: "";
    background: #fe693e12
}

.wpo-project-area-2 {
    padding-top: 90px
}

.wpo-project-area-2:before {
    background-color: #222
}

.wpo-project-area-2 .wpo-project-text h2 {
    color: #fff
}

.owl-dots.disabled {
    display: none
}

.wpo-project-area .wpo-project-wrap .wpo-project-item {
    position: relative
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img {
    position: relative;
    z-index: 1
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    content: "";
    opacity: 0;
    z-index: 1;
    transition: all 0.3s;
    visibility: hidden
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text {
    z-index: 111;
    transition: all 0.3s;
    padding-top: 20px
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
    font-size: 40px;
    line-height: 58px;
    margin-bottom: 0
}

@media (max-width:575px) {
    .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
        font-size: 30px;
        line-height: 45px
    }
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a {
    color: #fff
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a:hover {
    color: #FE693E
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text span {
    font-size: 18px;
    line-height: 21px;
    color: #FE693E
}

@media (max-width:575px) {
    .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text span {
        font-size: 16px
    }
}

.wpo-project-area .wpo-project-wrap .wpo-project-item:hover .wpo-project-img:before {
    opacity: .5;
    visibility: visible
}

.wpo-project-area .wpo-project-wrap .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.wpo-project-area .wpo-project-wrap .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0;
    color: #FE693E;
    transition: all 0.3s;
    border: 0;
    background: none
}

.wpo-fun-fact-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.wpo-fun-fact-grids h3 {
    font-family: "Teko", sans-serif
}

.wpo-project-area .wpo-project-wrap .owl-nav .owl-prev,
.wpo-project-area .wpo-project-wrap .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s
}

@media (max-width:575px) {

    .wpo-project-area .wpo-project-wrap .owl-nav .owl-prev,
    .wpo-project-area .wpo-project-wrap .owl-nav .owl-next {
        display: none
    }
}

.wpo-project-area .wpo-project-wrap .owl-nav .owl-prev {
    left: 35px
}

.wpo-project-area .wpo-project-wrap .owl-nav .owl-next {
    right: 35px
}

.wpo-project-area .wpo-project-wrap:hover .owl-nav .owl-prev,
.wpo-project-area .wpo-project-wrap:hover .owl-nav .owl-next {
    opacity: 1
}

.wpo-blog-section {
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .wpo-blog-section {
        padding-bottom: 40px
    }
}

.wpo-blog-section .wpo-blog-item {
    margin-bottom: 30px
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img {
    overflow: hidden;
    position: relative
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img img {
    width: 100%;
    filter: grayscale(0);
    transition: all 0.3s;
    transform: scale(1)
}

.wpo-blog-section .wpo-blog-item:hover .wpo-blog-img img {
    filter: grayscale(100%);
    transform: scale(1.2)
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content {
    padding-top: 5px
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 {
    font-family: "Teko", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 35px;
    line-height: 115.3%;
    margin-top: 10px
}

@media (max-width:1400px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-content h2 {
        font-size: 30px
    }
}

@media (max-width:1200px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-content h2 {
        font-size: 25px
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a {
    color: #222
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a:hover {
    color: #FE693E
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content p {
    font-size: 18px;
    color: #585858;
    margin-bottom: 0
}

.wpo-subscribe-section-s2 {
    background: #1f2226
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item {
    background-color: #22262a
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info h2 {
    color: #fff
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info span {
    color: #CBCBCB
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-content p {
    color: #CBCBCB
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item {
    background-color: #22262a
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info h2 {
    color: #fff
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info span {
    color: #CBCBCB
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-content p {
    color: #CBCBCB
}

.wpo-fun-fact-section,
.wpo-fun-fact-section-s2 {
    background: #fff;
    padding: 30px 0 10px;
    margin-top: 70px
}

@media (max-width:1200px) {

    .wpo-fun-fact-section,
    .wpo-fun-fact-section-s2 {
        margin-top: 40px
    }
}

@media (max-width:767px) {

    .wpo-fun-fact-section,
    .wpo-fun-fact-section-s2 {
        padding-bottom: 20px
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids {
    display: flex;
    justify-content: space-between
}

@media (max-width:500px) {

    .wpo-fun-fact-section .wpo-fun-fact-grids,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids {
        flex-wrap: wrap;
        justify-content: center
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
    position: relative
}

@media (max-width:500px) {

    .wpo-fun-fact-section .wpo-fun-fact-grids .grid,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
        flex-basis: 50%;
        text-align: center
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid+.grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid+.grid {
    padding-left: 50px
}

@media (max-width:767px) {

    .wpo-fun-fact-section .wpo-fun-fact-grids .grid+.grid,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid+.grid {
        padding-left: 0
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid:after,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:after {
    position: absolute;
    right: -35px;
    top: 40%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 70px;
    background: #D9D9D9;
    border-radius: 50%
}

@media (max-width:767px) {

    .wpo-fun-fact-section .wpo-fun-fact-grids .grid:after,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:after {
        display: none
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid h3,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 {
    color: #222;
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 0
}

@media (max-width:500px) {

    .wpo-fun-fact-section .wpo-fun-fact-grids .grid h3,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 {
        font-size: 25px
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid h3 span,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 span {
    font-family: "Teko", sans-serif
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid h3+p,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3+p {
    color: #525252;
    font-weight: 400;
    font-size: 18px
}

@media (max-width:1200px) {

    .wpo-fun-fact-section .wpo-fun-fact-grids .grid h3+p,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3+p {
        font-size: 14px
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid:last-child:after,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:last-child:after {
    display: none
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid:first-child,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:first-child {
    padding-left: 0
}

.wpo-fun-fact-section-s2 {
    text-align: center;
    background: url(../images/bg1.webp) no-repeat center / cover;
    position: relative;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;
    padding: 100px 0;
    margin-top: 0
}

.wpo-fun-fact-section-s2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    content: "";
    z-index: -1;
    opacity: .75
}

.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:after {
    display: none
}

.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 {
    font-size: 80px;
    color: #fff;
    margin-bottom: 0
}

@media (max-width:991px) {
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 {
        font-size: 40px
    }
}

.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3+p {
    color: #fff;
    margin-bottom: 0
}

.wpo-contact-pg-section .wpo-contact-title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .wpo-contact-pg-section .wpo-contact-title {
        margin-bottom: 30px
    }
}

.wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width:575px) {
    .wpo-contact-pg-section .wpo-contact-title h2 {
        font-size: 25px
    }
}

.wpo-contact-pg-section form input {
    background: #fff0;
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none !important;
    padding-left: 25px
}

@media (max-width:991px) {
    .wpo-contact-pg-section form input {
        height: 45px
    }
}

.wpo-contact-pg-section form input:focus {
    border-color: #FE693E;
    background: #fff0
}

.wpo-contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden
}

.wpo-contact-pg-section form .submit-area {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0
}

@media (max-width:767px) {
    .wpo-contact-pg-section form .submit-area {
        margin-bottom: 0
    }
}

.wpo-contact-pg-section form>div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 25px
}

@media (max-width:600px) {
    .wpo-contact-pg-section form>div {
        width: calc(100% - 25px);
        float: none
    }
}

.wpo-contact-pg-section form .fullwidth {
    width: calc(100% - 25px);
    float: none;
    clear: both
}

.wpo-contact-pg-section .wpo-contact-form-area {
    padding: 50px;
    background: #fff;
    box-shadow: 0 1px 15px 0 rgb(62 65 159 / .1);
    padding-bottom: 0;
    position: relative
}

@media (max-width:767px) {
    .wpo-contact-pg-section .wpo-contact-form-area {
        padding: 30px;
        padding-top: 50px
    }
}

.wpo-site-footer {
    position: relative;
    font-size: 15px;
    overflow: hidden;
    background-color: #222
}

.wpo-upper-footer .row {
    row-gap: 40px
}

.wpo-site-footer ul {
    list-style: none
}

.wpo-site-footer p,
.wpo-site-footer li {
    color: #fff
}

.wpo-site-footer .container {
    position: relative
}

.wpo-site-footer .wpo-upper-footer {
    padding: 100px 120px;
    position: relative;
    z-index: 1
}

@media (max-width:1800px) {
    .wpo-site-footer .wpo-upper-footer {
        padding: 80px 50px
    }
}

@media (max-width:991px) {
    .wpo-site-footer .wpo-upper-footer {
        padding: 60px 30px 0
    }
}

@media (max-width:767px) {
    .wpo-site-footer .wpo-upper-footer {
        padding: 60px 16px 0
    }
}

.wpo-site-footer .widget-title {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .wpo-site-footer .widget-title {
        margin-bottom: 20px
    }
}

.wpo-site-footer .widget-title h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #fff;
    margin: 0;
    font-family: "Teko", sans-serif
}

.wpo-site-footer .about-widget .logo {
    font-size: 45px;
    font-family: "Teko", sans-serif;
    color: #FE693E;
    line-height: 40px
}

@media (max-width:991px) {
    .wpo-site-footer .about-widget .logo {
        font-size: 40px
    }
}

.wpo-site-footer .about-widget p {
    margin-bottom: .8em;
    font-weight: 400;
    line-height: 30px
}

.wpo-site-footer .about-widget p:last-child {
    margin-bottom: 0
}

.wpo-site-footer .link-widget {
    overflow: hidden
}

@media (max-width:1199px) {
    .wpo-site-footer .link-widget {
        padding-left: 20px
    }
}

@media (max-width:991px) {
    .wpo-site-footer .link-widget {
        padding-left: 0
    }
}

.wpo-site-footer .link-widget ul li {
    position: relative
}

.wpo-site-footer .link-widget ul li a {
    color: #fff;
    font-size: 17px
}

.wpo-site-footer .link-widget ul li a:hover {
    color: #fe5120
}

.wpo-site-footer .link-widget ul li+li {
    padding-top: 12px
}

.contact-ft a {
    color: #fe5120
}

.wpo-site-footer .contact-ft ul li {
    padding-bottom: 15px;
    position: relative;
    color: #fff;
    font-size: 16px
}

.wpo-site-footer .contact-ft ul li i {
    position: absolute;
    left: 0;
    top: 2px
}

.wpo-site-footer .wpo-lower-footer {
    text-align: center;
    position: relative;
    border-top: 1px solid #5F5E5E
}

.wpo-site-footer .wpo-lower-footer .row {
    padding: 20px 0;
    position: relative
}

.wpo-site-footer .wpo-lower-footer ul {
    display: flex;
    justify-content: space-between
}

@media (max-width:991px) {
    .wpo-site-footer .wpo-lower-footer ul {
        flex-wrap: wrap;
        justify-content: center
    }
}

.wpo-site-footer .wpo-lower-footer ul li {
    font-size: 18px;
    margin: 0;
    color: #fff
}

@media (max-width:991px) {
    .wpo-site-footer .wpo-lower-footer ul li:first-child {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .wpo-site-footer .wpo-lower-footer ul li {
        font-size: 14px
    }
}

.wpo-site-footer .wpo-lower-footer ul li a {
    color: #fff;
    text-decoration: none
}

.wpo-site-footer .wpo-lower-footer ul li a:hover {
    color: #FE693E
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.text-white {
    color: #fff
}

.text-center {
    text-align: center
}

.mb-0 {
    margin-bottom: 0
}

.m-0 {
    margin: 0
}

.small {
    font-size: 80%
}

.w-100 {
    width: 100%
}

.d-flex {
    display: flex
}

.justify-content-between {
    justify-content: space-between
}

.align-items-center {
    align-items: center
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.wpo-faq-section {
    background: #fff
}

.wpo-faq-wrap {
    max-width: 900px;
    margin: 0 auto
}

.wpo-faq-item {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px 3px rgb(21 3 131 / .05);
    transition: all 0.3s ease;
    border: 1px solid #fff0
}

.wpo-faq-item:hover {
    border-color: rgb(254 105 62 / .2);
    box-shadow: 0 6px 15px 5px rgb(21 3 131 / .08)
}

.wpo-faq-item.active {
    border-color: rgb(254 105 62 / .3);
    box-shadow: 0 6px 15px 5px rgb(254 105 62 / .08)
}

.wpo-faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease
}

@media (max-width:767px) {
    .wpo-faq-header {
        padding: 20px
    }
}

@media (max-width:575px) {
    .wpo-faq-header {
        padding: 15px 20px
    }
}

.wpo-faq-header h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #222;
    font-family: "Teko", sans-serif;
    letter-spacing: .5px;
    padding-right: 20px
}

@media (max-width:767px) {
    .wpo-faq-header h3 {
        font-size: 20px
    }
}

@media (max-width:575px) {
    .wpo-faq-header h3 {
        font-size: 18px
    }
}

.wpo-faq-item.active .wpo-faq-header h3 {
    color: #FE693E
}

.faq-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.faq-icon:before,
.faq-icon:after {
    content: "";
    position: absolute;
    background-color: #FE693E;
    transition: all 0.3s ease;
    border-radius: 2px
}

.faq-icon:before {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.faq-icon:after {
    width: 2px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wpo-faq-item.active .faq-icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0
}

.wpo-faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 30px
}

@media (max-width:767px) {
    .wpo-faq-content {
        padding: 0 20px
    }
}

.wpo-faq-item.active .wpo-faq-content {
    max-height: 300px;
    padding: 0 30px 25px 30px
}

@media (max-width:767px) {
    .wpo-faq-item.active .wpo-faq-content {
        padding: 0 20px 20px 20px
    }
}

.wpo-faq-content p {
    margin: 0;
    color: #595959;
    font-size: 16px;
    line-height: 1.8;
    border-top: 1px solid rgb(254 105 62 / .2);
    padding-top: 20px
}

@media (max-width:575px) {
    .wpo-faq-content p {
        font-size: 15px
    }
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 -5px 30px rgb(0 0 0 / .1);
    transform: translateY(100%);
    transition: transform 0.4s ease;
    border-top: 3px solid #FE693E
}

.cookie-consent-banner.show {
    transform: translateY(0)
}

.cookie-consent-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px
}

.cookie-consent-content {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px 0
}

@media (max-width:991px) {
    .cookie-consent-content {
        flex-wrap: wrap;
        gap: 15px
    }
}

@media (max-width:767px) {
    .cookie-consent-content {
        padding: 15px 0;
        gap: 12px
    }
}

.cookie-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FE693E;
    background: rgb(254 105 62 / .08);
    border-radius: 50%
}

@media (max-width:767px) {
    .cookie-icon {
        width: 40px;
        height: 40px
    }
}

.cookie-icon svg {
    width: 28px;
    height: 28px
}

@media (max-width:767px) {
    .cookie-icon svg {
        width: 22px;
        height: 22px
    }
}

.cookie-text {
    flex: 1
}

.cookie-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #595959
}

@media (max-width:767px) {
    .cookie-text p {
        font-size: 14px
    }
}

.cookie-text a {
    color: #FE693E;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    transition: all 0.2s
}

.cookie-text a:hover {
    color: #fe5120;
    text-decoration: none
}

.cookie-actions {
    flex-shrink: 0
}

.cookie-accept-btn {
    background: #FE693E;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 12px 35px;
    border: 1px solid #FE693E;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 5px;
    font-family: "Mulish", sans-serif;
    white-space: nowrap
}

.cookie-accept-btn:hover {
    background: #fe5120;
    border-color: #fe5120
}

@media (max-width:767px) {
    .cookie-accept-btn {
        padding: 10px 25px;
        font-size: 14px
    }
}

@media (max-width:575px) {
    .cookie-actions {
        width: 100%
    }

    .cookie-accept-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px
    }
}

.thanks {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 200px 0 150px
}

.thanks .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px
}

.thanks img {
    width: 50px;
    height: auto;
    margin-bottom: 10px
}

.thanks p {
    text-align: center;
    font-size: 18px;
    color: var(--second-color)
}

.thanks p.thanks-text {
    font-size: 24px;
    color: #fe5120;
    font-family: "Teko", sans-serif
}

.docs {
    word-break: break-word;
    padding: 150px 0 80px
}

.docs h1 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700
}

.navigation.bg-dark {
    background-color: #222 !important
}

.docs h2 {
    margin-bottom: 10px;
    font-size: 32px
}

.docs h3 {
    margin-bottom: 10px;
    font-size: 26px
}

.docs li,
.docs p {
    color: inherit;
    line-height: 1.929
}

.docs a {
    text-decoration: none !important;
    color: #fe5120
}

.docs a:hover {
    color: #222
}

.wpo-project-area .wpo-project-wrap .owl-dots,
.wpo-project-area-s2 .wpo-project-wrap .owl-dots,
.wpo-project-area-s3 .wpo-project-wrap .owl-dots {
    text-align: center;
    bottom: -10px;
    position: relative
}

.wpo-project-area .wpo-project-wrap .owl-dots button,
.wpo-project-area-s2 .wpo-project-wrap .owl-dots button,
.wpo-project-area-s3 .wpo-project-wrap .owl-dots button {
    width: 10px;
    height: 12px;
    border: 0;
    background: #d4e6f5;
    margin-right: 10px;
    border-radius: 50%
}

.wpo-project-area .wpo-project-wrap .owl-dots .owl-dot.active,
.wpo-project-area-s2 .wpo-project-wrap .owl-dots .owl-dot.active,
.wpo-project-area-s3 .wpo-project-wrap .owl-dots .owl-dot.active {
    background-color: #FE693E
}