/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Kaushan+Script|Montserrat:400,700|Poppins:300,400,500,600,700|Roboto:300');

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
    overflow-x: hidden;
    font-family: "Montserrat", Arimo, sans-serif;
}
/*=== Common Classes ===*/

.pop{
    font-family: 'Poppins', sans-serif;
}
.arimo{
    font-family: 'Arimo', sans-serif;
}
.mont{
    font-family: 'Montserrat', sans-serif;
}
.kaushan{
    font-family: 'Kaushan Script', cursive;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}

h1{ font-size: 34px;}
h2{ font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 17px;}
h6{font-size: 16px;}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    color: #444;
}
p{
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #555;
}
.text-light{
    font-weight: 300;
}
.text-regular{
    font-weight: 400;
}
.text-medium{
    font-weight: 500;
}
.text-semi-bold{
    font-weight: 600;
}
.text-bold{
    font-weight: bold;
}
span.sep{
    margin-left: 10px;
    margin-right: 10px;
}
div.block{
    margin-top: 100px;
}
div.block.less-spacing{
    margin-top: 75px;
}
div.block.more-spacing{
    margin-top: 125px;
}
div.block.gray{
    background-color: #f9f9f9;
}
div.block.remove-spacing{
    margin-top: 0;
}
.no-margin{
    margin: 0 !important;
}

.no-padding{
    padding: 0 !important;
}
a{
    text-decoration: none !important;
    outline: none ;
    font-family: 'Poppins', sans-serif;
}
a:focus{
    outline: none !important;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
}
a, .top-header-sec > a.shopping-cart > span:first-child{
    -webkit-transition: all .4s linear ;
    -moz-transition: all .4s linear ;
    -ms-transition: all .4s linear ;
    -o-transition: all .4s linear ;
    transition: all .4s linear ;
}



/*=== HEADER ====*/
.top-header-sec {
    padding-bottom: 68px;
    padding-top: 72px;
}
.top-header-sec > div.social{
    display: inline;
}
.top-header-sec > div.social > a {
    background-color: #fafafa;
    border-radius: 30px;
    color: #555;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 54px;
    padding: 0 50px;
    text-transform: uppercase;
    margin-top: 15px;
}
.top-header-sec > .social > a:nth-of-type(1):hover,
.top-header-sec > .social:hover > a{
    color: #fff;
}
.top-header-sec .social > .f-social {
    display: inline-block;
    -webkit-transform: scaleX(0) ;
    -moz-transform: scaleX(0) ;
    -ms-transform: scaleX(0) ;
    -o-transform: scaleX(0) ;
    transform: scaleX(0) ;
    -webkit-transform-origin: left ;
    -moz-transform-origin: left ;
    -ms-transform-origin: left ;
    -o-transform-origin: left ;
    transform-origin: left ;
    z-index: 999;
    margin-top: 23px;
    padding-left: 20px;
}

.top-header-sec > .social:hover > .f-social{
    -webkit-transform: scaleX(1) ;
    -moz-transform: scaleX(1) ;
    -ms-transform: scaleX(1) ;
    -o-transform: scaleX(1) ;
    transform: scaleX(1) ;
}
.top-header-sec .shopping-cart {
    background-color: #fafafa;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-weight: 500;
    padding: 25px 20px 20px 40px;
    position: relative;
    text-align: center;
    font-size: 12px;
}
.top-header-sec .shopping-cart .items {
    display: block;
}

.top-header-sec > a.shopping-cart > span:first-child {
    background-color: #555;
    border-radius: 8px;
    color: #fff;
    left: -16px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    width: 44px;
    font-size: 16px;
    top: 16px;
    /* -webkit-transform: skewY(6deg) ;
    -moz-transform: skewY(6deg) ;
    -ms-transform: skewY(6deg) ;
    -o-transform: skewY(6deg) ;
    transform: skewY(6deg) ; */
}
/* .top-header-sec > a.shopping-cart > span:first-child > i {
    transform: skewY(-6deg);
} */
.top-header-sec > .logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*-- main nav --*/
.main-menu {
    background-color: #fafafa;
}
.main-nav ul {
    margin: 0;
    text-align: center;
}
.main-nav > ul > li {
    display: inline-block;
    line-height: 70px;
}
.main-nav > ul > li > a {
    color: #444;
    font-weight: 600;
    padding: 0 23px;
    text-transform: uppercase;
}
/*== Drop Downs ==*/
.has-dropdown{
    position: relative;
}
.has-dropdown > ul{
    position: absolute;
    top: 100%;
    background-color: #fdfdfd;
    border:5px solid #f3f3f3;
    padding: 20px 20px;
    line-height: 28px;
    min-width: 200px;
    z-index: 999;
    left: -25px;
    -webkit-transform: scaleY(0) rotateY(19deg) ;
    -moz-transform: scaleY(0) rotateY(19deg) ;
    -ms-transform: scaleY(0) rotateY(19deg) ;
    -o-transform: scaleY(0) rotateY(19deg) ;
    transform: scaleY(0) rotateY(19deg) ;
    -webkit-transform-origin: top left ;
    -moz-transform-origin: top left ;
    -ms-transform-origin: top left ;
    -o-transform-origin: top left ;
    transform-origin: top left ;
}
.main-nav > ul > li:hover > ul{
    -webkit-transform: scaleY(1) rotateY(0) ;
    -moz-transform: scaleY(1) rotateY(0) ;
    -ms-transform: scaleY(1) rotateY(0) ;
    -o-transform: scaleY(1) rotateY(0) ;
    transform: scaleY(1) rotateY(0) ;
}
.has-dropdown > ul > li,
.has-2nd-dropdown > ul > li{
    line-height: 28px;
}
.has-dropdown > ul > li:nth-of-type(1),
.has-2nd-dropdown > ul > li:nth-of-type(1) {
    padding-bottom: 5px;
}
.has-dropdown > ul > li + li,
.has-2nd-dropdown > ul > li + li {
    border-top: 1px solid #e6e6e6;
    padding-bottom: 5px;
    padding-top: 5px;
}
.has-dropdown > ul > li > a,
.has-2nd-dropdown > ul> li> a {
    color: #555;
    display: block;
    font-size: 12px;
}
.has-2nd-dropdown{
    position: relative;
}
.has-2nd-dropdown > ul {
    background-color: #fff;
    border: 5px solid #f3f3f3;
    left: calc(100% + 20px);
    line-height: 28px;
    min-width: 200px;
    padding: 20px;
    position: absolute;
    top: -19px;
    z-index: 999;
    -webkit-transform: scaleX(0) rotateY(-25deg) ;
    -moz-transform: scaleX(0) rotateY(-25deg) ;
    -ms-transform: scaleX(0) rotateY(-25deg) ;
    -o-transform: scaleX(0) rotateY(-25deg) ;
    transform: scaleX(0) rotateY(-25deg) ;
    -webkit-transform-origin: left top ;
    -moz-transform-origin: left top ;
    -ms-transform-origin: left top ;
    -o-transform-origin: left top ;
    transform-origin: left top ;
}
.main-nav > ul > li > ul > li:hover > ul,
.has-2nd-dropdown:hover > ul{
    -webkit-transform: scaleX(1) rotateY(0) ;
    -moz-transform: scaleX(1) rotateY(0) ;
    -ms-transform: scaleX(1) rotateY(0) ;
    -o-transform: scaleX(1) rotateY(0) ;
    transform: scaleX(1) rotateY(0) ;
}

