/*  ================================
        Global Area
    ================================ */

body {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #222222;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

a:focus {
    color: #fff;
}

ul,
li,
a {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

button:focus,
input:focus {
    outline: none;
}

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

.section-padding {
    padding: 80px 0;
}

p {
    margin: 0 0 15px;
}

.mt {
    margin-top: 20px;
}

/***** ----- preloader part start ----- *****/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    margin-top: -20px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1e90ff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    animation-delay: -1.0s;
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
    }
}

/***** ----- preloader part end ----- *****/

/***** button part star *****/

.garden-btn {
    width: 160px;
    height: 50px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    background-color: #1e90ff;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.garden-btn:hover {
    color: #1a1a1a;
}

.move-eff span, .move-eff em {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
	font-style:normal;
}

.move-eff::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.move-eff:hover::before {
    opacity: 1;
    -webkit-transform: translate(0px, -190px);
    transform: translate(0px, -190px);
}

.move-eff:hover::after {
    opacity: 1;
    -webkit-transform: translate(0px, -150px);
    transform: translate(0px, -150px);
}

/***** button part end *****/

/***** section title part star *****/
.footer-top{ padding-top: 80px;}
.form-select{display: block;width: 100%;height:50px;padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}

.section-title {
    padding-bottom: 60px;
}

.section-title h2 {
    font-size: 45px;
    color: #1a1a1a;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.section-title h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    border: 2px solid #1e90ff;
    width: 50%;
}

.section-title h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    border: 2px solid #1e90ff;
    width: 50%;
}

.section-title h2 span, .section-title h2 em {
    color: #1e90ff;
	font-style: normal;
}

.section-title p {
    padding-top: 40px;
    color: #323232;
    margin: 0;    font-weight:700;
    font-size:15px;
}

.light-title h2,
.light-title p {
    color: #fff;
}

/***** section title part end *****/

/***** page title  *****/

.page-title-area {
    background: url('../img/page-title-bg.jpg') no-repeat scroll center top / cover;
    padding:115px 0;
    position: relative;
}

.page-title-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .5);
}

.page-title {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}

.page-title .title h2 {
    color: #fff;
    margin-bottom: 10px;
}

.page-title i.fa {
    margin: 0 3px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb > li {
    font-size: 16px;
    text-transform: capitalize;
}

ul.breadcrumb li a {
    color: #fff;
    font-size: 16px;
}

.breadcrumb > .active {
    color: #1e90ff;
}

/***** Scroll top  *****/

#scrollUp {
    bottom: 56px;
    right: 50px;
    z-index: 999 !important;
}

#scrollUp i.fa {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #1e90ff;
}

/*  ================================
        Header Area 
    ================================ */
