.top-header.d-md-block {
    background-color: #22474c;
    color: #ffffff;
    border-bottom: 1px solid #000;
}
.contact_detail > li,
.header_list > li {
    color: #ffffff !important;
}
.language-wrapper .dropdown .btn-select-language {
    color: #ffffff !important;
}
.language-wrapper .dropdown .btn-select-language {
    color: #ffffff !important;
}
.top-header span {
    color: #ffffff !important;
}
.header_list > li i {
    margin-right: 6px;
    vertical-align: middle;
    color: #fff;
}
img.logo {
    margin-top: 10px;
    max-width: 76%;
}

.single_post .tags a:hover {
    color: #555;
}
.carousel-item.dark h5,
.carousel-item.dark h2,
.carousel-item.dark p {
    color: #fff;
    text-shadow: 0px 0px #ffffff;
    display: inline-block;
    margin: 0 auto;
    background-color: rgba(34, 71, 76, 0.7);
    padding: 10px;
}
.carousel-item.light h5,
.carousel-item.light h2,
.carousel-item.light p {
    color: #fff;
    text-shadow: 0px 0px #555;
    display: inline-block;
    margin: 0 auto;
    background-color: rgba(34, 71, 76, 0.7);
    padding: 10px;
}
.white-font.box-img .col-lg-6 {
    padding: 0px;
}
.white-font.box-img .content {
    padding: 50px;
}
.white-font.box-img .content h2 {
    font-size: 42px;
    color: #ffffff;
    margin-top: 40px;
    text-align: center;
}
.white-font.box-img .content p {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.icon-box-1 {
    text-align: center;
    padding: 20px 0;

    padding-bottom: 15px;
    color: #ffffff;
}
.color-gold {
    background-color: #ddb144;
}
.icon-box-1 h3,
.icon-box-1 p {
    color: #ffffff;
    min-height: 50px;
}
.white-font.box-img .content a {
    border: 1px solid #fff;
    text-align: center;
    display: block;
    width: 200px;
    margin: 0px auto;
}

.btn.light-btn {
    border: 1px solid #fff;
    color: #ffffff;
}
.text-center {
    text-align: center;
}
.bg-black {
    background: #22474c !important;
}
.section.bg-black h2 {
    color: #ffffff;
}
.owl-carousel .owl-item .testimonial_box img {
    width: 100%;
    /* border-radius: 50%; */
}
.testimonial_box .author_name h6 {
    color: #ffffff;
}
.bage-header {
    /* padding: 100px 0px; */
}
.bage-header .breadcrumb_section {
    color: #ffffff;
    padding: 200px 0px;
    /* background-color: rgba(22, 22, 22, 0.8); */
}
.page-title h1 {
    margin: 0;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
    line-height: normal;
}

.breadcrumb-item a {
    color: #ffffff;
}
.bage-header {
    /* padding: 100px 0px; */
    background-size: cover;
}
.breadcrumb {
    justify-content: flex-start !important;
    padding-top: 20px;
}
a.shorting_icon,
.btn-fill-out {
    color: #555 !important;
}
.footer_dark {
    background-color: #22474c;
    position: relative;
}
.newsletter_form2 button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #22474c;
}
.btn-fill-line {
    background-color: transparent;
    border: 1px solid #22474c;
}
.testimonial_desc p {
    color: #ddb144;
}
.shorting_icon.active {
    background-color: var(--color-1st);
    color: #fff;
    border-color: #22474c;
}
.contact_style3:hover .contact_icon i {
    color: #fff;
}
.contact_style3:hover .contact_icon i {
    color: #22474c;
}
.rating_wrap,
.product_color_switch {
    display: none !important;
}
.cart_dropdown .cart_list a {
    color: #ffffff !important;
}

.cart-empty {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn.btn-fill-out,
.btn .payment-checkout-btn {
    background-color: #22474c;
    color: #ffffff !important;
}

.dashboard_menu .nav-tabs li.nav-item a.active {
    color: #deb145;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 50%;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: translateY(-65%) rotate(-45deg);
}
.product_action_box {
    width: 50px;
}
.product_wrap {
    /**/
    box-shadow: none;
}
.product_wrap .product_img::before {
    width: 50px;
}
.product .product_img::before {
    width: 30px;
}
.cart_count,
.wishlist_count {
    position: relative;
    top: -3px;
    left: 0;
    font-size: 11px;
    background-color: rgb(34, 71, 76);
    border-radius: 50px;
    height: 16px;
    line-height: 16px;
    color: #fff;
}

.d-inline-block {
    color: #81949c !important;
}

.footer_top {
    padding: 50px 0 50px;
}

.mb-4,
.my-4 {
    margin-bottom: 0.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 0.5rem !important;
}



/* animation */
/** banner-style-five **/

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%;
    }
    100% {
        margin-top: -30%;
    }
}
@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%;
    }
    100% {
        margin-top: -30%;
    }
}
@keyframes animateBubble {
    0% {
        margin-top: 20%;
    }
    100% {
        margin-top: -30%;
    }
}
@-webkit-keyframes sideWays {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 25px;
    }
}
@-moz-keyframes sideWays {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 25px;
    }
}
@keyframes sideWays {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 25px;
    }
}