.drop-arrow{
    position: relative;
}
.drop-arrow::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 10px;
    position: absolute;
    right: 0;
}


.r-menu-trigger{
    display: none;
}
.responsive-menu{
    display: none;
}
/*=== REv Slider ===*/
.slider{
    margin-top: 40px;
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;

    /* black overlay with 50% transparency */
    /* background: rgba(0, 0, 0, 0.4); */
}
.tparrows::after {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*== blog posts ===*/
.blog-post-s1 + .blog-post-s1{
    margin-top: 75px;
}
.blog-post-s1 .blog-post-details {
    background-color: #fff;
    display: inline-block;
    padding: 90px 65px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 25px;
    width: 50%;
}
.blog-post-s1 .blog-post-details > h2 {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.blog-post-s1 .blog-post-details > h2 > a{
    color: #444;
}
.blog-post-s1 .post-date-comments {
    color: #ababab;
}
.blog-post-s1 .post-date-comments > span > i {
    margin-right: 5px;
}
.blog-post-s1 .blog-post-details > p {
    margin-top: 20px;
    margin-bottom: 0;
}
.blog-post-s1 .blog-post-details > a{
    margin-top: 60px;
}
.share-post-outer {
    left: -150px;
    min-width: 300px;
    position: absolute;
    top: 50%;
    transform: rotate(-90deg);
}
.share-post-outer .share-post{
    display: inline-block;
    position: static;
    transform: unset;
    transform-origin: unset;
}
.share-post-outer.right {
    left: unset;
    right: -150px;
}
.share-post .social-icons {
    display: inline-block;
}
.share-post {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 1px 2px #dedede;
    left: -74px;
    line-height: 54px;
    padding: 0 35px;
    position: absolute;
    top: 45%;
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom center ;
    -moz-transform-origin: bottom center ;
    -ms-transform-origin: bottom center ;
    -o-transform-origin: bottom center ;
    transform-origin: bottom center ;
}
.share-post.active{
    left: -117px;
}
.share-post > span {
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
}
.share-post .social-icons{
    margin-left: 25px;
}
.share-post .social-icons > a {
    color: #555;
}
.share-post .social-icons > a + a {
    margin-left: 15px;
}
.blog-post-s1 .blog-post-details.left {
    left: 0;
    right: unset;
}
.share-post.right {
    box-shadow: 0 -2px 2px #dedede;
    left: unset;
    right: -128px;
}
.share-post.right.active{
    right: -173px;
}
/*=== Affilate ===*/
.affilate{
    position: relative;
}
.affilate > a:first-child {
    margin-top: 100px;
}
.affilate > a {
    display: inline-block;
}
.affilate > a + a {
    margin-top: 10px;
}
.aff-inner {
    bottom: 84px;
    left: -100px;
    position: absolute;
    transform: rotate(-90deg);
}
.aff-inner span.kaushan {
    color: #ababab;
}
.aff-inner > h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}
/*=== blog post slider ===*/
.bp-s1-slider.arrows-center.owl-theme .owl-controls .owl-buttons .owl-next {
    left: -145px;
    top: 55px;
}
.bp-s1-slider.arrows-center.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -145px;
}
.bp-s1-slider.arrows-center.arrow-right.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: unset;
    right: -220px;
}
.bp-s1-slider.arrows-center.arrow-right.owl-theme .owl-controls .owl-buttons .owl-next {
    left: unset;
    right: -220px;
}
/*==== Popular Videos ===*/
.popular-videos {
    padding: 100px 0;
}
.title{
    text-align: center;
}
.title > span {
    color: #ababab;
}
.title > h4 {
    font-weight: 600;
    margin-top: 6px;
    text-transform: uppercase;
    font-size: 30px;
}
.title > p {
    font-style: italic;
    margin: 0 auto;
    width: 60%;
    font-size: 17px;
    line-height: 30px;
}

