/**
* Template Name: Sailor - v2.0.0
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    color: #444444;
    overflow-x: hidden;
}

a {
    color: #d9232d;
}

a:hover {
    color: #0e6b38;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #126c3a;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #e1444d;
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: white;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

#header.header-inner-pages {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

#header .logo a {
    color: #943f98;
    padding-left: 1em;
}

#header .logo img {
    max-height: 55px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 12px 0 12px 28px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #556270;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #0f6b39;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #556270;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #d9232d;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Get Startet Button */
.get-started-btn {
    margin-left: 25px;
    background: #126c3a;
    color: #fff;
    border-radius: 4px;
    padding: 8px 30px 9px 30px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.get-started-btn:hover {
    background: #e1444d;
    color: #fff;
}

@media (max-width: 768px) {
    .get-started-btn {
        margin: 0 48px 0 0;
        padding: 6px 18px;
        display: none;
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #556270;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #556270;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #d9232d;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(63, 73, 83, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero .carousel-item::before {
    content: '';
    background-color: rgba(30, 35, 40, 0.6);
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}

#hero .container {
    text-align: center;
}

#hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
    top: 112px;
}

@media (max-width: 992px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
        top: 66px;
    }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #126c3a;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #0e6b38;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: white;
    border: 1px solid #0e6b38;
}

#hero .btn-get-started:hover {
    background: #126c3a;
    color: white;
}

@media (max-width: 992px) {
    #hero {
        height: 100vh;
    }
    #hero .carousel-container {
        top: 8px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 40px !important;
    }
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg, .services .icon-box {
    background-color: #f8f9fa;
}


.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4a8e68;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #68a081;
    margin: 0px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    color: #556270;
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 18px 0;
    background: #f8f9fa;
    min-height: 40px;
    margin-top: 86px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 58px;
    }
}

.breadcrumbs h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6b7b8d;
    content: "/";
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 58px;
    }
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs h2 {
        margin-bottom: 10px;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
    font-weight: 700;
    text-transform: uppercase;
}

.about .content h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding: 10px 0 0 28px;
    position: relative;
}

.about .content ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #d9232d;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/


.services img {
    max-width: 75%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 10px;
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
    text-align: center;
    margin: auto;
    align-items: center;
    float: none;
    min-height: auto;
    max-height: 250px;
    height: 200px;
    width: auto;
    display: block;
}

.services img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.15);
}

@media (max-width: 768px) {
    .services img {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    cursor: pointer;
}
.icon-box:hover{
    background:white;
}

.services .icon-box i {
    float: left;
    color: #d9232d;
    font-size: 40px;
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .icon-box h4 a {
    color: #556270;
    transition: 0.3s;
}

.services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.services .icon-box:hover .img-fluid{
    display: none;
}

.services .icon-box:hover .img-green {
    display: block;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #d9232d;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(85, 98, 112, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(85, 98, 112, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: white;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: white;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
    padding: 30px;
    border-radius: 4px;
    background: white;
}

.team .member .pic {
    overflow: hidden;
    width: 140px;
    border-radius: 4px;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #556270;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #dee2e6;
    bottom: 0;
    left: 0;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    background: #8795a4;
}

.team .member .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #d9232d;
}

.team .member .social a + a {
    margin-left: 8px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
    height: 50px;
    display: block;
    background: none;
}

.skills .progress .skill {
    padding: 10px 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: #556270;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: white;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: .9s;
    background-color: #6b7b8d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    overflow: hidden;
}

.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: #556270;
    border-radius: 0;
    border-right: 2px solid white;
    font-weight: 600;
    font-size: 15px;
}

.features .nav-link:hover {
    color: #d9232d;
}

.features .nav-link.active {
    color: #d9232d;
    border-color: #d9232d;
}

.features .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #556270;
}

.features .details p {
    color: #777777;
}

.features .details p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .features .nav-link {
        border: 0;
        padding: 15px;
    }
    .features .nav-link.active {
        color: #fff;
        background: #d9232d;
    }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #d9232d;
    font-weight: 600;
    margin-bottom: 20px;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing ul li {
    padding-bottom: 16px;
}