.banner-style-five {
    position: relative;
    overflow: hidden;
    padding: 400px 0px 235px 0px;
    background: #fff;
}

.banner-style-five .content-box {
    position: relative;
    z-index: 2;
}

.banner-style-five .content-box h1 {
    position: relative;
    font-size: 80px;
    line-height: 85px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-style-five .content-box p {
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 53px;
}

.banner-style-five .content-box a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    padding: 0px 0px 0px 90px;
}

.banner-style-five .content-box a i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 70px;
}

.banner-style-five .content-box a span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}

.banner-style-five .pattern-layer .pattern {
    position: absolute;
}

.banner-style-five .pattern-layer .pattern-1 {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 960px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-style-five .pattern-layer .pattern-2 {
    left: 0px;
    top: 0px;
    width: 550px;
    height: 246px;
    background-repeat: no-repeat;
}

.banner-style-five .pattern-layer .pattern-3 {
    right: 90px;
    bottom: 0px;
    width: 537px;
    height: 268px;
    background-repeat: no-repeat;
}

.banner-style-five .pattern-layer .pattern-4 {
    right: 475px;
    bottom: 0px;
    width: 1265px;
    height: 697px;
    background-repeat: no-repeat;
}

.banner-style-five .pattern-layer .pattern-5 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 1377px;
    height: 438px;
    background-repeat: no-repeat;
}

.banner-style-five .image-layer {
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0px;
    top: 0px;
    right: 0px;
}

.banner-style-five .image-layer .image-1 {
    position: absolute;
    left: 230px;
    bottom: -30px;
}

.banner-style-five .image-layer .image-2 {
    position: absolute;
    left: 580px;
    bottom: -10px;
}

.banner-style-five .anim-icon {
    z-index: 1;
}

.banner-style-five .anim-icon {
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0px;
    top: 0px;
    right: 0px;
    /* z-index: 99; */
}

.banner-style-five .anim-icon .icon-1,
.banner-style-five .anim-icon .icon-3 ,.banner-style-five .anim-icon .icon-6,
.banner-style-five .anim-icon .icon-7,.banner-style-five .anim-icon .icon-11{
    width: 200px;
    height: 200px;
    /* height:auto; */
    opacity: 0.3;
}

.banner-style-five .anim-icon .icon.bg-color {
    border-radius: 50%;
}
#image_block_02 .image-box.w-imag-4 .image-2 {

    box-shadow: 0 0px 0px 0px #ededf1;
}
.banner-style-five .anim-icon .icon-3 {
    width: 100px;
    height: 100px;
}

.banner-style-five .anim-icon .icon-4 {
    width: 20px;
    height: 20px;
    right: inherit;
    left: 600px;
}

.banner-style-five .anim-icon .icon-5 {
    width: 215px;
    height: 181px;
    right: inherit;
    left: 680px;
}

.banner-style-five .anim-icon .icon-6 {
    width: 216px;
    height: 99px;
    right: inherit;
    left: 650px;
}

.banner-style-five .anim-icon .icon-7 {
    width: 94px;
    height: 124px;
    right: 290px;
}

.banner-style-five .anim-icon .icon-8 {
    width: 30px;
    height: 30px;
    right: 650px;
}

.banner-style-five .anim-icon .icon-9 {
    width: 28px;
    height: 37px;
    right: 530px;
}

.banner-style-five .anim-icon .icon-10 {
    width: 100%;
    height: 105px;
    left: 0px;
    top: 185px;
    background-repeat: no-repeat;
    animation: slide 80s linear infinite;
    -webkit-animation: slide 80s linear infinite;
}

.banner-style-five .anim-icon .icon-11 {
    width: 40%;
    height: 40%;
    left: 50%;
    top: 205px;
    background-repeat: no-repeat;
    /* animation: slide 100s linear infinite; */
    /* -webkit-animation: slide 100s linear infinite; */
}

/** anim-icon **/

.anim-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.anim-icon .icon {
    position: absolute;
}