.v-item::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
}
.v-item:hover::before{
    opacity: .6;
}
.v-item {
    margin-top: 40px;
    position: relative;
}
.v-item-hover {
    left: 50px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.v-item-hover > h4 {
    line-height: 30px;
    margin: 0;
}
.v-item-hover > h4 > a {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    margin: 0;
    padding: 40px 35px;
    display: block;
    color: #fff;
}
.v-item-hover > h4 > a:hover,
.v-item:hover .v-item-hover > h4 > a{
    border-color: transparent;
}
/*==== Pagination ====*/
.n-pagination{
    margin-top: 100px;
    text-align: center;
}
.n-pagination > ul > li {
    display: inline-block;
    background-color: #fbfbfb;
    border-radius: 6px;
    line-height: 50px;
    min-width: 50px;
    text-align: center;
    transform: skewY(-6deg);
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
}
.n-pagination > ul > li > a {
    color: #555;
    transform: skewY(6deg);
    position: relative;
    display: block;

}
.n-pagination > ul > li > a::before {
    background-color: #fbfbfb;
    border-radius: 6px;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}
.n-pagination > ul > li + li {
    margin-left: 6px;
}
.n-pagination > ul li.pre,
.n-pagination > ul li.next {
    background-color: #303030;
}
.n-pagination > ul li.pre > a::before,
.n-pagination > ul li.next > a::before{
    background-color: #303030;
}
.n-pagination > ul li.pre > a,
.n-pagination > ul li.next > a{
    color: #fff;
}
.n-pagination > ul > li.dots {
    background-color: transparent;
    margin:0 30px;
    transform: none;
}
.n-pagination > ul > li.dots:hover{
    background-color: transparent;
}
.n-pagination > ul > li.active a,
.n-pagination > ul > li:hover a{
    color: #fff;
}
/*=== highlights ====*/
div.highlights{

}
.highlights .high-area {
    margin-top: 40px;
}
.high-area .high-area-details {
    padding: 0 15px;
    text-align: center;
    margin-top: 20px;
}
.high-area-details > h2{
    margin-top: 0;
}
.high-area-details > h2 > a {
    color: #444;
    display: block;
    font-size: 16px;
    line-height: 26px;
}
.high-area-details > span{
    font-size: 12px;
    color: #ababab;
}
.high-area-details > span > i {
    margin-right: 6px;
}
/*=== Footer Main ===*/
footer.main-footer {
    padding-top: 100px;
}
.upper-footer p.r-padding {
    padding-right: 48px;
}
.f-social {
    margin-top: 45px;
    margin-bottom: 0;
}
.f-social > li {
    display: inline-block;
}
.f-social > li > a{
    display: inline-block;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fafafa;
    border-radius: 6px;
    -webkit-transform: skewY(-6deg) ;
    -moz-transform: skewY(-6deg) ;
    -ms-transform: skewY(-6deg) ;
    -o-transform: skewY(-6deg) ;
    transform: skewY(-6deg) ;
    position: relative;
    color: #555;
}
.f-social > li > a > i{
    -webkit-transform: skewY(6deg) ;
    -moz-transform: skewY(6deg) ;
    -ms-transform: skewY(6deg) ;
    -o-transform: skewY(6deg) ;
    transform: skewY(6deg) ;

}
.f-social > li > a::before {
    background-color: #fafafa;
    border-radius: 6px;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: -4px;
    transform: skewY(6deg);
    width: 100%;
    z-index: -1;
}

.f-social > li + li {
    margin-left: 4px;
}

.f-social > li > a:hover{
    color: #fff;
}
.upper-footer h4,
.lower-footer h4 {
    color: #404040;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.upper-footer h4 + span,
.lower-footer h4 + span {
    display: inline-block;
    font-size: 14px;
    margin-top: 6px;
}
.upper-footer ul.cat {
    margin-bottom: 0;
    margin-top: 12px;
}
.upper-footer ul.cat > li {
    line-height: 45px;
}
.upper-footer ul.cat > li > a {
    color: #555;
}
.pp-post {
    margin-top: 25px;
}
.pp-post > a.pull-left{
    margin-right: 15px;
    width: 35%;
}
.pp-post > div.pull-left {
    width: 59%;
}
.pp-post > div.pull-left >  h2{
    margin-top: 10px;
    margin-bottom: 0;
}
.pp-post > div.pull-left >  h2 > a {
    font-size: 14px;
    line-height: 22px;
    color: #444;
    display: block;
}
.pp-post > div.pull-left > span {
    color: #ababab;
    display: inline-block;
    margin-top: 10px;
}
.pp-post > div.pull-left > span > i{
    margin-right: 6px;
}
.pp-post + .pp-post{
    margin-top: 10px;
}
.lower-footer{
    padding-top: 100px;
}
.instagram-feeds-area {
    margin: 15px -15px 0 -15px;
}
.instagram-feeds-area > a {
    display: inline-block;
    float: left;
    width: 10%;
    margin-top: 10px;
}
.instagram-feeds {
    text-align: center;
}
.lower-footer p.copyrights {
    font-size: 12px;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 0;
}
footer h1{
    margin-top: 0;
}


/* ==========================================================================
   HOMEPAGE 2
   ========================================================================== */
.slider-area{
    position: relative;
}
.slider-2{
    margin-top: 30px;
}
.slider-2 .s2-img{
    position: relative;
}
.slider-2 .s2-img:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .45;
}
.slider-2 .s2-img > .s2-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) ;
    -moz-transform: translate(-50%, -50%) ;
    -ms-transform: translate(-50%, -50%) ;
    -o-transform: translate(-50%, -50%) ;
    transform: translate(-50%, -50%) ;
    text-align: center;
}
.slider-2 .s2-img > .s2-overlay > h2{
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}
.slider-2 .s2-img > .s2-overlay > h2 > a{
    color: #fff;
}
.slider-2 .s2-img > .s2-overlay .post-date-comments{
    color: #fff;
}
.slider-2 .s2-img > .s2-overlay .post-date-comments > span > i,
.slider-2 .s2-img > .s2-overlay .post-date-comments > span > a > i{
    margin-right: 6px;
}
.slider-2 .s2-img > .s2-overlay .post-date-comments > span > a{
    color: #fff;
}

