/*===============================================
Template Name:astro company HTML5 Template
Author:  https://templatemonster/user/drtheme
Description: Description
Version: 1.0.0
Text Domain: astro
Tags: agency, consulting, digital agency, digital marketing, digital marketing agency, marketing, marketing agency, media agency, portfolio, seo, seo agency, seo agency theme, seo marketing, smm, social media marketing agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. astro Header Top Menu Area Css
02. astro Nav Menu Area Css 
03. astro Slider Area Css
04. astro Section Title Css
05. astro Service Area css
06. astro About Area Css
07. astro Counter Area Css
08. astro Case Study Area Css
09. astro Testimonial Area Css
10. astro Process Area Css
11. astro Team Area Css
12. astro Faq Area Css
13. astro Brand Section Css
14. astro Call Do Section Css
15. astro Form Box Css
16. astro Skill Area Css
17. astro Blog Area Css
18. astro footer Area Css
19. astro Subscribe Area Css
20. astro Lines CSS
21. astro Prossess Ber Css
22. astro Scrollup Section
23. astro Bounce Animation Css 
24. astro Animation Dance
25. astro Breadcumb Area Css
26. astro abouts_areas Css
27. astro Feture-Area Css
28. astro Pricing Section Css
29. astro Web Development Section CSS
30. astro Contact  US Css
31. astro Blog Sidber Widget CSS
32. astro Case Study Details Css
33. astro Search Box Css
34. astro Loader Css
=======================*/
/*================================
<--  scrollbar Css -->
==================================*/

* {
    font-family: "Arial"sans-serif;
}

@media screen and (max-width: 2200px) {
    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #F58334;
        border-radius: 10px;
    }
}

@media screen and (max-width: 1900px) {
    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #F58334;
    }
}

@media screen and (max-width: 970px) {

    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #F58334;
    }


}

/*================================
<--  astro Top Header Area Css -->
==================================*/
.top-header {
    padding: 10px;
    background: #2a3a3a;
}

.top-header .social-content a {
    margin-left: 20px;
    color: #fff;
}

.top-header .social-content a i {
    margin-right: 6px;
    color: #F58334;
}

.top-header .social-icon a i {
    margin-right: 6px;
    color: #fff;
    margin-right: 12px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .top-header {
        display: none;
    }

}

/*================================
<--  astro Nav Menu Area Css -->
==================================*/
.astro_nav_manu {}


.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #ffffff !important;
    transition: .5s !important;
    z-index: 99999;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .astro_menu>ul>li>a {
    color: #000000;
}

.sticky .astro_menu>ul>li>a i {
    color: #fff;
    transition: 0.5s;
}

.sticky .astro_menu>ul>li>a i:hover {
    color: #F58334;
}

.sticky .header-button a {
    color: #F58334;
}

.sticky .header-button a i {
    color: #F58334;
}

.sticky .header-button a:hover i {
    color: #F58334;
}

/* logo box */
a.logo_img img.logo-light {
    display: none;
    z-index: 99;
}

.sticky a.logo_img img.logo-light {
    display: none;
    z-index: 99;
}

.light-theme a.logo_img img.logo-light {
    display: block;
}

.sticky a.logo_img img.logo-light {
    display: block;
    z-index: 99;
}

.light-theme a.logo_img img.logo-dark {
    display: none;
    z-index: 99;
}

.sticky a.logo_img img.logo-dark {
    display: none;
}


.dark-light .sun {
    display: block;
}

.dark-light .moon {
    display: none;
}

.astro_menu .nav_scroll a i {
    color: #ffffff00;
    font-size: 25px;
    margin: 0px 15px 0px 15px;
}

/* astro Menu Css*/
.astro_nav_manu {
    background: #ffffff;
    position: relative;
    border-bottom: 3px solid #F58334;
}

nav.astro_menu {
    text-align: right;
}

.astro_menu ul {
    list-style: none;
    display: inline-block;
}

.astro_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.astro_menu>ul>li>a {
    font-size: 20px;
    display: block;
    margin: 32px 18px;
    transition: .5s;
    color: #000000;
    font-weight: 600;
    font-family: "Nunito Sans";
}

nav.astro_menu span {
    display: inline-block;
    font-size: 14px;
    padding-left: 12px;
    color: #fff;
    transition: 0.5s;
    opacity: 0.8;
}

nav.astro_menu span:hover {
    color: #F58334;
}

.astro_menu>ul>li>a:hover {
    color: #F58334;
}

/*menu button*/
.header-button {
    display: inline-block;
    margin-left: 20px;
}

.header-button a i {
    margin-right: 10px;
}

.header-button a {
    font-size: 19px;
    font-weight: 700;
    font-family: "Rajdhani";
}