.pricing ul i {
    color: #d9232d;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #d9232d;
    display: inline-block;
    padding: 8px 35px 9px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    transition: 0.3s;
}

.pricing .btn-buy:hover {
    background: #e1444d;
}

.pricing .featured h3 {
    color: #fff;
    background: #d9232d;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #d9232d;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid white;
}

.faq .faq-item i {
    color: #dee2e6;
    font-size: 20px;
    float: left;
    line-height: 0;
    padding: 13px 0 0 0;
    margin: 0;
}

.faq .faq-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 28px;
}

.faq .faq-item p {
    font-size: 15px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #f8d1d3;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px 0 0 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #126c3a;
    float: left;
    width: 44px;
    height: 44px;
    background: #edeff1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #488e67;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #8795a4;
}

.contact .info .email, .contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #556270;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgb(237, 239, 241);
    color: #0e6b38;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #126c3a;
    color: #fff;
    text-decoration: none;
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #d9232d;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #126c3a;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #e24d55;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #d9232d !important;
}

.portfolio-details .portfolio-info {
    padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-info p {
    font-size: 15px;
    padding: 15px 0 0 0;
}

@media (max-width: 992px) {
    .portfolio-details .portfolio-info {
        padding-top: 20px;
    }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 40px 0;
}

.blog .entry {
    padding: 0;
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}



div + div {
}

.blog .entry .entry-img {
    max-height: 400px;

    margin: -20px -20px 20px -20px;
    overflow: hidden;
    -webkit-box-shadow:inset 0px 0px 0px 10px #f00;
    -moz-box-shadow:inset 0px 0px 0px 10px #f00;
    box-shadow:inset 0px 0px 0px 10px #f00;
}
.entry-img + .entry-img {
    border: 10px solid ;

}


.blog .entry .entry-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    padding: 20px;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #556270;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #d9232d;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #c1c8d0;
    padding: 0px 20px;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li + li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 14px;
    padding-right: 4px;
}

.blog .entry .entry-meta a {
    color: #a4afba;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
    font-size: 15px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #d9232d;
    color: #fff;
    padding: 6px 20px 7px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #e1444d;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #556270;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #8795a4;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #a4afba;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #d9232d;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .entry-single .entry-title {
    font-size: 32px;
    line-height: 38px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
}

.blog .blog-author h4 {
    margin-left: 140px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
}

.blog .blog-author .social-links {
    margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
    color: #c1c8d0;
}

.blog .blog-author p {
    margin-left: 140px;
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    width: 50px;
}

.blog .blog-comments .comment h5 {
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #d9232d;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #556270;
}

.blog .blog-comments .comment time {
    margin-left: 65px;
    display: block;
    font-size: 14px;
    color: #c1c8d0;
    margin-bottom: 5px;
}

.blog .blog-comments .comment p {
    margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 0;
    padding: 20px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #e9797f;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 0;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #e9797f;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4;
    padding: 10px 20px;
    border: 0;
    background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #d9232d;
}

.blog .blog-pagination {
    color: #8795a4;
}

.blog .blog-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.blog .blog-pagination li {
    border: 1px solid #edeff1;
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li.active {
    background: white;
}

.blog .blog-pagination li a {
    color: #aaaaaa;
    padding: 7px 16px;
    display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
    background: #d9232d;
    border: 1px solid #d9232d;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .blog-pagination li.disabled {
    background: #fff;
    border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
    color: #f1f1f1;
    padding: 10px 16px;
    display: inline-block;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #556270;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #556270;
    padding: 3px 10px;
    position: relative;
    border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #556270;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
    background: #6b7b8d;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #6b7b8d;
}

.blog .sidebar .categories ul a:hover {
    color: #d9232d;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #c1c8d0;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #292f36;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #d9232d;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #c1c8d0;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #96a2af;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #dee2e6;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #d9232d;
    background: #d9232d;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #fbfbfc;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    background: url(https://i1.wp.com/babystreet.althemist.com/wp-content/uploads/2019/02/scene.jpg?fit=1920%2C1080&#038;ssl=1);
    background-position: bottom;
    background-size: contain;
    min-height: 120px;
}

#footer .footer-top {
    background: #515d6a;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}


#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: white;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #d9232d;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #df3740;
}
#footer_bottom{
    background: transparent;
}
#footer_bottom .copyright {
    text-align: center;
    color: #2c2d2d;
    padding-top: 15px;
    font-size: 17px;
}