.append-arrow .slick-prev::before, .append-arrow .slick-next::before {
    border: 2px solid #d3d3d3;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 48px;
    width: 48px;
    border-radius: 8px;
}
.append-arrow .slick-prev::before{
    content:"\f104";
}
.append-arrow .slick-next::before{
    content:"\f105";
}
.append-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 999;
}
.append-arrow > button {
    background-color: transparent;
    border: medium none;
    color: #fff;
    padding:0;
}
.append-arrow > button.slick-prev {
    left: 40px;
    position: absolute;
}
.append-arrow > button.slick-next {
    right: 40px;
    position: absolute;
}
@media(min-width: 1600px){
    .append-arrow > button.slick-prev {
        left: 80px;
        position: absolute;
    }
    .append-arrow > button.slick-next {
        right: 80px;
        position: absolute;
    }

}

/* ==========================================================================
   HomePage 3
   ========================================================================== */
.wider-post-area {
    position: relative;
    margin-top: 30px;
}

.wider-post-area::before {
    background-color: #131313;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}
.wider-post-over {
    color: #fff;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wider-post-over > .date-area {
    border: 3px solid #fff;
    display: inline-block;
    padding: 20px 15px;
}
.wider-post-over > .date-area > span.date {
    font-size: 22px;
    font-weight: 700;
}
.wider-post-over > .date-area > span {
    display: block;
}
.wider-post-over > .date-area > span.month {
    color: #ababab;
    font-size: 14px;
}
.wider-post-over > h2 {
    font-size: 17px;
}
.wider-post-over > h2 > a {
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
}
.wider-post-over .postby-comment > span > i {
    margin-right: 6px;
}
.postby-comment {
    color: #ababab;
    font-size: 14px;
}
.blog-post-s2 .share-post {
    bottom: 15px;
    left: 50%;
    line-height: 50px;
    top: unset;
    transform: translateX(-50%);
    transform-origin: unset;
    z-index: 2;
}
.bps2-img {
    position: relative;
}
.bps2-img::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 40px;
    left: 100px;
    position: absolute;
    right: 100px;
    z-index: 1;
}
.bps2-details > h2 {
    font-size: 17px;
    margin-top: 40px;
    text-transform: uppercase;
}
.bps2-details > h2 > a {
    color: #444;
}
.bps2-details{
    text-align: center;
    padding: 0 30px;
}
.bps2-details .post-date-comments {
    color: #ababab;
}
.bps2-details .post-date-comments > span > i{
    margin-right: 6px;
}
.bps2-details > p {
    margin-top: 20px;
}
.bps2-details > a.btn-style1 {
    margin-top: 40px;
}
.affilate.s2 {
    margin-top: 50px;
}
.affilate.s2 .aff-inner {
    display: inline-block;
    margin-right: 15px;
    position: static;
    transform: unset;
    vertical-align: calc(47px);
}
hr.s1 {
    border-color: #f4f4f4;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 44%;
    margin-bottom: 60px;
}
.blog-post-s2.sm-post .bps2-img::before {
    left: 20px;
    right: 20px;
}
.blog-post-s2.sm-post .share-post.active {
    left: 13%;
    transform: unset;
}
.blog-post-s2.sm-post .bps2-details > h2 {
    font-size: 17px;
    margin-top: 25px;
    text-transform: none;
    line-height: 26px;
}
.blog-post-s2.sm-post .bps2-details{
    padding:0 59px;
}
.bps2-img-slider.arrows-center.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 30px;
}
.bps2-img-slider.arrows-center.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 30px;
}
.bps2-img-slider.arrows-center.owl-theme .owl-controls .owl-buttons div {
    background-color: #fff;
    border-color: #fff;
}
/*=== Sidebar-1 ===*/
.sidebar-sec{
    margin-bottom: 80px;
}
.s-title {
    margin-bottom: 30px;
}
.s-title > h4 {
    margin-bottom: 6px;
    margin-top: 0;
    text-transform: uppercase;
}
.s-title > span {
    color: #ababab;
    display: inline-block;
    font-size: 14px;
    position: relative;
}
.s-title > span::after {
    content: "";
    height: 2px;
    position: absolute;
    right: -65px;
    top: 50%;
    margin-top: -1px;
    width: 50px;
}
.s-about-me > h5 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 30px;
}
.s-about-me > h6 {
    font-size: 14px;
    margin-top: 5px;
}
.s-about-me > h6 > span{
    text-transform: uppercase;
}
.s-about-me > .f-social{
    margin-top: 30px;
}
.r-post {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 30px;
    margin-top: 20px;
}
.r-post > div.pull-left {
    width: 60%;
}
.r-post > div > h2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.r-post > div > h2 > a {
    color: #444;
}
.r-post > span {
    color: #e9e7e7;
    font-size: 72px;
    font-weight: 600;
    min-width: 100px;
    padding-left: 20px;
}
.r-post > div > span{
    font-size: 12px;
    color: #ababab;
}
.r-post:nth-last-of-type(1){
    border-bottom: none;
}
.s-cat {
    margin-bottom: 0;
}
.s-cat > li:not(:nth-last-of-type(1)) {
    margin-bottom: 3px;
}
ul.s-cat > li > a {
    background-color: #fafafa;
    color: #555555;
    display: block;
    font-size: 12px;
    line-height: 50px;
    padding: 0 20px;
}
ul.s-cat > li > a:hover{
    color: #fff;
}
ul.s-cat > li > a > i {
    margin-right: 6px;
}
ul.s-cat > li > a > span {
    color: #999;
    position: relative;
}
ul.s-cat > li > a:hover > span{
    color: #fff;
}