/* .header-button a {
    color: #fff;
    background: #F58334;
    display: inline-block;
    font-size: 16px;
    padding: 14px 38px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Rajdhani";
    transition: 0.5s;
    position: relative;
    border-radius: 2px;
    top: 20px;
    z-index: 1;
    overflow: hidden;
}

.header-button a::after {
    position: absolute;
    top: 0;
    left: -5%;
    right: auto;
    bottom: auto;
    width: 110%;
    height: 200%;
    background: #fff;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: skewY(-10deg) scale(1, 0);
    transform: skewY(-10deg) scale(1, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    content: "";
    z-index: -1;
}


.header-button a:hover:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewY(-10deg) scale(1, 1);
    transform: skewY(-10deg) scale(1, 1);
}

.header-button:hover a {
    color: #F58334;
} */

@media (max-width: 1200px) {
    .header-button {
        display: none;
    }

}

/*** Sub Menu Style 
==========================***/

.astro_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 220px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #F58334;
    opacity: 0;
}

.astro_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.astro_menu ul .sub-menu li {
    position: relative;
}

.astro_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
    border-bottom: 1px dotted #F58334;
}

.astro_menu ul li .sub-menu li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #F58334;
    z-index: -1;
    transition: 0.5s;
}

.astro_menu ul li .sub-menu li a:hover:before {
    height: 100%;
    top: 0;
}

/* sub menu 2 
=================*/

.astro_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.astro_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.astro_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.astro_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.astro_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #000;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.20);
}

/* sub menu 4 
====================*/

.astro_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.astro_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.astro_menu li a:hover:before {
    width: 101%;
}

.astro_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.astro_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

img.logo-light {
    display: none;
}

/**
======================================================
<!-- Start astro Hero Section  -->
======================================================**/
.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100vw;

}

.slider-container h1 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    position: relative;
    z-index: 100;
    text-align: center;
}

.slider-container::after {
    background-color: #000;
    content: '';
    position: absolute;
    opacity: 0.3;
    top: 5px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    transform: scale(1.15);
    transition: opacity .6s ease;
}

.slide.active {
    animation: grow 4s linear forwards;
    opacity: 1;
}

.swiper-4 .swiper-button-prev:after {
    content: 'prev';
    font-size: 19px;
    background: #c5c5c51f;
    color: #000000;
    padding: 14px;
}

.swiper-4 .swiper-button-prev:hover::after {
    background: #6161617c;
    color: #fff;
}

.swiper-4 .swiper-button-next:after {
    content: 'next';
    font-size: 19px;
    background: #c5c5c51f;
    color: #020202;
    padding: 14px;
}

.swiper-4 .swiper-button-next:hover::after {
    background: #6161617c;
    color: #fff;
}

.swiper-4 {
    height: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 0;
    padding: 0;
    display: block;
}

@media (max-width: 1400px) {
    .swiper-4 {
        height: 630px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        z-index: 0;
        padding: 0;
        display: block;
    }
}

.sliderbckground-1 {
    background: url(../images/slider/hero-b.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
}


.sliderbckground-2 {
    background: url(../images/slider3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.sliderbckground-3 {
    background: url(../images/slider2-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.slider-1 {
    margin-top: 100px;
}

.slider-2 {
    margin-top: 10px;
}

.slider-3 {
    margin-top: 100px;
}

.hero-content {
    margin-top: 10rem;
    margin-left: 100px;
}

@media (max-width: 1400px) {
    .hero-content {
        margin-top: 2rem;
    }
}

@media (max-width: 700px) {
    .hero-content {
        margin-top: 2rem;
        margin-left: 20px;
    }
}

.hero-sub-title h5 {
    font-size: 16px;
    line-height: 28px;
    color: #F58334;
    font-weight: 600;
}


.hero-title h3 {
    font-size: 45px;
    line-height: 65px;
    color: #282828;
    font-weight: 700;
    margin-top: 20px;
}

@media (max-width: 800px) {
    .hero-title h3 {
        font-size: 35px;
        line-height: 55px;
        color: #282828;
        font-weight: 700;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .hero-title h3 {
        font-size: 35px;
        line-height: 55px;
        color: #282828;
        font-weight: 700;
        margin-top: 20px;
    }
}

.hero-title h3 span {
    font-size: 50px;
    color: #F58334;
    margin-left: 0;
    font-weight: 700;
}

@media (max-width: 800px) {
    .hero-title h3 span {
        font-size: 40px;
        color: #F58334;
        margin-left: 0;
        font-weight: 700;
    }
}

.hero-text p {
    font-size: 20px;
    line-height: 38px;
    color: #504e4e;
    font-weight: 400;
    width: 78%;
    margin-top: 15px;
    margin-bottom: 25px;
}

.hero-text ul {
    list-style: none;
    margin-top: 10px;
}

.hero-text ul li {
    font-family: "Arial"sans-serif;
    font-size: 1rem;
}

.hero-text ul li i {
    font-size: 1.8rem;
    align-items: center;
    color: #F58334;
}

.hero-main-button a {
    display: inline-block;
    font-size: 16px;
    color: #232323;
    margin-top: 18px;
    font-weight: 700;
    border: 1.5px solid #F58334;
    padding: 12px 34px;
    background: transparent;
    position: relative;
}


.hero-main-button a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    bottom: auto;
    width: 5px;
    height: 100%;
    background: #F58334;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.5;
    content: "";
}

.hero-main-button a:hover:before {
    width: 100%;
    opacity: 1;
}

.hero-main-button a:hover {
    color: #fff;
}

/*section title*/
.astro-section-title h5 {
    font-size: px;
    line-height: 40px;
    color: #F58334;
    font-weight: 600;
}

.testimonial-area .astro-section-title h1 {
    color: #fff;
}

.astro-section-title h1 {
    font-size: 36px;
    color: #232323;
    font-weight: 700;
}

.astro-section-title p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #181818;
    font-weight: 400;
    width: 92%;
}

.astro-section-title.text-left {
    margin-bottom: 30px;
}

.astro-section-title.text-center {
    margin-bottom: 30px;
}

.astro-section-title.text-center p {
    width: 55%;
    margin: 0 auto;
}

/*
<!-- =====================================-->
<!-- start astro service area  -->
<!-- =====================================-->*/
.service-area {
    padding: 70px 0 100px;

}

.service-area .service-one__shape--one {
    top: 10px;
    margin-left: -290px;
    z-index: -1;
}

.service-area .service-one__shape {
    animation: zumpIn 5s linear infinite;
}

@keyframes zumpIn {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(0px);
    }

}

.astro-button {
    text-align: right;
}

.astro-button a {
    display: inline-block;
    font-size: 16px;
    color: #181818;
    font-weight: 700;
    border: 1.5px solid #F58334;
    padding: 12px 34px;
    position: relative;
    z-index: 1;
}

.astro-button a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: 5px;
    height: 100%;
    background: #F58334;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.5;
    content: "";
    z-index: -1;
}

.astro-button a:hover:before {
    width: 100%;
    opacity: 1;
}

.astro-button a:hover {
    color: #ffffff;
}

.row.service-box {
    margin-top: 16px;
}

.service-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.138);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.service-thumb img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}

