



/*  import all css file*/

@import "template section/backtotop.css";
@import "template section/preloader.css";
@import "template section/sideCollapse.css";
@import "template section/header.css";
@import "template section/owlslider.css";
@import "template section/about.css";
@import "template section/service.css";
@import "template section/portfolio.css";
@import "template section/parallax.css";
@import "template section/product.css";
@import "template section/testimonial.css";
@import "template section/blog.css";
@import "template section/brand.css";
@import "template section/footer.css";
@import"template section/bredcrumb.css";


/*  import pages css file*/

@import "pages/about-style.css";
@import "pages/contact-us-style.css";
@import "pages/faq-style.css";
@import "pages/our-team-style.css";
@import "pages/awards-style.css";

/*  import portfolio css file*/

@import "portfolio/standard-style.css";
@import "portfolio/slider-style.css";
@import "portfolio/gallery-style.css";

/*  import blog css file*/

@import "blog/side-style.css";
@import "blog/no-side-style.css";
@import "blog/single-style.css";

/****** commen-style-reboot ******/



body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
    background-color: #ffffff;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 0;
}


h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #22784a;
}

h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #22784a;
}

h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #22784a;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}



p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 25px;
    color: #000;
    text-transform: none;
    font-weight: 400;
}


a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #000;
}


a:hover {
    color: #22784a;
}


/****** btn-style-reboot ******/


.gc-btns {
    background-color: #22784a;
    border-radius: 0;
    padding: 13px 45px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    position: relative;
    z-index: 99;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gc-btns:hover {
    background-color: #f9faf1;
    color: #22784a;
}

.gc-btns::after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    transform: scale(0.1);
}

.gc-btns:hover::after {
    background: #222;
    transform: scale(1);
}


/* Responsive Media*/

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 1200px;
}


@media (min-width: 320px) {
    .container {
        max-width: 320px;
    }
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}


@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}