.anim-icon .icon-1 {
    width: 130px;
    height: 130px;
    left: 60px;
    top: 50%;
    -webkit-animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-2 {
    width: 110px;
    height: 110px;
    left: 80px;
    top: 40%;
    -webkit-animation: animateBubble 10s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 10s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-3 {
    width: 60px;
    height: 60px;
    left: 200px;
    top: 30%;
    -webkit-animation: animateBubble 18s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 18s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-4 {
    width: 130px;
    height: 130px;
    right: 60px;
    top: 50%;
    -webkit-animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-5 {
    width: 110px;
    height: 110px;
    right: 90px;
    top: 40%;
    -webkit-animation: animateBubble 10s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 10s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-6 {
    width: 60px;
    height: 60px;
    right: 200px;
    top: 30%;
    -webkit-animation: animateBubble 18s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 18s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-7 {
    width: 130px;
    height: 107px;
    right: 80px;
    top: 10%;
    -webkit-animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-8 {
    width: 70px;
    height: 58px;
    right: 220px;
    top: 0%;
    -webkit-animation: animateBubble 20s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-9 {
    top: 20%;
    -webkit-animation: animateBubble 19s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 19s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-10 {
    top: 30%;
    -webkit-animation: animateBubble 16s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 16s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-11 {
    top: 40%;
    -webkit-animation: animateBubble 10s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 10s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-12 {
    top: 30%;
    -webkit-animation: animateBubble 18s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 18s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-13 {
    top: 10%;
    -webkit-animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-14 {
    top: 0%;
    -webkit-animation: animateBubble 20s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-15 {
    top: 20%;
    -webkit-animation: animateBubble 19s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 19s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite,
        sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-16 {
    top: 30%;
    -webkit-animation: animateBubble 16s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 16s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite,
        sideWays 2s ease-in-out infinite alternate;
}

.banner-style-five .anim-icon .icon.bg-color {
    background: -webkit-linear-gradient(0deg, #c1acf3, #eed4ca 100%);
}

/* four style */
.service-style-four .owl-nav .owl-prev:before,
.service-style-four .owl-nav .owl-next:before {
    background: -webkit-linear-gradient(0deg, #ff6629, #feb958 100%);
}

.service-style-four .anim-icon .icon-1 {
    border: 3px solid #f49f7b;
}

.service-style-four .anim-icon .icon-2 {
    border: 3px solid #f49f7b;
}

.service-style-four .anim-icon .icon-3 {
    border: 2px solid #f49f7b;
}

.service-style-four .anim-icon .icon-4 {
    background: #01cccb;
}

.service-style-four .anim-icon .icon-5 {
    background: #01cccb;
}

.service-style-four .anim-icon .icon-6 {
    background: #f49f7b;
}

.service-style-four .anim-icon .icon-7 {
    border: 2px solid #de9dad;
}

.service-style-four .anim-icon .icon-8 {
    border: 2px solid #de9dad;
}

.service-style-four .anim-icon .icon-9 {
    background: #01cccb;
}

.service-style-four .anim-icon .icon-10 {
    background: #01cccb;
}

.service-style-four .anim-icon .icon-11 {
    background: #01cccb;
}

.service-style-four .anim-icon .icon-12 {
    background: #de9dad;
}

.service-style-four .anim-icon .icon-13 {
    background: #f39f7b;
}

.service-style-four .anim-icon .icon-14 {
    border: 2px solid #f4aa8b;
}

.service-style-four .anim-icon .icon-15 {
    border: 2px solid #d799a9;
}

/** service-style-four **/

.service-style-four {
    position: relative;
    padding: 125px 0px 130px 0px;
}

.service-style-four .inner-content {
    position: relative;
    margin: 0px -15px;
}

.service-block-four .inner-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    padding: 30px 30px 40px 30px;
    margin: 30px 15px 50px 15px;
    box-shadow: 0 10px 30px 10px #ededf1;
}

.service-block-four .inner-box .pattern-box .bg-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 213px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.service-block-four .inner-box .pattern-box .overlay-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 213px;
    opacity: 0;
    transform: translateY(-30px);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.service-block-four .inner-box:hover .pattern-box .overlay-pattern {
    opacity: 1;
    transform: translateY(0px);
}

.service-block-four .inner-box .icon-box .icon {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 1;
}

.service-block-four .inner-box .icon-box .icon-1 {
    left: 30px;
    top: 30px;
    width: 15px;
    height: 15px;
}

.service-block-four .inner-box .icon-box .icon-2 {
    left: 47px;
    top: 48px;
    width: 7px;
    height: 7px;
}

.service-block-four .inner-box .icon-box .icon-3 {
    right: 20px;
    top: 120px;
    width: 13px;
    height: 13px;
}

.service-block-four .inner-box .image-box {
    position: relative;
    width: 225px;
    height: 215px;
    margin: 0 auto;
    margin-bottom: 27px;
}

.service-block-four .inner-box .image-box img {
    position: relative;
    margin: 0px;
}

.service-block-four .inner-box h3 {
    margin-bottom: 12px;
}

.service-block-four .inner-box p {
    margin-bottom: 16px;
}

.service-block-four .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #1d165c;
}

.service-block-four .inner-box .link a:hover {
    padding-left: 23px;
}

.service-block-four .inner-box .link a i {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: -1px;
    opacity: 0;
    transition: all 500ms ease;
}

.service-block-four .inner-box .link a:hover i {
    opacity: 1;
}

.service-style-four .owl-nav {
    position: relative;
    display: block;
    text-align: center;
}

.service-style-four .owl-nav .owl-prev,
.service-style-four .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #1d165c;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px;
    z-index: 1;
    transition: all 500ms ease;
}

.service-style-four .owl-nav .owl-prev:hover,
.service-style-four .owl-nav .owl-next:hover {
    color: #fff;
}

.service-style-four .owl-nav .owl-prev:before,
.service-style-four .owl-nav .owl-next:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: -1px;
    top: -1px;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
}

.service-style-four .owl-nav .owl-prev:hover:before,
.service-style-four .owl-nav .owl-next:hover:before {
    transform: scale(1, 1);
}

.service-style-four .anim-icon .icon-1 {
    /* width: 40px;
	height: 40px; */
    left: 60px;
    bottom: 25px;
}

.service-style-four .anim-icon .icon-2 {
    /* width: 30px;
	height: 30px; */
    left: 70px;
    bottom: 130px;
}

.service-style-four .anim-icon .icon-3 {
    /* width: 20px;
	height: 20px; */
    left: 75px;
    bottom: 240px;
}

.service-style-four .anim-icon .icon-4 {
    /* width: 40px;
	height: 40px; */
    right: 150px;
    bottom: 220px;
}

.service-style-four .anim-icon .icon-5 {
    /* width: 20px;
	height: 20px; */
    right: 200px;
    bottom: 500px;
}

.service-style-four .anim-icon .icon-6 {
    /* width: 15px;
	height: 15px; */
    right: 250px;
    top: 50%;
}

.service-style-four .anim-icon .icon-7 {
    /* width: 20px;
	height: 20px; */
    bottom: 95px;
    right: 290px;
}

.service-style-four .anim-icon .icon-8 {
    /* width: 20px;
	height: 20px; */
    bottom: 20px;
    right: 450px;
}

.service-style-four .anim-icon .icon-9 {
    /* width: 40px;
	height: 40px; */
    bottom: 150px;
    right: 560px;
}

.service-style-four .anim-icon .icon-10 {
    left: 33px;
    /* width: 40px;
	height: 40px; */
}

.service-style-four .anim-icon .icon-11 {
    left: 335px;
    width: 20px;
    height: 20px;
}

.service-style-four .anim-icon .icon-12 {
    left: 380px;
    width: 20px;
    height: 20px;
}

.service-style-four .anim-icon .icon-13 {
    left: 580px;
    /* width: 20px;
	height: 20px; */
}

.service-style-four .anim-icon .icon-14 {
    left: 580px;
    /* width: 20px;
	height: 20px; */
}

.service-style-four .anim-icon .icon-15 {
    left: 720px;
    /* width: 20px;
	height: 20px; */
}

.service-style-four .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/** clients-section **/

.clients-section {
    position: relative;
    background: #23014f;
    padding: 125px 0px 190px 0px;
}

.clients-section .image-layer .image-1 {
    position: absolute;
    left: 50px;
    bottom: 70px;
}

.clients-section .image-layer .image-2 {
    position: absolute;
    right: 30px;
    top: -50px;
}

.clients-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.clients-section .title-inner h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.clients-section .title-inner p {
    color: rgba(255, 255, 255, 0.7);
}

.clients-section .title-inner {
    position: relative;
    margin-bottom: 50px;
}

.clients-section .clients-carousel {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
}

.clients-section .clients-carousel .logo-box {
    position: relative;
    border-right: none;
    height: 120px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    text-align: center;
    vertical-align: center;
    align-items: center;
    justify-content: center;
}

.clients-section .clients-carousel .logo-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.clients-section .clients-carousel .logo-box img:hover {
    opacity: 0.5;
}

.clients-section .clients-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -73px;
}

.clients-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    margin: 0px 8px;
    transition: all 500ms ease;
}

.clients-section .owl-theme .owl-dots .owl-dot.active span,
.clients-section .owl-theme .owl-dots .owl-dot span:hover {
    border-color: #fff;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/** testimonial-style-two **/

.testimonial-style-two {
    position: relative;
    background: #fff;
}

.testimonial-style-two .title-inner {
    position: relative;
    padding: 125px 0px 170px 0px;
}

.testimonial-style-two .title-inner .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-style-two .lower-content .testimonial-content .inner-box {
    position: relative;
    padding-left: 450px;
    min-height: 430px;
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    clip-path: polygon(0% 0%, 100% 0%, 78% 100%, 0% 100%, 0% 0%);
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .image-box
    img {
    width: 100%;
    border-radius: 5px;
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .content-box {
    position: relative;
    padding: 93px 130px 92px 140px;
    border-radius: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 17% 0%);
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .content-box
    .text {
    position: relative;
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .content-box
    .text:before {
    position: absolute;
    content: "\f105";
    font-family: "Flaticon";
    font-size: 200px;
    line-height: 150px;
    color: rgba(255, 255, 255, 0.1);
    top: 70px;
    right: -50px;
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .content-box
    p {
    position: relative;
    font-size: 24px;
    font-family: "Josefin Sans", Sans-serif;
    color: #fff;
    line-height: 42px;
    margin-bottom: 21px;
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .content-box
    .author-info {
    position: relative;
    padding-left: 22px;
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .content-box
    .author-info:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 2px;
    height: 50px;
    left: 0px;
    top: 4px;
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .content-box
    .author-info
    h4 {
    color: #fff;
    margin-bottom: 2px;
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .content-box
    .author-info
    .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0px;
}

.testimonial-style-two
    .lower-content
    .testimonial-content
    .inner-box
    .content-box
    .icon-box {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 100px;
    height: 86px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}

.testimonial-style-two .lower-content .inner-content {
    position: relative;
    margin-top: -130px;
}

.testimonial-style-two .owl-nav {
    position: absolute;
    top: -90px;
    right: 0px;
}

/** about-style-three **/

.about-style-three {
    position: relative;
    padding: 70px 0px 250px 0px;
}

#image_block_02 .image-box {
    position: relative;
    display: block;
    margin-left: -200px;
    /* padding-right: 100px; */
}

#image_block_02 .image-box img {
    width: 100%;
}

#image_block_02 .image-box .image-2 {
    position: absolute;
    right: 100px;
    bottom: -100px;
    border-radius: 5px;
    box-shadow: 0 10px 50px 10px #ededf1;
}

#image_block_02 .image-box .image-2 img {
    border-radius: 5px;
}

#content_block_05 .content-box .text {
    position: relative;
    margin-bottom: 33px;
}

#content_block_05 .content-box .text p {
    margin-bottom: 25px;
}

#content_block_05 .content-box .text p:last-child {
    margin-bottom: 0px;
}

#content_block_05 .content-box .sec-title {
    margin-bottom: 32px;
}

#content_block_05 .content-box .btn-box .theme-btn.style-six {
    padding: 12px 45px;
}

.about-style-three #content_block_05 .content-box {
    margin-top: 43px;
}

.about-style-three {
    padding-bottom: 120px;
}

/** testimonial-style-three **/

.testimonial-style-three {
    position: relative;
    padding-bottom: 80px;
}

.testimonial-style-three .inner-content {
    position: relative;
    margin-right: -40px;
    padding-top: 75px;
}

.testimonial-style-three .inner-content .bx-viewport {
    min-height: 500px !important;
}

.testimonial-style-three .inner-content .sec-title {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 400px;
}

.testimonial-style-three .pattern-layer {
    position: absolute;
    left: -25px;
    top: -380px;
    width: 708px;
    height: 1160px;
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonial-style-three .slider-pager {
    position: relative;
    margin-right: 25px;
    margin-top: 0px;
}

.testimonial-style-three .slider-pager .thumb-box {
    position: relative;
    min-height: 440px;
    width: 100%;
    max-width: 360px;
}

.testimonial-style-three .slider-pager .thumb-box li {
    position: absolute;
    display: inline-block;
    width: 164px;
    height: 164px;
    border-radius: 50%;
}

.testimonial-style-three .slider-pager .thumb-box li:first-child {
    top: 0px;
    left: 0px;
}

.testimonial-style-three .slider-pager .thumb-box li:nth-child(2) {
    top: 58%;
    right: 0px;
    transform: translateY(-50%);
}

.testimonial-style-three .slider-pager .thumb-box li:last-child {
    bottom: 0px;
    left: 0px;
}

.testimonial-style-three .slider-pager .thumb-box li img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-style-three .slider-pager .thumb-box li .thumb {
    position: relative;
    display: inline-block;
    width: 100%;
    background: transparent;
    border-radius: 50%;
    padding: 7px;
    z-index: 1;
    transition: all 500ms ease;
}

.testimonial-style-three .slider-pager .thumb-box li a.active .thumb:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 160px;
    height: 160px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    z-index: -1;
}

.testimonial-style-three .testimonial-content {
    position: relative;
    border-bottom-right-radius: 50px;
    margin: 145px 50px 0px 0px;
}

.testimonial-style-three .testimonial-content .image-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-style-three .testimonial-content .content-box {
    position: relative;
    background: #fff;
    box-shadow: 0 0px 30px 10px #ededf1;
    padding: 41px 50px 50px 155px;
    border-bottom-right-radius: 50px;
}

.testimonial-style-three .testimonial-content .content-box:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 10px 30px 10px #ededf1;
    z-index: -1;
}

.testimonial-style-three .testimonial-content .content-box p {
    font-size: 20px;
    line-height: 38px;
    color: #7f7f7f;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 22px;
}

.testimonial-style-three .testimonial-content .content-box .text {
    position: relative;
}

.testimonial-style-three .testimonial-content .content-box .text:before {
    position: absolute;
    content: "\f105";
    font-family: "Flaticon";
    font-size: 160px;
    line-height: 150px;
    color: #f6f6f6;
    left: -105px;
    top: -8px;
}

.testimonial-style-three .testimonial-content .content-box .author-info h4 {
    margin-bottom: 4px;
}

.testimonial-style-three
    .testimonial-content
    .content-box
    .author-info
    .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.testimonial-style-three .testimonial-content .content-box .icon-box {
    position: absolute;
    right: 50px;
    bottom: 45px;
    display: inline-block;
    background: #fff;
    width: 72px;
    height: 72px;
    text-align: center;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-style-three .slider-pager .elipse-box .elipse {
    position: absolute;
    border-radius: 50%;
}

.testimonial-style-three .slider-pager .elipse-box .elipse-1 {
    width: 30px;
    height: 30px;
    top: 105px;
    right: 115px;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
}

.testimonial-style-three .slider-pager .elipse-box .elipse-2 {
    width: 50px;
    height: 50px;
    top: 205px;
    left: 35px;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}

.testimonial-style-three .slider-pager .thumb-box li a.active .thumb {
    background: -webkit-linear-gradient(0deg, #d83371, #7a2d9e 100%);
}

.testimonial-style-three
    .testimonial-content
    .content-box
    .author-info
    .designation {
    color: #dc316e;
}

.testimonial-style-three .slider-pager .elipse-box .elipse {
    background: #f89ab7;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

body .scrollup {
    bottom: 100px;
}

.scrollup {
    bottom: 20px;
    right: 10px;
}

/** technology-section **/

.technology-section {
    position: relative;
    padding: 125px 0px 130px 0px;
}

.technology-section .inner-content {
    position: relative;
    margin: 0px 15px;
}

.technology-section .technology-block {
    padding: 0px 0px;
}

.technology-section
    .technology-block:nth-child(2n + 1)
    .technology-block-one
    .inner-box {
    background: #f6f6f6;
}

.technology-block-one .inner-box {
    position: relative;
    display: block;
    background: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    padding: 50px 30px 43px 40px;
    transition: all 500ms ease;
}

.technology-block-one .inner-box:hover {
    margin: -5px 0px;
    padding: 55px 30px 48px 40px;
}

.technology-block-one .inner-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0.9) translateY(20px);
    -ms-transform: scale(0.9) translateY(20px);
    transform: scale(0.9) translateY(20px);
    transition: all 500ms ease;
}

.technology-block-one .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.technology-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    margin-bottom: 16px;
    transition: all 500ms ease;
}

.technology-block-one .inner-box:hover .icon-box {
    font-size: 50px;
}

.technology-block-one .inner-box .icon-box:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 0px;
    right: -9px;
    transition: all 500ms ease;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
}

.technology-block-one .inner-box:hover .icon-box:before {
    opacity: 0;
}

.technology-block-one .inner-box:hover .icon-box {
    background: #fff;
}

.technology-block-one .inner-box .icon-box i {
    position: relative;
    color: #22474c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #22474c;
}

.technology-block-one .inner-box h4 {
    margin-bottom: 12px;
    transition: all 500ms ease;
}

.technology-block-one .inner-box:hover h4,
.technology-block-one .inner-box:hover h4 a,
.technology-block-one .inner-box:hover p {
    color: #fff;
}

.technology-block-one .inner-box p{
	transition: all 500ms ease;
    text-align: center;
}

.technology-block-one .inner-box h4{
    font-size: 18px;
    text-align: center;
}
.technology-block-one .inner-box p {
    transition: all 500ms ease;
}

.technology-block-one .inner-box .pattern-layer {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 216px;
    height: 216px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}

.technology-block-one .inner-box:hover .pattern-layer {
    opacity: 1;
}

.technology-block-one .inner-box:before {
    background: rgb(255,230,93);
    background: linear-gradient(90deg, rgba(255,230,93,1) 1%, rgba(198,173,40,0.4433123591233369) 58%, rgba(176,152,22,1) 100%);
    background: rgb(255, 230, 93);
    background: linear-gradient(
        90deg,
        rgba(255, 230, 93, 1) 1%,
        rgba(198, 173, 40, 0.5385504543614321) 35%,
        rgba(176, 152, 22, 1) 100%
    );
}

.technology-block-one .inner-box:hover h4,
.technology-block-one .inner-box:hover h4 a,
.technology-block-one .inner-box:hover p {
    color: #000;
}

.technology-section {
    padding: 70px 0px;
  }

  .technology-block-one .inner-box .icon-box:before {
    background: #755e29;

}

.about-box-img.style-2 .text {
    float: right;
}
.about-box-img.style-2 .pic {
    float: left;
}
.about-box-img  {
    margin-bottom: 20px !important;
    margin-top: 20px;
}
.about-box-img .content{
    margin-top: 100px !important;
}
.about-box-img .content h2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-align: left;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1.5px;

}
.about-box-img.style-2  .content h2 {
    font-size: 30px;
}
.about-box-img .content h2 span {
    color: #fdb931;
}
.about-box-img .content h5 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: left;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -1.5px;
}
.about-box-img.style-2 .content h5 {
    font-size: 18px;
}
.about-box-img.style-2 .content p{
    font-size: 16px;
}
.about-box-img .content p {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: left;
    /* font-family: Roboto, sans-serif !important; */
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
}

.about-box-img .pic {
    padding: 10px;
}
.about-box-img .pic img {
    width: 100%;
}


#withoutRepaint {
    overflow: hidden;
  }
  #withoutRepaint .nested {
    height: 140px;
    opacity: 0.2;
    background: #336699;
    background: url(/storage/home-page/367-3677868-components-watch.png) no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-animation: animateTransform 2s alternate infinite cubic-bezier(0.86, 0, 0.07, 1);
    animation: animateTransform 2s alternate infinite cubic-bezier(0.86, 0, 0.07, 1);
}
  @-webkit-keyframes animateTransform {
    from {
      transform: translate(-75%);
    }
    to {
      transform: none;
    }
  }
  @keyframes animateTransform {
    from {
      transform: translate(-75%);
    }
    to {
      transform: none;
    }
  }
.rotate.bg-w {
    position: absolute;
    opacity: 0.1;
    z-index: -1000;
}
.rotate {
    animation: rotation 15s infinite linear;
  }

  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }





/* Loader */

 main {
	 background: #fff;
	 height: 100vh;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .watch {
	 position: relative;
	 width: 250px;
	 aspect-ratio: 1;
	 background: #242424;
	 border-radius: 50%;
	 color: #fff;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 gap: 5px;
	 box-shadow: 0 0 0 6px #3a3a3a;
}
 .watch > div:nth-child(2) {
	 position: absolute;
	 border-radius: 50%;
	 width: 95%;
	 aspect-ratio: 1;
	 overflow: hidden;
}
 .watch .progress {
	 position: absolute;
	 inset: 0;
	 border-radius: 50%;
}
 .watch .progress > div {
	 position: absolute;
	 background: #f85b5b;
}
 .watch .progress > div:nth-child(1) {
	 width: 60%;
	 left: 50%;
	 top: 0;
	 height: 50%;
	 animation: progress-1 10s linear infinite;
}
 .watch .progress > div:nth-child(2) {
	 width: 50%;
	 left: 50%;
	 top: 50%;
	 height: 0%;
	 animation: progress-2 10s linear infinite;
}
 .watch .progress > div:nth-child(3) {
	 width: 0;
	 right: 50%;
	 top: 50%;
	 height: 50%;
	 animation: progress-3 10s linear infinite;
}
 .watch .progress > div:nth-child(4) {
	 width: 50%;
	 right: 50%;
	 bottom: 50%;
	 height: 0%;
	 animation: progress-4 10s linear infinite;
}
 .watch > div:first-child {
	 position: absolute;
	 background: #242424;
	 width: 90%;
	 aspect-ratio: 1;
	 border-radius: 50%;
	 z-index: 1;
	 box-shadow: 0 0 0 4px #242424;
}
 .watch > div:first-child > span {
	 position: absolute;
	 width: 100%;
	 aspect-ratio: 1;
	 border-radius: 50%;
}
 .watch > div:first-child > span > span {
	 position: absolute;
	 width: 2px;
	 height: 2px;
	 background: #fff;
	 top: 0px;
	 left: 50%;
	 transform: translate(-50%);
}
.watch h2{
    color: #fff;
}
 .watch > div:first-child > span:nth-child(5n) span {
	 height: 5px;
	 background: #fdb931 ;
}
 .watch > div:first-child > span:nth-child(0) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 0));
}
 .watch > div:first-child > span:nth-child(1) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 1));
}
 .watch > div:first-child > span:nth-child(2) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 2));
}
 .watch > div:first-child > span:nth-child(3) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 3));
}
 .watch > div:first-child > span:nth-child(4) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 4));
}
 .watch > div:first-child > span:nth-child(5) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 5));
}
 .watch > div:first-child > span:nth-child(6) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 6));
}
 .watch > div:first-child > span:nth-child(7) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 7));
}
 .watch > div:first-child > span:nth-child(8) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 8));
}
 .watch > div:first-child > span:nth-child(9) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 9));
}
 .watch > div:first-child > span:nth-child(10) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 10));
}
 .watch > div:first-child > span:nth-child(11) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 11));
}
 .watch > div:first-child > span:nth-child(12) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 12));
}
 .watch > div:first-child > span:nth-child(13) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 13));
}
 .watch > div:first-child > span:nth-child(14) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 14));
}
 .watch > div:first-child > span:nth-child(15) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 15));
}
 .watch > div:first-child > span:nth-child(16) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 16));
}
 .watch > div:first-child > span:nth-child(17) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 17));
}
 .watch > div:first-child > span:nth-child(18) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 18));
}
 .watch > div:first-child > span:nth-child(19) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 19));
}
 .watch > div:first-child > span:nth-child(20) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 20));
}
 .watch > div:first-child > span:nth-child(21) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 21));
}
 .watch > div:first-child > span:nth-child(22) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 22));
}
 .watch > div:first-child > span:nth-child(23) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 23));
}
 .watch > div:first-child > span:nth-child(24) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 24));
}
 .watch > div:first-child > span:nth-child(25) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 25));
}
 .watch > div:first-child > span:nth-child(26) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 26));
}
 .watch > div:first-child > span:nth-child(27) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 27));
}
 .watch > div:first-child > span:nth-child(28) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 28));
}
 .watch > div:first-child > span:nth-child(29) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 29));
}
 .watch > div:first-child > span:nth-child(30) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 30));
}
 .watch > div:first-child > span:nth-child(31) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 31));
}
 .watch > div:first-child > span:nth-child(32) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 32));
}
 .watch > div:first-child > span:nth-child(33) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 33));
}
 .watch > div:first-child > span:nth-child(34) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 34));
}
 .watch > div:first-child > span:nth-child(35) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 35));
}
 .watch > div:first-child > span:nth-child(36) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 36));
}
 .watch > div:first-child > span:nth-child(37) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 37));
}
 .watch > div:first-child > span:nth-child(38) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 38));
}
 .watch > div:first-child > span:nth-child(39) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 39));
}
 .watch > div:first-child > span:nth-child(40) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 40));
}
 .watch > div:first-child > span:nth-child(41) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 41));
}
 .watch > div:first-child > span:nth-child(42) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 42));
}
 .watch > div:first-child > span:nth-child(43) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 43));
}
 .watch > div:first-child > span:nth-child(44) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 44));
}
 .watch > div:first-child > span:nth-child(45) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 45));
}
 .watch > div:first-child > span:nth-child(46) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 46));
}
 .watch > div:first-child > span:nth-child(47) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 47));
}
 .watch > div:first-child > span:nth-child(48) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 48));
}
 .watch > div:first-child > span:nth-child(49) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 49));
}
 .watch > div:first-child > span:nth-child(50) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 50));
}
 .watch > div:first-child > span:nth-child(51) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 51));
}
 .watch > div:first-child > span:nth-child(52) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 52));
}
 .watch > div:first-child > span:nth-child(53) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 53));
}
 .watch > div:first-child > span:nth-child(54) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 54));
}
 .watch > div:first-child > span:nth-child(55) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 55));
}
 .watch > div:first-child > span:nth-child(56) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 56));
}
 .watch > div:first-child > span:nth-child(57) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 57));
}
 .watch > div:first-child > span:nth-child(58) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 58));
}
 .watch > div:first-child > span:nth-child(59) {
	 transform: rotate(calc(calc(360 / 60) * 1deg * 59));
}
 .watch p {
	 font-size: 11px;
	 z-index: 10;
	 text-transform: uppercase;
	 display: flex;
	 align-items: center;
	 gap: 5px;
}
 .watch p > span:first-child {
	 padding-top: 1px;
	 color: #fdb931 ;
	 animation: beat 0.8s infinite;
}
 .watch h2 {
	 font-size: 40px;
	 z-index: 10;
}
 .watch > div {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap: 20px;
}
 .circle {
	 position: absolute;
	 height: 240px;
	 width: 240px;
}
 .ring {
	 r: 115px;
	 cx: 120px;
	 cy: 120px;
	 fill: transparent;
	 stroke-width: 6px;
	 stroke: #fdb931 ;
	 stroke-dasharray: 725;
	 transform: rotate(-90deg);
	 transform-origin: 50% 50%;
	 animation: spin 5s infinite linear;
}
 @keyframes progress-1 {
	 0% {
		 width: 0%;
	}
	 25% {
		 width: 50%;
	}
	 100% {
		 width: 50%;
	}
}
 @keyframes progress-2 {
	 0% {
		 height: 0%;
	}
	 25% {
		 height: 0%;
	}
	 50% {
		 height: 50%;
	}
	 100% {
		 height: 50%;
	}
}
 @keyframes progress-3 {
	 0% {
		 width: 0%;
	}
	 50% {
		 width: 0%;
	}
	 75% {
		 width: 50%;
	}
	 100% {
		 width: 50%;
	}
}
 @keyframes progress-4 {
	 0% {
		 height: 0%;
	}
	 75% {
		 height: 0%;
	}
	 100% {
		 height: 50%;
	}
}
 @keyframes spin {
	 0% {
		 transform: rotate(-90deg);
		 stroke-dashoffset: 725;
	}
	 50% {
		 transform: rotate(-90deg);
		 stroke-dashoffset: 0;
	}
	 50.1% {
		 transform: rotate(-90deg) scaley(-1);
	}
	 100% {
		 transform: rotate(-90deg) scaley(-1);
		 stroke-dashoffset: 725;
	}
}
 @keyframes beat {
	 0% {
		 transform: scale(1);
	}
	 100% {
		 transform: scale(0.8);
	}
}