.service-title h2 {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
    text-align: center;
    margin: 0;
    transition: 0.5s;
}

.service-content {
    border-left: 1px solid #cac9c9;
    border-right: 1px solid #cac9c9;
    border-bottom: 1px solid #F58334;
    padding: 12px 0;
    transition: 0.5s;
}

.service-content::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background: #F58334;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.5;
    content: "";
    z-index: -1;
}

/*all hover*/
.single-service-box:hover .service-thumb::before {
    animation: circle 1s;
}

.single-service-box:hover .service-content::after {
    width: 100%;
    opacity: 1;
}

.single-service-box:hover .service-title h2 a {
    color: #fff;
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/*=========================================
<!-- Start astro about-section  -->
===========================================*/
section.about-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 60px;
    position: relative;
}

.about-lists {
    display: flex;
    gap: 90px;
}

.about-section img {
    border-radius: 10px;
}

@media (max-width: 1203px) {
    .about-section img {
        width: 450px;
    }
}

@media (max-width: 475px) {
    .about-section img {
        width: 400px;
        height: 350px;
    }
}

@media (max-width: 425px) {
    .about-section img {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 361px) {
    .about-section img {
        width: 300px;
        height: 350px;
    }
}

.about-list ul li {
    list-style: none;
    margin: 0px 0 12px;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
    margin-left: 1rem;
}

@media (max-width: 450px) {
    .about-thumb img {
        height: 350px;
    }
}

.shape {
    position: absolute;
    animation: up-down 5s linear infinite;
}

@keyframes up-down {
    0% {
        transform: translatex(0px);
    }

    25% {
        transform: translateX(60px);
    }

    100% {
        transform: translateX(0px);
    }

}

@media (max-width:992px) {
    .shape {
        display: none;
    }
}

/*============================================
<!-- Start astro portfolio area-->
==============================================*/

.mySwiper .swiper-wrapper .swiper-slide .portfolio-item img {
    border-radius: 10px;
}

@media (max-width: 395px) {
    .mySwiper .swiper-wrapper .swiper-slide .portfolio-item img {
        width: 350px;
        width: 300px;
    }
}

.swiper .swiper-button-prev:after {
    content: 'prev';
    font-size: 19px;
    background: #839595;
    color: #F58334;
    padding: 14px;
    border-radius: 5px;
}

.swiper .swiper-button-prev:hover::after {
    background: #2a3a3a;
    color: #F58334;
}

.swiper .swiper-button-next:after {
    content: 'next';
    font-size: 19px;
    background: #839595;
    color: #F58334;
    padding: 14px;
    border-radius: 5px;
}

.swiper .swiper-button-next:hover::after {
    background: #2a3a3a;
    color: #F58334;
}

/*
<!-- =====================================-->
    <!--start astro testimonial area-->
<!-- =====================================-->*/
.back {
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-testimonial-black-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#testimonial {
    padding: 80px 0px;
    background-size: cover !important;
    background-position: 50% 60% !important;
    color: #fff;
}

#testimonial h1,
#testimonial .h1 {
    color: #fff;
}