ul.s-cat > li > a > span::before {
    background-color: #c4c4c4;
    content: "";
    height: 8px;
    left: -25px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 2px;
}
ul.s-cat > li > a:hover > span::before{
    background-color: #fff;
}

.s-qlinks {
    margin-bottom: 0;
}
.s-qlinks > li {
    border-bottom: 1px solid #f4f4f4;
}
.s-qlinks > li > a {
    color: #555;
    font-size: 13px;
    line-height: 48px;
	width:100%;
}
.s-qlinks > li > a > i {
    margin-right: 6px;
}
.s-qlinks > li:nth-last-of-type(1) > a{
    border-bottom: none;
}
.s-tags > a,
.tagcloud > a {
    border: 1px solid;
    color: #555;
    display: inline-block;
    font-family: "Arimo",sans-serif;
    font-size: 11px !important;
    line-height: 40px;
    margin-bottom: 8px;
    padding: 0 15px;
}
.s-tags > a:hover,
.tagcloud > a:hover{
    color: #fff;
}
.s-video {
    position: relative;
}
.s-video::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}
.s-video-over {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) ;
    -moz-transform: translate(-50%, -50%) ;
    -ms-transform: translate(-50%, -50%) ;
    -o-transform: translate(-50%, -50%) ;
    transform: translate(-50%, -50%) ;
}
/* ==========================================================================
   HomePAge 4
   ========================================================================== */
