/*
Theme Name: RPXpedia
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/*Add your own styles here:*/
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap'); body {
    background: #fff !important;
}

body {
    /* background-size: 56% !important; */
    /* background-repeat: repeat-x !important; */
    /* background-image: url(https://wordpress-1009405-4166607.cloudwaysapps.com/wp-content/uploads/2023/12/bg-b1-1.jpg) !important; */
    /* background-position: bottom center !important; */
    /* background-attachment: fixed !important; */
}

body {
    /* background: #fff !important; */
    background: rgb(255,255,255);
    /* background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgb(194 222 239) 46%, rgba(255,255,255,1) 90%) !important; */
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(0deg, rgb(255 255 255) 4%, rgb(234 247 255) 46%, rgba(255,255,255,1) 95%) !important; */
}

.product-row .l-section-img {
    background-size: 77% !important;
    background-repeat: repeat-x !important;
    background-image: url(/wp-content/uploads/2024/01/bg-b1-1.jpg);
    background-position: bottom center;
}

.product-row .l-section-img {
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 120px;
    box-sizing: border-box;
    -webkit-animation: slide 10s linear infinite;
}

@-webkit-keyframes slide {
    from {
        background-position: 0 100%;
    }

    to {
        background-position: -512px 100%;
    }
}

@media (min-width: 1281px) {
    .logo-outer {
        /* margin-top: -50px; */
    }

    .l-header.pos_fixed.sticky {
    }

    .l-header.pos_fixed.sticky .logo-outer {
        margin-top: 0px;
    }

    .l-subheader.at_middle .l-subheader-cell.at_left, .l-subheader.at_middle .l-subheader-cell.at_right {
        flex-basis: initial !important;
    }

    .l-canvas.type_boxed .l-header.pos_fixed.sticky {
        /* position: fixed; */
        /* left: 0; */
        top: 30px;
    }
}

.l-canvas.type_boxed, .l-canvas.type_boxed .l-subheader {
    box-shadow: 0 0 7px 0px #9f9f9f;
}

.l-canvas.type_boxed {
    margin-top: 15px;
    /* margin-bottom: 15px; */
}

ul {
    /*list-style-type: none;*/
    margin-left: 0;
}

.l-preloader {
    z-index: 119257;
}

.l-preloader {
    background: #ffffff !important;
}

.l-preloader-spinner img {
    max-width: 153px;
    border-radius: 0;
}

.l-preloader-spinner:after {
    position: absolute;
    top: 0;
    left: 38%;
    display: block;
    width: 190px;
    height: 190px;
    border-top: 2px solid #F6A31E;
    border-right: 2px solid #cdcdcd;
    border-radius: 50%;
    content: "";
    margin: -76px 0 0 -80px;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* end loader  */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(83, 83, 83, 0.6);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #F6A31E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #F6A31E;
}

::-moz-placeholder {
    opacity: 1;
    color: inherit
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

body,p,h1,h2,h3,h4,h5,h6,textarea,label,input,a,li,span, .w-counter.color_heading .w-counter-value,div#slide-3-layer-1 {
    /* font-family: 'Poppins'; */
}