#testimonial .testimonial_box {
    background: #F58334;
    padding: 20px;
    color: #fff;
    border-radius: 6px;
}

#testimonial .arrow-down {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #F58334;
    margin-left: 20px;
    opacity: 0.5;
}

#testimonial .testimonial_user {
    margin-top: 20px;
}

#testimonial .testimonial_user .user-image {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#testimonial .testimonial_user .user-info h5,
#testimonial .testimonial_user .user-info .h5 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff;
}

.orange #testimonial .user-info {
    display: inline-block;
}

.orange #testimonial .user-info p {
    color: #F58334;
}


/*
<!-- =====================================-->
<!--start astro Glimpse area -->
<!-- =====================================-->*/
.Glimpse-area {
    padding: 25px 0 100px;
}

.single-Glimpse-box {
    text-align: center;
    position: relative;
}

.single-Glimpse-box::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.Glimpse-thumb img {
    width: 100%;
}

.Glimpse-member-content {
    border-left: 1px solid #cac9c9;
    border-right: 1px solid #cac9c9;
    border-bottom: 1px solid #F58334;
    transition: 0.5s;
    padding: 25px 0;
}

.Glimpse-member-content::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background: #F58334;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.5;
    content: "";
    z-index: -1;
}

.Glimpse-member-title h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;

}

.Glimpse-member-title h2 a {
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    font-weight: 700;
    display: inline-block;
    transition: 0.5s;
}

.Glimpse-member-title span {
    display: inline-block;
    font-size: 16px;
    color: #504e4e;
    font-weight: 400;
    padding-top: 5px;
    transition: 0.5s;
}

/*all hover*/

.single-Glimpse-box:hover .Glimpse-member-content::after {
    width: 100%;
    opacity: 1;
}

.single-Glimpse-box:hover .Glimpse-member-title h2 a {
    color: #fff;
}

.single-Glimpse-box:hover .Glimpse-member-title span {
    color: #fff;
}

.single-Glimpse-box:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.bounce-y {
    -webkit-animation: bounce-y 5s infinite linear;
    animation: bounce-y 5s infinite linear;
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*
<!-- =====================================-->
<!--start astro call to action section-->
<!-- =====================================-->*/
.call-to-action-section {
    background: url(../images/resource/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 90px;
}


.call-action-content h1 {
    font-weight: 700;
    text-shadow: 0px 0px 5px #000;
}

.call-action-title h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.call-action-des p {
    color: #000000;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
}

.section-button {
    margin-top: 23px;
    display: inline-block;
}

.section-button a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    background: #F58334;
    padding: 13px 36px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.section-button a::after {
    position: absolute;
    top: 0;
    left: -5%;
    right: auto;
    bottom: auto;
    width: 110%;
    height: 200%;
    background: #fff;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: skewY(-10deg) scale(1, 0);
    transform: skewY(-10deg) scale(1, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    content: "";
    z-index: -1;
}

.section-button a:hover:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewY(-10deg) scale(1, 1);
    transform: skewY(-10deg) scale(1, 1);
}

.section-button a:hover  {
    color: #F58334;
}

/**
======================================================
<--   icon-section  Section Css -->
======================================================**/
.icon {
    position: fixed;
    top: 87%;
}

.icon img {
    width: 80px;
    height: 80px;
    margin-left: 30px;
}

/**
======================================================
<--  astro Footer Section Css -->
======================================================**/
footer.footer-section {
    background: #2a3a3a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 0px;
    border-top: 3px solid #F58334;
}

.footer-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    margin: 22px 0 30px;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 3px;
}

.footer-social a {
    display: inline-block;
    font-size: 16px;
    color: #F58334;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.footer-social a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F58334;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.footer-social a:hover {
    color: #ffffff;
}

.footer-social a:hover::before {
    transform: scale(1);
}

.footer-link ul li {
    margin-bottom: 4px;
    list-style: none;
}

.footer-link ul li a i {
    font-size: 16px;
    line-height: 28px;
    margin-right: 10px;
}

.footer-link a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
}

.footer-link a:hover {
    color: #F58334;
}


.footer-link-title h6 a {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 33px;
    position: relative;
}

.footer-link-title h6 a::after {
    position: absolute;
    content: "";
    left: -1px;
    bottom: -10px;
    height: 2px;
    width: 0%;
    background-color: #F58334;
    transition: .5s;
}

.footer-link-title h6 a:hover::after {
    width: 100%;
}

.footer-bottom-left p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.footer-img {
    text-align: right !important;
    margin-top: -31px;
}

@media (max-width: 765px) {
    .footer-img {
        text-align: left !important;
        margin-top: 0px;
    }
}



.footer-right-content ul li {
    list-style: none;
    display: inline-block;
}

.row.footer-bottom {
    border-top: 1px solid rgba(252, 248, 248, 0.322);
    margin-top: 100px;
    padding: 45px 0 30px;
}