.wider-post-sm::before {
    background-color: #131313;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}
.wider-post-sm {
    margin-top: 30px;
    position: relative;
}
.wider-post-sm-over {
    left: 50%;
    padding: 0 45px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.wider-post-sm-over > h2 {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}
.wider-post-sm-over > h2 > a {
    color: #fff;
}
.wider-post-area.hh {
    margin-left: -12px;
    margin-right: -12px;
}
/* ===========
   Page Title
   =========== */
.page-title-area{
	background-attachment: scroll, scroll;
	background-clip: border-box, border-box;
	background-color: rgba(0, 0, 0, 0);
	background-origin: padding-box, padding-box;
	background-position: 0 0%, 0 0;
	background-repeat: no-repeat;
	background-size: cover;
    margin-top: 15px;
    padding-bottom: 70px;
    padding-top: 100px;
    text-align: center;
}
.page-title-area > h2 {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}
.page-title-area > span {
    color: #ababab;
    font-size: 14px;
}
.page-title-area > span > a {
    color: #ababab;
    font-size: 14px;
	text-decoration:none;
	font-family: "Kaushan Script",cursive;
}
/* ==========================================================================
   Blog List View
   ========================================================================== */
.blog-post-s2.blog-list > h2 {
    font-size: 22px;
    text-transform: uppercase;
}
.blog-post-s2.blog-list > h2 > a{
    color: #444;
}
.blog-list > .post-date-comments {
    color: #ababab;
    margin-bottom: 30px;
}
.blog-list > .post-date-comments > span > i {
    margin-right: 6px;
}
.blog-list > .bps2-img::before {
    content: unset;
}
.blog-list .share-post {
    bottom: 40px;
    left: 40px;
    transform: unset;
}
.blog-list > .bps2-details {
    padding: 0 60px 0 0;
    text-align: left;
}
.n-pagination.text-left {
    text-align: left;
}
/* ==========================================================================
   About Author
   ========================================================================== */

.about-author{
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 0 85px;
    min-height: 300px;
}
.about-author > img {
    left: 85px;
    position: absolute;
    top: -18px;
}
.about-author-details {
    padding-bottom: 80px;
    padding-left: 45px;
    padding-top: 80px;
    text-align: left;
}
.about-author-details > h2 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 0;
}
.about-author-details > h2 > span.text-regular {
    font-size: 15px;
    text-transform: none;
}
.about-author-details > h2 > span.text-semi-bold {
    font-size: 18px;
}
.about-author-details > span {
    color: #f0f0f0;
    font-family: "Poppins",sans-serif;
    font-size: 15px;
}
.about-author-details > p{
    color: #d8d8d8;
    margin-top: 20px;
    margin-bottom: 0;

}
.about-author-details > .author-contact {
    margin-top: 20px;
}
.author-contact > span {
    color: #f8f8f8;
    font-size: 13px;
}
.author-contact > span > i{
    font-size: 15px;
    margin-right: 10px;
}
.author-contact > span > a{
    color: #f8f8f8;
    text-decoration: underline !important;
}
.author-contact .f-social {
    margin-top: 0;
}


/* ==========================================================================
   Blog Tags
   ========================================================================== */
.blog-tags {
    background-color: #fbfbfb;
    margin-bottom: 40px;
    min-height: 80px;
    padding: 30px 60px;
}
.blog-tag{
    margin-bottom: 120px;
}
.blog-tag.blog-post-s2.sm-post .bps2-img::before {
    background-color: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    right: 0;
    top: 0;
    width: 100%;
}
.blog-tags > a {
    color: #444;
    font-size: 18px;
}
.blog-tags > a > i{
    margin-right: 6px;
}
.blog-tag .bps2-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.blog-tag .bps2-details .post-date-comments{
    color: #fff;
}
.blog-tag .blog-post-s2.sm-post .bps2-details > h2{
    margin-bottom: 0;
}
.blog-tag .bps2-details > h2 > a{
    color: #fff;
}
/* ==========================================================================
   Blog Archived
   ========================================================================== */
.blog-arch form {
    float: right;
}
.c-select {
    background-color: #fff;
    background-image: url("../images/c-select-bg.png");
    background-position: right top;
    background-repeat: no-repeat;
    border-radius: 22px;
    overflow: hidden;
    width: 270px;
}
.c-select > select {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #948d8d;
    font-size: 11px;
    height: 50px;
    padding-left: 40px;
    width: 290px;
}


.blog-tags.blog-arch{
    padding: 15px 15px 15px 60px;
    height: auto;
    min-height: unset;
}

.blog-tags.blog-arch > span{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #444;
    vertical-align: middle;
    float: left;
    padding: 12px 0;
}
.blog-post-s2.blog-archive .share-post {
    bottom: 30px;
    left: 30px;
    top: unset;
    transform: unset;
    z-index: 4;
}
.blog-post-s2.blog-archive .share-post.active{
    left: 30px;
}
.blog-post-s2.sm-post.blog-archive .bps2-details {
    bottom: 0;
    left: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    z-index: 3;
}
.blog-post-s2.sm-post.blog-archive .bps2-img::before {
    background-color: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    right: 0;
    top: 0;
    width: 100%;
}
.blog-archive .bps2-details .post-date-comments {
    color: #fff;
    position: absolute;
    top: 40px;
}
.blog-post-s2.sm-post.blog-archive .bps2-details > h2 {
    bottom: 110px;
    margin: 0;
    position: absolute;
}
.blog-archive .bps2-details > h2 > a {
    color: #fff;
}
.blog-post-s2.sm-post.blog-archive {
    position: relative;
    margin-bottom: 120px;
}
.blog-post-s2.sm-post.blog-archive::after {
    background-color: #f4f4f4;
    bottom: -60px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    width: 200px;
}
/* ==========================================================================
   Blog Attachment
   ========================================================================== */

.blog-attach {
    text-align: center;
}
.blog-attach > h2 {
    font-size: 22px;
    margin-top: 0;
}
.blog-attach > h2 > a {
    color: #444444;
}
.ba-tags {
    margin-bottom: 35px;
}
.ba-tags > span {
    color: #ababab;
}
.ba-tags > a {
    color: #ababab;
    font-family: "Kaushan Script",cursive;
    font-size: 14px;
    margin-left: 15px;
    text-decoration: underline !important;
}
#sync1.owl-theme .owl-controls .owl-buttons div {
    background-color: rgba(251, 251, 251, 0.8);
    border-radius: 0;
    bottom: -185px;
    height: 150px;
    line-height: 150px;
    opacity: 1;
    position: absolute;
    width: 150px;
    z-index: 9;
}
#sync2{
    margin-top: 30px;
}
#sync1.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -5px;
}
#sync1.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 12px;
    left: unset;
}
#sync1.owl-theme .owl-controls .owl-buttons div > span > i {
    color: #444;
    font-size: 40px;
    line-height: 150px;
}
#sync1.owl-theme .owl-controls .owl-buttons div:hover > span > i{
    color: #fff;
}
/* ==========================================================================
   Blog Single
   ========================================================================== */