.top-header-area {background-color: #252525;color: #fff;padding: 20px 0;}
.slogan p {margin:0;text-transform:capitalize;font-size:22px;line-height:1;font-weight:600;}
.top-header-info i.fa {color: #1e90ff;margin-right: 5px;}
.top-header-info a {color: #fff;font-size: 13px;padding-right: 8px;}
.top-header-info a:last-child {padding: 0;}
.garden-logo {padding: 13px 0;}
.garden-logo img {width: 200px;position: relative;z-index: 9;}
/***** menu part *****/
.menu-area {
    background-color: #252525;
    position: relative;
    z-index: 999 !important;
}
.menu-area::after {
    background: #1e90ff;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: '';
}

.main-menu {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #1e90ff;
}

.main-menu::before {
    background: #252525;
    position: absolute;
    top: 0;
    left: -36px;
    width: 7%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(30deg);
}

.main-menu ul {
    display: inline-flex;
    list-style: outside none none;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}



.main-menu ul li a {
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 29px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.main-menu ul li.current-menu-item a {
    color: #1a1a1a !important;
}

.main-menu ul li a i.fa {
    margin: 0;
    padding: 0 0 0 5px;
}

.main-menu ul li a:hover {
    color: #1a1a1a;
}

.main-menu ul li ul.drop-menu {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 150%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 999;
    border-bottom: 3px solid #1e90ff;
}

.main-menu ul li ul.drop-menu li {
    display: block;
    width: 250px;
}

.main-menu ul li ul.drop-menu li a {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff !important;
    padding: 10px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.main-menu ul li ul li a:hover,
.main-menu ul li ul.drop-menu li a.menu-active {
    background-color: #1e90ff;
}

.main-menu ul li:hover .drop-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.responsive-menu-wrap {
    display: none;
}

/***** search part *****/

.search-box {
    position: absolute;
    right: 0;
    top: 28%;
}

.search-box::after {
    color: #fff;
    content: "";
    font-family: fontawesome;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
    margin-right: 15px;
    font-size: 16px;
}

.search-box form {
    position: relative;
    z-index: 9;
}

.search-box input[type="search"] {
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    height: 35px;
    padding-left: 15px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 45px;
    margin-right: 15px;
    box-shadow: none;
    outline: none;

}

.search-box input[type="search"]:focus {
    border: 1px solid #ddd;
    text-indent: 0;
    width: 200px;
    background: #fff;
    cursor: text
}

/*  ================================
        Slider Area
    ================================ */

.slider-area {
    background-color: #272727;
}

.slider-wraper.owl-carousel {
    z-index: inherit !important;
}

.slider-bg-1 {
    background: url('../img/slider/01.jpg') no-repeat scroll center center / cover;
}

.slider-bg-2 {
    background: url('../img/slider/02.jpg') no-repeat scroll center center / cover;
}

.slider-bg-3 {
    background: url('../img/slider/03.jpg') no-repeat scroll center center / cover;
}

.slider-bg-4 {
    background: url('../img/slider/04.jpg') no-repeat scroll center center / cover;
}

.slider-table {
    display: table;
    height: 100vh;
    width: 100%;
}

.slider-table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.slider-table-cell::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .5);
}
.slider-info{ padding-top:80px;}
.slider-info h2 {
    font-size:45px;
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
    animation-duration: 2s !important;
}

.slider-info .garden-btn {
    margin-right: 10px;
}

.slider-wraper .owl-nav div,
.gallery .owl-nav div {
    background-color:rgba(30, 144, 255, 0.62);
    color: #fff;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    transition: all 0.5s ease 0s;
    border-radius: 50%;
}

.slider-wraper div.owl-prev {
    left: auto;
    left: 5%;
}

.slider-wraper div.owl-next {
    left: auto;
    right: 5%;
}

/*  ================================
        Analyze Wraper Area
    ================================ */

.analyze-wraper-area {
    margin-top: -120px;
    padding-bottom: 80px;
}

.analyze-img {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

.analyze-img a {
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.analyze-img a::before,
.single-gallery a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    background-color:rgba(30, 144, 255, 0.62);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease 0s;
    border: 5px solid #fff;
}

.single-analyze:hover .analyze-img a::before {
    opacity: 1;
}

.analyze-img a::after,
.single-gallery a::after {
    background-color: #1a1a1a;
    border-radius: 50%;
    bottom: 0;
    color: #1e90ff;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(3);
    transition: all 0.5s ease 0s;
    width: 60px;
    opacity: 0;
    z-index: 2;
}

.single-analyze:hover .analyze-img a::after,
.single-gallery:hover.single-gallery a::after {
    transform: scale(1);
    opacity: 1;
}

.analyze-img a img {
    width: 300px;
    max-width: 100%;
    height: auto;
    border: 5px solid #fff;
    border-radius: 50%;
    position: relative;
    transform: scale(1);
    transition: all 1s ease 0s;
}

.single-analyze:hover .analyze-img img {
    transform: scale(1.5);
}

.single-analyze h2 {
    font-size: 24px;
    color: #1e90ff;
    margin: 20px 0;
    text-transform: capitalize;
}

.single-analyze p {
    text-align: left;
    margin-bottom: 0;
}

/*  ================================
        About Area
    ================================ */

.about-area {
    background-color: #F6F6F6;
}

.about-info {
    overflow: hidden;
    padding: 20px 0 0;
}

.single-about-info {
    margin-bottom: 30px;
    overflow: hidden;
}

.single-about-info i.fa {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #1e90ff;
}

.single-about-info h3 {
    margin: 10px 0;
    font-size: 22px;
    color: #1e90ff;
}

.single-about-info p {
    margin-top: 10px;
}

/*  ================================
        Service Area
    ================================ */

.service-area {}

.single-service-info {
    transition: all 0.5s ease 0s;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.single-service-info:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: #1e90ff;
    transition: all 1s ease;
}

.single-service-info:hover:before {
    height: 100%;
}

.single-service-info h3 a {
    color: #1e90ff;
    font-size: 26px;
    transition: all 0.5s ease 0s;
    position: relative;
}

.single-service-info i.fa {
    color: #1e90ff;
    font-size: 40px;
    margin: 10px 0 15px;
    transition: all 0.5s ease 0s;
    position: relative;
}

.single-service-info p {
    transition: all 0.5s ease 0s;
    position: relative;

}

.single-service-info:hover.single-service-info h3 a,
.single-service-info:hover.single-service-info i.fa,
.single-service-info:hover.single-service-info p {
    color: #fff;
}

/***** single service *****/

.single-service-area {
    background-color: #F6F6F6;
}
.single-service-slider{ padding-bottom: 25px;}
.single-service-slider img.service-image{width:100%; height:auto;}
.single-service-contant h3 {
    color: #272727;
    margin: 30px 0 10px;
}

.single-service-contant h4{
    color: #272727;margin: 10px 0 10px;
}
.single-service-contant ul { padding: 0 20px;}
.single-service-contant ul li strong{ color:#1e90ff;}

.single-service-contant blockquote {
    font-size: 16px;
    border-left: 5px solid #1e90ff;
    margin: 0 30px 30px;
    padding: 0 16px;
}

blockquote p {
    padding-bottom: 0;
}

.service-link {
    margin: 30px 0;
}

.service-link a i.fa {
    padding-right: 10px;
    font-size: 16px;
    color: #1e90ff;
    transition: all 0.5s ease 0s;
}

.service-link a i.fa:hover {
    color: #272727;
}

.service-list ul {
    list-style: outside none none;
}

.service-list ul li {
    display: block;
}

.service-list ul li a {
    color: #777;
    display: block;
    padding: 10px 35px;
    margin: 0;
    transition: all 0.5s ease 0s;
}

.service-list ul li a:hover {
    background-color: #1e90ff;
    color: #fff;
}

.single-pro-content p:last-child {
    margin: 0;
}

/*  ================================
        Gallery Area
    ================================ */
.gallery-area{background-color: #F6F6F6;}
.gallery .owl-nav {display: block !important;}
.gallery .owl-nav div {background-color: rgba(0, 0, 0, .7);}
.gallery div.owl-prev {left: auto;left: 0;}
.gallery div.owl-next {
    left: auto;
    right: 0;
}

.single-gallery a {
    position: relative;
    display: block;
}

.single-gallery a::before {
    border: 0;
    border-radius: inherit;
    transform: scaleX(0);
}

.single-gallery:hover.single-gallery a::before {
    transform: scaleX(1);
    opacity: 1;
}

.single-gallery img {
    width: 100%;
}

.gallery-style-two {
    background-color: #F6F6F6;
}

.gallery-style-two .single-gallery {
    margin-bottom: 30px;
}

.gallery-three {
    overflow: hidden;
}

.gallery-three .single-gallery {
    width: 25%;
    float: left;
}

/*  ================================
        Assessment Area
    ================================ */

    .single-assessment {
        border: 3px solid #1e90ff;
        position: relative;
        padding: 50px 20px;
        transition: all 0.5s ease 0s;
    }
    
    .single-assessment i.fa {
        font-size: 50px;
        color: #1e90ff;
        transition: all 0.5s ease 0s;
    }
    
    .single-assessment a h3 {
        font-size: 20px;
        margin: 20px 0;
        font-weight: 500;
        text-transform: capitalize;
        transition: all 0.5s ease 0s;
    }
    
    .single-assessment a h3:hover {
        color: #1e90ff;
    }
    
    .single-assessment a.garden-btn {
        position: absolute;
        bottom: -26px;
        left: 0;
        right: 0;
        margin: auto;
    }

/*  ================================
        Client Area
    ================================ */
.client-area-inner{ margin:100px 0;}
.client-area {
    background: rgba(0, 0, 0, 0) url("../img/client-bg.jpg") no-repeat fixed 0 0 / cover;
    position: relative;
}

.client-area:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    content: "";
    width: 100%;
    height: 100%;
    opacity: .9;
}

.single-client-info {
    color: #fff;
    position: relative;
    background-color: #1e90ff;
    padding: 30px;
    float: left;
    margin-top: 60px;
}

.single-client-info img {
    position: absolute;
    width: 110px !important;
    top: -25%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
    border: 3px solid #fff;
}

.single-client-info h3 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    float: left;
}

.single-client-info .rate {
    float: right;
}

.single-client-info .rate i.fa {
    color: #FEC42D;
}

.single-client-info p {
    float: left;
    margin: 20px 0;
    text-align: center;
}

.single-client-info .social-link {
    float: left;
    text-align: center;
    width: 100%;
}

.single-client-info .social-link a i.fa {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    margin-right: 5px;
}

.single-client-info .social-link a i.fa:hover,
.single-client-info .social-link a.active i.fa {
    background-color: #fff;
    color: #1e90ff;
}

.client-wraper .owl-nav {
    position: absolute;
    display: flex;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
}

.client-wraper .owl-nav div {
    width: 30px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-right: 2px solid #1e90ff;
}

.client-wraper .owl-nav div.owl-next {
    border: 0 none;
}

/*  ================================
        Blog Area
    ================================ */

.news-img {
    position: relative;
    overflow: hidden;
}

.blog-area .news-info {
    margin-bottom: 50px;
}

.news-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.news-info:hover .news-img img {
    transform: scale(1.5);
}

.news-img:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}

.post-meta {
    margin-bottom: 15px;
}

.post-meta li {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-right: 5px;
}

.post-meta li a {
    color: #666666;
}

.post-meta li .fa {
    padding-right: 3px;
    color: #1e90ff;
}

.news-content {
    padding: 30px 13px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.news-info:hover .news-content {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.news-content h2 {
    color: #5a5a61;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}

.news-content h2:hover {
    color: #1e90ff;
}

.news-content a {
    margin: 0;
}

.news-content a.garden-btn {
    margin-top: 15px;
}

.post-date {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
    z-index: 2;
}

.post-date-info {
    background-color: #1e90ff;
    color: #fff;
    font-weight: 600;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.5s;
    opacity: 0;
}

.post-date-info span {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.news-info:hover .post-date-info {
    opacity: 1;
}

.news-info:hover .news-img:before {
    transform: scale(1);
}

.latest-blog .news-info {
    margin-bottom: 50px;
}

.nav-links .page-numbers {
    margin-right: 10px;
    font-weight: 700;
    color: #1a1a1a;
}

.pagination {
    width: 100%;
    text-align: center;
}

.current {
    color: #1e90ff !important;
}

.blog-slide .owl-nav div {
    background-color: #1e90ff;
    color: #fff;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
}

.blog-slide div.owl-prev {
    left: auto;
    left: -5%;
}

.blog-slide div.owl-next {
    left: auto;
    right: -5%;
}

/****** single blog *****/

.single-blog-content img {
    width: 100%;
}

.single-blog-content h2 {
    color: #272727;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 10px;
}

.blog-get-info {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-get-info i.fa {
    color: #1e90ff;
    font-size: 16px;
    margin-right: 5px;
}

.blog-get-info span {
    color: #1e90ff;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.blog-comment-wraper {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    float: left;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
}

.blog-comment-wraper h3 {
    border-bottom: 1px solid #1e90ff;
    color: #1e90ff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 0 0 10px;
}

.comment-author {
    float: left;
    width: 15%;
}

.comment-author h4 {
    color: #272727;
    font-size: 14px;
    padding: 10px 0 0;
}

.reply-commnet-content .comment-author h4,
.comment-content i.fa {
    color: #1e90ff;
}

.comment-content {
    float: right;
    margin: 0 0 30px;
    padding: 0 20px;
    width: 85%;
}

.comment-content p {
    margin: 15px 0;
}

.comment-content a {
    color: #1e90ff;
    float: right;
    font-weight: 700;
}

.comment-content a i.fa {
    margin-left: 5px;
    color: #1e90ff;
}

.reply-commnet-content {
    overflow: hidden;
    padding-left: 110px;
    width: 100%;
}

.comment-content span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 15px;
    text-transform: capitalize;
}

h3.comment-heading {
    color: #4c4c4c;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

.comment-form {
    overflow: hidden;
}

.comment-input-form {
    float: left;
    overflow: hidden;
    padding-right: 20px;
    width: 50%;
}

.comment-input-form:nth-child(2) {
    padding-right: 0;
}

.comment-input-form input {
    border: 1px solid #ccc;
    color: #777;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}

.comment-textarea {
    float: left;
    width: 100%;
}

.comment-textarea textarea {
    border: 1px solid #ccc;
    color: #777;
    font-weight: 400;
    height: 200px;
    letter-spacing: 0;
    margin: 20px 0 0;
    padding: 20px;
    width: 100%;
}

.post-button {
    border: 0;
    float: right;
    margin-top: 30px;
}

/****** sidebar *****/

aside {
    margin-bottom: 20px;
    border: 1px solid #1e90ff;
    padding: 0 20px 20px;
}

.widget-title {
    background-color: #1e90ff;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 16px;
    margin-bottom: 25px;
}

.sidebar-widget ul {
    list-style: outside none none;
}

.sidebar-widget a {
    color: #272727;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.widget-active {
    background-color: #1e90ff;
    color: #fff !important;
}

.sidebar-widget a i.fa {
    color: #1e90ff;
    margin-right: 10px;
}

.sidebar-widget a:hover {
    opacity: .6;
}

.post {
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.post-img {
    float: left;
    width: 30%;
    padding-top: 5px;
}

.post-info {
    float: right;
    padding-left: 19px;
    width: 70%;
}

.post-info h3 {
    color: #272727;
    font-size: 12px;
    text-transform: uppercase;
}

.post-info p {
    color: #777;
    font-weight: 400;
    margin: 5px 0 0;
    font-size: 13px;
}

.post-info p span {
    display: block;
    font-size: 13px;
    text-align: right;
    color: #1e90ff;
    font-weight: 700;
    margin-top: 5px;
}

.keywords span {
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    transition: 0.5s;
}

.keywords span:hover {
    background-color: #1e90ff;
    color: #fff;
}

.widget-padding {
    background-color: #f3f2f2;
    margin-bottom: 30px;
    padding: 20px 25px 30px;
}

span.widget-title {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.widget-search form {
    display: block;
    position: relative;
}

.widget-search input {
    background-color: #f3f2f2;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 16px;
    height: 30px;
    padding: 10px;
    width: 93%;
}

.widget-search .sub_search {
    background-color: transparent;
    border: 0 none;
    color: #c3c3c3;
    font-size: 20px;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0px, -50%);
}

.widget-category ul {
    list-style: outside none none;
}

.widget-category a {
    color: #1a1a1a;
    display: inline-block;
    padding: 10px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.category-active a {
    background-color: #1e90ff;
    color: #fff;
}

.widget-category ul li a:hover {
    background-color: #1e90ff;
    color: #fff;
}

.sidebar-widget ul li a:hover.sidebar-widget a span {
    color: #1a1a1a !important;
}

/*  ================================
        Footer Area
    ================================ */

.footer-area {
    background-color: #252525;
}

.footer-widget h2 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.footer-widget h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 20%;
    border: 1px solid #1e90ff;
}

.footer-widget p {
    color: #fff;
}

.footer-widget a.garden-btn {
    margin-top: 15px;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    list-style: none;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: #fff;
}
.footer-widget ul li span{color: #1e90ff;}
.footer-widget ul li::before {
    position: absolute;
    left: 0;
    content: "\f054";
    font-family: fontawesome;
    color: #1e90ff;
}

.footer-widget ul li a {
    color: #fff;
    transition: 0.5s;
}

.footer-widget ul li a:hover {
    color: #1e90ff;
}

.footer-blog {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-img {
    width: 30%;
    float: left;
}

.blog-info {
    width: 70%;
    float: left;
    padding-left: 10px;
}

.blog-info p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}

.blog-info span {
    color: #fff;
}

.con-info ul {
    margin-bottom: 30px;
}

.con-info ul li {
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
    color: #fff;
}

.con-info ul li a {
    color: #fff;
}

.con-info ul li::before {
    display: none;
}

.con-info h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.con-info ul li i.fa {
    color: #1e90ff;
    left: 0;
    position: absolute;
    top: 5px;
}

.subscribe-box {
    overflow: hidden;
    margin-top: 30px;
}

.subscribe-box input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    padding: 0 20px;
    width: 70%;
    height: 38px;
}

.subscribe-box .garden-btn {
    border-radius: 0;
    border: 0;
    float: right;
    height: 38px;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 28%;
}

.social {
    text-align: right;
}

.social ul li {
    list-style: none;
    display: inline-block;
}

.social ul li a i.fa {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    margin-right: 5px;
    color: #1e90ff;
}

.social ul li a.active i.fa,
.social ul li a i.fa:hover {
    background-color: #fff;
    color: #1e90ff;
}

.copyright-info {
    padding: 25px 0;
    overflow: hidden;    margin-top: 35px;
    background-color: #333333;
}

.copy-right p {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

.copy-right p span,
.copy-right p a {
    color: #1e90ff;
    font-weight: 900;
}

/*  ================================
        Contact Us Part
    ================================ */

.social-link-area {
    padding: 40px 0;
}

.social-link-area {
    background-color: #272727;
}

.contact-info-content img {
    height: auto;
    width: 100%;
}

h3.contact-title {
    font-size: 18px;
    font-weight: 600;
    margin: 33px 0 10px;
    text-transform: uppercase;
    color: #1a1a1a;
}

.contact-text-link {
    color: #777;
    display: block;
}

.con-info {
    margin-top: 0;
}
.address-wid ul li{    padding-left: 0;}
.address-wid ul li i{ margin-right: 10px;}
.address-wid ul li::before{ display: none;}
.con-info ul {
    margin: 0;
}

.con-info ul li {
    color: #777;
    list-style: none;
}

.con-info ul li a {
    color: #777;
    display: inline-block;
}

.con-info ul li:last-child {
    margin: 0;
}

.form-content {
    margin-bottom: 20px;
}

.form-content input {
    height: 50px;
}

textarea {
    height: 200px !important;
    margin: 0 0 20px;
    padding: 20px 10px !important;
}

.sent-button {
    padding: 10px 40px !important;
    margin: 0;
}

.contact-form button.garden-btn {
    border: 0;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.thank-you-message {
    padding: 20px 15px 0;
}

p.success {
    color: green;
}

p.error {
    color: red;
}

#map {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}

.subscription-success {
    color: #fff;
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

.subscription-label.error {
    margin-top: 10px;
}

.subscription-label.error a {
    color: #fff;
}


.appointment-form{
	position: relative;
	padding: 45px 30px 35px;
	background-color: #ffffff;
	z-index: 9;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 40px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 40px rgba(0,0,0,0.10);
	box-shadow: 0 0 40px rgba(0,0,0,0.10);
}
.appointment-form form .col-md-12 p{text-align:center;}

.appointment-form .title-box{
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}

.appointment-form .title-box h3{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 700;
}

.appointment-form .form-group{
	position:relative;
	margin-bottom:10px;
}

.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="email"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="url"],
.appointment-form .form-group textarea,
.appointment-form .form-group select{
	position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #aaaaaa;
    font-weight: 400;
    padding: 14px 25px;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.appointment-form .form-group textarea{height: 100px;resize: none;margin-bottom: 10px;}
.appointment-form .form-group input[type="submit"],
.appointment-form button{margin-top: 20px;font-size: 18px;min-width: 150px;}
.appointment-form .form-group input:focus,
.appointment-form .form-group textarea:focus,
.appointment-form .form-group select:focus{border-color: #7abf18;}
.appointment-form .message-box{position:relative;margin-top 25px;display:block;font-size:14px;line-height:24px;color:#777777;font-weight: 400;text-align: center;}
.appointment-form .message-box span{color:#7abf18;}
.appointment-form .message-box a{color: #777777;display: inline-block;}
.appointment-form .message-box a:hover{text-decoration: underline;}
.appointment-form .garden-btn{ border:none;}
.blog-comment{ padding-top:30px;}
.blog-image {
    width: 100%;
    height: auto;
}
.single-blog-meta {
    display: flex; padding-bottom:15px;
}
.single-post-date-info {
    background-color: #1e90ff;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    line-height: 32px;
}
.single-post-date-info span {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.widget_block h2{background-color: #1e90ff;color: #fff;display:block;font-size: 16px;padding: 16px;margin-bottom: 25px;}

.widget_block ul.wp-block-latest-posts__list{list-style: outside none none;}
.widget_block ul.wp-block-latest-posts__list li {display: block;}
.widget_block ul.wp-block-latest-posts__list li a {color: #777;display: block;padding: 10px 35px;margin: 0;transition: all 0.5s ease 0s;}
.widget_block ul.wp-block-latest-posts__list li a:hover {background-color: #1e90ff;color: #fff;}

.widget_block ul.wp-block-categories-list{list-style: outside none none;}
.widget_block ul.wp-block-categories-list li {display: block;}
.widget_block ul.wp-block-categories-list li a {color: #777;display: block;padding: 10px 35px;margin: 0;transition: all 0.5s ease 0s;}
.widget_block ul.wp-block-categories-list li a:hover {background-color: #1e90ff;color: #fff;}

.comment-list, .comments-title{ display:none;}

.comment-respond .comment-reply-title {
    font-size: 24px;
}
.comment-respond textarea {
    height: auto;
}
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="search"], textarea, .comment-respond input[type="tel"], .comment-respond input[type="number"], .comment-respond input[type="password"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-submit .submit{ width: 160px;
    height: 50px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    background-color: #1e90ff;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;    border: none;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;transition: all 0.5s;}

.form-submit .submit:hover {color:#fff;}
.blog-navigation{ display:none;}