.l-footer {
    margin-top: 50px;
}
.action-row .w-actionbox {
    padding: 25px;
    max-width: 1280px;
    margin: auto;
}
h2.w-actionbox-title {
    font-size: 22px;
}
/* .w-1280{
	max-width: 1280px;
	margin-left: auto !important;
	margin-right: auto !important;
} */
.top-info-box a.w-text-h {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.top-info-box i {
    color: #f6a31e;
    font-size: 23px;
}

.search-box {
    position: relative;
    background: rgb(0 0 0 / 20%);
    padding: 48px !important;
    border-radius: 15px;
}

.search-box br {
    display: none;
}

.search-box h3 {
    margin: 0 0 10px!important;
    padding: 0 !important;
    text-align: center !important;
}

.search-box h3.t1 {
    color: #003856;
}

.search-box h3.t2 {
    color: #FFF;
}

.search-box span.sm {
    font-size: 24px !important;
    padding: 0 5px;
}

.search-box input[type="text"] {
    border-radius: 100px;
}

.search-box button.w-search-form-btn.w-btn {
    color: #003856;
}

.title-shadow h2 {
    position: relative;
    display: inline-flex;
    /* margin-bottom: 50px; */
}

/* .title-shadow h2::before {
    content: "";
    background: url("/wp-content/uploads/2024/01/half-shadow.png") no-repeat right top;
    background-size: contain;
    position: absolute;
    right: -50px;
    width: 100%;
    height: 74px;
} */
.title-shadow.wide {
    text-align: center;
}

/* .title-shadow.wide h2::before {
    background: url(/wp-content/uploads/2024/01/half-shadow-wide.png) no-repeat right top;
    background-size: 100% 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: -18px;
    height: 41px;
} */
.title-shadow.wide h2 {
    padding: 0 60px;
    margin-bottom: 0;
}

.title-side h2 {
    padding: 0;
    margin-bottom: 15px;
}

.title-side p {
    margin: 0;
}

body .btn-shadow {
    position: relative;
    background: white;
    color: #000 !important;
    padding: 23px 50px;
    border-radius: 100px;
}

body .btn-shadow:hover {
    background: white!important;
}

body .btn-shadow::before {
    content: "";
    background: url("/wp-content/uploads/2024/01/half-shadow-left.png") no-repeat left top;
    background-size: contain;
    position: absolute;
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
}

body .btn-shadow::after {
    border-radius: 100px !important;
    background: transparent !important;
    display: none;
}

.no-touch a.btn-shadow:hover {
    color: #63b0d8 !important;
    opacity: 1;
    background: #fff !important;
}

.about-row.blue-gr {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 62%, rgba(191,238,255,1) 100%) !important;
}

.about-row .t1 {
    margin: 15px 0;
}

.about-row .about-btn {
    position: absolute;
    right: 0;
    bottom: -10px;
    background: #ffffff;
    color: #000 !important;
    border-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.about-row .about-btn {
    position: absolute;
    right: 5%;
    bottom: -10px;
    background: #ffffff;
    color: #000 !important;
    border-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
}

.vison-box-wrap {
    margin-bottom: 75px;
}

.vison-box-wrap .w-iconbox-icon {
    width: 150px !important;
    height: 130px !important;

    clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: #3cb371;
    border-radius: 0 !important;
    margin-bottom: 15px;
}

.bt-wrap {
    /* padding: 71px; */
    position: relative;
}

.pay-btns-wrap a img {
    width: 100%;
}

.pay-btns-wrap {
    justify-content: center;
    margin: 30px 0;
}

/* products row   */
.product-row {
    padding-bottom: 197px !important;
}

.product-box .content .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-box .content .title {
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 800;
}

.product-box .content .nm {
    font-size: 24px;
}

.product-box .content .mt {
    font-size: 18px;
}

.product-box .content .pr {
    padding: 0 5px;
    font-weight: normal;
}

.product-box .content h4 {
    background: #cde7ff;
    color: #023c6e;
    font-size: 18px;
    border-radius: 13px;
    padding: 5px 15px;
    margin: 5px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.product-box {
    padding: 17px !important;
}

.product-box .thumb-p {
    height: 230px;
    margin-bottom: 15px;
}

.box-about-1 {
    max-width: 1112px;
    width: calc(100% - 20px);
    margin-left: auto;
    transform: translateY(-5px);
    margin-top: -120px;
    margin-right: auto;
    padding: 45px 45px 0;
    background: #ffffff;
    position: relative;
    border-radius: 13px;
}

.box-about-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 204px;
    top: 0;
    left: 0;
    box-shadow: 0 -12px 20px #00000012;
    border-radius: 13px;
    z-index: -1;
}

.ms-icon {
    background: #fff;
    box-shadow: 0 12px 22px #00000012;
    border-radius: 25px !important;
    /* color: #d9ab23 !important; */
    padding: 23px;
}

.ms-icon .w-iconbox-icon {
    font-size: 28px !important;
    box-shadow: 0 12px 22px #00000012;
    border-radius: 25px !important;
    color: #d9ab23 !important;
}

.vision-row img {
    height: 263px;
    margin: auto;
    display: block;
}

/* side nave  */
.side-nav {
    position: fixed;
    top: 165px;
    left: -271px;
    direction: ltr;
    z-index: 9999;
    width: 0;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.side-nav ul li {
    display: block;
    margin: 5px;
    background: rgba(10, 125, 102, 0.4);
    background: #F6A31E;
    width: 300px;
    text-align: right;
    padding: 6px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    box-shadow: 1px 1px 6px #adadad;
}

.side-nav ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(210px, 0);
    -ms-transform: translate(210px, 0);
    -o-transform: translate(210px, 0);
    transform: translate(240px, 0);
    background: rgba(10, 125, 102, 1);
    background: #F6A31E;
}

.side-nav ul li a {
    color: #FFF !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.5s;
}

.side-nav i {
    padding: 5px;
    background: rgb(0 0 0);
    border-radius: 100px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.side-nav ul li:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.side-nav ul li i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 10px;
    transition: all 1s;
}

/* end side nav  */
/* footer  */
.f-menu .menu {
    column-count: 2;
}

.f-menu a {
    display: block;
}

.f-menu a::before {
    content: "\f0da";
    font-family: "fontawesome";
    color: #0aadd3;
    font-weight: 900;
    padding: 0 5px;
}

/* project grid  */
.project-grid .w-grid-item-h {
    margin-bottom: 27px;
    padding-bottom: 50px;
}

.project-grid .plus-btn {
    position: absolute;
    left: 24px;
    top: -25px;
    background: #1d388c;
    width: 47px;
    height: 47px;
    border-radius: 15px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 8px rgb(38 38 38 / 35%) !important;
}

.project-grid .icon-btn {
    position: absolute;
    bottom: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
}

.project-grid .white-box {
    color: #ffffff!important;
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    padding-top: 0.8rem!important;
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
    padding-bottom: 1.2rem!important;
    border-radius: 15px;
    background: rgb(0 0 0 / 78%)!important;
    /* box-shadow: 1px 1px 7px #323232; */
}

.project-grid .post_image {
    border-radius: 15px;
}

.project-grid .cat-link {
    margin: 0 !important;
    font-size: 13px;
}

.project-grid .usg_post_content_1 {
    font-size: 14px;
}

.project-grid h2.w-post-elm.post_title {
    font-size: 1.2rem!important;
}

.project-grid .owl-item {
    transition: all 0.5s;
}

/* .project-grid .owl-item:hover {
   transform: scale(1.1);
   z-index: 2;
   position: relative;
} */
.project-grid .w-grid-item-h:hover .us-btn-style_1:after {
    height: 100%;
}

/* clients grid  */
.clients-grid .post_image {
    border: solid 1px #cacaca;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 100px;
}

.clients-grid img {
    object-fit: contain;
    height: 100%;
}

/* project post dt  */
.project-head h1 {
    color: #fff!important;
    background: #000000!important;
    width: 264px!important;
    font-size: 30px;
}

.post-project-slider .rsThumbsContainer .rsThumb {
    width: 10rem;
    height: 10rem;
}

.post-project-slider .rsNav.rsThumbs.rsThumbsHor {
    height: 10rem;
}

/* custom-counter   */
.custom-counter ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-counter ol li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    background: #F6A31E;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    font-weight: 700;
}