.blog-single .bps2-details {
    text-align: left;
    padding: 0;
}
.blog-single .bps2-details > h1 {
    font-size: 17px;
    margin-top: 40px;
    text-transform: uppercase;
}
.blog-single .bps2-details > h1 > a {
    color: #444;
}
.quote {
    background-image: url("../images/quote-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    padding: 50px 60px 50px 120px;
    position: relative;
}
.quote > p {
    font-size: 15px;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.quote::before {
    background-color: #fafafa;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.85;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.quote > span {
    left: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) ;
    -moz-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%) ;
    -o-transform: translateY(-50%) ;
    transform: translateY(-50%) ;
    z-index: 3;
}
.sp-sec {
    margin-top: 70px;
}
.sp-sec h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
}
.sp-sec h2 > a{
    color: #444;
}
.sp-sec p > span {
    background-color: #000;
    color: #fff;
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    height: 50px;
    margin-right: 20px;
    width: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
}
.sp-sec p {
    margin-bottom: 0;
    margin-top: 20px;
}
.sp-sec  ol {
    counter-reset: my-counter;
    margin-left: 30px;
    margin-top: 35px;
	list-style:none !important;
}
.sp-sec ol li:before {
    content: counter(my-counter) ". ";
    counter-increment: my-counter;
    font-weight: bold;
    margin-right: 10px;
}
.sp-sec ol li{
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    color: #555;
    font-style: italic;
    letter-spacing: .5px;
}
.sp-sec ol li + li{
    padding-top: 12px;

}
.blog-single .bps2-details > h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 50px;
}
.bullet {
    margin-left: 80px;
    margin-top: 40px;
	list-style:none !important;
}
.bullet > li::before {
    color: #888;
    content: "\f111";
    font-family: fontawesome;
    font-size: 8px;
    margin-right: 10px;
    vertical-align: middle;
    font-style: normal;
}
.bullet > li{
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
    color: #555;
    font-style: italic;
    letter-spacing: .5px;
}
.bullet > li + li{
    padding-top: 12px;
}
.sp-gallery {
    margin-top: 65px;
}
.sp-gallery > div {
    width: 32%;
}
.sp-gallery > div > a{
    display: block;
}
.sp-gallery > div > a {
    padding-top: 3px;
}
.sp-gallery > div {
    margin-right: 3px;
}
.blog-single .sp-gallery + p {
    margin-bottom: 0;
    margin-top: 60px;
}
.sp-tags > .s-tags > a,
.tagcloud > .tagcloud > a {
    margin-top: 0;
}
.blog-single .sp-tags,
.blog-single .tagcloud{
    margin-top: 60px;
}
.sp-tags > .s-tags > span,
.tagcloud > .tagcloud > span {
    font-size: 20px;
    margin-right: 20px;
    text-transform: uppercase;
}
.sp-share {
    background-color: #fbfbfb;
    border-radius: 25px;
    display: inline-block;
    line-height: 50px;
    margin-top: 30px;
    padding: 0 35px;
}
.sp-share > span {
    color: #555;
    font-size: 12px;
    margin-right: 25px;
    text-transform: uppercase;
}
.sp-share > a {
    color: #555;
    font-size: 14px;
}
.sp-share > a + a {
    margin-left: 16px;
}
.pre-next-post {
    margin-top: 70px;
}
.pre-next-post h2 {
    font-size: 14px;
    font-weight: 500;
}
.pre-next-post h2 > a{
    color: #444;
}
.pre-post .post-date-comments.text-center {
    font-size: 11px;
    text-align: right;
}
.pre-next-post span.sep {
    margin-left: 4px;
    margin-right: 4px;
}
.pre-post div.pull-left {
    margin-right: 20px;
}
.next-post > a.pull-left{
    margin-right: 20px;
}
.pre-next-post > div {
    display: inline-block;
}
.pre-next-post > div + div{
    margin-left: 80px;
    position: relative;
}
.next-post .post-date-comments.text-center {
    font-size: 11px;
    text-align: left;
}
.pre-next-post .post-date-comments {
    font-size: 11px;
}
.pre-next-post {
    border-bottom: 4px solid #cbcbcb;
    border-top: 4px solid #cbcbcb;
    margin-top: 70px;
    padding: 20px 0;
    position: relative;
}


.pre-next-post > div + div::before {
    background-color: #cbcbcb;
    content: "";
    height: 40px;
    left: -45px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 1px;
}
.related-topics {
    margin-top: 70px;
    position: relative;
}
.related-topics .high-area .high-area-details {
    padding: 0;
    text-align: left;
}
.related-topics .high-area-details a {
    font-size: 13.9px;
}
.sp-author {
    border-bottom: 4px solid #cbcbcb;
    border-top: 4px solid #cbcbcb;
    margin-top: 70px;
    padding: 30px 0;
    position: relative;
}
.sp-author > .sp-author-inner {
    background-color: #fdfdfd;
    padding: 50px;
}
.sp-author .sp-author-inner > img.pull-left {
    margin-right: 40px;
}
.sp-author > .sp-author-inner > div.pull-left {
    width: 70%;
    margin-top: 30px;
}
.sp-author .sp-author-inner > div.pull-left h4{
    margin-top: 0;
    margin-bottom: 0;
}
.sp-author .sp-author-inner > div.pull-left h4,
.sp-author .sp-author-inner > div.pull-left div.ic-social,
.sp-author .sp-author-inner > div.pull-left > a{
    display: inline-block;
}
.sp-author .sp-author-inner > div.pull-left div.ic-social,
.sp-author .sp-author-inner > div.pull-left > a{
    margin-left: 50px;
}
.ic-social > a {
    display: inline-block;
    font-size: 12px;
    position: relative;
}
.ic-social > a + a {
    margin-left: 30px;
}
.ic-social > a + a::before {
    background-color: #818181;
    content: "";
    height: 7px;
    left: -15px;
    margin-top: -3.5px;
    position: absolute;
    top: 50%;
    width: 1px;
}
.sp-author > .sp-author-inner > div.pull-left > p{
    margin-top: 20px;
}
/*=== Comments ===*/
.sp-comments {
    margin-top: 45px;
}
.sp-title > h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.sp-title > span {
    color: #666666;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    font-family: 'Arimo', sans-serif;
    line-height: 24px;
}
.comments-area {
    margin-top: 60px;
}
.comments-area li{
	margin-top: 10px;
}
.comment {
    background-color: #fdfdfd;
    padding: 30px;
}
.comment > .comment-img {
    float: left;
    position: relative;
}
.comment-img > a {
    background-color: #666;
    color: #fff;
    font-size: 11px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) ;
    -moz-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%) ;
    -o-transform: translateY(-50%) ;
    transform: translateY(-50%) ;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.comment .comment-details {
    float: left;
    margin-left: 40px;
    width: 75%;
}
.comment-details > h4 {
    color: #555;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    margin-top: 25px;
    text-transform: uppercase;
}
.comment-details > span {
    font-size: 12px;
}
.comment + .comment{
    margin-top: 10px;
}
.comment.push-in {
    margin-left: 170px;
}
ul.children {
    margin-left: 60px;
}