.footer-right-content {
    text-align: right;
}

.footer-right-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.footer-right-content ul li {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    list-style: none;
    margin: 0 3px;
}

/*========================================
<!-- Start astro breadcumb-area  -->
==========================================*/
.inner-intro {
    height: 580px;
    display: block;
    position: relative;
}

@media screen and (max-width: 991px) {
    .inner-intro {
        height: 350px;
    }
}

.bg {
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.bg-overlay-black-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.inner-intro .container {
    display: table;
    height: 100%;
    position: relative;
}

.intro-title {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0px;
}

.intro-title>div {
    padding: 0;
    width: 100%;
    text-align: center;
}

.intro-title .section-title {
    margin-bottom: 10px;
}

.intro-title .section-title .title {
    font-size: 44px;
    font-weight: 600;
    line-height: 46px;
}

.text-white {
    color: #fff !important;
}

ul.page-breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
}

ul.page-breadcrumb li {
    color: #fff;
    display: inline-block;
    list-style: none;
    padding-left: 0;
}

ul.page-breadcrumb li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

ul.page-breadcrumb li i {
    font-size: 14px;
    padding: 0 7px;
}

ul.page-breadcrumb li span {
    color: #F58334;
    font-size: 14px;
    text-transform: capitalize;
}

/*========================================
<!-- Start astro about-area  -->
==========================================*/
section.about-area {
    padding: 100px 0 100px;
    position: relative;
}

section.about-area .section-button {
    margin-top: 0px;
    display: inline-block;
}

.about-area img {
    border-radius: 10px;
}

@media (max-width: 1203px) {
    .about-area img {
        width: 450px;
    }
}

@media (max-width: 475px) {
    .about-area img {
        width: 400px;
        height: 350px;
    }
}

@media (max-width: 425px) {
    .about-area img {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 361px) {
    .about-area img {
        width: 300px;
        height: 350px;
    }
}

.row.counter-box {
    margin-top: 10px;
}

.about-counter h2 {
    display: inline-block;
    font-size: 36px;
    line-height: 45px;
    color: #232323;
    font-weight: 700;
}

.about-counter span {
    font-size: 16px;
    color: #504e4e;
    font-weight: 400;
    display: block;
}

img.img2 {
    position: absolute;
    left: 206px;
    bottom: 28px;
}

.about-image {
    position: relative;
}

.about-image:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.about-image:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-shape-there {
    position: absolute;
    top: -21px;
    left: -31px;
    z-index: -1;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

/*========================================
<!-- start astro service section  -->
==========================================*/
.service-section {
    padding: 75px 0 100px;
}

.service-single-box {
    background-color: #fcf8f2;
    text-align: center;
    padding: 45px 16px 35px;
    position: relative;
    z-index: 1;
}

.service-icon {
    position: relative;
    z-index: 1;
}

.service-single-box::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: #F58334;
    border-radius: 100%;
    top: 39px;
    left: 120px;
    z-index: 1;
    transition: 0.5s;
}

.service-single-box::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #F58334;
    transition: all 500ms ease;
    transition: .3s;
    z-index: -1;
    opacity: 0;
}

.service-single-box:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.service-single-box:hover::before {
    background: #fff;
}

.service-single-box:hover .service-box-title h2,
.service-single-box:hover .service-des p {
    color: #fff;
}

.service-box-title h2 {
    font-size: 24px;
    line-height: 28px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 25px;
    transition: 0.5s;
}

.service-des p {
    font-size: 16px;
    line-height: 28px;
    color: #504e4e;
    font-weight: 400;
    margin: 0;
    transition: 0.5s;
}

/*============================================
<!-- start astro contact Area -->
==============================================*/
.contact-area {
    position: relative;
}

.contact-thumb img {
    position: relative;
    left: -305px;
    z-index: -1;
}

.row.form {
    margin-top: 40px;
}

.contact-form-content {
    padding: 75px 0 90px;
}

.contact-area input::placeholder {
    font-size: 16px;
    color: #504e4e;
    font-weight: 400;
}

.form-box input {
    transition: .5s;
    padding: 6px 20px;
    width: 100%;
    height: 55px;
    background-color: #fcf8f2;
    margin-bottom: 30px;
    border: none;
}

.form-box select {
    transition: .5s;
    padding: 6px 20px;
    width: 100%;
    height: 55px;
    background-color: #fcf8f2;
    margin-bottom: 30px;
    border: none;
}

.form-box select option {
    transition: .5s;
    padding: 6px 20px;
    width: 100%;
    height: 55px;
    background-color: #fcf8f2;
    margin-bottom: 30px;
    border: none;
}

.form-box textarea {
    padding: 6px 20px;
    width: 100%;
    height: 150px;
    background-color: #fcf8f2;
    border: none;
    margin-bottom: 30px;
}