.custom-counter ol li::before {
    content: "0" counter(step-counter);
    margin-right: 5px;
    font-size: 32px;
    /* background-color: #ffffff; */
    color: #fff;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    float: right;
    display: none;
}

/* footer  */
.subscrbie-row .f-sub-title {
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.subscrbie-row {
    margin-top: -94px !important;
    position: relative;
    z-index: 2;
    padding: 5px !important;
    background: #F68025 !important;
}

.l-footer {
/*     overflow: initial !important; */
    margin-top: 0;
}

.subscrbie-row .house {
    margin-top: -90px;
}

.f-social .w-socials-item a {
    background: #3E3E3E;
}
.footer-menu h3 {
    font-size: 17px;
}
footer .w-menu .menu {
    column-count: 2;
}

.f-title span.w-text-h {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.f-title span.w-text-h::before {
    content: "";
    background: #ee7d25;
    width: 37px;
    height: 6px;
    position: absolute;
    bottom: 0;
}

body .fixed-buy-btn {
    position: fixed;
    top: 53%;
    right: -58px;
    z-index: 3;
    width: 163px;
    /* height: 50px; */
    transform: rotate(270deg);
    border-radius: 0 !important;
}

.po-rib {
    position: absolute;
    top: 0;
    left: 18px;
    z-index: 2;
    max-width: 202px !important;
}

.po-rib.two {
    top: -36px;
    left: -21px;
}

.buy-row {
    margin-top: 35px;
}

.serv-icon {
    border-radius: 20px;
    background-color: white;
    box-shadow: 3.871px 15.525px 68px 0px rgb(177 177 177 / 50%);
    box-shadow: 1px 3px 10px 0px rgb(177 177 177 / 50%);
    padding: 15px 15px;
    /* text-align: center; */
    margin: 10px 0;
    min-height: 344px;
    font-size: 12px;
}

.serv-icon h3.w-iconbox-title {
    font-size: 17px;
}

.serv-icon .w-iconbox-icon {
    margin: 0 auto 0;
    width: 70px !important;
    height: 70px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    padding: 17px !important;
}
.serv-icon ul {
    padding: 5px;
}
.serv-icon .w-iconbox-icon .anm {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fcbb3f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    animation: rotate3 8s linear infinite;
    animation: none !important;
     -webkit-animation: rotate2 8s linear infinite;
    -moz-animation: rotate2 8s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.serv-icon.active .w-iconbox-icon .anm, .serv-icon:hover .w-iconbox-icon .anm {
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
}

.serv-icon .w-iconbox-icon .anm::before, .serv-icon .w-iconbox-icon .anm::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-size: contain;
    border-radius: 50%;
    background: #fbb638;
    box-shadow: 1.21px 4.851px 6.72px 0.28px rgb(227 222 213);
    left: 5px;
    bottom: 5px;
}

.serv-icon .w-iconbox-icon .anm::after {
    background: #918F8F;
    width: 13px;
    height: 13px;
    left: auto;
    bottom: auto;
    right: 5px;
    top: 5px;
}

@keyframes rotate2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(1440deg);
    }
}