.comment.push-in .comment-details,
ul.children .comment-details {
    width: 70%;
}
/*=== LEave comment ==*/
.sp-leave-comment {
    margin-top: 70px;
}
.sp-leave-comment form {
    margin-top: 40px;
}
.sp-form form input,
.sp-form form textarea {
    background-color: #fafafa;
    border: medium none;
    height: 53px;
    padding: 0 30px;
    width: 100%;
    font-size: 11px;
    font-weight: 300;
    color: #858585;
    font-family: 'Roboto', sans-serif;
}
.sp-form form textarea{
    resize: none;
    min-height: 160px;
    padding-top: 25px;
}
.sp-form .double-input {
    margin-bottom: 5px;
    margin-top: 5px;
}
.sp-form form .double-input > input {
    float: left;
    width: 50%;
}
.sp-form form .double-input > input + input {
    margin-left: 5px;
    width: 49.4%;
}
.sp-form form button {
    background-color: transparent;
    border: 2px solid #555;
    border-radius: 8px;
    color: #555;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    line-height: 44px;
    margin-top: 40px;
    padding: 0 40px;
    text-transform: uppercase;
}
.sp-form form button:hover{
    color: #fff;
}
/* ==========================================================================
   Search Not Found
   ========================================================================== */
.strip{
    background-color: #fbfbfb;
    text-align: center;
}
.strip > span{
    display: block;
    font-size: 18px;
    color: #4444;
    padding-top: 30px;
    padding-bottom: 30px;
}
.search-results{
    margin-top: 60px;
    text-align: center;
}
.search-results > h3 {
    font-size: 30px;
    margin-top: 0;
}
.search-results > p {
    font-size: 15px;
    margin-bottom: 0;
}
.search-results > form{
    margin-top: 40px;
}
.search-results form > input {
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    color: #969292;
    font-family: "Arimo",sans-serif;
    font-size: 12px;
    height: 60px;
    padding: 0 40px !important;
    width: 60%;
}
.search-results form {
    position: relative;
}
.search-results form > button {
    background-color: #444;
    border: medium none;
    border-radius: 0 30px 30px 0;
    color: #fff;
    font-size: 18px;
    height: 60px;
    left: -30px;
    line-height: 40px;
    position: relative;
    top: 2px;
    width: 70px;
}

/* ==========================================================================
   Search Found
   ========================================================================== */
.search-results-area {
    padding-top: 50px;
    position: relative;
	text-align:left;
}

/* ==========================================================================
   404 PAge
   ========================================================================== */
.error-404 .search-results a {
    text-decoration: underline !important;
    font-family: 'Arimo', sans-serif;
}
.c-col {
    display: inline-block;
    width: 33%;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.mlr-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.lines-b{
    position: relative;
    border-bottom: 4px solid #cbcbcb;
    padding-bottom: 26px;
}
.pre-next-post::before,
.sp-author:before {
    background-color: #cbcbcb;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -6px;
}

.pre-next-post::after,
.sp-author:after,
.lines-b:after {
    background-color: #cbcbcb;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -6px;
}
/*=== Buttons ===*/
.btn-style1{
    display: inline-block;
    line-height: 44px;
    padding:0 40px;
    text-transform: uppercase;
    border:2px solid #555;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #555;

}
.have-padding{
    padding-top: 100px;
    padding-bottom: 100px;
}
/*=== OWL CAROUSEL V-CENTER NAV ===*/
.arrows-center .owl-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.arrows-center.owl-theme .owl-controls .owl-buttons div {
    border-radius: 4px;
    background-color: transparent;
    border: 2px solid #d3d3d3;
    color: #888;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-50%) ;
    -moz-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%) ;
    -o-transform: translateY(-50%) ;
    transform: translateY(-50%) ;
    width: 48px;
    -webkit-transition: all .4s ease ;
    -moz-transition: all .4s ease ;
    -ms-transition: all .4s ease ;
    -o-transition: all .4s ease ;
    transition: all .4s ease ;
}
.arrows-center.owl-theme .owl-controls .owl-buttons div:hover{
    color: #fff;
}
.arrows-center.owl-theme .owl-controls .owl-buttons div > span > i {
    font-size: 20px;
    vertical-align: text-top;
}
.arrows-center.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
}
.arrows-center.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -45px;
}

.n-pagination > ul > li:hover,
.n-pagination > ul > li:hover > a:before,
.f-social > li > a::before{
    -webkit-transition: all .4s ease ;
    -moz-transition: all .4s ease ;
    -ms-transition: all .4s ease ;
    -o-transition: all .4s ease ;
    transition: all .4s ease ;
}
.top-header-sec .social > .f-social,
.v-item::before,
.append-arrow .slick-prev::before,
.append-arrow .slick-next::before,
#sync1.owl-theme .owl-controls .owl-buttons div,
.sp-form form button,
.search-results form > button,
.high-area a >img,
.has-dropdown > ul,
.has-2nd-dropdown > ul,
.r-menu-trigger,
.responsive-menu{
    -webkit-transition: all .25s ease ;
    -moz-transition: all .25s ease ;
    -ms-transition: all .25s ease ;
    -o-transition: all .25s ease ;
    transition: all .25s ease ;
}
.high-area a >img:hover{
    transform: scale(1.2) rotate(4deg);

}
.high-area a{overflow: hidden; display: block;}

body.layer{
    position: relative;
}
body.layer::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.45;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.r-post:before,
.author-contact:before,
.blog-arch:before,
.sp-gallery:before,
.comment:before,
.double-input:before,
.affilate:before,




.clearfix:after,
.r-post:after,
.author-contact:after,
.blog-arch:after,
.sp-gallery:after,
.comment:after,
.double-input:after,
.affilate:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.r-post:after,
.author-contact:after,
.blog-arch:after,
.sp-gallery:after,
.comment:after,
.double-input:after,
.affilate:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