.submit-button button {
    width: 100%;
    background: #F58334;
    padding: 14px 32px;
    outline: none;
    letter-spacing: 0.5px;
    border: none;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.submit-button button::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fcf8f2;
    transform: scale(0.0, 1);
    transition: .5s;
}

.submit-button button:hover::before {
    transform: scale(1);
}

.submit-button button:hover {
    color: #232323;
}

/*============================================
<!-- start astro google Area -->
==============================================*/

.google-maps iframe {
    width: 100%;
    height: 600px;
}

/*============================================
<!-- start astro blog list area -->
==============================================*/
.sidebar-search-box {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}

.sidebar-search-box input::placeholder {
    color: #232323;
}

.search-form {
    position: relative;
    width: 100%;
}

.search-form input {
    height: 60px;
    position: relative;
    width: 100%;
    border: 1px solid #F58334;
    color: #616161;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 8px;
    padding-left: 10px;
}

.search-form button {
    background: #F58334;
    color: #fff;
    font-size: 18px;
    padding: 1px 15px;
    top: 0px;
    right: 0;
    height: 60px;
    width: 58px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    display: inline-block;
    border: none;
    z-index: 1;
}

.widget-sidebar-box {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #f2f3f5;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}

.widget-recent-post {
    display: flex;
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 14px;
}

.rpost-thumb {
    margin-right: 27px;
    overflow: hidden;
}

.rpost-thumb img {
    border-radius: 5px;
    transform: scale(1);
    transition: 0.5s;
    width: 100%;
}

.rpost-thumb img:hover {
    transform: scale(1.2);
}

.rpost-title h4 {
    margin-top: 0;
    margin-bottom: 2px;
    line-height: 16px;
}

.rpost-title h4 a {
    color: #232323;
    font-size: 18px;
    line-height: 22px;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}

.rpost-title h4 a:hover {
    color: #F58334;
}

.rpost-title span {
    display: inline-block;
}

h4.sidebar-title.upp {
    color: #232323;
    display: block;
    font-size: 21px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}

.cate-item-one {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 0;
}

li.cate-item {
    border-top: 1px solid #E8E8E8;
    padding-bottom: 20px;
}

.sidebar-menu li {
    list-style: none;
}

.cate-item-two {
    border-top: 1px solid #E8E8E8;
    padding: 16px 0 16px;
}

.sidebar-menu li a {
    color: #616161;
    font-weight: 400;
    transition: 0.5s;
}

.sidebar-menu li a:hover {
    color: #F58334;
}

.sidebar-title.upp h3 {
    color: #232323;
    display: block;
    font-size: 21px;
    text-transform: capitalize;
    position: relative;
}

.cloud-tag li {
    display: inline-block;
    margin: 10px;
}

.cloud-tag li a {
    padding: 10px 24px;
    border: 1px solid#232323;
    border-radius: 4px;
    transition: .4s;
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #232323;
    text-transform: lowercase;
}

.cloud-tag li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #F58334;
    transition: .4s;
    z-index: -1;
    border-radius: 4px;
}

.cloud-tag li a:hover {
    color: #fff;
}

.cloud-tag li a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

/*============================================
	<!-- start astro blog details area -->
==============================================*/
.blog-details-area {
    padding: 100px 0 80px;
}

.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #F58334;
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    font-family: Arial;
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__meta li+li {
    margin-left: 18px;
}

.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: #F58334;
}

.blog-details__meta li a i {
    color: #F58334;
    margin-right: 6px;
}

.blog-details__title {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: 600;
    font-family: sans-serif;
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: 500;
}

.blog-details__tags a {
    position: relative;
    font-size: 15px;
    background-color: #F58334;
    color: #fff;
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}

.blog-details__tags a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.blog-details__tags a+a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #000;
    background-color: #f2f3f5;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: #fff;
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #F58334;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.blog-details__social-list a+a {
    margin-left: 10px;
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight: 600;
    background-color: #F58334;
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px;
}

.blog-details__pagenation li:hover {
    background-color: #F58334;
    color: #000;
}

.blog-details__pagenation li+li {
    margin-left: 30px;
}

/* Nav Links */
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}

.nav-links .next .thumb {
    margin-left: 20px;
}

.nav-links>div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-links>div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.nav-links>div .thumb a {
    display: inline-block;
}

.nav-links>div>a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    background-color: #F58334;
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}

h3.comment-one__title {
    color: #000;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: sans-serif;
}