@keyframes rotate3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

/* serv-icon-side  */
.benfit-row .img-wrap {
    margin-bottom: 15px;
}
.serv-icon.serv-icon-side {
    border-radius: 20px;
    background-color: #F9F9F9;
    box-shadow: 2px 3px 7px 0px rgb(177 177 177 / 50%);
    padding: 30px 25px;
    /* text-align: center; */
    margin: 0 auto 30px;
    min-height: 100px;
    max-width: 47%;
    /* justify-content: space-between !important; */
}

.serv-icon.serv-icon-side.active {
    background: #FAF7F2;
}

.serv-icon.serv-icon-side .w-iconbox-icon {
    margin-bottom: 0;
    margin-left: 0;
}

/* serv-icon-number  */
.inner-serv-row-number {
    position: relative;
    list-style-type: none;
    counter-reset: css-counter 0;
    /* initializes counter to 0; use -1 for zero-based numbering */
}

.serv-icon-numbers {
    border-radius: 20px;
    background-color: white;
    box-shadow: 3.871px 15.525px 68px 0px rgb(177 177 177 / 50%);
    padding: 15px 10px;
    /* text-align: center; */
    margin: 0 auto 30px;
    min-height: 50px;
}

.inner-serv-row-number .vc_col-sm-4 .serv-icon-numbers .w-iconbox-icon:before {
    counter-increment: css-counter 1;
    /* Increase the counter by 1. */
    content: counter(css-counter);
    /* Apply counter before children's content. */
    font-size: 30px;
    background: #f6a31e;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 100px;
}

.serv-icon-numbers .w-iconbox-icon i {
    display: none;
}

.inner-serv-row-number .vc_col-sm-4 .w-iconbox-icon {
    content: "";
    background: rgb(246 163 30 / 16%);
    border-radius: 100px;
    padding: 10px;
}

.serv-icon-numbers h3.w-iconbox-title {
    font-size: 17px;
}

.list-box ol {
    list-style: none !important;
    padding-left: 1rem;
    counter-reset: circle-counter;
    margin-bottom: 25px;
    /* background: #fff !important; */
    /* box-shadow: 0px 4px 18px 0px rgba(194, 200, 213, 0.3); */
}

.list-box ol li {
    counter-increment: circle-counter;
    margin-bottom: 0.25rem;
    position: relative;
    /* background: #fff !important;
  box-shadow: 0px 4px 18px 0px rgba(194, 200, 213, 0.3); */
    border-radius: 10px;
    padding: 10px 15px;
}

.list-box ol li:before {
    content: counter(circle-counter);
    background-color: #f6a31e;
    color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    margin-right: 0.5rem;
    position: absolute;
    top: 13%;
    left: -30px;
}

.exp .wpb_wrapper {
    background: #f6a31e;
    width: 115px;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 100px;
    padding: 20px;
    text-align: center;
    margin: auto;
    margin-top: -125px;
    font-size: 13px;
}

.exp .wpb_wrapper h2 {
    color: #fff;
    margin: 0;
    font-size: 36px;
    line-height: normal;
    font-weight: bold;
}

