/*
 Theme Name: Seoexp
 Description: SEO Marketing & SEO Services WordPress Theme
 Author: HasTech 
 Version: 1.0.0
 Tags: slider, site-builder, page-builder, responsive-layout, fixed-layout, fluid-layout, one-column, one-column, two-column, three-column, four-column, custom-colors, custom-header, custom-menu, editor-style, featured-images, translation-ready, full-width-template, theme-options
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Template: layerswp

*/
/* ------------------------------
	[Table of contents]
---------------------------------
	1. Default CSS
	2. Header area
	3. Slider area 
	4. Feature area
	5. What is SEO area
	6. Best services area
	7. Best solutions area
	8. Working process area
	9. Case study area
	10. Pricing table  area
	11. Testimonial area
	12. Blog area
	13. Team Area
	14. Contact area
	15. Footer area
	16. Bradcrumbs area
	17. Sidebar area
	18. Blog page
	19. Single blog area
	20. Page area
	21. Single page area
	22. 404 area
	23. Search area
	24. Shop area
	25. Single shop area
	26. Comment area
	27. Responsive area	


------------------------------ */
/* ================================
	1. Default CSS
================================ */
@font-face {
	font-family: Designosaur;  
	src: url('fonts/Designosaur-Regular.ttf');  
	font-weight: normal;  
	unicode-range: U+0-10FFFF;
}
html {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100%) !important;
}
[class*="column"] {
    margin-bottom: 0px;
}
.container {
    margin: auto;
    max-width: 1200px;
    padding: auto 20px;
}
.content-main {
    padding: 100px 20px 80px;
}
.container.list-masonry {
    max-width: 1200px;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none;
}
input:focus {
    box-shadow: none;
    outline: 0;
}
.form-submit input[type="submit"] {
    padding: 8px 15px 10px;
}
textarea {
    box-shadow: 0;
    outline: 0;
}
button:focus {
    outline: 0px solid;
}
option {
    font-size: 13px;
    padding: 5px 10px;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
label {
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 400;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}
::selection {
    background: #b3d4fc;
    text-shadow: none
}
::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}
:-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}
::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}
:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}
a,
i,
button,
img,
input,
span,
*:before,
*:after {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/* --------------------------
	Main CSS 
-------------------------- */

body,h1,h2,h3,h4,h5 {
    color: #555;
    font-family: "Designosaur";
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #525252;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
.copy,
.story p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}
.meta-info span {
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.fix {
    overflow: hidden;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
/* background color */

.bg-theme {
    background: #;
}
.bg-grey {
    background: #f6f6f6;
}
/* --------------------------
 section-title
-------------------------- */

.section-title-wrapper .hadding {
    font-size: 30px;
}
.section-title-wrapper .heading {
    color: #525252;
    font-size: 36px;
    font-weight: 700;
    line-height: 23px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.section-title-wrapper .heading:before {
    border-bottom: 2px dashed #525252;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 102px;
}
.text-center .section-title-wrapper .heading:before,
.section-title-wrapper.text-center .heading:before {
    left: 0;
    right: 0;
    margin: auto;
}
.text-right .section-title-wrapper .heading:before,
.section-title-wrapper.text-right .heading:before {
    left: auto;
    right: 0;
}
.seoexp-testimonial-wrapper .section-title-wrapper .heading:before {
    background: #fff none repeat scroll 0 0;
}
/* excerpt */

.section-title .excerpt {
    color: inherit;
    font-size: inherit;
}
.section-title .heading + .excerpt {
    margin-top: 20px;
}
/* section-title width */

.section-title-wrapper {
    width: 60%;
    margin-bottom: 80px;
}
.text-left .section-title-wrapper,
.section-title-wrapper.text-left {
    margin-left: 0;
    margin-right: auto;
}
.text-center .section-title-wrapper,
.section-title-wrapper.text-center {
    margin-left: auto;
    margin-right: auto;
}
.text-right .section-title-wrapper,
.section-title-wrapper.text-right {
    margin-left: auto;
    margin-right: 0;
}
/* seoexp-slider title */

.seoexp-slider-wrapper .section-title .heading {
    padding-bottom: 0;
}
.seoexp-slider-wrapper .section-title .heading:before {
    display: none;
}
.seoexp-slider-wrapper .section-title .excerpt,
.seoexp-slider-wrapper .section-title .p {
    color: inherit;
    font-size: inherit;
    width: inherit;
    margin: inherit;
}
/* ---------------------------------
	individual section-title 
--------------------------------- */

.working-process-area .section-title .heading,
.contact-area .section-title .heading {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 23px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.working-process-area .section-title .heading:before,
.contact-area .section-title .heading:before {
    border-bottom: 2px dashed #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 102px;
}
.working-process-area .section-title .heading:before,
.working-process-area .section-title.text-center .heading:before,
.contact-area .text-center .section-title .heading:before,
.contact-area .section-title.text-center .heading:before {
    left: 0;
    right: 0;
    margin: auto;
}
.working-process-area .section-title .heading:before,
.working-process-area .section-title .heading:before,
.contact-area .text-right .section-title .heading:before,
.contact-area .section-title.text-right .heading:before {
    left: auto;
    right: 0;
}
.working-process-area .section-title .excerpt,
.contact-area .section-title .excerpt {
    color: #fff;
}
/* individual section-title width */

.working-process-area .section-title,
.contact-area .section-title {
    width: 60%;
    margin-bottom: 80px;
}
.working-process-area .text-left .section-title,
.working-process-area .section-title.text-left,
.contact-area .text-left .section-title,
.contact-area .section-title.text-left {
    margin-left: 0;
    margin-right: auto;
}
.working-process-area .text-center .section-title,
.working-process-area .section-title.text-center,
.contact-area .text-center .section-title,
.contact-area .section-title.text-center {
    margin-left: auto;
    margin-right: auto;
}
.working-process-area .text-right .section-title,
.working-process-area .section-title.text-right,
.contact-area .text-right .section-title,
.contact-area .section-title.text-right {
    margin-left: auto;
    margin-right: 0;
}
/* working-process title */

.working-process-area .section-title .heading {
    color: #525252;
}
.working-process-area .section-title .heading:before {
    border-bottom: 2px dashed #525252;
}
/* case-study title */

.case-study-area .section-title .heading {
    color: #fff;
}
.case-study-area .section-title .heading:before {
    border-bottom: 2px dashed #fff;
}
/* testimonial title */

.testimonial-area .section-title .heading {
    color: #fff;
}
.testimonial-area .section-title .heading:before {
    border-bottom: 2px dashed #fff;
}
.testimonial-area .section-title .heading + .excerpt {
    color: #ffffff;
}
/* ================================
	2. Header area
================================ */

.header-site {} .header-site,
.header-site.header-sticky {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}
.header-site .container {
    padding: 30px 20px 20px;
}
.header-site .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
}
.nav-horizontal > ul {
    float: left;
}
.header-site .nav-horizontal > ul > li {
    margin-left: 10px;
}
.header-site.invert .nav-horizontal > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0);
    color: #2f2f2f;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.header-site.invert .nav-horizontal > ul > li.menu-efect > a,
.header-site.invert .nav-horizontal > ul > li > a:hover {
    border-top: 1px solid #ef476f;
    color: #ef476f;
}
.header-site .menu-item-has-children > a:after {
    line-height: 20px;
}
.sub-menu,
.nav .children {
    border: 0;
    top: 130%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.nav li:hover > .sub-menu,
.nav li:hover .children {
    top: 100%;
}
.sub-menu li,
.nav .children li {
    border-color: #f5f5f5;
}
.header-site.invert .sub-menu,
.header-site.invert .sub-menu li a {
    background: #ffffff none repeat scroll 0 0;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}
.header-site.invert .sub-menu li a:hover {
    background-color: transparent;
    color: #ef476f;
}
/* ================================
	3. Slider area 
================================ */

.seoexp-slider-area {
    padding-bottom: 0;
    padding-top: 0;
}
/*Hero Slider*/

.hero-area {} .hero-slider {} .hs-item .hs-content {
    margin-top: 150px;
    margin-bottom: 70px;
    padding-left: 70px;
}
/*Hero Slide Item*/

.hs-item .hs-image {
    position: relative;
    margin-left: -20px;
    margin-top: 90px;
}
.hs-item {
    background-color: #2d3e50;
    background-size: cover;
    /* min-height:758px; */
    
    margin: 0;
}
.hs-item .hs-item-wrapper {
    position: relative;
    z-index: 3;
}
.hs-item .hs-content h1,
.hs-item .hs-content h2 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.hs-item .hs-content h1 {
    font-size: 36px;
}
.hs-item .hs-content h2 {
    font-size: 46px;
    margin-bottom: 20px;
}
.hs-item .hs-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 15px;
    max-width: 770px;
}
.hs-item .hs-content .button {
    background-color: #9f8447;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 10px 35px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.hs-item .hs-content .button:hover {
    background-color: #9f8447;
    border-color: #9f8447;
    color: #fff;
}
.hs-item .hs-content .button:hover {
    background-color: #fff;
    color: #9f8447;
}
.hs-item .hs-content .button i {
    line-height: 18px;
    margin-left: 8px;
    position: relative;
}
/* slider_text_left */

.slider_text_left {
    -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
}
.slider_text_left .hs-content {
    padding-left: 0;
    padding-right: 70px;
}
.hero-slider .slick-list {
    margin: 0;
}
.add_your_class.thumbnail-body {
    padding: 0px;
    background: transparent !important;
}
/*Hero Slider Pagination*/

.hero-slider .slick-dots {
    margin: 0 auto;
    position: absolute;
    width: 1170px;
    z-index: 999;
    text-align: right;
    bottom: 74px;
    left: 0;
    right: 0;
}
.hero-slider .slick-dots li {
    display: inline-block;
    height: 22px;
    position: relative;
    text-align: right;
    margin-left: 30px;
    padding-top: 5px;
    vertical-align: top;
}
.hero-slider .slick-dots li:first-child {
    margin-left: 0;
}
.hero-slider .slick-dots li:first-child:before {
    display: none;
}
.hero-slider .slick-dots li.slick-active {
    padding-top: 0;
}
.hero-slider .slick-dots li:before {
    display: block;
    position: absolute;
    left: -18px;
    bottom: -7px;
    content: "/";
    color: #fff;
    font-size: 10px;
}
.hero-slider .slick-dots li button {
    display: block;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    border: none;
    padding: 0;
    float: right;
    text-indent: 0px;
    height: auto;
    width: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hero-slider .slick-dots li button:before {
    content: "0";
}
.hero-slider .slick-dots li.slick-active button {
    font-size: 30px;
    font-weight: 600;
    color: #06ca75;
    line-height: 24px;
}
/* Slider animation */

.hs-item .hs-content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hs-item .hs-image img {
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hs-item.slick-current .hs-image img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.hs-item.slick-current .hs-content h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.hs-item.slick-current .hs-content h2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.hs-item.slick-current .hs-content p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}
.hs-item.slick-current .hs-content .button {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}
/* --------------------------------
	Slider Responsive
-------------------------------- */
/* Extra Large Device */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hs-item .hs-content p {
        max-width: 680px;
    }
}
/* Medium Device */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item {
        /* min-height: 90vh; */
    }
    .hs-item .hs-content {
        margin-top: 100px;
        padding-bottom: 110px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .hs-item .hs-content h1 {
        font-size: 24px !important;
    }
    .hs-item .hs-content h2 {
        font-size: 30px !important;
    }
    .hs-item .hs-content p {
        font-size: 15px !important;
        line-height: 1.7;
    }
    .hs-item .hs-content .button {
        font-size: 11px !important;
        font-weight: 500;
        margin-top: 0;
        padding: 8px 15px !important;
    }
    .hs-item .hs-content .button i {
        font-size: 14px;
    }
    .hero-slider .slick-dots {
        width: 900px;
        bottom: 50px;
    }
    .hs-item .hs-image {
        width: 300px;
        margin-left: 0;
        margin-right: 50px;
    }
}
/* Tablet Device */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item {
        /* min-height: 80vh; */
    }
    .hero-slider .slick-dots {
        width: 720px;
       /* bottom: 30px; */
    }
    .hs-item .hs-image {
        margin-right: 40px;
        width: 220px;
        margin-left: 0;
    }
    .hs-item .span-8 {
        width: calc(100% / 12 * 8 - 20px);
    }
    .hs-item .hs-content {
        margin-top: 100px;
        padding-bottom: 110px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .hs-item .hs-content h1 {
        font-size: 18px !important;
    }
    .hs-item .hs-content h2 {
        font-size: 24px !important;
    }
    .hs-item .hs-content p {
        font-size: 14px !important;
        line-height: 1.7;
    }
    .hs-item .hs-content .button {
        font-size: 11px !important;
        font-weight: 500;
        margin-top: 0;
        padding: 8px 15px !important;
    }
    .hs-item .hs-content .button i {
        font-size: 14px;
    }
}
/* Small Mobile (320) */

@media only screen and (max-width: 767px) {
    .hs-item {
        /* min-height: 100vh; */
    }
    .hs-item .hs-image {
        display: none;
        ;
    }
    .hs-item .hs-content {
        margin-top: 90px;
        padding-bottom: 110px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .hs-item .hs-content h1 {
        font-size: 18px !important;
    }
    .hs-item .hs-content h2 {
        font-size: 16px !important;
    }
    .hs-item .hs-content p {
        display: none;
    }
    .hs-item .hs-content .button {
        font-size: 11px !important;
        font-weight: 500;
        margin-top: 0;
        padding: 8px 15px !important;
    }
    .hs-item .hs-content .button i {
        font-size: 14px;
    }
}
/* Large Mobile */

@media only screen and (max-width: 479px) {}
/* ================================
	4. Feature area
================================ */

.seoexp-features-widget {
    padding-top: 110px;
    padding-bottom: 70px;
}
.single-feature {
    text-align: center;
    padding: 66px 20px 43px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 41px;
}
.single-feature {
    background-position: right bottom !important;
    /* background image */
}
.seoexp-features-widget .single-feature .media {
    overflow: visible;
}
.single-feature .icon {
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    height: 83px;
    left: 50%;
    margin-left: -41px;
    position: absolute;
    top: -105px;
    width: 83px;
}
.single-feature .bg-image {
    bottom: -60%;
    opacity: 0.06;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=6)";
    position: absolute;
    right: -6%;
}
.single-feature h4 {
    color: #fff;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 13px;
    margin-bottom: 16px;
}
.single-feature h4:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    height: 1px;
    width: 38px;
    margin-left: -19px;
    bottom: 0;
    content: "";
}
.single-feature h4:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    height: 1px;
    width: 56px;
    margin-left: -28px;
    bottom: 4px;
    content: "";
}
.single-feature p {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
/* ================================
	5. What is SEO area ( what-is-seo-area )
================================ */

.what-is-seo-area {
    background: #06ca75;
    padding-top: 110px;
    padding-bottom: 110px;
}
.what-is-seo-area .media-body .heading {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.what-is-seo-area .media-body .heading span {
    color: #26547c;
}
.what-is-seo-area .media-body .heading a:hover {
    cursor: text;
    color: inherit;
}
.what-is-seo-area .media-body .excerpt {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 32px;
}
.what-is-seo-area .media-image {
    padding-right: 15px;
}
.what-is-seo-area .media-body {
    padding-left: 35px;
}
.what-is-seo-area .media-body .button {
    background-color: #26547c;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-family: Montserrat;
    font-weight: 600;
    margin-top: 0;
    padding: 13px 38px;
    text-transform: uppercase;
}
.what-is-seo-area .media-body .button:hover {
    background-color: #204768;
}
/* ================================
	6. Best services area
================================ */

.seoexp-service-widget {
    padding-top: 110px;
    padding-bottom: 70px;
}
.service-box-single {
    border: 1px solid #f1f1f1;
    margin-bottom: 40px;
    padding: 40px 25px 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-box-single:hover {} .service-box-single .service-icon-box {
    color: #26547C;
    font-size: 30px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-box-single .media-image {
    margin-bottom: 30px;
}
.service-box-single .heading {
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-box-single .excerpt {
    color: #858585;
    font-size: 14px;
    line-height: 1.8;
}
.service-box-single .media .heading + .excerpt {
    font-size: 14px;
}
.service-box-single:hover .service-icon-box,
.service-box-single:hover .heading,
.service-box-single:hover .excerpt {}
/* ================================
	7. Best solutions area ( best-solutions-area )
================================ */

.best-solutions-area {
    background: #26547c none repeat scroll 0 0;
    padding-bottom: 110px;
    padding-top: 110px;
}
.best-solutions-area .media-body .heading {
    color: #06ca75;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.best-solutions-area .media-body .heading span {
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
}
.best-solutions-area .media-body .heading a:hover {
    cursor: text;
    color: inherit;
}
.best-solutions-area .media-body .excerpt {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 15px;
}
.best-solutions-area .media-body .button {
    background-color: #06ca75;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 13px 38px;
    text-transform: uppercase;
}
.best-solutions-area .media-body .button:hover {
    background-color: #05b167;
}
/* ================================
	8. Working process area
================================ */

.working-process-area {
    padding-top: 110px;
    padding-bottom: 65px;
}
.working-process-area .layers-masonry-column {
    margin-bottom: 40px;
}
.working-process-area .layers-masonry-column .media {
    overflow: inherit;
}
.working-process-area .layers-masonry-column .media .excerpt {
    color: #525252;
    font-size: 13px;
    line-height: 22px;
}
/* ================================
	9. Case study area
================================ */

.case-study-area {
    background-color: #ef476f;
    padding-top: 110px;
    padding-bottom: 70px;
}
.case-item {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 40px;
}
.case-content {
    padding: 15px 25px 25px;
}
.case-content a {
    color: #525252;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.case-content a:hover {
    color: #06ca75;
}
.case-content p {
    font-size: 13px;
    line-height: 24px;
}
/* ================================
	10. Pricing table  area
================================ */

.pricing-table-area {
    padding-top: 110px;
    padding-bottom: 70px;
}
.single-pricing {
    background: #F04770;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 5px;
}
.column-flush .single-pricing {
    margin-bottom: 0px;
}
.pricing-top {
    border-bottom: 0 none;
    display: block;
    overflow: hidden;
    padding: 18px 0 10px;
}
.pricing-top {
    display: block;
    overflow: hidden;
    padding: 18px 15px 10px;
}
.pricing-top h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.pricing-top h3:before {
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 60px;
}
/* currency-symbol */

.pricing-top p {
    font-size: 36px;
    font-weight: 500;
}
.pricing-top p span {
    font-size: 18px;
    font-weight: normal;
}
/* pricing content */

.pricing-tex {
    padding: 0 15px;
}
.pricing-tex > ul {
    padding: 40px 0;
}
.pricing-tex li {
    font-size: 17px;
    line-height: 2.1;
    text-align: center;
    text-transform: capitalize;
}
.pricing-tex li i {
    padding-right: 10px;
}
/* button css */

.thumbnail-body .price-btn .button {
    margin-top: 0px;
}
.price-btn a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.price-btn .button i {
    font-size: 14px;
    padding-left: 12px;
}
.price-btn.btn_left {
    text-align: left;
}
.price-btn.pbtn_left {
    text-align: left;
}
.pbtn_middle {
    text-align: center;
}
.pbtn_right {
    text-align: right;
}
/* pricing style 2 */

.pricing-style-2.single-pricing {
    border: 0 none;
    margin-top: 62px;
    padding: 62px 0 0;
}
.pricing-style-2 .pricing-top p {
    background: #F04770 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 120px;
    left: 0;
    line-height: 114px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}
.pricing-style-2 .pricing-top h3 {
    margin-top: 80px;
}
.pricing-style-2 .pricing-tex > ul {
    padding: 10px 0 20px;
}
/* pricing active style */

.price-btn .readmore {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 40px 6px;
    text-transform: uppercase;
}
.price-btn .readmore:hover {
    background-color: #ffffff;
    color: #525252 !important;
}
.pricing-style-2 .pricing-top h3 {
    margin-top: 15px;
    color: #fff;
}
.price-btn {
    padding: 30px 0 60px;
}
/* ================================
	11. Testimonial area
================================ */

.testimonial-area {
    background: #06ca75;
    padding-top: 110px;
    padding-bottom: 110px;
}
.testimonial-carousel-text > h4 {
    font-size: 15px;
    margin-bottom: 10px;
}
.testimonial-carousel-text > p {
    font-style: italic;
}
.testimonial-carousel-text {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-top: 2px;
    padding: 28px 31px 14px;
}
.testimonial-image > img {
    border: 1px solid #ececec;
    border-radius: 50%;
}
.testimonial-information {
    overflow: hidden;
    padding-top: 34px;
}
.testimonial-name > h4 {
    font-size: 13px;
    margin-bottom: 6px;
}
.testimonial-image {
    float: left;
    margin-right: 18px;
    position: relative;
    width: 92px;
}
.testimonial-name {
    overflow: hidden;
    padding-top: 27px;
}
.testimonial-name > span {
    display: block;
    font-style: italic;
}
.testimonial-image:before {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 67px;
    position: absolute;
    top: -11px;
    width: 10px;
    z-index: 99;
}
.testimonial-image:after {
    border: 1px solid #ececec;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 76px;
    position: absolute;
    top: -26px;
    width: 16px;
}
.testimonial-carousel-text > p,
.testimonial-name > h4,
.testimonial-name > span {
    color: #fff;
}
.testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 30%;
    visibility: hidden;
}
.testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 0;
}
.testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    right: auto;
}
.testbd .testimonial-carousel-text {
    background: #ffffff none repeat scroll 0 0;
}
.testimonial-carousel.carousel-style-one.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.testimonial-carousel.carousel-style-one.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 20px;
}
.testimonial-carousel.carousel-style-one.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
    right: auto;
}
.testimonial-carousel.carousel-style-one.owl-theme:hover .owl-controls .owl-buttons div {
    display: none;
}
/* testimonial style 2 */

.testimonial-small-text-slider h2,
.testimonial-small-text-slider span,
.testimonial-small-text-slider p {
    color: #fff;
}
.testimonial-text-slider-margin {
    margin: auto;
    text-align: center;
    width: 80%;
}
.sin-testiImage {
    display: inline-block;
    margin-bottom: 11px;
    outline: medium none;
}
.testimonial-image-carousel {
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 90px;
    margin-bottom: 30px;
    margin-top: 36px;
    outline: 0 none;
    overflow: hidden;
    position: relative;
    width: 90px;
}
.testimonial-image-carousel:after {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sin-testiImage.slick-current .testimonial-image-carousel {
    border: 1px solid #26547C;
}
.sin-testiImage.slick-current .testimonial-image-carousel {
    height: 120px;
    margin: 22px 0 0;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 120px;
}
.sin-testiImage.slick-current .testimonial-image-carousel img {
    border: 1px solid #26547C;
    height: 100%;
    margin: auto;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 100%;
}
.sin-testiImage.slick-current .testimonial-image-carousel:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.sin-testiText {
    outline: medium none;
}
.testimonial-text-slider h2 {
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.testimonial-text-slider .sin-testiText > span {
    color: #909090;
    display: block;
    font-style: italic;
    margin-bottom: 6px;
}
.sin-testiText > p {
    line-height: 25px;
    margin-bottom: 0;
}
.testimonial-image-text-wrapper:hover .slick-prev,
.testimonial-image-text-wrapper:hover .slick-next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ================================
	12. Blog area
================================ */

.blog-area {
    padding-bottom: 65px;
    padding-top: 110px;
}
.blog .pdall-100 {
    padding: 30px 0 80px;
}
/* blog main area */

.ht-blog {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ht-blog:hover {}
/* blog image css*/

.ht-blog-thumb {
    position: relative;
    overflow: hidden;
}
.ht-blog-thumb:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.ht-blog:hover .ht-blog-thumb:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-blog-thumb a {} .ht-blog-thumb img {
    width: 100%;
    display: block;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}
.ht-blog:hover .ht-blog-thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
/* blog post meta css*/

.ht-blog-thumb span.post_dates {
    background: #0aaac0 none repeat scroll 0 0;
    color: #fff;
    font-size: 18.6px;
    height: 70px;
    left: 0;
    top: 0;
    line-height: 70px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 70px;
    -webkit-transition: .5s;
    transition: .5s;
}
.ht-blog-thumb span.post_dates:hover {
    background: #f00;
    color: #fff;
}
.ht-blog-thumb span.post_dateslb {
    top: auto;
    bottom: 0;
}
.ht-blog-thumb span.post_datesr {
    left: auto;
    right: 0;
}
.ht-blog-thumb span.post_datesrb {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.ht-blog-thumb span.post_datescenter {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* blog content area */

.ht-single-content {
    padding: 15px;
}
/* blog post meta */

.ht-post-meta {} .ht-blog-date {} .ht-blog-date span {
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    position: relative;
}
.ht-blog-date span + span:before {
    content: "";
    position: absolute;
}
.ht-blog-date a {
    color: #888;
}
.ht-blog-date i {
    margin-right: 2px;
    color: #888;
}
/* blog text area */

.ht-content-text {}
/* blog title css */

.ht-content-text h2 {
    color: #717171;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    padding: 5px 0 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ht-content-text h2 a {
    font-size: 18px;
}
.ht-content-text h2 a:hover {
    color: #0aaaa0;
}
/* blog paragraph css */

.ht-content-text p {
    color: #333333;
}
/* blog button css*/

.btn_middle {
    text-align: center;
}
.btn_right {
    text-align: right;
}
a.ht-read-more {
    color: #888888;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px 0;
}
.ht-read-more:hover {
    color: #0aaac0;
    border-color: #0aaac0;
}
/* carousel style */

.blog-carousel [class*="span-"] {
    width: 100%;
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div,
.blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -24px 0 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
.blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -50px;
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover,
.blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover {
    border: 1px solid #26547C;
    color: #fff;
    background: #26547C;
}
.ht-blog-button .button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #06ca75;
    border-radius: 5px;
    color: #06ca75;
    display: inline-block;
    font-weight: 600;
    padding: 10px 35px 8px;
    text-transform: uppercase;
}
.ht-blog-button .button:hover {
    background-color: #06ca75;
    color: #ffffff;
}
/* ================================
	13.  Team Area
================================ */

.seoexp-team-wrapper {
    padding-bottom: 80px;
    padding-top: 105px;
}
.ht_team {
    padding: 0;
}
.ht_thumb {
    position: relative;
}
.ht_thumb img {
    display: block;
    width: 100%;
}
.ht_team_social {
    margin-top: 5px;
}
.ht_team_social a {
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    width: 26px;
}
.ht_team_pra p {
    color: #ffffff;
    margin-top: 0;
}
.ht_team_name {
    padding: 10px 15px 15px;
}
.text-left .ht_team_name,
.text-left .ht_hover_content {
    text-align: left;
}
.text-right .ht_team_name,
.text-right .ht_hover_content {
    text-align: right;
}
.ht_team_name h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.ht_team_name span {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.ht_team.thumbnail-body {
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}
/* ================================
	14. Contact area
================================ */

.contact-area .content {
    padding: 0;
}
.contact-area .copy {
    display: none;
}
.contact-area {
    background: #26547c;
    padding-top: 110px;
    padding-bottom: 110px;
}
.contact-message span {
    margin-top: 0;
}
.contact-message input {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    height: 40px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
}
.contact-message textarea {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    height: 150px;
    margin-bottom: 20px;
    padding: 7px 15px;
    width: 100%;
}
.contact-message input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.5);
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 45px;
    text-transform: uppercase;
    width: auto;
}
.contact-message input[type="submit"]:hover {
    background-color: #fff;
    color: #26547c;
}
/* ================================
	15. Footer area
================================ */

#scrollUp {
    background-color: #26547C;
    bottom: 40px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    right: 40px;
    text-align: center;
    width: 40px;
}
.footer-site {} .footer-site .footer-top-grid .column {} .footer-site.invert .section-nav-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 14px;
    margin-bottom: 40px;
    margin-top: 15px;
    text-transform: uppercase;
}
/* footer-about */

.footer-site .footer-logo {} .footer-site .footer-logo img {
    margin-bottom: 20px;
}
/* menu-quick-links */

.footer-site.invert .menu-quick-links-container {} .footer-site .menu-quick-links-container ul {} .footer-site .menu-quick-links-container ul li {} .footer-site .menu-quick-links-container ul li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.2px;
}
.footer-site .menu-quick-links-container ul li a:hover {
    color: #06ca75;
}
/* widget_text */

.footer-site .widget_text .textwidget p:first-child {
    margin-bottom: 10px;
}
/* newsletter */

.footer-site .textwidget {} .footer-site .textwidget .newsletter-widget p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}
.footer-site .textwidget .newsletter-widget .newsletter-form input {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
    float: left;
    font-size: 13px;
    height: 31px;
    line-height: 31px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0 15px;
    width: 200px;
}
.footer-site .textwidget .newsletter-widget .newsletter-form input[type="submit"] {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    width: auto;
}
.footer-site .textwidget .newsletter-widget .newsletter-form input[type="submit"]:hover {
    background: #fff;
    color: #525252;
}
.copyright .nav-horizontal.footermenu li a {
    display: inline-block;
}
.copyright .nav-horizontal.footermenu li p {
    color: #fff;
}
.copyright .nav-horizontal.footermenu li p i {
    color: #ef476f;
}
.footer-site {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 0;
}
.footer-site .grid.footer-top-grid .column {
    padding: 0;
}
.footer-site a,
.footer-site .widget a {
    color: #fff;
}
.footer-site a:hover .footer-site .widget a:hover,
.menu-main-menu-container li a:hover {
    color: #06ca75;
}
.mc4wp-response .mc4wp-alert p {
    float: left;
}
.foo-copyright-style-2 {
    padding: 0 0;
}
.copyright .nav-horizontal a {
    font-weight: 500;
}
/*------------------------------
	16. Bradcrumbs area
------------------------------*/

.breadcrumb-area {
    background-color: #3a3b4d;
    background-image: url("assets/images/bg-2.jpg");
    padding: 60px 0 55px;
    background-size: cover;
}
.breadcrumb-area.single-page {
    padding: 96px 0 90px;
}
.breadcrumb-title h1 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.bread-crumbs {
    margin: 0;
}
.breadcrumb-list {} .bread-crumbs li,
.bread-crumbs li a {
    color: #fff;
    font-size: 14px;
}
.bread-crumbs li a:hover,
.bread-crumbs li .current {
    text-decoration: none;
    color: #06CA75;
}
.breadcrumb-padding.pages-p {
    text-align: left;
}
.bread-crumbs a,
.breadcrumb-list a {
    color: #fff;
}
.bread-crumbs a:hover {
    color: #06CA75;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.breadcrumb-list > ul {
    color: #ffffff;
}
.breadcrumb-list li {
    display: inline-block;
}
.breadcrumb-list li:last-child {
    color: #06ca75;
}
.bread-crumbs a:hover,
.breadcrumb-list a:hover {
    color: #ef476f;
}
/*------------------------------
	17. Sidebar area
------------------------------*/

.sidebar .content.well {
    background: transparent;
}
.sidebar .content.well:first-child {
    padding-top: 5px;
}
.sidebar .content.well:last-child {
    padding-bottom: 0;
}
.widget input[type="submit"] {
    border-radius: 0;
}
.pull-right.sidebar h5.section-nav-title,
.pull-left.sidebar h5.section-nav-title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
.pull-right.sidebar h5.section-nav-title,
.pull-left.sidebar h5.section-nav-title {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 13px;
    position: relative;
    font-weight: 500;
}
.pull-right.sidebar h5.section-nav-title:before,
.pull-left.sidebar h5.section-nav-title:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 1px;
    background: #26547C;
    content: "";
}
/* tag */

.tagcloud a {
    display: inline-block;
}
.tagcloud a {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    margin: 0 6px 10px 0;
    padding: 8px 17px;
    text-align: center;
    font-size: 15px;
}
.tagcloud a:hover {
    background: #06ca75 none repeat scroll 0 0;
    border-color: #06ca75;
    color: #ffffff;
}
/* textwidget */

.textwidget {} .textwidget img {
    margin-top: 10px;
}
.textwidget form {
    margin-top: 5px;
}
/* calendar */

#wp-calendar caption {
    font-size: 12px;
    font-weight: 600;
}
#wp-calendar th,
#wp-calendar td {
    border-right: 1px solid #f1f1f1;
    padding: 5px;
    text-align: center;
}
#wp-calendar th {
    background: #f1f1f1 none repeat scroll 0 0;
}
#wp-calendar tr:last-child td {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
#wp-calendar #today {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #222222;
}
aside.widget ul li:hover a,
aside.widget ul li ul.children li:hover a,
aside.widget ul li ul.children li ul.children li a:hover {
    color: #06ca75;
}
aside.widget ul li ul.children li a,
aside.widget ul li ul.children li ul.children li a {
    color: rgba(0, 0, 0, 0.75);
}
/*------------------------------
	18. Blog page
------------------------------*/