.comment-one__content h3 {
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.nav-links>div>a:hover {
    color: #232323;
    background-color: #f2f3f5;
}

.comment-one__single {
    display: flex;
}

.comment-one__content {
    margin-left: 60px;
}

.comment-one__content span {
    color: #F58334;
    display: inline-block;
    transition: 0.5s;
}

.comment-one__content span:hover {
    color: #232323;
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

.comment-one__image img {
    width: 86px;
    height: 86px;
    border-radius: 100%;
}

.comment-form h3 {
    color: #000;
    font-weight: 600;
}

.comment-box {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #f2f3f5;
    margin-bottom: 20px;
    transition: .5s;
}

#comment-msg-box {
    width: 100%;
    border: 1px solid #ccc;
    background: #f2f3f5;
    border-radius: 5px;
    padding: 15px;
    transition: .5s;
}

label {
    color: #232323;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #FF3C00;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/

.comment-form .submit-comment {
    color: #fff;
    background: #F58334;
    border: 1px solid #F58334;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-top: 50px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #F58334;
}

.blog-details-area input::placeholder {
    color: #000;
}

.blog-details-area textarea::placeholder {
    color: #000;
}

/*============================================
<!-- start astro product-details section  -->
==============================================*/
section.product-details-area {
    padding-top: 75px;
}

.product-details-thumb {
    position: relative;
}

@media (max-width: 523px) {
    .product-details-thumb img {
        width: 465px;
        text-align: center;
    }
}

@media (max-width: 450px) {
    .product-details-thumb img {
        width: 420px;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .product-details-thumb img {
        width: 380px;
        text-align: center;
    }
}

@media (max-width: 370px) {
    .product-details-thumb img {
        width: 330px;
        text-align: center;
    }
}

.single-details-box {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.single-details-box .product-overlay {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
}

.single-details-box .product-overlay {
    opacity: 0;
    top: -100%;
    background: rgba(0, 0, 0, 0.5);
}


.single-details-box:hover .product-overlay {
    top: 0;
    opacity: 1;
}


.single-details-content {
    margin-top: 50px;
}

.single-content-box {
    margin-bottom: 70px;
    padding-bottom: 70px;
}

.single-content-box.upper {
    border: none;
    margin: 0;
    padding-bottom: 90px;
}

/*  */

.product h2 {
    font-weight: 600;
}

.underline {
    width: 90px;
    background: #F58334;
    text-align: left;
    height: 3px;
    display: block;
    margin-bottom: 20px;
}

h2 .colorpiker {
    color: #F58334;
}

.product h4 {
    font-size: 16px;
    line-height: 30px;
    width: 470px;
    border-bottom: 1px solid #c9c9c9;
}

.product h4:last-child {
    border-bottom: 1px solid #ffffff00;
}

.product h4 span {
    font-size: 18px;
    font-weight: 600;
}

.productimg img {
    height: 400px;
    width: 500px;
}

/***
===================================
	Sidebar Page repair
===================================***/
.sidebar-page-repair {
    position: relative;
    padding: 120px 0px 80px;
}

.service-single {
    margin-left: 40px;
}

.sidebar-page-repair .sidebar-side .with-padding {
    padding-right: 30px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar-brochure .brochure {
    position: relative;
    padding: 12px 24px;
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    background: none;
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid #ececec;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar-brochure .brochure:before {
    position: absolute;
    content: '';
    left: -1px;
    top: 0px;
    width: 2px;
    height: 100%;
    opacity: 0;
    background-color: #fe9901;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar-brochure .brochure .icon {
    position: absolute;
    right: 3px;
    top: 0px;
    width: 55px;
    text-align: center;
    color: #333333;
    height: 100%;
    font-size: 18px;
    line-height: 54px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar-brochure .brochure:hover .icon,
.sidebar-brochure .brochure:hover {
    color: #fe9901;
}

.sidebar-brochure .brochure:hover:hover::before {
    opacity: 1;
}

.sidebar-brochure .brochure .icon {
    position: absolute;
    right: 3px;
    top: 0px;
    width: 55px;
    text-align: center;
    color: #333333;
    height: 100%;
    font-size: 18px;
    line-height: 54px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar-widget h2 {
    position: relative;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 14px;
}

.sidebar-widget h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 42px;
    height: 2px;
    background-color: #fe9901;
}

/*List Widget*/

.sidebar .sidebar-category .list {
    position: relative;
}

.sidebar .sidebar-category .list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 20px;
}

ul.list li {
    list-style: none;
}

.sidebar .sidebar-category .list li:last-child {
    border-bottom: 0px;
}

.sidebar .sidebar-category .list li a {
    position: relative;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 25px;
    display: block;
    border: 1px solid #ececec;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar .sidebar-category .list li a:before {
    position: absolute;
    content: '';
    left: -1px;
    top: 0px;
    width: 2px;
    height: 100%;
    opacity: 0;
    background-color: #fe9901;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar .sidebar-category .list li a:after {
    width: 54px;
    height: 54px;
    text-align: center;
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 700;
    right: 0px;
    top: 0px;
    opacity: 0;
    color: #fe9901;
    line-height: 55px;
    position: absolute;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar .sidebar-category .list li.current a:before,
.sidebar .sidebar-category .list li.current a:after {
    opacity: 1;
}

.sidebar .sidebar-category .list li:hover a:before,
.sidebar .sidebar-category .list li:hover a:after {
    opacity: 1;
}

.sidebar .sidebar-category .list li a:hover,
.sidebar .sidebar-category .list li.current a {
    color: #fe9901;
}

.business-widget {
    position: relative;
}

.business-widget .inner-box {
    position: relative;
    padding: 42px 25px 40px;
    background-size: cover;
}

.business-widget .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(254, 153, 1, 0.90);
}

.business-widget .inner-box h3:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 45px;
    height: 2px;
    margin-left: -22px;
    background-color: #ffffff;
}

.business-widget .inner-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7em;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

.business-widget .inner-box .text {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.business-widget .inner-box .more-info {
    position: relative;
    font-style: italic;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
}

/***
=======================================
    quality-area
========================================***/
.quality-area .quality-img img {
    height: 430px;
    width: 500px;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .quality-area .quality-img img {
        height: 430px;
        width: 370px;
        border-radius: 10px;
    }
}

.quality-area .quality-img .quality-img-2 {
    clip-path: polygon(40% 0, 57% 0, 78% 49%, 100% 100%, 75% 100%, 48% 42%, 26% 100%, 0 100%, 13% 67%, 26% 34%);
    height: 250px;
    width: 250px;
    margin-left: 411px;
    margin-top: -303px;
    animation: up-down 5s linear infinite;
}

@media (max-width: 600px) {
    .quality-area .quality-img .quality-img-2 {
        clip-path: polygon(40% 0, 57% 0, 78% 49%, 100% 100%, 75% 100%, 48% 42%, 26% 100%, 0 100%, 13% 67%, 26% 34%);
        height: 200px;
        width: 200px;
        margin-left: 283px;
        margin-top: -200px;
        animation: up-down 5s linear infinite;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0px);
    }

}

/***
=======================================
    Team Details
========================================***/
.team-details {
    padding: 100px 0 80px;
    position: relative;
    display: block;
}

.team-details__top {
    padding: 0 0 120px;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

.team-details-shape-1 img {
    width: auto;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px;
}

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: 0.35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px;
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}

.team-details__top-name {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}

.team-details__top-title {
    font-size: 16px;
    color: #F58334;
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #F58334;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__social a:hover {
    background-color: #000;
    color: #fff;
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__top-text-1 {
    font-size: 30px;
    color: #F58334;
    font-weight: 400;
    margin-bottom: 30px;
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px;
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 40px;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.team-details__bottom-left-title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.team-details__bottom-left-text {
    padding-top: 30px;
    width: 90%;
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}

.team-details-contact h5 {
    color: #000;
    font-weight: 500;
    line-height: 32px;
}

.team-contact span {
    display: inline-block;
    font-family: sans-serif;
}


.prossess-ber-plugin span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.barfiller {
    width: 100%;
    height: 5px;
    position: relative;
    margin-top: 22px;
    margin-bottom: 22px;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 10px rgba(60, 115, 206, 0.2));
    background-color: #5D5D5D;
    color: #F58334;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

span.fill {
    background: #F58334 !important;
}

.prossess-ber-plugin span {
    font-size: 18px;
    font-weight: 500;
}

.barfiller .tip {
    font-size: 16px;
    font-family: sans-serif;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -25px;
    font-weight: 700;
    color: #232323;
}


/*==============
preloader 
===============*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
}

.preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
<!-- ============================================================== -->
<!--client-area -->
<!-- ============================================================== -->*/
.client-area {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.client-area .conetnt-client-area h1 {
    font-size: 36px;
    color: #232323;
    font-weight: 700;
}

.client-area .client {
    border: 3px solid rgb(214, 214, 214);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.client-area .client:hover {
    transform: translateY(-10px);
    overflow: hidden;
}

/*
<!-- ============================================================== -->
<!--Scrollup why-choose-area -->
<!-- ============================================================== -->*/
.why-choose-area {
    background: #2a3a3a;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px;
    border-top: 5px solid #F58334;
    border-bottom: 5px solid #F58334;

}

.why-choose-area h4 {
    font-size: 36px;
    color: #000;
    font-weight: 400;
}

.whychoosimg {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}

.chooseus {
    padding: 20px;
    background-color: #ffffff;
}

.chooseus h4 {
    font-size: 20px;
}

.chooseus:hover {}

/*
<!-- ============================================================== -->
<!--Scrollup company-area -->
<!-- ============================================================== -->*/

.companymotto .ourmotto {
    border: 2px solid #F58334;
    padding: 37px;
    margin-top: 20px;
    text-align: center;
    transition: 1s;
}

.companymotto .ourmotto:hover {
    transform: translateY(-20px);
}

.companymotto .ourmotto .imgmotto img {
    margin-bottom: 20px;
}

.companymotto .ourmotto .contentmotto h4 {
    font-size: 22px;
    font-weight: 700;
}

.companymotto .ourmotto .contentmotto p {
    font-size: 16px;
    font-weight: 500;
}

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #F58334;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #F58334;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #F58334;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/* product */
.nav-pills .nav-item .btn {
    color: #F58334;
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item small a:hover {
    color: #F58334 !important;
}

.product-item small a i {
    color: #F58334;
}

/* product page css */