.serv-icon.serv-icon-side {
    /* flex-direction: column; */
    /* padding: 10px 10px!important; */
    /* max-width: 416px; */
    min-width: 100%;
    min-height: 194px;
    /* height: 100%; */
    margin-right: 18px;
}

.two-col-icons{
    overflow-x: scroll;
    flex-wrap: nowrap;
}

/* serv-icon.serv-icon-side.st2  */
.serv-icon.serv-icon-side.st2 {
    min-height: 60px;
    padding: 15px;
    align-items: center;
}

.serv-icon.serv-icon-side.st2 .w-iconbox-text a {
    background: #f6a31e;
    color: #ffffff;
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 15px;
    display: none;
}
/* dt-icon-number  */
.dt-icon-number {background: #ffffff !important;padding: 5px 8px;margin-bottom: 32px;border-radius: 30px;position: relative;z-index: 2;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}



.dt-icon-number .w-iconbox-icon {
    background: linear-gradient(135deg, #ff7e00, #ffbc5c) !important;
    font-size: 24px !important; 
 
}
.dt-icon-number.two .w-iconbox-icon {
    content:"";
   background: linear-gradient(135deg, #b0b0b0, #d9d9d9) !important;
}
.dt-icon-number::before {
    content:"";
    background: linear-gradient(135deg, #ff7e00, #ffbc5c) !important;
    /* line-height: 2.5em; */
    height: 6em;
    width: 6em;
    /* overflow: hidden; */
    border-radius: 50%;
    position:absolute;
    top: -7px;
    bottom: 0;
    left: -7px;
    z-index: -2;
}
.dt-icon-number.two::before{
    content:"";
   background: linear-gradient(135deg, #b0b0b0, #d9d9d9) !important;
}

.dt-icon-number::after {
    content:"";
    background: #fff !important;
    height: 100%;
    width:100%;
    /* overflow: hidden; */
    border-radius: 50px;
    position:absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.dt-icon-number h4.w-iconbox-title {
    font-size: 18px;
}

.dt-icon-number w-iconbox-icon i {
    font-size: 0;
}
.dt-icon-number.one .w-iconbox-icon i::before {
    font-size: 32px;
}
.dt-icon-number.one .w-iconbox-icon i::before {
    content:"1";
}
.dt-icon-number.two .w-iconbox-icon i::before {
    content:"2";
}
.dt-icon-number.three .w-iconbox-icon i::before {
    content:"3";
}

    @media (min-width: 768px){
.dt-icon-number.one{
    margin-left: 160px;
}
.dt-icon-number.two{
    margin-left: 80px;
}
.dt-icon-number.three{
    margin-left: 0;
}  
        
}

/* box-about-icon1 */
.box-about-icon1 {
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 35px;
    overflow: initial;
}




.box-about-icon1 .w-iconbox-icon {
    font-size: 26px !important;
    position: relative;
    margin-top: -53px !important;

    display: flex;
    border: solid 1px rgb(255 235 202 / 75%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);

}

/* gallery-team */
.team-gallery .w-gallery-item-img {
    border-radius: 15px;
    overflow: hidden;
}
.team-gallery .w-gallery-item:nth-child(2){
    margin-top:-30px;
}

/* contact page new  */
.contact-box-row-big .g-cols.vc_row {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}

.contact-box-row-big .top-colm {
    margin-bottom: 30px;
}

.contact-box-row-big .col-from >.vc_column-inner {
    background: #FFFBF4;
    padding: 25px;
    border-radius: 25px;
    margin: 15px;
    margin-top: -69px;
}

.contact-box-row-big .top-colm > .vc_column-inner {
    padding: 25px 0 45px !important;

}
.form-st1 .fbox-icon {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 100%;
}

.form-st1 .fbox-icon i {
    position: absolute;
    left: 27px;
    z-index: 3;
    color: #8d8b8b;
}

.form-st1 .fbox-icon input , .form-st1 .fbox-icon textarea {
    padding-left: 30px !important;
    border-radius: 15px;
    width: 100% !important;
}

.form-st1 .fbox-icon .wpcf7-form-control-wrap {
    width: 100%;
}


.form-st1 .form-row.btn-row .wpcf7-submit {
    width: auto;
    max-width: 115px;
    border-radius: 15px;

}

.contact-info-tabs .w-tabs-list-h {
    background: #f3f3f3  !important;
    padding: 5px !important;
}

.contact-info-tabs  button.w-tabs-item.active {
    background: #8d8b8b !important;
    color: #fff !important;
    flex: 1 1 40%;
}

.contact-info-tabs .contact-info-inner-row {
    position: relative;
}

.contact-info-tabs .contact-info-inner-row .vc_column-inner > .wpb_wrapper {
    background: #FDFDFD;
    padding: 25px;
    border: dashed 1px #cacaca;
    border-radius: 25px;
}

.contact-info-icon {
    position: relative;
    margin-bottom: 30px;
}


.contact-info-icon h4.w-iconbox-title {
    font-size: 14px;
    /* font-weight: 500; */
    margin: 0;
    padding: 0 0 5px !important;
}

.contact-info-icon p {
    font-size: 16px;
}

/* form  */
.jobs-form21 .colm {
    margin-bottom: 15px;
}

.form-st1 {
    position: relative;
    padding: 15px;
    margin: 0 -15px;
    border-radius: 15px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 10px;
}
.form-col1,.form-col2 ,.form-col3{
    padding: 0 15px;
}
.form-col3 {
    width: 33%;
}
.form-col2 {
    width: 50%;
}
.form-col1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-col1.btn-form {
    text-align: center;
    margin: 15px 0;
}
@media (min-width: 768px){

.contact-row .vc_column-inner {
    padding: 64px !important;
}
}

@media (max-width: 768px){

    .form-col2,.form-col3,.form-col1  {
        width: 100%;
    }
}

/* footer  */
.footer-menu h3 {
    position: relative;
    font-size: 20px;
    padding: 15px 0 5px;
}

.footer-menu h3:before {
    content: "";
    background: #f6a31e;
    width: 39px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.footer-menu ul li a:before {
    content: "\f178";
    font-family: "fontawesome";
    font-weight: 900;
    margin-right: 5px;
    color: #f6a31e;
}

.rtl .footer-menu ul li a:before {
    margin-right: 0;
    margin-left: 5px;
}
.app-img {
    max-width: 150px;
    margin: 15px 0;
}
/* responsive  */
@media screen and (max-width: 767px) {
	
    .l-canvas.type_boxed {
        margin-top: 0;
        /* margin-bottom: 15px; */
    }

    .search-box {
        position: relative;
        background: rgb(0 0 0 / 60%);
        padding: 18px !important;
        border-radius: 15px;
    }

    .product-row .l-section-img {
        background-size: 97% !important;
    }

    .product-row {
        padding-bottom: 83px !important;
    }
	
	.serv-icon {
    min-height: 144px;
}
	

    .box-about-1 {
        max-width: 1112px;
        width: calc(100% - 20px);
        margin-left: auto;
        transform: translateY(-5px);
        margin-top: -56px;
        margin-right: auto;
        padding: 15px 15px 0;
        background: #ffffff;
        position: relative;
        border-radius: 13px;
    }

    .search-box h3.t1 {
        color: #ffffff;
    }

    .po-rib {
        position: absolute;
        top: 0;
        left: 18px;
        z-index: 2;
        max-width: 77px !important;
    }

    .po-rib.two {
        top: -16px;
        left: 0;
    }

    .product-box .content .title {
        justify-content: center;
        font-size: 22px;
        display: flex;
        flex-wrap: wrap;
        font-weight: 800;
    }

    .product-box .thumb-p {
        height: 122px;
        margin-bottom: 15px;
    }
.contact-box-row-big .col-from >.vc_column-inner {
    margin-top: 0;
}
    .f-menu .menu {
        column-count: 2;
        margin: 0 16%;
    }

    .f-menu a {
        display: block;
        text-align: left;
    }
}

/* #Cursor
================================================== */
.cursor, .cursor2, .cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: normal;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cursor {
    background: url("images/favicon.png");
    background-size: 20px 20px;
    background-color: #29f6ca;
    height: 0;
    width: 0;
    z-index: 99999;
}

.cursor2, .cursor3 {
    height: 55px;
    width: 55px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.cursor2.hover, .cursor3.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    mix-blend-mode: difference;
    border: none
}

.cursor2 {
    border: 2px solid #2971f6;
    background: rgb(255 255 255 / 84%) url("images/favicon.png") no-repeat center center;
    background-size: 22px ;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.cursor2.hover {
    background: #000;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {
    .cursor, .cursor2, .cursor3 {
        display: none
    }
}