#footer_bottom .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 15px;
    color: #333;
}

#footer_bottom .credits a {
    transition: 0.3s;
    font-weight: 600;
    color: #126c3a;
}

#footer_bottom .credits a:hover {
    color: white;
}


.about .image {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.about .image img{
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    border: 0px solid #0c6a36;
    box-shadow: 0px 0px 1px 1px #02580236;
    margin-bottom: 16px;
    margin-right: 14px;
    transform: perspective(1500px) rotate(4deg) skewY(0deg);
}
.about .image-column .image:before {
    position: absolute;
    content: '';
    left: -10px;
    top: 0px;
    right: 0px;
    bottom: 2px;
    border-radius: 18px;
    background-color: white;
    transform: perspective(1500px) rotate(0deg) skewY(-1deg);
    box-shadow: 0px 0px 4px 1px #bfbfbf;
}
.texttitle{
    font-weight: bold;
    color:#3e753c;
}
.feature-container {
    box-shadow: 10px 10px 50px -30px #126c3a;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    color: white;
    padding-top: 22px;
    margin-right: 20px;
}
.feature-container img {
    width: 50px;
    margin-bottom: 10px;
}
.icon-box::before{
    background-image: url(../../assets/image/services_bg.png);
    content: "";
    position: absolute;
    min-width: 150px;
    height: 150px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.icon-box h2.text-center {
    font-size: 22px;
    color: #556270;
    margin-top: 12px;
    transition: all 1s;

}
.icon-box .img-green{
    display: none;     
}
.icon-box .img-fluid{
    transition: all 1s;
}
.icon-box:hover h2 {
    color:#498e67;
}
.icon-box img {
    width: 80px;
    height: auto;
}

.orange{background: #89bf66;}.blue{background: #83be5c;red:#675FFF;}.green{background: #126c3a;}


/*! CSS Used from: https://preview.colorlib.com/theme/buson/assets/css/bootstrap.min.css */
*,::after,::before{box-sizing:border-box;}
h3{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{margin-top:0;margin-bottom:1rem;}
button{border-radius:0;}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
button,input,select{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button,input{overflow:visible;}
button,select{text-transform:none;}
[type=submit],button{-webkit-appearance:button;}
[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}
h3{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
h3{font-size:1.75rem;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@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:1200px;}
}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-xl-4,.col-xl-7{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}
@media (min-width:768px){
    .col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
    .col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
    .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
    .col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
    .col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
}
@media (min-width:992px){
    .col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
    .col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
    .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
    .col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
    .col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
}
@media (min-width:1200px){
    .col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
    .col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
}
.d-flex{display:-ms-flexbox!important;display:flex!important;}
.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important;}
@media print{
    *,::after,::before{text-shadow:none!important;box-shadow:none!important;}
    h3,p{orphans:3;widows:3;}
    h3{page-break-after:avoid;}
    .container{min-width:992px!important;}
}
/*! CSS Used from: https://preview.colorlib.com/theme/buson/assets/css/magnific-popup.css */
button::-moz-focus-inner{padding:0;border:0;}
/*! CSS Used from: https://preview.colorlib.com/theme/buson/assets/css/nice-select.css */
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto;}
.nice-select:hover{border-color:#dbdbdb;}
.nice-select:active,.nice-select:focus{border-color:#999;}
.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;width:5px;}
.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68, 68, 68, 0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;z-index:9;}
.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s;}
.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6;}
.nice-select .option.selected{font-weight:bold;}
/*! CSS Used from: https://preview.colorlib.com/theme/buson/assets/css/style.css */
button{color:#fff;outline:medium none;}
button:focus,input:focus{outline:0;}
input:focus::-moz-placeholder{opacity:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;}
ul{margin:0px;padding:0px;}
li{list-style:none;}
.send-btn{background: white;color: #146e3c;font-size: 19px;font-weight: bold;width:100%;height:55px;border:none;border-radius:5px;cursor:pointer;transition:color 0.4s linear;position:relative;overflow:hidden;z-index:1;}
.send-btn::before{border:2px solid transparent;content:"";position:absolute;left:0;top:0;width:110%;height:100%;background: #e2e2e2;color: white;z-index:-1;transition:transform 0.5s;transition-timing-function:ease;transform-origin:0 0;transition-timing-function:cubic-bezier(0.5, 1.6, 0.4, 0.7);transform:scaleX(0);}
.send-btn:hover::before{transform:scaleY(1);order:2px solid transparent;color: white;}
.mb-30{margin-bottom:30px;}
.section-padding30{padding-top:200px;padding-bottom:170px;}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .section-padding30{padding-top:200px;padding-bottom:170px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .section-padding30{padding-top:150px;padding-bottom:120px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .section-padding30{padding-top:100px;padding-bottom:70px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .section-padding30{padding-top:60px;padding-bottom:28px;}
}
@media (max-width: 767px){
    .section-padding30{padding-top:60px;padding-bottom:28px;}
}
.request-back-area{padding:100px 0px;background: #f8f9fa;}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .request-back-area{padding:80px 0px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .request-back-area{padding:80px 0px;}
}
@media (max-width: 767px){
    .request-back-area{padding:80px 0px;}
}
.request-back-area .request-content h3{color: #146e3c;font-size:40px;font-weight:700;line-height:1.2;text-align: center;margin-bottom:30px;}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .request-back-area .request-content h3{font-size:36px;}
}
.request-back-area .request-content p{
    font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .request-back-area .request-content p{margin-bottom:50px;}
}
@media (max-width: 767px){
    .request-back-area .request-content p{margin-bottom:50px;}
}
.form-wrapper .form-box input{width:100%;height:55px;background:transparent;border: 2px solid #f1f1f1;border-radius:5px;padding:11px 19px;color: white;}
.form-wrapper .form-box input::placeholder{color:#fff;}
.form-wrapper .nice-select{width:100%;height:55px;background:transparent;border:2px solid #295684;border-radius:5px;padding:11px 19px;color:#8ca2b8;line-height:1.9;}
.form-wrapper .nice-select::after{border-bottom:2px solid #295684;border-right:2px solid #295684;height:9px;width:9px;margin-top:-4px;right:21px;}
.form-wrapper .nice-select .list{width:100%;}
.mb-30{margin-bottom:30px;}
.image_div .caption {
    background: rgba(255,255,255,0.8);
    padding: 57px 115px 50px 60px;
    margin-left: -152px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
    border-radius: 0px 6px;
}
.right.image_div .caption {
    padding: 57px 115px 50px 60px;
    margin-right: -152px;
}
.caption p {
    color:#506172;
}

.numbers p {
    color: white;
}

@media (max-width: 992px) {
    #header {
        padding: 12px 0;
    }
    .image_div .caption{
        margin-left: auto !important;padding: 57px 60px 50px 60px !important;
    }
    .feature-container{
        flex: 100%;
        margin-bottom: 15px;
        margin-left: 20px;
    }
}
.service_part{
    background-image: url(../../assets/image/cooking.jpg);
    position: relative;
}

.service_part::before{

position: absolute;

width: 100%;

height: 100%;

left: 0;

right: 0;

top: 0;

bottom: 0;

content: "";

opacity: 0.95;

background-image:-webkit-linear-gradient(80deg, #3d875d, #a0cf82, #53936f, #0c6a37);

background-image:-o-linear-gradient(80deg, #3d875d, #a0cf82, #53936f, #0c6a37);

background-image: linear-gradient(90deg, #3d875d, #66904c, #53936f, #0c6a37);
}


/* new serice section*/


/*! CSS Used from: https://preview.colorlib.com/theme/bizcon/css/bootstrap.min.css */

/*! CSS Used from: https://preview.colorlib.com/theme/bizcon/css/themify-icons.css */
[class^="ti-"]{font-family:'themify';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.ti-arrow-right:before{content:"\e628";}
/*! CSS Used from: https://preview.colorlib.com/theme/bizcon/css/flaticon.css */
[class^="flaticon-"]:before,[class^="flaticon-"]:after{font-family:Flaticon;font-size:30px;font-style:normal;color:#fff;}
.flaticon-growth:before{content:"\f100";}
.flaticon-wallet:before{content:"\f101";}
/*! CSS Used from: https://preview.colorlib.com/theme/bizcon/css/style.css */
.btn_2{background-image:-webkit-linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);background-image:-o-linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);background-image:linear-gradient(131deg, #feb47b, #ff7e5f, #ff7e5f, #ff7e5f);}
.gray_bg{background-color:#f7f7f7;}
.section_padding{padding: 90px 0px;}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .section_padding{padding:80px 0px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .section_padding{padding:70px 0px;}
}
@media (max-width: 576px){
    .section_padding{padding:70px 0px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .section_padding{padding:70px 0px;}
}
.btn_2{display:inline-block;padding:13px 47px;box-shadow:0px 12px 20px 0px rgba(255, 126, 95, 0.15);font-size:14px;color:#fff;text-transform:capitalize;-webkit-transition:0.5s;transition:0.5s;border-radius:50px;margin-top:45px;background-size:300% 100%;}
.btn_2:hover{color:#fff!important;background-size:100% 100%;}
@media (max-width: 576px){
    .btn_2{padding:14px 30px;margin-top:25px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .btn_2{padding:14px 30px;margin-top:30px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .btn_2{padding:14px 30px;margin-top:30px;}
}
.btn_3{text-align: right;position:relative;font-weight:500;color: #17703f;display: block;z-index:9;-webkit-transition:.6s;transition:.6s;line-height:46px;padding-left:30px;margin-top:35px;right: 0;}
.btn_3:after{height:48px;width:61px;background-color:#e3f1da;position:absolute;content:"";top:0px;right: 50px;border-radius:5px;z-index:-1;-webkit-transition:.6s;transition:.6s;}
.btn_3 i{font-size:12px;margin-left:11px;}
.service_part .single_service_text h2{line-height: 1;margin-bottom:20px;margin-top: 10px;font-size: 36px;color: white;}
@media (max-width: 576px){
    .service_part .single_service_text h2{margin-top:0px;font-size:30px;margin-bottom:15px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .service_part .single_service_text h2{margin-top:0px;font-size:30px;margin-bottom:15px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .service_part .single_service_text h2{font-size:30px;}
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .service_part .single_service_text h2{margin-top:0px;font-size:35px;}
}
.service_part .single_service_text p{color: white;line-height:1.8;font-size: 18px;}
.service_part .single_service_text .btn_2{margin-top:45px;}
@media (max-width: 576px){
    .service_part .single_service_text .btn_2{margin-top:25px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .service_part .single_service_text .btn_2{margin-top:25px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .service_part .single_service_text .btn_2{margin-top:25px;}
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .service_part .single_service_text .btn_2{margin-top:25px;}
}
.service_part .single_service_part{padding: 24px 32px;background-color:#fff;border-radius: 0px 17px;box-shadow: 0px 0px 25px rgba(0,0,0,0.10);border-bottom: 4px solid #126c3a;}
@media (max-width: 576px){
    .service_part .single_service_part{padding:30px 25px;margin-top:25px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .service_part .single_service_part{padding:30px 25px;margin-top:25px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .service_part .single_service_part{padding:30px 25px;margin-top:25px;}
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .service_part .single_service_part{margin-top:25px;}
}
.service_part .single_service_part span{margin-left:30px;margin-bottom: 40px;display:inline-block;position:relative;z-index:1;margin-top: 20px;}
@media (max-width: 576px){
    .service_part .single_service_part span{margin-bottom:35px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .service_part .single_service_part span{margin-bottom:35px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .service_part .single_service_part span{margin-bottom:35px;}
}
.service_part .single_service_part span:after{position:absolute;content:"";bottom:-15px;left:-30px;border-radius:50%;background-color:#f6ece5;width:50px;height:50px;z-index:-1;background-color:#e3f1da;}
.service_part .single_service_part span i{display:inline-block;width:60px;height:60px;line-height:60px;font-size: 30px;color: white;text-align:center;border-radius:5px;background-image:-moz-linear-gradient(131deg, #00b09b 0%, #96c93d 100%);background-image:-webkit-linear-gradient(131deg, #00b09b 0%, #96c93d 100%);background-image:-ms-linear-gradient(131deg, #00b09b 0%, #96c93d 100%);box-shadow:0px 12px 20px 0px rgba(53, 185, 122, 0.2);}
.service_part .single_service_part .style_icon:after{background-color:#f6ece5;}
.service_part .single_service_part .style_icon i{background-image:-moz-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);background-image:-webkit-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);background-image:-ms-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);box-shadow:0px 12px 20px 0px rgba(255, 126, 95, 0.2);font-size: 30px;}
.service_part .single_service_part h4{font-weight:600;color: #46505a;font-size:20px;margin-bottom:23px;}
@media (max-width: 576px){
    .service_part .single_service_part h4{margin-bottom:15px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .service_part .single_service_part h4{margin-bottom:15px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .service_part .single_service_part h4{margin-bottom:15px;}
}
.service_part .single_service_part p{color:#7f7f7f;line-height:1.8;font-size:15px;}
.service_part .service_btn:after{background-color:#f6ece5;}
@media (max-width: 576px){
    .service_part .btn_3{margin-top:20px;}
}

.request-content img {
    width: 80px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

.request-back-area {
}

/*! CSS Used from: https://theme-land.com/appo/demo/assets/css/style.css */
/*! @import https://theme-land.com/appo/demo/assets/css/bootstrap.min.css */

/*! end @import */
*{margin:0;padding:0;}
h3{font-weight:500;color:#444;margin-bottom:0;}
h3{font-size:20px;line-height:1.2;}
p{font-size: 16px;font-weight:400;line-height:24px;color:#777;margin-bottom:0;}
ul{margin:0;padding:0;}
ul li{list-style:none;}
img{height:auto;max-width:100%;}
h3{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.featured-items ul li{-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.featured-items ul{-webkit-perspective:1000px;perspective:1000px;}
.featured-items ul li{position: relative;cursor:pointer;border-radius:10px;border-bottom:4px solid rgba(0, 0, 0, 0.1);-webkit-transform:rotateY(-26deg) rotateX(13deg);transform: rotateY(-26deg) rotateX(14deg);mix-blend-mode: ;margin-bottom: 15px;}
.featured-items ul li:nth-child(1){background-color: rgb(131 190 92);z-index:2;color: white;}
.featured-items ul li:nth-child(2){background-color: rgb(76 133 82);z-index:2;}
.featured-items ul li:nth-child(3){background-color:rgba(255, 69, 196, 0.2);top:0;z-index:2;}
.featured-items ul li:nth-child(4){background-color:rgba(255, 157, 69, 0.2);top:105px;}
.featured-items ul li:hover{-webkit-transform:rotateY(-22deg) rotateX(7deg) scale(1.03);transform:rotateY(-22deg) rotateX(7deg) scale(1.03);z-index:3;mix-blend-mode:normal;-webkit-box-shadow:0 10px 25px rgba(0, 0, 0, 0.1);box-shadow:0 10px 25px rgba(0, 0, 0, 0.1);}
.features-title img{width:60px;}
.features-text > p{line-height:1.8;}
/*! CSS Used from: https://theme-land.com/appo/demo/assets/css/responsive.css */
@media (max-width: 575px){
h3{font-size:18px;line-height:1.4;}
p{line-height:26px;}
}
@media (max-width: 767px){
.featured-items{margin-top:4rem;}
.featured-items ul{-webkit-perspective:inherit;perspective:inherit;}
.featured-items ul li{position:inherit;mix-blend-mode:inherit;-webkit-transform:inherit;transform:inherit;}
.features-text > h3{margin-bottom:.5rem;}
#header .social-links a {display: none;}
}
@media (max-width: 575px){
.featured-items{margin-top:3rem;}
.featured-items ul li:hover{-webkit-transform:inherit;transform:inherit;}
.features-text > p{line-height:26px;}
}

.features-text.media-body h3 , .features-text.media-body p {
    color: white;
    font-size: 24px;
}

.caption h1 {
    color: #0c6a37;
}

.features-text.media-body {
    margin: auto;
}
.form-wrapper{
    display: none;
}