.taif-header{
    min-height: 300px;
}

@media only screen and (max-width: 767px) {
    img.logo {
        margin-top: 25px;
        max-width: 76%;
    }

    .taif-header {
        min-height: 100px !important;
    }

    .bage-header .breadcrumb_section {
        padding: 100px 0px;
    }
}

.page-title-mini .page-title h1 {
    font-size: 40px;
}

#content_block_05 .btn-box a{
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
}


/* Loader */
.handle-preloader .animation-preloader .txt-loading .letters-loading{
	color: #22474c;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
	color: #ddb144;
}

.handle-preloader .animation-preloader .spinner{
	border: 3px solid #ddb144;
    border-top-color: #22474c;
}


/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
  }

  .handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
  }

  .handle-preloader .animation-preloader .spinner{
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 170px;
    margin: 0 auto 45px auto;
    width: 170px;
  }

  .handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading:before{
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top:0;
    line-height: 70px;
    position: absolute;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
  .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
  .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
  .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
  .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
  .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
  .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
  .handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
  }

  .preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
  }

  /* AnimaciÃ³n del preloader */
  @keyframes spinner {
    to {
      transform: rotateZ(360deg);
    }
  }
  @keyframes letters-loading {
    0%,
    75%,
    100% {
      opacity: 0;
      transform: rotateY(-90deg);
    }

    25%,
    50% {
      opacity: 1;
      transform: rotateY(0deg);
    }
  }


.spinner-image .img{
    position: absolute;
    width: 150px;
    height: 150px;
    left: 25%;
    top: 3%;
}


  @media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
      height: 8em;
      width: 8em;
    }

    #image_block_02 .image-box .image-2 {
        right: 0px;
    }

    #image_block_02 .image-box.w-imag-4 .image-2 {
        z-index: -1111111;
    }

    .spinner-image .img {
        position: absolute;
        width: 50% !important;
        height: 40% !important;
        left: 25%;
        top: 3%;
    }

    .rotate img{
        max-width: 200px;
    }

  }
  @media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
      height: 7em;
      width: 7em;
    }
    .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
  }



.technology-block-one .inner-box{
    min-height: 360px;
}


.language-wrapper .dropdown-menu li span {
    color: #222222 !important;
}

.pagination_style1 .page-item.active .page-link, .pagination_style1 .page-item .page-link:hover {
    color: #000;
}