.blog-pages {
    padding-top: 75px;
    padding-bottom: 90px;
}
.tempate-blog-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
.blog-heading-title a {
    font-size: 22px;
    font-weight: 400;
}
.blog-heading-title .heading {
    margin-bottom: 7px;
}
.sk {
    margin-bottom: 20px;
}
.sk .sticky {
    border: 1px solid #dddddd;
    padding: 5px 10px 15px;
}
.sk .tag-sticky-2 {
    border: 1px solid #dddddd;
    padding: 5px 10px 15px;
}
.extra-pagination .pagination {
    padding-top: 30px;
}
.meta-info {
    line-height: 1;
    margin-bottom: 13px;
}
.meta-item {
    display: inline-block;
    font-size: 14px;
}
.button {
    padding: 8px 15px;
}
/*------------------------------
	19. Single blog area
------------------------------*/

.story blockquote {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 5px solid #eeeeee;
    color: #858585;
    margin-bottom: 26px;
    padding: 20px;
}
.story blockquote p {
    font-size: 15px;
    font-style: italic;
}
.blog-details-footer {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 15px 0 10px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.blog-tags {
    margin-top: 3px;
}
.blog-tags a {
    color: #858585;
    margin-right: 5px;
}
.share-tags-title {
    margin-top: 3px;
}
.blog-share {} .blog-share a {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #b8b8b8;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    text-align: center;
    width: 30px;
}
.blog-share a:hover {
    background: #06ca75 none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
/*------------------------------
	20. Page area
------------------------------*/

.page-area {
    padding-top: 75px;
    padding-bottom: 70px;
}
/*------------------------------
	21. Single page area
------------------------------*/

.single-blog-page {
    padding-bottom: 90px;
    padding-top: 110px;
}
.single-post-title {} .single-title-heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}
pre {
    overflow-x: scroll;
}
.post-password-form label input[type="password"] {
    display: block;
    margin: 10px 0;
    width: 40%;
}
p.comment-form-comment textarea {
    max-width: 100%;
}
/*------------------------------
	22. 404 area
------------------------------*/

.page-404 {
    padding-bottom: 90px;
    padding-top: 100px;
}
.not-found-area .not-found-title .subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.not-found-area .not-found-subtitle p {
    margin-bottom: 30px;
}
.not-found-area .search-form input {
    margin-bottom: 20px;
}
.not-found-area .search-form input[type="search"] {
    border-color: #343b4d;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}
.not-found-area .search-form input[type="submit"] {
    background: #343B4D;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}
.not-found-area .search-form input[type="submit"]:hover {
    background: #204768;
    color: #fff;
}
/*------------------------------
	23. Search area
------------------------------*/

.search-page-area {
    padding-bottom: 90px;
    padding-top: 100px;
}
.not-found-form {} .not-found-form h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.not-found-form p {
    margin-bottom: 30px;
}
.not-found-form .search-form input {
    margin-bottom: 20px;
}
.not-found-form .search-form input[type="search"] {
    border-color: #343b4d;
    float: left;
    margin-right: 10px;
}
.not-found-form .search-form input[type="submit"] {
    background: #343B4D;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}
.not-found-form .search-form input[type="submit"]:hover {
    background: #204768;
    color: #fff;
}
/*------------------------------
	24. Shop area
------------------------------*/

.product-pages {
    padding-top: 75px;
    padding-bottom: 90px;
}
/*------------------------------
	25. Single shop area
------------------------------*/

.single-product-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
/*------------------------------
	26. Comment area
------------------------------*/

.grid.comments-nested.push-top {
    border-top: 0px solid #ddd;
}
.push-top-large .children {
    margin-left: 20px;
}
.comment.even.content.well,
.comment-list .even.content.well {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ebebeb;
    display: block;
    width: 100%;
}
.comment.odd.content.well,
.comment-list .odd.content.well {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ebebeb;
    display: block;
    width: 100%;
}
.comment-respond {
    width: 100%;
}
.push-top-large {
    margin-top: 0;
}
.form-submit input[type="submit"] {
    padding: 10px 14px;
}
/*------------------------------*/
/*- some unit test style ---------*/
/*------------------------------*/
/* menu css */

.nav-horizontal li:hover > a {
    color: #6e8a32;
}
.sub-menu,
.nav .children {
    background-color: #fff;
    border: 1px solid #ddd;
    left: 0;
    line-height: normal;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    z-index: 5;
}
.sub-menu li a,
.nav .children li a {
    line-height: 15px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #666666;
    font-size: 13px;
    font-weight: 500;
}
.sub-menu li a:hover,
.nav .children li a:hover {
    color: #ffffff;
}
.nav li:hover > .sub-menu,
.nav li:hover > .children {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    visibility: visible;
}
.nav-horizontal ul.menu li ul.children li ul.children {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 100%;
    top: 0;
}
.nav-horizontal ul.menu li ul.children li:hover ul.children {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
body.blog .header-site {
    border-bottom: 1px solid #ddd;
}
.site-description {
    padding-bottom: 18px;
}
.sitename {
    line-height: 1;
}
.tagline {
    line-height: 1;
}
/* page image aligment */

.alignleft {
    margin-right: 15px;
}
.wp-caption {
    background: transparent;
}
.avatar .avatar-body .avatar-name {
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.post-password-form {} .post-password-form input[type="submit"] {
    margin: 0;
    padding: 7px 20px;
}
.conmment-title_quick .heading.comment-title {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 13px 0;
}
.copy blockquote {
    font-size: 24px;
    font-size: 1.5rem;
}
.invert a {
    color: #2f2f2f;
}
.invert .tagline {
    color: #2f2f2f;
}
.invert .logo a:hover {
    color: #2f2f2f;
}
.blog-tags a:hover {
    color: #06ca75;
}
.meta-item a:hover {
    color: #06ca75;
}
.footer-site.invert .content {
    padding: 0;
}
#post-1151 .meta-info .meta-item {
    font-family: poppins;
    line-height: 1.8;
}
#post-1152 .meta-info .meta-item {
    font-family: poppins;
    line-height: 1.8;
}
.site-description .tagline {
    font-weight: 600;
}
.comment-reply-title {
    font-size: 20px;
}
/* ================================
	27. Responsive area	
================================ */
/* -------------------------------
	Medium Device : 992px
------------------------------- */

@media (min-width: 992px) and (max-width: 1169px) {
    /* section-title */
    
    .section-title-wrapper {
        margin-bottom: 50px;
        width: 80%;
    }
    /* section-title (individual) */
    
    .working-process-area .section-title,
    .contact-area .section-title {
        margin-bottom: 50px;
        width: 80%;
    }
    /* feature */
    
    .single-feature .bg-image {
        bottom: -50%;
    }
    /* seo-area */
    
    .what-is-seo-area .media-body {
        padding-left: 0;
    }
    .what-is-seo-area .media-body .heading {
        font-size: 40px;
        line-height: 1;
    }
    .what-is-seo-area .media-body .button {
        font-size: 11px;
        font-weight: 500;
        margin-top: 0;
        padding: 8px 20px;
    }
}
/* -------------------------------
	Tablet (Portrait) : 768px
------------------------------- */

@media (min-width: 768px) and (max-width: 990px) {
    /* default */
    
    .header-site .responsive-nav {
        padding: 0 0 10px;
    }
    .admin-bar .off-canvas-right {
        margin-top: 35px;
    }
    .header-site.invert .responsive-nav .l-menu {
        color: #ef476f;
    }
    .close-canvas {
        margin-top: 30px;
    }
    .admin-bar .close-canvas {
        margin-right: 10px;
        margin-top: 10px;
    }
    .off-canvas-right .nav-mobile {
        padding-top: 70px !important;
    }
    .logged-in.admin-bar .off-canvas-right .nav-mobile {
        padding-top: 70px;
    }
    .off-canvas-right aside .search-submit {
        border: 1px solid #cccccc !important;
        color: #ffffff;
        font-size: 11px;
        margin-top: 10px;
        text-transform: uppercase;
        width: auto;
    }
    .off-canvas-right aside .search-submit:hover {
        background: #222;
        border: 1px solid #222 !important;
        color: #ffffff;
    }
    .nav-vertical a {
        color: #ffffff !important;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 0;
        text-transform: capitalize;
    }
    /* header menu */
    
    .header-site .nav-horizontal > ul > li {
        margin-left: 30px;
    }
    /* section-title */
    
    .section-title-wrapper {
        margin-bottom: 50px;
        width: 80%;
    }
    .section-title-wrapper .heading {
        font-size: 30px;
    }
    /* section-title (individual) */
    
    .working-process-area .section-title,
    .contact-area .section-title {
        margin-bottom: 50px;
        width: 80%;
    }
    .working-process-area .section-title .heading,
    .contact-area .section-title .heading {
        font-size: 30px;
    }
    /* feature */
    
    .single-feature .bg-image {
        bottom: -48%;
    }
    /* seo-area */
    
    .what-is-seo-area .media-body {
        padding-left: 0;
    }
    .what-is-seo-area .media-body .heading {
        font-size: 24px;
    }
    .what-is-seo-area .media-body .excerpt {
        font-size: 14px;
    }
    .what-is-seo-area .media-body .button {
        font-size: 11px;
        font-weight: 500;
        margin-top: 0;
        padding: 8px 20px;
    }
    /* service */
    
    .service-box-single {
        padding: 40px 20px 35px;
    }
    .service-box-single .media .heading + .excerpt {
        font-size: 13px;
    }
    /* best-solutions */
    
    .best-solutions-area .media-body {
        /* margin-bottom: 40px; */
    }
    .best-solutions-area .media-body .heading {
        font-size: 18px;
    }
    .best-solutions-area .media-body .heading span {
        font-size: 22px;
    }
    .best-solutions-area .media-body .button {
        font-size: 12px;
        font-weight: 500;
        padding: 8px 20px 6px;
    }
    /* case-study */
    
    .case-content a {
        font-size: 16px;
    }
    /* pricing */
    
    .pricing-top h3 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .pricing-tex li {
        font-size: 13px;
        padding-bottom: 15px;
    }
    .price-btn {
        padding: 10px 0 50px;
    }
    /* Blog */
    
    .ht-blog-date span {
        font-size: 12px !important;
    }
    .ht-content-text h2 {
        line-height: 1;
        padding-top: 0;
    }
    .ht-content-text h2 a {
        font-size: 16px !important;
    }
    .ht-blog-button .button {
        font-size: 13px !important;
        font-weight: 500;
        padding: 8px 20px 6px !important;
    }
    /* contact */
    
    .contact-message {
        margin-bottom: 50px;
    }
    /* footer */
    
    #scrollUp {
        bottom: 20px;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        right: 20px;
        width: 30px;
    }
    /* footer-top */
    
    .footer-top-grid .column:nth-child(n+3) {
        margin-top: 30px;
    }
    .footer-site.invert .section-nav-title {
        margin-bottom: 20px;
    }
    /* copyright */
    
    .copyright .site-text {
        font-size: 12px !important;
    }
    .copyright .nav-horizontal ul {
        display: block;
    }
    .copyright .text-right {
        padding-right: 50px;
    }
    .blog-share {
        float: left;
        margin-top: 15px;
    }
}
/* -------------------------------
	Small mobile (Portrait) : 320px
------------------------------- */

@media (max-width: 767px) {
    /* default */
    
    html.js {
        margin-top: 0px!important;
    }
    html .logged-in {
        margin-top: 0px!important;
    }
    .admin-bar #wrapper-site,
    .admin-bar .wrapper-site {
        top: 45px;
    }
    .header-site .responsive-nav {
        padding: 0 0 10px;
    }
    .admin-bar .off-canvas-right {
        margin-top: 40px;
    }
    .header-site.invert .responsive-nav .l-menu {
        color: #ef476f;
    }
    .close-canvas {
        margin-top: 30px;
    }
    .admin-bar .close-canvas {
        margin-right: 10px;
        margin-top: 10px;
    }
    .off-canvas-right .nav-mobile {
        padding-top: 70px !important;
    }
    .logged-in.admin-bar .off-canvas-right .nav-mobile {
        padding-top: 70px;
    }
    .off-canvas-right aside .search-submit {
        border: 1px solid #cccccc !important;
        color: #ffffff;
        font-size: 11px;
        margin-top: 10px;
        text-transform: uppercase;
        width: auto;
    }
    .off-canvas-right aside .search-submit:hover {
        background: #222;
        border: 1px solid #222 !important;
        color: #ffffff;
    }
    .nav-vertical a {
        color: #ffffff !important;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 0;
        text-transform: capitalize;
    }
    .off-canvas-right.open .section-nav-title {
        color: #ffffff;
    }
    .invert a.close-canvas {
        color: #fff;
    }
    /* section-title */
    
    .section-title-wrapper {
        margin-bottom: 50px;
        width: 100%;
    }
    .section-title-wrapper .heading {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .section-title-wrapper .heading + .excerpt {
        font-size: 13px;
        margin-top: 15px;
    }
    /* section-title (individual) */
    
    .working-process-area .section-title,
    .contact-area .section-title {
        margin-bottom: 50px;
        width: 100%;
    }
    .working-process-area .section-title .heading,
    .contact-area .section-title .heading {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .working-process-area .section-title .heading + .excerpt,
    .contact-area .section-title .heading + .excerpt {
        font-size: 13px;
        margin-top: 15px;
    }
    /* feature */
    
    .single-feature .bg-image {
        bottom: -40%;
    }
    /* seo-area */
    
    .what-is-seo-area .media-body {
        margin-top: 30px;
        padding-left: 0;
    }
    .what-is-seo-area .media-body .heading {
        font-size: 24px;
    }
    .what-is-seo-area .media-body .excerpt {
        font-size: 14px;
    }
    .what-is-seo-area .media-body .button {
        font-size: 11px;
        font-weight: 500;
        margin-top: 0;
        padding: 8px 20px;
    }
    /* service */
    
    .service-box-single {
        padding: 40px 20px 35px;
    }
    .service-box-single .media .heading + .excerpt {
        font-size: 13px;
    }
    /* best-solutions */
    
    .best-solutions-area .media-body {
        margin-bottom: 40px;
    }
    .best-solutions-area .media-body .heading {
        font-size: 18px;
    }
    .best-solutions-area .media-body .heading span {
        font-size: 22px;
    }
    .best-solutions-area .media-body .button {
        font-size: 12px;
        font-weight: 500;
        padding: 8px 20px 6px;
    }
    /* case-study */
    
    .case-content a {
        font-size: 16px;
    }
    .case-item img {
        width: 100%;
    }
    /* pricing */
    
    .pricing-top h3 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .pricing-tex li {
        font-size: 13px;
        padding-bottom: 15px;
    }
    .price-btn {
        padding: 10px 0 50px;
    }
    /* Blog */
    
    .ht-content-text h2 {
        line-height: 1.1;
        padding: 10px 0;
    }
    .ht-content-text h2 a {
        font-size: 16px !important;
    }
    .ht-blog-button .button {
        font-size: 13px !important;
        font-weight: 500;
        padding: 8px 20px 6px !important;
    }
    /* contact */
    
    .contact-message {
        margin-bottom: 50px;
    }
    /* footer */
    
    #scrollUp {
        bottom: 20px;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        right: 20px;
        width: 30px;
    }
    /* footer-top */
    
    .footer-top-grid .column + .column {
        margin-top: 30px;
    }
    .footer-site.invert .section-nav-title {
        margin-bottom: 20px;
    }
    /* copyright */
    
    .copyright .site-text {
        font-size: 12px !important;
        text-align: center;
    }
    .copyright .nav-horizontal ul {
        display: block;
    }
    .copyright .text-right {
        text-align: center;
    }
    .blog-share {
        float: left;
        margin-top: 15px;
    }
}
/* -------------------------------
	(landscape) Mobile : 480px
------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {}
/* -------------------------------------------
	(Portrait) Mobile :600px. 
------------------------------------------- */

@media only screen and (min-width: 481px) and (max-width: 640px) {
    /* features */
    
    .seoexp-features-widget .single-feature.span-3,
    .seoexp-features-widget .single-feature.span-4 {
        width: calc(100% / 12 * 6 - 20px);
    }
    /* seo-area */
    
    .what-is-seo-area .span-5,
    .what-is-seo-area .span-6,
    .what-is-seo-area .span-7 {
        width: calc(100% / 12 * 12 - 20px);
    }
    /* service */
    
    .seoexp-service-widget .span-3,
    .seoexp-service-widget .span-4 {
        width: calc(100% / 12 * 6 - 20px);
    }
    /* best-solutions-area */
    
    .best-solutions-area .span-5,
    .best-solutions-area .span-6 {
        width: calc(100% / 12 * 12 - 20px);
    }
    /* case-study-area */
    
    .case-study-area .span-3,
    .case-study-area .span-4 {
        width: calc(100% / 12 * 6 - 20px);
    }
    /* pricing-table-area */
    
    .pricing-table-area .span-3,
    .pricing-table-area .span-4 {
        width: calc(100% / 12 * 6 - 20px);
    }
    /* blog-area */
    
    .blog-area .span-3 .blog-area .span-4 {
        width: calc(100% / 12 * 6 - 20px);
    }
    /* contact-area */
    
    .contact-area .container > .column.span-6 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .footer-top-grid .column.span-3:nth-child(2) {
        margin-top: 0;
    }
    .blog-share {
        float: left;
        margin-top: 15px;
    }
}
/* -------------------------------------------
	(landscape) Mobile :840px. 
------------------------------------------- */

@media only screen and (min-width: 769px) and (max-width: 840px) {
    /* header */
    
    .header-site .nav-horizontal > ul > li {
        margin-left: 25px;
    }
    .header-site.invert .nav-horizontal > ul > li > a {
        font-size: 13px;
    }
}
/* -------------------------------------------
	(landscape) Mobile :840px. 
------------------------------------------- */

@media only screen and (min-width: 840px) and (max-width: 990px) {
    .footer-top-grid .column:nth-child(n+3) {
        margin-top: 0;
    }
    .ht_team_name h3 {
        font-size: 16px !important;
    }
    .ht_team_name span {
        font-size: 12px !important;
    }
}
.footer-site.invert .section-nav-title {}